@charset "UTF-8";
/*
Coding style from FLOCSS
https://github.com/hiloki/flocss
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

picture {
  font-size: 0;
}

sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 50%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

address {
  font-style: normal;
}

html {
  font-size: 10px;
  /*
  visibility: hidden;
  &.wf-active * {
      visibility: visible;
  }
  */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #282828;
  line-height: 1.5;
}
@media print {
  body {
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    letter-spacing: -0.05em;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  button,
  input,
  select,
  textarea {
    border-radius: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  select {
    border-radius: 0;
  }
}
select::-ms-expand {
  display: none;
}

button,
input[type=submit] {
  cursor: pointer;
}
button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0;
}

iframe {
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  iframe {
    width: 100%;
    height: auto;
  }
}

small {
  font-size: 90%;
}

.l-wrapper {
  min-width: 1280px;
  position: relative;
  padding-top: 156px;
  overflow: hidden;
}
@media print {
  .l-wrapper {
    padding-top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-wrapper {
    min-width: 0;
    padding-top: 13.75vw;
  }
}
.l-header {
  width: 100%;
  min-width: 1280px;
  height: 156px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
@media print {
  .l-header {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header {
    min-width: 0;
    height: 13.75vw;
  }
}
.l-header__container {
  width: 100%;
  height: 100%;
  padding-top: 99px;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__container {
    padding-top: 0;
  }
}
.l-header__logo {
  position: absolute;
  left: 28px;
  top: 24px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__logo {
    left: 2.5vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__logo img {
    width: 51.25vw;
  }
}
.l-header__search-btn {
  width: 36px;
  height: 36px;
  background: #358c3a url(../images/icons/search-ico01.svg) 50% no-repeat;
  background-size: 17px 17px;
  border-radius: 50%;
  position: absolute;
  right: 32px;
  top: 28px;
  transition: top 0.2s;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__search-btn {
    width: 8.625vw;
    height: 8.625vw;
    background-size: 4vw 4vw;
    top: 50%;
    right: 16vw;
    transform: translateY(-50%);
    transition: none;
  }
}
.l-header__search-btn:active {
  top: 32px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__search-btn:active {
    top: 50%;
  }
}
.l-header__menu-btn {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__menu-btn {
    width: 13.75vw;
    height: 13.75vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    transition: background-color 0.3s;
  }
  .l-header__menu-btn__container {
    width: 6.25vw;
    height: 4.75vw;
    margin-top: -2.25vw;
    position: relative;
  }
  .l-header__menu-btn__container::after {
    content: "open";
    display: block;
    font-size: 3vw;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: -3.75vw;
    transform: translateX(-50%);
    color: #58a745;
    transition-property: content, color;
    transition-duration: 0.3s;
  }
  .l-header__menu-btn__container span {
    width: 100%;
    height: 0.375vw;
    background: #58a745;
    position: absolute;
    left: 0;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
  }
  .l-header__menu-btn__container span:nth-of-type(1) {
    top: 0;
  }
  .l-header__menu-btn__container span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__menu-btn__container span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header__menu-btn.is-open {
    background: #358c3a;
  }
  .l-header__menu-btn.is-open .l-header__menu-btn__container::after {
    content: "close";
    color: #fff;
  }
  .l-header__menu-btn.is-open span {
    background: #fff;
  }
  .l-header__menu-btn.is-open span:nth-of-type(1) {
    transform: translateY(2.125vw) rotate(-45deg);
  }
  .l-header__menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__menu-btn.is-open span:nth-of-type(3) {
    transform: translateY(-2.125vw) rotate(45deg);
  }
}
.l-header__links {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  position: absolute;
  right: 85px;
  top: 28px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__links {
    display: none;
  }
}
.l-header__links__item:not(:last-child) {
  margin-right: 10px;
}
.l-header__links__btn {
  width: 235px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #04810b;
  font-size: 18px;
  font-size: 1.8rem;
  color: #04810b;
  border-radius: 18px;
  position: relative;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
}
.l-header__links__btn::after {
  content: "";
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #04810b;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__links__btn:hover {
  background: #358c3a;
  color: #fff;
  opacity: 1;
}
.l-header__links__btn:hover::after {
  border-color: transparent transparent transparent #fff;
}
.l-header__search {
  display: none;
  width: 100%;
  height: 94px;
  background: #358c3a;
  position: absolute;
  top: 156px;
  z-index: 9;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__search {
    height: 13.75vw;
    top: 13.75vw;
  }
}
.l-header__search .c-inner {
  height: 100%;
}
.l-header__search form {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__search form {
    padding-right: 8.5vw;
  }
}
.l-header__search__input {
  width: calc(100% - 54px);
  height: 54px;
  background: #fff;
  padding-left: 12px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__search__input {
    width: 100%;
    height: 8.5vw;
    font-size: 3vw;
  }
}
.l-header__search__submit {
  width: 54px;
  height: 54px;
  background: #70ba00 url(../images/icons/search-ico01.svg) 50% no-repeat;
  background-size: 20px 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__search__submit {
    width: 8.5vw;
    height: 8.5vw;
    background-size: 3.25vw 3.25vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.l-footer__contact {
  width: 100%;
  background: #f6fbef;
}
.l-footer__contact .c-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__contact .c-inner {
    display: block;
  }
}
.l-footer__work {
  padding-top: 36px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__work {
    padding: 11.5vw 0 13.5vw;
    position: relative;
  }
  .l-footer__work::after {
    content: "";
    width: 81.25vw;
    height: 1px;
    background: #8ecd00;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
  }
}
.l-footer__work .c-ttl--type02 {
  margin-bottom: 42px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__work .c-ttl--type02 {
    margin-bottom: 7.5vw;
  }
}
.l-footer__work__select {
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__work__select {
    margin-bottom: 4.75vw;
  }
}
.l-footer__work__select::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-right: 1px solid #8ecd00;
  border-bottom: 1px solid #8ecd00;
  transform: rotate(45deg);
  position: absolute;
  right: 24px;
  top: 50%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__work__select::after {
    width: 1.25vw;
    height: 1.25vw;
    right: 7vw;
    margin-top: -1.25vw;
  }
}
.l-footer__work__select select {
  width: 500px;
  height: 80px;
  padding: 10px;
  border: 4px solid #04810b;
  color: #04810b;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__work__select select {
    width: 100%;
    height: 16.5vw;
    padding: 0 10vw 0 6vw;
    border: 0.5vw solid #04810b;
    font-size: 3.5vw;
  }
}
.l-footer__work__lead {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__work__lead {
    font-size: 3vw;
    text-align: center;
  }
}
.l-footer__insurance {
  padding: 34px 0 28px;
  max-width: 760px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__insurance {
    padding: 13vw 0 6.75vw;
  }
}
.l-footer__insurance h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  white-space: pre-wrap;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__insurance h2 {
    font-size: 4.25vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__insurance .c-contact {
    display: block;
  }
}
.l-footer__insurance .c-contact__ttl, .l-footer__insurance .c-contact__num {
  color: #04810b;
}
.l-footer__insurance .c-contact__tel {
  border-right: 1px solid #8ecd00;
  padding: 8px 50px 0 0;
  max-width: 370px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__insurance .c-contact__tel {
    margin: 0 auto 10.75vw auto;
    padding: 0;
    border: none;
  }
}
.l-footer__insurance .c-contact__hours {
  color: #565656;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__insurance .c-contact__hours br {
    display: none;
  }
}
.l-footer__insurance .c-contact__mail {
  padding: 8px 0 32px 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__insurance .c-contact__mail {
    padding: 0;
  }
}
.l-footer__insurance .c-contact__btn {
  border: 4px solid #58a745;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__insurance .c-contact__btn {
    border: 0.5vw solid #58a745;
  }
}
.l-footer__links {
  width: 100%;
  height: 40px;
  background: #358c3a;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__links {
    height: 5vw;
  }
}
.l-footer__links__list {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__links__list {
    justify-content: space-between;
  }
}
.l-footer__links__item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__links__item:not(:last-child) {
    margin-right: 0;
  }
}
.l-footer__links__item a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__links__item a {
    font-size: 2.25vw;
  }
}
.l-footer__copy {
  width: 100%;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__copy {
    height: 4.75vw;
    font-size: 1.5vw;
    background: #f6fbef;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnav {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: -100vh;
    background: #358c3a;
    z-index: -1;
    transition: top 0.5s;
  }
  .l-gnav.is-open {
    top: 13.75vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnav .c-inner {
    width: 100%;
    height: 100%;
    padding-bottom: 13.75vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.l-gnav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnav__list {
    padding-top: 2.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnav__item {
    width: 100%;
    border-bottom: 0.125vw solid #58a745;
  }
  .l-gnav__item:not(.l-gnav__item--haschild) > a::after {
    content: "";
    width: 1.25vw;
    height: 1.25vw;
    margin-top: -0.625vw;
    border-top: 0.125vw solid #fff;
    border-right: 0.125vw solid #fff;
    position: absolute;
    right: 6vw;
    top: 50%;
    transform: rotate(45deg);
  }
  .l-gnav__item--haschild > a::before, .l-gnav__item--haschild > a::after {
    content: "";
    width: 1.875vw;
    height: 0.25vw;
    background: #fff;
    position: absolute;
    right: 5.25vw;
    top: 50%;
    transition: transform 0.3s;
  }
  .l-gnav__item--haschild > a::before {
    transform: rotate(0deg);
  }
  .l-gnav__item--haschild > a::after {
    transform: rotate(90deg);
  }
  .l-gnav__item--haschild > a.is-open::before {
    display: none;
  }
  .l-gnav__item--haschild > a.is-open::after {
    transform: rotate(180deg);
  }
}
.l-gnav__item > a {
  padding: 12px 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnav__item > a {
    padding: 3.875vw 0 3.875vw 5.75vw;
    font-size: 4.125vw;
    justify-content: flex-start;
    color: #fff;
  }
}
.l-gnav__item.is-active > a {
  background: #358c3a;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnav__item a[data-toggle=acd] {
    pointer-events: auto;
  }
}
.l-gnav .l-header__links {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-gnav .l-header__links {
    display: block;
    position: static;
    padding: 6.75vw 0;
  }
  .l-gnav .l-header__links::after {
    border-width: 0.75vw 0 0.75vw 1.25vw;
    right: 3.5vw;
  }
  .l-gnav .l-header__links__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4.75vw;
  }
  .l-gnav .l-header__links__btn {
    width: 100%;
    height: 10.75vw;
    background: #fff;
    font-size: 3.875vw;
    border: 0.125vw solid #04810b;
  }
}
@media print {
  .l-lnav {
    display: none;
  }
}
.l-lnav__fix {
  position: fixed;
  width: 100%;
  left: 0;
  top: 156px;
  z-index: 10;
}
.l-lnav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.l-lnav__item {
  width: 16.6666%;
  height: 85px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lnav__item {
    width: 33.3333%;
    height: 13vw;
  }
}
.l-lnav__item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.56;
  background-color: #D7F1B6;
  text-align: center;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lnav__item a {
    font-size: 3.25vw;
    transition: none;
  }
}
.l-lnav__item a:hover {
  opacity: 1;
  background: #04810b;
  color: #fff;
}
.l-lnav__item--current a {
  background: #04810b;
  color: #fff;
}
.l-lnav__item--column-2 {
  width: 50%;
}
.l-lnav__item--column-3 {
  width: 33.3%;
}
.l-lnav__item--column-4 {
  width: 25%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lnav__item--column-4 {
    width: 50%;
  }
}
.l-lnav__item--column-5 {
  width: 20%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lnav__item--column-5 {
    width: 40%;
  }
  .l-lnav__item--column-5:nth-child(1) {
    width: 20%;
  }
  .l-lnav__item--column-5:nth-child(4), .l-lnav__item--column-5:nth-child(5) {
    width: 50%;
  }
}
.l-lnav__item--column-7 {
  width: 14.28%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lnav__item--column-7 {
    width: 33.3333%;
  }
  .l-lnav__item--column-7:nth-child(n+4) {
    width: 25%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lnav--lease .l-lnav__item--column-7:nth-child(4) {
    width: 27%;
  }
  .l-lnav--lease .l-lnav__item--column-7:nth-child(n+5) {
    width: 24.3%;
  }
}
.l-main {
  overflow: hidden;
}
.l-breadcrumb {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 20px auto 0 auto;
  max-width: 1140px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-breadcrumb {
    padding: 0 20px;
    font-size: 3.25vw;
  }
}

.c-inner {
  width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 3.75vw;
  }
}
.c-mega {
  width: 100%;
  padding: 16px;
  background: #358c3a;
  position: absolute;
  left: 0;
  top: 156px;
  z-index: 99;
}
@media print, screen and (min-width: 768px) {
  .c-mega {
    visibility: hidden;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega {
    display: none;
    padding: 0;
    position: static;
    background: #58a745;
  }
}
.c-mega__inner {
  position: relative;
  overflow-y: scroll;
}
.c-mega__list {
  width: 418px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__list {
    width: 100%;
  }
}
.c-mega__item {
  border-top: 1px solid #58a745;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item:not(:last-child) {
    border-top: none;
    border-bottom: 0.125vw solid #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .c-mega__item--fit > a {
    height: 70px;
  }
  .c-mega__item--fit > a .c-mega__item__txt {
    line-height: 48px;
  }
}
.c-mega__item > a {
  padding: 11px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item > a {
    padding: 3.875vw 0 3.875vw 7vw;
  }
}
.c-mega__item > a::after {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.c-mega__item > a:hover, .c-mega__item > a.is-active {
  background: #58a745;
  opacity: 1;
}
.c-mega__item > a:hover svg, .c-mega__item > a.is-active svg {
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item:not(.c-mega__item--haschild) > a::before {
    display: none;
  }
  .c-mega__item:not(.c-mega__item--haschild) > a::after {
    content: "";
    width: 1.25vw;
    height: 1.25vw;
    margin-top: -0.625vw;
    border-style: none;
    border-top: 0.125vw solid #fff;
    border-right: 0.125vw solid #fff;
    position: absolute;
    right: 6vw;
    top: 50%;
    transform: rotate(45deg);
    background: none;
  }
  .c-mega__item--haschild > a::before {
    content: "";
    width: 1.875vw;
    height: 0.25vw;
    background: #fff;
    position: absolute;
    right: 5.25vw;
    top: 50%;
    transform: rotate(0deg);
    transition: transform 0.3s;
  }
  .c-mega__item--haschild > a::after {
    width: 1.875vw;
    height: 0.25vw;
    background: #fff;
    border: none;
    right: 5.25vw;
    transition: transform 0.3s;
    transform: rotate(90deg);
  }
  .c-mega__item--haschild > a.is-open::before {
    display: none;
  }
  .c-mega__item--haschild > a.is-open::after {
    transform: rotate(180deg);
  }
}
.c-mega__item__icon {
  width: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__icon {
    display: none;
  }
}
.c-mega__item__icon svg {
  transition: opacity 0.3s;
  opacity: 0.3;
}
.c-mega__item__icon svg path,
.c-mega__item__icon svg polyline {
  fill: #fff;
}
.c-mega__item__txt {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.273;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__txt {
    font-size: 4.125vw;
    font-weight: 400;
    line-height: 1.5;
  }
}
.c-mega__item__txt small {
  font-weight: bold;
  font-size: 80%;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__txt small {
    font-weight: normal;
  }
}
.c-mega__item__txt span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-mega__item__txt span br {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__txt span br {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__txt span {
    display: inline;
    font-size: 4.125vw;
  }
}
.c-mega__item__container {
  display: none;
  width: calc(100% - 418px);
  padding: 30px 0 28px 100px;
  background: #58a745;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__container {
    position: static;
    width: 100%;
    padding: 0;
  }
}
.c-mega__item__links {
  max-width: 990px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__links {
    margin-bottom: 0;
    background: #6ab05a;
  }
}
.c-mega__item__link {
  width: 330px;
  padding: 10px 10px 10px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__link {
    width: 100%;
    padding: 0;
    border-top: 0.125vw solid #fff;
  }
}
.c-mega__item__link a {
  display: table;
  padding-left: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__link a {
    display: block;
    padding: 3.875vw 0 3.875vw 8.25vw;
    font-size: 4.125vw;
  }
}
.c-mega__item__link a::before {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__link a::before {
    width: 1.25vw;
    height: 1.25vw;
    border-style: none;
    margin-top: -0.625vw;
    border-top: 0.125vw solid #fff;
    border-right: 0.125vw solid #fff;
    left: auto;
    right: 6vw;
    top: 50%;
    transform: rotate(45deg);
  }
}
.c-mega__item .c-contact {
  margin-bottom: 44px;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item .c-contact {
    display: none;
  }
}
.c-mega__item .c-contact__ttl, .c-mega__item .c-contact__num, .c-mega__item .c-contact__hours {
  color: #fff;
}
.c-mega__item .c-contact__num {
  display: table;
  margin: 0 auto 16px;
  background: url(../images/icons/tel-ico01.svg) 0 50% no-repeat;
  background-size: 27px 37px;
}
.c-mega__item .c-contact__hours br {
  display: none;
}
@media print, screen and (max-width: 1500px) {
  .c-mega__item .c-contact__hours br {
    display: block;
  }
}
.c-mega__item .c-contact__tel {
  padding: 4px 102px 0 0;
  border-right: 1px solid #fff;
  transition: padding 0.3s;
}
@media print, screen and (max-width: 1500px) {
  .c-mega__item .c-contact__tel {
    padding-right: 40px;
  }
}
.c-mega__item .c-contact__mail {
  padding: 4px 0 0 130px;
  transition: padding 0.3s;
}
@media print, screen and (max-width: 1500px) {
  .c-mega__item .c-contact__mail {
    padding-left: 40px;
  }
}
.c-mega__item__foot {
  width: 80%;
  max-width: 950px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #358c3a;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-mega__item__foot {
    display: none;
  }
}
.c-mega__item__foot__ttl {
  margin: 0 auto;
  padding: 0 4px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}
