.kozuka_r {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kozuka_b {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.left_tight {
  margin-left: -0.5em;
}
@media (max-width: 480px) {
  .left_tight {
    margin-left: 0;
  }
}

.right_tight {
  margin-right: -0.5em;
}
@media (max-width: 480px) {
  .right_tight {
    margin-right: 0;
  }
}

.both_tight {
  margin: 0 -0.5em;
}
@media (max-width: 480px) {
  .both_tight {
    margin: 0;
  }
}

.hdr_main {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 80px;
  background: #1b357d;
  display: flex;
  align-items: center;
  align-content: center;
}
@media (max-width: 480px) {
  .hdr_main {
    height: 60px;
  }
}
.hdr_main .hdr_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  line-height: 1.55;
  padding: 0 20px 0 120px;
}
@media (max-width: 1200px) {
  .hdr_main .hdr_wrap {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_wrap {
    padding: 0 10px;
  }
}
.hdr_main .hdr_wrap .left a {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .hdr_main .hdr_wrap .left a {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_wrap .left a {
    font-size: 24px;
  }
}
.hdr_main .hdr_wrap .right_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 800px) {
  .hdr_main .hdr_wrap .right_wrap {
    gap: 10px;
  }
}
.hdr_main .hdr_wrap .right_wrap .right_b1 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .hdr_main .hdr_wrap .right_wrap .right_b1 {
    font-size: 16px;
  }
}
@media (max-width: 570px) {
  .hdr_main .hdr_wrap .right_wrap .right_b1 {
    display: none;
  }
}
@media (max-width: 800px) {
  .hdr_main .hdr_wrap .right_wrap .right_b2 {
    width: 45px;
    position: relative;
    height: 45px;
  }
}
@media (max-width: 800px) and (max-width: 480px) {
  .hdr_main .hdr_wrap .right_wrap .right_b2 {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 800px) {
  .hdr_main .hdr_wrap .right_wrap .right_b2:before {
    position: absolute;
    width: 45px;
    height: 45px;
    content: "";
    border: 1px solid #fff;
    border-radius: 9999px;
    top: 1px;
    left: 0px;
    transition: 0.5s;
  }
}
@media (max-width: 800px) and (max-width: 480px) {
  .hdr_main .hdr_wrap .right_wrap .right_b2:before {
    width: 35px;
    height: 35px;
    content: "";
    border: 1px solid #fff;
    border-radius: 9999px;
    top: -1px;
    left: -2px;
  }
}
@media (max-width: 800px) {
  .hdr_main .hdr_wrap .right_wrap .right_b2:after {
    position: absolute;
    background-image: url(../img/tel-i.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 19px;
    height: 25px;
    content: "";
    top: 11px;
    left: 13px;
    transition: 0.5s;
  }
}
@media (max-width: 800px) and (max-width: 480px) {
  .hdr_main .hdr_wrap .right_wrap .right_b2:after {
    width: 14px;
    height: 19px;
    content: "";
    top: 9px;
    left: 9px;
    transition: 0.5s;
  }
}
.hdr_main .hdr_wrap .right_wrap .right_b2:hover:before {
  background: #fff;
}
.hdr_main .hdr_wrap .right_wrap .right_b2:hover:after {
  background-image: url(../img/tel-h-i.svg);
}
.hdr_main .hdr_wrap .right_wrap .right_b2 a.pc_only {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .hdr_main .hdr_wrap .right_wrap .right_b2 a.pc_only {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .hdr_main .hdr_wrap .right_wrap .right_b2 a.pc_only {
    display: none;
  }
}
.hdr_main .hdr_wrap .right_wrap .right_b2 a.sp_only {
  display: none;
}
@media (max-width: 800px) {
  .hdr_main .hdr_wrap .right_wrap .right_b2 a.sp_only {
    position: relative;
    top: 3px;
    display: block;
    width: 100%;
    height: 100%;
  }
}
.hdr_main .hdr_wrap .right_wrap .right_b2 a.sp_only img {
  width: 100%;
}

.hdr_main .hdr_wrap .left a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media (max-width: 1200px) {
  .hdr_main .hdr_wrap .left a {
    font-size: 18px;
  }
}
.ftr_main {
  padding: 30px 0;
  background: #000;
}
.ftr_main .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .ftr_main .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .ftr_main .inner {
    width: calc(100% - 60px);
  }
}
.ftr_main .inner .ftr_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .ftr_main .inner .ftr_wrap {
    display: block;
  }
}
.ftr_main .inner .ftr_wrap .left ul {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .ftr_main .inner .ftr_wrap .left ul {
    gap: 24px;
  }
}
@media (max-width: 750px) {
  .ftr_main .inner .ftr_wrap .left ul {
    display: block;
  }
}
@media (max-width: 750px) {
  .ftr_main .inner .ftr_wrap .left ul li {
    margin-bottom: 10px;
  }
}
.ftr_main .inner .ftr_wrap .left ul li a {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .ftr_main .inner .ftr_wrap .left ul li a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .ftr_main .inner .ftr_wrap .left ul li a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .ftr_main .inner .ftr_wrap .left ul li a {
    font-size: 16px;
  }
}
.ftr_main .inner .ftr_wrap .right {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .ftr_main .inner .ftr_wrap .right {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .ftr_main .inner .ftr_wrap .right {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .ftr_main .inner .ftr_wrap .right {
    font-size: 16px;
  }
}

.line_banner {
  position: fixed;
  z-index: 9000;
  width: 100px;
  right: 0;
  bottom: 160px;
  border: 2px solid #06c755;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background: #fff;
}
.line_banner a {
  padding: 10px;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 480px) {
  .line_banner a {
    padding: 5px;
  }
}
.line_banner a .l_txt {
  font-size: 12px;
  color: #06c755;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .line_banner a .l_txt {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
.line_banner a .l_i {
  width: 78px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .line_banner a .l_i {
    width: 58px;
  }
}
.line_banner a .l_i img {
  width: 100%;
}

.line_banner {
  position: fixed;
  z-index: 9000;
  width: 100px;
  right: 0;
  bottom: 100px;
  border: 2px solid #06c755;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}
@media (max-width: 480px) {
  .line_banner {
    width: 80px;
    bottom: 30px;
  }
}
.line_banner.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.line_banner a {
  padding: 10px;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 480px) {
  .line_banner a {
    padding: 10px 5px;
  }
}/*# sourceMappingURL=common.css.map */