@charset "UTF-8";
.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

a.ul {
  text-decoration: underline;
}

a, span {
  display: inline-block;
}

a, button {
  outline: 0;
}

ul, li, ol {
  list-style: none;
}

form, label, input, select, textarea, button, table {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif !important;
  outline: none;
}

button {
  cursor: pointer;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

table {
  border-spacing: 0;
}

html {
  color: #323232;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
}

body {
  position: relative;
  height: auto;
}

.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.b-wrap {
  position: relative;
  width: 100%;
}
.b-wrap._hr {
  border-top: solid 1.5px rgba(50, 50, 50, 0.1);
}

.b-inner {
  position: relative;
  width: 90%;
  min-width: 300px;
  max-width: 1500px;
  margin: auto;
  padding: 0 5%;
}
.b-inner._resize {
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .b-inner._resize {
    width: 100%;
  }
}

.b-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.b-container__top {
  padding-top: 100px;
}
.b-container__bottom {
  padding-bottom: 100px;
}

.bg-white {
  background: #FFF;
}
.bg-pale {
  background: #E5F2EC;
}
.bg-light {
  background: #f0f0f0;
}
.bg-gray {
  background: #A6A6A6;
}
.bg-theme {
  background: #028442;
}

.col-half__content {
  display: flex;
  flex-direction: row;
}
.col-half__item {
  position: relative;
  flex-shrink: 0;
  width: calc(50% - 50px);
}
.col-half__item:first-child {
  margin-right: 50px;
}
.col-half__item:last-child {
  margin-left: 50px;
}
.col-half__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.col-half__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .col-half__content {
    flex-direction: column;
  }
  .col-half__item {
    width: 100%;
  }
  .col-half__item:first-child {
    margin: 0;
  }
  .col-half__item:last-child {
    margin: 50px 0 0 0;
  }
  .col-half__item._order1 {
    order: 1;
    margin: 0;
  }
  .col-half__item._order2 {
    order: 2;
    margin: 50px 0 0 0;
  }
  .col-half__img {
    height: 0;
    padding-top: 56.25%;
  }
}

.col-img {
  display: flex;
  flex-direction: row;
  width: calc(100% + 1rem);
}
.col-img li {
  position: relative;
  width: 100%;
  margin: 1rem 1rem 0 0;
}
.col-img li span {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.col-img li span._16-9 {
  padding-top: 56.25%;
}
.col-img li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.col-img._3 {
  flex-wrap: wrap;
}
.col-img._3 li {
  width: calc(33.3333333333% - 1rem);
}
.col-img._2 {
  flex-wrap: wrap;
}
.col-img._2 li {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 1000px) {
  .col-img._3 li {
    width: calc(50% - 1rem);
  }
}

.btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem 1.1rem 2rem;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 2px 2px 0px 1px rgba(50, 50, 50, 0.5);
  color: #028442;
  transition: 0.3s;
}
.btn a:visited, .btn a:active {
  color: #028442;
}
.btn a:hover {
  color: #028442;
}
.btn a {
  font-size: 1.1rem;
  font-weight: bold;
  transition: 0.3s;
}
.btn a:hover {
  background: #323232;
  color: #FFF;
}
.btn._arrow a:after {
  content: "";
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 2px 0 0 0.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-4123%20-257)%22%3E%3Crect%20x%3D%224123%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23028442%22%2F%3E%3Cpath%20d%3D%22M4535.32%20257.24%204829.3%20551.218%204902.79%20624.713%204829.3%20698.207%204535.32%20992.185%204461.83%20918.691%204755.8%20624.713%204461.83%20330.734Z%22%20fill%3D%22%23028442%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transition: 0.3s;
  z-index: 1;
}
.btn._arrow a:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.btn._c-theme a {
  background: #028442;
  color: #FFF;
}
.btn._c-theme a:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.btn._c-theme a:hover {
  background: #323232;
}
.btn._c-dark a {
  background: #323232;
  color: #FFF;
}
.btn._c-dark a:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.btn._c-dark a:hover {
  background: #028442;
}

.btn-more a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem 0.85rem 1.5rem;
  background: #323232;
  border-radius: 8px;
  color: #FFF;
  font-weight: 500;
  transition: 0.3s;
}
.btn-more a:hover {
  background: #028442;
}
.btn-more a:after {
  content: "";
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  margin: 2px 0 0 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transition: 0.3s;
  z-index: 1;
}
.btn-more._wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 75px;
}
.btn-more__message {
  margin-top: 2rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  opacity: 0.5;
}