.c-mega__item__foot__list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.c-mega__item__foot__item:not(:last-child) {
  margin-right: 10px;
}
.c-mega__item__foot__item a {
  width: 270px;
  padding: 4px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #04810b;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 17px;
  border: 1px solid #58a745;
  position: relative;
}
.c-mega__item__foot__item a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #58a745;
  border-right: 1px solid #58a745;
  right: 22px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
}
.c-btn, .c-btn--type01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-btn--type01 {
  width: 265px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background: #70ba00;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type01 {
    width: 41.75vw;
    height: 9.25vw;
    font-size: 3.5vw;
  }
}
.c-btn--type02 {
  max-width: 480px;
  width: 100%;
  height: 96px;
  padding-left: 92px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border: 4px solid #58a745;
  background: #58a745;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type02 {
    width: 100%;
    height: 16.5vw;
    padding-left: 15.25vw;
    border: 0.5vw solid #58a745;
    font-size: 3.5vw;
  }
}
.c-btn--type02::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #8ecd00;
  border-right: 1px solid #8ecd00;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type02::after {
    width: 1.25vw;
    height: 1.25vw;
    margin-top: -0.75vw;
    border-top: 0.125vw solid #8ecd00;
    border-right: 0.125vw solid #8ecd00;
    right: 5.25vw;
  }
}
.c-btn--type02:hover {
  opacity: 1;
  background: #04810b;
}
.c-btn--type03 {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  width: 100%;
  height: 96px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 4px solid #58a745;
  background: #58a745;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  transition: background-color 0.3s;
}
.c-btn--type03--thin {
  height: 65px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type03 {
    width: 100%;
    height: 16.5vw;
    border: 0.5vw solid #58a745;
    font-size: 3.5vw;
  }
}
.c-btn--type03::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #8ecd00;
  border-right: 1px solid #8ecd00;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type03::after {
    width: 1.25vw;
    height: 1.25vw;
    margin-top: -0.75vw;
    border-top: 0.125vw solid #8ecd00;
    border-right: 0.125vw solid #8ecd00;
    right: 5.25vw;
  }
}
.c-btn--type03:hover, .c-btn--type03.is_current {
  opacity: 1;
  background: #04810b;
}
.c-btn--type04 {
  max-width: 360px;
  width: 100%;
  line-height: 42px;
  border: 1px solid #000;
  display: block;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.c-btn--type04::after {
  margin-top: -3px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-top: solid 5px #000;
  top: 50%;
  right: 20px;
}
.c-btn--type05 {
  padding: 25px 0;
  max-width: 430px;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #04810B;
}
.c-btn--type06 {
  padding: 0 30px;
  max-width: 350px;
  width: 100%;
  height: 90px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #04810b;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type06 {
    margin: 0 auto;
    font-size: 4.125vw;
    height: 60px;
  }
}
.c-ttl, .c-ttl--type06, .c-ttl--type03, .c-ttl--type02, .c-ttl--type01 {
  font-weight: 700;
  line-height: 1;
  font-size: 33px;
  font-size: 3.3rem;
}
.c-ttl span, .c-ttl--type06 span, .c-ttl--type03 span, .c-ttl--type02 span, .c-ttl--type01 span {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl span, .c-ttl--type06 span, .c-ttl--type03 span, .c-ttl--type02 span, .c-ttl--type01 span {
    font-size: 2.5vw;
  }
}
.c-ttl--type01 {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type01 {
    font-size: 5.625vw;
  }
}
.c-ttl--type01 span {
  margin-top: 18px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(40, 40, 40, 0.2);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type01 span {
    margin-top: 2.5vw;
    font-size: 2.5vw;
  }
}
.c-ttl--type01 span::after {
  content: "";
  width: 24px;
  height: 1px;
  background: #282828;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type01 span::after {
    width: 2.75vw;
    height: 0.25vw;
    bottom: -3.75vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type02 {
    display: table;
    margin: 0 auto;
    font-size: 4.125vw;
  }
}
.c-ttl--type02 span {
  margin-top: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(40, 40, 40, 0.2);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type02 span {
    margin-top: 2.5vw;
    font-size: 2.5vw;
    text-align: center;
  }
}
.c-ttl--type03 {
  display: table;
  margin: 0 auto 54px auto;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type03 {
    margin-bottom: 4.5vw;
    padding: 0 10px;
    font-size: 5.375vw;
    line-height: 1.5;
  }
}
.c-ttl--type03 span {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type03 span {
    margin-top: 1em;
    font-size: 4.75vw;
  }
}
.c-ttl--type04 {
  width: 100%;
  padding-bottom: 4px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #22ac38;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type04 {
    padding-bottom: 1.75vw;
    font-size: 4.125vw;
    border-bottom: 0.125vw solid #22ac38;
  }
}
.c-ttl--type05 {
  margin: 2em 0 1em 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type05 {
    padding-bottom: 1.75vw;
    font-size: 4.125vw;
  }
}
.c-ttl--type06 {
  margin: 0 auto 54px auto;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type06 {
    padding: 0 10px;
    margin-bottom: 4.5vw;
    font-size: 5.375vw;
    line-height: 1.5;
  }
}
.c-ttl--type06 span {
  line-height: 1;
  margin-right: 1em;
  padding: 12px;
  border: 1px solid #000;
  max-width: 200px;
  display: inline-block;
  border-radius: 10px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type06 span {
    display: block;
    margin: 0 auto 15px auto;
    font-size: 4.75vw;
  }
}
.c-ttl--type07 {
  background-color: #03810b;
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type07 {
    font-size: 3.5vw;
  }
}
.c-ttl--type08 {
  margin: 30px 0;
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type08 {
    margin: 20px 0;
    font-size: 4.125vw;
  }
}
.c-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.c-contact__ttl {
  margin-bottom: 11px;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-contact__ttl {
    margin-bottom: 5vw;
    font-size: 3.25vw;
  }
}
.c-contact__num {
  margin-bottom: 16px;
  padding-left: 36px;
  background: url(../images/icons/tel-ico02.svg) 0 50% no-repeat;
  background-size: 27px 37px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-contact__num {
    display: table;
    margin: 0 auto 4.75vw;
    padding-left: 6.25vw;
    background-size: 5vw 6.75vw;
    font-size: 6.25vw;
    pointer-events: auto;
    cursor: pointer;
  }
}
.c-contact__hours {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-contact__hours {
    font-size: 2.75vw;
    text-align: center;
  }
}
.c-contact__btn {
  width: 320px;
  height: 90px;
  padding-left: 68px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  background: #fff url(../images/icons/contact-ico01.svg) 28px 50% no-repeat;
  background-size: 28px 18px;
  color: #04810b;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-contact__btn {
    width: 100%;
    height: 16.5vw;
    padding-left: 0;
    justify-content: center;
    background-position: 5.5vw 50%;
    background-size: 7.125vw 4.625vw;
    font-size: 3.5vw;
  }
}

