@charset "UTF-8";
/* Footer */

footer {
  background: #2f3e36;
  font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ",Meiryo,"メイリオ","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
}

footer h5 {
  border-bottom: 0.125rem solid hsla(0, 0%, 100%, 0.08);
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 0.875rem;
  padding-bottom: 0.3125rem;
}

footer p {
  margin-bottom: 1em;
  margin-top: 1em;
}

footer img,
footer .wp-block-image img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}

footer ul {
  list-style-type: none;
}

footer figure {
  margin: 0;
}

.site-footer-group .wp-block-navigation a.wp-block-navigation-item__content {
  color: #eef6f2;
}

.site-footer-group .wp-block-navigation a.wp-block-navigation-item__content:hover {
  color: #fff;
}

.wp-block-navigation .footer-btn a.wp-block-navigation-item__content {
  border: 1px solid #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
  transition: 0.3s all;
}

.wp-block-navigation .footer-btn a.wp-block-navigation-item__content:focus,
.wp-block-navigation .footer-btn a.wp-block-navigation-item__content:hover {
  background: #eef6f2;
  color: #333;
}

footer .widget_nav_menu {
  width: 100%;
}

footer ul.wp-block-navigation {
  display: block;
}

footer ul.wp-block-navigation li:not(:last-of-type) {
  margin-bottom: 5px;
}

footer .site-footer-lower ul.wp-block-navigation li:not(:last-of-type) {
  margin-bottom: 0;
}

.footer-blank-link a:after {
  background: url("../img/icon_link-blank_green.svg") no-repeat center / contain;
  content: "";
  display: inline-block;
  filter: brightness(100);
  height: 1.5em;
  vertical-align: top;
  width: 1.5em;
}

.site-footer-group {
  box-sizing: content-box;
  color: #999;
  margin: 0 auto;
  max-width: calc(1200px + 2rem);
  padding: 1rem 0;
}

.site-footer-group > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.site-footer-logo {
  padding: 1rem;
}

footer .site-footer-logo-figure {
  margin-bottom: 1rem;
}

.site-footer-logo-img {
  filter: brightness(100);
  width: 189px;
}

.site-footer-buttons {
  width: 189px;
}

.site-footer-buttons .site-footer-button {
  width: 100%;
}

.site-footer-group .site-footer-button {
  background: #fff;
  border: 2px solid #3ea966;
  border-radius: 10px;
  box-shadow: 0 4px 0 rgba(144,144,144,0.2);
  box-sizing: border-box;
  color: #3ea966;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.25rem 0;
  padding: 0.75rem 1rem 0.75rem 0.25rem;
  position: relative;
  text-align: center;
  transition: ease-out 0.3s;
}

.site-footer-group .site-footer-button:hover, .site-footer-group .site-footer-button:focus {
  box-shadow: 0 4px 0 rgba(144,144,144,0.2), inset 30rem 0 0 0 #3ea966;
  color: #fff;
}

.site-footer-group .site-footer-button:after {
  background: url("../img/icon-arrow-right_green.svg") center no-repeat;
  background-size: 7px auto;
  bottom: 0;
  content: "";
  position: absolute;
  right: 13px;
  top: 0;
  width: 7px;
}

.site-footer-group .site-footer-button:hover:after, .site-footer-group .site-footer-button:focus:after {
  filter: brightness(100);
}

.site-footer-group .site-footer-button-download {
  background: #fb7c2d;
  border: 2px solid rgba(0,0,0,0.1);
  color: #fff;
}

.site-footer-group .site-footer-button-download:hover, .site-footer-group .site-footer-button-download:focus {
  box-shadow: 0 4px 0 rgba(144,144,144,0.2), inset 50rem 0 0 0 #ff6c00;
}

.site-footer-group .site-footer-button-download:after {
  background: url("../img/icon_download.svg") no-repeat center / cover;
  content: '';
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 20px;
}

.site-footer-menu > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}

.site-footer-menu > .wp-block-group__inner-container > .wp-block-group {
  padding: 1rem;
  width: 33.33%;
}

.site-footer-menu > .wp-block-group__inner-container > .wp-block-group.site-footer-menu-wide {
  width: 66.66%;
}

.site-footer-lower {
  background-color: #f6fbf8;
}

.site-footer-lower a,
.site-footer-lower .wp-block-navigation a.wp-block-navigation-item__content {
  color: #3ea966;
}
.site-footer-lower a:hover,
.site-footer-lower a:active,
.site-footer-lower a:focus,
.site-footer-lower .wp-block-navigation a.wp-block-navigation-item__content:hover,
.site-footer-lower .wp-block-navigation a.wp-block-navigation-item__content:active,
.site-footer-lower .wp-block-navigation a.wp-block-navigation-item__content:focus {
  color: #2f3e36;
}

.site-footer-lower > .wp-block-group__inner-container {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem;
}

.site-footer-lower-unit > .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.site-footer-img-group {
  flex-shrink: 0;
}

.site-footer-img-group > .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.site-footer-img-group img {
  width: 160px;
}

.site-footer-jiima img {
  width: 176px;
}

.site-footer-copyright {
  color: #999;
  text-align: center;
}

footer .menu-policy-container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  padding: 0.5rem 0;
}

.menu-policy-container li a {
  display: inline-block;
  padding: 0.25rem;
}

.menu-policy-container li:not(:last-of-type)::after {
  content: "｜";
  display: inline;
}

@media screen and (max-width: 991px) {
  .site-footer-group > .wp-block-group__inner-container,
  .site-footer-lower-unit > .wp-block-group__inner-container {
    display: block;
  }
  .site-footer-logo {
    margin: 0 auto;
    max-width: 480px;
  }
  .site-footer-logo-figure {
    text-align: center;
  }
  .site-footer-buttons {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

@media screen and (max-width: 735px) {
  .site-footer-menu > .wp-block-group__inner-container {
    display: block;
  }
  .site-footer-menu > .wp-block-group__inner-container > .wp-block-group,
  .site-footer-menu > .wp-block-group__inner-container > .wp-block-group.site-footer-menu-wide {
    width: 100%;
  }
}
