/* note
-------------------------------------------------- */
.note-wrap {
  position: relative;
  padding-block: 45px 80px;
  background-color: #faedeb;
}
@media (max-width: 767px) {
  .note-wrap {
    padding-block: 30px 50px;
  }
}
.note-wrap .wrap-inner {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (min-width: 768px) and (max-width: 1149px) {
  .note-wrap .wrap-inner {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .note-wrap .wrap-inner {
    display: block;
  }
}
.note-ttl {
  color: #d14934;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .note-ttl {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.note-information {
  flex: auto;
}
@media (max-width: 767px) {
  .note-information {
    display: block;
  }
}
.note-information .note-article {
  display: flex;
  margin-block: 15px;
  color: #d14934;
  gap: 30px;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1149px) {
  .note-information .note-article {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .note-information .note-article {
    display: block;
    margin-top: 20px;
  }
}
.note-information .note-date {
  flex: 0;
  line-height: 20px;
}
@media (max-width: 767px) {
  .note-information .note-date {
    display: block;
    line-height: 1.6;
  }
}
.note-information .note-link {
  flex: auto;
  padding-right: 35px;
  line-height: 1.6;
  color: #d14934;
  background: url("../../home-img/ic_arrow_circle.svg") right 0 no-repeat;
  background-size: 20px 20px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .note-information .note-link {
    display: block;
    line-height: 1.6;
  }
}
@media (hover: hover) {
  .note-information .note-link:hover {
    color: #d14934;
  }
}
.note-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  left: calc(50% - 265px / 2);
}
.note-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 40px;
  margin: auto;
  color: #d14934;
  background-color: #fff;
  text-decoration: none;
  border-radius: 40px 40px 0 0;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .note-button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .note-button:hover {
    color: #d14934;
    opacity: 0.7;
  }
}
.note-button::after {
  display: block;
  width: 12px;
  height: 10px;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%205.57%22%3E%20%3Cpolygon%20fill%3D%22%23d14934%22%20stroke-width%3D%220px%22%20points%3D%220%20.96%201.1%200%204%203.34%206.9%200%208%20.96%204%205.57%200%20.96%22%2F%3E%3C%2Fsvg%3E")
    50% 50% no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .note-button::after {
    width: 10px;
    height: 8px;
    margin-left: 8px;
  }
}

/* heloview
-------------------------------------------------- */
.heloview {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .heloview {
    margin-bottom: 30px;
  }
}

.home-data {
  padding-block: 50px;
  background-color: #eeeff0;
}
.home-data-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 320px;
  grid-template-rows: min-content min-content min-content;
  gap: 25px 0px;
  grid-template-areas: "l-recept l-start l-schedule" "l-bst l-bst l-schedule" "l-btn l-btn l-schedule";
}
@media (min-width: 768px) and (max-width: 1149px) {
  .home-data-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content min-content min-content;
    gap: 25px 25px;
    grid-template-areas: "l-recept l-start " "l-bst l-bst" "l-schedule l-schedule" "l-btn l-btn";
  }
}
@media (max-width: 767px) {
  .home-data {
    padding-block: 20px;
  }
  .home-data-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, min-content);
    gap: 0;
    grid-template-areas:
    " l-btn"
    " l-schedule"
    "l-recept"
    "l-start"
    "l-bst";
  }
}
.home-data .search-in {
  display: none;
}
@media (max-width: 767px) {
  .home-data .search-in {
    display: block;
    margin: 20px 20px 0;
  }
}
.home-data .search-in .gsib_a {
  background-color: #fff;
}
.home-data .search-in .gsc-control-cse {
  background-color: transparent;
  height: 27px;
}
.home-data .search-in .gsc-input {
  background-color: transparent;
}
.home-data .search-in table.gsc-search-box td.gsc-input {
  height: 27px;
}
.home-data .search-in .gsc-input-box {
  border: 0px;
  border-radius: 0;
  padding: 0;
}
.home-data .search-in .gsc-search-button {
  height: 27px;
}

