:root {
  --load: linear-gradient(
    105deg,
    rgba(115, 166, 219, 1),
    rgba(245, 171, 212, 1) 70%,
    rgba(255, 255, 255, 1)
  );
  --main-gradient: radial-gradient(
    circle at 0% 99%,
    rgba(115, 166, 219, 0.62),
    rgba(245, 171, 212, 1) 70%,
    rgba(255, 255, 255, 0.62)
  );
  --main-gradient-2: linear-gradient(
    105deg,
    rgba(115, 166, 219, 0.62),
    rgba(245, 171, 212, 1) 70%,
    rgba(255, 255, 255, 0.62)
  );
  --text-color: #595b76;
  --text-sub-color: #c4cfdd;
  --text-pale-color: #eaecf2;
  --service-1-color: #7aa5db;
  --service-2-color: #ffbb5c;
  --service-3-color: #7cd3a1;
  --service-4-color: #b5bed6;
}

html {
  font-size: 62.5%;
  scroll-behavior: auto;
}

html {
  scroll-behavior: auto !important;
}

html.smooth-scroll {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 110px;
}

/* load */

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* load　end */

body {
  color: var(--text-color);
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.35;
  margin: 0;
}

h2 {
  font-size: 3rem;
  font-weight: 600;
}

h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2;
}

h4 {
  font-size: 1.8rem;
  font-weight: 600;
}

p,
a {
  font-size: 1.6rem;
  outline: none;
  color: var(--text-color);
  transition: 0.5s;
  border: none;
  text-decoration: none;
}

img {
  width: 100%;
}

ul,
li,
ol {
  list-style: none;
}

.text-left {
  text-align: left;
}

.wbr-keep-all {
  word-break: keep-all;
}

.smart-slider-wrap {
  position: relative;
}

.smart-slider-mobile {
  display: none;
}

/* scroll down */

.scroll-down {
  position: absolute;
  color: #fff;
  filter: drop-shadow(0px 0px 6px rgba(89, 91, 118, 0.8));
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.wavy-text_arrow {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  animation: float 2s infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(-20%) rotate(-45deg);
  }

  50% {
    transform: translateY(20%) rotate(-45deg);
  }
}

.col-12 {
  justify-self: center;
}

.text-w {
  color: #fff;
}

header a:hover,
footer a:hover {
  font-weight: bolder;
}

header a:hover {
  color: #fa98d1;
}

.contents-box-about h2,
.contents-box-about h3,
.contents-box-about p {
  text-shadow: 0 0px 12px #fff;
}

.pagination a:hover {
  color: var(--service-1-color);
  border-color: var(--service-1-color);
  background-color: rgba(122, 165, 219, 0.1);
}

.footer-contact-weap {
  background: rgb(115, 166, 219);
  background: linear-gradient(
    90deg,
    rgba(115, 166, 219, 1) 0%,
    rgba(234, 120, 184, 1) 100%
  );
  padding: 2rem;
}

.logo a {
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.25;
}

.contents-box {
  width: 100%;
  max-width: 1080px;
  margin: 5% auto;
  justify-content: center;
}

.contact-innerbox {
  background: #fff;
  height: 300px;
  width: 49%;
  margin: auto 0.5%;
  position: relative;
  border-radius: 30px;
}

.service-innerbox {
  background: #fff;
  width: 100%;
  margin: auto 0.5%;
  padding: clamp(2.5rem, 2.237rem + 1.32vw, 3.125rem);
  position: relative;
  border-radius: 30px;
}

.contact-innerbox-contents {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
}

