@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* フォントスタイルの統一 */
html {
  font-size: 3.73vw;
}
@media (width >= 769px) {
  html {
    font-size: 14px;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif; /* またはプロジェクトに応じたフォント */
  line-height: 1.6;
  background-color: #e1ebe1;
  color: #000; /* 標準のテキストカラー */
}
@media (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

/* リストスタイルのリセット */
ul,
ol {
  list-style: none;
}

/* テーブルのレイアウト */
table {
  width: 100%;
  border-collapse: collapse;
}

/* リンクのテキスト装飾の除去 */
a {
  color: inherit;
  text-decoration: none;
}

/* 画像のスタイル */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.u-pc {
  display: none;
}
@media (min-width: 769px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.u-zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-cjk {
  font-family: "Noto Sans CJK JP", sans-serif;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.67%;
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 769px) {
  .header {
    position: static;
    padding: 15px 56px;
  }
}
.header__inner {
  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;
}
.header__logo {
  width: 65.6%;
  aspect-ratio: 233/42;
}
@media (min-width: 769px) {
  .header__logo {
    width: 475px;
    aspect-ratio: auto;
  }
}
.header__logo img {
  width: 100%;
}
.header__login {
  width: 30.1%;
  aspect-ratio: 107/42;
  border: 2px solid #006100;
  border-radius: 999px;
}
@media (min-width: 769px) {
  .header__login {
    width: 214px;
    aspect-ratio: 214/47;
  }
}
.header__login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 1.14rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 769px) {
  .header__login a {
    font-size: 16px;
  }
  .header__login a:hover {
    background-color: #b0d4b0;
  }
}

.hero__inner {
  position: relative;
  padding-top: 6.21rem;
  background: url("/img/img_heroBg_sp.webp") center center/cover no-repeat;
  width: 100%;
  aspect-ratio: 375/538;
}
@media (min-width: 769px) {
  .hero__inner {
    padding: 36px 0 305px;
    background: url("/img/img_heroBg_pc.webp") center bottom/cover no-repeat;
    aspect-ratio: auto;
  }
}
.hero__copy {
  margin: 0 19px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .hero__copy {
    max-width: 60%;
    white-space: normal;
    margin: 0 5.39vw;
  }
}
.hero__title {
  font-size: 3rem;
  color: #fff;
  line-height: 1.36;
}
@media (min-width: 769px) {
  .hero__title {
    font-size: 52px;
  }
}
.hero__title span {
  display: block;
  margin-top: 12px;
  font-size: 1.56rem;
}
@media (min-width: 769px) {
  .hero__title span {
    margin-top: 0;
    font-size: 50px;
  }
}
.hero__description {
  margin-top: 5.8rem;
  font-size: 1.07rem;
  color: #fff;
  line-height: 1.93;
  font-weight: 600;
}
@media (min-width: 769px) {
  .hero__description {
    margin-top: 12px;
    font-size: 18px;
  }
}
.hero__circleImage {
  position: absolute;
  display: block;
  right: 0;
  bottom: -5rem;
  width: 55%;
  aspect-ratio: 206/241;
}
@media (min-width: 769px) {
  .hero__circleImage {
    right: 1.875vw;
    bottom: -4.75vw;
    width: 485px;
    aspect-ratio: auto;
    border-radius: 0;
  }
}

.problems__inner {
  padding: 24% 0 52px;
}
@media (min-width: 769px) {
  .problems__inner {
    padding: 0 0 67px;
    width: 1000px;
    margin: 0 auto;
  }
}
.problems__title {
  font-size: 2.14rem;
  color: #006100;
  text-align: center;
  letter-spacing: 2px;
}
@media (min-width: 769px) {
  .problems__title {
    font-size: 45px;
    text-align: left;
    letter-spacing: 3px;
  }
}
.problems__list {
  margin: 20px;
}
@media (min-width: 769px) {
  .problems__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
    margin: 40px 0;
  }
}
.problems__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .problems__item {
    width: calc(33.33% - 20px);
    border-radius: 20px;
    padding: 27px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 23px;
    background-color: #fff;
  }
}
.problems__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: calc(100% - 20px);
  height: 62.5%;
  border-radius: 0.357rem;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 769px) {
  .problems__item::after {
    display: none;
  }
}
.problems__item:nth-of-type(even) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .problems__item:nth-of-type(even) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.problems__item:nth-of-type(even)::after {
  left: 0;
}
.problems__icon {
  width: 23.88%;
  aspect-ratio: 1/1;
}
@media (min-width: 769px) {
  .problems__icon {
    width: 118px;
  }
}
.problems__text {
  font-size: 1.14rem;
  line-height: 1.875;
  margin-left: 15px;
  font-weight: 500;
  color: #006100;
}
@media (min-width: 769px) {
  .problems__text {
    margin-left: 0;
    line-height: 1.5;
    font-size: 20px;
  }
}
.problems__description {
  margin: 20px 20px 0;
  font-size: 1.27rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.72;
}
@media (min-width: 769px) {
  .problems__description {
    font-size: 25px;
    line-height: 1.68;
  }
}

