#header .hd-container {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 99;
}
#header {
    padding: 51px 0 0;
}
#header .hd-container .logo {
  width: 15%;
}
#header .hd-container .hd-info {
  width: 71%;
  padding-right: 11px;
}
#header .hd-container .hd-info .sns {
  flex: 1;
}
#header .hd-container .hd-info .sns dt {
  margin-right: -2px;
}
#header .hd-container .hd-info .sns ul {
  margin: 4px 4%;
  justify-content: space-between;
}
#header .hd-container .hd-info .sns ul li {
  width: 48%;
}
#header .hd-container .hd-info .tel {
  margin-left: 3px;
  width: 48%;
}
#header .hd-container .hd-info .tel dt {
  margin-left: 4px;
  margin-bottom: 4px;
}
#footer {
  padding: 20px 0 30px;
  text-align: center;
  font-size: 15px;
}
#footer .ft-logo {
  width: 76%;
  margin: 0 auto;
}
#footer .privacy {
  margin: 12px 0;
}
#footer .privacy a {
  color: #3d89a0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact .catch {
  margin: -9vw auto -4vw;
  width: 17%;
}
.contact .box {
  border-radius: 16px;
  padding: 7vw 6% 3vw;
  margin: 0 3%;
  background: #e8e8e8;
  box-shadow: 2.17px 4.35px 3.26px rgba(0, 0, 0, 0.25);
}
.contact .box .item1 {
  margin-bottom: 4vw;
}
.contact .box .item1 .sns {
  margin: 1vw 4vw 0 6vw;
}
.contact .box .item1 .tel {
  margin: 0 8vw;
}
.contact .box .item2 .btn-line {
  margin: 0 -2vw;
}
@media screen and (min-width: 768px) {
    #header .hd-container{
        left: calc(50% - 187.5px);
        width: 375px;
        right: auto;
    }
  .global-container {
    max-width: 375px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .global-container::before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
  main::before {
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    position: fixed;
    content: "";
    display: block;
    background: linear-gradient(
      135deg,
      rgba(172, 215, 227, 0.4),
      rgba(226, 193, 209, 0.4)
    );
    z-index: -3;
  }
  .contact .catch {
    margin: -9vw auto -4vw;
    width: 17%;
  }
  .contact .box {
    padding: 26px 6% 13px;
  }
  .contact .box .item1 {
    margin-bottom: 15px;
  }
  .contact .box .item1 .sns {
    margin: 4px 15px 0 23px;
  }
  .contact .box .item1 .tel {
    margin: 0 30px;
  }
  .contact .box .item2 .btn-line {
    margin: 0 -8px;
  }
}