button.button,
a.button,
.cf-send {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 250px;
  height: 70px;
  border: none;
  background-size: 200% 200%;
  background-color: #99fff7;
  background-image: radial-gradient(
      at 65% 89%,
      hsla(249, 100%, 62%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 68% 76%, hsla(334, 100%, 74%, 1) 0px, transparent 50%),
    radial-gradient(at 52% 39%, hsla(34, 100%, 71%, 1) 0px, transparent 50%),
    radial-gradient(at 12% 37%, hsla(282, 100%, 66%, 1) 0px, transparent 50%),
    radial-gradient(at 34% 9%, hsla(201, 100%, 63%, 1) 0px, transparent 50%),
    radial-gradient(at 89% 18%, hsla(193, 100%, 74%, 1) 0px, transparent 50%),
    radial-gradient(at 36% 37%, hsla(251, 100%, 65%, 1) 0px, transparent 50%);
  background-position: left;
  cursor: pointer;
  border-radius: 40px;
  transition: all 3s;
  margin: 2rem auto;
  color: #fff;
  font-weight: 900;
}

button.button-r,
.cf-send {
  color: #fff;
  background-color: #e4007f;
  background-image: linear-gradient(90deg, #e4007f 0%, #e69ac5 100%);
}

button.button-b {
  color: #fff;
  background-color: #6099d6;
  background-image: linear-gradient(90deg, #6099d6 0%, #004ea2 100%);
}

.button:hover {
  background-position: right;
}

.contents-mainttl {
  line-height: 1.25;
}

.contents-mainttl span {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
  font-weight: 100;
  text-align: center;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #e4007f;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-right-color: #004ea2;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.gradiention-back .dli-chevron-down {
  border-color: #fff;
}

.gradiention-back,
.gradiention-back dl {
  padding: 2rem;
}

.news_inner {
  padding: 0 3rem;
}

.news_inner * {
  word-break: unset;
}

.news_inner p {
  margin: 0;
}

.news_inner li {
  width: 100%;
  padding: 2rem 0;
  border-bottom: solid 0.2rem #d4d4d4;
}

.news_inner li:first-of-type {
  border-top: solid 0.2rem #d4d4d4;
}

.contents-box-service img {
  border-radius: 10%;
  margin-bottom: 1rem;
}

.contents-box-service .fas::before {
  color: #9aa4c0;
}

.service-1 {
  --primary-color: var(--service-1-color);
  --hover-color: #4b70c5;
}

.service-2 {
  --primary-color: var(--service-2-color);
  --hover-color: #fc8313;
}

.service-3 {
  --primary-color: var(--service-3-color);
  --hover-color: #2a9f63;
}

.service-4 {
  --primary-color: var(--service-4-color);
  --hover-color: #7c82af;
}

.service-text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 11rem;
}

.service-text-box h4 {
  display: flex;
  margin: 0;
}

.service-text-box > * {
  margin: 0;
}

.service-tag-box {
  margin: 1rem 0 0.8rem;
}

.service-tag {
  padding: 0.5rem 1rem 0.8rem;
  border-radius: 2rem;
  color: #fff;
  background: var(--primary-color);
}

.service-tag:hover {
  background: var(--hover-color);
}

.btn-border-g {
  --primary-color: var(--text-color);
  --secondary-color: #fff;
  --hover-color: var(--text-color);
  background: var(--secondary-color);
  position: relative;
  padding: 1rem;
  width: 95%;
  align-self: flex-end;
  margin: 0 auto;
  border: 0.2rem solid var(--primary-color);
  border-radius: 2.5rem;
  margin-top: 1rem;
}

.btn-border-g::after {
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  --primary-color: var(--text-color);
  --secondary-color: #fff;
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--primary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  top: 50%;
  right: 7%;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg) translate(25%, -50%);
}

.btn-border-g:hover {
  color: #fff;
  background-color: var(--text-color);
  transition: 0.3s;
}

.btn-border-g:hover::after {
  border-color: #fff;
}

/* Common */

.container-pagetop {
  position: relative;
  width: 100%;
}

.pagetop-box__inner {
  width: max-content;
}

h1.contents-mainttl {
  position: absolute;
  width: 100%;
  padding: 2rem;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumbs-wrap {
  width: 100%;
  background: #f8f9fd;
  height: 8rem;
  box-shadow: inset 0px -6px 4px rgba(0, 0, 0, 0.02);
}

.breadcrumbs {
  display: flex;
  justify-content: start;
  align-items: center;
  width: calc(100% - 6rem);
  height: 100%;
  max-width: 1080px;
  margin: auto;
}

.breadcrumbs > span,
.breadcrumbs i {
  line-height: 8rem;
  padding-right: 1rem;
  color: #94a3b5;
}

.breadcrumbs > span a {
  color: #94a3b5;
}

.breadcrumbs > span:last-of-type {
  color: var(--text-color);
}

h1.contents-mainttl span {
  margin-top: 1rem;
  font-size: 1.8rem;
}

.main-gradient {
  background-image: var(--main-gradient);
}

.container-pagetop .main-gradient {
  min-height: 550px;
  background-image: url(../img/background-heart.svg), var(--main-gradient);
  background-position: bottom -10px right -5%, 0 0;
  background-size: 42rem, 100%;
  background-repeat: no-repeat;
}

.whiteback {
  max-width: 1080px;
  margin: 0 3rem;
  background: #fff;
  border-radius: 3rem;
}

.page-top__link {
  justify-content: space-between;
  position: relative;
  padding: 0 3rem;
}

.sec-servicelist .contents-box > .row.page-top__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.page-top__link li {
  width: 45%;
  border-radius: 6.5rem;
  margin-bottom: 1rem;
  align-items: center;
}

.page-top__link button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 10rem;
  font-size: 1.8rem;
  padding: 2rem 3%;
  margin: auto;
}

.page-top__link .flex-item {
  width: 85%;
  min-width: 8rem;
  margin: auto;
  color: #fff;
}

.page-top__link .arrow-icon {
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
}

.detalist {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 3rem 0;
}

.detalist p {
  word-break: unset;
}

.detalist > * {
  word-break: unset;
}

.detalist dt {
  width: 35%;
  padding: 3rem;
  border-bottom: 0.1rem solid var(--text-sub-color);
}

.detalist dd {
  width: 65%;
  padding: 3rem 0;
  margin: 0;
  border-bottom: 0.1rem solid var(--text-sub-color);
}

.detalist .map {
  width: 100%;
  height: 350px;
}

.detalist.last-border__none dt:last-of-type,
.detalist.last-border__none dd:last-of-type {
  border-bottom: none;
}

/* about */

.flex-container.whiteback {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 5rem 3rem;
  margin-bottom: 2.5rem;
}

.flex-container.whiteback h3 {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 0.1rem;
  border-image: var(--main-gradient);
  border-image-slice: 50;
}

.flex-container.whiteback p {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}

.flex-container.whiteback::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  background-image: var(--main-gradient-2);
  inset: 0;
  border-radius: 3.2rem;
  z-index: -99;
  transform: translate(-0.25rem, -0.25rem);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -moz-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  -o-transform: translate(-0.25rem, -0.25rem);
}