.link-arrow__item {
  position: relative;
}
.link-arrow__item:not(:last-child) {
  margin-bottom: 1rem;
}
.link-arrow__item a {
  position: relative;
  padding-left: 1.5rem;
  color: #323232;
  transition: 0.3s;
}
.link-arrow__item a:visited, .link-arrow__item a:active {
  color: #323232;
}
.link-arrow__item a:hover {
  color: #028442;
}
.link-arrow__item a {
  font-weight: 500;
}
.link-arrow__item a:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.27rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-color: #323232;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 50%;
  transition: 0.3s;
}
.link-arrow__item a:hover:before {
  background-color: #028442;
}

.c-header {
  position: sticky;
  width: 100%;
  height: 75px;
  top: 0;
  background: #FFF;
  box-sizing: border-box;
  transition: 0.3s;
  z-index: 1000;
}
.c-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  bottom: -0.5px;
  left: 0;
  background: #f0f0f0;
}
.c-header__msg {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 0 5%;
  background: #028442;
  color: #FFF;
  font-size: 0.9rem;
  font-weight: bold;
  transition: 0.3s;
}
.c-header__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 100%;
  margin: 0 5%;
}
.c-header__logo img {
  height: 35px;
}
.c-header__nav {
  height: 100%;
}
.c-header__nav._pc {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .c-header__nav._pc {
    display: none;
  }
}
.c-header__nav._mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-header__nav._mobile {
    display: flex;
  }
}
.c-header__nav._pc .c-header__nav--list {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.c-header__nav._pc .c-header__nav--item {
  font-weight: bold;
}
.c-header__nav._pc .c-header__nav--item:not(:first-child) {
  margin-left: 2rem;
}
.c-header__nav._pc .c-header__nav--item a {
  color: #323232;
  transition: 0.3s;
}
.c-header__nav._pc .c-header__nav--item a:visited, .c-header__nav._pc .c-header__nav--item a:active {
  color: #323232;
}
.c-header__nav._pc .c-header__nav--item a:hover {
  color: #028442;
}
.c-header__nav._mobile {
  position: fixed;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  overflow-y: auto;
}
.c-header__nav._mobile .c-header__nav--headline {
  padding: 1rem 5%;
}
.c-header__nav._mobile .c-header__nav--list {
  width: 100%;
  border-top: solid 1px rgba(50, 50, 50, 0.25);
}
.c-header__nav._mobile .c-header__nav--item {
  border-bottom: solid 1px rgba(50, 50, 50, 0.25);
}
.c-header__nav._mobile .c-header__nav--item a {
  width: 100%;
  padding: 1rem 5%;
  color: #323232;
  transition: 0.3s;
}
.c-header__nav._mobile .c-header__nav--item a:visited, .c-header__nav._mobile .c-header__nav--item a:active {
  color: #323232;
}
.c-header__nav._mobile .c-header__nav--item a:hover {
  color: #028442;
}
.c-header__nav._mobile .c-header__nav--item a {
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
}
.c-header__nav._mobile .c-header__nav--btn {
  justify-content: center;
  margin: 30px 0 0 0;
}
.c-header__drawer-btn {
  position: absolute;
  display: flex;
  align-items: center;
  height: calc(50% + 35px);
  top: 0;
  right: 0;
  transition: 0.3s;
  z-index: 9999999 !important;
}
.c-header__drawer-btn--input {
  display: none;
}
.c-header__drawer-btn--link {
  cursor: pointer;
  padding: 3px 0;
}
.c-header__drawer-btn--icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
}
.c-header__drawer-btn--icon:before, .c-header__drawer-btn--icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  transition: 0.3s;
}
.c-header__drawer-btn--icon:before {
  border-top: solid 3px #323232;
}
.c-header__drawer-btn--icon:after {
  border-bottom: solid 3px #323232;
}
.c-header__drawer-btn--icon span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2.8px;
  background: #323232;
  top: 50%;
  left: 0;
  transition: 0.3s;
}
.c-header__drawer-btn--link:hover > .c-header__drawer-btn--icon:before, .c-header__drawer-btn--link:hover > .c-header__drawer-btn--icon:after {
  border-color: #028442;
}
.c-header__drawer-btn--link:hover > .c-header__drawer-btn--icon span {
  background: #028442;
}
.c-header .js-mobile-nav {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-header .js-mobile-nav {
    display: block;
  }
}
.js-mobile-nav._open .c-header__nav._mobile {
  display: flex;
}
.js-drawer-btn._open .c-header__drawer-btn--icon {
  position: fixed;
  top: 1.5rem;
  right: 5%;
}
.js-drawer-btn._open .c-header__drawer-btn--icon:before, .js-drawer-btn._open .c-header__drawer-btn--icon:after {
  height: 0;
}
.js-drawer-btn._open .c-header__drawer-btn--icon:before {
  top: 10px;
  transform: rotate(45deg);
}
.js-drawer-btn._open .c-header__drawer-btn--icon:after {
  top: 10px;
  transform: rotate(-45deg);
}
.js-drawer-btn._open .c-header__drawer-btn--icon span {
  opacity: 0;
}

