body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1030px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.heading-lv2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    font-size: 22px;
  }
}
.heading-lv2::after {
  display: block;
  content: "";
  width: 140px;
  height: 1px;
  background-color: #006934;
  margin: 18px auto 0;
}

@media screen and (max-width: 768px) {
  .heading-lv2::after {
    width: 120px;
    margin: 12px auto 0;
  }
}
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  border-bottom: 3px solid #CCCCCC;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .header {
    height: 75px;
    border-bottom: 2px solid #CCCCCC;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 2000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0 25px;
}

@media screen and (max-width: 1400px) {
  .header__inner {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 0 0 10px;
  }
}
.header__logo {
  width: 520px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1400px) {
  .header__logo {
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 240px;
  }
}
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1155px) {
  .header__right {
    display: none;
  }
}
.header-nav {
  width: 330px;
  height: 100%;
  margin-left: auto;
}

.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-nav__item {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-nav__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-nav__item:hover::after, .header-nav__item:active::after {
  display: block;
  content: "";
  width: 50px;
  height: 5px;
  margin: -5px auto 0;
  background-color: #006934;
}

@media screen and (max-width: 1155px) {
  .header-nav__item:hover::after, .header-nav__item:active::after {
    height: 3.75px;
  }
}
.header__recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 100%;
  margin-left: 30px;
  background-color: #0071BC;
  color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1400px) {
  .header__recruit {
    width: 150px;
    margin-left: 22.5px;
  }
}
.header__recruit:hover, .header__recruit:active {
  opacity: 0.6;
}

.header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 100%;
  background-color: #006934;
  color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1400px) {
  .header__contact {
    width: 150px;
  }
}
.header__contact:hover, .header__contact:active {
  opacity: 0.6;
}

.header__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100%;
  background-color: #FCEE21;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.header__tel img {
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1400px) {
  .header__tel img {
    width: 26.25px;
    height: 26.25px;
  }
}
@media screen and (max-width: 1400px) {
  .header__tel {
    width: 75px;
  }
}
.header__tel:hover {
  opacity: 0.6;
}

.menu-btn {
  position: relative;
  width: 75px;
  height: 100%;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1155px) {
  .menu-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .menu-btn {
    width: 60px;
  }
}
.menu-btn span {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@media screen and (max-width: 768px) {
  .menu-btn span {
    width: 30px;
  }
}
.menu-btn span:nth-child(1) {
  top: 22px;
  left: 12px;
}

.menu-btn span:nth-child(1).close {
  top: 36px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media screen and (max-width: 768px) {
  .menu-btn span:nth-child(1).close {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .menu-btn span:nth-child(1) {
    top: 22px;
    left: 14px;
  }
}
.menu-btn span:nth-child(2) {
  top: 36px;
  left: 12px;
}

.menu-btn span:nth-child(2).close {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu-btn span:nth-child(2) {
    top: 30px;
    left: 14px;
  }
}
.menu-btn span:nth-child(3) {
  top: 50px;
  left: 12px;
}

.menu-btn span:nth-child(3).close {
  top: 36px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

@media screen and (max-width: 768px) {
  .menu-btn span:nth-child(3).close {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .menu-btn span:nth-child(3) {
    top: 38px;
    left: 14px;
  }
}
.drawer {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  min-width: 300px;
  height: calc(100% - 75px);
  font-size: 18px;
  top: 75px;
  right: -100%;
  bottom: 0;
  background-color: #CCCCCC;
  z-index: 2;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}

@media screen and (max-width: 768px) {
  .drawer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 60px);
    top: 60px;
  }
}
.drawer.slidein {
  right: 0;
}

.drawer__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  z-index: 1;
}

.drawer-nav {
  width: 100%;
}

.drawer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.drawer-nav__item a {
  display: block;
  padding: 25px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.drawer-nav__item a:hover, .drawer-nav__item a:active {
  background-color: #fff;
}

.drawer__recruit {
  width: 100%;
  padding: 25px;
  background-color: #0071BC;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.drawer__recruit:hover, .drawer__recruit:active {
  opacity: 0.6;
}

.drawer__contact {
  width: 100%;
  padding: 25px;
  background-color: #006934;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.drawer__contact:hover, .drawer__contact:active {
  opacity: 0.6;
}

.drawer__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 64px;
  background-color: #FCEE21;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.drawer__tel:hover, .drawer__tel:active {
  opacity: 0.6;
}

.drawer__tel img {
  width: 26.25px;
  height: 26.25px;
}

.drawer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.mv {
  margin-top: 100px;
}

@media screen and (max-width: 1400px) {
  .mv {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 60px;
  }
}
.business {
  padding: 100px 0 200px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .business {
    padding: 100px 0 0;
    margin-top: 0;
  }
}
.business__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .business__list {
    gap: 25px;
    margin-top: 30px;
  }
}
.business__item dt {
  font-size: 18px;
  font-weight: 700;
}

.business__item dd {
  line-height: 2;
  padding-left: 1em;
  margin-top: 5px;
}

.company {
  padding: 100px 0 200px;
}

@media screen and (max-width: 768px) {
  .company {
    padding: 100px 0 0;
  }
}
.conpany-heading-lv3 {
  font-size: 30px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .conpany-heading-lv3 {
    font-size: 24px;
    margin-top: 30px;
  }
}
.company__list {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .company__list {
    margin-top: 20px;
  }
}
.company__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .company__item {
    line-height: 1.25;
  }
}
.company__item dt {
  width: 170px;
  padding-left: 60px;
  color: #808080;
}