.flex-container.whiteback small {
  font-weight: normal;
}

.contents-box-contact .tel-fax-big {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
  /* color: #e51a8a; */
}

.tel-clock {
  font-size: 1.6rem;
  color: #ccc;
  font-weight: 400;
}

.basic-policy .display-pc {
  display: block;
}

.basic-policy .display-tb {
  display: none;
}

.basic-policy .display-mb {
  display: none;
}

.timeline.whiteback {
  margin-bottom: 3rem;
  padding: 7% 7% 10%;
  border: solid 0.25rem var(--text-sub-color);
}

.timeline-year {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.timeline-inner__content {
  display: flex;
  justify-content: left;
  position: relative;
  margin-bottom: 3rem;
}

.timeline-date {
  width: 15rem;
}

.timeline-text {
  width: 70%;
}

.timeline-inner__content::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--text-sub-color);
  border-width: 0 0 0 0.1rem;
  height: 300%;
  top: 1rem;
  left: 10rem;
}

.timeline-inner__content.border-last::after {
  max-height: 9rem;
}

.timeline-text::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--text-sub-color);
  border-radius: 3rem;
  top: 0.5em;
  left: 10.1rem;
  transform: translateX(-50%);
}

#sec-profile .main-gradient {
  padding: 3rem 0 3rem;
  background-image: var(--main-gradient-2);
  background-position: top 40% right 80%, 0 0;
  background-size: 130%, 100%;
}

/* service */

.sec-servicelist .contents-box > .row {
  padding: 0 3rem;
}

.sec-servicelist section {
  margin-bottom: 4rem;
}

