@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.cmn-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  padding-top: 52px;
  padding-right: 4.6296296296vw;
}
@media (max-width: 1060px) {
  .cmn-header {
    padding-top: 20px;
    padding-right: 20px;
  }
}

.cmn-header_nav {
  width: 714px;
}
@media (max-width: 1060px) {
  .cmn-header_nav {
    width: 700px;
  }
}
.cmn-header_nav--list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cmn-header_nav--list {
    display: none;
  }
}
.cmn-header_nav--link {
  color: #347571;
  line-height: 1.875;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-weight: 700;
  display: block;
}
.cmn-header_nav--link-contact {
  width: 169px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #347571;
}
.cmn-header_nav--link-contact:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 24/22;
  background-image: url(../img/icon/icon-mail-green.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 6px;
}
.cmn-header_nav--link:hover {
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .cmn-header_nav--link:hover {
    transform: translateY(0);
  }
}

.cmn-header_hmb {
  display: none;
}
@media (max-width: 768px) {
  .cmn-header_hmb {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
}
.cmn-header_hmb--line {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 15px;
  transition: 0.3s;
}
.cmn-header_hmb--line:first-of-type {
  top: 30px;
}
.cmn-header_hmb--line:nth-of-type(2) {
  top: 40px;
}
.cmn-header_hmb--line:last-of-type {
  top: 50px;
}
.is_hmb_open .cmn-header_hmb--line:first-of-type {
  top: 40px;
  transform: rotate(-23deg);
}
.is_hmb_open .cmn-header_hmb--line:nth-of-type(2) {
  display: none;
}
.is_hmb_open .cmn-header_hmb--line:last-of-type {
  top: 40px;
  transform: rotate(23deg);
}

.cmn-header_sp {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: 0.3s;
}
.is_hmb_open .cmn-header_sp {
  right: 0;
}
.cmn-header_sp--wrap {
  background-color: #F8FEF3;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 60px;
}
.cmn-header_sp--logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
.cmn-header_sp--logo_link {
  width: 100%;
  display: block;
}
.cmn-header_sp--list {
  width: 300px;
  max-width: 90%;
  margin: 40px auto 0;
}
.cmn-header_sp--item {
  border-bottom: 1px solid #347571;
}
.cmn-header_sp--link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 700;
}
.cmn-header_sp--contact {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #347571;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 700;
  margin-top: 40px;
}
.cmn-header_sp--contact:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 24/22;
  background-image: url(../img/icon/icon-mail-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 6px;
}

.cmn-main {
  display: block;
  overflow-x: clip;
}

.cmn-footer {
  padding-top: 29px;
  padding-bottom: 29px;
}
@media (max-width: 768px) {
  .cmn-footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.cmn-footer--copyright {
  display: block;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  color: #000;
  text-align: center;
  font-weight: 500;
  line-height: 1.1875;
}
@media (max-width: 768px) {
  .cmn-footer--copyright {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}

/*# sourceMappingURL=common.css.map */
