@charset "UTF-8";
/*
Theme Name: 富岡甘楽地域リハビリテーション広域支援センター
*/
body {
  font-family: "Kosugi Maru", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.w-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.w-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.w-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.w-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.mb-5rem {
  margin-bottom: 5rem;
}

.mb-6rem {
  margin-bottom: 6rem;
}

@media screen and (max-width: 575px) {
  .mb-4rem {
    margin-bottom: 3rem;
  }
  .mb-5rem {
    margin-bottom: 4rem;
  }
  .mb-6rem {
    margin-bottom: 5rem;
  }
}
table {
  border-collapse: separate;
  text-indent: initial;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  text-align: start;
  border-spacing: 2px;
  white-space: normal;
  font-variant: normal;
}

/* カラー */
/****************************************
 ヘッダー
 ***************************************/
header.site-header {
  position: relative;
  z-index: 5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 10px solid #172E88;
  background-color: white;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
header.site-header img.header-logo {
  width: auto;
  height: auto;
}
header.site-header img.sp-header-logo {
  display: none;
}
header.site-header .header-icons .icon-box {
  margin-left: 2rem;
}
header.site-header .header-icons .icon-box a i, header.site-header .header-icons .icon-box b i {
  font-size: 2.4rem;
  color: #172E88;
  transition: 0.5s;
}
header.site-header .header-icons .icon-box a:hover i, header.site-header .header-icons .icon-box b:hover i {
  transform: scale(1.1);
  transition: 0.5s;
}

@media screen and (max-width: 992px) {
  header.site-header img.header-logo {
    display: none;
  }
  header.site-header img.sp-header-logo {
    display: block;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  header.site-header img.sp-header-logo {
    width: 320px;
  }
  header.site-header .header-icons .icon-box {
    margin-left: 1.4rem;
  }
  header.site-header .header-icons .icon-box a i, header.site-header .header-icons .icon-box b i {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  header.site-header img.sp-header-logo {
    width: 260px;
  }
}
.site-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/****************************************
 ヘッダー2
 ***************************************/
.fixed-header {
  position: fixed !important;
  top: -200px;
  left: 0;
  z-index: 10;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
  background-color: white;
  transition: 0.5s;
}
.fixed-header.is-show {
  top: 0;
}

/****************************************
 サイトリンク
 ***************************************/
.site-link {
  position: static;
  z-index: 2;
  border-bottom: solid 6px #DBD6CC;
  background-color: #EDEBEA;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-link a {
  color: rgb(19, 19, 19);
}
.site-link span {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 768px) {
  .site-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .site-link a {
    font-size: 0.7rem;
    white-space: nowrap;
  }
  .site-link span {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
/****************************************
 フッター
 ***************************************/
footer.site-footer .footer-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: #EDEBE9 solid 15px;
  border-bottom: 15px solid #EDEBE9;
}
footer.site-footer .footer-content .center-info {
  padding: 2rem;
}
footer.site-footer .footer-content .center-info .logo {
  padding-bottom: 35px;
}
footer.site-footer .footer-content .center-info .logo img.footer-logo {
  max-width: 600px;
}
footer.site-footer .footer-content .center-info .address {
  padding-left: 0.5rem;
  font-size: 1.2rem;
}
footer.site-footer .footer-content .center-info table {
  width: 100%;
}
footer.site-footer .footer-content .center-info table tr th, footer.site-footer .footer-content .center-info table tr td {
  font-size: 1.2rem;
  vertical-align: middle;
  height: 70px;
  border-bottom: 1px solid #EDEBE9;
}
footer.site-footer .footer-content .center-info table tr th {
  width: 30%;
  font-weight: normal;
  color: #ACACAC;
  padding-left: 0.5rem !important;
}
footer.site-footer .footer-content .center-info table tr td span {
  font-size: 0.6rem;
}
footer.site-footer a {
  color: black;
}

.g-map {
  height: 100%;
  width: auto;
  padding: 1rem;
}
.g-map iframe {
  height: 100%;
  width: 100%;
}

.footer-site-link {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 5px solid #EDEBE9;
}
.footer-site-link .site-link-card .site-link-card-head {
  max-height: 250px;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.footer-site-link .site-link-card .site-link-card-head img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
.footer-site-link .site-link-card .site-link-card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border: 1px solid #EBEDF1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.footer-site-link .site-link-card .site-link-card-body h5 {
  width: 90%;
  color: #2F6EBA;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0;
}
.footer-site-link .site-link-card:hover .site-link-card-head img {
  transition: 0.5s;
  transform: scale(1.1);
}

.copyright-area {
  padding: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  background-color: #DBD6CC;
}

@media screen and (max-width: 992px) {
  .g-map {
    padding: 0.5rem;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-content .center-info {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  footer.site-footer .footer-content .center-info .logo {
    padding-bottom: 35px;
  }
  footer.site-footer .footer-content .center-info .logo img.footer-logo {
    max-width: 100%;
  }
  footer.site-footer .footer-content .center-info .address {
    padding-left: 0.5rem;
    font-size: 1rem;
  }
  footer.site-footer .footer-content .center-info table tr th, footer.site-footer .footer-content .center-info table tr td {
    font-size: 0.85rem;
  }
  footer.site-footer .footer-content .center-info table tr th {
    white-space: nowrap;
  }
  footer.site-footer .footer-content .center-info table tr td {
    padding-left: 0.3rem;
  }
  footer.site-footer .footer-content .center-info table tr td .mail-img {
    height: 14px;
  }
  .g-map {
    height: 400px;
  }
  .footer-site-link .site-link-card .site-link-card-head img {
    height: 120px;
  }
  .footer-site-link .site-link-card .site-link-card-body {
    height: 50px;
  }
  .footer-site-link .site-link-card .site-link-card-body h5 {
    font-size: 0.7rem;
    margin-bottom: 0;
  }
}
.to-page-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}
.to-page-top-btn a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.to-page-top-btn a:hover {
  opacity: 1;
}

/****************************************
 メインビジュアル
 ***************************************/
.main-visual {
  background-image: url("images/mv-bottom-img.png");
  background-position: bottom;
  background-repeat: repeat-x;
  margin-bottom: 5rem;
}
.main-visual .main-visual-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 800px;
  padding-left: 3rem;
  padding-right: 3rem;
}
.main-visual .main-visual-inner .mv-copy {
  font-size: 3.3rem;
  color: #4FADEA;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .main-visual .main-visual-inner .mv-copy {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 992px) {
  .main-visual .main-visual-inner .mv-copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    background-size: 75%;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .main-visual .main-visual-inner {
    display: block;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .main-visual .main-visual-inner .mv-copy {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    white-space: wrap;
    margin-bottom: 2rem;
  }
  .main-visual .main-visual-inner .mv-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .main-visual .main-visual-inner .mv-img img {
    width: 85%;
  }
}
@media screen and (max-width: 575px) {
  .main-visual .main-visual-inner .mv-copy {
    text-align: center;
  }
  .main-visual .main-visual-inner .mv-img {
    width: 74%;
  }
}
/****************************************
 セクション
 ***************************************/
.section-box {
  margin-bottom: 8rem;
  padding-top: 4rem;
}
.section-box .section-title {
  position: relative;
  margin-bottom: 6rem;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #172E88;
  border-bottom: 2px solid #2F6EBA;
}
.section-box .section-title::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 5px;
  width: 1rem;
  height: 1.4rem;
  background-color: #4FADEA;
}
.section-box .section-title span {
  display: inline-block;
  padding-left: 35px;
}
.section-box .section-body .section-sub-title {
  text-align: center;
}
.section-box .section-body .section-sub-title span {
  display: inline-block;
  width: 300px;
  margin-bottom: 6rem;
  color: white;
  background-color: #172E88;
  line-height: 3.6rem;
  border-radius: 2.3rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-box {
    margin-bottom: 6rem;
    padding-top: 3rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }
  .section-box .section-title {
    font-size: 1.4rem;
  }
  .section-box .section-title::before {
    top: 0.35rem;
  }
  .section-box .section-title span {
    padding-left: 25px;
  }
  .section-box .section-body .section-sub-title span {
    width: 260px;
    font-size: 1.3rem;
    line-height: 3rem;
  }
  .section-box .section-body .fs-5 {
    font-size: 1.1rem !important;
  }
}
/****************************************
 取り組み
 ***************************************/
.attempt-card {
  height: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 30px;
  background: gray;
  border: 1px solid white;
  border-radius: 20px;
  box-shadow: 9px 8px 10px rgba(0, 0, 0, 0.21), 0 0 5px 0 #ffffff, -4px 0 5px 0 #ffffff, -4px -6px 15px #ffffff;
  transition: box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.attempt-card .attempt-card-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-bottom: 2rem;
  background-color: rgb(112, 112, 112);
  border-radius: 10px;
  overflow: hidden;
}
.attempt-card .attempt-card-head h4 {
  position: static;
  z-index: 5;
  margin-bottom: 0;
  text-align: center;
  color: white;
}
.attempt-card .attempt-card-head h4 span {
  font-weight: bold;
}
.attempt-card .attempt-card-head img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s;
}
.attempt-card .attempt-card-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.attempt-card .attempt-card-body p {
  margin-bottom: 0;
}
.attempt-card:hover {
  box-shadow: 15px 14px 17px rgba(0, 0, 0, 0.21), 0 0 8px 0 #ffffff, -7px 0 8px 0 #ffffff, -7px -10px 26px #ffffff;
  transition: 0.4s;
}
.attempt-card:hover .attempt-card-head img {
  transition: 0.4s;
  transform: scale(1.1);
}
.attempt-card.card-a {
  background-color: #E0EBF6;
}
.attempt-card.card-a .attempt-card-head {
  background-color: #4FADEA;
}
.attempt-card.card-a .attempt-card-head h4 {
  color: white;
}
.attempt-card.card-a .attempt-card-head h4 span {
  -webkit-text-stroke: 4px #4FADEA;
  text-stroke: 4px #4FADEA;
  paint-order: stroke;
}
.attempt-card.card-a .attempt-card-body p {
  color: #7F7F7F;
}
.attempt-card.card-b {
  background-color: #0070C0;
}
.attempt-card.card-b .attempt-card-head {
  background-color: white;
}
.attempt-card.card-b .attempt-card-head h4 {
  color: #4FADEA;
}
.attempt-card.card-b .attempt-card-head h4 span {
  -webkit-text-stroke: 4px white;
  text-stroke: 4px white;
  paint-order: stroke;
}
.attempt-card.card-b .attempt-card-body p {
  color: white;
}

@media screen and (max-width: 575px) {
  .attempt-card {
    padding: 10px 10px 15px;
  }
  .attempt-card .attempt-card-head {
    height: 80px;
    margin-bottom: 1rem;
  }
  .attempt-card .attempt-card-head h4 span {
    font-size: 18px;
  }
  .attempt-card .attempt-card-body {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .attempt-card .attempt-card-body p {
    font-size: 14px;
  }
}
/****************************************
 アプローチ
 ***************************************/
.approach-section {
  border-top: 10px solid #172E88;
  background-color: #EBEDF1;
}

.approach-list {
  max-height: 520px;
}
.approach-list .approach-box {
  padding-top: 30px;
}
.approach-list .approach-box .approach-card {
  width: 320px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: 1px solid white;
  border-radius: 15px;
}
.approach-list .approach-box .approach-card .approach-card-img {
  width: 290px;
  height: 290px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
.approach-list .approach-box .approach-card .approach-card-img img {
  transition: 0.4s;
}
.approach-list .approach-box .approach-card .approach-cart-title {
  text-align: center;
  color: black !important;
}
.approach-list .approach-box .approach-card:hover .approach-card-img img {
  transition: 0.4s;
  transform: scale(1.05);
}

/* Slickのカスタマイズ */
.slick-slide {
  height: 500px !important;
}

/* ドット部分のカスタマイズ */
.slick-dots li button:before {
  color: #DBD6CC !important;
  font-size: 16px !important;
  /* 追加：不透明度を100%にする */
  opacity: 1 !important;
}
.slick-dots li {
  /* ホバー時の挙動も固定したい場合はここも追加 */
}
.slick-dots li:hover button:before {
  opacity: 1 !important;
  color: #DBD6CC !important;
}
.slick-dots li.slick-active button:before {
  color: #4F71BE !important;
  font-size: 20px !important;
  /* アクティブ時も念のため1にする */
  opacity: 1 !important;
}

.slick-prev:before, .slick-next:before {
  color: #333;
  font-size: 40px;
  opacity: 1;
}

/* 矢印のカスタマイズ */
.custom-arrow {
  content: "";
  position: absolute;
  bottom: -34px;
  z-index: 50;
  display: inline-block;
  max-height: 40px;
  width: 80px;
  text-align: center;
  font-size: 20px;
  color: #2F6EBA;
  background-color: #E5E8EC;
  border: 1px solid white;
  border-radius: 30px;
  cursor: pointer;
}
.custom-arrow i {
  line-height: 40px !important;
}

.prev-arrow {
  left: 50%;
  transform: translateX(calc(-50% - 150px));
}

.next-arrow {
  right: 50%;
  transform: translateX(calc(50% + 150px));
}

.btn-shadow {
  box-shadow: 9px 8px 10px rgba(0, 0, 0, 0.21), 0 0 5px 0 #ffffff, -4px 0 5px 0 #ffffff, -4px -6px 15px #ffffff;
  transition: box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.btn-shadow:hover {
  box-shadow: 15px 14px 17px rgba(0, 0, 0, 0.21), 0 0 8px 0 #ffffff, -7px 0 8px 0 #ffffff, -7px -10px 26px #ffffff;
  transition: 0.4s;
}

@media screen and (max-width: 576px) {
  .prev-arrow {
    transform: translateX(calc(-50% - 130px));
  }
  .next-arrow {
    transform: translateX(calc(50% + 130px));
  }
}/*# sourceMappingURL=style.css.map */