.sec-servicelist-category .contents-mainttl-wrap {
  position: relative;
}

.sec-servicelist-category .contents-mainttl-wrap::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  border-top: 0.25rem solid var(--primary-color);
  top: 50%;
  z-index: -2;
}

.sec-servicelist-category .contents-mainttl {
  position: relative;
  width: fit-content;
  margin: auto;
  z-index: 0;
}

.sec-servicelist-category .contents-mainttl::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 120%;
  min-width: 20rem;
  height: 120%;
  background-color: #fff;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.contents-mainttl-wrap::before {
  left: 0;
}

.contents-mainttl-wrap::after {
  right: 0;
}

.service__link {
  background-color: var(--primary-color);
  color: #fff;
}

.service__link:hover {
  background-color: var(--hover-color);
  transition: 0.3s;
}

.page-top__link .service__link:first-child {
  width: 32.5%;
}

.page-top__link .service__link:nth-child(2) {
  width: 27.5%;
}

.page-top__link .service__link:nth-child(3) {
  width: 24.5%;
}

.page-top__link .service__link:last-child {
  width: 13.5%;
}

.page-top__link .service__link .arrow-icon {
  fill: #fff;
}

.sec-servicelist .service-tag:hover {
  background-color: var(--primary-color);
}

/* overview */
.overview .main-gradient {
  position: relative;
  background-image: var(--main-gradient);
  background-size: 100%;
  background-position: center;
}

.container-pagetop.overview img {
  height: 36rem;
  width: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.survice-image__wrap {
  align-content: center;
  width: calc(100% - 6rem);
  height: 42rem;
  border-radius: 3rem;
  background-image: url(../img/background-heart.svg);
  background-position: bottom -10px right -5%, 0 0;
  background-size: 42rem, 100%;
  background-color: var(--text-sub-color);
}

.survice-image__wrap img {
  max-height: 42rem;
  object-fit: contain;
  object-position: 50% 50%;
}

.overview__link {
  font-weight: bold;
  color: var(--primary-color);
  border: solid 0.25rem var(--primary-color);
}

.overview__link:hover {
  color: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.3s;
}

.overview__link:first-child::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: fit-content;
  height: 90%;
  border: solid 0.1rem var(--text-sub-color);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.overview__link .flex-item {
  font-size: 20px;
  color: var(--primary-color);
}
.overview__link:hover .flex-item {
  color: var(--hover-color);
  border-color: var(--hover-color);
  transition: 0.3s;
}

.overview__link .arrow-icon {
  fill: var(--primary-color);
}

.overview__link:hover .arrow-icon {
  fill: var(--hover-color);
}

.main-gradient-border {
  margin: 8rem 3rem;
  width: calc(100% - 6rem);
  height: 1.7rem;
  background: var(--main-gradient);
  border-radius: 10rem;
}

.download a {
  position: relative;
  padding: 1rem 1rem 1rem 5rem;
  background: var(--text-pale-color);
}

.download a:hover {
  background: var(--text-sub-color);
  transition: 0.3s;
}

.download a::before {
  content: url(../img/download-icon.svg);
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  top: 50%;
  left: 2.5rem;
  transform: translate(-50%, -50%);
}

.overview__pagelink {
  text-align: center;
  margin: 8% auto 10%;
}

.overview__pagelink a {
  --primary-color: var(--text-color);
  --secondary-color: #fff;
  --hover-color: var(--text-color);
  padding: 2% 12%;
  border: solid 0.2rem var(--primary-color);
  border-radius: 5rem;
  margin: auto;
}

.overview__pagelink a:hover {
  color: var(--secondary-color);
  background-color: var(--hover-color);
  transition: 0.3s;
}

/* コンタクト */
.contents-box-contact .row .whiteback .row {
  align-items: center;
}

.cf-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px solid var(--text-sub-color);
  transition: all 0.3s;
}

.cf-area:last-child {
  border-bottom: none;
}

.cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
  line-height: 1.5em;
}

.cf-area dt p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.cf-area dd {
  flex: 1;
}

.cf-area input,
.cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  background-color: var(--text-pale-color);
  font-size: 16px;
  resize: vertical;
  transition: all 0.3s;
}

