@charset "UTF-8";
.background-set, .page-template-about .about-recruit {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-width {
  margin: 0 auto;
  max-width: 1200px;
}

/********************************
 共通クラス
*********************************/
@media (min-width: 400px) {
  .sm-none {
    display: none !important;
  }
}

/********************************
 グローバルコンテンツ
*********************************/
@media screen and (min-width: 768px) {
  .global-cont__cont {
    max-width: 900px;
  }
}
.global-cont__box {
  padding: 10% 5% 25%;
}
@media screen and (min-width: 768px) {
  .global-cont__box {
    padding: 85px 0 130px;
    padding-right: 50px;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }
}
.global-cont__case {
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .global-cont__case {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .global-cont__case p {
    width: 50%;
  }
}
.global-cont__btn {
  width: 90%;
  max-width: 350px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .global-cont__btn {
    width: 45%;
    max-width: 245px;
    margin-inline: auto;
  }
}
.global-cont__btn a {
  padding: 7% 0;
}
@media screen and (min-width: 768px) {
  .global-cont__btn a {
    padding: 10% 0;
  }
}
.global-cont__btn a span {
  width: 80%;
}

/********************************
 ヘッダー
*********************************/
.header nav {
  font-size: clamp(10px, 1.3vw, 20px);
  font-weight: 700;
}
.header ul li:last-of-type {
  background: linear-gradient(96.93deg, #57C2E0 0%, #71C8CC 100%);
}
.header__wrap {
  height: 110px;
}
.header__logo {
  width: 35%;
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 150px;
  }
}
.header__box {
  width: 65%;
}
.header__contact {
  width: 50%;
}

/********************************
 フッター
*********************************/
@media screen and (min-width: 768px) {
  .footer li {
    font-size: clamp(10px, 1.3vw, 18px);
  }
}
@media screen and (min-width: 768px) {
  .footer__cont {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav {
    width: 55%;
  }
}

/********************************
 トップ
*********************************/
body.home .top-hero {
  margin: 5% 0 10%;
}
@media screen and (min-width: 768px) {
  body.home .top-hero {
    margin: 0px;
  }
}
@media screen and (min-width: 1024px) {
  body.home .top-hero {
    padding: 50px 0 100px;
  }
}
body.home .top-message h2 {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  body.home .top-message h2 {
    width: 100%;
  }
}
body.home .top-message__inner {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  body.home .top-message__cont {
    position: relative;
    padding-bottom: 100px;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  body.home .top-message__cont:before {
    left: auto;
    right: 105%;
    bottom: 50px;
  }
}
body.home .top-message__box {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  body.home .top-message__box {
    margin-bottom: 0;
    width: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 680px;
  }
}
@media screen and (min-width: 768px) {
  body.home .top-message__img {
    width: 45%;
    max-width: 600px;
  }
}
body.home .top-message__img img:nth-child(1) {
  top: 50px;
  width: 50%;
  max-width: 257px;
}
body.home .top-message__img img:nth-child(2) {
  top: 30px;
  max-width: 350px;
  z-index: 1;
}
body.home .top-message__img img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 50px;
  width: 30%;
}
body.home .top-message-bg img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  body.home .top-message-bg img {
    bottom: 50%;
    top: 50%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
body.home .top-private {
  background: none;
  padding: 0;
}
body.home .top-banner {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  body.home .top-banner {
    margin-bottom: 100px;
  }
}
body.home .top-banner__inner {
  width: 95%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  body.home .top-banner__inner {
    max-width: 850px;
  }
}
body.home .top-banner__inner a {
  width: 45%;
}

/********************************
 会社概要
*********************************/
.page-template-about .about-greeting h3 {
  font-size: clamp(18px, 5vw, 24px);
}
@media screen and (min-width: 768px) {
  .page-template-about .about-greeting__inner {
    max-width: 925px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about .about-greeting__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about .about-greeting__box {
    width: 100%;
    max-width: 100%;
  }
}
.page-template-about .about-greeting__box p {
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .page-template-about .about-greeting__box p {
    font-size: clamp(16px, 1.5vw, 20px);
  }
}
@media screen and (min-width: 768px) {
  .page-template-about .about-greeting__img {
    width: 100%;
    max-width: 100%;
  }
  .page-template-about .about-greeting__img span {
    text-align: right;
    line-height: 1.7;
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
.page-template-about .about-company__inner {
  padding: 16% 0;
}
@media screen and (min-width: 768px) {
  .page-template-about .about-company__inner {
    padding: 150px 0 100px;
    max-width: 925px;
  }
}
.page-template-about .about-recruit {
  background-image: url(../images/about/bg.png);
  color: #FFFFFF;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .page-template-about .about-recruit {
    margin-bottom: 150px;
  }
}
.page-template-about .about-recruit h2 {
  position: relative;
  font-size: clamp(24px, 7vw, 30px);
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 30px;
}
.page-template-about .about-recruit h2::before {
  content: "";
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  background: #FFFFFF;
}
.page-template-about .about-recruit p {
  font-weight: 700;
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-template-about .about-recruit p {
    font-size: clamp(10px, 1.5vw, 18px);
  }
}
.page-template-about .about-recruit__inner {
  position: relative;
  padding: 10% 5% 30%;
}
@media screen and (min-width: 768px) {
  .page-template-about .about-recruit__inner {
    padding: 50px 0;
    max-width: 1000px;
  }
}
.page-template-about .about-recruit__inner > img {
  position: absolute;
  width: 50%;
  top: 70%;
  right: 0;
}
@media screen and (min-width: 600px) {
  .page-template-about .about-recruit__inner > img {
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about .about-recruit__inner > img {
    top: 10%;
    max-width: 388px;
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about .about-recruit__box {
    width: 70%;
    max-width: 660px;
  }
}
.page-template-about .about-recruit__btn {
  border-radius: clamp(30px, 6vw, 50px);
  overflow: hidden;
  width: 90%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .page-template-about .about-recruit__btn {
    width: 60%;
    max-width: 495px;
  }
}
.page-template-about .about-recruit__btn a {
  font-size: clamp(16px, 4.3vw, 20px);
  padding: 7% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #57C2E0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-template-about .about-recruit__btn a {
    padding: 5% 0;
    font-size: clamp(10px, 2vw, 16px);
  }
}
.page-template-about .about-recruit__btn span {
  width: 80%;
  position: relative;
}
.page-template-about .about-recruit__btn span::after {
  content: "";
  background: #57C2E0;
  width: 10%;
  max-width: 8px;
  aspect-ratio: 1;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/********************************
 個人の方へ
*********************************/
.page-template-private .private-cancer p span {
  font-weight: 700;
  color: #57C2E0;
  font-size: clamp(18px, 4.3vw, 22px);
}
@media screen and (min-width: 768px) {
  .page-template-private .private-cancer p span {
    font-size: clamp(14px, 1.5vw, 22px);
  }
}
.page-template-private .private-check {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-template-private .private-check {
    margin-bottom: 100px;
  }
}
.page-template-private .private-check__btn {
  width: 80%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .page-template-private .private-check__btn {
    border-radius: 80px;
  }
}
.page-template-private .private-description {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-template-private .private-description {
    margin-bottom: 100px;
  }
}
.page-template-private .private-description p {
  font-size: clamp(16px, 4.3vw, 20px);
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .page-template-private .private-description p {
    width: 50%;
    font-size: clamp(10px, 1.5vw, 20px);
  }
}
.page-template-private .private-description__box {
  background-color: #F6F6F6;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  .page-template-private .private-description__box {
    max-width: 1250px;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 60px 30px;
  }
}
.page-template-private .private-description__img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-template-private .private-description__img {
    width: 45%;
    margin-bottom: 0;
  }
}
.page-template-private .services-flow {
  background-color: #D8EDE5;
}
.page-template-private .services-flow h2 {
  margin-bottom: 20px;
}
.page-template-private .services-flow__inner {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .page-template-private .services-flow__inner {
    padding: 100px 0;
  }
}
.page-template-private .services-flow__box {
  max-width: 1000px;
  margin-inline: auto;
}
.page-template-private .services-flow__body {
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .page-template-private .services-flow__body {
    row-gap: 50px;
  }
}
.page-template-private .services-flow__img {
  position: relative;
}
.page-template-private .services-flow__img::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #05ACAB;
}
@media screen and (min-width: 768px) {
  .page-template-private .services-flow__img::before {
    bottom: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #05ACAB;
  }
}
.page-template-private .services-flow__img:last-of-type::before {
  display: none;
}
.page-template-private .private-faq h2 span:nth-child(2) {
  font-size: clamp(18px, 5vw, 30px);
}
@media screen and (min-width: 768px) {
  .page-template-private .private-faq__inner {
    max-width: 925px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-private .private-faq__box {
    width: 100%;
    max-width: 100%;
  }
}

/********************************
 法人・医療関係の方へ
*********************************/
.page-template-corporate .corporate-kit h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit h2 {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit h2 span:nth-child(2) {
    font-size: clamp(15px, 2.5vw, 30px);
  }
}
.page-template-corporate .corporate-kit p {
  font-size: clamp(16px, 4.3vw, 20px);
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit p {
    font-size: clamp(10px, 1.5vw, 20px);
  }
}
.page-template-corporate .corporate-kit__inner {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit__inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.page-template-corporate .corporate-kit__inner section:nth-of-type(1) {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit__inner section:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit__inner section:nth-of-type(1) > img {
    width: 35%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit__inner section:nth-of-type(1) .corporate-kit__box {
    width: 63%;
    max-width: 705px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit__inner section:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit__inner section:nth-of-type(2) > img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit__inner section:nth-of-type(2) .corporate-kit__box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-template-corporate .corporate-kit__inner section:nth-of-type(2) .corporate-kit__table {
  overflow-x: scroll;
  /* ← 常時表示 */
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #aaa transparent;
  /* 任意：バーの色指定 */
  scrollbar-width: thin;
  /* Firefox用の細め設定 */
}
.page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  font-size: clamp(16px, 4vw, 25px);
  min-width: 400px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table {
    margin: 0;
    font-size: clamp(13px, 2vw, 25px);
  }
}
.page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table th,
.page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table td {
  border: 2px solid #FFFFFF;
  padding: 3%;
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table th,
  .page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table td {
    padding: 2%;
  }
}
.page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table thead th {
  background-color: #00ACAB;
  color: #fff;
  text-align: center;
}
.page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table tbody td:nth-child(1) {
  background-color: #00ACAB;
  color: #FFFFFF;
  vertical-align: middle;
  width: 25%;
}
.page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table tbody td:nth-child(2),
.page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table tbody td:nth-child(3) {
  background-color: #D7EEE5;
  vertical-align: middle;
  width: 40%;
}
.page-template-corporate .corporate-kit__inner section:nth-of-type(2) .inspection-table tbody tr:nth-child(3) td {
  color: #404040;
  background-color: #D7EEE5;
}
.page-template-corporate .corporate-howto {
  width: 95%;
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-template-corporate .corporate-howto {
    margin-bottom: 100px;
  }
}

/********************************
 お知らせ
*********************************/
@media screen and (min-width: 768px) {
  .post-type-archive-news .list-wp-pagination,
  .tax-article .list-wp-pagination {
    padding: 50px 0 150px;
  }
}
.post-type-archive-news .archive-news__tag,
.tax-article .archive-news__tag {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .archive-news__tag,
  .tax-article .archive-news__tag {
    margin-bottom: 50px;
  }
}
.post-type-archive-news .archive-news__tag ul,
.tax-article .archive-news__tag ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .archive-news__tag ul,
  .tax-article .archive-news__tag ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.post-type-archive-news .archive-news__tag li,
.tax-article .archive-news__tag li {
  border-radius: 30px;
  width: 23%;
  border: 1px solid #6DC7CF;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .post-type-archive-news .archive-news__tag li,
  .tax-article .archive-news__tag li {
    width: 20%;
  }
}
.post-type-archive-news .archive-news__tag li a,
.tax-article .archive-news__tag li a {
  font-size: clamp(12px, 3.5vw, 22px);
  color: #6DC7CF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .archive-news__tag li a,
  .tax-article .archive-news__tag li a {
    padding: 8% 0;
    font-size: clamp(12px, 1.5vw, 22px);
  }
}
.post-type-archive-news .archive-news__tag li a.active,
.tax-article .archive-news__tag li a.active {
  color: #FFFFFF;
  background-color: #6DC7CF;
}

/********************************
 お問い合わせ
*********************************/
@media screen and (min-width: 768px) {
  .page-template-contact .main-ttl {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.page-template-contact .main-ttl span:nth-child(2) {
  font-size: clamp(18px, 5vw, 30px);
}
@media screen and (min-width: 768px) {
  .page-template-contact .contact-faq__box {
    width: 100%;
    max-width: 100%;
  }
}

/********************************
 詳細ページ
*********************************/
.single-cont h2 {
  border-left: 4px solid #57C2E0;
}

/********************************
 ページネーション
*********************************/
.wp-pagenavi {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}/*# sourceMappingURL=add.css.map */


/* ハンバーガー内：特定ドメインだけボタン化（class不要） */
.mobile-menu .mobile-menu_links a[href*="mhlw.go.jp"],
.mobile-menu .mobile-menu_links a[href*="jichi.ac.jp"],
.mobile-menu .mobile-menu_links a[href*="jmha.or.jp"],
.mobile-menu .mobile-menu_links a[href*="kenkou-club.or.jp"]{
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(320px,86vw);
  margin:10px auto 0;
  padding:12px 18px;
  border-radius:999px;
  background:transparent;
  box-shadow:0 0 0 9999px #57C2E0 inset;
  color:#fff !important;
  font-weight:700;
  text-decoration:none;
  border:1px solid transparent;
}

.mobile-menu {
  overflow: auto;
  margin-top: 110px;
}

.mobile-menu__inner {
  padding: 50px 0 150px;
}

.mobile-menu li.hamb {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin-bottom: 20px;
}

.mobile-menu li.hamb::before {
  content: "";
  background-image: url(../images/icons8-48.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 20%;
  max-width: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
}

.mobile-menu li.hamb a {
  display: flex;
  justify-content: center;
  font-size: clamp(14px, 4.3vw, 20px);
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #57c2e0;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
