@charset "UTF-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

.header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.header__logo {
  font-size: 12px;
  font-size: clamp(11px, 1.6vw, 12px);
}
.header__logo-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__logo-link img {
  max-width: 202px;
  min-width: 140px;
  width: 27vw;
}
.header__logo-txt {
  display: inline-block;
}
.header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header__info--spTop {
  display: none;
}
.header__tel {
  font-size: 13px;
  font-size: clamp(11px, 1.8vw, 13px);
  text-indent: clamp(25px, 4.6667vw, 40px);
  line-height: 1.3;
}
.header__tel-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-size: clamp(15px, 3.4667vw, 26px);
  text-indent: 0;
  pointer-events: none;
}
.header__tel-link::before {
  content: "";
  display: block;
  max-width: 35px;
  min-width: 20px;
  max-height: 29px;
  min-height: 16px;
  width: 4.6667vw;
  height: 3.8667vw;
  background: url("../img/tel.png") no-repeat 0 0/contain;
}
.header__mail {
  max-width: 150px;
  min-width: 95px;
  width: 20vw;
}
.header__mail-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-height: 55px;
  min-height: 35px;
  height: 7.3333vw;
  background: #6c9;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-size: clamp(12px, 1.9vw, 14px);
}
.header__mail-link::before {
  content: "";
  display: block;
  max-width: 29px;
  min-width: 20px;
  max-height: 22px;
  min-height: 15px;
  width: 3.8667vw;
  height: 2.9333vw;
  background: url("../img/mail.png") no-repeat center/contain;
}
.header__recruit {
  max-width: 150px;
  min-width: 95px;
  width: 20vw;
}
.header__recruit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 55px;
  min-height: 35px;
  height: 7.3333vw;
  background: #0f5fa2;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-size: clamp(12px, 1.9vw, 14px);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 100px 40px;
  margin: 0 auto;
  padding: 155px 0 30px;
  background: #f2fbf7 url("../img/wave_bg.png") no-repeat center top/100% auto;
}
.footer__logo {
  font-size: 12px;
}
.footer__logo-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__logo-link img {
  max-width: 202px;
  width: 36vw;
}
.footer__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.footer__tel {
  font-size: 13px;
  text-indent: 45px;
  line-height: 1.3;
}
.footer__tel-link {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: clamp(24px, 4.2vw, 30px);
  text-indent: 0;
  pointer-events: none;
}
.footer__tel-link::before {
  content: "";
  display: block;
  width: 45px;
  height: 29px;
  background: url("../img/tel.png") no-repeat 0 0/35px 29px;
}
.footer__tel-fax {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: clamp(24px, 4.2vw, 30px);
  text-indent: 0;
}
.footer__tel-fax::before {
  content: "FAX";
  display: block;
  width: 45px;
  font-size: 18px;
}
.footer__mail {
  width: 150px;
  margin-top: 17px;
}
.footer__mail-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 55px;
  background: #6c9;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.footer__mail-link::before {
  content: "";
  display: block;
  width: 29px;
  height: 22px;
  background: url("../img/mail.png") no-repeat;
}
.footer__recruit {
  width: 150px;
  margin-top: 17px;
}
.footer__recruit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 55px;
  background: #0f5fa2;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.footer__copyright {
  width: 100%;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
}

.recruit {
  display: none;
}
.recruit__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 650px;
  min-width: 320px;
  width: 80%;
  background: #fff;
  border: 5px solid #0f5fa2;
  border-top: none;
  z-index: 1001;
}
.recruit__modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.recruit__title {
  padding: 20px;
  background: #0f5fa2;
  color: #fff;
  font-size: 28px;
  font-size: clamp(22px, 3.7333vw, 28px);
  font-weight: 600;
}
.recruit__wrap {
  max-height: 66vh;
  margin: 15px;
  padding: 15px 15px 30px;
  overflow-y: auto;
}
.recruit__def-tit {
  padding: 15px;
  background: #1589e8;
  color: #fff;
  font-size: clamp(16px, 2.6667vw, 20px);
  font-weight: 600;
  line-height: 1.3;
}
.recruit__def-data {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 23px;
  padding: 20px 15px;
  background: #f3f3f3;
  color: #000;
  font-size: 18px;
  font-size: clamp(14px, 2.4vw, 18px);
  font-weight: 600;
}
.recruit__def-data::before {
  content: "";
  border-left: 5px solid #ccc;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.recruit__text {
  margin: 0 0 30px;
  color: #000;
  font-size: 18px;
  font-size: clamp(14px, 2.4vw, 18px);
  font-weight: 600;
  text-align: center;
}
.recruit__mail {
  width: 250px;
  margin: 0 auto;
}
.recruit__mail-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 70px;
  background: #6c9;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
.recruit__mail-link::before {
  content: "";
  display: block;
  width: 29px;
  height: 22px;
  background: url("../img/mail.png") no-repeat;
}
.recruit__close {
  position: absolute;
  top: 18px;
  right: 18px;
}
.recruit__close-btn {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
}
.recruit__close-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg) translate(18px, 7px);
}
.recruit__close-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
  transform: rotate(-45deg) translate(-7px, 18px);
}

.fixed {
  overflow: hidden;
}

.main__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  height: 250px;
  padding: 50px 0 0;
  background: #f2fbf7 url(../img/wave_bg.png) no-repeat center top/100% auto;
  font-size: 15px;
  font-weight: 600;
}

.breadcrumb {
  display: flex;
  box-sizing: border-box;
  max-width: 1240px;
  width: 100%;
  margin: 20px auto 60px;
  padding: 0 20px;
  font-size: 13px;
}
.breadcrumb__list + .breadcrumb__list::before {
  content: "＞";
  margin: 0 5px;
}

@media screen and (min-width: 751px) {
  body {
    min-width: 1240px;
  }
}
@media screen and (max-width: 750px) {
  body {
    min-width: unset;
  }
  .header {
    flex-direction: column;
    padding: 10px;
  }
  .header__logo-link {
    gap: 10px;
  }
  .header__logo-txt {
    line-height: 1.4;
  }
  .header__logo-txt br {
    display: none;
  }
  .header__info {
    display: none;
    justify-content: center;
    gap: 5px;
  }
  .header__info--spTop {
    display: flex;
    margin-bottom: 30px;
  }
  .footer {
    gap: 30px 3vw;
    padding-top: 50px;
  }
  .footer__info {
    padding: 0 10px;
  }
  .footer__mail {
    margin-top: 0;
  }
  .footer__recruit {
    margin-top: 0;
  }
  .main__title {
    min-height: 130px;
    height: 35vw;
    padding-top: 20px;
  }
}/*# sourceMappingURL=common.css.map */