.functions {
  position: relative;
  padding: 18.1% 0 24.33%;
  background: url("/img/img_functionsBg_sp.webp") center center/cover no-repeat;
}
@media (min-width: 769px) {
  .functions {
    padding: 0 0 67px;
    background: url("/img/img_functionsBg_pc.webp") center bottom/cover no-repeat;
  }
}
@media (min-width: 769px) {
  .functions__inner {
    width: 1000px;
    padding: max(80px, 6.25vw) 0 max(190px, 14.84vw);
    margin: 0 auto;
  }
}
.functions__title {
  font-size: 2.14rem;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 5.33%;
}
@media (min-width: 769px) {
  .functions__title {
    font-size: 45px;
    text-align: right;
    letter-spacing: 3px;
  }
}
.functions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.43rem;
  margin: 0 20px;
}
@media (min-width: 769px) {
  .functions__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.functions__item {
  position: relative;
  padding-top: 7.16%;
}
@media (min-width: 769px) {
  .functions__item {
    padding-top: 30px;
    width: calc(50% - 16px);
  }
}
.functions__item::after {
  content: "";
  position: absolute;
  top: -4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 34.92%;
  aspect-ratio: 117/43;
  background: url("/img/img_case01.webp") center center/contain no-repeat;
}
@media (min-width: 769px) {
  .functions__item::after {
    width: 166px;
    height: 60px;
    top: -4px;
    aspect-ratio: auto;
  }
}
.functions__item:last-of-type::after {
  background: url("/img/img_case02.webp") center center/contain no-repeat;
}
.functions__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 335/95;
  font-size: 1.14rem;
  line-height: 1.625;
  border-radius: 0.71rem;
  text-align: center;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 769px) {
  .functions__text {
    aspect-ratio: 484/160;
    border-radius: 20px;
    font-size: 25px;
    line-height: 1.68;
  }
}