.p-headline__content {
  padding: 75px 0;
}
.p-headline__title {
  font-size: 2.5rem;
  font-weight: bold;
}
.p-headline__label {
  margin-top: 1rem;
  color: #028442;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial;
}

.p-subheadline__content {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 4px calc(0.75em + 5px);
  font-size: 1.8rem;
  font-weight: bold;
}
.p-subheadline__content:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: #028442;
  border-radius: 3px;
}

.top-view__content {
  position: relative;
  padding: 75px 50px 90px 50px;
  border-radius: 8px;
}
.top-view__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.top-view__bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  background: rgba(50, 50, 50, 0.5);
  z-index: 0;
}
.top-view__bg._theme:before {
  background: rgba(2, 132, 66, 0.6);
}
.top-view__text {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.top-view__label {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.top-view__catch {
  font-size: 3rem;
}
.top-view__dsc {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.a-main__content:not(:last-child) {
  margin-bottom: 100px;
}
.a-main__section:not(:last-child) {
  margin-bottom: 50px;
}
.a-main__h2 {
  position: relative;
  margin-bottom: 2rem;
  padding: 0 0 4px calc(0.75em + 5px);
  font-size: 1.8rem;
  font-weight: bold;
}
.a-main__h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: #028442;
  border-radius: 3px;
}
.a-main__h3 {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0 0 0 1.2em;
  font-size: 1.5rem;
  font-weight: bold;
}
.a-main__h3:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  top: 0.55rem;
  left: 0;
  background: #028442;
  border-radius: 50%;
}
.a-main__catch {
  font-size: 1.5rem;
  font-weight: bold;
}
.a-main__catch ~ p {
  margin-top: 1rem;
}
.a-main__img {
  position: relative;
}
.a-main__img img {
  width: 100%;
  border-radius: 8px;
}
.a-main__col {
  display: flex;
}
.a-main__col * {
  width: 50%;
}
.a-main__col *:first-child {
  margin-right: 25px;
}
.a-main__col *:last-child {
  margin-left: 25px;
}
.a-main__chips {
  padding: 40px 50px;
  background: #E5F2EC;
  border-radius: 8px;
}
.a-main__chips._sub {
  background: #f0f0f0;
}
.a-main__chips--title {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.a-main__chips--label {
  margin-bottom: 0.5rem;
  color: #028442;
  font-size: 1rem;
  font-weight: bold;
}
.a-main__tcard {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
}
.a-main__tcard li {
  width: calc(33.3333333333% - 2rem);
  margin: 0 2rem 2rem 0;
  padding: 2rem 3rem;
  background: #E5F2EC;
  border-radius: 8px;
  line-height: 1.8rem;
}
.a-main__tcard--main {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.a-main__tcard--main + .a-main__tcard--sub {
  margin-top: 0.5rem;
}
.a-main p {
  line-height: 1.8rem;
}
.a-main p + p {
  margin-top: 1.8rem;
}
.a-main a.text-link {
  color: #323232;
  transition: 0.3s;
}
.a-main a.text-link:visited, .a-main a.text-link:active {
  color: #323232;
}
.a-main a.text-link:hover {
  color: #028442;
}
.a-main a.text-link {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .a-main__col {
    flex-direction: column;
  }
  .a-main__col * {
    width: 100%;
  }
  .a-main__col *:first-child {
    margin-right: 0;
  }
  .a-main__col *:last-child {
    margin: 30px 0 0 0;
  }
  .a-main__tcard {
    flex-direction: column;
    width: 100%;
  }
  .a-main__tcard li {
    width: 100%;
    margin-right: 0;
  }
}
.pr-card__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
}
.pr-card__item {
  width: calc(50% - 2rem);
  margin: 0 2rem 2rem 0;
  padding: 3rem;
  background: #E5F2EC;
  border-radius: 8px;
}
.pr-card__title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.pr-card__icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 0 0.75rem 0 0;
}
.pr-card__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.pr-card__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pr-card__list:not(._dot-none) li {
  position: relative;
  padding-left: 1rem;
}
.pr-card__list:not(._dot-none) li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0.55rem;
  left: 0;
  background: #323232;
  border-radius: 50%;
}
.pr-card__dsc {
  line-height: 1.8rem;
}
.pr-card__dsc:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .pr-card__content {
    flex-direction: column;
    width: 100%;
  }
  .pr-card__item {
    width: 100%;
    margin-right: 0;
  }
}

