@charset "UTF-8";
/*
Theme Name: 富岡地域医療企業団　在宅医療支援センター
*/
:root {
  scroll-padding: 95px;
  scroll-behavior: auto;
}

@media screen and (max-width: 767px) {
  :root {
    scroll-padding: 60px;
  }
}
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;
}

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;
}

/* カラー */
/* テキストカラー */
.color-green {
  color: #01754C;
}

.color-dark-green {
  color: #1C3830;
}

.color-usumidori {
  color: #D4EAE2;
}

.color-silver-white {
  color: #EEEBE9;
}

.color-beige {
  color: #DCD6CB;
}

.color-indian-yellow {
  color: #D2A04A;
}

.color-gray {
  color: #C0C0C0;
}

/* 背景カラー */
.bg-green {
  background-color: #01754C;
}

.bg-dark-green {
  background-color: #1C3830;
}

.bg-usumidori {
  background-color: #D4EAE2;
}

.bg-silver-white {
  background-color: #EEEBE9;
}

.bg-beige {
  background-color: #DCD6CB;
}

.bg-indian-yellow {
  background-color: #D2A04A;
}

a {
  text-decoration: none;
  color: black;
  transition: 0.5s;
}
a:hover {
  color: #1C3830;
  transition: 0.5s;
}

/****************************************
 ヘッダー
 ***************************************/
header.site-header {
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #EEEBE9;
  border-bottom: 1px solid #EEEBE9;
}
header.site-header img.header-logo {
  width: 400px;
  height: auto;
}
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: #1C3830;
  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: 767px) {
  header.site-header img.header-logo {
    width: 220px;
  }
  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;
  }
}
.site-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

/****************************************
 メインメニュー（ハンバーガーメニュー）
 ***************************************/
.main-menu-box {
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 100;
  width: 500px;
  height: 100vh;
  background-color: white;
  border-left: 1px solid #1C3830;
  transition: all 0.6s;
  box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.05), -4px -6px 15px rgba(0, 0, 0, 0.05);
  overflow-y: scroll;
}
.main-menu-box.show {
  right: 0;
}
.main-menu-box .main-menu-inner {
  width: 100%;
  height: 100%;
}
.main-menu-box .main-menu-inner .main-menu-header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #1C3830;
  background-color: white;
}
.main-menu-box .main-menu-inner .main-menu-header .logo {
  padding: 0.5rem;
}
.main-menu-box .main-menu-inner .main-menu-header .logo img.menu-logo {
  width: 240px;
  height: auto;
}
.main-menu-box .main-menu-inner .main-menu-header .menu-close {
  width: 70px;
  height: 70px;
  font-size: 2.4rem;
  color: white;
  background-color: #1C3830;
}
.main-menu-box .main-menu-inner .main-menu-contact {
  text-align: center;
}
.main-menu-box .main-menu-inner .main-menu-footer a {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 1.5rem;
  color: white;
  background-color: #1C3830;
}
.main-menu-box .main-menu-inner .main-menu-footer a i {
  padding-right: 0.5rem;
}
.main-menu-box .main-menu-inner .main-menu-footer a:first-child {
  border-right: 1px solid white;
}

@media screen and (max-width: 500px) {
  .main-menu-box {
    width: 100%;
  }
}
/****************************************
 フッター
 ***************************************/
footer.site-footer {
  border-top: #D4EAE2 solid 15px;
  border-bottom: 40px solid #DCD6CB;
}
footer.site-footer .footer-content {
  padding: 2rem;
}
footer.site-footer .footer-content .logo {
  padding-bottom: 35px;
}
footer.site-footer .footer-content .logo img.footer-logo {
  width: 400px;
}
footer.site-footer .footer-content .address {
  padding-left: 0.5rem;
  font-size: 1.2rem;
}
footer.site-footer .footer-content table {
  width: 100%;
}
footer.site-footer .footer-content table tr th, footer.site-footer .footer-content table tr td {
  font-size: 1.2rem;
  vertical-align: middle;
  height: 70px;
  border-bottom: 1px solid #DCD6CB;
}
footer.site-footer .footer-content table tr th {
  width: 30%;
  font-weight: normal;
  color: #C0C0C0;
  padding-left: 0.5rem !important;
}
footer.site-footer .footer-content table tr td span {
  font-size: 0.6rem;
}

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

@media screen and (max-width: 767px) {
  footer.site-footer .footer-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  footer.site-footer .footer-content .logo img.footer-logo {
    width: 80% !important;
    height: auto;
  }
  footer.site-footer .footer-content .address {
    font-size: 0.9rem;
  }
  footer.site-footer .footer-content table tr th, footer.site-footer .footer-content table tr td {
    font-size: 0.9em;
    height: 50px;
  }
  footer.site-footer .footer-content table tr th {
    width: 35%;
  }
  footer.site-footer .footer-content table tr td img.mail-img {
    width: 120px;
    height: auto;
  }
  .g-map {
    height: 300px;
  }
}
.copyright-area {
  padding: 5px;
  text-align: center;
  background-color: #EEEBE9;
}

