@charset "UTF-8";
/* グラデーション #85D6F5 */
.top .main-visual-bg {
  background: linear-gradient(-90deg, #b5e9f6 0, #cacdf8 65%);
  height: 720px;
}

.top .tss-bg {
  background: linear-gradient(90deg, #b9e4f7 0, #fff 55%, #fff 55%, #cacdf8 100%) !important;
}

.top .news-bg {
  background-color: #b9e4f7;
  opacity: 0.8;
}

.footer {
  background: linear-gradient(#b9e4f7 0, #cacdf8 100%);
  padding: 80px 0 60px;
}

@media only screen and (max-width: 1024px) {
  .top .main-visual-bg {
    height: auto;
    background: linear-gradient(85deg, #b9e4f7 0, #cacdf8 50%, #b9e4f7 100%);
    padding-bottom: 60px;
  }
  .top .tss-bg {
    background: linear-gradient(0deg, #b9e4f7 0, #cacdf8 50%, #b9e4f7 100%) !important;
    padding: 40px 0;
  }
}
.page .industrialPhysician-support-content {
  display: block;
  max-width: 760px;
  margin: auto;
}

.column_img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.page .recruit-head__txt {
  margin: 20px 0;
  text-align: center;
  margin-bottom: 40px;
}

.page .recruit-cat-list__item {
  width: calc((100% - 60px) / 3);
}

.card__ttl {
  font-size: 24px;
}

.recruit__header {
  padding: 20px;
  background: #fef8f8;
  border-radius: 8px;
  width: 150px;
  text-align: center;
}

.recruit__header .tss-reason__num {
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .header-menu__item .header-menu__link:last-of-type {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .sp-header {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 1024px) {
  .top .main-visual-bg .main-middle-wrap {
    height: 660px;
  }
  .top .main-visual-bg .main-middle-wrap {
    height: 660px;
  }
  .top .main-visual-sub {
    position: relative;
  }
  .top .main-visual-sub__txt {
    position: absolute;
    text-align: center;
    bottom: 20px;
    right: 30%;
    z-index: 99;
  }
  .page .recruit-head__txt {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .top .main-visual-sub__txt {
    bottom: 20px;
    right: 5%;
    z-index: 20;
    width: 90%;
  }
  .top .main-visual__img01 {
    right: 0px;
  }
  .top .tss-ttl {
    font-size: 34px;
  }
  .top .main-visual__img01 img {
    -o-object-position: center;
       object-position: center;
  }
  .top .main-visual-catch {
    z-index: 999;
  }
  .top .main-visual-bg .main-middle-wrap {
    position: relative;
  }
  .top .main-visual-catch {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 4;
  }
  .page .recruit-cat-list__item {
    width: calc((100% - 60px) / 2);
  }
}
/* 改修20250123 */
li:has(.header-menu__newcontact) {
  margin-left: 8px;
}

.header-menu__newcontact {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  height: 100%;
}
.header-menu__newcontact._tel {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}
.header-menu__newcontact._tel ._num {
  font-size: 16px;
  line-height: 1.2;
  color: #f58080;
  position: relative;
  padding-left: 22px;
}
.header-menu__newcontact._tel ._num::before {
  content: "";
  background: url(../img/svg/icon_phone.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.header-menu__newcontact._mail a {
  font-size: 12px;
  padding: 0 4px;
  display: block;
  background: #f58080;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.header-menu__newcontact._mail a span {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.header-menu__newcontact._mail a span::before {
  content: "";
  background: url(../img/svg/icon_mail_wh.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 480px) {
  .top .main-visual-catch__txt {
    font-size: 20px;
  }
}
.hamburger-sp__tel {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}
.hamburger-sp__tel ._num a {
  font-size: 16px;
  line-height: 1.2;
  color: #f58080;
  position: relative;
  padding-left: 22px;
}
.hamburger-sp__tel ._num a::before {
  content: "";
  background: url(../img/svg/icon_phone.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.main-visual-info {
  position: absolute;
  left: 4.8%;
  bottom: 2%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.6);
  color: #645b5b;
  padding: 8px;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  .main-visual-info {
    bottom: -30px;
    width: 90.2%;
    font-size: 100%;
  }
}
.main-visual-info__txt {
  font-weight: 500;
  font-size: 114%;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .page {
    padding-top: 60px;
  }
}
.top-column {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  font-size: 108%;
}
.top-column .tss-sub {
  font-size: 28px;
  line-height: 1.4;
}

@media screen and (max-width: 600px) {
  .top-column {
    flex-direction: column;
  }
  .top-column .tss-sub {
    font-size: 24px;
  }
}

.u-indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

/*# sourceMappingURL=additional.css.map */