.toc__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.toc__item {
  position: relative;
  width: 100%;
}
.toc__item:not(:last-child) {
  margin-right: 1rem;
}
.toc__item a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  background: #f0f0f0;
  border-radius: 8px;
  color: #323232;
  transition: 0.3s;
}
.toc__item a:visited, .toc__item a:active {
  color: #323232;
}
.toc__item a:hover {
  color: #323232;
}
.toc__item a {
  font-weight: 500;
  transition: 0.3s;
}
.toc__item a:before {
  content: "";
  position: relative;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin: 1px 0.5em 0 0;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-color: #323232;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 50%;
  transform: rotate(90deg);
  transition: 0.3s;
}
.toc__item a:hover {
  background: #028442;
  color: #FFF;
}
.toc__item a:hover:before {
  background-color: #FFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-4123%20-257)%22%3E%3Crect%20x%3D%224123%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23028442%22%2F%3E%3Cpath%20d%3D%22M4535.32%20257.24%204829.3%20551.218%204902.79%20624.713%204829.3%20698.207%204535.32%20992.185%204461.83%20918.691%204755.8%20624.713%204461.83%20330.734Z%22%20fill%3D%22%23028442%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1000px) {
  .toc__list {
    flex-wrap: wrap;
    width: calc(100% + 1rem);
  }
  .toc__item {
    width: calc(33.3333333333% - 1rem);
    margin: 0 1rem 1rem 0;
  }
}
@media screen and (max-width: 700px) {
  .toc__item {
    width: calc(50% - 1rem);
  }
}

.mig-btn__headline {
  margin-bottom: 50px;
  text-align: center;
}
.mig-btn__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6em;
}
.mig-btn__dsc {
  margin-top: 1rem;
  line-height: 2rem;
}
.mig-btn__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mig-btn__item {
  position: relative;
  width: 100%;
}
.mig-btn__item:not(:last-child) {
  margin-right: 1rem;
}
.mig-btn__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem;
  background: #f0f0f0;
  border-radius: 8px;
  color: #323232;
  transition: 0.3s;
}
.mig-btn__item a:visited, .mig-btn__item a:active {
  color: #323232;
}
.mig-btn__item a:hover {
  color: #323232;
}
.mig-btn__item a:hover {
  background: #028442;
  color: #FFF;
}
.mig-btn__icon {
  position: relative;
  margin-bottom: 1rem;
  width: 3rem;
  height: 3rem;
}
.mig-btn__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.mig-btn__name {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .mig-btn__link {
    flex-wrap: wrap;
    justify-content: start;
    width: calc(100% + 1rem);
  }
  .mig-btn__item {
    width: calc(33.3333333333% - 1rem);
    margin: 0 1rem 1rem 0;
  }
}
@media screen and (max-width: 700px) {
  .mig-btn__item {
    width: calc(50% - 1rem);
  }
}