@media screen and (max-width: 768px) {
  .company__item dt {
    width: 35%;
    padding-left: 15px;
  }
}
.company__item dd {
  width: 100%;
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  .company__item dd {
    padding-left: 15px;
  }
}
.company__item:last-child {
  border-bottom: 1px solid #333;
}

.company__image {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .company__image {
    margin-top: 50px;
  }
}
.company__access {
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .company__access {
    height: 300px;
    margin-top: 50px;
  }
}
.company__access img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .company__access img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 300px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.contact {
  padding: 100px 0 200px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 100px 0 0;
  }
}
.contact__lead {
  line-height: 1.875;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .contact__lead {
    margin-top: 30px;
  }
}
.contact__lead a {
  color: #006934;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.contact__lead a:hover {
  opacity: 0.6;
}

.contact__tel {
  border: 1px solid #CDC5AC;
  padding: 25px 0;
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact__tel {
    padding: 15px 0;
  }
}
.contact__tel a {
  font-size: 30px;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media screen and (max-width: 768px) {
  .contact__tel a {
    pointer-events: auto;
  }
}
.contact__tel a:hover {
  opacity: 0.6;
}

.contact__tel a::before {
  display: inline-block;
  content: "TEL.";
  font-size: 16px;
  margin-right: 3px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact__tel p:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.075em;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .contact__tel p:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
  }
}
.contact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .contact__list {
    gap: 30px;
    margin-top: 50px;
  }
}
.contact__item dd {
  margin-top: 15px;
}

span.req {
  font-size: 11px;
  color: #FF0000;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #CDC5AC;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding-left: 10px;
  }
}
input[type=text],
input[type=tel],
input[type=email] {
  height: 60px;
}

@media screen and (max-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    height: 45px;
  }
}
textarea {
  height: 360px;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  textarea {
    height: 200px;
    padding-top: 10px;
  }
}
.radio__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .radio__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.radio__list label {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .radio__list label {
    font-size: 14px;
  }
}
input[type=radio] {
  width: 7%;
  display: none;
}

input[type=radio] + .mark {
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  input[type=radio] + .mark {
    padding-left: 20px;
  }
}
input[type=radio] + .mark::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  input[type=radio] + .mark::before {
    width: 13px;
    height: 13px;
  }
}
input[type=radio]:checked + .mark::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  input[type=radio]:checked + .mark::after {
    width: 8px;
    height: 8px;
    left: 2.7px;
  }
}
.submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media screen and (max-width: 768px) {
  .submit {
    margin: 50px auto 0;
  }
}
.submit:hover, .submit:active {
  opacity: 0.6;
}

input[type=button] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background-color: #006934;
  color: #fff;
  text-align: center;
}

.privacy {
  padding: 100px 0 150px;
}

@media screen and (max-width: 768px) {
  .privacy {
    padding: 100px 0 80px;
  }
}
.privacy__box {
  padding: 10px 20px;
  margin-top: 50px;
  border: 1px solid #CDC5AC;
}

@media screen and (max-width: 768px) {
  .privacy__box {
    margin-top: 30px;
  }
}
.privacy__lead {
  line-height: 2;
}

.privacy__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .privacy__list {
    gap: 30px;
    margin-top: 30px;
  }
}
.privacy__item dt {
  font-size: 18px;
  font-weight: 700;
}

.privacy__item dd {
  line-height: 2;
  padding-left: 1em;
  margin-top: 5px;
}

.privacy__item a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.privacy__item a:hover {
  opacity: 0.6;
}

.footer {
  background-color: #8CC63F;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 20px;
  max-width: 2000px;
  margin: auto;
  padding: 45px 30px 50px;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 25px 15px;
  }
}
.footer__logo {
  width: 370px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 280px;
    width: 100%;
  }
}
.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .footer__info {
    gap: 10px;
    margin-left: 0;
  }
}
.footer__name {
  width: 190px;
}

@media screen and (max-width: 768px) {
  .footer__name {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1.375;
  letter-spacing: 0.075em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.footer__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .footer__icons {
    margin-left: 0;
  }
}
.footer__icon {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.footer__icon a {
  display: block;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 768px) {
  .footer__icon a {
    width: 25px;
    height: 25px;
  }
}
.footer__icon img {
  width: 100%;
  height: 100%;
}

.footer__icon:hover {
  opacity: 0.6;
}

.copyright {
  font-size: 12px;
  letter-spacing: 0.075em;
  padding: 20px;
  background-color: #006934;
  color: #fff;
  text-align: center;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 240px;
  width: 60px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}
.bg.is-show {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 0;
}

.error_blank {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  color: #FF0000;
}