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

  common-style scss

*******************************/
/* layout files */
/******************************

  l-custom scss

*******************************/
.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1140px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
.c-inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}

main {
  position: relative;
  margin-top: 0px;
}

.c-section {
  padding: 120px 0;
}
@media screen and (max-width: 960px) {
  .c-section {
    padding: 100px 0;
  }
}
.c-section__title {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: clamp(24px, 24px + 2 * (100vw - 767px) / 599, 26px);
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    margin-bottom: 50px;
    font-size: 26px;
  }
}
.c-section__title.jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
.c-section__subttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 599, 18px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-section__subttl {
    font-size: 18px;
  }
}
.c-section__images-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-section__images-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-section__images-item:nth-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-section__images-item:nth-of-type(5) {
    display: none;
  }
}

.c-btn {
  max-width: 300px;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 60%;
  }
}
.c-btn a {
  text-align: center;
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 599, 18px);
  padding: 15px;
  background-color: #FEE9D4;
  border: solid 1px transparent;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-btn a {
    font-size: 16px;
  }
}
.c-btn a:hover {
  border-color: #000;
}
.c-btn--wh a {
  background-color: #FFFEF7;
}

.c-mainv {
  position: relative;
}
.c-mainv__head {
  max-width: 1000px;
  width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-mainv__head {
    top: auto;
    bottom: -32px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-mainv__head img {
  max-width: 220px;
  width: 15.27vw;
  aspect-ratio: 450/179;
}
@media screen and (max-width: 767px) {
  .c-mainv__head img {
    width: 48%;
    max-width: 160px;
    margin-inline: auto;
  }
}

.c-breadcrumb {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 28px;
  }
}
.c-breadcrumb__inner {
  max-width: 1000px;
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 30px;
  }
}
.c-breadcrumb__inner::before {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 8px;
  left: 0;
}
.c-breadcrumb__item {
  position: relative;
}
.c-breadcrumb__item:not(:last-of-type)::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 57%;
  right: -13px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.c-breadcrumb__item a {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.6666666667em;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.c-breadcrumb__item a:hover {
  text-decoration: underline;
}
.c-breadcrumb__item span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #47691F;
}

.c-2column {
  padding: 30px 0 200px;
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1140px) {
  .c-2column {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-2column {
    padding: 0 0 100px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 60px;
  }
}
.c-2column__main {
  width: calc(100% - 400px);
}
@media screen and (max-width: 767px) {
  .c-2column__main {
    width: 100%;
  }
}
.c-2column__side {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .c-2column__side {
    width: 100%;
  }
}
.c-2column__side-wrap {
  position: sticky;
  top: 150px;
}

@media screen and (max-width: 767px) {
  .c-category {
    width: 100%;
    background-color: #FEE9D4;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 99;
  }
}
@media screen and (max-width: 767px) {
  .c-category.visible {
    position: fixed;
    top: 79px;
  }
}
.c-category__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .c-category__inner {
    width: 100%;
    padding-left: 4.2%;
    overflow-x: scroll;
  }
}
.c-category__item {
  line-height: 1;
  border-right: solid 1px #000;
}
.c-category__item:first-of-type {
  border-left: solid 1px #000;
}
.c-category__item a {
  display: inline-block;
  padding: 0 30px 10px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-size: clamp(13px, 13px + 2 * (100vw - 767px) / 599, 15px);
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-category__item a {
    font-size: 16px;
  }
}
.c-category__item a:hover {
  color: #47691F;
  font-weight: 700;
}
.c-category__item a.current {
  pointer-events: none;
  color: #47691F;
  font-weight: 700;
}

.c-tab__item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-tab__item-link {
  cursor: pointer;
  background-color: #F6F3E4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 15px + 1 * (100vw - 767px) / 599, 16px);
  padding: 10px 50px;
}
@media screen and (max-width: 767px) {
  .c-tab__item-link {
    padding: 8px 30px;
  }
}
.c-tab__item-link.active {
  background-color: #FFFEF7;
}
.c-tab__contents-txt {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #FFFEF7;
  padding: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6428571429em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-tab__contents-txt {
    padding: 30px;
  }
}
.c-tab__contents-txt.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.c-toc {
  padding: 30px;
  background-color: #FFFEF7;
  border: solid 1px #000;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .c-toc {
    padding: 30px 4.2%;
  }
}
.c-toc__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 1 * (100vw - 767px) / 599, 16px);
  margin-bottom: 15px;
}
.c-toc__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  text-decoration: underline;
  position: relative;
  margin-bottom: 10px;
}
.c-toc__head:hover {
  color: #47691F;
}
.c-toc__head::before {
  content: attr(data-num);
  display: inline-block;
  margin-right: 6px;
  background: #F6F3E4;
  color: #7F7F7F;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-decoration: underline;
  padding: 3px 7px;
}
.c-toc__first {
  padding-left: 12px;
}
.c-toc__first:not(:last-of-type) {
  margin-bottom: 20px;
}
.c-toc__second {
  padding-left: 10px;
  margin-top: 10px;
}
.c-toc__second-head {
  margin-bottom: 10px;
}
.c-toc__third {
  padding-left: 10px;
  margin-top: 10px;
}
.c-toc__third-head {
  margin-bottom: 10px;
}
.c-toc__wrapper {
  position: relative;
  max-height: 135px; /* 初期表示高さ */
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.c-toc__wrapper.open {
  max-height: none;
}
.c-toc__wrapper.open .c-toc__fade {
  display: none;
}
.c-toc__wrapper.open + .c-toc__more {
  display: none;
}
.c-toc__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-toc__more {
  text-align: center;
  display: block;
  max-width: 200px;
  width: 90%;
  margin-inline: auto;
  padding: 10px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
  border-radius: 50px;
  border: solid 1px #000;
}

.js-opa {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}

.js-opa.visible {
  opacity: 1;
}

.l-container {
  padding-top: 130px !important;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-top: 79px !important;
  }
}

