@charset "UTF-8";

/**
 * フッター
 * ---------------------------------------- */
.globalfooter {
  padding: 30px 0;
  position: relative;
  color: #fff;
  background-color: #ff6f00;
  border-bottom: 30px solid #ff9e20;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .globalfooter {
    padding: 64px 0 1rem;
    border-bottom: 37px solid #ff9e20;
  }
}

.globalfooter li a {
  color: #fff;
}

.globalfooter-inner {
  max-width: 1366px;
  width: 98%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .globalfooter-inner {
    width: 94%;
  }
}

.globalfooter-list {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .globalfooter-list {
    justify-content: flex-start;
  }
}

.globalfooter-list li {
  padding: 2px 12px;
  border-right: 1px solid #fff;
}
.globalfooter-list li:last-child {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .globalfooter-list li {
    padding: 0.057em 2.2em;
  }
}

.globalfooter-list li a {
  font-size: min(3.73333vw, 14px);
  font-weight: bold;
}
.globalfooter-list li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .globalfooter-list li a {
    font-size: 17px;
  }
}

.globalfooter-bottom {
  margin: 56px 0 0;
  padding: 0 0 1.2rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .globalfooter-bottom {
    margin: 40px 0 0;
    padding: 0 0 0.4rem;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.globalfooter-bottomBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .globalfooter-bottomBox {
    padding: 0 0 0.6rem;
    gap: 1rem;
  }
}

.globalfooter-linkList {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .globalfooter-linkList {
    flex-direction: row;
    gap: 32px;
  }
}

.globalfooter-linkList .globalfooter-logo {
  width: 202px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .globalfooter-linkList .globalfooter-logo {
    width: 202px;
  }
}

.globalfooter-linkList li a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .globalfooter-linkList li a {
    font-size: 16px;
    font-weight: bold;
  }
}

.globalfooter-linkList li ul {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.globalfooter-contactList {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .globalfooter-contactList {
    flex-direction: row;
    gap: 2rem;
  }
}

.globalfooter-contactList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
}
.globalfooter-contactList li .globalfooter-contactLink {
  width: 225px;
  height: 38px;
  background-color: #12c5b3;
  box-sizing: border-box;
  border: 2px solid #12c5b3;
  border-radius: 19px;
  font-size: 16px;
}
.globalfooter-contactList li .globalfooter-contactLink:hover {
  background-color: #fff;
  color: #12c5b3;
}
@media screen and (min-width: 768px) {
  .globalfooter-contactList li .globalfooter-contactLink {
    width: 188px;
    height: 50px;
    border-radius: 25px;
  }
  .globalfooter-contactList li .globalfooter-contactLink .iconlabel {
    margin: 0 0 0 41px;
    position: relative;
    display: block;
    line-height: 1;
    font-size: 17px;
    font-weight: 500;
  }
  .globalfooter-contactList li .globalfooter-contactLink .iconlabel::before {
    content: "";
    width: 27px;
    height: 20px;
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-image: url(../images/fix/header/header-mail-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .globalfooter-contactList li .globalfooter-contactLink:hover .iconlabel::before {
    background-image: url(../images/fix/header/header-mail-icon_color.svg);
  }
}
.globalfooter-contactList li .globalfooter-contactTel {
  font-size: 17px;
}
.globalfooter-contactList li .globalfooter-contactTel .tel-number {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .globalfooter-contactList li .globalfooter-contactTel {
    font-size: 16px;
  }
  .globalfooter-contactList li .globalfooter-contactTel .tel-number {
    font-size: 22px;
  }
}

.globalfooter-character {
  margin: 1rem 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .globalfooter-character {
    margin: 0;
  }
}

.globalfooter-character img {
  width: 70px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .globalfooter-character img {
    width: auto;
  }
}

.globalfooter-copywright {
  margin: 1rem 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .globalfooter-copywright {
    text-align: right;
  }
}

.globalfooter-copywright small {
  font-size: 16px;
}