@charset "UTF-8";
/*base*/
img {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  line-height: 1.5;
}

/*reset*/
/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* tableの余白削除 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
li,
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, span {
  caret-color: transparent;
  cursor: default;
}

body.menu-open input,
body.menu-open select,
body.menu-open textarea,
body.menu-open .link-button-body,
body.menu-open .search-word {
  position: relative;
  z-index: -1 !important;
}

.link-button-wrapper {
  border: 2px solid #0F6BA3;
  border-radius: 3px;
  margin: auto;
  max-width: 368px;
}
.link-button-wrapper:hover {
  opacity: 0.7;
  cursor: pointer;
}
.link-button-common {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.1em;
  color: #4B4B4B;
  position: relative;
  padding: 11px 40px 11px 90px;
}
@media screen and (max-width: 767px) {
  .link-button-common {
    padding: 11px 10px 11px 66px;
  }
}
.link-button-common::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 30px;
}
@media screen and (max-width: 767px) {
  .link-button-common::before {
    left: 37px;
  }
}

@media screen and (max-width: 767px) {
  .link-button-wrapper--top .link-button-common {
    padding: 11px 10px 11px 56px;
  }
}
.link-button-wrapper--top .link-button-common::before {
  background-image: url(../img/illustration_02.png);
  left: 50px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .link-button-wrapper--top .link-button-common::before {
    left: 20px;
  }
}

.link-button-wrapper--health {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .link-button-wrapper--health .link-button-common {
    padding: 11px 10px 11px 56px;
  }
}
.link-button-wrapper--health .link-button-common::before {
  background-image: url(../img/illustration_07.png);
  left: 50px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .link-button-wrapper--health .link-button-common::before {
    left: 20px;
  }
}

.link-button-wrapper--patrol .link-button-common::before {
  background-image: url(../img/illustration_04.png);
  width: 46px;
  left: 38px;
}
@media screen and (max-width: 767px) {
  .link-button-wrapper--patrol .link-button-common::before {
    left: 20px;
  }
}

.link-button-wrapper--medical .link-button-common::before {
  background-image: url(../img/illustration_03.png);
  width: 46px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .link-button-wrapper--medical .link-button-common::before {
    left: 20px;
  }
}

.contents-free .link-button-wrapper--medical {
  margin: 38px auto 21px;
}

.search-button {
  background-color: #0F6BA3;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px;
  width: 100%;
  max-width: 185px;
  border: none;
  border-radius: 3px;
  margin: 20px auto 0;
  display: block;
  letter-spacing: 1.5em;
  text-indent: 1.5em;
}
@media screen and (max-width: 767px) {
  .search-button {
    max-width: 130px;
    margin: 10px auto 0;
  }
}
.search-button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.page-num-wrap {
  margin: 45px 0 55px;
  text-align: center;
}
.page-num-wrap .wp-pagenavi a,
.page-num-wrap .wp-pagenavi span {
  padding: 6px 10px;
  margin: 0 10px;
  border: 1px solid #0F6BA3;
  text-decoration: none;
  border-radius: 3px;
  color: #0F6BA3;
}
.page-num-wrap .wp-pagenavi .current {
  background: #0F6BA3;
  color: #fff;
  border-color: #0F6BA3;
}

.wp-pagenavi .pages {
  display: none;
}

/* 先頭・末尾ボタン（«, »）を非表示 */
.wp-pagenavi a:first-child,
.wp-pagenavi a:last-child {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.header-logo {
  max-width: 214px;
}

.header-inner {
  padding: 20px 90px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 18px 26px 10px;
  }
}

.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1001;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-body {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hamburger-body {
    width: 22px;
    height: 22px;
  }
}
.hamburger-body.active {
  width: 37px;
}
.hamburger-body span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #898989;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hamburger-body span {
    height: 2px;
  }
}
.hamburger-body span:nth-of-type(1) {
  top: 0;
}
.hamburger-body span:nth-of-type(2) {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .hamburger-body span:nth-of-type(2) {
    top: 10px;
  }
}
.hamburger-body span:nth-of-type(3) {
  bottom: 0;
}
.hamburger-body.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .hamburger-body.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}
.hamburger-body.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger-body.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .hamburger-body.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