.cf-area input:focus,
.cf-area textarea:focus {
  outline: none;
  background: #dde2e9;
}

.cf-required {
  position: relative;
  padding: 1px 10px 3px;
  margin: 0.2rem 0 0;
  background: #e4007f;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.7em;
}

.cf-send {
  position: relative;
}

.cf-send input {
  position: absolute;
  width: 100%;
  inset: 0;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
}

.cf-send:hover {
  filter: brightness(1.05);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fce3e3;
  border: none;
  text-align: center;
}

/* header */
header {
  background: #fff;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 100%;
  max-width: 1080px;
  border-radius: 50px;
  margin: 0 auto;
  box-shadow: 0 5px 5px #3939395e;
}

.header {
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem auto;
  padding: 0 3rem;
}

.header .logomark-wrap {
  max-width: 5rem;
  margin-right: 1rem;
}

.nav-button {
  display: none;
}

.nav a {
  color: var(--text-color);
  text-decoration: none;
}

.nav > li:not(:first-child) {
  display: inline-block;
  margin-left: 20px;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30%;
  background: transparent;
}

.dropdown-list {
  position: absolute;
  top: 130%;
  left: 50%;
  z-index: 99;
  width: 245px;
  padding: 2rem;
  background-color: rgba(255, 255, 255);
  border-radius: 2rem;
  filter: drop-shadow(0px 0px 3px rgba(89, 91, 118, 0.2));
  transform: translateX(-50%) scaleY(0);
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s, visibility 0.3s;
}

li.dropdown-list-item {
  margin: 1rem auto;
  position: relative;
}

i.fa-solid.fa-arrow-right-long {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-45%);
}
.dropdown-list-item a {
  width: 100%;
  display: block;
}

.dropdown:hover .dropdown-list {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
}

.dropdown-item a {
  width: 100%;
}

.content {
  padding: 20px;
}

.color__btn {
  background-color: #80cbc4;
  color: #212121;
}

.color__navi {
  border-bottom: 2px solid #303f9f;
}

.contents-box-about {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-image: url("https://kogure-1.sakura.ne.jp/seishinkai_2025/wp-content/themes/seishin2025/img/about-backimg2.jpg");
  box-sizing: border-box;
  background-size: cover;
  aspect-ratio: 21 / 9;
  height: auto;
  min-height: 720px;
  max-width: none;
}

.service-contact-weap {
  background: rgb(115, 166, 219);
  background: linear-gradient(
    135deg,
    rgb(255, 255, 255) 0%,
    rgba(234, 120, 184, 1) 60%,
    rgb(115, 166, 219) 100%
  );
  padding: 2rem;
}

.service-content-tel {
  max-width: 350px;
  margin: 2rem auto;
  display: grid;
  place-items: center;
}

.service-btn {
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 10px;
  padding: 1em 1.8em;
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 30%;
  font-weight: bold;
  height: 90px;
  margin: 1rem auto;
  text-align: left;
  width: 100%;
  max-width: 350px;
  -webkit-transition: 0.2s background;
  -moz-transition: 0.2s background;
  -ms-transition: 0.2s background;
  -o-transition: 0.2s background;
}

.service-btn-facility {
  --primary-color: #4b89ca;
  --secondary-color: #fff;
  --hover-color: #095fba;
  background: var(--primary-color);
  color: var(--secondary-color);
}

.service-btn-home {
  --primary-color: #e971b4;
  --secondary-color: #fff;
  --hover-color: #e51a8a;
  background: var(--primary-color);
  color: var(--secondary-color);
}

.service-btn-other {
  --primary-color: #b3c0c4;
  --secondary-color: #fff;
  --hover-color: #60686a;
  background: var(--primary-color);
  color: var(--secondary-color);
}

.service-btn span {
  display: contents;
  font-size: 1rem;
}

/* footer */

footer .logo a {
  font-size: 28px;
}