.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;
}

/****************************************
 アイコンのリンク
 ***************************************/
/* カラー */
a.icon-link {
  width: 250px;
  height: 250px;
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
  background-color: #EEEBE9;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.8s;
}
a.icon-link .icon-link-content {
  display: block;
  width: 80%;
  height: 80%;
  text-align: center;
}
a.icon-link .icon-link-content img {
  max-width: 80%;
  max-height: 80%;
  transition: 0.8s;
  filter: brightness(0) saturate(100%) invert(13%) sepia(8%) saturate(3607%) hue-rotate(112deg) brightness(95%) contrast(82%);
}
a.icon-link .icon-link-content span {
  padding-top: 10px;
  display: block;
  color: #1C3830;
  font-size: 1.2rem;
  transition: 0.8s;
}
a.icon-link:hover {
  transition: 0.8s;
  background-color: #01754C;
  transform: scale(1.1);
}
a.icon-link:hover .icon-link-content img {
  transition: 0.8s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(208deg) brightness(110%) contrast(105%);
}
a.icon-link:hover .icon-link-content span {
  transition: 0.8s;
  color: white;
}

@media screen and (max-width: 767px) {
  a.icon-link {
    width: 180px;
    height: 180px;
    max-width: 180px;
    max-height: 180px;
  }
  a.icon-link span {
    font-size: 0.9rem !important;
  }
}
@media screen and (max-width: 575px) {
  a.icon-link {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
  }
  a.icon-link span {
    font-size: 0.6rem !important;
  }
}
/****************************************
 ミニメニュー（コンテキストメニューのような感じ）
 ***************************************/
/* 親要素：メニューの基準地点になる */
.menu-container {
  position: relative;
  display: block; /* ボタンのサイズに合わせる */
}

/* メニュー本体の配置 */
.mini-menu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 258px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 2px solid #1C3830;
}
.mini-menu .mini-menu-header {
  text-align: center;
  color: white;
  background-color: #1C3830;
  font-size: 0.8rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.mini-menu .mini-menu-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mini-menu .mini-menu-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mini-menu .mini-menu-content ul li {
  text-align: center;
  line-height: 2rem;
}
.mini-menu .mini-menu-content ul li a {
  display: inline-block;
  width: 90%;
  color: #1C3830;
  border-radius: 25px;
  transition: 0.5s;
}
.mini-menu .mini-menu-content ul li a:hover {
  background-color: #1C3830;
  color: white;
  transition: 0.5s;
}

.mini-menu.is-active {
  display: block;
}

@media screen and (max-width: 767px) {
  .mini-menu {
    top: 188px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575px) {
  .mini-menu {
    top: 128px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/****************************************
 業務案内
 ***************************************/
.service-box .service-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  border-top: #D4EAE2 solid 15px;
  background-color: #01754C;
}
.service-box .service-box-header .service-title {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 40%;
  height: 100%;
  background-color: #01754C;
  color: white;
}
.service-box .service-box-header .service-title div {
  width: 450px;
  padding-left: 50px;
  padding-right: 50px;
}
.service-box .service-box-header .service-title div h2 {
  margin-bottom: 4rem;
}
.service-box .service-box-header .service-title div p {
  margin-bottom: 0;
}
.service-box .service-box-header .service-img {
  width: 60%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  overflow: hidden;
}
.service-box .service-box-header-reverse .service-title {
  order: 2 !important;
  justify-content: start;
}
.service-box .service-box-header-reverse .service-img {
  order: 1 !important;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .service-box .service-box-header {
    display: block;
    height: auto;
  }
  .service-box .service-box-header .service-title {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .service-box .service-box-header .service-title div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .service-box .service-box-header .service-title div h2 {
    margin-bottom: 2rem;
  }
  .service-box .service-box-header .service-img {
    width: 100%;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
  .service-box .service-box-header .service-img img {
    width: 100%;
    height: auto;
  }
}
ul.li-star {
  list-style: none;
  padding: 0 0 0 2em;
  margin: 0;
}
ul.li-star li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
}
ul.li-star li::before {
  position: absolute;
  left: -1.5em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f005";
  color: #D2A04A;
}

ul.li-star-green li::before {
  color: #01754C !important;
}

.under-bar {
  position: relative;
}
.under-bar::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #B3DFC9;
}

@media screen and (max-width: 799px) {
  .under-bar {
    position: relative;
  }
  .under-bar::after {
    bottom: -1.2rem;
  }
}
.w-800 {
  width: 800px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 799px) {
  .w-800 {
    width: auto;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.mb-4rem {
  margin-bottom: 4rem;
}

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

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

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

@media screen and (max-width: 575px) {
  .mb-4rem {
    margin-bottom: 3rem;
  }
  .mb-5rem {
    margin-bottom: 4rem;
  }
  .mb-6rem {
    margin-bottom: 5rem;
  }
  .mb-7rem {
    margin-bottom: 6rem;
  }
}/*# sourceMappingURL=style.css.map */