.hamburger-body, .hamburger-body span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 56px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    padding: 50px 0 15px;
  }
}
.hamburger-menu-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hamburger-menu-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu-list {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .hamburger-menu ul li {
    border: 1px solid #0F6BA3;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu ul li {
    border-bottom: 1px solid #0F6BA3;
  }
}
.hamburger-menu ul li:hover {
  background-color: #0F6BA3;
}
.hamburger-menu ul li:hover a {
  opacity: 1;
  color: #fff;
}
.hamburger-menu ul li a {
  color: #4B4B4B;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.5em;
  font-weight: 700;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hamburger-menu ul li a {
    font-size: 1.3rem;
    min-height: 38px;
  }
}
.hamburger-menu ul li:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .hamburger-menu ul li:nth-child(1) {
    border-top: 1px solid #0F6BA3;
  }
}
.hamburger-menu ul li:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1;
  border-left: none;
}
.hamburger-menu ul li:nth-child(3) {
  grid-column: 5/7;
  grid-row: 1;
  border-left: none;
}
.hamburger-menu ul li:nth-child(4) {
  grid-column: 1/4;
  grid-row: 2;
  border-top: none;
}
.hamburger-menu ul li:nth-child(5) {
  grid-column: 4/7;
  grid-row: 2;
  border-top: none;
  border-left: none;
}

.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer-inner {
  padding: 50px 0 24px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 40px 0 20px;
    gap: 30px;
  }
}
.footer-logo-body {
  width: 100%;
}
.footer-logo {
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    max-width: 253px;
  }
}
.footer-link {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer-link {
    font-size: 1.3rem;
    line-height: 1.25;
  }
}

.copyright {
  padding: 22px 0 10px;
}
.copyright-body {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copyright-body {
    font-size: 1rem;
  }
}

.contents-main {
  max-width: 616px;
  margin: auto;
  padding: 0 20px;
}
.contents-inner {
  padding: 90px 0 50px;
}
@media screen and (max-width: 767px) {
  .contents-inner {
    padding: 88px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .contents-index .contents-inner {
    padding: 88px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .top-wrapper {
    padding: 0 13px;
  }
}

.heading-body {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding-top: 13px;
  text-align: center;
}
.heading-wrapper {
  background-color: #0F6BA3;
  max-width: 390px;
  margin: auto;
  padding: 20px 40px;
  border-radius: 3px;
}
.heading-icon {
  max-width: 70px;
  margin: auto;
}

.type-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .type-heading {
    font-size: 1.5rem;
    padding-bottom: 16px;
  }
}
.type-heading-wrapper {
  border-bottom: 2px solid #0F6BA3;
  position: relative;
  padding-left: 100px;
  margin-bottom: 10px;
}
.type-heading::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 40px;
  top: 0;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .type-heading::before {
    height: 25px;
    bottom: 16px;
  }
}
.type-heading--medical::before {
  width: 41px;
  background-image: url(../img/illustration_03.png);
}
@media screen and (max-width: 767px) {
  .type-heading--medical::before {
    width: 34px;
  }
}
.type-heading--patrol::before {
  width: 46px;
  background-image: url(../img/illustration_04.png);
}
@media screen and (max-width: 767px) {
  .type-heading--patrol::before {
    width: 38px;
  }
}

.contents-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 1.5rem;
  margin: 20px 0 23px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents-lead {
    font-size: 1.3rem;
  }
}

.search-wrapper {
  margin-top: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .search-wrapper {
    margin-top: 28px;
  }
}
.search-wrapper--index {
  gap: 30px;
}
.search-wrapper--normal {
  gap: 20px;
}

.search-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .search-unit {
    gap: 10px 20px;
  }
}

select {
  border: 1px solid #0F6BA3;
  padding: 9px 26px 9px 6px;
  width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #4B4B4B;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.47;
}
@media screen and (max-width: 767px) {
  select {
    font-size: 1.4rem;
  }
}
select:hover {
  cursor: pointer;
  opacity: 0.8;
}

.fa-solid.fa-chevron-down {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  right: 20px;
  font-size: 1.5rem;
  color: #0F6BA3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fa-solid.fa-chevron-down {
    right: 10px;
    font-size: 1.4rem;
  }
}

.search-area {
  width: calc((100% - 30px) / 2);
  position: relative;
}
.search-area :focus-visible {
  outline: none;
}