.p- {
  /* 共通 */
  /* 低炭素設備リース信用保険 */
  /* 再生可能エネルギー */
  /* 機構概要 */
  /* 温室効果ガス排出削減量連動型中小企業グリーン投資促進事業 */
  /* 地域の特性を活かしたエネルギーの地産地消促進事業 */
  /* インフラ */
  /* お問い合わせ */
  /* 先端低炭素設備導入促進補償制度推進事業 */
}
.p-top-service {
  padding: 106px 0 190px;
  background: url(../images/top/top-sec02-bg01.jpg) 50% 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service {
    padding: 11vw 0 13.75vw;
    background: url(../images/top/top-sec02-bg01-sp.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
  .p-top-service .c-inner {
    padding: 0;
  }
}
.p-top-service .c-ttl--type01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.p-top-service__lead {
  margin-bottom: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service__lead {
    margin-bottom: 8vw;
    font-size: 3.5vw;
  }
}
.p-top-service__links {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service__links__item, .p-top-service__links__item--img {
    width: 50%;
  }
}
.p-top-service__links__item:not(:nth-child(3n)), .p-top-service__links__item--img:not(:nth-child(3n)) {
  margin-right: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service__links__item:not(:nth-child(3n)), .p-top-service__links__item--img:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.p-top-service__links__item:not(:nth-child(-n+3)), .p-top-service__links__item--img:not(:nth-child(-n+3)) {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service__links__item:not(:nth-child(-n+3)), .p-top-service__links__item--img:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
}
.p-top-service__links__item a, .p-top-service__links__item--img a {
  width: 400px;
  height: 140px;
  padding-left: 134px;
  padding-right: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border: 4px solid #58a745;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.667;
  background: #fff;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  position: relative;
}
.p-top-service__links__item a small, .p-top-service__links__item--img a small {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service__links__item a, .p-top-service__links__item--img a {
    width: 100%;
    height: 43.75vw;
    padding-left: 18vw;
    padding-right: 6.75vw;
    border: 0.25vw solid #58a745;
    font-size: 3.5vw;
    color: #358c3a;
  }
  .p-top-service__links__item a br, .p-top-service__links__item--img a br {
    display: none;
  }
}
.p-top-service__links__item a:hover, .p-top-service__links__item--img a:hover {
  border-color: #358c3a;
  color: #fff;
  background: #358c3a;
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service__links__item a:hover, .p-top-service__links__item--img a:hover {
    background: #fff;
    color: #358c3a;
  }
}
.p-top-service__links__item a:hover path, .p-top-service__links__item--img a:hover path,
.p-top-service__links__item a:hover rect,
.p-top-service__links__item--img a:hover rect,
.p-top-service__links__item a:hover polyline,
.p-top-service__links__item--img a:hover polyline {
  fill: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service__links__item a:hover path, .p-top-service__links__item--img a:hover path,
  .p-top-service__links__item a:hover rect,
  .p-top-service__links__item--img a:hover rect,
  .p-top-service__links__item a:hover polyline,
  .p-top-service__links__item--img a:hover polyline {
    fill: #358c3a;
  }
}
.p-top-service__links__item a path, .p-top-service__links__item--img a path,
.p-top-service__links__item a rect,
.p-top-service__links__item--img a rect,
.p-top-service__links__item a polyline,
.p-top-service__links__item--img a polyline {
  fill: #2b933a;
  transition-property: fill;
  transition-duration: 0.3s;
}
.p-top-service__links__item--img {
  position: relative;
  overflow: hidden;
}
.p-top-service__links__item--img a {
  padding: 0;
  border: none;
  transition: opacity 0.4s;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service__links__item--img a {
    border: 0.25vw solid #58a745;
  }
}
.p-top-service__links__item--img a:hover {
  opacity: 0.7;
}
.p-top-service__links__item--img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-top-service__links__icon {
  width: 134px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-service__links__icon--zeh svg path {
  fill: #8ec31f;
}
.p-top-service__links__icon--zeh svg polyline {
  fill: #009f41;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-service__links__icon {
    width: 18vw;
  }
  .p-top-service__links__icon--lease svg {
    width: 11.25vw;
    height: 9.625vw;
  }
  .p-top-service__links__icon--recycle svg {
    width: 7.75vw;
    height: 11.625vw;
  }
  .p-top-service__links__icon--fit svg {
    width: 11.875vw;
    height: 8.25vw;
  }
  .p-top-service__links__icon--charge svg {
    width: 11.25vw;
    height: 7.25vw;
  }
  .p-top-service__links__icon--mansion svg {
    width: 9.25vw;
    height: 10vw;
  }
  .p-top-service__links__icon--local svg {
    width: 10.125vw;
    height: 7.25vw;
  }
  .p-top-service__links__icon--energy svg {
    width: 5.75vw;
    height: 9.875vw;
  }
  .p-top-service__links__icon--facility svg {
    width: 7.875vw;
    height: 10vw;
  }
  .p-top-service__links__icon--co2 svg {
    width: 11.25vw;
    height: 5.875vw;
  }
  .p-top-service__links__icon--cif svg {
    width: 11.25vw;
    height: 11.75vw;
  }
}
.p-top-service__hr {
  margin: 50px 0;
  border-color: #2c933a;
}
.p-top-news {
  padding: 128px 0 142px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news {
    padding: 11.25vw 0 7.75vw;
  }
}
.p-top-news .c-ttl--type01 {
  margin-bottom: 27px;
}
.p-top-news__list {
  width: 1030px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__list {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.p-top-news__item {
  padding: 34px 0 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #8ecd00;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__item {
    padding: 3.25vw 0 3.75vw;
  }
  .p-top-news__item:last-child {
    border-bottom: none;
  }
}
.p-top-news__date {
  width: 178px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__date {
    width: 19vw;
    font-size: 3vw;
    line-height: 1.2;
  }
}
.p-top-news__cat {
  margin-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__cat {
    margin: 0 0 3.25vw 0;
  }
}
.p-top-news__cat a {
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #8ecd00;
  font-size: 14px;
  font-size: 1.4rem;
  color: #8ecd00;
  line-height: 1;
  min-width: 78px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__cat a {
    padding: 0.375vw 2.5vw;
    font-size: 2.75vw;
  }
}
.p-top-news__ttl {
  width: 764px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__ttl {
    width: 100%;
  }
}
.p-top-news__ttl a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.64;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top-news__ttl a {
    font-size: 3vw;
  }
}
.p-top-news .c-btn--type01 {
  margin: 0 auto;
}
.p-mainvisual {
  width: 100%;
  position: relative;
}
.p-mainvisual img {
  width: 100%;
  height: auto;
}
.p-mainvisual h1, .p-mainvisual h2 {
  position: absolute;
  left: 124px;
  top: 50%;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #5e5033;
  transform: translateY(-50%);
  z-index: 9;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-mainvisual h1, .p-mainvisual h2 {
    font-size: 5.625vw;
    left: 9vw;
    line-height: 1.56;
  }
}
.p-mainvisual h1 br, .p-mainvisual h2 br {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-mainvisual h1 br, .p-mainvisual h2 br {
    display: block;
  }
}
.p-mainvisual--page h1, .p-mainvisual--page h2 {
  left: 150px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #282828;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-mainvisual--page h1, .p-mainvisual--page h2 {
    left: 7.5vw;
    font-size: 4.75vw;
    font-weight: 700;
  }
}
.p-mainvisual--page h1 span, .p-mainvisual--page h2 span {
  display: block;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-mainvisual--page h1 span, .p-mainvisual--page h2 span {
    font-size: 4.75vw;
  }
}
.p-common {
  padding: 70px 0 212px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common {
    padding: 10.5vw 0 26.75vw;
  }
}
.p-common .c-inner {
  width: 1140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common .c-inner {
    width: 100%;
    padding: 0;
  }
}
.p-common__article p {
  margin-bottom: 1em;
  width: 100%;
}
.p-common__article p:last-child {
  margin-bottom: 0;
}
.p-common__article a {
  text-decoration: underline;
  color: #030afc;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__layer {
    padding: 0 3.75vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__layer--scroll {
    overflow: scroll;
  }
  .p-common__layer--scroll table {
    min-width: 700px;
  }
}
.p-common__item {
  padding: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  background: #ebf4e0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item {
    padding: 4.75vw 7vw;
  }
}
.p-common__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item:not(:last-child) {
    margin-bottom: 6.25vw;
  }
}
.p-common__item__div--type01 {
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}
.p-common__item__div--type01 div {
  max-width: 435px;
  width: 100%;
}
.p-common__item__div--type01 div:first-child {
  float: left;
}
.p-common__item__div--type01 div:last-child {
  float: right;
}
@media print, screen and (min-width: 768px) {
  .p-common__item__div--type01 div .c-btn--type02,
  .p-common__item__div--type01 div .c-btn--type03 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__div--type01 div .c-btn--type02,
  .p-common__item__div--type01 div .c-btn--type03 {
    margin: 20px 0 10px 0;
  }
}
.p-common__item__div--type02 {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__div--type02 {
    padding: 15px;
  }
}
.p-common__item__txt {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.67;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__txt {
    font-size: 3.5vw;
    line-height: 1.57;
  }
}
.p-common__item__txt--type01 {
  height: 40px;
  line-height: 40px;
}
.p-common__item__txt--type01 a {
  vertical-align: top;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__txt--type01 {
    height: 25px;
    line-height: 25px;
  }
}
.p-common__item__link {
  text-decoration: underline;
  color: #030afc;
}
.p-common__item__link--type01:hover .p-common__item {
  background-color: #f2f8eb;
}
@media print, screen and (min-width: 768px) {
  .p-common__item__link--sp {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.p-common__item__ul {
  margin-left: 1em;
  list-style-type: disc;
  list-style-position: outside;
}
.p-common__item__ul--type01 {
  margin-left: 0;
  padding: 30px;
  list-style-type: none;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__ul--type01 {
    padding: 20px;
  }
}
.p-common__item__ul--type01 li {
  margin-bottom: 20px;
  line-height: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__ul--type01 li {
    line-height: 25px;
  }
}
.p-common__item__ul--type01 li:last-child {
  margin-bottom: 0;
}
.p-common__item__ul--type01 li i {
  margin-right: 10px;
}
.p-common__item__ul--type01 li a, .p-common__item__ul--type01 li span {
  vertical-align: top;
}
.p-common__item__ul--type01 li ul {
  margin: 20px 0px 0px 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__ul--type01 li ul {
    margin-left: 30px;
  }
}
.p-common__item__ul--type02 {
  width: 100%;
  list-style-type: none;
}
@media print, screen and (min-width: 768px) {
  .p-common__item__ul--type02 {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__ul--type02 {
    margin: 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-common__item__ul--type02 li {
    width: 33%;
    padding: 10px 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__ul--type02 li {
    margin: 15px;
  }
}
.p-common__item__table {
  width: 100%;
  background-color: #fff;
}
.p-common__item__table td {
  padding: 20px 10px;
  vertical-align: middle;
  border: solid 1px #eee;
}
.p-common__item__table th {
  padding: 20px 10px;
  border: solid 1px #eee;
  background-color: #dbe5cf;
}
.p-common__item__table th:last-child {
  border: 0;
}
.p-common__item__icon {
  width: 92px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__icon {
    width: 15.25vw;
  }
}
.p-common__item__conditions {
  counter-reset: counter;
}
.p-common__item__condition {
  padding-left: 28px;
  position: relative;
  line-height: 1.78;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__condition {
    padding: 0.5vw 0 0.5vw 5.25vw;
  }
}
.p-common__item__condition::before {
  content: counter(counter);
  counter-increment: counter;
  width: 19px;
  height: 19px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #358c3b;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-common__item__condition::before {
    width: 3.5vw;
    height: 3.5vw;
    font-size: 1.625vw;
  }
}
.p-lease {
  padding: 70px 0 212px;
  counter-reset: num-q-ttl;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease {
    padding: 10.5vw 0 26.75vw;
  }
}
.p-lease .c-inner {
  width: 1140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease .c-inner {
    width: 100%;
    padding: 0;
  }
}
.p-lease .c-ttl--type04--faq {
  counter-increment: num-q-ttl;
}
.p-lease .c-ttl--type04--faq::before {
  margin-right: 10px;
  content: "Q" counter(num-q-ttl) ".";
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease .c-ttl--type04--faq::before {
    font-size: 4.125vw;
  }
}
.p-lease .c-btn--type02--center {
  margin-left: auto;
  margin-right: auto;
}
.p-lease .p-common__item__icon--about {
  background: url(../images/icons/solar-ico01.svg) 50% no-repeat;
  background-size: 32px 32px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease .p-common__item__icon--about {
    background-size: 5.25vw 5.25vw;
  }
}
.p-lease .p-common__item__icon--introduce {
  background: url(../images/icons/nature-ico02.svg) 50% no-repeat;
  background-size: 33px 38px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease .p-common__item__icon--introduce {
    background-size: 5.75vw 6.625vw;
  }
}
.p-lease .p-common__item__icon--search {
  background: url(../images/icons/search-ico01.svg) 50% no-repeat;
  background-size: 29px 29px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease .p-common__item__icon--search {
    background-size: 4.375vw 4.375vw;
  }
}
.p-lease .p-common__item__icon--lock {
  background: url(../images/icons/lock-ico01.svg) 50% no-repeat;
  background-size: 32px 32px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease .p-common__item__icon--lock {
    background-size: 5.25vw 5.25vw;
  }
}
.p-lease__lead {
  width: 960px;
  margin: 0 auto 65px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__lead {
    width: 81%;
    margin-bottom: 6.75vw;
    font-size: 3.5vw;
  }
}
.p-lease__flow {
  margin-bottom: 86px;
  padding: 46px 134px 64px;
  background: #f7f7f7;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__flow {
    margin-bottom: 3.75vw;
    padding: 3.75vw;
  }
}
.p-lease__item__txt {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__txt {
    width: 100%;
    margin-bottom: 7.5vw;
    padding-right: 0;
  }
}
.p-lease__item__txt .c-ttl--type04 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__txt .c-ttl--type04 {
    margin-bottom: 2.5vw;
  }
}
.p-lease__item__txt--type02::before {
  content: "A.";
  font-weight: bold;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__txt--type02::before {
    font-size: 4.125vw;
  }
}
.p-lease__item__ul {
  width: 100%;
}
.p-lease__item__ul li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.67;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__ul li {
    font-size: 3.5vw;
    line-height: 1.57;
  }
}
.p-lease__item__ul--type01 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 65px;
  counter-reset: num-q-li;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__ul--type01 {
    margin: 6.75vw auto;
    width: 85%;
  }
}
.p-lease__item__ul--type01 li {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__ul--type01 li {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 3.5vw;
  }
}
.p-lease__item__ul--type01 li::before {
  margin-right: 5px;
  counter-increment: num-q-li;
  content: "Q" counter(num-q-li) ".";
}
.p-lease__item__ul--type02 {
  margin: 1em 0;
}
.p-lease__item__ul--type02 li {
  padding-left: 1.8em;
}
.p-lease__item__ul--type02 li span {
  margin-left: -1.8em;
  width: 1.8em;
  display: inline-block;
  vertical-align: top;
}
.p-lease__item__ul--type02 li span::after {
  content: ".";
}
.p-lease__item__note {
  margin-top: 42px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__note {
    margin-top: 9.5vw;
    font-size: 3.5vw;
  }
}
.p-lease__item__note strong {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #358c3b;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__note strong {
    font-size: 3.5vw;
  }
}
.p-lease__item__content {
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__content {
    width: 100%;
  }
}
.p-lease__item__content img {
  width: 100%;
  height: auto;
}
.p-lease__item__content__container {
  padding: 28px 0 28px 24px;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__content__container {
    padding: 4.5vw;
  }
}
.p-lease__item__content h4 {
  margin-bottom: 14px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__content h4 {
    margin-bottom: 1.75vw;
    font-size: 3.25vw;
  }
}
.p-lease__item__link__lead {
  margin: 30px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__link__lead {
    margin: 7.5vw 0 2.25vw;
    font-size: 3.25vw;
  }
}
.p-lease__item__table--type01 tr th:first-child {
  min-width: 100px;
}
.p-lease__item__div--type01 {
  padding: 50px;
  color: #fff;
  background-color: #358c3a;
}
@media print, screen and (min-width: 768px) {
  .p-lease__item__div--type01 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__div--type01 {
    padding: 4.75vw 7vw;
  }
}
.p-lease__item__div--type01 .ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__div--type01 .ttl {
    margin-bottom: 5vw;
    font-size: 4.125vw;
  }
}
.p-lease__item__div--type01 .number {
  margin-bottom: 16px;
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__div--type01 .number {
    margin: 0 auto 4.75vw;
    font-size: 6.25vw;
  }
}
.p-lease__item__div--type01 .number span {
  font-weight: 700;
  padding-left: 1.3em;
  background: url(../images/icons/tel-ico01.svg) 50% no-repeat;
  background-size: 32px 32px;
  background-position: left center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__div--type01 .number span {
    background-size: 5.25vw 5.25vw;
  }
}
.p-lease__item__div--type01 .c-btn--type06 span {
  padding-left: 2em;
  background: url(../images/icons/contact-ico01.svg) 50% no-repeat;
  background-size: 32px 32px;
  background-position: left center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__div--type01 .c-btn--type06 span {
    background-size: 5.25vw 5.25vw;
  }
}
.p-lease__item__div--type01 .p-common__item__txt span {
  padding-left: 1em;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__div--type01 .p-common__item__txt span {
    padding-left: 0;
    display: block;
  }
}
.p-lease__item__div--type01 div:nth-child(1) {
  transition: padding 0.3s;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-lease__item__div--type01 div:nth-child(1) {
    margin-right: 60px;
    padding-right: 60px;
    border-right: 1px solid #fff;
  }
}
.p-lease__item__div--type01 div:nth-child(2) {
  transition: padding 0.3s;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-lease__item__div--type01 div:nth-child(2) {
    margin-top: 20px;
    padding-left: 0;
    display: block;
  }
}
.p-fit {
  padding: 70px 0 212px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-fit {
    padding: 10.5vw 0 26.75vw;
  }
}
.p-fit .c-inner {
  width: 1140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-fit .c-inner {
    width: 100%;
    padding: 0;
  }
}
.p-fit .c-btn--type02--ico01 {
  background: url(../images/icons/trial-ico01.svg) 50% no-repeat;
  background-size: 32px 32px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-fit .c-btn--type02--ico01 {
    background-size: 5.25vw 5.25vw;
  }
}
.p-fit .c-btn--type02--ico02 {
  background: url(../images/icons/document-ico01.svg) 50% no-repeat;
  background-size: 32px 32px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-fit .c-btn--type02--ico02 {
    background-size: 5.25vw 5.25vw;
  }
}
.p-fit__item__div {
  margin: 30px 0 10px 0;
  width: 100%;
}
.p-fit__item__div--type01 {
  margin: 0 auto;
  width: 80%;
}
.p-fit__item__div--type02 {
  padding: 40px;
  background-color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-fit__item__div--type02 {
    padding: 15px;
  }
}
.p-fit__item__div--type03 {
  margin-top: 30px;
}
.p-fit__item__div--type03 div {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-fit__item__div--type03 div {
    padding: 30px;
    width: 440px;
  }
  .p-fit__item__div--type03 div:nth-child(1) {
    float: left;
  }
  .p-fit__item__div--type03 div:nth-child(2) {
    float: right;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-fit__item__div--type03 div {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.p-fit__item__div--type03 div .p-icon {
  float: left;
  height: 57px;
  background-position-y: center;
  margin-right: 15px;
}
.p-fit__item__ul--type01 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-fit__item__ul--type01 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.p-fit__item__ul--type01 li {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-fit__item__ul--type01 li {
    width: 50%;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-fit__item__ul--type01 li {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-fit__item__ul--type02 {
    margin: 30px auto 60px auto;
    width: 950px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-fit__item__ul--type02 {
    margin: 20px auto 30px auto;
    width: 85%;
  }
}
.p-fit__item__ul--type02 li {
  margin-bottom: 1em;
}
.p-fit__item__ul--type02 li::before {
  margin-left: -1.5em;
  margin-right: 10px;
  content: "●";
  color: #358c3b;
}
.p-fit__item__ul--type02 li:last-child {
  margin-bottom: 0;
}
.p-general {
  padding: 70px 0 212px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-general {
    padding: 10.5vw 0 26.75vw;
  }
}
.p-general .c-inner {
  width: 1140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-general .c-inner {
    width: 100%;
    padding: 0;
  }
}
.p-general__item__div--type01 {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-general__item__div--type01 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .p-general__item__div--type01--img {
    max-width: 280px;
    max-height: 165px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-general__item__div--type01--txt {
    margin-left: 30px;
    max-width: 590px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-general__item__div--type01--txt {
    margin-top: 15px;
    margin-left: 0;
  }
}
.p-general__item__div--type02 {
  margin: 0px 0px 20px 0px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-general__item__div--type02 {
    margin: 10px 30px 30px 30px;
    float: right;
  }
}
.p-general__item__txt--type01 {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  margin: 30px 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-general__item__txt--type01 {
    padding: 15px;
    margin: 15px 0;
    font-size: 3.5vw;
  }
  .p-general__item__txt--type01 br {
    display: none;
  }
}
.p-general__item__txt--type02 {
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-general__item__txt--type02 {
    padding-left: 20px;
  }
}
.p-general__item__txt--type02::before {
  content: "●";
  color: #b3d465;
  position: absolute;
  left: 0;
  top: 0;
}
.p-general__item__table--type01 th {
  width: 170px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-general__item__table--type01 th {
    width: 90px;
  }
}
.p-general__item__table--type01--history th {
  text-align: right;
  padding-right: 15px;
}
.p-general__item__iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 400px;
}
.p-general__item__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.p-green {
  padding: 70px 0 212px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-green {
    padding: 10.5vw 0 26.75vw;
  }
}
.p-green .c-inner {
  width: 1140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-green .c-inner {
    width: 100%;
    padding: 0;
  }
}
.p-green .c-btn--type02--ico01 {
  background: url(../images/icons/document-ico01.svg) 50% no-repeat;
  background-size: 32px 32px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-green .c-btn--type02--ico01 {
    background-size: 5.25vw 5.25vw;
  }
}
.p-green .c-btn--type02--ico02 {
  background: url(../images/icons/nature-ico01.svg) 50% no-repeat;
  background-size: 32px 32px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-green .c-btn--type02--ico02 {
    background-size: 5.25vw 5.25vw;
  }
}
.p-green__item__ul {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-green__item__ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .p-green__item__ul li {
    width: 33%;
    overflow: hidden;
  }
  .p-green__item__ul li:nth-child(2) {
    margin: 0 1.5%;
    width: 30%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-green__item__ul li {
    margin-top: 15px;
  }
  .p-green__item__ul li:first-child {
    margin-top: 0;
  }
}
.p-green__item__div--type01 {
  margin: 30px auto 60px auto;
  max-width: 1120px;
  width: 100%;
  background-color: #fff799;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-green__item__div--type01 {
    margin: 20px auto;
    padding: 15px;
    width: 85%;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 768px) {
  .p-green__item__div--type01 div {
    margin: 0px auto;
    padding: 30px 0;
    max-width: 955px;
  }
}
.p-sc {
  padding: 70px 0 212px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sc {
    padding: 10.5vw 0 26.75vw;
  }
}
.p-sc .c-inner {
  width: 1140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-sc .c-inner {
    width: 100%;
    padding: 0;
  }
}
.p-sc__item__ttl {
  line-height: 1.5;
}
.p-sc__item__table--type01 tr th:nth-child(1) {
  width: 105px;
}
.p-sc__item__table--type01 tr th:nth-child(2) {
  width: 210px;
}
.p-sc__item__table--type01 tr th:nth-child(5) {
  width: 85px;
}
.p-sc__item__table--type01 tr td:nth-child(1), .p-sc__item__table--type01 tr td:nth-child(5) {
  text-align: center;
}
.p-sc__item__table--type02 tr th:nth-child(1) {
  width: 105px;
}
.p-sc__item__table--type02 tr th:nth-child(2) {
  width: 210px;
}
.p-sc__item__table--type02 tr th:nth-child(4), .p-sc__item__table--type02 tr th:nth-child(5) {
  width: 85px;
}
.p-sc__item__table--type02 tr td:nth-child(1), .p-sc__item__table--type02 tr td:nth-child(4), .p-sc__item__table--type02 tr td:nth-child(5) {
  text-align: center;
}
.p-sc__item__ul {
  line-height: 2;
}
.p-sc__item__ul li {
  font-weight: bold;
}
.p-sc__item__ul ul {
  margin: 0 0 0.5em 1em;
}
.p-sc__item__ul ul li {
  font-weight: normal;
}
.p-sc__item__ul ul ul {
  margin: 0 0 0 1em;
}
.p-environment {
  padding: 70px 0 212px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-environment {
    padding: 10.5vw 0 26.75vw;
  }
}
.p-environment .c-inner {
  width: 1140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-environment .c-inner {
    width: 100%;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-environment__item__div--type01 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .p-environment__item__div--type01 div {
    width: 50%;
    box-sizing: border-box;
  }
  .p-environment__item__div--type01 div:last-child {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-environment__item__div--type01 div:first-child {
    margin-bottom: 15px;
  }
}
.p-environment__item__txt--type01 {
  color: #58A745;
  background-color: #fff;
  border: solid 3px #58a745;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-environment__item__txt--type01 {
    font-size: 4.125vw;
  }
}
.p-environment__item__txt--type02 {
  color: #333;
  background-color: #A1CD92;
  text-align: center;
  padding: 20px;
}
.p-environment__item__reports {
  margin: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .p-environment__item__reports {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-environment__item__reports {
    margin: 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-environment__item__report {
    width: 32.5%;
  }
  .p-environment__item__report:nth-child(2) {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-environment__item__report {
    margin: 20px 0;
  }
}
.p-environment__item__report--header {
  padding-bottom: 60px;
  background: url(../images/icons/arrow-bottom-ico01.svg) bottom center no-repeat;
  background-size: 35px;
}
.p-environment__item__report--title {
  padding: 30px 0;
  line-height: 1;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  width: 100%;
  border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-environment__item__report--title {
    font-size: 4.125vw;
  }
}
.p-environment__item__report--content {
  padding: 10px;
  border-radius: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-environment__item__report--content ul {
  padding: 20px 15px;
  border-radius: 15px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-environment__item__report--content {
    font-size: 3.375vw;
  }
}
.p-contact__item .p-common__item__ul--type02 {
  margin: 40px auto;
  max-width: 765px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-contact__item .p-common__item__ul--type02 {
    margin: 0px auto 30px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact__item .p-common__item__ul--type02 li {
    width: 50%;
  }
}
.p-contact__item__checkbox input {
  appearance: checkbox;
}
.p-contact__item__table {
  width: 100%;
}
.p-contact__item__table--border th, .p-contact__item__table--border td {
  border-color: #aec496 !important;
}
.p-contact__item__table th, .p-contact__item__table td {
  padding: 30px;
  vertical-align: middle;
  border-top: solid 1px #eee;
}
.p-contact__item__table tr th {
  text-align: left;
  background-color: #EBF4E0;
}
.p-contact__item__table tr:last-child th, .p-contact__item__table tr:last-child td {
  border-bottom: solid 1px #eee;
}
.p-contact__item__table input, .p-contact__item__table textarea, .p-contact__item__table select {
  padding: 10px;
  color: #555;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  border: solid 1px #B5B5B5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-contact__item__table input, .p-contact__item__table textarea, .p-contact__item__table select {
    font-size: 3.5vw;
  }
}
.p-contact__item__table select {
  background-image: url(../images/icons/arrow-bottom-ico02.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__item__table--type01 tr th {
    width: 405px;
  }
  .p-contact__item__table--type01 tr td:last-child() {
    width: 360px;
    text-align: right;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-contact__item__table--type01 tr th, .p-contact__item__table--type01 tr td {
    display: block;
    padding: 15px;
  }
}
.p-contact__item__table--type02 th {
  padding-right: 65px;
  width: 250px;
  position: relative;
}
.p-contact__item__table--type02 th em {
  padding: 3px 0;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  display: block;
  width: 32px;
  text-align: center;
  background-color: #E60012;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-contact__item__table--type02 th, .p-contact__item__table--type02 td {
    display: block;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
}
.p-contact__item__txt--type01 {
  margin-bottom: 10px;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-contact__item__txt--type01 {
    text-align: left;
  }
}
.p-contact__item__lead {
  margin: 100px auto 0 auto;
  max-width: 830px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-contact__item__lead {
    margin-top: 0;
    padding: 0 10px;
  }
}
.p-ale {
  padding: 70px 0 212px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-ale {
    padding: 10.5vw 0 26.75vw;
  }
}
.p-clean {
  padding: 70px 0 212px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-clean {
    padding: 10.5vw 0 26.75vw;
  }
}
.p-clean .c-inner {
  width: 1140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-clean .c-inner {
    width: 100%;
    padding: 0;
  }
}
.p-clean__text {
  max-height: 20vh;
  white-space: pre-wrap;
  overflow-y: scroll;
}
.p-v2 .l-wrapper {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-v2 .l-wrapper {
    padding-top: 13.7vw;
  }
}
.p-v2 .l-header {
  border-bottom: 1px solid #358c3a;
}
@media screen and (min-width: 768px) {
  .p-v2 .l-header {
    height: 110px;
  }
}
.p-v2 .l-header__container {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-v2 .l-header__search-btn {
    top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-v2 .l-header__search-btn {
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-v2 .l-footer {
    min-width: 1280px;
  }
}
.p-v2 .p-common {
  padding: 40px 0 90px 0;
}
@media screen and (max-width: 767px) {
  .p-v2 .p-common {
    padding: 20px 0 45px 0;
  }
}
.p-v2 .l-lnav {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-v2 .l-lnav__item a {
    font-size: 20px;
  }
}
.p-v2__title {
  margin-top: 40px;
  font-size: 50px;
  color: #358c3a;
}
@media screen and (max-width: 767px) {
  .p-v2__title {
    margin-top: 20px;
    font-size: 4.5vw;
  }
}
.p-v2__title small {
  font-size: 70%;
}
.p-v2 .l-footer__contact {
  padding: 40px 20px 25px 20px;
  text-align: center;
}
.p-v2 .l-footer__contact h2 {
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  .p-v2 .l-footer__contact h2 {
    font-size: 24px;
  }
}
.p-v2 .l-footer__contact h3 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-v2 .l-footer__contact h3 {
    font-size: 18px;
  }
}
.p-v2 .l-footer__contact h3 small {
  font-size: 80%;
  font-weight: bold;
}
.p-v2 .l-footer__contact--text {
  margin-top: 0.5em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-v2 .l-footer__contact--text {
    font-size: 14px;
  }
}
.p-v2 .l-footer__contact--tel {
  margin-top: 10px;
}
.p-v2 .l-footer__contact--tel .c-contact__num {
  color: #358c3a;
}
@media screen and (max-width: 767px) {
  .p-v2 .l-footer__contact--tel .c-contact__num {
    font-size: 30px;
  }
}
.p-v2 .l-footer__contact .c-contact__btn {
  margin: 20px auto 0 auto;
  border: 4px solid #58a745;
}
.p-v2__scroll {
  max-height: 13em;
  overflow-y: auto;
}
.p-v2__scroll::-webkit-scrollbar {
  width: 5px;
}
.p-v2__scroll::-webkit-scrollbar-track {
  background-color: white;
}
.p-v2__scroll::-webkit-scrollbar-thumb {
  background-color: #358c3a;
}
.p-v2__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-v2__buttons li {
  margin: 0 10px 30px 10px;
}
.p-v2__buttons .c-btn--type01 {
  transition: all 0.25s;
}
.p-v2__buttons .c-btn--type01:hover, .p-v2__buttons .c-btn--type01.current {
  opacity: 1;
  background-color: #04810b;
}
.p-v2__buttons .c-btn--type01.disable {
  background-color: #949494;
  pointer-events: none;
  cursor: default;
}
.p-shigen .p-common__item__table th {
  min-width: 4em;
}
.p-shigen .p-common__item__table td:nth-child(1) {
  text-align: center;
}
.p-shigen .p-common__item__table li {
  text-indent: -2em;
  margin-left: 2em;
}
.p-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-icon {
    width: 25px;
    height: 25px;
  }
}
.p-icon__pdf-ico01 {
  background-image: url(../images/icons/pdf-ico01.svg);
}
.p-icon__xls-ico01 {
  background-image: url(../images/icons/xls-ico01.svg);
}
.p-icon__doc-ico01 {
  background-image: url(../images/icons/doc-ico01.svg);
}
.p-icon__ppt-ico01 {
  background-image: url(../images/icons/ppt-ico01.svg);
}
.p-icon__zip-ico01 {
  background-image: url(../images/icons/zip-ico01.svg);
}

.u- {
  /* Top */
  /* Bottom */
  /* Top Bottom */
  /* Right */
  /* Left */
}
@media print, screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-cf::after {
  display: block;
  clear: both;
  content: "";
}
.u-lato {
  font-family: "Lato", sans-serif;
}
.u-marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-display: swap;
}
.u-mt0 {
  margin-top: 0px;
}
.u-mt1 {
  margin-top: 1em;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt30 {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt30 {
    margin-top: 20px;
  }
}
.u-mt40 {
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt40 {
    margin-top: 20px;
  }
}
.u-mt50 {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt50 {
    margin-top: 20px;
  }
}
.u-mt60 {
  margin-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt60 {
    margin-top: 20px;
  }
}
.u-mt80 {
  margin-top: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt80 {
    margin-top: 6.25vw;
  }
}
.u-mt100 {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt100 {
    margin-top: 30px;
  }
}
.u-mb1 {
  margin-bottom: 1em;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 20px;
  }
}
.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}
.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 20px;
  }
}
.u-mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.u-mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtb30 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.u-mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtb40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.u-mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtb60 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.u-mr10 {
  margin-right: 10px;
}
.u-ml0 {
  margin-left: 0px;
}
.u-ml1 {
  margin-left: 1em;
}
.u-ml2 {
  margin-left: 2em;
}
.u-ml50 {
  margin-left: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-ml50 {
    margin-left: 20px;
  }
}
.u-pxl0 {
  padding-left: 0px;
}
.u-px10 {
  padding: 10px;
}
.u-pxb0 {
  padding-bottom: 0;
}
.u-tac {
  text-align: center;
}
.u-tar {
  text-align: right;
}
.u-ti3 {
  margin-left: 3em;
  text-indent: -3em;
}
.u-t_p01 {
  white-space: pre-wrap;
}
.u-clr__white {
  color: white;
}
.u-fwb {
  font-weight: bold;
}
.u-fwn {
  font-weight: normal;
}
.u-fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.u-fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.u-fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.u-fs32 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-fs32 {
    font-size: 5.375vw;
  }
}
.u-bgcolor__yellow {
  background-color: #faf8db;
}
.u-bgcolor__gray {
  background-color: #ccc;
}
.u-bgcolor__pink {
  background-color: #f2ced0;
}
.u-bgcolor__pink--light {
  background-color: #fcf6f5;
}
.u-bgcolor__green {
  background-color: #d2dee2;
}
.u-bgcolor__green--light {
  background-color: #f2f7f6;
}
.u-bgcolor__green--deep {
  background-color: #358c3a;
}
.u-bgcolor__purple {
  background-color: #d0d2e6;
}
.u-bgcolor__purple--light {
  background-color: #f2f5f6;
}/*# sourceMappingURL=style.css.map */