@media (min-width: 769px) {
  .features {
    position: relative;
  }
  .features::before, .features::after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .features::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    aspect-ratio: 1280/474;
    background: url("/img/img_featuresBg_pc.webp") center bottom/cover no-repeat;
    z-index: -2;
  }
  .features::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 280px;
    background-color: #e1ebe1;
    z-index: -1;
  }
}
.features__inner {
  margin-top: -2%;
  padding: 20% 0 27%;
  background: url("/img/img_featuresBg_sp.webp") center center/cover no-repeat;
}
@media (min-width: 769px) {
  .features__inner {
    padding: 48px 0 217px;
    background: transparent;
    width: 1000px;
    margin: 0 auto;
  }
}
.features__title {
  font-size: 2.14rem;
  color: #006100;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 8%;
}
@media (min-width: 769px) {
  .features__title {
    font-size: 45px;
    letter-spacing: 3px;
    margin: 0 0 40px;
  }
}
.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.07rem;
  margin: 0 20px;
}
@media (min-width: 769px) {
  .features__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 0;
    margin: 0;
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
  }
}
.features__item {
  position: relative;
  padding-top: 4.48%;
}
.features__item:nth-of-type(2) .features__text {
  margin: 0 31.2% 0 0;
}
@media (min-width: 769px) {
  .features__item:nth-of-type(2) .features__text {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .features__item {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(33.33% - 20px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 27px;
  }
}
.features__icon {
  position: absolute;
  top: 0;
  left: 4.48%;
  width: 23.88%;
  aspect-ratio: 1/1;
  background: url("/img/img_features01.webp") center center/contain no-repeat;
}
.features__icon--02 {
  left: auto;
  right: 4.48%;
  background: url("/img/img_features02.webp") center center/contain no-repeat;
}
.features__icon--03 {
  background: url("/img/img_features03.webp") center center/contain no-repeat;
}
@media (min-width: 769px) {
  .features__icon {
    position: static;
    width: 118px;
    margin-bottom: 23px;
  }
}
.features__textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 335/80;
  background-color: #fff;
  border-radius: 0.71rem;
  padding: 4.48%;
}
@media (min-width: 769px) {
  .features__textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 260/72;
    padding: 0;
    background-color: transparent;
  }
}
.features__text {
  font-size: 1.14rem;
  line-height: 1.625;
  font-weight: 500;
  color: #006100;
  margin-left: 31.2%;
}
@media (min-width: 769px) {
  .features__text {
    margin-left: 0;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
}
.features__description {
  margin-top: 8%;
  font-size: 1.285rem;
  text-align: center;
  line-height: 1.72;
  font-weight: 500;
}
@media (min-width: 769px) {
  .features__description {
    margin-top: 40px;
    font-size: 25px;
    line-height: 1.68;
  }
}

.background__inner {
  padding-bottom: 19.73%;
}
@media (min-width: 769px) {
  .background__inner {
    position: relative;
    padding-bottom: 67px;
  }
}
.background__image {
  display: block;
  margin-top: -15%;
}
@media (min-width: 769px) {
  .background__image {
    position: absolute;
    width: clamp(520px, 52.81vw, 676px);
    margin: 0;
    right: 0;
    top: -150px;
  }
}
@media (min-width: 769px) {
  .background__head {
    width: 1000px;
    margin: 0 auto;
  }
}
.background__title {
  font-size: 2.14rem;
  color: #006100;
  text-align: center;
  letter-spacing: 2px;
  margin: 6.13% 0 8%;
  line-height: 1.36;
}
@media (min-width: 769px) {
  .background__title {
    font-size: 45px;
    text-align: left;
    letter-spacing: 3px;
    margin: 0 0 40px;
  }
}
.background__description {
  font-size: 1.285rem;
  text-align: center;
  line-height: 1.72;
  font-weight: 500;
  margin-bottom: 8%;
}
@media (min-width: 769px) {
  .background__description {
    font-size: 25px;
    line-height: 1.68;
    text-align: left;
    max-width: 45%;
  }
}
.background__item {
  margin: 0 5.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .background__item {
    margin: 0 auto;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 842px;
    height: 264px;
  }
}
@media (min-width: 769px) {
  .background__itemImg {
    display: block;
    width: 390px;
  }
}
.background__itemImg img {
  width: 100%;
}

.articleBody {
  background-color: #fff;
  border-bottom-left-radius: 1.07rem;
  border-bottom-right-radius: 1.07rem;
  padding: 4.48%;
}
@media (min-width: 769px) {
  .articleBody {
    width: 452px;
    padding: 30px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.articleBody__date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.45% 2.39%;
  font-weight: 600;
  color: #006100;
  background-color: #e1ebe1;
  border-radius: 0.36rem;
}
@media (min-width: 769px) {
  .articleBody__date {
    padding: 0 6px;
    border-radius: 5px;
    font-size: 18px;
  }
}
.articleBody__title {
  font-size: 1.28rem;
  color: #006100;
  margin-top: 1.49%;
}
@media (min-width: 769px) {
  .articleBody__title {
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.4;
  }
}
.articleBody__text {
  font-size: 1.14rem;
  font-weight: 500;
  margin-top: 1.19%;
}
@media (min-width: 769px) {
  .articleBody__text {
    font-size: 16px;
    margin-top: 18px;
  }
}

.contact {
  position: relative;
}
.contact__inner {
  padding: 20% 0 13%;
  background: url("/img/img_footerBg_sp.webp") top center/cover no-repeat;
}
@media (min-width: 769px) {
  .contact__inner {
    padding: 138px 0 40px;
    background: url("/img/img_footerBg_pc.webp") top center/cover no-repeat;
  }
}
.contact__title {
  font-size: 2.14rem;
  color: #006100;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 5.33%;
}
@media (min-width: 769px) {
  .contact__title {
    font-size: 45px;
    margin: 0 0 30px;
  }
}
.contact__form {
  margin: 0 8%;
}
@media (min-width: 769px) {
  .contact__form {
    margin: 0 auto;
    width: 622px;
  }
}
@media (min-width: 769px) {
  .contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    margin-bottom: 15px;
  }
}
.contact__field {
  margin-bottom: 6.35%;
}
@media (min-width: 769px) {
  .contact__field {
    width: 300px;
    margin-bottom: 0;
  }
}
.contact__field input,
.contact__field textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 4.76%;
  border: 1px solid #3c3c3c;
  border-radius: 0.36rem;
}
@media (min-width: 769px) {
  .contact__field input,
  .contact__field textarea {
    height: 45px;
    font-size: 14px;
    border-radius: 5px;
    padding: 12px 15px;
  }
}
.contact__field input::-webkit-input-placeholder, .contact__field textarea::-webkit-input-placeholder {
  color: #adadad;
}
.contact__field input::-moz-placeholder, .contact__field textarea::-moz-placeholder {
  color: #adadad;
}
.contact__field input:-ms-input-placeholder, .contact__field textarea:-ms-input-placeholder {
  color: #adadad;
}
.contact__field input::-ms-input-placeholder, .contact__field textarea::-ms-input-placeholder {
  color: #adadad;
}
.contact__field input::placeholder,
.contact__field textarea::placeholder {
  color: #adadad;
}
.contact__field input:focus,
.contact__field textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact__field--textarea {
  margin-bottom: 9.52%;
}
@media (min-width: 769px) {
  .contact__field--textarea {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact__field--textarea textarea {
  aspect-ratio: 315/183;
}
@media (min-width: 769px) {
  .contact__field--textarea textarea {
    height: 131px;
    padding: 15px;
  }
}
.contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.59%;
     -moz-column-gap: 1.59%;
          column-gap: 1.59%;
  margin-bottom: 2.54%;
  font-size: 1.14rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .contact__label {
    font-size: 16px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
}
.contact__required {
  display: inline-block;
  text-align: center;
  padding: 0 0.95%;
  color: #fff;
  font-size: 0.76rem;
  background-color: #cf3f35;
  border-radius: 0.18rem;
}
@media (min-width: 769px) {
  .contact__required {
    font-size: 11px;
    padding: 0 3px;
    border-radius: 2.5px;
  }
}
.contact__actions {
  width: 100%;
}
.contact__actions button {
  display: block;
  width: 100%;
  padding: 4.44%;
  font-size: 1.28rem;
  font-weight: 500;
  color: #fff;
  background-color: #006100;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 769px) {
  .contact__actions button {
    width: 322px;
    height: 54px;
    padding: 14px 0;
    font-size: 18px;
    margin: 0 auto;
  }
}
.contact__actions button:hover {
  background-color: #104400;
}
@media (min-width: 769px) {
  .contact__linkTop {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 20px;
    right: 20px;
    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid #006100;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .contact__linkTop:hover {
    background-color: #b0d4b0;
  }
  .contact__linkTop span {
    display: inline-block;
    width: 24px;
    height: 14px;
    background: url("/img/icon_arrow.svg") center center/contain no-repeat;
  }
}
.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.contact__link a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  padding-right: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contact__link a:last-of-type {
  margin-top: 10px;
}
.contact__link a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto 0;
  background: url("/img/icon_arrow_bk.svg") center center/contain no-repeat;
}
.contact__link a:hover {
  opacity: 0.6;
}

.footer__inner {
  padding: 8% 0;
  background-color: #006100;
}
@media (min-width: 769px) {
  .footer__inner {
    padding: 28px 0;
  }
}
.footer__inner p {
  text-align: center;
  color: #fff;
  font-size: 0.86rem;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .footer__inner p {
    font-size: 14px;
    line-height: 1.36;
  }
}