.search-alert {
  color: #FF0000;
  padding: 9px 0 3px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.default-value {
  text-align: center;
}

.search-word {
  max-width: 434px;
  margin: auto;
  position: relative;
}
.search-word::before {
  position: absolute;
  content: "";
  background-image: url(../img/illustration_05.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-word ::-webkit-input-placeholder {
  text-align: center;
}
.search-word ::-moz-placeholder {
  text-align: center;
}
.search-word :-ms-input-placeholder {
  text-align: center;
}
.search-word ::-ms-input-placeholder {
  text-align: center;
}
.search-word ::placeholder {
  text-align: center;
}
.search-word :focus {
  outline: none;
}

.search-box-word {
  border: 1px solid #0F6BA3;
  width: 100%;
  border-radius: 30px;
  padding: 9px 10px 9px 60px;
  font-size: 1.4rem;
  line-height: 1;
}

.page-num-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.page-num-wrap a,
.page-num-wrap span.dots {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #0073aa;
  border-radius: 4px;
  color: #0073aa;
  text-decoration: none;
  min-width: 32px;
  text-align: center;
}

.page-num-wrap a.current {
  background-color: #0073aa;
  color: #fff;
}

.page-num-wrap span.dots {
  border: none;
  background: none;
  color: #999;
  cursor: default;
}

.wp-pagenavi .extend {
  border: none;
}

.heading-lower {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading-lower {
    font-size: 2rem;
  }
}
.heading-lower::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center;
}

.contents-policy .heading-lower {
  padding: 45px 0 50px;
}
.contents-policy .heading-lower::before {
  background-image: url(../img/illustration_08.png);
}
.contents-policy .section-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.contents-policy .section-heading {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0 40px;
}
.contents-policy .section-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.59;
  border-top: solid 2px #0F6BA3;
  padding-top: 9px;
  margin-top: 9px;
}

.main:not(:has(.page-num-wrap)) {
  margin-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .main:not(:has(.page-num-wrap)) {
    margin-bottom: 40px;
  }
}

.primary-contents {
  padding: 0 20px;
}

.contents-medical .heading-lower {
  padding: 45px 0 30px;
}
@media screen and (max-width: 767px) {
  .contents-medical .heading-lower {
    padding: 45px 0 20px;
  }
}
.contents-medical .heading-lower::before {
  background-image: url(../img/illustration_03.png);
}

.contents-description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.59;
  margin: auto;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .contents-description {
    text-align: center;
    max-width: 436px;
  }
}
@media screen and (max-width: 767px) {
  .contents-description {
    font-size: 1.3rem;
  }
}

.title-link {
  text-decoration: underline;
}

