@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: inherit;
}

.visible-xs {
  display: none;
}
@media (max-width: 499px) {
  .visible-xs {
    display: block;
  }
}

.hidden-xs {
  display: none;
}
@media (min-width: 500px) {
  .hidden-xs {
    display: block;
  }
}

/* html5
---------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-size: 17px;
  font-family: "Noto Sans JP", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 499px) {
  body {
    font-size: 16px;
  }
}

#page {
  position: relative;
}

strong {
  font-weight: 900;
}

.zen-maru gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: #000;
}

a:hover,
a:active,
a:focus {
  color: #000;
}

img,
img[src*=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

video {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 499px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media (max-width: 499px) {
  .visible-xs {
    display: block;
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.header-belt {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 59.5px */
  background: #c59600;
}
@media (max-width: 499px) {
  .header-belt {
    font-size: 32px;
  }
}

section.logo {
  margin-top: 86px;
  text-align: center;
}
@media (max-width: 499px) {
  section.logo {
    margin-bottom: 86px;
  }
}
section.logo h1 img {
  width: 547px;
}

.services {
  margin-top: 32px;
  text-align: center;
}
.services p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
}
.services .services-more {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.services .services-more span {
  display: flex;
  height: 40px;
  padding: 20px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #1e0e07;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 0%; /* 0 */
  border-radius: 20px;
  border: 1px solid #1e0e07;
}

.recruit-nav {
  margin-top: 28px;
}
.recruit-nav a {
  display: flex;
  max-width: 698px;
  padding: 10px 10px;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 10px;
  background: #1e0e07;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 210%; /* 54.6px */
  text-decoration: none;
}
.recruit-nav a:hover {
  background: #494c5b;
}
.recruit-nav a:active {
  background: #494c5b;
}
.recruit-nav a:focus {
  background: #494c5b;
}
@media (max-width: 499px) {
  .recruit-nav a {
    font-size: 20px;
  }
}

section.mv {
  margin-top: 38px;
  text-align: center;
}

section.doctor {
  margin-top: 53px;
  margin-bottom: 80px;
  text-align: center;
}
section.doctor p {
  max-width: 840px;
  margin-inline: auto;
  text-align: left;
}
section.doctor .sign {
  margin-top: 45px;
  text-align: right;
}

section.hours {
  margin-top: 50px;
}
section.hours table {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  border-top: 1px solid #000;
}
section.hours table th, section.hours table td {
  padding: 10px;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #000;
}
@media (max-width: 499px) {
  section.hours table th, section.hours table td {
    padding: 10px 8px;
  }
}
section.hours thead th {
  max-width: 200px;
  color: #fff;
  background: #000;
}
@media (min-width: 1170px) {
  section.hours thead th {
    width: 200px;
  }
}
@media (max-width: 499px) {
  section.hours tbody th {
    font-size: 15px;
  }
}
section.hours .hours-bottom {
  margin-top: 16px;
  text-align: center;
}

section.access {
  margin-top: 38px;
  text-align: center;
}
section.access .address {
  margin-top: 26px;
}
section.access .route {
  display: inline-block;
  margin-top: 31px;
  text-align: left;
}

section.recruit-heading {
  margin-top: 86px;
}
section.recruit-heading h2 {
  display: flex;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #c59600;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 170%; /* 59.5px */
}

section.recruit .lead {
  margin-top: 30px;
  text-align: center;
}
section.recruit .job-wrap {
  margin-top: 16px;
  text-align: center;
}
section.recruit .job-wrap .main {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 170%; /* 47.6px */
}
section.recruit .hellowwork {
  margin-top: 25px;
  text-align: center;
}
section.recruit .hellowwork-item {
  margin: 15px 0;
}
section.recruit .hellowwork a {
  display: inline-flex;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border-radius: 20px;
  background: #221815;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%; /* 34px */
  text-decoration: none;
}
@media (min-width: 500px) {
  section.recruit .hellowwork a {
    font-size: 20px;
    min-width: 23em;
  }
}
section.recruit .hellowwork a:hover {
  background: #494c5b;
}
section.recruit .hellowwork a:active {
  background: #494c5b;
}
section.recruit .hellowwork a:focus {
  background: #494c5b;
}
section.recruit h3 {
  margin-top: 60px;
  text-align: center;
}
section.recruit h3 span {
  display: inline-flex;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #1e0e07;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 170%; /* 37.4px */
}
@media (max-width: 499px) {
  section.recruit h3 span {
    font-size: 20px;
  }
}
section.recruit .recruit-how {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
section.recruit .recruit-how ul {
  list-style: none;
}
section.recruit .recruit-how li {
  position: relative;
  padding-left: 1.2em;
}
section.recruit .recruit-how li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
section.recruit .post-wrap .post-inner {
  display: flex;
  max-width: 576px;
  margin-inline: auto;
  margin-top: -15px;
  padding: 35px 10px 25px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #1e0e07;
}
@media (max-width: 499px) {
  section.recruit .post-wrap .post-inner {
    font-size: 16px;
  }
}
section.recruit .recruit-date {
  margin-top: 28px;
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 170%; /* 37.4px */
}
section.recruit .recruit-date-note {
  margin-top: 19px;
  display: flex;
  justify-content: center;
}
section.recruit .recruit-date-note ul {
  list-style: none;
}
section.recruit .recruit-date-note ul li {
  position: relative;
  padding-left: 1em;
}
section.recruit .recruit-date-note ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

section.footer {
  width: 344px;
  margin-top: 43px;
  padding-bottom: 32px;
  margin-inline: auto;
  text-align: center;
  max-width: 80vw;
}/*# sourceMappingURL=style.css.map */