.mig-relation__content {
  padding: 50px 50px 30px 50px;
  background: #E5F2EC;
  border-radius: 8px;
}
.mig-relation__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
}
.mig-relation__headline--title {
  font-size: 1.8rem;
  font-weight: bold;
}
.mig-relation__headline--dsc {
  margin-top: 0.5rem;
  line-height: 1.8rem;
}
.mig-relation__headline--icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
}
.mig-relation__headline--icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.mig-relation__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% + 3rem);
}
.mig-relation__item {
  position: relative;
  flex-shrink: 0;
  width: calc(25% - 3rem);
  margin: 0 3rem 50px 0;
}
.mig-relation__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #323232;
  transition: 0.3s;
}
.mig-relation__item a:visited, .mig-relation__item a:active {
  color: #323232;
}
.mig-relation__item a:hover {
  color: #323232;
}
.mig-relation__thumb {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.mig-relation__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.mig-relation__thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-position: center center;
  background-color: rgba(2, 132, 66, 0.5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.mig-relation__title {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}
.mig-relation__dsc {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.8em;
}
.mig-relation__item a:hover .mig-relation__title {
  color: #028442;
}
.mig-relation__item a:hover .mig-relation__thumb img {
  transform: scale(1.2);
}
.mig-relation__item a:hover .mig-relation__thumb:before {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .mig-relation__list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .mig-relation__item {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .mig-relation__item a {
    flex-direction: row;
  }
  .mig-relation__thumb {
    width: 80px;
    height: 80px;
  }
  .mig-relation__text {
    margin-left: 2rem;
    width: 100%;
  }
  .mig-relation__title {
    margin: 0;
    text-align: left;
  }
  .mig-relation__dsc {
    margin-top: 0.25rem;
  }
}

.mig-interview__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
}
.mig-interview__headline--title {
  font-size: 1.8rem;
  font-weight: bold;
}
.mig-interview__headline--dsc {
  margin-top: 0.5rem;
  line-height: 1.8rem;
}
.mig-interview__headline--icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
}
.mig-interview__headline--icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.mig-interview__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 3rem);
}
.mig-interview__item {
  position: relative;
  width: calc(33.3333333333% - 3rem);
  margin: 0 3rem 3rem 0;
}
.mig-interview__item a {
  width: 100%;
  color: #323232;
  transition: 0.3s;
}
.mig-interview__item a:visited, .mig-interview__item a:active {
  color: #323232;
}
.mig-interview__item a:hover {
  color: #323232;
}
.mig-interview__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.mig-interview__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.mig-interview__title {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.mig-interview__label {
  margin-top: 2rem;
  font-weight: bold;
  opacity: 0.5;
}
.mig-interview__dsc {
  margin-top: 0.5rem;
  line-height: 1.8rem;
}
.mig-interview__btn {
  margin-top: 30px;
  text-align: center;
}
.mig-interview__item a:hover .mig-interview__title {
  color: #028442;
}
.mig-interview__item a:hover .mig-interview__thumb img {
  transform: scale(1.2);
}
@media screen and (max-width: 1000px) {
  .mig-interview__list {
    justify-content: flex-start;
  }
  .mig-interview__item {
    width: calc(50% - 3rem);
  }
  .mig-interview__btn {
    margin-top: 25px;
  }
}

.cta-entry-card__bg {
  position: relative;
  padding: 75px 0;
  overflow: hidden;
}
.cta-entry-card__bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  background: #323232;
  opacity: 0.6;
  z-index: 0;
}
.cta-entry-card__bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../../img/cta/bg.jpg);
  filter: blur(3px);
  transform: scale(1.1, 1.1);
  z-index: -1;
}
.cta-entry-card__headline--content {
  margin-bottom: calc(50px - 2rem);
  color: #FFF;
  text-align: center;
}
.cta-entry-card__headline--main {
  font-size: 2rem;
  font-weight: bold;
}
.cta-entry-card__headline--dsc {
  margin-top: 1rem;
  line-height: 2rem;
}
.cta-entry-card__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 2rem);
}
.cta-entry-card__item {
  width: calc(33.3333333333% - 2rem);
  margin: 2rem 2rem 0 0;
  padding: 3rem 2rem;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 2px 2px 0px 1px rgba(50, 50, 50, 0.5);
  text-align: center;
}
.cta-entry-card__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.cta-entry-card__dsc {
  margin-top: 0.5rem;
  line-height: 1.8rem;
}
.cta-entry-card__btn {
  margin-top: 2rem;
}
.cta-entry-card__btn a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 2rem 1.1rem 2rem;
  background: #028442;
  border-radius: 8px;
  color: #FFF;
  transition: 0.3s;
}
.cta-entry-card__btn a:visited, .cta-entry-card__btn a:active {
  color: #FFF;
}
.cta-entry-card__btn a:hover {
  color: #FFF;
}
.cta-entry-card__btn a {
  font-size: 1.1rem;
  font-weight: bold;
  transition: 0.3s;
}
.cta-entry-card__btn a:hover {
  background: #323232;
}
.cta-entry-card__btn a:after {
  content: "";
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 2px 0 0 0.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transition: 0.3s;
  z-index: 1;
}
.cta-entry-card__link {
  margin-top: 1rem;
}
.cta-entry-card__link a {
  color: #323232;
  transition: 0.3s;
}
.cta-entry-card__link a:visited, .cta-entry-card__link a:active {
  color: #323232;
}
.cta-entry-card__link a:hover {
  color: #028442;
}
.cta-entry-card__link a {
  font-size: 0.9rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .cta-entry-card__list {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }
  .cta-entry-card__item {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .cta-entry-card__dsc br {
    display: none;
  }
  .cta-entry-card__btn a {
    display: inline-flex;
    width: auto;
  }
}

.cta-entry-btn__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.cta-entry-btn__item {
  width: 100%;
  max-width: 250px;
}
.cta-entry-btn__item:not(:last-child) {
  margin-right: 2rem;
}
.cta-entry-btn__item a {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .cta-entry-btn__list {
    flex-direction: column;
  }
  .cta-entry-btn__item:not(:last-child) {
    margin: 0 0 1rem 0;
  }
}

.cta-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 50px 80px 50px;
  background: #028442;
  border-radius: 8px;
  color: #FFF;
  text-align: center;
}
.cta-card__content._bg-pale {
  background: #E5F2EC;
  color: #323232;
}
.cta-card__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.cta-card__title br {
  display: none;
}
.cta-card__dsc {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
}
.cta-card__btn {
  margin-top: 2rem;
}
.cta-card__icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
}
.cta-card__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 700px) {
  .cta-card__title br {
    display: block;
  }
}