.list-wrapper {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .list-wrapper {
    border: #002943 solid 1px;
  }
}
@media screen and (max-width: 767px) {
  .list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: 1px solid #002943;
  }
}
.list-inner + .list-inner {
  border-top: #002943 solid 1px;
}
.list-inner-heading .list-item {
  background-color: #D8E8F2;
}
@media screen and (min-width: 768px) {
  .list-inner-heading .list-item {
    min-height: 56px;
  }
}
.list-inner-heading .list-item--title {
  letter-spacing: 2em;
  text-indent: 2em;
}
.list-inner-heading .list-item--address {
  letter-spacing: 1.3em;
  text-indent: 1.3em;
}
.list-inner-heading .list-item--tel {
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
.list-inner-heading .list-item--possibility {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.list-inner-heading .list-item--url {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.list-item {
  text-align: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .list-item {
    padding: 10px 0.78125vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .list-item {
    padding: 0;
    border: none;
    border-top: 1px solid #002943;
    text-align: left;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .list-item::before {
    content: attr(data-label);
    display: block;
    font-size: 1.2rem;
    text-align: center;
    background-color: #D8E8F2;
    color: #002943;
    width: 100%;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    border-bottom: 1px solid #002943;
  }
}
.list-item + .list-item {
  border-left: #002943 solid 1px;
}
@media screen and (max-width: 767px) {
  .list-item--tel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.list-item--url {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .list-item--url {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-item-body {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #002943;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .list-item-body {
    font-size: 1.2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
}
.list-item-link {
  background-color: #0F6BA3;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  line-height: 1.3;
  padding: 4px;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list-item-link {
    text-align: center;
  }
}

.list-item-body--link {
  max-width: 83px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list-item-body--link {
    max-width: 92px;
    margin: auto;
  }
}

.primary-contents--patrol .list-inner:has(.list-item--na) {
  display: block;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-inner:has(.list-item--na) {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .list-inner:has(.list-item--na) {
    border-top: none;
  }
}

.list-item--na {
  width: 100%;
}
.list-item--na::before {
  border: none;
}

@media screen and (max-width: 767px) {
  .primary-contents .list-item--tel {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents .list-item--address,
.primary-contents .list-item--title {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .list-item-body--possibility {
    height: calc(100% - 29px);
  }
}
@media screen and (max-width: 767px) {
  .list-item-body--address {
    height: calc(100% - 39px);
  }
}
@media screen and (max-width: 767px) {
  .list-item-body--title {
    height: calc(100% - 39px);
  }
}

.primary-contents--medical .list-wrapper {
  max-width: 834px;
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item-body {
    min-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item-body--tel {
    height: calc(100% - 29px);
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item-body--link {
    height: calc(100% - 29px);
  }
}
.primary-contents--medical .list-item--title {
  width: 283px;
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item--title {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item--title::before {
    padding: 10px 0;
  }
}
.primary-contents--medical .list-item--address {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item--address {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item--address::before {
    padding: 10px 0;
  }
}
.primary-contents--medical .list-item--tel {
  width: 145px;
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item--tel {
    width: 26.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item--tel::before {
    padding: 5px 0;
  }
}
.primary-contents--medical .list-item--possibility {
  width: 73px;
}
@media screen and (min-width: 768px) {
  .primary-contents--medical .list-item--possibility {
    min-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item--possibility {
    width: 27.7333333333vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item--possibility::before {
    padding: 5px 0;
  }
}
.primary-contents--medical .list-item--url {
  width: 143px;
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item--url {
    width: 34.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--medical .list-item--url::before {
    padding: 5px 0;
  }
}

.contents-patrol .heading-lower {
  padding: 45px 0 30px;
}
.contents-patrol .heading-lower::before {
  background-image: url(../img/illustration_04.png);
}

.primary-contents--patrol .list-wrapper {
  max-width: 1029px;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-inner {
    display: grid;
    grid-template-columns: auto 28% 31%;
    grid-template-rows: auto auto auto;
    width: 100%;
    border: 1px solid #002943;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-inner-heading {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item-body {
    padding: 10px;
  }
}
.primary-contents--patrol .list-item-map {
  background-color: #0F6BA3;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.3;
  padding: 4px;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item-map {
    text-align: center;
  }
}
.primary-contents--patrol .list-item-body--map {
  max-width: 62px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item-body--map {
    max-width: 92px;
    margin: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item-body--title {
    padding: 0 10px;
  }
}
.primary-contents--patrol .list-item-body--application {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item-body--application {
    padding: 8px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item-body--link {
    padding: 10px 0 15px 0;
  }
}
.primary-contents--patrol .list-item-body--day {
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item-body--day {
    height: calc(100% - 29px);
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item-body--tel {
    height: calc(100% - 39px);
  }
}
.primary-contents--patrol .list-item--title {
  width: 292px;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item--title::before {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item--title {
    grid-column: 1/2;
    grid-row: 1/3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.primary-contents--patrol .list-item--address {
  width: 167px;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item--address::before {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item--address {
    grid-column: 2/3;
    grid-row: 1;
    width: 100%;
  }
}
.primary-contents--patrol .list-item--tel {
  width: 118px;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item--tel::before {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item--tel {
    width: 100%;
    grid-column: 3/4;
    grid-row: 1;
    border-left: solid 1px #002943;
    border-top: none;
  }
}
.primary-contents--patrol .list-item--date {
  width: 188px;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item--date::before {
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item--date {
    grid-column: 2/4;
    grid-row: 2;
    width: 100%;
  }
}
.primary-contents--patrol .list-item--url {
  width: 262px;
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item--url::before {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--patrol .list-item--url {
    width: 100%;
    grid-column: 1/4;
    grid-row: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    border-left: none;
  }
}

.list-title {
  color: #fff;
  background: #0F6BA3;
  text-align: center;
  border: 1px solid #002943;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.8em;
  line-height: 1.59;
  max-width: 1029px;
  margin: auto;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .list-title {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .list-title {
    margin-bottom: 10px;
  }
}

.contents-free .heading-lower {
  font-size: 2.4rem;
}

.primary-contents--freemedical {
  margin-bottom: 40px;
}
.primary-contents--freemedical .list-wrapper {
  max-width: 1029px;
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item-body--link {
    height: calc(100% - 29px);
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item-body {
    min-height: 34px;
  }
}
.primary-contents--freemedical .list-item--title {
  width: 357px;
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item--title {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item--title::before {
    padding: 10px 0;
  }
}
.primary-contents--freemedical .list-item--address {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item--address {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item--address::before {
    padding: 10px 0;
  }
}
.primary-contents--freemedical .list-item--tel {
  width: 145px;
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item--tel {
    width: 26.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item--tel::before {
    padding: 5px 0;
  }
}
.primary-contents--freemedical .list-item--possibility {
  width: 73px;
}
@media screen and (min-width: 768px) {
  .primary-contents--freemedical .list-item--possibility {
    min-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item--possibility {
    width: 27.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item--possibility::before {
    padding: 5px 0;
  }
}
.primary-contents--freemedical .list-item--url {
  width: 264px;
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item--url {
    width: 34.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .primary-contents--freemedical .list-item--url::before {
    padding: 5px 0;
  }
}

.contents-map {
  max-width: 874px;
  margin: auto;
  padding: 0 20px;
}
.contents-map .heading-lower {
  padding: 45px 0 30px;
}
.contents-map .heading-lower::before {
  background-image: url(../img/illustration_06.png);
}

.google-map {
  width: 100%;
}
.google-map iframe {
  width: 100%;
  height: 570px;
}
@media screen and (max-width: 767px) {
  .google-map iframe {
    height: 490px;
  }
}

@media screen and (min-width: 768px) {
  /* pc非表示 */
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* sp非表示 */
  .pc {
    display: none;
  }
}
.under {
  text-underline-offset: 2px;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}