@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  border: none;
  line-height: 1;
  list-style-type: none;
  word-break: break-word;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

.dib {
  display: inline-block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.font-2 {
  font-family: Times New Roman, sans-serif;
  font-weight: bold;
  font-style: italic;
}

/* animation
--------------------------------*/
.js-swing {
  animation: swing 2s infinite;
}
@keyframes swing {
  0% {
    transform: translateY(2px);
  }
  5% {
    transform: translateY(-2px);
  }
  10% {
    transform: translateY(2px);
  }
  15% {
    transform: translateY(-2px);
  }
  20% {
    transform: translateY(2px);
  }
  25% {
    transform: translateY(-2px);
  }
  30% {
    transform: translate(0);
  }
}

.header {
  z-index: 100;
  width: 100%;
  min-height: 92px;
  padding: 9px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .header {
    height: 64px;
  }
}
.header__wrap {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .header__left {
    width: 100%;
  }
}
.header__left a {
  display: block;
  font-weight: bold;
}
.header__txt {
  color: #4B4B4B;
  font-size: 1.6rem;
}
.header__ttl {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.header__logo {
  width: 120px;
  display: inline-block;
}
.header__name {
  display: inline-block;
  color: #EB6120;
  font-size: 1.5rem;
  line-height: 1;
}
.header__right {
  display: flex;
  width: 70%;
}
.header__tel {
  display: flex;
  align-items: center;
  padding-left: 48px;
  color: #EB6120;
  font-size: 4rem;
  font-weight: bold;
  background: url(../img/header_tel.png) no-repeat left center/40px auto;
}
.header__time {
  flex: 1;
  margin-left: 8px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: normal;
}
.header__time .small {
  font-size: 1.4rem;
}
.header__icon {
  width: 50px;
}

.footer {
  z-index: 100;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #4B4B4B;
}
.footer__wrap {
  height: 123px;
  max-width: 800px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    height: min(80px, 21.3333333333vw);
    justify-content: center;
    gap: 7px;
  }
}
.footer__left {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__left {
    max-width: 168px;
    width: calc(50% - 3.5px);
    height: min(56px, 14.9333333333vw);
  }
  .footer__left a {
    height: 100%;
    border-radius: 10px;
    display: block;
    box-shadow: 0 4px 0 #0C1558;
    background-color: #3746BE;
  }
}
.footer__tel {
  padding-left: 59px;
  font-size: 3.6rem;
  font-weight: bold;
  background: url(../img/footer_tel.png) no-repeat left center/51px auto;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    height: 100%;
    padding-left: 32%;
    font-size: min(24px, 6.4vw);
    line-height: 1.0833333333;
    white-space: nowrap;
    background-image: url(../img/footer_icon.png);
    background-position: 3%;
    background-size: 23.8% auto;
  }
}
.footer__time {
  margin-top: 10px;
  padding-left: 59px;
  font-size: 1.5rem;
}
.footer__time .small {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .footer__right {
    max-width: 335px;
    width: 100%;
    height: min(56px, 14.9333333333vw);
  }
}
.footer__right a {
  width: 352px;
  height: 77px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 4px 0 #71280D;
  background-color: #E9622D;
}
@media screen and (min-width: 768px) {
  .footer__right a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .footer__right a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .footer__right a {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
}
.footer__free {
  width: 36px;
  height: 65px;
  margin-left: 4.4px;
  margin-right: 8px;
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E9622D;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  background-color: #FFE137;
}
@media screen and (max-width: 767px) {
  .footer__free {
    display: none;
    width: min(36px, 9.6vw);
    height: calc(100% - 4px);
    margin-left: 2px;
    margin-right: min(8px, 2.1333333333vw);
    font-size: min(18px, 4.8vw);
    line-height: 1.2222222222;
  }
}
.footer__comment {
  width: 352px;
  padding: 4px 10px 8px;
  position: absolute;
  left: 50%;
  bottom: 84%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__comment {
    padding: min(3px, 0.8vw) min(7px, 1.8666666667vw) min(7px, 1.8666666667vw);
    max-width: 321px;
    width: 100%;
    bottom: 64%;
  }
}
.footer__txt {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer__txt {
    font-size: min(18px, 4.8vw);
    line-height: 1.3333333333;
  }
}

.main {
  padding-bottom: 123px;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 92px;
    padding-bottom: min(80px, 21.3333333333vw);
  }
}

/*# sourceMappingURL=common.css.map */
