#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 99;
}
#header .hd-container {
  display: flex;
  justify-content: space-between;
}
#header .hd-container .hd-logo {
  width: 136px;
  margin: 9px 0 0 9px;
}
#header .hd-container .hd-info {
  display: flex;
}
#header .hd-container .hd-info img {
  height: 45px;
  width: auto;
}
#header .hd-container .hd-info .tel {
  width: 25%;
}
#header .hd-container .hd-info .btn-web {
  flex: 1;
}
.cv {
  position: relative;
}
.cv .cv-info {
  position: absolute;
  top: 51.9vw;
  right: 4%;
  left: 4%;
}
.cv .cv-info .cv-tel {
  margin-top: 2.8vw;
  background: #fff;
  color: #012c70;
  border-radius: 5px;
  padding: 2.5vw 5%;
  font-size: 2.6vw;
  text-align: center;
  line-height: 1.2;
}
.cv .cv-info .cv-tel span {
  font-size: 8.2vw;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 6vw;
}
.cv .cv-info .cv-tel span::before {
  content: "";
  background: url(../img/cv01_tel_icon_sp.webp) no-repeat 0 0/100% auto;
  width: 4.8vw;
  height: 8vw;
  position: absolute;
  top: 1.8vw;
  left: 0;
}
#footer {
  font-size: 2.3vw;
}
#footer .set1 {
  background: #eef8ff;
  padding: 5px 0;
}
#footer .set1 .nav {
  display: flex;
  justify-content: center;
}
#footer .set1 .nav li:not(:last-child) {
  padding-right: 14px;
  margin-right: 14px;
  position: relative;
}
#footer .set1 .nav li:not(:last-child)::before {
  content: "";
  border-left: 1px solid #015f9f;
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 7px;
}
#footer .set1 .nav li a {
  color: #015f9f;
}
#footer .set2 {
  background: #012c70;
  color: #fff;
  padding: 7px 0 2vw;
  text-align: center;
}
.ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
}
.ft-fixed img {
  height: 20px;
  width: auto;
}
.ft-fixed .box {
  background: #018a9f;
  color: #fff;
  text-align: center;
  padding: 2vw 5% 3vw;
}
.ft-fixed .box .tit {
  font-size: 3.3vw;
  font-weight: 700;
  margin-bottom: 3px;
}
.ft-fixed .box .gr-btn {
  display: flex;
  justify-content: space-between;
  margin: 0 2%;
}
.ft-fixed .box .gr-btn .btn {
  width: 49%;
  background: #fff;
  color: #012c70;
  font-size: 2.8vw;
  font-weight: 500;
  padding: 0.5vw 4% 1vw;
  border-radius: 99px;
}
.ft-fixed .box .gr-btn .btn img {
  width: 4vw;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: -0.3vw;
}
.ft-fixed .box .gr-btn .ft-tel img {
  width: 2.9vw;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  #header {
    height: 62px;
  }
  #header .hd-container {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #header .hd-container .hd-logo {
    width: 229px;
    margin: 13px 0 0;
  }
  #header .hd-container .hd-info {
    display: flex;
  }
  #header .hd-container .hd-info img {
    height: auto;
    width: auto;
  }
  #header .hd-container .hd-info .tel {
    width: auto;
    text-align: right;
    color: #012c70;
    margin: 6px 20px 0 0;
  }
  #header .hd-container .hd-info .tel .tel-pc {
    font-size: 14px;
  }
  #header .hd-container .hd-info .tel .tel-pc img {
    width: 17px;
    margin-right: 10px;
    position: relative;
    top: -7px;
  }
  #header .hd-container .hd-info .tel .tel-pc .fs28 {
    font-size: 28px;
    font-weight: 700;
  }
  #header .hd-container .hd-info .tel .tel-pc .small {
    display: block;
    margin-top: -13px;
  }
  #header .hd-container .hd-info .btn-web {
    flex: auto;
  }
  #header .hd-container .hd-info .btn-web img {
    height: 62px;
    width: auto;
  }
  .cv {
    background: #012c70;
    padding-bottom: 39px;
  }
  .cv h2 {
    max-width: 923px;
    margin: 0 auto;
    position: relative;
    left: -5px;
  }
  .cv .cv-info {
    position: static;
    max-width: 1060px;
    margin: 8px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .cv .cv-info .cv-btn {
    width: 55.6603773585%;
  }
  .cv .cv-info .cv-tel {
    width: 420px;
    margin: 20px 0 0 20px;
    background: none;
    color: #fff;
    text-align: right;
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    line-height: 35px;
  }
  .cv .cv-info .cv-tel span {
    font-size: 57px;
    padding-left: 40px;
    white-space: nowrap;
  }
  .cv .cv-info .cv-tel span::before {
    background: url(../img/cv01_tel_icon.webp) no-repeat 0 0/100% auto;
    width: 33px;
    height: 51px;
    top: -6px;
  }
  #footer {
    font-size: 14px;
  }
  #footer .set1 {
    padding: 25px 0;
  }
  #footer .set1 .nav li:not(:last-child) {
    padding-right: 21px;
    margin-right: 21px;
  }
  #footer .set1 .nav li:not(:last-child)::before {
    top: 8px;
    bottom: 8px;
  }
  #footer .set1 .nav li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #footer .set2 {
    padding: 14px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header .hd-container .hd-logo {
    width: 210px;
  }
  #header .hd-container {
    padding-right: 0;
  }
  .cv .cv-info .cv-tel {
    font-size: 2.1vw;
    margin-top: 10px;
    width: auto;
    margin-left: 25px;
  }
  .cv .cv-info .cv-tel span {
    font-size: 6vw;
  }
}
