@charset "UTF-8";
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  z-index: 998;
  color: #fff;
}

#header.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 998; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
  background-color: #262626;
}

#header_1 {
  position: fixed; /*fixedを設定して固定*/
  z-index: 500; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
  background-color: #262626;
}

.hd-logo_wrapper {
  width: 100%;
  max-width: 352px;
  height: 42px;
  padding: 0 0 0 50px;
}
.hd-logo_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hd-nav_wrapper {
  display: flex;
  font-size: 15px;
}

.hd-nav {
  position: static;
  width: auto;
  min-width: auto;
  height: 90px;
}

.hd-info {
  padding: 0 0 0 15px;
}

.hd-nav_ul {
  display: flex;
  padding: 20px 50px 20px 0;
  text-align: center;
  align-items: center;
}
.hd-nav_ul li {
  margin-right: 2em;
  font-size: 14px;
  align-items: center;
}

.hd-contact .link-btn_2 {
  line-height: 1.25;
  position: relative;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  overflow: hidden;
  border-radius: 0;
  background: #00A562;
  color: #fff;
  width: 150px;
  height: 50px;
  font-weight: 400;
}
.hd-contact .link-btn_2 span {
  position: relative;
}
.hd-contact .link-btn_2::before {
  position: absolute;
  top: 0;
  left: -180%;
  width: 150%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: skew(50deg);
  background: #fff;
}
.hd-contact .link-btn_2:hover:before {
  left: -30%;
}
.hd-contact .link-btn_2:hover {
  color: #00A562;
}

/* promotion */
.contact-wrapper {
  height: 450px;
  padding-top: 0;
  position: relative;
  z-index: 2;
  width: 100%;
}
.contact-wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../img/bg_cv01_pc.jpg) no-repeat center bottom;
  background-size: cover;
}

.contact-inner {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding: 4% 0;
  font-size: 13px;
}
.contact-inner .tx {
  margin-bottom: 43px;
  line-height: 1.92;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 43px;
  font-family: "Noto Serif JP", serif;
}

.c-cv01__txt {
  margin-bottom: 43px;
}

.contact-btn {
  width: 41.67%;
  min-width: 640px;
  max-width: 800px;
  margin: auto;
}
.contact-btn .link-btn_2 {
  font-size: 25px;
  line-height: 1.25;
  position: relative;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  overflow: hidden;
  border-radius: 0;
  background: #00A562;
  font-family: "Sorts Mill Goudy", serif;
  color: #fff;
  width: 100%;
  max-width: 800px;
  height: 120px;
}
.contact-btn .link-btn_2 span {
  position: relative;
}
.contact-btn .link-btn_2::before {
  position: absolute;
  top: 0;
  left: -180%;
  width: 150%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: skew(50deg);
  background: #fff;
}
.contact-btn .link-btn_2:hover:before {
  left: -30%;
}
.contact-btn .link-btn_2:hover {
  color: #00A562;
}

footer {
  position: relative;
  z-index: 2;
  padding: 50px 30px 40px;
  background-color: #262626;
  color: #fff;
  font-size: 16px;
}

.footer-wrapper {
  display: grid;
  max-width: 1100px;
  margin: auto;
  grid-template-rows: 1fr 45px;
}

.ft-nav_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ft-nav_ul li {
  width: auto;
  margin-left: 2em;
  text-align: right;
  line-height: 2.85;
}

.ft-sub-list {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.ft-sub-list li {
  font-size: 15px;
  color: #999;
}

.ft-sub-list li:nth-of-type(even) {
  padding-left: 15px;
  padding-right: 15px;
}

.ft-company {
  grid-column: 1;
  grid-row: 1/3;
  align-self: end;
}

.ft-logo {
  width: 216px;
  height: 46px;
}

.ft-adress {
  padding: 40px 0 0;
  line-height: 1.85;
  font-size: 14px;
}

.ft-cr {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  justify-self: end;
  font-size: 13px;
}

.c-cv01-btn {
  width: 41.67%;
  min-width: 640px;
  max-width: 800px;
  margin: auto;
}

.ft-pagetop {
  right: -14px;
  top: -88px;
  width: 130px;
  position: absolute;
  z-index: 2;
  width: 108px;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  transform: rotate(90deg);
}

.ft-pagetop__link {
  font-size: 12px;
  position: relative;
  display: block;
  line-height: 1;
  color: #fff;
  line-height: 1;
}

.ft-pagetop__link i {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 1px;
  margin: 0 0 6px 10px;
}

.ft-pagetop__link i:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  animation: line-animation 1.8s ease 1s infinite;
}

@keyframes line-animation {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}/*# sourceMappingURL=header_footer.css.map */