.footer-cv {
  padding: 30px 0 60px 0;
  background-color: #faf5ee;
}
.footer-cv .footer-cv-ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: -55px;
}
.footer-cv .footer-cv-ttl::after, .footer-cv .footer-cv-ttl::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 50px;
}
.footer-cv .footer-cv-ttl::before {
  background-image: url(../img/footer/kakko-left.png);
}
.footer-cv .footer-cv-ttl::after {
  background-image: url(../img/footer/kakko-right.png);
}
.footer-cv .footer-cv-wrap {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
.footer-cv .footer-cv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 45px;
}
@-webkit-keyframes f-shrinkAfter {
  from {
    height: calc(100% + 2px);
  }
  to {
    height: 0;
  }
}
@keyframes f-shrinkAfter {
  from {
    height: calc(100% + 2px);
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes f-shrink {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes f-shrink {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer-cv .footer-cv-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.035%;
          flex: 0 0 31.035%;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #999999;
  cursor: pointer;
  position: relative;
  -webkit-transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.footer-cv .footer-cv-item::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #faf5ee;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.footer-cv .footer-cv-item.is-visible {
  -webkit-animation: f-shrink 1.4s ease forwards;
          animation: f-shrink 1.4s ease forwards;
}
.footer-cv .footer-cv-item.is-visible::after {
  -webkit-animation: f-shrinkAfter 1s ease forwards;
          animation: f-shrinkAfter 1s ease forwards;
}
.footer-cv .footer-cv-item:nth-child(2) {
  background-color: #fff000;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.footer-cv .footer-cv-item:nth-child(2)::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.footer-cv .footer-cv-item:nth-child(3) {
  background-color: #191919;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.footer-cv .footer-cv-item:nth-child(3) a {
  color: #fff;
}
.footer-cv .footer-cv-item:nth-child(3)::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.footer-cv .footer-cv-url {
  display: block;
  padding: 45px 25px 30px 25px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-cv .footer-cv-item-ttl {
  text-align: center;
  margin-bottom: 30px;
  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;
  gap: 15px;
  height: 50px;
}
.footer-cv .footer-cv-item-ttl p {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.footer-cv .footer-cv-item-icon {
  max-width: 42px;
  width: 100%;
}
.footer-cv .footer-cv-item-text {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.footer-cv .footer-cv-item-link {
  display: block;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #191919;
  background-color: #fff;
  color: #191919;
}
.footer-cv .footer-cv-item-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/footer/arrow-cv-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.footer-cv .footer-cv-contact {
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  -webkit-transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.footer-cv .footer-cv-contact::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #faf5ee;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.footer-cv .footer-cv-contact.is-visible {
  -webkit-animation: f-shrink 1.4s ease forwards;
          animation: f-shrink 1.4s ease forwards;
}
.footer-cv .footer-cv-contact.is-visible::after {
  -webkit-animation: f-shrinkAfter 1s ease forwards;
          animation: f-shrinkAfter 1s ease forwards;
}
.footer-cv .footer-cv-contact-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 43px 50px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-cv .footer-cv-con-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer-cv .footer-cv-con-icon {
  max-width: 42px;
  width: 100%;
}
.footer-cv .footer-cv-con-ttl {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.footer-cv .footer-cv-con-text {
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
.footer-cv .footer-cv-con-link {
  display: block;
  max-width: 160px;
  width: 100%;
  position: relative;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #191919;
  background-color: #fff;
  color: #191919;
}
.footer-cv .footer-cv-con-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/footer/arrow-cv-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

@media (hover: hover) {
  .footer-cv .footer-cv-url:hover {
    opacity: 0.7;
  }
  .footer-cv .footer-cv-contact-url:hover {
    opacity: 0.7;
  }
}
@media (max-width: 900px) {
  .footer-cv .footer-cv-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .footer-cv {
    padding-bottom: 65px;
  }
  .footer-cv .footer-cv-wrap {
    padding: 0 50px;
  }
  .footer-cv .footer-cv-ttl {
    font-size: 20px;
    line-height: 1.7;
    margin-top: -45px;
  }
  .footer-cv .footer-cv-ttl::before, .footer-cv .footer-cv-ttl::after {
    background-size: 100% 100%;
    height: 68px;
  }
  .footer-cv .footer-cv-flex {
    display: block;
    margin-bottom: 20px;
  }
  .footer-cv .footer-cv-con-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-cv .footer-cv-con-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 14px;
    font-weight: 500;
  }
  .footer-cv .footer-cv-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer-cv .footer-cv-url {
    padding: 45px 20px 30px 20px;
  }
  .footer-cv .footer-cv-contact-url {
    padding: 43px 20px;
    -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: 0;
  }
  .footer-cv .footer-cv-con-link {
    margin: 0 auto;
  }
}
footer {
  background-color: #283c19;
  padding: 80px 0 15px 0;
  color: #fff;
}
footer .footer-wrap {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
footer .footer-logo {
  display: block;
  max-width: 120px;
  width: 100%;
  margin-bottom: 60px;
}
footer .footer-add {
  margin-bottom: 60px;
}
footer .footer-add-list:not(:last-child) {
  margin-bottom: 35px;
}
footer .footer-add-text {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
footer .footer-add-text span {
  font-weight: 500;
}
footer .footer-add-tel {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  background-color: #919191;
  padding: 3px 19px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
footer .footer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
footer .footer-group-text {
  font-size: 13px;
  letter-spacing: 0.05em;
}
footer .footer-group-img {
  max-width: 140px;
  width: 100%;
}
footer .footer-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  margin-top: 75px;
}
footer .footer-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 15px;
  margin-bottom: 55px;
}
footer .footer-list-item:not(:last-child) {
  margin-bottom: 45px;
}
footer .footer-list-item-ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-list-item-ttl:not(:last-child) {
  margin-bottom: 25px;
}
footer .footer-list-item-ttl a {
  color: #fff;
}
footer .footer-list:nth-child(2) .footer-list-item-ttl:not(:last-child) {
  margin-bottom: 32px;
}
footer .footer-list-item-text {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-left: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-list-item-text a {
  color: #fff;
}
footer .footer-list-item-text::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 10px;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer-list-item-text:not(:last-child) {
  margin-bottom: 20px;
}
footer .footer-list-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 125px;
}
footer .footer-list-detail-text {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-list-detail-text:not(:last-child) {
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid #fff;
}
footer .footer-list-detail-text a {
  color: #fff;
}
footer .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 0;
}
footer .footer-con-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 9px);
          flex: 0 0 calc(50% - 9px);
  background-color: #fff;
  color: #191919;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 4px;
  padding: 7.5px 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
footer .footer-con-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/footer/arrow-cv-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 14px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer-con-item:nth-child(1) {
  background-color: #fff000;
}
footer .footer-con-item:nth-child(2) {
  background-color: #191919;
  color: #fff;
}
footer .footer-con-item:nth-child(2)::after {
  background-image: url(../img/footer/arrow-cv-w.png);
}
footer .footer-con-icon {
  max-width: 26px;
  width: 100%;
}
footer .footer-copy {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.04em;
}

@media (hover: hover) {
  footer .footer-add-tel:hover {
    opacity: 0.7;
  }
  footer .footer-list-item-ttl a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  footer .footer-list-item-text:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  footer .footer-list-detail-text:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  footer .footer-con-item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1100px) {
  footer .footer-wrap {
    padding: 0 15px;
  }
  footer .footer-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0 80px 0;
  }
  footer .footer-content {
    display: block;
    margin-bottom: 75px;
  }
  footer .footer-left {
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
  }
  footer .footer-logo {
    margin: 0 auto 70px auto;
  }
  footer .footer-add-text {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  footer .footer-add-text span {
    font-size: 14px;
  }
  footer .footer-add {
    margin-bottom: 50px;
  }
  footer .footer-group {
    gap: 15px;
  }
  footer .footer-group-text {
    font-weight: 500;
  }
  footer .footer-right {
    margin-top: 65px;
  }
  footer .footer-list-flex {
    display: block;
    margin-bottom: 60px;
  }
  footer .footer-list:first-child {
    margin-bottom: 40px;
  }
  footer .footer-list:nth-child(2) {
    margin-bottom: 30px;
  }
  footer .footer-list-item:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .footer-list-item-ttl {
    font-weight: 700;
  }
  footer .footer-list-item-ttl:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .footer-list-item-text:not(:last-child) {
    margin-bottom: 18px;
  }
  footer .footer-list-detail {
    margin-bottom: 50px;
  }
  footer .footer-contact {
    gap: 15px 0;
  }
  footer .footer-con-icon {
    max-width: 20px;
  }
  footer .footer-con-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    font-size: 15px;
    padding: 16px 15px;
  }
  footer .footer-con-item::after {
    right: 12px;
  }
  footer .footer-copy {
    font-size: 10px;
  }
}
.floating {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 150px;
  max-width: 50px;
  width: 100%;
}
.floating .floating-item {
  border-radius: 5px 0 0 5px;
  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;
  gap: 8px;
  padding: 16.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.floating .floating-item:nth-child(1) {
  background-color: #fff000;
}
.floating .floating-item:nth-child(2) {
  background-color: #191919;
  color: #fff;
}
.floating .floating-icon {
  max-width: 18px;
  width: 100%;
}
.floating .floating-text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
.floating .floating-arrow {
  max-width: 8px;
  width: 100%;
}

@media (hover: hover) {
  .floating .floating-item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .floating {
    bottom: 0;
    max-width: 100%;
    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;
    height: 64px;
  }
  .floating .floating-item {
    border-radius: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .floating .floating-text {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
            writing-mode: unset;
    font-size: 17px;
    font-weight: 700;
  }
  .floating .floating-icon {
    max-width: 26px;
    width: 100%;
  }
  .floating .floating-arrow {
    max-width: 10px;
    margin-left: 8px;
  }
}