@charset "UTF-8";
.ft-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  padding: 50px;
  margin-top: 150px;
  background-color: #dec6ad;
}

@media (max-width: 1440px) {
  .ft-wrap {
    gap: 40px;
  }
}

@media (max-width: 1080px) {
  .ft-wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .ft-wrap {
    padding: 30px;
  }
}

.ft-wrap .ft-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1080px) {
  .ft-wrap .ft-left {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .ft-wrap .ft-left {
    display: block;
  }
}

.ft-wrap .ft-left .ft-turtle {
  width: 10%;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .ft-wrap .ft-left .ft-turtle {
    display: none;
  }
}

.ft-wrap .ft-left .ft-card {
  width: 90%;
  background-color: #fff;
  border-radius: 80px;
  padding: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .ft-wrap .ft-left .ft-card {
    width: 100%;
    border-radius: 60px;
  }
}

.ft-wrap .ft-left .ft-card .card-illust {
  width: 76px;
  height: 39px;
  margin: 0 auto 10px;
}

.ft-wrap .ft-left .ft-card .card-ttl {
  color: #da9259;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ft-wrap .ft-left .ft-card .card-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.ft-wrap .ft-left .ft-card .card-time {
  color: #da9259;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .ft-wrap .ft-left .ft-card .card-time {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.ft-wrap .ft-left .ft-card .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media (max-width: 1440px) {
  .ft-wrap .ft-left .ft-card .contact-list {
    display: block;
  }
}

.ft-wrap .ft-left .ft-card .contact-list .contact-item {
  width: 47%;
}

@media (max-width: 1440px) {
  .ft-wrap .ft-left .ft-card .contact-list .contact-item {
    width: 60%;
    margin: 0 auto 20px;
  }
  .ft-wrap .ft-left .ft-card .contact-list .contact-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .ft-wrap .ft-left .ft-card .contact-list .contact-item {
    width: 90%;
  }
}

.ft-wrap .ft-left .ft-card .contact-list .contact-link {
  display: block;
  border: 3px solid #da9259;
  border-radius: 80px;
  padding: 20px;
  font-size: clamp(12px, 1.5vw, 24px);
  font-weight: 700;
  color: #da9259;
}

@media (max-width: 767px) {
  .ft-wrap .ft-left .ft-card .contact-list .contact-link {
    font-size: 16px;
  }
}

.ft-wrap .ft-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
}

@media (max-width: 767px) {
  .ft-wrap .ft-right {
    width: 100%;
  }
}

@media (max-width: 1240px) {
  .ft-wrap .ft-right .ft-navList {
    display: none;
  }
}

.ft-wrap .ft-right .ft-navList .ft-navItem {
  margin-bottom: 10px;
}

.ft-wrap .ft-right .ft-navList .ft-navItem:last-child {
  margin-bottom: 0;
}

.ft-wrap .ft-right .ft-navList .ft-navLink {
  font-size: 16px;
  font-weight: 700;
  color: #505050;
}

.ft-wrap .ft-right .ft-navList .ft-navLink::before {
  content: "●";
  opacity: 0;
  font-size: 10px;
  line-height: 1;
  padding-right: 10px;
  position: relative;
  top: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ft-wrap .ft-right .ft-navList .ft-navLink:hover::before {
  content: "●";
  opacity: 1;
}

.ft-wrap .ft-right .ft-address {
  color: #505050;
}

.ft-wrap .ft-right .ft-address .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .ft-wrap .ft-right .ft-address .name {
    font-size: 14px;
  }
}

.ft-wrap .ft-right .ft-address .address {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .ft-wrap .ft-right .ft-address .address {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.ft-wrap .ft-right .ft-address .ft-subNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.ft-wrap .ft-right .ft-address .ft-subNavLink {
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .ft-wrap .ft-right .ft-address .ft-subNavLink {
    font-size: 12px;
  }
}

.ft-wrap .ft-right .ft-address .ft-copy {
  font-size: 13px;
  font-weight: 500;
}