.cta-contact__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 40px 50px;
  background: #E5F2EC;
  border-radius: 8px;
}
.cta-contact__text--main {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.cta-contact__text--sub {
  margin-top: 1rem;
  line-height: 1.8rem;
}
.cta-contact__text--icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 1px 1rem 0 0;
}
.cta-contact__text--icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-contact__btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem 0.85rem 1.5rem;
  background: #323232;
  border-radius: 8px;
  color: #FFF;
  font-weight: 500;
  transition: 0.3s;
}
.cta-contact__btn a:hover {
  background: #028442;
}
.cta-contact__btn a:after {
  content: "";
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  margin: 2px 0 0 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .cta-contact__content {
    flex-direction: column;
  }
  .cta-contact__btn {
    margin-top: 2rem;
  }
}

.line-msg {
  padding: 1rem 0;
  background: #323232;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.cta-corporate__wrap {
  background: #028442;
  color: #FFF;
}
.cta-corporate__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cta-corporate__logo img {
  width: 300px;
  height: auto;
}
.cta-corporate__catch {
  margin-top: 3rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.cta-corporate__catch br {
  display: none;
}
.cta-corporate__dsc {
  margin-top: 0.75rem;
  line-height: 1.8rem;
}
.cta-corporate__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 700px) {
  .cta-corporate__content {
    text-align: left;
  }
  .cta-corporate__catch {
    text-align: center;
  }
  .cta-corporate__catch br {
    display: block;
  }
  .cta-corporate__dsc br {
    display: none;
  }
}

.c-footer {
  position: relative;
  width: 100%;
  background: #FFF;
}
.c-footer__headline {
  text-align: center;
}
.c-footer__logo {
  display: inline-block;
  transition: 0.3s;
}
.c-footer__logo img {
  width: 180px;
  height: auto;
}
.c-footer__logo:hover {
  opacity: 0.7;
}
.c-footer__site-name {
  margin-top: 0.5rem;
  color: #028442;
  font-size: 1.1rem;
  font-weight: bold;
}
.c-footer__nav {
  position: relative;
  width: 100%;
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-top: solid 2px #f0f0f0;
  border-bottom: solid 2px #f0f0f0;
}
.c-footer__nav--list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 500;
}
.c-footer__nav--item:not(:last-child) {
  margin-right: 2rem;
}
.c-footer__nav--item a {
  color: #323232;
  transition: 0.3s;
}
.c-footer__nav--item a:visited, .c-footer__nav--item a:active {
  color: #323232;
}
.c-footer__nav--item a:hover {
  color: #028442;
}
.c-footer__bottom {
  padding-bottom: 2rem;
  font-size: 0.8rem;
  text-align: center;
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  .c-footer__nav--list {
    flex-direction: column;
    align-items: center;
  }
  .c-footer__nav--item:not(:last-child) {
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 700px) {
  .c-footer__nav {
    padding: 30px 1rem;
  }
}/*# sourceMappingURL=default.css.map */