.btn.btn-primary.btn-sm.register {
  background: #DB6140;
}

/******************************

  c-header css

*******************************/
.c-header {
  padding: 50px 0 35px;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-header {
    padding: 17px 0;
  }
}
.c-header.active {
  background-color: #FEE9D4;
}
.c-header__wrap {
  max-width: 1000px;
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1140px) {
  .c-header__wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.c-header__trigger {
  display: none;
  width: 45px;
  height: 45px;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-header__trigger {
    display: block;
    position: relative;
    z-index: 999;
  }
}
.c-header__trigger-btn {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__trigger-btn span {
  width: 18px;
  height: 2px;
  background-color: #000;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header__trigger-btn span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header__trigger-btn span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header__trigger-btn:hover {
  cursor: pointer;
}
.c-header__trigger-btn.active span {
  background-color: transparent;
}
.c-header__trigger-btn.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header__trigger-btn.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    position: fixed;
    top: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .c-header__gnav {
    position: fixed;
    z-index: 99;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    overflow: auto;
    background-color: #FFFEF7;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-right: solid 1px #000;
  }
}
.c-header__gnav.open {
  left: 0;
}
.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .c-header__menu {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 26px;
    width: 60%;
    margin-inline: auto;
    padding-top: 100px;
  }
}
.c-header__menu-item a {
  white-space: nowrap;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8571428571em;
  letter-spacing: 0.1em;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-header__menu-item a {
    font-size: 17px;
  }
}
.c-header__menu-item a:hover {
  color: #47691F;
  font-weight: 700;
}
.c-header__sns {
  display: none;
  width: 60%;
  margin-inline: auto;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-header__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
.c-header__sns-item {
  width: 36px;
  aspect-ratio: 1/1;
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-header__nav {
    gap: 10px;
  }
}
.c-header__nav-item {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: solid 1px transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .c-header__nav-item {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav-item {
    width: 40px;
    height: 40px;
  }
}
.c-header__nav-item:hover {
  border-color: #000;
}
.c-header .c-count {
  top: 0;
  left: 25px;
  background-color: #000 !important;
}
.c-header .l-header__inner__block__link:hover {
  opacity: 1;
}

/******************************

  l-main scss

*******************************/
/******************************

  c-footer css

*******************************/
.c-line {
  padding: 120px 0;
  background-color: #FFFEF7;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 960px) {
  .c-line {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-line {
    padding: 70px 0;
  }
}
.c-line__text {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125em;
  letter-spacing: 0.1em;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-line__text {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
  }
}
.c-line__cord {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-line__cord {
    display: none;
  }
}
.c-line__cord img {
  max-width: 160px;
  width: 38%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .c-line__cord img {
    max-width: 100%;
    width: 28%;
  }
}
.c-line__cord-txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778em;
  letter-spacing: 0.1em;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 599, 18px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-line__cord-txt {
    display: none;
  }
}
.c-line__friend {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-line__friend {
    display: block;
  }
}
.c-line__friend a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-line__friend a:hover {
  opacity: 0.75;
}
.c-line__friend a img {
  max-width: 145px;
  width: 50%;
  margin-inline: auto;
}
.c-line__subtxt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7857142857em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-line__subtxt {
    display: none;
  }
}

.c-footer {
  padding: 120px 0;
  background-color: #FEE9D4;
}
@media screen and (max-width: 960px) {
  .c-footer {
    padding: 90px 0;
  }
}
.c-footer__contact {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-footer__contact {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__contact {
    margin-bottom: 50px;
  }
}
.c-footer__contact a {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 599, 20px);
  padding: 22px 85px;
  border-radius: 50px;
  background-color: #FFFEF7;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: solid 1px transparent;
}
@media screen and (max-width: 960px) {
  .c-footer__contact a {
    padding: 18px 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__contact a {
    padding: 9px 75px;
    font-size: 18px;
  }
}
.c-footer__contact a:hover {
  border-color: #000;
}
.c-footer__menu-list {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .c-footer__menu-list {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__menu-list {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    max-width: 280px;
    margin-inline: auto;
  }
}
.c-footer__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer__menu-item a {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143em;
  letter-spacing: 0.1em;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-footer__menu-item a {
    font-size: 14px;
  }
}
.c-footer__menu-item a:hover {
  color: #47691F;
  font-weight: 700;
}
.c-footer__menu-link img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-footer__menu-link img {
    width: 20px;
    height: auto;
  }
}
.c-footer__menu-link:hover img {
  opacity: 0.75;
}
.c-footer__copyright {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    font-size: 14px;
    text-align: left;
    max-width: 280px;
    margin-inline: auto;
  }
}