footer .col-1,
footer .col-2,
footer .col-3,
footer .col-4,
footer .col-5,
footer .col-6,
footer .col-7,
footer .col-8,
footer .col-9,
footer .col-10,
footer .col-11,
footer .col-12,
footer .col-md-1,
footer .col-md-2,
footer .col-md-3,
footer .col-md-4,
footer .col-md-5,
footer .col-md-6,
footer .col-md-7,
footer .col-md-8,
footer .col-md-9,
footer .col-md-10,
footer .col-md-11,
footer .col-md-12 {
  padding: 0;
  margin: 0;
}

.footer-nav {
  justify-content: space-between;
  padding: 0 3rem;
}

/* .footer-nav .breadcrumbs-wrap {
  top: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 3rem;
}

.footer-nav .breadcrumbs {
  width: 100%;
  border-bottom: 0.1rem solid var(--text-sub-color);
} */

.logomark-wrap {
  max-width: 8rem;
  margin-right: 1rem;
}

.fotter-hedding {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

.fotter-hedding:hover {
  font-weight: 800;
}

.footer-contents-box-right .col-7 li {
  position: relative;
  margin-bottom: 0.6rem;
}

.footer-contents-box-right .col-7 li::before {
  content: "";
  position: absolute;
  width: 10px;
  top: 11px;
  left: -18px;
  border-top: solid 0.25rem #d4d4d4;
}

.footer-box.col-7 a {
  line-height: 1;
}

.disclosure-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
}

.disclosure-item li {
  width: calc(100% / 2);
  max-width: 300px;
  height: 64px;
  border: solid 1px #333;
}

.disclosure-item li a {
  max-width: 300px;
  text-align: center;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.fadeIn {
  opacity: 0;
  transition: 1.5s;
}

.fadeIn.is-show {
  opacity: 1;
}

#tablepress-1 td {
  padding: 1.4rem 0.5rem;
}

.disclosure-contents {
  padding: 7rem;
  text-align: center;
  background: #f5f6f9;
  border-radius: 20px;
  margin: 3rem auto;
}

.policy-contents li {
  display: flex;
  flex-wrap: wrap;
  gap: 12.5px;
  padding: 0;
}

/* ニュースアーカイブリ */

/* フィルターセクション */
.filter-section {
  padding: 3rem;
  margin-bottom: 3rem;
  border-radius: 3rem;
}

.filter-group {
  margin-bottom: 2rem;
}

.filter-group:last-child {
  margin-bottom: 0;
}

.filter-label {
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--text-color);
  display: block;
  font-size: 1.8rem;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.filter-option {
  padding: 0.8rem 1.6rem;
  border: 0.2rem solid var(--text-sub-color);
  background-color: #fff;
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.4rem;
  color: var(--text-color);
}

.filter-option:hover {
  border-color: var(--service-1-color);
  color: var(--service-1-color);
}

.filter-option.active {
  background-color: var(--service-1-color);
  color: #fff;
  border-color: var(--service-1-color);
}

/* ニュースアーカイブリスト */

.news-archive-list {
  padding: 0 3rem;
}

.news-archive-item {
  padding: 1rem 0;
  border-bottom: solid 0.2rem #d4d4d4;
  align-items: center;
}

.news-archive-item:first-of-type {
  border-top: solid 0.2rem #d4d4d4;
}

.news-archive-item .day {
  color: var(--text-sub-color);
  font-size: 1.4rem;
}

.news-archive-item .news-title {
  margin: 0;
}

.news-archive-item a {
  color: var(--text-color);
}

.news-archive-item a:hover {
  color: var(--service-1-color);
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
  padding: 2rem 3rem;
}

.pagination ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination li {
  margin: 0;
  padding: 0;
}

.pagination a,
.pagination span {
  padding: 0.8rem 1.2rem;
  border: 0.2rem solid var(--text-sub-color);
  border-radius: 0.4rem;
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.3s;
  font-size: 1.4rem;
  display: block;
}

.pagination .page-numbers.current {
  background-color: var(--service-1-color);
  color: #fff;
  border-color: var(--service-1-color);
}

.pagination a:hover {
  color: var(--service-1-color);
  border-color: var(--service-1-color);
  background-color: rgba(122, 165, 219, 0.1);
}
/* ニュースアーカイブ　end */