.data-01 {
  grid-area: l-recept;
}
.data-02 {
  grid-area: l-start;
}
.data-03 {
  grid-area: l-bst;
}
.data-04 {
  grid-area: l-schedule;
}
.data-contents {
  grid-area: l-btn;
}
.data-time.data-01 {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .data-time.data-01 {
    padding-right: 0;
    border-top: 1px solid #6b6966;
    padding-block: 25px;
  }
}
.data-time.data-02 {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .data-time.data-02 {
    padding-inline: 0;
    border-top: 1px solid #6b6966;
    padding-block: 25px;
  }
}
.data-time.data-02::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -21px;
  background-color: #6b6966;
  width: 1px;
  height: 100%;
  content: "";
}
@media (max-width: 767px) {
  .data-time.data-02::before {
    content: none;
  }
}
@media (min-width: 1130px) {
  .data-time.data-02 {
    padding-right: 30px;
  }
}
@media (min-width: 1150px) {
  .data-time.data-04 {
    position: relative;
  }
  .data-time.data-04 .data-ttl,
  .data-time.data-04 .data-schedule,
  .data-time.data-04 .data-schedule-mt {
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 1149px) {
  .data-time.data-04 {
    margin-inline: -20px;
    padding: 30px 20px;
    background-color: #ecf3f6;
  }
}
@media (min-width: 1150px) {
  .data-time.data-04::after {
    position: absolute;
    top: -50px;
    left: -30px;
    bottom: -50px;
    height: calc(100% + 100px);
    width: 1000px;
    background-color: #ecf3f6;
    z-index: 0;
    content: "";
  }
}
/*.data-time.data-04 .data-ttl {
  margin-left: 40px;
}*/
@media (max-width: 1149px) {
  .data-time.data-04 .data-ttl {
    margin-left: 0px;
  }
}
.data-ttl {
  margin-bottom: 30px;
  padding-left: 30px;
  background: url("../../home-img/ic_clock.svg") no-repeat 0 50%/25px 25px;
  line-height: 26px;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #326da9;
}
@media (max-width: 767px) {
  .data-ttl {
    margin-bottom: 15px;
    padding-left: 25px;
    background-size: 18px 18px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.data-list > div {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
.data-list dd {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .data-list dd {
    font-size: 16px;
    font-size: 1rem;
  }
}
.data-weekdays {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 35px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #6b6966;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .data-weekdays {
    width: 68px;
    height: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.data-saturday {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 35px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #7f967b;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .data-saturday {
    width: 68px;
    height: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.data-link {
  position: relative;
  padding-right: 15px;
  text-decoration: none;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205.57%208%22%3E%20%3Cpolygon%20fill%3D%22%23326da9%22%20stroke-width%3D%220px%22%20points%3D%22.96%208%200%206.9%203.34%204%200%201.1%20.96%200%205.57%204%20.96%208%22%2F%3E%3C%2Fsvg%3E")
    right 50%/8px 6px no-repeat;
}
.data-link::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #326da9;
  content: "";
  transition: 0.4s all;
}
.data-link:hover::after {
  border-color: transparent;
}
@media (max-width: 1149px) {
  .data-text {
    margin-bottom: 30px;
  }
}
.data-schedule {
  overflow-y: auto;
  height: 245px;
  padding-left: 30px;
  padding-right: 40px;
}
@media (max-width: 1149px) {
  .data-schedule {
    padding-left: 0px;
  }
}
.data-schedule::-webkit-scrollbar-thumb {
  background-color: #6ca2bd;
  border-radius: 11px;
  width: 11px;
  display: block;
}
.data-schedule::-webkit-scrollbar {
  width: 11px;
}
.data-schedule-div {
  display: grid;
  grid-template-columns: min-content min-content;
  grid-template-rows: min-content min-content;
  gap: 15px 8px;
  grid-template-areas: "s-date s-tag" "s-text s-text";
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #6b6966 solid;
}
.data-schedule-div .data-date {
  grid-area: s-date;
  align-self: center;
}
.data-schedule-div .data-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 28px;
  grid-area: s-tag;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .data-schedule-div .data-tag {
    width: 75px;
    height: 23px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.data-schedule-div .data-tag.tag-etc {
  background-color: #6b6966;
}
.data-schedule-div .data-tag.tag-closed {
  background-color: #da6d5d;
}
.data-schedule-div .data-tag.tag-substitute {
  background-color: #578491;
}
.data-schedule-div .data-text {
  grid-area: s-text;
  line-height: 1.4;
}
.data-schedule-mt {
  margin-top: 30px;
}
.data-schedule-link {
  position: relative;
  padding-right: 15px;
  margin-left: 75px;
  text-decoration: none;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205.57%208%22%3E%20%3Cpolygon%20fill%3D%22%23326da9%22%20stroke-width%3D%220px%22%20points%3D%22.96%208%200%206.9%203.34%204%200%201.1%20.96%200%205.57%204%20.96%208%22%2F%3E%3C%2Fsvg%3E")
    right 50%/8px 6px no-repeat;
}
@media (max-width: 1149px) {
  .data-schedule-link {
    margin-left: 0px;
  }
}
.data-contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-right: 45px;
  margin-top: 30px;
}
@media (max-width: 1149px) {
  .data-contents-list {
    padding-right: 0;
    justify-content: center;
    margin-top: 0;
  }
}
.data-contents-list > li {
  flex: 1;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .data-contents-list > li {
    flex: 1 0 calc((100% - 15px) / 2);
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 100%;
  }
}
.data-contents-list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px 10px 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  background: no-repeat 50% 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .data-contents-list > li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .data-contents-list > li a:hover {
    color: #333;
    opacity: 0.7;
  }
}
.data-contents-list > li:nth-child(1) a {
  background-image: url("../../home-img/ic_thermometer.svg");
  background-size: 58px auto;
  background-position: 50% 26px;
  color: #333;
}
@media (max-width: 1149px) {
  .data-contents-list > li:nth-child(1) a {
    background-position: 50% 26px;
  }
}
.data-contents-list > li:nth-child(2) a {
  background-image: url("../../home-img/ic_examination.svg");
  background-size: 26px auto;
  color: #333;
  background-position: 50% 20px;
}
@media (max-width: 1149px) {
  .data-contents-list > li:nth-child(2) a {
    background-position: 50% 17px;
  }
}
.data-contents-list > li:nth-child(3) a {
  background-size: 32px auto;
  background-image: url("../../home-img/ic_doctor.svg");
  color: #333;
  background-position: 50% 17px;
}
@media (max-width: 1149px) {
  .data-contents-list > li:nth-child(3) a {
    background-position: 50% 11px;
  }
}
.data-contents-list > li:nth-child(4) a {
  background-size: 46px auto;
  background-image: url("../../home-img/ic_ambulance.svg");
  background-position: 50% 26px;
  color: #d14934;
}
@media (max-width: 1149px) {
  .data-contents-list > li:nth-child(4) a {
    background-position: 50% 19px;
  }
}
@media (hover: hover) {
  .data-contents-list > li:nth-child(4) a:hover {
    color: #d14934;
  }
}

/* information
-------------------------------------------------- */
.home-information {
  margin-block: 110px;
}
@media (max-width: 767px) {
  .home-information {
    margin-block: 75px;
  }
}
.home-information .wrap-outer {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 150px 1fr 150px;
  grid-template-rows: min-content min-content;
  gap: 0px 70px;
  grid-template-areas: "infos-ttl infos-tab infos-link" "infos infos infos";
}
@media (max-width: 767px) {
  .home-information .wrap-outer {
    display: block;
  }
}
.home-information-ttl {
  font-size: 35px;
  font-size: 2.1875rem;
  justify-self: start;
  align-self: end;
  grid-area: infos-ttl;
}
@media (max-width: 767px) {
  .home-information-ttl {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.home-information-ttl::after {
  display: block;
  margin-top: 10px;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  color: #bbdae9;
  content: "Information";
}
@media (max-width: 767px) {
  .home-information-ttl::after {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .home-information-ttl {
    text-align: center;
  }
}

.home-information-wrap {
  grid-area: infos;
}
.home-information-tab {
  align-self: end;
  grid-area: infos-tab;
}
@media (max-width: 767px) {
  .home-information-tab {
    margin-top: 30px;
  }
}
.home-information-note {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home-information-note {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-information-note .note-i-wrap {
    margin-top: 20px;
  }
}
.home-information-note .note-i-article {
  min-height: 23px;
  margin-top: 14px;
  padding-left: 35px;
  background: url("../../home-img/ic_note.svg") no-repeat 0 3px/20px 20px;
}
.home-information-note .note-i-link {
  grid-area: link;
  line-height: 1.6;
  color: #333;
  text-decoration: none;
}
@media (hover: hover) {
  .home-information-note .note-i-link:hover {
    color: #333;
    opacity: 0.7;
  }
}
.home-information-link {
  justify-self: end;
  align-self: center;
  grid-area: infos-link;
  padding-right: 40px;
  line-height: 20px;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  color: #333;
  background: url("../../home-img/ic_ink_bl.svg") no-repeat right 50%/20px 20px;
}
@media (max-width: 767px) {
  .home-information-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    padding-right: 30px;
    background-size: 16px 16px;
    text-align: right;
  }
}
@media (hover: hover) {
  .home-information-link:hover {
    color: #333;
    opacity: 0.7;
  }
}

.info-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 48px;
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .info-tab {
    max-width: 110px;
    height: 30px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.info-tab.total {
  background-color: #326da9;
}
.info-tab.event {
  background-color: #e5c3a7;
}
.info-tab.rec {
  background-color: #b3c1b1;
}
.info-tab-list {
  display: flex;
  gap: 15px;
  padding-inline: 15px;
  border-bottom: 2px solid #326da9;
}
.info-tab-list.total-brd {
  border-color: #326da9;
}
.info-tab-list.event-brd {
  border-color: #e5c3a7;
}
.info-tab-list.rec-brd {
  border-color: #b3c1b1;
}
.info-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  grid-area: tag;
}
@media (max-width: 767px) {
  .info-tag {
    width: 84px;
    height: 19px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.info-tag.total {
  background-color: #326da9;
}
.info-tag.event {
  background-color: #e5c3a7;
}
.info-tag.rec {
  background-color: #b3c1b1;
}

.info-content {
  display: none;
  border-top: 1px solid #808080;
  margin-top: 20px;

  overflow-x: hidden;
  overflow-y: scroll;
  height: 340px;
}

.info-content::-webkit-scrollbar {
  width: 10px;
}
.info-content::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
.info-content::-webkit-scrollbar-thumb {
  background: #326da9;
  border-radius: 10px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .info-content {
    margin-top: 15px;
    height: 490px;
  }
}
.info-content.show {
  display: block;
}
.info-article {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content;
  grid-template-areas: "date link";
  gap: 0 40px;
  padding-block: 20px;
  border-bottom: 1px solid #808080;
}
@media (max-width: 767px) {
  .info-article {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "date" "link";
    gap: 10px 25px;
  }
}
.info-article.tags {
  grid-template-columns: min-content 90px 1fr;
  grid-template-areas: "date tag link";
}
@media (max-width: 767px) {
  .info-article.tags {
    grid-template-columns: min-content 1fr;
    grid-template-rows: min-content min-content;
    grid-template-areas: "date tag" "link link";
  }
}
.info-article.tags .info-date {
  align-self: start;
  line-height: 20px;
}
.info-date {
  grid-area: date;
  align-self: center;
}
.info-link {
  grid-area: link;
  line-height: 1.6;
  color: #333;
  text-decoration: none;
}
@media (hover: hover) {
  .info-link:hover {
    color: #333;
    opacity: 0.7;
  }
}

/* facility
-------------------------------------------------- */
.facility {
  margin-block: 135px;
}
@media (max-width: 767px) {
  .facility {
    margin-bottom: 75px;
  }
}
.facility-ttl {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .facility-ttl {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.facility-ttl > span {
  position: relative;
  display: inline-block;
  padding-inline: 120px;
  background-color: #fff;
  z-index: 10;
  font-family: "Noto Serif JP";
}
@media (max-width: 767px) {
  .facility-ttl > span {
    padding-inline: 15px;
  }
}
.facility-ttl::before {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6b6966;
  content: "";
}
.facility-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .facility-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.facility-list {
  display: flex;
  gap: 10px;
  margin-block: 45px 140px;
}
@media (max-width: 767px) {
  .facility-list {
    display: block;
    margin: 35px 25px 80px;
  }
}
@media (max-width: 767px) {
  .facility-list > li {
    margin-top: 15px;
  }
}

/* recruit
-------------------------------------------------- */
.recruit {
  /* padding-block: 135px 90px; */
  padding-block: 135px 30px;
}
@media (max-width: 767px) {
  .recruit {
    padding-block: 75px 30px;
  }
}
.recruit-ttl {
  position: relative;
  margin-bottom: 30px;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.recruit-ttl span {
  letter-spacing: 0.2em;
}
.recruit-ttl::before {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 140px;
  font-size: 8.75rem;
  line-height: 1;
  font-family: "Noto Serif JP";
  color: #bbdae9;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.025em;
  content: "Recruitment";
  transform: translateY(-102px);
  z-index: -1;
}
@media (max-width: 767px) {
  .recruit-ttl::before {
    font-size: 60px;
    font-size: 3.75rem;
    transform: translateY(-36px);
  }
}
.recruit-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100 / 1920 * 420vw);
  font-family: "Noto Serif JP";
  font-size: 62px;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  background: url("../../home-img/bg_recruitment_pc.webp") 50% 50% no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .recruit-header {
    height: calc(100 / 768 * 490vw);
    font-size: 25px;
    font-size: 1.5625rem;
    background-image: url("../../home-img/bg_recruitment_sp.webp");
    background-size: 100% auto;
  }
}
.recruit-list {
  margin-top: 20px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 67.2% 29.7%;
  grid-template-rows: min-content min-content;
  gap: 15px 20px;
  grid-template-areas: "rec nurse" "rec rehab";
  gap: 20px;
  max-width: 840px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .recruit-list {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "rec rec" "nurse rehab";
    gap: 20px 15px;
  }
}
.recruit-info {
  grid-area: rec;
}
.recruit-nurse {
  grid-area: nurse;
}
.recruit-rehabilitation {
  grid-area: rehab;
}

/* subject
-------------------------------------------------- */
.subject {
  padding-block: 100px 175px;
  background: url("../../home-img/bg_medical_subject_pc.webp") 50% 0 no-repeat;
}
@media (max-width: 767px) {
  .subject {
    padding-block: 45px 60px;
    background: url("../../home-img/bg_medical_subject_sp.webp") 50% 0 no-repeat,
      url("../../home-img/bg_medical_subject_sp.webp") 50% bottom no-repeat;
    background-size: contain, contain;
  }
}
.subject-ttl {
  position: relative;
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .subject-ttl {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.subject-ttl::before {
  position: absolute;
  height: 100px;
  width: 1px;
  top: -140px;
  left: 50%;
  background-color: #6b6966;
  content: "";
}
@media (max-width: 767px) {
  .subject-ttl::before {
    top: -65px;
    height: 50px;
  }
}
.subject-ttl::after {
  display: block;
  margin-top: 15px;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  text-align: center;
  color: #bbdae9;
  content: "medical subject";
}
@media (max-width: 767px) {
  .subject-ttl::after {
    margin-top: 8px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.subject-tab {
  margin-inline: 50px;
}
@media (max-width: 767px) {
  .subject-tab {
    margin-inline: 20px;
  }
}
.subject-tab-menu {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .subject-tab-menu {
    gap: 15px;
  }
}
.subject-tab-menu > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 64px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  background-color: #326da9;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .subject-tab-menu > li {
    height: 30px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.subject-tab-menu > li.active {
  cursor: default;
  background-color: #fff;
  color: #326da9;
}
@media (hover: hover) {
  .subject-tab-menu > li.active:hover {
    opacity: 0.7;
  }
}
.subject-content {
  padding-block: 65px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .subject-content {
    padding-block: 30px;
  }
}
.subject-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
@media (max-width: 767px) {
  .subject-list {
    margin-left: -20px;
  }
}
.subject-list > li {
  width: calc(25% - 40px);
  margin-left: 40px;
  margin-top: -1px;
  border-top: 1px solid #77b5d3;
  border-bottom: 1px solid #77b5d3;
}
@media (max-width: 767px) {
  .subject-list > li {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
.subject-list > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  color: #326da9;
  padding-inline: 15px 25px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  text-decoration: none;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22footer%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205.57%208%22%3E%20%3Cpolygon%20fill%3D%22%23326da9%22%20stroke-width%3D%220px%22%20points%3D%22.96%208%200%206.9%203.34%204%200%201.1%20.96%200%205.57%204%20.96%208%22%2F%3E%3C%2Fsvg%3E")
    calc(100% - 15px) 50% no-repeat;
  background-size: 6px 9px;
}
@media (max-width: 767px) {
  .subject-list > li > a {
    height: 50px;
    padding-inline: 15px 14px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (hover: hover) {
  .subject-list > li > a:hover {
    color: #326da9;
    opacity: 0.7;
  }
}

/* support
-------------------------------------------------- */
.support {
  padding-block: 110px;
  background: linear-gradient(to bottom, rgba(108, 162, 189, 0.1), rgba(75, 122, 159, 0.1)),
    url("../../home-img/bg_support_pc.webp") right 0 no-repeat;
  background-size: 63.5%;
}
@media (max-width: 767px) {
  .support {
    padding-block: 75px;
    background-size: 82%;
  }
}
.support-ttl {
  position: relative;
  margin-bottom: 30px;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .support-ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.support-ttl::before {
  position: absolute;
  top: calc(50% - 0.5px);
  right: calc(100% + 40px);
  width: 100%;
  height: 1px;
  background-color: #6b6966;
  content: "";
}
@media (max-width: 767px) {
  .support-ttl::before {
    right: calc(100% + 10px);
  }
}
.support-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .support-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.support-wrap {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .support-wrap {
    display: block;
  }
}
.support-content {
  flex: 1;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .support-content {
    margin-top: 30px;
  }
}
.support-link {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  text-decoration: none;
}
.support-link-ttl {
  display: flex;
  align-items: center;
  height: 2.8em;
  margin: 15px 30px 10px;
  color: #326da9;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .support-link-ttl {
    height: auto;
    margin-block-end: 10px;
    margin-inline: 15px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.support-link-img {
  order: -1;
}
.support-link-text {
  margin: 0 30px 15px;
  color: #333;
}
@media (max-width: 767px) {
  .support-link-text {
    margin-block-end: 15px;
    margin-inline: 15px;
  }
}

.tab-content {
  display: none;
}
.tab-content.show {
  display: block;
}

.home-bnr-list {
  transition: 0.4s all;
  /* margin-top: 60px; */
}
.home-bnr-list .slick-slide {
  transition: 0.4s all;
  text-align: center;
}
.home-bnr-list .slick-slide > li {
  transition: 0.4s all;
  text-align: center;
}
.home-bnr-list .slick-slide img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.home-bnr-list .slick-slide.slick-current img {
  transform: scale(1);
  transition: 0.4s all;
}
.home-bnr-list .slick-arrow {
  display: block;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  height: calc(100 / 1600 * 40vw);
  width: calc(100 / 1600 * 40vw);
  text-indent: -1000px;
  background: no-repeat 50% 50% / contain;
  z-index: 10;
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  .home-bnr-list .slick-arrow {
    height: calc(100 / 750 * 60vw);
    width: calc(100 / 750 * 60vw);
  }
}
.home-bnr-list .slick-prev {
  background-image: url("../../img/slider/ic_prev.png");
  left: calc(50% - 27.1vw);
}
@media screen and (max-width: 1100px) {
  .home-bnr-list .slick-prev {
    left: 20px;
  }
}
.home-bnr-list .slick-next {
  background-image: url("../../img/slider/ic_next.png");
  right: calc(50% - 27.1vw);
}
@media screen and (max-width: 1100px) {
  .home-bnr-list .slick-next {
    right: 20px;
  }
}
