:root {
  --facility-color-orange: #F7931E;
  --facility-color-blue: #3EAAF5;
  --facility-color-pink: #FF7F7F;
  --facility-color-purple: #A46BD5;
  --facility-color-green: #29BE60;
}

html, body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  color: #1A1A1A;
  font-family: "Noto Sans", "Noto Sans Mono CJK JP", "Noto Sans JP", Quicksand, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.32px;
  background: #FFF;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin-bottom: 2rem;
}

a {
  color: #1A1A1A;
}

a:hover {
  color: #1A1A1A;
}

img {
  max-width: 100%;
  height: auto;
}

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

[class*="box-style-"] {
  color: #4D4D4D;
  display: block;
  border: 1px solid #E6E6E6;
  border-top: 4px solid #F7931E;
  background: #FFF;
  padding: 25px 20px 20px;
  margin-bottom: 40px;
  position: relative;
}

[class*="box-style-"]:hover {
  color: #4D4D4D;
}

[class*="box-style-"] .img {
  border-radius: 10px;
}

[class*="box-style-"] .img.mini {
  height: auto;
  margin-bottom: 10px;
}

[class*="box-style-"] img {
  width: 100%;
  height: auto;
}

[class*="box-style-"] .h2 {
  font-weight: bold;
  margin: 20px 0 5px;
}

[class*="box-style-"] dl {
  margin-bottom: 0;
}

[class*="box-style-"] dt {
  margin-bottom: 5px;
  font-size: 1.8rem;
}

a[class*="box-style-"] {
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}

[class*="box-style-"] .pos-r {
  display: block;
  position: relative;
}

a[class*="box-style-"] .pos-a {
  font-size: 3rem;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

body.single table, .table-style, .page-template-tmp-medical table {
  width: 100% !important;
  color: #666;
  background: #FFF;
  border: 2px solid #E6E6E6;
  margin-bottom: 40px;
}

.page-template-tmp-about table {
  width: 100% !important;
  color: #666;
  background: #FFF;
  border: 2px solid #E6E6E6;
  margin-bottom: 80px;
}

body.single table thead > tr > th, body.single table tbody > tr > th, body.single table thead > tr > td, body.single table tbody > tr > td, .table-style > thead > tr > th, .table-style > tbody > tr > th, .table-style > tfoot > tr > th, .table-style > thead > tr > td, .table-style > tbody > tr > td, .table-style > tfoot > tr > td, .page-template-tmp-medical th, .page-template-tmp-medical td, .page-template-tmp-about th, .page-template-tmp-about td {
  line-height: 1.75;
  border: 1px solid #E6E6E6;
  padding: 15px;
  width: auto !important;
  height: auto !important;
  display: block;
}

body.single table thead > tr > th, body.single table tbody > tr > th, .table-style > thead > tr > th, .table-style > tbody > tr > th, .table-style > tfoot > tr > th {
  font-weight: bold;
  vertical-align: middle;
}

body.single table thead > tr > th, body.single table tbody > tr > th, .table-style.green > tbody > tr > th {
  background: #F5FDF0;
}

.page-template-tmp-about th {
  background: #F6FBFF;
}

@media (min-width: 768px) {
  body.single table thead > tr > th, body.single table tbody > tr > th, body.single table thead > tr > td, body.single table tbody > tr > td, .table-style > thead > tr > th, .table-style > tbody > tr > th, .table-style > tfoot > tr > th, .table-style > thead > tr > td, .table-style > tbody > tr > td, .table-style > tfoot > tr > td, .page-template-tmp-medical th, .page-template-tmp-medical td, .page-template-tmp-about th, .page-template-tmp-about td {
    display: table-cell;
  }

  body.single .image {
    margin-bottom: 40px;
  }

  body.single .image img {
    width: 100%;
    height: auto;
  }

  .page-template-tmp-about table {
    margin-bottom: 120px;
  }
}

figure figcaption {
  font-size: 1.4rem;
  margin-top: 0.5em;
  color: #666;
}

@media print {
  a, a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: none;
  }

  abbr[title]::after {
    content: none;
  }

  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: none;
  }
}

.page-link-section {
  padding-top: 60px;
  margin-top: -60px;
}

.tw-container {
  padding: 0 15px;
  max-width: 1040px !important;
  margin: 0 auto;
}

@media (min-width: 1040px) {
  .tw-container {
    padding: 0;
  }
}
.strong {
  font-weight: bold;
}

.overflow-hidden {
  overflow: hidden;
}

.text-gray {
  color: #999;
}

.text-green {
  color: #89CF58;
}

.text-green.-pharmacy {
  color: #29BE60;
}

.text-orange {
  color: #F7931E;
}

.text-blue {
  color: #3FA9F5;
}

.text-purple {
  color: #A46BD5;
}

.text-orange-thin {
  color: #FF8F7F;
}
#header {
  position: relative;
  background: #FFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10000;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

#header.fix-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

#header .header-logo img {
  width: clamp(180px, 25vw, 300px);
}

.header-logo {
  align-self: center;
  padding-left: 15px;
}
#footer {
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #CCC;
}

.footer p {
  margin-bottom: 0;
}

/* お問い合わせ */
.footer .inquiry::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("../images/footer/inquiry.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

.footer .mail-inquiry::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url("../images/footer/mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer .tel-inquiry::before {
  content: "";
  display: block;
  width: 26px;
  height: 33px;
  background-image: url("../images/footer/tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
}

/* ロゴ */
#footer .logo {
  text-align: left;
}

#footer .logo small {
  color: #3F4A5A;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

#footer .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .fa-pull-right {
  top: 35%;
}

#footer .fa-facebook-square {
  color: #0071BC;
  font-size: 25px;
  margin-left: 0.2em;
}

/* フッターナビゲーション */
.footer-nav ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.footer-nav ul li:last-child {
  padding-bottom: 0;
}

.fa-angle-right {
  padding-right: 9px;
}

.footer-nav__about .fa-angle-right,
.footer-nav__business .fa-angle-right {
  color: #1481EA;
}

.footer-nav__recruit .fa-angle-right {
  color: #4EB014;
}

#footer .footer-bottom {
  color: #FFF;
  background: #4D4D4D;
}

#footer .footer-bottom p {
  margin: 0;
}

#footer .footer-bottom p,
#footer .footer-bottom small {
  font-size: 14px;
}

#footer .footer-bottom a {
  color: #FFF;
}

@media (min-width: 768px) {
  #footer .logo {
    text-align: left;
  }

  #footer .logo small {
    font-size: 18px;
  }
}

.footer-business {
  font-size: 1.8rem;
  padding: 50px 0 !important;
  position: relative;
  z-index: 1000;
  overflow: hidden;
}

.footer-business li {
  margin-bottom: 0;
}

.footer-business a {
  text-align: center;
  padding: 10px 30px;
  height: 170px;
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .footer-business a {
    height: auto;
  }
}

.footer-business img {
  width: 77px;
  height: auto;
  margin-bottom: 5px;
}

.footer-contact {
  color: #666;
  border: 3px solid #FF6B54;
  border-radius: 10px;
  position: relative;
  z-index: 100;
  background: #fff;
}

.footer-contact .footer-contact__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

@media (min-width: 992px) {
  .footer-contact .footer-contact__wrapper {
    flex-direction: row;
  }
}

.footer-contact .footer-contact__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .footer-contact .footer-contact__text {
    flex-direction: row;
  }
}

.footer-contact dl {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .footer-contact dl {
    display: grid;
    grid-template-columns: 320px 1fr;
  }
}

.footer-contact dt {
  background: #FF6B54;
  color: #FFF;
  font-size: 18px;
  padding: 20px;
  align-content: center;
}

.footer-contact dd {
  padding: 30px;
}

.footer-contact .icon-reception {
  color: #FFF;
  font-size: 1.1rem;
  background: #666;
  padding: 2px 5px;
  vertical-align: 1px;
}

.footer-contact .contact-phone {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
}

.footer-contact .contact-phone .icon-phone {
  width: 37px;
  height: 37px;
  vertical-align: -1px;
  margin-right: 5px;
}

.footer-contact .btn-lg {
  font-size: clamp(13px, 3vw, 18px);
  font-weight: 600;
  max-width: 320px;
  width: 100%;
}

.side-page-navi {
  background: #3FA9F5;
  padding: 10px 10px 7px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.side-page-navi h1 {
  color: #FFF;
  font-size: 18px;
  background: #3FA9F5;
  padding: 10px 10px 15px;
}

.side-page-navi li {
  margin-bottom: 5px;
}

.side-page-navi a {
  display: block;
  background: #FFF;
  color: #666;
  font-size: 1.5rem;
  padding: 15px 10px;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: left;
}

.side-page-navi　a:hover {
  text-decoration: none;
  color: #fff;
}

.side-page-navi a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(.5);
}

.side-page-navi a:hover::after {
  background: #3FA9F5;
  transform: scale(1);
}

.side-banner-area ul > li {
  margin-bottom: 20px;
}

.side-banner-area a > img {
  transition: all .3s;
}

.side-banner-area a > img:hover {
  opacity: 0.7;
}

.side-banner-contact {
  color: #666;
  border: 1px solid #FF604A;
  background: #FFF;
  text-align: center;
}

.side-banner-contact h1 {
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  padding: 10px 0;
  background: #FF604A;
}

.side-banner-contact p {
  margin: 0;
}

.side-banner-contact .box {
  padding: 10px 12px;
}

.side-banner-contact h2 {
  font-size: 1.3rem;
  margin-bottom: -5px;
}

.side-contact-phone {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
}

.phone-icon img {
  width: 22px;
  height: auto;
  margin-right: 0.2rem;
  vertical-align: -2px;
}

.side-contact-time {
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.side-contact-icon {
  color: #FFF;
  font-size: 1.1rem;
  background: #666;
  padding: 2px 5px;
  margin-right: 8px;
  vertical-align: 1px;
}

.side-banner-contact .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
/* sp-navigation */
.sp-global-nav {
  display: none;
  top: 60px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  max-height: calc(100vh - 60px);
  overflow: auto;
}

.sp-global-nav .icon--about {
  box-shadow: inset 0px 8px 8px -6px rgba(0, 0, 0, 0.15);
}

.sp-global-nav .parent-nav {
  display: none;
}

.global-menu-overlay {
  content: '';
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 50%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}

.sp-global-nav .ancestor-nav .has-child {
  border-bottom: 1px solid #E6E6E6;
}

.sp-global-nav .ancestor-nav a {
  display: block;
  position: relative;
}

.sp-global-nav .ancestor-nav button {
  position: relative;
  height: 54px;
}

.sp-global-nav .ancestor-nav a::after,
.sp-global-nav .ancestor-nav button::after {
  content: url("../images/share/icon-vector-right.svg");
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.sp-global-nav .ancestor-nav > li > button::after {
  content: url("../images/share/icon-vector-right.svg");
}

.sp-global-nav .ancestor-nav > li > button {
  padding: 10px 15px;
  background-color: #fff;
  color: #3F4A5A;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.sp-global-nav .sp-global-nav__footer {
  padding: 35px 15px 50px;
  display: grid;
  gap: 15px;
}

.sp-global-nav .sp-global-nav__footer a {
  padding: 0.8em;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 3px;
}

.sp-global-nav .sp-global-nav__footer a::after {
  content: url("../images/share/sm-icon-vector-right-white.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.sp-global-nav .sp-global-nav__footer .recruit {
  background-color: #44ab40;
}

.sp-global-nav .sp-global-nav__footer .contact {
  background-color: #FF604A;
}

.sp-global-nav .parent-nav > li > button,
.sp-global-nav .parent-nav > li > a
{
  padding: 15px 30px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  text-align: left;
  background-color: #fff;
}

.sp-global-nav .parent-nav > li > button {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.sp-global-nav .child-nav > li > a {
  padding: 15px 45px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f5f5f5;
}

.sp-global-nav .child-nav > li > a::after {
  right: 30px;
}

.sp-global-nav .has-child.active ul.parent-nav li a {
  background-color: #F5F5F5;
  transition: background-color 0.3s ease;
}

.js-menu-toggle.active::after {
  transform: translateY(-50%) rotate(-90deg) !important;
}

.js-menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(90deg) !important;
}

/* pc-navigation */
.pc-global-nav {
  display: none;
  height: 100px;
}

.pc-global-nav button {
  display: block;
  text-decoration: none;
  color: #3F4A5A;
}

.pc-global-nav a {
  display: block;
  text-decoration: none;
  color: #3F4A5A;
}

@media (min-width: 1200px) {
  .pc-global-nav {
    display: block;
  }
}

.pc-global-nav .ancestor-nav {
  display: flex;
  height: 100%;
}

.pc-global-nav li {
  position: relative;
}

.pc-global-nav a {
  background-color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.pc-global-nav button {
  background-color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.pc-global-nav .ancestor-nav > li > button {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 120px;
}

.pc-global-nav .ancestor-nav > li > a {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 120px;
}

.pc-global-nav .ancestor-nav > li > .recruit,
.pc-global-nav .ancestor-nav > li > .contact {
  color: #fff;
  width: 130px;
  padding: 0;
  justify-content: center;
}

.pc-global-nav .ancestor-nav > li > .recruit {
  background-color: #44AB04;
}

.pc-global-nav .ancestor-nav > li > .contact {
  background-color: #FF604A;
}

.pc-global-nav .parent-nav,
.pc-global-nav .child-nav {
  display: none;
}

.pc-global-nav .parent-nav a,
.pc-global-nav .child-nav a {
  font-weight: 600;
}

.pc-global-nav .parent-nav {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
}


.pc-global-nav .parent-nav > li {
  position: relative;
}

.pc-global-nav .parent-nav li a:hover {
  background-color: #3F4B5B;
  color: #FFFFFF;
}

.pc-global-nav .parent-nav > li > a {
  padding: 15px;
  font-size: 15px;
  white-space: nowrap;
  width: auto;
}


.pc-global-nav .child-nav {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
}

.pc-global-nav .child-nav > li > a {
  padding: 15px;
  min-width: 220px;
}

/* アイコン */
.pc-global-nav .parent-nav__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center
}

.sp-global-nav .parent-nav__icon {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: left;
}

.pc-global-nav .parent-nav__icon::before {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}

.sp-global-nav .parent-nav__icon::before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

/* 各種アイコン、hover・タップ時の背景設定 */
.icon--about::before {
  background-image: url('../images/nav/about-icon.png');
}

.sp-global-nav .has-child.active .icon--about {
  background-color: #E4F3FE;
  transition: background-color 0.3s ease;
}

.pc-global-nav .ancestor-nav .icon--about:hover {
  background-color: #E4F3FE;
}

.icon--medical::before {
  background-image: url('../images/nav/medical-icon.png');
}

.sp-global-nav .has-child.active .icon--medical {
  background-color: #E1F4D4;
  transition: background-color 0.3s ease;
}

.pc-global-nav .ancestor-nav .icon--medical:hover {
  background-color: #E1F4D4;
}

.icon--nursing-welfare::before {
  background-image: url('../images/nav/nursing-welfare-icon.png');
}

.sp-global-nav .has-child.active .icon--nursing-welfare {
  background-color: #FCF1D8;
  transition: background-color 0.3s ease;
}

.pc-global-nav .ancestor-nav .icon--nursing-welfare:hover {
  background-color: #FCF1D8;
}

.icon--childcare-education::before {
  background-image: url('../images/nav/childcare-education-icon.png');
}

.sp-global-nav .has-child.active .icon--childcare-education {
  background-color: #FFE7E7;
  transition: background-color 0.3s ease;
}

.pc-global-nav .ancestor-nav .icon--childcare-education:hover {
  background-color: #FFE7E7;
}

.icon--insurance-estate::before {
  background-image: url('../images/nav/insurance-estate-icon.png');
}

.sp-global-nav .has-child.active .icon--insurance-estate {
  background-color: #F4E9FE;
  transition: background-color 0.3s ease;
}

.pc-global-nav .ancestor-nav .icon--insurance-estate:hover {
  background-color: #F4E9FE;
}

.btn {
  color: #FFF;
  font-size: 1.4rem;
  text-decoration: none;
  outline: none;
  letter-spacing: 0.06em;
}

.btn, .btn::before, .btn::after {
  transition: all .3s;
}

.btn::before, .btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn:hover {
  color: #FFF;
  text-decoration: none;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #FFF;
}

.btn, .btn-lg {
  position: relative;
}

.btn-lg {
  padding: 15px 2.5rem;
}

.fa.pull-right, .fa-pull-right {
  position: absolute;
  top: 27%;
  right: 0.5rem;
}

.btn-lg .fa.pull-right, .btn-lg .fa-pull-right {
  top: 35%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}

@media (min-width: 1070px) {
  .container {
    width: 1070px;
  }
}

.btn-gray {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  width: auto;
  border-radius: 5px;
  padding: 1em 0;
  position: relative;
  background-color: #3F4A5A;
  margin: 0 auto;
}

.btn-gray:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .btn-gray {
    font-size: 18px;
    width: 325px;
  }
}

.btn-gray img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-pharmacy {
  background: #29BE60;
  border: 2px solid #29BE60;
}

.btn-pharmacy:hover {
  color: #29BE60;
  background: white;
}

.btn-green {
  border: 2px solid #7ac943;
  background: #7ac943;
}

.btn-green:hover {
  color: #7ac943;
  border: 2px solid #7ac943;
  background: white;
}

.btn-orange {
  border: 2px solid #f7931e;
  background: #f7931e;
}

.btn-orange:hover {
  color: #f7931e;
  border: 2px solid #f7931e;
  background: white;
}

.btn-blue {
  border: 2px solid #3fa9f5;
  background: #3fa9f5;
}

.btn-blue:hover {
  color: #3fa9f5;
  border: 2px solid #3fa9f5;
  background: white;
}

.btn-deep-blue {
  border: 2px solid #3f4a5a;
  background: #3f4a5a;
}

.btn-deep-blue:hover {
  color: #3f4a5a;
  border: 2px solid #3f4a5a;
  background: white;
}

.btn-pink {
  border: 2px solid #ff8f7f;
  background: #ff8f7f;
}

.btn-pink:hover {
  color: #ff8f7f;
  border: 2px solid #ff8f7f;
  background: white;
}

.btn-purple {
  border: 2px solid #a46bd5;
  background: #a46bd5;
}

.btn-purple:hover {
  color: #a46bd5;
  border: 2px solid #a46bd5;
  background: white;
}

.btn-red {
  border: 2px solid #ff604a;
  background: #ff604a;
}

.btn-red:hover {
  color: #ff604a;
  border: 2px solid #ff604a;
  background: white;
}

@media (min-width: 768px) {
  .btn-lg {
    width: 335px;
    max-width: 100%;
    display: inline-block;
    font-size: 1.8rem;
    padding: 20px;
  }
}
.feature-heading {
  font-size: 2rem;
  color: #666;
  line-height: 1.65;
  font-weight: bold;
  text-align: center;
}

.feature-heading > div {
  margin-bottom: 3rem;
}

.feature-heading .img {
  margin-bottom: 1rem;
}

.feature-detail {
  color: #666;
}

.feature-detail img {
  width: 100%;
  height: auto;
  margin: 1rem 0 2rem;
  border-radius: 10px;
}

.feature-detail .h2 {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.feature-detail > div {
  margin-bottom: 8%;
}

.feature-heading .bb-blue, .feature-detail .bb-blue {
  border-bottom: 4px solid #BCE1FC;
}

.feature-heading .bb-pink, .feature-detail .bb-pink {
  border-bottom: 4px solid #FFD4CE;
}

.feature-heading .bb-green, .feature-detail .bb-green {
  border-bottom: 4px solid #D0ECBD;
}

@media (min-width: 768px) {
  .feature-heading {
    font-size: 2.3rem;
  }

  .feature-heading .img {
    margin-bottom: 10px;
  }

  .feature-detail .h2 {
    font-size: 3rem;
  }
}
[class*="page-style-"]::before, [class*="page-style-"]::after {
  content: "";
  display: block;
  position: absolute;
  border: 20px solid transparent;
  transition: border-color .3s;
}

[class*="page-style-"]::before {
  border-right: 20px solid #FFF;
  bottom: -21px;
  right: -21px;
  transform: rotate(-135deg);
}

[class*="page-style-"]::after {
  border-right: 20px solid #E6E6E6;
  bottom: 7px;
  right: 7px;
  transform: rotate(45deg);
}

.page-style-white::before {
  border-color: #FFF;
}

.page-style-gray::before {
  border-color: #F5F5F5;
}

.page-style-blue::before {
  border-color: #F1FBFE;
}

.page-style-orange::before {
  border-color: #FFFAE4;
}

.page-style-pink::before {
  border-color: #FFF7F6;
}

.page-style-purple::before {
  border-color: #FAF7FD;
}
.heading-sec {
  text-align: center;
  margin-bottom: 50px;
}

.heading-sec h1 {
  color: #3F4A5A;
  font-size: 2.2rem;
  font-weight: bold;
}

.heading-sec .fa {
  font-size: 40px;
}

.heading-sec .line-style {
  width: 210px;
}

@media (min-width: 768px) {
  .heading-sec h1 {
    font-size: 2.7rem;
  }
}
.bg-style-default {
  padding-bottom: 70px;
  margin-bottom: 80px;
}

.bg-style-default.bg-white {
  background: #FFF;
}

.bg-style-default.bg-gray {
  background: #F5F5F5;
}

.bg-style-default.bg-blue {
  background: #F1FBFE;
}

.bg-style-default.bg-orange {
  background: #FFFAE4;
}

.bg-style-default.bg-purple {
  background: #FAF7FD;
}

.bg-style-default.bg-pink {
  background: #fff7f6;
}

.bg-style-default.bg-green {
  background: #F4FFEC;
}

.bg-style-boko {
  position: relative;
}

.bg-style-boko::before {
  content: "";
  display: block;
  width: 100%;
  height: 66px;
  position: relative;
  top: -66px;
  left: 0;
}

.bg-style-boko:not(.bg-boko-border)::before {
  height: clamp(36px, 8vw, 66px);
  transform: translateY(-99%);
  top: auto;
}

.bg-boko-white::before {
  margin-top: -80px;
  background: url("../images/tmp/bg-image-child.png") no-repeat center top;
}

.bg-boko-orange::before {
  background: url("../images/welfare/bg_1.gif") no-repeat center top;
}

.bg-boko-blue::before {
  background: url("../images/medical/bg_1.png") no-repeat center top;
}

.bg-boko-purple::before {
  background: url("../images/insurance-estate/bg-boko.png") no-repeat center top;
}

.bg-boko-pink::before {
  background: url("../images/education/bg-boko.png") no-repeat center top;
}

.bg-boko-green::before {
  background: url("../images/pharmacy/bg-boko.svg") no-repeat center top;
}

.bg-boko-border {
  padding-top: 50px;
  background: url("../images/tmp/bg-border.gif") no-repeat center top;
}

.bg-boko-border::before {
  border-top: 1px solid #DDD;
  top: 67px;
  position: absolute;
  background: #FFF;
  z-index: -1;
}

.bg-boko-border .heading-sec {
  padding-top: 67px;
}

.bg-style-arrow {
  position: relative;
}

.bg-style-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -34px;
}

.bg-arrow-blue::after {
  background: url("../images/medical/bg_arrow.gif") no-repeat center;
}

.bg-arrow-orange::after {
  background: url("../images/welfare/bg_arrow.gif") no-repeat center;
}

.bg-arrow-pink::after {
  background: url("../images/education/bg_arrow.gif") no-repeat center;
}

.bg-arrow-purple::after {
  background: url("../images/insurance-estate/bg-arrow.png") no-repeat center;
}

.bg-style-boko .heading-sec {
  margin-top: -90px;
  position: relative;
  z-index: 1000;
}

.bg-style-boko:not(.bg-boko-border) .heading-sec {
  margin-top: calc(clamp(36px,8vw,80px) * -1);
}
@media (max-width: 768px) {
  .gallery {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .gallery .gallery-item {
    width: 50% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .gallery .gallery-item img {
    border: none !important;
  }

  .gallery br {
    display: none !important;
    clear: both !important;
  }
}

@media (min-width: 768px) {
  .gallery-facility .caption {
    border-radius: 0 10px 10px 0;
  }

  .gallery-facility .caption dt,
  .gallery-facility .caption dd {
    display: table-cell;
    padding: 20px 40px;
  }

  .gallery-facility .caption dt {
    width: 25%;
    text-align: left;
    border-radius: 10px;
    border-radius: 10px 0 0 10px;
  }

  .gallery-facility .caption dd {
    line-height: 2;
    width: 75%;
    border-radius: 0 10px 10px 0;
  }
}
.box-style-green {
  border-top: 4px solid #29BE60;
}

.box-style-green.-pharmacy {
  border-top: 4px solid #29BE60;
}

.box-style-green.-pharmacy-box::before {
  border-color: #F4FFEC;
}

.box-style-blue {
  border-top: 4px solid #3EAAF5;
}

.box-style-orange {
  border-top: 4px solid #F7931E;
}

.box-style-pink {
  border-top: 4px solid #FF7F7F;
}

.box-style-purple {
  border-top: 4px solid #A46BD5;
}

.box-style-green:hover, .box-style-green.active {
  border-color: #29BE60;
}

.box-style-green:hover::after, .box-style-green.active::after {
  border-right: 20px solid #29BE60;
}

.box-style-green.-pharmacy:hover, .box-style-green.-pharmacy.active {
  border-color: #29BE60;
}

.box-style-green.-pharmacy:hover::after, .box-style-green.-pharmacy.active::after {
  border-right: 20px solid #29BE60;
}

.box-style-blue:hover, .box-style-blue.active {
  border-color: #3FA9F5;
}

.box-style-blue:hover::after, .box-style-blue.active::after {
  border-right: 20px solid #3FA9F5;
}

.box-style-orange:hover, .box-style-orange.active {
  border-color: #F7931E;
}

.box-style-orange:hover::after, .box-style-orange.active::after {
  border-right: 20px solid #F7931E;
}

.box-style-pink:hover, .box-style-pink.active {
  border-color: #FF8F7F;
}

.box-style-pink:hover::after, .box-style-pink.active::after {
  border-right: 20px solid #FF8F7F;
}

.box-style-purple:hover, .box-style-purple.active {
  border-color: #A46BD5;
}

.box-style-purple:hover::after, .box-style-purple.active::after {
  border-right: 20px solid #A46BD5;
}

@media (min-width: 768px) {
  [class*="box-style-"] .img {
    height: 290px;
    overflow: hidden;
  }

  [class*="box-style-"] .img.mini {
    height: 110px;
    margin-bottom: 0;
  }

  [class*="box-style-"] .img img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-out;
  }

  [class*="box-style-"]:hover .img img {
    scale: 105%;
  }

  [class*="box-style-"] dt {
    font-size: 2.1rem;
  }
}
.table-style.blue > tbody > tr > th, .page-template-tmp-medical th {
  background: #F1FBFE;
}

.table-style.orange > tbody > tr > th {
  background: #FFFAE4;
}

.table-style.gray > tbody > tr > th {
  background: #f5f5f5;
}

.table-style.pink > tbody > tr > th {
  background: #FFF7F6;
}

.table-style.purple > tbody > tr > th {
  background: #FAF7FD;
}
.page-navigation {
  color: #FFF;
  font-weight: 100;
  padding: 12px 15px;
}

.page-navigation a {
  line-height: 1;
  color: #FFF;
  font-weight: 100;
}

.page-navigation .fa-angle-right {
  margin: 0.5rem;
}

.page-navigation > span:last-child a {
  font-weight: 300;
}

.page-navigation.about {
  background: #3EAAF5;
}

.page-navigation.medical {
  background: #29BE60;
}

.page-navigation.nursing-farewell {
  background: #F7931E;
}

.page-navigation.childcare-education {
  background: #FF7F7F;
}

.page-navigation.insurance-estate {
  background: #A46BD5;
}
.parent-main-image {
  height: 458px;
  width: 100%;
  display: table;
  margin-bottom: 80px;
  text-align: center;
}

.parent-main-image .icon {
  max-width: 1040px;
  position: relative;
  height: 100%;
  margin: auto;
  padding: 0 40px;
}

.parent-main-image .icon img {
  width: 114px;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 50%;
}

@media (min-width: 768px) {
  .parent-main-image .icon img {
    right: 20px;
    left: auto;
    translate: 0 60%;
    width: 228px;
  }
}

@media (min-width: 992px) {
  .parent-main-image .icon img {
    right: 0;
  }
}

.parent-main-image h1 {
  color: #3F4A5A;
  font-size: 3.5rem;
  font-weight: bold;
  margin: 150px 0 0;
}

.parent-main-image.about {
  background: url("../images/about/main_parent.jpg") no-repeat center/cover;
  height: clamp(245px, 50vw, 460px);
}

.parent-main-image.medical {
  background: #E3EDF7 url("../images/medical/sp-main.png?v=<?= date('Yms'); ?>") no-repeat center/cover;
  height: clamp(245px, 50vw, 460px);
}

.parent-main-image.welfare {
  background: #fdf3e9 url("../images/welfare/sp-main.png") no-repeat center/cover;
  height: clamp(245px, 50vw, 460px);
}

.parent-main-image.childcare-education {
  background: url("../images/education/sp-main.png?v=<?= date('Yms'); ?>") no-repeat center bottom/cover;
  height: clamp(245px, 50vw, 460px);
}

.parent-main-image.estate {
  background: #F8FAFD url("../images/insurance-estate/sp-main.png?v=<?= date('Yms'); ?>") no-repeat center center/cover;
  height: clamp(245px, 50vw, 460px);
}

@media (min-width: 630px) {
  .parent-main-image.estate {
    background: #F8FAFD url("../images/insurance-estate/main.png") no-repeat center/cover;
  }

  .parent-main-image.childcare-education {
    background: url("../images/education/main.png") no-repeat center bottom/cover;
  }

  .parent-main-image.welfare {
    background: #fdf3e9 url("../images/welfare/main.png") no-repeat center/cover;
  }

  .parent-main-image.medical {
    background: #E3EDF7 url("../images/medical/main.png?v=<?= date('Yms'); ?>") no-repeat center/cover;
  }
}

.parent-summary .icon {
  width: 114px;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-top: -160px;
  margin-left: -57px;
}

.parent-summary {
  position: relative;
  margin-bottom: 8%;
}

.parent-summary .container {
  position: relative;
}

.parent-summary h1 {
  font-size: 2.5rem;
  line-height: 1.75;
  color: #3F4A5A;
  font-weight: normal;
}

.parent-summary .line-style {
  display: inline-block;
}

.parent-summary p {
  color: #666;
  font-size: 1.6rem;
}

.parent-main-image h1 {
  font-size: clamp(26px, 5vw, 45px);
}

.parent-main-image__wrapper {
  position: relative;
  height: 100%;
  max-width: calc(100% - 30px);
}

.about-title {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-65%);
}

@media (min-width: 768px) {
  /* --- 親ページ メインイメージ --- */
  .parent-main-image {
    text-align: left;
  }

  /* --- 親ページ 上部説明 --- */
  .parent-summary h1 {
    font-size: 3.5rem;
    padding-right: 228px;
  }

  .parent-summary .icon {
    width: clamp(150px, 17.8vw, 228px);
    right: 0;
    left: auto;
    margin-left: 0;
  }

  .parent-summary p {
    font-size: 1.8rem;
  }

  .about-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.child-summary {
  color: #666;
  margin-bottom: 120px;
}

.child-summary .image {
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 50px;
}

.child-summary h1 {
  color: #3F4A5A;
  font-size: 2.5rem;
}

.child-summary .line-style-defaul {
  margin: 3.5rem 0;
}

.child-main-image {
  height: 180px;
  padding-top: 150px;
  margin-bottom: 180px;
  text-align: center;
  position: relative;
}

.child-main-image::after {
  content: "";
  width: 100%;
  height: 67px;
  display: block;
  background: url("../images/tmp/bg-image-child.png") no-repeat center bottom/auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.child-main-image h1 {
  color: #3F4A5A;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: -15px;
  z-index: 100;
  position: relative;
}

.child-main-image h1 .icon {
  width: 82px;
  height: 82px;
}

.child-main-image .line-style-default {
  width: 230px;
}

.child-main-image.about {
  background: url("../images/about/main_child.jpg") no-repeat center/cover;
}

.child-main-image.medical {
  background: url("../images/medical/main_child.jpg") no-repeat center/cover;
  margin-bottom: 180px;
}

.child-main-image.welfare {
  background: url("../images/welfare/main_child.jpg") no-repeat center/cover;
}

.child-main-image h1 {
  font-size: clamp(25px, 3vw, 36px);
}

@media (min-width: 768px) {
  .child-summary h1 {
    font-size: 3.5rem;
  }
}
.line-style-default {
  width: 280px;
  height: 10px;
  border: none;
  display: inline-block;
}

.line-style-default.line-green {
  background: url("../images/tmp/line-green.svg") repeat-x;
}

.line-style-default.line-orange {
  background: url("../images/tmp/line-orange.svg") repeat-x;
}

.line-style-default.line-blue {
  background: url("../images/tmp/line-blue.svg") repeat-x;
}

.line-style-default.line-purple {
  background: url("../images/tmp/line-purple.png") repeat-x;
}

.line-style-default.line-pink {
  background: url("../images/tmp/line-pink.svg") repeat-x;
}
#content.blog .content-head {
  display: flex;
  width: 100%;
}

#content.blog .content-head .tag a {
  background-color: #7AC943;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.8rem;
  height: 2.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  transition: .3s;
  margin-right: 0.8rem;
}

#content.blog .content-head .tag a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#content.blog .content-head .date {
  font-weight: 400;
}

#content {
  margin-bottom: 80px;
}

@media(width >=1040px) {
  #content {
    padding-right: 30px;
  }
}

@media screen and (width <= 767px) {
  #content.category--page + aside {
    display: block;
  }
}

#manage_important_message {
  width: 100%;
}

#manage_important_message p {
  margin-bottom: 0;
}

#manage_important_message .message_archive {
  width: 100%;
  display: block;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  text-decoration: none;
}

#manage_important_message .message_archive .text_box {
  width: calc( 100% - 30px);
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

#manage_important_message .message_archive i {
  color: #fff;
  display: block;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 1.2rem;
}

#manage_important_message .message_archive .text_box h6 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-right: 2rem;
  line-height: 1.1;
  flex-shrink: 0;
}

#manage_important_message .message_archive .text_box p {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.1;
}

#manage_important_message .message_archive .text_box p.date {
  margin-right: 2rem;
  flex-shrink: 0;
}

#manage_important_message .message_archive .text_box p:last-of-type {
  width: 35em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#manage_important_message .message_archive {
  background-color: #edf9e5;
}

#manage_important_message .message_archive .text_box i {
  background-color: #7ac943;
}

#manage_important_message .message_archive h6 {
  color: #7ac943;
}

#manage_important_message .message_archive.medical {
  background-color: #f1fbfe;
}

#manage_important_message .message_archive.medical i {
  background-color: #3FA9F5;
}

#manage_important_message .message_archive.medical h6 {
  color: #3FA9F5;
}

#manage_important_message .message_archive.nursing-farewell {
  background-color: #fae7cc;
}

#manage_important_message .message_archive.nursing-farewell i {
  background-color: #F7931E;
}

#manage_important_message .message_archive.nursing-farewell h6 {
  color: #F7931E;
}

#manage_important_message .message_archive.childcare-education {
  background-color: #fff0ef;
}

#manage_important_message .message_archive.childcare-education i {
  background-color: #FF8F7F;
}

#manage_important_message .message_archive.childcare-education h6 {
  color: #FF8F7F;
}

#manage_important_message .message_archive.insurance-estate {
  background-color: #f6effa;
}

#manage_important_message .message_archive.insurance-estate i {
  background-color: #a46bd5;
}

#manage_important_message .message_archive.insurance-estate h6 {
  color: #a46bd5;
}

@media screen and (width <= 767px) {
  #manage_important_message .message_archive {
    padding-left: 8px;
    padding-right: 8px;
  }

  #manage_important_message .message_archive .text_box {
    flex-wrap: wrap;
    width: 100%;
  }

  #manage_important_message .message_archive .text_box p {
    font-size: 1.2rem;
    line-height: 1.1;
    padding-top: 0.2rem;
  }

  #manage_important_message .message_archive .text_box h6 {
    font-size: 1.4rem;
    margin-right: 0;
    width: calc( 100% - 3rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #manage_important_message .message_archive .text_box p.date {
    width: 5.5em;
    margin-right: 0.5rem;
  }

  #manage_important_message .message_archive .text_box p:last-of-type {
    width: calc( 100% - 6.5em);
  }

  #manage_important_message .message_archive .text_box::before {
    margin-right: 1em;
  }
}
#contact-form {
  margin: 80px 0;
}

#contact-form label {
  margin-right: 10px;
}

#contact-form dt {
  margin-bottom: 15px;
}

#contact-form .required {
  background: #FF604A;
  color: #FFF;
  font-weight: normal;
  font-size: 12px;
  padding: 2px 5px;
  margin-left: 1rem;
  vertical-align: 1px;
}

/* submitボタンの使用不可状態変化！ */
#contact-form .disabled {
  background: #c7e8b0;
  border: 2px solid #c7e8b0;
  transition: none;
  pointer-events: none;
  cursor: not-allowed;
}

#contact-form .disable:hover {
  color: #FFF;
  background: #c7e8b0;
  border: 2px solid #c7e8b0;
}

.goq-ma-form .goq-ma-btn {
  border-color: #3EAAF5 !important;
  background-color: #3EAAF5 !important;
}

@media (min-width: 768px) {
  #contact-form dt {
    margin-bottom: 0;
  }

  #contact-form hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.fv-container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}

@media (min-width: 768px) {
  .fv-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .fv-container {
    width: 950px;
  }
}

@media (min-width: 1070px) {
  .fv-container {
    width: 1040px;
  }
}
#sbi_images {
  padding: 0 !important;
}
.hamburger-btn {
  width: 60px;
  height: 60px;
  background-color: #0e0e0e;
  position: relative;
  border: none;
}

@media (min-width: 1200px) {
  .hamburger-btn {
    display: none;
  }
}

.hamburger-bar {
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hamburger-bar::before, .hamburger-bar::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.hamburger-bar::after {
  transform: translateY(10px);
}

.hamburger-bar::before {
  transform: translateY(-10px);
}

.hamburger-btn.is-active .hamburger-bar {
  background-color: transparent;
}

.hamburger-btn.is-active .hamburger-bar::before {
  transform: rotate(45deg);
}

.hamburger-btn.is-active .hamburger-bar::after {
  transform: rotate(-45deg);
}
/* 　保育ページ色 */

.nurse-bg {
  background-color: #fff7f6;
}

/*.line-pink {*/
/*  background: url("../images/nurse/line.png") no-repeat;*/
/*}*/

.text-pink {
  color: #ff7f7f;
}

/* 　保育メインコンテンツ */
.childcare-line {
  /*background: url("../images/nurse/line.png") no-repeat;*/
  height: 7px;
  border: none;
}

/*.nurse-bg .bg-boko-pink::before {*/
/*  background: url("../images/nurse/bg.png") no-repeat center top;*/
/*}*/

.nurse-service .category {
  margin-bottom: 15px;
}

.nurse-service .child-page-navi .img-responsive {
  width: 100%;
  height: auto;
}

.nurse-service .child-page-navi .h2 {
  font-weight: bold;
  margin: 20px 0 5px;
}

.nurse-service .category li {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
}

.nurse-service .child-page-navi .box {
  color: #4D4D4D;
  border: 1px solid #E6E6E6;
  border-top: 4px solid #ff7f7f;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  background-color: #fff;
}

.nurse-service .child-page-navi .box::after {
  border-right: 20px solid #E6E6E6;
  bottom: 7px;
  right: 7px;
  transform: rotate(45deg);
}

.nurse-service .child-page-navi .box::before,
.nurse-service .child-page-navi .box::after {
  content: "";
  display: block;
  position: absolute;
  border: 20px solid transparent;
  border-right: 20px solid #E6E6E6;
}

.nurse-service .child-page-navi .box::before {
  border-right: 20px solid #fff7f6;
  bottom: -21px;
  right: -21px;
  transform: rotate(-135deg);
}

.childcare-education-title {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-65%);
}

.childcare-education-title h1 {
  font-size: clamp(26px, 5vw, 45px);
  text-align: left;
  margin-top: 0;
}

.childcare-education-title p {
  text-align: left;
}

.childcare-education-title p small {
  font-size: clamp(14px, 4.1vw, 18px);
  font-weight: bold;
}

.childcare-education .icon img {
  width: clamp(82px, 20vw, 228px);
}

.childcare-education-feed {
  padding: 60px 0 100px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .childcare-education-feed {
    padding: 80px 0 150px;
  }

  .childcare-education-title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.childcare-education-feed #sbi_load a {
  font-size: 15px !important;
  line-height: 1 !important;
  padding: 1em 2em !important;
  margin-top: 30px !important;
}

.childcare-education-feed hgroup {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .childcare-education-feed hgroup {
    margin-bottom: 50px;
  }
}

.childcare-education-feed h2 {
  font-size: 22px;
  font-weight: bold;
  color: #404B5B;
  text-align: center;
  margin-bottom: 0.6em;
}

.childcare-education-feed p {
  font-size: 16px;
  color: #666;
  text-align: center;
  font-weight: 500;
}

.childcare-education-tabs {
  display: flex;
  gap: 2%;
  margin-bottom: 20px;
}

.childcare-education-tabs button {
  font-size: clamp(12px, 3vw, 16px);
  font-weight: bold;
  color: #FF7F7E;
  background-color: #fff;
  border: 1px solid #FF7F7E;
  padding: 2% 3%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0;
  line-height: 1.5;
}

.childcare-education-tabs button[aria-expanded="true"] {
  background-color: #ff7f7f;
  color: #fff;
}

.childcare-education-tabs-contents[aria-hidden="true"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.nurse-service [class*="box-style-"] .img {
  height: auto;
}

.child-page-navi {
  display: grid;
  gap: 40px 30px;
}

@media (min-width: 630px) {
  .child-page-navi {
    grid-template-columns: repeat(2, 1fr);
  }
}

.child-page-navi a {
  margin-bottom: 0;
}
#pharmacy {
  color: #666;
}

.pharmacy-info h1,
.pharmacy-store h1,
.pharmacy-service h1 {
  font-weight: bold;
  font-size: 22px;
  color: #3F4A5A;
  margin-bottom: 10px;
}

#pharmacy h1 .fa {
  font-size: 25px;
}

/* --- 薬局スライド --- */
.pharmacy-slider .bx-wrapper {
  margin-bottom: 5px;
}

.pharmacy-slider li img {
  width: 100%;
  height: auto;
}

#bx-pager {
  display: table;
  width: 100%;
}

#bx-pager > a {
  width: 24%;
  float: left;
  margin: 0.5%;
  display: table-cell;
  cursor: pointer;
}

#bx-pager > a.active {
}

#bx-pager img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #bx-pager {
    display: block;
    overflow: hidden;
    letter-spacing: -.4em;
  }

  #bx-pager > a {
    display: inline-block;
    width: 49%;
    letter-spacing: normal;
    vertical-align: top;
  }

  #bx-pager {
    display: block;
    overflow: hidden;
    letter-spacing: -.4em;
    width: 100%;
  }
}

.pharmacy-info {
  background: #D0ECBD;
  padding: 5px;
  border-radius: 5px;
}

.pharmacy-info h1 {
  margin: 5px 0 10px;
}

.pharmacy-info p {
  background: #FFF url("../images/medical/img_10.gif") no-repeat right 20px bottom;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 20px 20px 150px;
}

/*薬局詳細*/
#single-pharmacy h2 {
  color: #3F4A5A;
  font-weight: bold;
}
#single-pharmacy h3 {
  font-weight: bold;
}
#single-pharmacy  {
  color: #666666;
}
.pharmacy-table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}

.pharmacy-table tr {
  border-bottom: 1px solid #e6e6e6;
}

.pharmacy-table tr:last-child {
  border-bottom: none;
}

.pharmacy-table th {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .pharmacy-table th {
    width: 168px;
  }
}

.pharmacy-table td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.pharmacy-table th,
.pharmacy-table td {
  display: block;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

@media (min-width: 768px) {
  .pharmacy-table th,
  .pharmacy-table td {
    display: table-cell;
  }
}

.pharmacy-facility-button {
  max-width: 185px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(64 75 91 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(63 74 90 / var(--tw-text-opacity, 1));
}

.pharmacy-facility-button[aria-expanded="true"] {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(63 74 90 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .pharmacy-facility-button {
    width: 186px;
    font-size: 18px;
  }
}

.pharmacy-facility-content[aria-hidden="true"] {
  display: none;
}

/*モーダル*/
.pharmacy-modal {
  display: none;
}

.pharmacy-modal__overlay {
  position: fixed;
  inset: 0px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6;
}

.pharmacy-modal.is-open {
  display: block;
}

/*固定バナーアニメーション*/

.tw-fadein {
  opacity: 0;
  animation: fadein 0.4s forwards;
}
.tw-fadeout {
  opacity: 1;
  animation: fadeout 0.4s forwards;
}
@keyframes fadein {
  to { opacity: 1; }
}
@keyframes fadeout {
  to { opacity: 0; }
}
.medical-title {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-65%);
}

.medical-title h1 {
  font-size: clamp(26px, 5vw, 45px);
  text-align: left;
  margin-top: 0;
}

.medical-title p {
  text-align: left;
}

.medical-title p small {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: bold;
}

.medical .icon img {
  width: clamp(82px, 20vw, 228px);
}

@media (min-width: 768px) {
  .medical-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* 大切なあなたの、あしたをつなぐ */
.business--guid .img img {
  border-radius: 10px;
}

.parent-main-image.business {
  background: url("../images/business/business-image.png") no-repeat center bottom / cover;
  position: relative;
}

.line_green {
  background: url("../images/business/line.png") no-repeat;
}

.medicalWrap {
  overflow: hidden;
  background-color: #F4FFEC;
}

.medicalWrap .medical-image {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  position: relative;
}

.medicalWrap .btn {
  display: block;
  width: 325px;
  overflow: hidden;
}

.medicalWrap .btn a {
  color: #fff;
}

.medical-inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.innerBox {
  margin-top: 5px;
}

.innerBox h3 {
  color: #3f4a5a;
}

.medicalBox {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.medical-container {
  max-width: 600px;
}

.medical-txt {
  padding-bottom: 50px;
}

.medical-txt2 {
  margin-bottom: 10px;
}

.nursingWrap {
  overflow: hidden;
  background-color: #fae7cc;
}

.nursingWrap .medical-image {
  padding-left: 0;
  padding-right: 0;
}

.nursingWrap .btn {
  display: block;
  width: 325px;
  overflow: hidden;
}

.nursingWrap .btn a {
  color: #fff;
}

.childcareWrap {
  background-color: #fff0ef;
}

.childcareWrap .medical-image {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.childcareWrap .btn {
  display: block;
  width: 325px;
  overflow: hidden;
}

.childcareWrap .btn a {
  color: #fff;
}

.real-estateWrap {
  background-color: #f6effa;
}

.real-estateWrap .medical-image {
  padding-left: 0;
  padding-right: 0;
}

.real-estateWrap .btn {
  display: block;
  width: 325px;
  overflow: hidden;
}

.real-estateWrap .btn a {
  color: #fff;
}

.contents-Tb2 {
  width: 100%;
  display: table;
}

.contents-Tbc2 {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
  .medicalBox {
    justify-content: center;
  }

  .contents-Tbc2 {
    width: 100%;
    display: table;
  }

  .medicalWrap .btn {
    display: block;
    width: 325px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .nursingWrap .btn {
    display: block;
    width: 325px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .childcareWrap .btn {
    display: block;
    width: 325px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .real-estateWrap .btn {
    display: block;
    width: 325px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .estate-medicalBox {
    margin: 0 auto;
    margin-top: 40px;
  }

  .medical-txt2 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .estate-medicalBox {
    margin: 0 auto;
    margin-top: 40px;
  }
}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .medical-blue {
    color: #3fa9f5;
    font-size: 12px;
    font-family: "Noto Sans";
  }

  .nursing-orange {
    color: #f7931e;
    font-size: 12px;
    font-family: "Noto Sans";
  }

  .childcare-pink {
    color: #ffafaf;
    font-size: 12px;
    font-family: "Noto Sans";
  }

  .estate-medicalBox {
    margin: 0 auto;
    margin-top: 40px;
  }

  .insurance-purple {
    color: #a46bd5;
    font-size: 12px;
  }

  .estate-medicalBox {
    margin: 0 auto;
    margin-top: 40px;
  }

  .medicalWrap .btn {
    display: block;
    width: 100%;
  }

  .nursingWrap .btn {
    display: block;
    width: 100%;
  }

  .childcareWrap .btn {
    display: block;
    width: 100%;
  }

  .real-estateWrap .btn {
    display: block;
    width: 100%;
  }

  .medical-icon {
    width: 67px;
  }

  .innerBox {
    margin-top: 0;
  }
}

@media(width >=1040px) {
  .business--guid {
    margin-top: 4px;
  }

  .business--guid p {
    margin-top: 35px;
  }
}

.contents-Tb2 .medical-inner-box {
  padding-top: 40px;
}

@media (min-width: 1200px) {
  .contents-Tb2 .medical-inner-box {
    padding-top: 0;
  }

  .contents-Tb2:nth-child(odd) .medical-inner-box {
    padding-right: 36px;
  }

  .contents-Tb2:nth-child(even) .medical-inner-box {
    padding-left: 36px;
  }
}
.top-business {
  z-index: 10;
  position: relative;
  margin-bottom: 0;
}

.main-visual {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

.main-visual .main-visual-list li {
  height: clamp(245px,50vw,560px);
  background-size: cover;
  background-position: center;
}

.main-visual .main-visual__inner {
  max-width: 1060px;
  margin: auto;
  position: relative;
}

.main-visual .main-visual__title {
  font-size: clamp(20px, 5vw, 50px);
  font-weight: bold;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 0.4em;
  top: 40px;
  left: 0;
  z-index: 100;
  text-align: left;
  margin-bottom: 0;
  color: #3F4A5A;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .main-visual .main-visual__title {
    top: 60px;
  }
}

.main-visual .main-visual__title p {
  margin-bottom: 0;
  padding: 0.3em 0.4em;
  background: #fff;
}

.main-visual .main-visual__title p:last-of-type {
  font-size: 0.5em;
  padding: 0.4em 0.8em;
}

.main-visual-midashi {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 100%;
  margin: -1.5em 0 0 -50%;
  font-size: 5.0rem;
  color: #3f4a5a;
}

.main-visual-midashi2 {
  position: absolute;
  top: 72%;
  left: 50%;
  width: 100%;
  margin: -1.5em 0 0 -50%;
  font-weight: bold;
  font-family: "Noto Sans";
  font-size: 2.6rem;
}

.main-visual li {
  width: 100%;
}

/* トップページ　色 */


.insurance-purple {
  color: #a46bd5;
}

.ci-blue {
  color: #1481ea;
}

.ci-green {
  color: #42ab04;
}

/* --- ネクサスの事業について --- */

.contents-inner {
  text-align: center;
  margin-bottom: 64px;
}

.contents-inner h2 {
  color: #3f4a5a;
  font-size: 3.6rem;
  margin: 40px 0 15px;
}

.columnWrap {
  margin-left: -2.5px;
  margin-right: -2.5px;
  padding-top: 15px;
  overflow: hidden;
}

.column-bg {
  background-color: #f7f7f7;
}

.columnWrap .column {
  padding-right: 2.5px;
  padding-left: 2.5px;
}

.columnWrap a.inner-bg {
  display: block;
  background: #FFF;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

.columnWrap a.inner-bg,
.columnWrap a.inner-bg:hover {
  text-decoration: none;
}

a.inner-bg .img {
  /* 縦幅はウィンドウサイズがわからないのでjsで設定してます。 */
  overflow: hidden;
}

a.inner-bg .img img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-out;
}

a.inner-bg:hover .img img {
  width: 105%;
  max-width: 105%;
}

.columnWrap a.inner-bg h3 {
  padding-top: 40px;
  color: #3f4a5a;
  font-size: 2.8rem;
  position: relative;
}

.columnWrap a.inner-bg .icon {
  width: 66px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -33px;
  top: -33px;
}

a.inner-bg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  right: -35px;
  border: 35px solid transparent;
  border-right: 35px solid #000;
  transform: rotate(-135deg);
}

/* 薬局 */
a.inner-bg.medical::after {
  border-right: 35px solid #29BE60;
}

/* 介護・福祉 */
a.inner-bg.nursing-farewell::after {
  border-right: 35px solid #F7931E;
}

/* 保育・教育 */
a.inner-bg.childcare-education::after {
  border-right: 35px solid #FFAFAF;
}

/* 損保・不動産 */
a.inner-bg.insurance-estate::after {
  border-right: 35px solid #A46BD5;
}

.column-btn {
  padding-bottom: 50px;
  margin: 0;
}

.column-btn .column-anchor {
  display: block;
  width: 325px;
  margin: auto;
  overflow: hidden;
  margin-top: 50px;
}

/* --- 常に一歩先をゆく価値創造を。& NEXUS GROUP RECRUIT --- */
.main-image2 {
  position: relative;
  padding: 0;
}

.main-paragraph {
  margin: 0
}

.main {
  position: relative;
}

.contents-Tb {
  width: 100%;
  display: table;
}

/* カラム機能が作用しないため */
.col-lg-push-6 {
  left: 49.99999%;
}

/* END */
.contents-Tbc {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.columnWrap.row {
  margin: 0;
  padding: 5px 0 0;
}

.main-box {
  text-align: center;
}

.main h4 {
  font-size: 2.8rem;
}

.main .column-btn {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0;
}

.main .column-anchor {
  display: block;
  width: 325px;
  margin: auto;
  overflow: hidden;
}

.main .recruit-midashi {
  font-size: 4.0rem;
  font-family: "Noto Sans";
  font-weight: bold;
}

.slide-bg {
  background-color: #f7f7f7;
  padding-bottom: 50px;
  margin-bottom: -80px;
}

/* 160926 修正 yoshimura */
.sliderWrap .item {
  padding: 0 0 40px;
  position: relative;
}

.sliderWrap .item .img {
  height: 210px;
  overflow: hidden;
}

.sliderWrap .item a {
  display: block;
  text-decoration: none;
}

.sliderWrap .item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  right: -35px;
  border: 35px solid transparent;
  border-right: 35px solid #000;
  transform: rotate(-135deg);
}

.sliderWrap .item .img img {
  width: 100%;
  height: auto;
  transition: all 0.5s linear;
}

.sliderWrap .item:hover img {
  max-width: 105%;
  width: 105%;
}

/* 薬局 */
.item.medical a::after {
  border-right: 35px solid #3FA9F5;
}

/* 介護・福祉 */
.item.nursing-farewell a::after {
  border-right: 35px solid #F7931E;
}

/* 保育・教育 */
.item.childcare-education a::after {
  border-right: 35px solid #FFAFAF;
}

/* 損保・不動産 */
.item.insurance-estate a::after {
  border-right: 35px solid #A46BD5;
}

/* 160926 END */
.sliderWrap .slidecolumn {
}

.sliderWrap .slidebox {
  margin: 10px 15px 20px;
}

.sliderWrap h5 {
  text-align: center;
  font-size: 2.8em;
  font-family: "Noto Sans Mono CJK JP";
  color: #3f4a5a;
  padding-top: 70px;
  margin-bottom: 30px;
}

.sliderWrap ul li {
  float: left;
  background-color: #fff;
}

.sliderWrap ul li:last-child {
  margin-right: 0;
}

.sliderWrap ul li p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 10px;
}

.bxslider-top-business .bx-pager {
  display: none;
}

@media only screen and (max-width: 1200px) {
  /* カラム機能が作用しないため */
  .col-lg-push-6.col-lg-push-6 {
    left: 0;
  }

  .main h4 {
    font-size: 2.8rem;

    /* margin-top:50px; */
    font-family: "Noto Sans Mono CJK JP";
  }

  .column_btn {
    margin-bottom: 60px;
  }

  .contents-Tbc {
    display: block;
    width: 100%;
  }

  .main-box {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .main-visual-midashi {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }

  .main-visual-midashi2 {
    font-size: 2.3rem;
    position: absolute;
    top: 74%;
  }

  .contents-inner {
    text-align: center;
    margin-bottom: 30px;
  }

  .contents-inner h2 {
    font-size: 1.8rem;
    margin: 10px 0 5px;
  }

  .contents-inner p {
    font-size: 1.6rem;
  }

  .main .btn-primary {
    padding: 22px 105px;
    background-color: #3f4a5a;
    display: inline-block;
    margin-top: 15px;
  }

  .column_btn {
    display: block;
    background-color: #3f4a5a;
    width: 325px;
    margin: auto;
  }

  .column-btn {
    text-align: center;
  }

  .main h4 {
    font-size: 2.8rem;
    font-family: "Noto Sans Mono CJK JP";
  }

  .main .recruit-midashi {
    font-size: 3rem;
  }

  .contents-Tbc {
    width: 100%;
    float: none;
  }

  .sliderWrap h5 {
    font-size: 1.8em;
    margin: 20px 0;
  }

  .childcare-pink {
    font-size: 1.4rem;
  }

  .insurance-purple {
    font-size: 1.4rem;
  }

  .nursing-orange {
    font-size: 1.4rem;
  }

  .medical-blue {
    font-size: 1.4rem;
  }
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .main-visual-midashi {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .main-visual-midashi2 {
    font-size: 1rem;
    position: absolute;
    top: 74%;
  }

  .contents-inner {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .contents-inner h2 {
    font-size: 1.8rem;
    margin: 10px 0 5px;
  }

  .contents-inner p {
    font-size: 1.6rem;
  }

  .main .btn-primary {
    padding: 22px 105px;
    background-color: #3f4a5a;
    display: inline-block;
    margin-top: 15px;
  }

  .column_btn {
    display: block;
    background-color: #3f4a5a;
    margin: auto;
  }

  .column-btn {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main h4 {
    font-size: 2.4rem;
    font-family: "Noto Sans Mono CJK JP";
  }

  .main .recruit-midashi {
    font-size: 2.8rem;
  }

  .sliderWrap h5 {
    font-size: 1.8em;
    margin: 20px 0;
  }
}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .main-visual-midashi {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .main-visual-midashi2 {
    font-size: 1.2rem;
    position: absolute;
    top: 74%;
  }

  .contents-inner {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .contents-inner h2 {
    font-size: 1.8rem;
    margin: 10px 0 5px;
  }

  .contents-inner p {
    font-size: 1.6rem;
  }

  .main .btn-primary {
    padding: 22px 105px;
    background-color: #3f4a5a;
    display: inline-block;
    margin-top: 15px;
  }

  .column-btn {
    text-align: center;
  }

  .main-box {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main h4 {
    font-size: 1.8rem;
    font-family: "Noto Sans Mono CJK JP";
    line-height: 1.2;
  }

  .main-image2 {
    margin-top: 30px;
  }

  .sliderWrap h5 {
    font-size: 1.8em;
    margin: 20px 0;
  }

  .column-btn .column-anchor {
    width: 100%;
  }

  .main .column-anchor {
    width: 100%;
  }

  .column-btn {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width: 320px) {
  .contents-Tbc {
    width: 100%;
    float: none;
  }
}

.policy {
  padding: 25px 35px;
  margin-bottom: 35px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
}

@media (min-width: 1060px) {
  .policy {
    margin-bottom: 80px;
  }
}

.policy .policy__wrapper {
  max-width: 1060px;
  margin: auto;
  display: grid;
  gap: 20px;
  place-items: center;
}

@media (min-width: 1060px) {
  .policy .policy__wrapper {
    gap: 50px;
    grid-template-columns: 0.8fr 1fr;
  }
}

.policy .policy__text {
  color: #3F4B5B;
}

.policy .policy__text h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .policy .policy__text h2 {
    font-size: 22px;
    text-align: left;
  }
}

.policy .policy__text p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 500;
}

.top-news-list {
  max-width: 768px;
  margin: auto;
}

.top-news-list > li {
  border-bottom: 1px solid #3FA9F5;
  padding: .5em 1em;
}

.top-news-list time {
  min-width: 150px;
  margin-bottom: .6em;
  display: block;
}

.top-news-list a {
  display: block;
  line-height: 1.6;
}

@media (min-width: 564px) {
  .top-news-list > li {
    display: flex;
  }

  .top-news-list time {
    margin-bottom: 0 !important;
  }
}
.gallery-facility {
  color: #666;
  margin-bottom: 40px;
}

.gallery-facility ul {
  display: grid;
  gap: 20px 25px;
  margin-bottom: 45px;
}

.gallery-facility ul li {
  margin: 0 auto;
}

@media (min-width: 425px) {
  .gallery-facility ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .gallery-facility ul {
    gap: 30px 45px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-facility .img {
  margin-bottom: 20px;
}

.gallery-facility .img img {
  width: 100%;
  height: auto;
}

.gallery-facility p {
  color: #666;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
}

.gallery-facility .caption {
  background: #FFF;
  display: table;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.kirara-facility .gallery-facility .caption {
  background: #FFFAE4;
}

.gallery-facility .caption dt, .gallery-facility .caption dd {
  display: block;
  vertical-align: middle;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}

.gallery-facility .caption dt {
  background: #FDD598;
  width: 100%;
}

.gallery-facility .caption dd {
  background: #FFF;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.kirara-facility.--nursing-farewell .bg-style-default {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.facility-card-list {
  display: grid;
  grid-row-gap: 30px;
}

.facility-card-list .facility-color-orange {
  color: var(--facility-color-orange);
}

.facility-card-list .facility-color-orange::after {
  background-color: var(--facility-color-orange);
}

.facility-card-list .facility-color-orange .link {
  background-color: var(--facility-color-orange);
}

.facility-card-list .facility-color-green {
  color: var(--facility-color-green);
}

.facility-card-list .facility-color-green::after {
  background-color: var(--facility-color-green);
}

.facility-card-list .facility-color-green .link {
  background-color: var(--facility-color-green);
}

.facility-card-list .facility-color-blue {
  color: var(--facility-color-blue);
}

.facility-card-list .facility-color-blue::after {
  background-color: var(--facility-color-blue);
}

.facility-card-list .facility-color-blue .link {
  background-color: var(--facility-color-blue);
}

.facility-card-list .facility-color-pink {
  color: var(--facility-color-pink);
}

.facility-card-list .facility-color-pink::after {
  background-color: var(--facility-color-pink);
}

.facility-card-list .facility-color-pink .link {
  background-color: var(--facility-color-pink);
}

.facility-card-list .facility-color-purple {
  color: var(--facility-color-purple);
}

.facility-card-list .facility-color-purple::after {
  background-color: var(--facility-color-purple);
}

.facility-card-list .facility-color-purple .link {
  background-color: var(--facility-color-purple);
}

.facility-card-list > li {
  padding: 30px 35px;
  border: 1px solid #E6E6E6;
  position: relative;
  display: grid;
  gap: 20px;
  max-width: 500px;
  grid-template-columns: 0.5fr 1fr;
}

@media (min-width: 425px) {
  .facility-card-list > li {
    grid-template-columns: 133px 1fr;
  }
}

.facility-card-list > li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: inherit;
  height: 5px;
}

.facility-card-list > li .decorate {
  position: absolute;
  right: -1.5px;
  bottom: -1.5px;
}

.facility-card-list > li .facility-card-list__text {
  font-size: clamp(14px, 4vw, 18px);
  font-weight: bold;
  margin-bottom: 0.6em;
}

.facility-card-list > li .link {
  grid-column: span 2;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 0.8em 0;
  position: relative;
  background-color: inherit;
}

.facility-card-list > li .link img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.facility-card-list > li .link.-pc {
  display: none;
}

@media (min-width: 630px) {
  .facility-card-list > li .link.-pc {
    display: block;
  }
  .facility-card-list > li .link.-sp {
    display: none;
  }
}

#archive .category-link {
  display: flex;
  justify-content: center;
  padding-bottom: 7rem;
}

#archive .category-link li {
  line-height: 1.5;
}

#archive .category-link li:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

#archive .category-link a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  transition: .3s;
}

#archive .category-link a:hover {
  text-decoration: none;
}

#archive .category-link .nexus a:hover {
  color: #7ac943;
}

#archive .category-link .medical a:hover {
  color: #3FA9F5;
}

#archive .category-link .nursing-farewell a:hover {
  color: #F7931E;
}

#archive .category-link .childcare-education a:hover {
  color: #FF8F7F;
}

#archive .category-link .insurance-estate a:hover {
  color: #a46bd5;
}

#content.category--page + aside {
  display: none;
}

#archive .archive-area {
  width: 100%;
  margin: 0 auto;
}

#archive .archive-area a {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: .3s;
}

#archive .archive-area li:first-of-type a {
  border-top: 1px solid #ccc;
}

#archive .archive-area a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}

#archive .archive-area .cat-name {
  background-color: #7AC943;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.7rem;
  margin-bottom: 0;
  width: 10rem;
  text-align: center;
  margin-right: 2.4rem;
  flex-grow: 0;
}

#archive .archive-area time {
  color: #666;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.7rem;
  margin-right: 2.4rem;
  flex-grow: 0;
}

#archive .archive-area .title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.7rem;
  margin-bottom: 0;
  padding-right: 2.5rem;
  flex-grow: 1;
  width: calc( 100% - 24.2rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#archive .archive-area .fa-pull-right {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

#archive .archive-area li.nexus .cat-name {
  background-color: #7AC943;
}

#archive .archive-area li.medical .cat-name {
  background-color: #3fa9f5;
}

#archive .archive-area li.nursing-farewell .cat-name {
  background-color: #f7931e;
}

#archive .archive-area li.childcare-education .cat-name {
  background-color: #ff8f7f;
}

#archive .archive-area li.insurance-estate .cat-name {
  background-color: #a46bd5;
}

#archive .pagination {
  display: block;
  margin: 4rem auto 0;
}

#archive .pagination h2 {
  display: none;
}

#archive .pagination .nav-links {
  display: flex;
  justify-content: center;
}

#archive .pagination .dots, #archive .pagination .current, #archive .pagination a {
  display: block;
  line-height: 3.5rem;
  height: 3.5rem;
  width: 3.5rem;
  text-align: center;
  margin-right: 1rem;
}

#archive .pagination .dots, #archive .pagination .current {
  background-color: #7ac943;
  color: #fff;
}

#archive .pagination a {
  border: 1px solid #ccc;
  color: #333;
}

#archive .pagination a:active {
  text-decoration: none;
}

#archive .pagination a:hover {
  text-decoration: none;
  border: none;
  background-color: #7ac943;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #archive .category-link {
    display: none;
  }

  #archive .archive-area a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #archive .archive-area .title {
    width: 100%;
    margin-top: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #archive .archive-area .cat-name {
    margin-right: 1.2rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
    font-weight: 700;
  }

  #archive .archive-area time {
    line-height: 2.4rem;
    margin-right: 0;
  }

  #archive .pagination ul {
    justify-content: center;
  }
}
.available-room .available-room-container {
  padding: 0 30px 100px;
  max-width: 1040px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .available-room .available-room-container {
    padding: 0 30px 150px;
  }
}

@media (min-width: 1040px) {
  .available-room .available-room-container {
    padding: 0 0 150px;
  }
}

.available-room .thumbnail-img {
  margin: 0 -15px 50px;
}

@media (min-width: 768px) {
  .available-room .thumbnail-img {
    margin: 0 0 80px;
  }
}

.available-room .thumbnail-img img {
  margin: 0 auto;
}

.available-room .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 100px;
}

.available-room .title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
  font-weight: 600;
  color: #3F4B5B;
}

@media (min-width: 768px) {
  .available-room .title {
    font-size: 22px;
  }
}

.available-room .title-wrapper {
  margin-bottom: 35px;
  text-align: center;
}

.available-room .contents-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: #666;
}

@media (min-width: 768px) {
  .available-room .contents-list {
    gap: 10px;
    flex-direction: row;
    align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1040px) {
  .available-room .contents-list {
    gap: 25px;
  }
}

.available-room .contents-list > li {
  padding: 25px 25px 40px;
  border: 1px solid #E6E6E6;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .available-room .contents-list > li {
    width: 33.3333%;
  }
}

.available-room .contents-list > li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #F7931E;
  height: 12px;
}

.available-room .contents-list > li .decorate {
  position: absolute;
  right: -1.5px;
  bottom: -1.5px;
}

.available-room .contents-list figure {
  margin-bottom: 25px;
}

.available-room .contents-list .facility-name {
  color: #F7931E;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.available-room .contents-list .facility-dl {
  display: grid;
  gap: 0.5em;
}

.available-room .contents-list .facility-dl > * {
  display: grid;
  align-items: center;
  grid-template-columns: 80px auto;
}

.available-room .contents-list .facility-dl dt {
  background-color: #FFFAE4;
  text-align: center;
  font-weight: bold;
  padding: 4px;
  color: #3F4B5B;
}

.available-room .contents-list .facility-dl dd {
  padding: 0 10px;
  word-break: break-all;
}

.available-room .available-contents {
  border: 1px solid #E6E6E6;
  margin-bottom: 15px;
}

.available-room .available-contents .title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0.4em 0;
  background-color: #FFFAE4;
  margin-bottom: 0;
  color: #3F4B5B;
}

.available-room .available-contents .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.available-room .link {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  padding: 1em 0;
  position: relative;
  background-color: #F7931E;
}

.available-room .link img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.available-status {
  display: grid;
  background-color: #F5F5F5;
  gap: 50px 80px;
  color: #3F4B5B;
  padding: 30px;
  margin: 0 -15px;
  border-radius: 0;
}

@media (min-width: 768px) {
  .available-status {
    margin: 0;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .available-status {
    padding: 50px;
    grid-template-columns: 360px 1fr;
  }
}

.available-status:not(.--no-home-group) {
  place-items: center;
}

.available-status.--no-home-group {
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .available-status.--no-home-group {
    text-align: left;
  }
}

.available-status.--no-home-group .available-status__grid {
  max-width: 330px;
  margin: auto;
}

@media (min-width: 768px) {
  .available-status.--no-home-group .available-status__grid {
    max-width: 100%;
  }
}

.available-status.--no-home-group .available-status-content .title {
  font-size: 20px;
}

@media (min-width: 992px) {
  .available-status.--no-home-group .available-status-content .title {
    font-size: 22px;
  }
}

.available-status .available-status__wrapper, .available-status .available-status__image {
  max-width: 330px;
}

@media (min-width: 992px) {
  .available-status .available-status__wrapper, .available-status .available-status__image {
    max-width: 100%;
  }
}

.available-status .available-status__grid {
  display: grid;
  gap: 20px;
}

.available-status .available-status-modify-date {
  font-weight: 400;
  margin-bottom: 15px;
}

.available-status .available-status__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .available-status .available-status__title {
    font-size: 22px;
  }
}

.available-status .available-status-content {
  border-radius: 10px;
  border: 1px solid #F7931E;
  overflow: hidden;
  margin-bottom: 10px;
}

.available-status .available-status-content .title {
  background-color: #F7931E;
  color: #fff;
  font-size: 20px;
  padding: 0.6em 0;
  text-align: center;
}

@media (min-width: 768px) {
  .available-status .available-status-content .title {
    font-size: 22px;
  }
}

.available-status .available-status-content__body {
  display: grid;
  place-items: center;
  padding: 30px;
  background-color: #fff;
}

.welfare-pharmacy {
  margin-bottom: clamp(100px, 25vw, 150px);
}

.welfare-pharmacy [class*="box-style-"] {
  margin-bottom: 0;
}

.welfare-pharmacy .pharmacy-nursing-farewell__inner {
  display: grid;
  gap: 15px 30px;
  align-items: center;
  grid-template-columns: 0.8fr 1fr;
  grid-template-rows: repeat(2, auto);
}

@media (min-width: 992px) {
  .welfare-pharmacy .pharmacy-nursing-farewell__inner {
    align-items: start;
    grid-template-columns: 160px 1fr;
    grid-template-rows: 1fr;
  }
}

.welfare-pharmacy .pharmacy-nursing-farewell__image {
  border-radius: 10px;
  overflow: hidden;
}

.welfare-pharmacy .pharmacy-nursing-farewell__box {
  display: contents;
}

@media (min-width: 992px) {
  .welfare-pharmacy .pharmacy-nursing-farewell__box {
    display: block;
  }
}

.welfare-pharmacy .pharmacy-nursing-farewell__desc {
  text-align: center;
  grid-column: span 2;
  width: 100%;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .welfare-pharmacy .pharmacy-nursing-farewell__desc {
    text-align: left;
  }
}

.welfare-pharmacy .pharmacy-nursing-farewell-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  max-width: 500px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .welfare-pharmacy .pharmacy-nursing-farewell-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 100%;
  }
}

.welfare-pharmacy h3 {
  font-weight: bold;
  line-height: 1.4;
  font-size: 20px;
}

@media (min-width: 768px) {
  .welfare-pharmacy h3 {
    font-size: 22px;
    margin-bottom: 0.1em;
  }
}

.welfare-service__container {
  padding-bottom: 80px;
}

.welfare-service-list {
  display: grid;
  gap: 40px 30px;
}

@media (min-width: 768px) {

  .welfare-service__container {
    padding-bottom: 100px;
  }

  .welfare-service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.welfare-service-list [class*="box-style-"] {
  margin-bottom: 0;
}

.welfare-service-list [class*="box-style-"] .img {
  height: auto;
}

.welfare-service-list a {
  height: 100%;
}

/* btn */
.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}

.welfare-pharmacy__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0;
  width: clamp(290px, 80vw, 650px);
  border-radius: 90px;
  color: white;
  font-size: clamp(14px , 3vw, 24px);
  font-weight: 600;
  padding: 23px clamp(10px, 2vw ,20px);
  line-height: 1.375;
  transition: all .3s;
}

.welfare-pharmacy__btn:hover {
  text-decoration: none;
}

.welfare-pharmacy__btn img {
  width: clamp(40px , 10vw, 77px);
}

.welfare-pharmacy__btn p {
  padding-left: clamp(10px, 2vw ,15px);
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .welfare-pharmacy__btn {
    max-height: 137px;
    padding: 33px 45px 38px;
    margin: 60px auto 0;
  }

  .welfare-pharmacy__btn p {
    padding-left: 25px;
  }
}

.welfare-list-office h2 {
  color: #F7931E;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2.3%;
}

.welfare-list-office hr {
  margin-top: 4%;
  margin-bottom: 3%;
}

.welfare-greeting p {
  vertical-align: middle;
}

.welfare-greeting .name {
  display: inline-block;
  font-size: 2.2rem;
}

/* 介護・福祉のサービス一覧 */

.welfare-service .category {
  text-align: left;
  margin-bottom: 15px;
}

.welfare-service .category li {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
}

.welfare-service .category li::before {
  content: "/";
  display: inline-block;
  padding: 0 0.25rem;
}

.welfare-service .category li:first-child::before {
  content: none;
}


.pharmacy-service .table {
  table-layout: fixed;
}

.pharmacy-service .fa-check {
  font-size: 22px;
}

.pharmacy-nursing-farewell-title {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-65%);
}

.pharmacy-nursing-farewell-title h1 {
  font-size: clamp(26px, 5vw, 45px);
  text-align: left;
  margin-top: 0;
}

.pharmacy-nursing-farewell-title p {
  text-align: left;
}

.pharmacy-nursing-farewell-title p small {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: bold;
}

.welfare .icon img {
  width: clamp(82px, 20vw, 228px);
}

@media (min-width: 768px) {
  .welfare-list-office h2 {
    font-size: 3rem;
  }

  .pharmacy-nursing-farewell-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.nursing-welfare__content .table-style {
  border: 1px solid #e6e6e6;
}

/*.nursing-welfare-video::-webkit-media-controls-overlay-play-button,*/
/*.nursing-welfare-video::-webkit-media-controls-start-playback-button,*/
/*.nursing-welfare-video::-webkit-media-controls-play-button {*/
/*  display: none !important;*/
/*  opacity: 0 !important;*/
/*  visibility: hidden !important;*/
/*  pointer-events: none !important;*/
/*  position: absolute !important;*/
/*  left: -9999px !important;*/
/*  width: 0 !important;*/
/*  height: 0 !important;*/
/*}*/

/*!* Android Chrome特有の対策 *!*/
/*.nursing-welfare-video::-webkit-media-controls-overlay-enclosure {*/
/*  display: none !important;*/
/*}*/

/*!* 全般的な非表示設定 *!*/
/*.nursing-welfare-video {*/
/*  -webkit-appearance: none;*/
/*}*/
#archive .category-link {
  display: flex;
  justify-content: center;
  padding-bottom: 7rem;
}

#archive .category-link li {
  line-height: 1.5;
}

#archive .category-link li:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

#archive .category-link a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  transition: .3s;
}

#archive .category-link a:hover {
  text-decoration: none;
}

#archive .category-link .nexus a:hover {
  color: #7ac943;
}

#archive .category-link .medical a:hover {
  color: #3FA9F5;
}

#archive .category-link .nursing-farewell a:hover {
  color: #F7931E;
}

#archive .category-link .childcare-education a:hover {
  color: #FF8F7F;
}

#archive .category-link .insurance-estate a:hover {
  color: #a46bd5;
}

#content.category--page + aside {
  display: none;
}

#archive .archive-area {
  width: 100%;
  margin: 0 auto;
}

#archive .archive-area a {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: .3s;
}

#archive .archive-area li:first-of-type a {
  border-top: 1px solid #ccc;
}

#archive .archive-area a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}

#archive .archive-area .cat-name {
  background-color: #7AC943;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.7rem;
  margin-bottom: 0;
  width: 10rem;
  text-align: center;
  margin-right: 2.4rem;
  flex-grow: 0;
}

#archive .archive-area time {
  color: #666;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.7rem;
  margin-right: 2.4rem;
  flex-grow: 0;
}

#archive .archive-area .title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.7rem;
  margin-bottom: 0;
  padding-right: 2.5rem;
  flex-grow: 1;
  width: calc( 100% - 24.2rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#archive .archive-area .fa-pull-right {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

#archive .archive-area li.nexus .cat-name {
  background-color: #7AC943;
}

#archive .archive-area li.medical .cat-name {
  background-color: #3fa9f5;
}

#archive .archive-area li.nursing-farewell .cat-name {
  background-color: #f7931e;
}

#archive .archive-area li.childcare-education .cat-name {
  background-color: #ff8f7f;
}

#archive .archive-area li.insurance-estate .cat-name {
  background-color: #a46bd5;
}

#archive .pagination {
  display: block;
  margin: 4rem auto 0;
}

#archive .pagination h2 {
  display: none;
}

#archive .pagination .nav-links {
  display: flex;
  justify-content: center;
}

#archive .pagination .dots, #archive .pagination .current, #archive .pagination a {
  display: block;
  line-height: 3.5rem;
  height: 3.5rem;
  width: 3.5rem;
  text-align: center;
  margin-right: 1rem;
}

#archive .pagination .dots, #archive .pagination .current {
  background-color: #7ac943;
  color: #fff;
}

#archive .pagination a {
  border: 1px solid #ccc;
  color: #333;
}

#archive .pagination a:active {
  text-decoration: none;
}

#archive .pagination a:hover {
  text-decoration: none;
  border: none;
  background-color: #7ac943;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #archive .category-link {
    display: none;
  }

  #archive .archive-area a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #archive .archive-area .title {
    width: 100%;
    margin-top: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #archive .archive-area .cat-name {
    margin-right: 1.2rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
    font-weight: 700;
  }

  #archive .archive-area time {
    line-height: 2.4rem;
    margin-right: 0;
  }

  #archive .pagination ul {
    justify-content: center;
  }
}
.hcs-flow li {
  position: relative;
  margin-bottom: 85px;
}

.hcs-flow li::after {
  color: #3FA9F5;
  font-size: 72px;
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  bottom: -110px;
  margin-left: -22px;
}

.hcs-flow li:last-child::after {
  content: none;
}

.hcs-flow h2 {
  font-family: "Noto Sans";
  font-size: 6.5rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 148px;
  width: 100%;
  padding: 20px 0;
}

.hcs-flow h2 strong {
  font-size: 1.7rem;
  margin-top: 5px;
  display: block;
}

.hcs-flow .img {
  color: #4D4D4D;
  width: 148px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.hcs-flow .patient {
  border: 1px solid #89CF58;
}

.hcs-flow .patient h2 {
  background: #89CF58;
}

.hcs-flow .patient .img {
  background: #fafdf8;
}

.hcs-flow .pharmacist {
  border: 1px solid #3FA9F5;
}

.hcs-flow .pharmacist h2 {
  background: #3FA9F5;
}

.hcs-flow .pharmacist .img {
  background: #F1FBFE;
}

.hcs-flow span {
  display: block;
}

.hcs-flow p {
  display: block;
  color: #4D4D4D;
  padding: 10px 30px;
}

/* 窓口でよくあご質問 */

.hcs-faq {
  color: #4D4D4D;
}

.hcs-faq li {
  border-bottom: 1px dotted #CCC;
  padding: 0 40px 10px;
  margin-bottom: 50px;
}

.hcs-faq dt {
  font-size: 2rem;
  margin-bottom: 40px;
}

.hcs-faq dd {
  line-height: 1.9;
  text-align: justify;
}

.hcs-faq dt,
.hcs-faq dd {
  position: relative;
  padding-left: 90px;
}

.hcs-faq dt::before,
.hcs-faq dd::before {
  font-family: "Noto Sans";
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  width: 45px;
  height: 45px;
  padding-top: 9px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -1rem;
}

.hcs-faq dt::before {
  content: "Q";
  color: #3FA9F5;
  background: #BCE1FC;
}

.hcs-faq dd::before {
  content: "A";
  color: #FF8F7F;
  background: #FFD4CE;
}

.hcs-faq .price-list {
  max-width: 600px;
  background-color: #FFF;
}

.hcs-faq .price-list th {
  background-color: #F2F2F2;
}

.hcs-faq .price-list small {
  font-size: 80%;
  margin-left: 0.5em;
}

@media (min-width: 768px) {
  .hcs-flow li > * {
    display: table-cell;
    vertical-align: middle;
  }

  .hcs-flow h2 {
    width: 148px;
  }

  .hcs-flow h2 strong {
    margin-top: 25px;
  }

  .hcs-flow .img {
    width: 148px;
  }
}

#insurance-estate .estate-news {
    padding-top:100px;
}

#insurance-estate .estate-news .bg-style-default {
    margin-bottom: 0;
}

#insurance-estate #archive.ie-archive {
    background-color: #fff;
    padding: 1em;
}

#insurance-estate #archive.ie-archive .archive-area li:first-of-type a {
    border-top: none;
}

#insurance-estate #archive.ie-archive .news-link {
    position: relative;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 10em;
    margin-left: auto;
}

#insurance-estate #archive.ie-archive .news-link .fa.pull-right,
#insurance-estate #archive.ie-archive .news-link .fa-pull-right {
    top: 33%;
}

#insurance-estate .tu-boxwrap .text-purple {
    font-size: 20px;
}

#insurance-estate .tu-boxwrap .text-purple span {
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 2px 10px;
    font-weight: normal;
    margin-right: 10px;
    margin-top: -5px;
    vertical-align: middle;
    display: inline-block;
}

#insurance-estate .tu-boxwrap .text-purple span.cate01 {
    background: #3FA9F5;
}

#insurance-estate .tu-boxwrap .text-purple span.cate02 {
    background: #FF8F7F;
}

#insurance-estate .tu-boxwrap .text-purple span.cate03 {
    background: #89CF58;
}

#insurance-estate .insurance-estate-title {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-65%);
}

#insurance-estate .insurance-estate-title h1 {
  font-size: clamp(26px, 5vw, 45px);
  text-align: left;
  margin-top: 0;
}

#insurance-estate .insurance-estate-title p {
  text-align: left;
}

#insurance-estate .insurance-estate-title p small {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: bold;
}

#insurance-estate .estate .icon img {
  width: clamp(82px, 20vw, 228px);
}

@media (min-width: 768px) {
    #insurance-estate .tu-boxwrap [class*="box-style-"] .img {
    border: 1px solid #ddd;
    }

    #insurance-estate #archive.ie-archive {
        padding: 4em 2em 2em;
    }

    #insurance-estate #archive.ie-archive .news-link {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #insurance-estate #archive.ie-archive .news-link .fa.pull-right,
    #insurance-estate #archive.ie-archive .news-link .fa-pull-right {
        top: 40%;
    }

    #insurance-estate .tu-boxwrap [class*="box-style-"] img {
        position: relative;
        top: 0;
        left: 0;
    }

    #insurance-estate .tu-boxwrap [class*="box-style-"]:hover img {
        top: -2.5%;
        left: -2.5%;
    }

    #insurance-estate .insurance-estate-title {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }
}

.loan-tool-product th {
  /* width: 25%; */
  width: 100%;
}

.loan-tool-product .btn {
  margin-bottom: 20px;
}

#loan-product,
#loan-target {
  padding-top: 75px;
}

#loan-product .h2,
#loan-target .h2 {
  font-size: 2rem;
  margin-bottom: 25px;
}

#loan-product .h2 {
  background: url("../images/tmp/line-blue_1.png") repeat-x center center;
}

#loan-target .h2 {
  background: url("../images/tmp/line-green_1.png") repeat-x center center;
}

#loan-product span.bg-orange,
#loan-target span.bg-orange {
  padding: 0 20px;
  background: #fffae4;
}

@media (min-width: 768px) {
  #loan-product .h2,
  #loan-target .h2 {
    font-size: 3rem;
  }

  .loan-tool-product th {
    width: 25%;
  }

}
.gh-service .box {
  color: #4D4D4D;
  border: 1px solid #E6E6E6;
  border-top: 4px solid #F7931E;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
}

.gh-service .box::before,
.gh-service .box::after {
  content: "";
  display: block;
  position: absolute;
  border: 20px solid transparent;
}

.gh-service .box::before {
  border-right: 20px solid #FFF;
  bottom: -21px;
  right: -21px;
  transform: rotate(-135deg);
}
.ds-deshio-facility .h2 {
  margin-bottom: 40px;
}

.ds-deshio-facility .table {
  margin-top: 40px;
}

.about-philosophy {
  font-size: 25px;
  font-weight: bold;
  color: #3F4A5A;
}

@media (min-width: 768px) {
  .about-philosophy {
    font-size: 30px;
  }
}

.about-philosophy h2,
.about-philosophy h3 {
  color: #3F4A5A;
}

.about-philosophy p {
  color: #666;
  font-weight: 500;
}

.about-philosophy-logo {
  text-align: center;
  padding: 50px 0 100px;
}

@media (min-width: 768px) {
  .about-philosophy-logo {
    padding: 50px 0 150px;
  }
}

.about-philosophy-logo h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
}

.about-philosophy-logo .line-decoration {
  padding-bottom: 35px;
}

.about-philosophy-logo .sentences {
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 400;
}

.about-philosophy-main {
  padding: 0 0 60px;
  text-align: center;
}


.about-philosophy-main__image {
  margin-bottom: 35px;
}

.about-philosophy-main__title {
  font-weight: bold;
  font-size: clamp(25px, 4vw, 30px);
}

.about-philosophy-main__divider {
  margin: 35px 0;
}

.about-philosophy-main__desc {
  font-size: clamp(16px, 4vw, 18px);
}

@media (min-width: 768px) {
  .about-philosophy-logo h2 {
    font-size: 30px;
  }

  .about-philosophy-main {
    padding: 0 0 80px;
  }

  .about-philosophy-main__image {
    margin-bottom: 50px;
  }
}

/* 縦線のスタイル */
.timeline::before {
  content: '';
  position: absolute;
  left: 100px;
  top: 19px;
  bottom: 20px;
  width: 1.5px;
  background-color: #E6E6E6;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content .timeline-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.timeline-content .timeline-list li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.timeline-content .timeline-list li::before {
  content: '';
  background-color: #666;
  border-radius: 9999px;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
}

@media (min-width: 768px)  {
  .timeline::before {
    left: 135px;
  }
}
#tmp-school .child-main-image.school {
	background: url("../images/school/kv.jpg") no-repeat center / cover;
}

#tmp-school .child-main-image.school.has-sns {
    margin-bottom: 180px;
}

#tmp-school .school-container .acf-map {
	width: 100%;
	height: 350px;
}

#tmp-school .school-container .nursery-info{
    background: #fcc;
    padding: 5px;
    border-radius: 5px;
}

#tmp-school .school-container  .nursery-info h1{
    margin: 5px 0 10px;
    font-weight: bold;
    font-size: 22px;
    color: #3F4A5A;
}

#tmp-school .school-container .nursery-info .nursery-info-wrap {
    background: #FFF url("../images/school/nursery_info_bg.gif") no-repeat right 20px bottom;
    background-size: 103px 151px;
    border-radius: 5px;
    padding: 20px 20px 150px;
}

#tmp-school .school-container .nursery-info .nursery-info-wrap p {
    margin-bottom: 0;
}

.nursery-info-sns {
    margin-top: -10px;
}

.nursery-info-sns-icon {
    width: 40px;
}

#tmp-school .school-container .nursery-content h1,
#tmp-school .school-container .nursery-gyoji h1,
#tmp-school .school-container .nursery-store h1,
#tmp-school .school-container .nursery-daily h1 {
    font-weight: bold;
    font-size: 22px;
    color: #3F4A5A;
    margin-bottom: 10px;
}

#tmp-school .school-container .nursery-content div {
    border: 2px solid #f0f0f0;
    display: table;
	border-collapse: collapse;
}

#tmp-school .school-container .nursery-content dl {
    clear: both;
    margin-bottom: 0;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #fff;
    display: table-row;
}

#tmp-school .school-container .nursery-content dl dd {
    width: 80%;
    background: #fff;
    padding: 12px;
    font-weight: normal;
    display: table-cell;
    border-bottom: 1px solid #f0f0f0;
}

#tmp-school .school-container .nursery-content dl dt {
    width: 20%;
    padding: 12px;
    background: #fcc;
    display: table-cell;
    border-bottom: 1px solid #f0f0f0;
}

#tmp-school .school-container .nursery-gyoji{
    clear: both;
    overflow: hidden;
}

#tmp-school .school-container .nursery-gyoji ul{
    padding: 13px 40px;
    background: #fafafa;
    overflow: hidden;
    border-radius: 6px;
}

#tmp-school .school-container .nursery-gyoji ul li{
    width: 33%;
    float: left;
    list-style: disc;
}

#tmp-school .school-container .nursery-gyoji div{
    padding: 35px 40px;
    background: #fafafa;
    overflow: hidden;
    border-radius: 6px;
}

#tmp-school .school-container .nursery-store table {
	width: 100% !important;
	border: 2px solid #E6E6E6;
}

#tmp-school .school-container .nursery-store table th{
    background: #f5f5f5 !important;
    white-space: nowrap;
}

#tmp-school .school-container .side-page-navi a:hover::after {
    background: #FF7F7F;
}


#tmp-school .school-container .second_cont{
    margin-top: 40px;
    overflow: hidden;
}

#tmp-school .school-container .second_cont img{
    margin: 16px 0 0 2%;
    width: 22%;
    height: auto;
}

#tmp-school .school-container .second_cont .fl_right{
    float: right;
    width: 72%;
}

#tmp-school .school-container .second_cont .fl_right h2{
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #ff604a;
    font-size: 2.4em;
    line-height: 1.4;
    border-bottom: 4px solid #fcc;
}


#tmp-school ul.bxslider-pharmacy {
	display: flex;
	align-items: center;
}

.school-container .bxslider-pharmacy {
  max-height: none !important;
}

.school-container .bxslider-pharmacy li {
  position: relative;
  max-height: 500px;
  min-width: 238px;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.school-container .bxslider-pharmacy li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#bx-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#bx-pager a {
  width: calc(25% - 4px);
  margin: 0;
}

#bx-pager a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.school-container .pharmacy-slider .bx-wrapper {
  margin-bottom: 10px;
}

@media (min-width: 768px){
  #bx-pager {
    gap: 10px;
  }

  #bx-pager a {
    width: calc(20% - 8px);
  }
}

.school-container .bx-prev,
.school-container .bx-next {
  display: none !important;
}

/* --- tableの基本スタイル --- */
.school-table {
	width: 100%;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}

.school-table tr {
  border-bottom: 1px solid #e6e6e6;
}

.school-table tr:last-child {
  border-bottom: none;
}

.school-table th {
	--tw-bg-opacity: 1;
	background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .school-table th {
		width: 168px;
	}
}

.school-table td {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.school-table th,
.school-table td {
	display: block;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 1.2em;
	padding-right: 1.2em;
}

@media (min-width: 768px) {
  .school-table th,
  .school-table td {
		display: table-cell;
	}
}

#tmp-school .nursery-store th,
#tmp-school .nursery-store td {
line-height: 1.75;
border: 1px solid #E6E6E6;
color: #666;
padding: 15px;
width: auto!important;
height: auto!important;
display: block;
}

#tmp-school .nursery-store .table-style>thead>tr>th,
#tmp-school .nursery-store .table-style>tbody>tr>th,
#tmp-school .nursery-store .table-style>tfoot>tr>th {
font-weight: bold;
vertical-align: middle;
}

#tmp-school .nursery-store table{
	margin-bottom: 40px;
}

#tmp-school .nursery-store table th,
#tmp-school .nursery-store table td{
	display: table-cell;
}

@media (min-width: 768px){
    #tmp-school .school-container .nursery-info .nursery-info-wrap {
        padding: 18px 150px 18px 20px;
    }

}

@media screen and (max-width: 768px) {
	#tmp-school .school-container .nursery-content dl {
    clear: both;
    margin-bottom: 0;
    overflow: hidden;
     border-top: none;
    border-bottom: none;
    display: table-row;
}

	#tmp-school .school-container .nursery-content dl dt {
    width: 100%;
    padding: 12px;
    background: #fcc;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

	#tmp-school .school-container .nursery-content dl dd {
	width: 100%;
    background: #fff;
    padding: 12px;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}
}

@media screen and (max-width: 480px) {
    #tmp-school .school-container .nursery-info h1{
        font-size: 20px;
    }

    #tmp-school .school-container .nursery-info p{
        width: 100%;
    }

    #tmp-school .school-container .nursery-gyoji ul li {
        width: 50%;
    }

    #tmp-school .school-container .second_cont img{
        margin: 16px auto;
        width: 60%;
        height: auto;
        display: block;
    }

    #tmp-school .school-container .second_cont .fl_right{
        float: none;
        width: 100%;
    }

    #tmp-school .school-container .second_cont .fl_right h2{
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 1.4em;
    }

    #tmp-school .school-container .col-xs-6{
        width: 100% !important;
        float: none !important;
    }

    #tmp-school .school-container ul.row{
		overflow: hidden;
	}

}

/* sidebar-school.php */
#tmp-school .side-page-navi.school,
#tmp-school .side-page-navi.school h1 {
	background-color: #FF7F7F;
}

/* 2018/05/02 追加 */
#tmp-school .btn-school-document {
    background: #fc7e7e;
    border: 2px solid #fc7e7e;
    color: #FFF;
    max-width: 100%;
    width: 400px;
    display: block;
    height: 70px;
    line-height: 70px;

    /* font-size: 1em; */
    text-align: center;
    border-radius: 5px;
    margin: 40px auto 0;
    transition: all .3s;
}

#tmp-school .btn-school-document:hover,
#tmp-school .btn-school-document:active,
#tmp-school .btn-school-document:focus {
    color: #fc7e7e;
    background: #FFF;
    text-decoration: none;
}

#tmp-school .nursery-daily-contents {
  padding: 35px 15px;
  background-color: #FCF2F1;
}

#tmp-school .nursery-daily-contents p {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin-bottom: 20px;
}

#tmp-school .nursery-daily-contents #sbi_load a {
  font-size: 15px !important;
  line-height: 1 !important;
  padding: 1em 2em !important;
  margin-top: 30px !important;
}
.mb-0 {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-120 {
  padding-bottom: 120px;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.tw-container{
  width: 100%;
}
@media (min-width: 640px){
  .tw-container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .tw-container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .tw-container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .tw-container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .tw-container{
    max-width: 1536px;
  }
}
.tw-invisible{
  visibility: hidden;
}
.tw-fixed{
  position: fixed;
}
.tw-absolute{
  position: absolute;
}
.tw-relative{
  position: relative;
}
.tw-bottom-0{
  bottom: 0px;
}
.tw-bottom-\[200px\]{
  bottom: 200px;
}
.tw-bottom-\[83px\]{
  bottom: 83px;
}
.tw-left-0{
  left: 0px;
}
.tw-left-1\/2{
  left: 50%;
}
.tw-left-\[8px\]{
  left: 8px;
}
.tw-left-\[95px\]{
  left: 95px;
}
.tw-right-0{
  right: 0px;
}
.tw-right-1\/2{
  right: 50%;
}
.tw-right-\[17px\]{
  right: 17px;
}
.tw-top-0{
  top: 0px;
}
.tw-top-\[8px\]{
  top: 8px;
}
.tw-z-10{
  z-index: 10;
}
.tw-z-20{
  z-index: 20;
}
.tw-z-\[2\]{
  z-index: 2;
}
.tw-z-\[9999\]{
  z-index: 9999;
}
.tw-m-0{
  margin: 0px;
}
.tw-m-\[0_auto_35px\]{
  margin: 0 auto 35px;
}
.tw-m-\[15px_0_50px\]{
  margin: 15px 0 50px;
}
.tw-m-\[35px_0_30px\]{
  margin: 35px 0 30px;
}
.tw-mx-\[-50vw\]{
  margin-left: -50vw;
  margin-right: -50vw;
}
.tw-mx-\[15px\]{
  margin-left: 15px;
  margin-right: 15px;
}
.tw-mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.tw-my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.tw-my-\[14px\]{
  margin-top: 14px;
  margin-bottom: 14px;
}
.tw-my-\[35px\]{
  margin-top: 35px;
  margin-bottom: 35px;
}
.\!tw-mb-0{
  margin-bottom: 0px !important;
}
.\!tw-mb-\[1em\]{
  margin-bottom: 1em !important;
}
.\!tw-mt-0{
  margin-top: 0px !important;
}
.tw-mb-0{
  margin-bottom: 0px;
}
.tw-mb-\[\.9em\]{
  margin-bottom: .9em;
}
.tw-mb-\[0\.5em\]{
  margin-bottom: 0.5em;
}
.tw-mb-\[100px\]{
  margin-bottom: 100px;
}
.tw-mb-\[10px\]{
  margin-bottom: 10px;
}
.tw-mb-\[15px\]{
  margin-bottom: 15px;
}
.tw-mb-\[1em\]{
  margin-bottom: 1em;
}
.tw-mb-\[20px\]{
  margin-bottom: 20px;
}
.tw-mb-\[25px\]{
  margin-bottom: 25px;
}
.tw-mb-\[30px\]{
  margin-bottom: 30px;
}
.tw-mb-\[35px\]{
  margin-bottom: 35px;
}
.tw-mb-\[40px\]{
  margin-bottom: 40px;
}
.tw-mb-\[50px\]{
  margin-bottom: 50px;
}
.tw-mb-\[5px\]{
  margin-bottom: 5px;
}
.tw-mb-\[60px\]{
  margin-bottom: 60px;
}
.tw-mb-\[70px\]{
  margin-bottom: 70px;
}
.tw-mb-\[80px\]{
  margin-bottom: 80px;
}
.tw-ml-\[15px\]{
  margin-left: 15px;
}
.tw-ml-\[20px\]{
  margin-left: 20px;
}
.tw-mr-\[20px\]{
  margin-right: 20px;
}
.tw-mt-\[0\.6em\]{
  margin-top: 0.6em;
}
.tw-mt-\[10px\]{
  margin-top: 10px;
}
.tw-mt-\[25px\]{
  margin-top: 25px;
}
.tw-mt-\[50px\]{
  margin-top: 50px;
}
.tw-mt-\[60px\]{
  margin-top: 60px;
}
.tw-mt-\[8px\]{
  margin-top: 8px;
}
.tw-block{
  display: block;
}
.tw-inline-block{
  display: inline-block;
}
.tw-flex{
  display: flex;
}
.tw-grid{
  display: grid;
}
.tw-hidden{
  display: none;
}
.tw-h-\[100px\]{
  height: 100px;
}
.tw-h-\[11px\]{
  height: 11px;
}
.tw-h-\[1px\]{
  height: 1px;
}
.tw-h-\[25px\]{
  height: 25px;
}
.tw-h-\[33px\]{
  height: 33px;
}
.tw-h-\[35px\]{
  height: 35px;
}
.tw-h-\[360px\]{
  height: 360px;
}
.tw-h-\[500px\]{
  height: 500px;
}
.tw-h-full{
  height: 100%;
}
.tw-max-h-\[600px\]{
  max-height: 600px;
}
.tw-min-h-\[10px\]{
  min-height: 10px;
}
.tw-w-\[100px\]{
  width: 100px;
}
.tw-w-\[11px\]{
  width: 11px;
}
.tw-w-\[166px\]{
  width: 166px;
}
.tw-w-\[25px\]{
  width: 25px;
}
.tw-w-\[33px\]{
  width: 33px;
}
.tw-w-\[35px\]{
  width: 35px;
}
.tw-w-\[45px\]{
  width: 45px;
}
.tw-w-\[60px\]{
  width: 60px;
}
.tw-w-\[89\%\]{
  width: 89%;
}
.tw-w-\[93\%\]{
  width: 93%;
}
.tw-w-\[calc\(100\%-30px\)\]{
  width: calc(100% - 30px);
}
.tw-w-\[clamp\(145px\,35vw\,260px\)\]{
  width: clamp(145px,35vw,260px);
}
.tw-w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.tw-w-full{
  width: 100%;
}
.tw-w-max{
  width: -moz-max-content;
  width: max-content;
}
.tw-w-screen{
  width: 100vw;
}
.tw-min-w-\[10px\]{
  min-width: 10px;
}
.tw-min-w-\[415px\]{
  min-width: 415px;
}
.tw-max-w-\[1040px\]{
  max-width: 1040px;
}
.tw-max-w-\[320px\]{
  max-width: 320px;
}
.tw-max-w-\[338px\]{
  max-width: 338px;
}
.tw-max-w-\[360px\]{
  max-width: 360px;
}
.tw-max-w-\[400px\]{
  max-width: 400px;
}
.tw-max-w-\[480px\]{
  max-width: 480px;
}
.tw-max-w-\[485px\]{
  max-width: 485px;
}
.tw-max-w-\[500px\]{
  max-width: 500px;
}
.tw-max-w-\[650px\]{
  max-width: 650px;
}
.tw-max-w-\[688px\]{
  max-width: 688px;
}
.tw-max-w-\[735px\]{
  max-width: 735px;
}
.tw-max-w-\[800px\]{
  max-width: 800px;
}
.tw-flex-1{
  flex: 1 1 0%;
}
.tw-shrink-\[0\.4\]{
  flex-shrink: 0.4;
}
.-tw-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-\[40\%\]{
  --tw-translate-x: 40%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-5{
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-\[-40\%\]{
  --tw-translate-y: -40%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-cursor-pointer{
  cursor: pointer;
}
.tw-grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tw-flex-col{
  flex-direction: column;
}
.tw-flex-col-reverse{
  flex-direction: column-reverse;
}
.tw-flex-wrap{
  flex-wrap: wrap;
}
.tw-flex-nowrap{
  flex-wrap: nowrap;
}
.tw-items-start{
  align-items: flex-start;
}
.tw-items-center{
  align-items: center;
}
.tw-items-stretch{
  align-items: stretch;
}
.tw-justify-center{
  justify-content: center;
}
.tw-justify-between{
  justify-content: space-between;
}
.tw-gap-0\.5{
  gap: 0.125rem;
}
.tw-gap-\[10px\]{
  gap: 10px;
}
.tw-gap-\[15px\]{
  gap: 15px;
}
.tw-gap-\[15px_20px\]{
  gap: 15px 20px;
}
.tw-gap-\[18px\]{
  gap: 18px;
}
.tw-gap-\[20px\]{
  gap: 20px;
}
.tw-gap-\[20px_30px\]{
  gap: 20px 30px;
}
.tw-gap-\[20px_64px\]{
  gap: 20px 64px;
}
.tw-gap-\[30px\]{
  gap: 30px;
}
.tw-gap-\[30px_40px\]{
  gap: 30px 40px;
}
.tw-gap-\[30px_50px\]{
  gap: 30px 50px;
}
.tw-gap-\[35px\]{
  gap: 35px;
}
.tw-gap-\[35px_50px\]{
  gap: 35px 50px;
}
.tw-gap-\[50px_35px\]{
  gap: 50px 35px;
}
.tw-gap-\[5px\]{
  gap: 5px;
}
.tw-gap-\[8px\]{
  gap: 8px;
}
.tw-gap-\[clamp\(30px\,7vw\,120px\)\]{
  gap: clamp(30px,7vw,120px);
}
.tw-gap-y-\[30px\]{
  row-gap: 30px;
}
.tw-overflow-hidden{
  overflow: hidden;
}
.tw-overflow-y-auto{
  overflow-y: auto;
}
.tw-whitespace-nowrap{
  white-space: nowrap;
}
.tw-rounded-\[10px\]{
  border-radius: 10px;
}
.tw-rounded-\[20px\]{
  border-radius: 20px;
}
.tw-rounded-\[5px\]{
  border-radius: 5px;
}
.tw-rounded-\[80px\]{
  border-radius: 80px;
}
.tw-rounded-\[8px\]{
  border-radius: 8px;
}
.tw-rounded-full{
  border-radius: 9999px;
}
.tw-rounded-lg{
  border-radius: 0.5rem;
}
.tw-rounded-r-\[5px\]{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tw-rounded-bl-full{
  border-bottom-left-radius: 9999px;
}
.tw-rounded-br-full{
  border-bottom-right-radius: 9999px;
}
.tw-rounded-tl-\[50px\]{
  border-top-left-radius: 50px;
}
.tw-rounded-tl-full{
  border-top-left-radius: 9999px;
}
.tw-rounded-tr-full{
  border-top-right-radius: 9999px;
}
.tw-border{
  border-width: 1px;
}
.tw-border-0{
  border-width: 0px;
}
.tw-border-b{
  border-bottom-width: 1px;
}
.tw-border-b-0{
  border-bottom-width: 0px;
}
.tw-border-b-\[1\.5px\]{
  border-bottom-width: 1.5px;
}
.tw-border-l-0{
  border-left-width: 0px;
}
.tw-border-r{
  border-right-width: 1px;
}
.tw-border-t{
  border-top-width: 1px;
}
.tw-border-t-0{
  border-top-width: 0px;
}
.tw-border-solid{
  border-style: solid;
}
.tw-border-dashed{
  border-style: dashed;
}
.tw-border-none{
  border-style: none;
}
.tw-border-\[\#29BE60\]{
  --tw-border-opacity: 1;
  border-color: rgb(41 190 96 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#44AB04\]{
  --tw-border-opacity: 1;
  border-color: rgb(68 171 4 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#C9CACA\]{
  --tw-border-opacity: 1;
  border-color: rgb(201 202 202 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#E6E6E6\]{
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#e6e6e6\]{
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.tw-border-current{
  border-color: currentColor;
}
.tw-border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.tw-border-pharmacy{
  --tw-border-opacity: 1;
  border-color: rgb(41 190 96 / var(--tw-border-opacity, 1));
}
.tw-bg-\[\#088CB6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(8 140 182 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#1481EA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 129 234 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#29BE60\]{
  --tw-bg-opacity: 1;
  background-color: rgb(41 190 96 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#3EAAF5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(62 170 245 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#3F4A5A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(63 74 90 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#44AB04\]{
  --tw-bg-opacity: 1;
  background-color: rgb(68 171 4 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#4CAF50\]{
  --tw-bg-opacity: 1;
  background-color: rgb(76 175 80 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#B93B32\]{
  --tw-bg-opacity: 1;
  background-color: rgb(185 59 50 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#E6E6E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FFFAE4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 228 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#e6e6e6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#f5f5f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#ff604a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 96 74 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-childcare{
  --tw-bg-opacity: 1;
  background-color: rgb(255 126 126 / var(--tw-bg-opacity, 1));
}
.tw-bg-childcare-light{
  --tw-bg-opacity: 1;
  background-color: rgb(252 242 241 / var(--tw-bg-opacity, 1));
}
.tw-bg-pharmacy{
  --tw-bg-opacity: 1;
  background-color: rgb(41 190 96 / var(--tw-bg-opacity, 1));
}
.tw-bg-pharmacy-light{
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 236 / var(--tw-bg-opacity, 1));
}
.tw-bg-transparent{
  background-color: transparent;
}
.tw-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.tw-from-\[\#FFFAE4\]{
  --tw-gradient-from: #FFFAE4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 250 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-50\%{
  --tw-gradient-from-position: 50%;
}
.tw-to-\[\#FFFAE4\]{
  --tw-gradient-to: #FFFAE4 var(--tw-gradient-to-position);
}
.tw-to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.tw-to-50\%{
  --tw-gradient-to-position: 50%;
}
.tw-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!tw-p-0{
  padding: 0px !important;
}
.tw-p-0{
  padding: 0px;
}
.tw-p-\[0\.8em\]{
  padding: 0.8em;
}
.tw-p-\[0_0_15px_15px\]{
  padding: 0 0 15px 15px;
}
.tw-p-\[0px_10px\]{
  padding: 0px 10px;
}
.tw-p-\[100px_0_150px\]{
  padding: 100px 0 150px;
}
.tw-p-\[10px\]{
  padding: 10px;
}
.tw-p-\[12px_25px\]{
  padding: 12px 25px;
}
.tw-p-\[15px\]{
  padding: 15px;
}
.tw-p-\[20px\]{
  padding: 20px;
}
.tw-p-\[2px_20px\]{
  padding: 2px 20px;
}
.tw-p-\[30px\]{
  padding: 30px;
}
.tw-p-\[30px_15px\]{
  padding: 30px 15px;
}
.tw-p-\[30px_20px\]{
  padding: 30px 20px;
}
.tw-p-\[30px_20px_35px\]{
  padding: 30px 20px 35px;
}
.tw-p-\[40px_15px_60px\]{
  padding: 40px 15px 60px;
}
.tw-p-\[40px_35px_60px\]{
  padding: 40px 35px 60px;
}
.tw-p-\[47px_0\]{
  padding: 47px 0;
}
.tw-p-\[4px\]{
  padding: 4px;
}
.tw-p-\[50px_0_29px\]{
  padding: 50px 0 29px;
}
.tw-p-\[50px_15px_60px\]{
  padding: 50px 15px 60px;
}
.tw-p-\[5px_10px\]{
  padding: 5px 10px;
}
.tw-p-\[5px_20px\]{
  padding: 5px 20px;
}
.tw-p-\[60px_0_100px\]{
  padding: 60px 0 100px;
}
.tw-p-\[60px_0_80px\]{
  padding: 60px 0 80px;
}
.tw-p-\[70px_20px_60px\]{
  padding: 70px 20px 60px;
}
.tw-p-\[8px_0\]{
  padding: 8px 0;
}
.tw-p-\[8px_15px_8px_20px\]{
  padding: 8px 15px 8px 20px;
}
.tw-p-\[8px_20px_8px_15px\]{
  padding: 8px 20px 8px 15px;
}
.tw-px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.tw-px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.tw-py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-\[0\.7em\]{
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.tw-py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.tw-py-\[19px\]{
  padding-top: 19px;
  padding-bottom: 19px;
}
.tw-py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.tw-py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.tw-pb-0{
  padding-bottom: 0px;
}
.tw-pb-\[100px\]{
  padding-bottom: 100px;
}
.tw-pb-\[10px\]{
  padding-bottom: 10px;
}
.tw-pb-\[115px\]{
  padding-bottom: 115px;
}
.tw-pb-\[15px\]{
  padding-bottom: 15px;
}
.tw-pb-\[25px\]{
  padding-bottom: 25px;
}
.tw-pb-\[30px\]{
  padding-bottom: 30px;
}
.tw-pb-\[50px\]{
  padding-bottom: 50px;
}
.tw-pb-\[60px\]{
  padding-bottom: 60px;
}
.tw-pb-\[80px\]{
  padding-bottom: 80px;
}
.tw-pb-\[8px\]{
  padding-bottom: 8px;
}
.tw-pl-0{
  padding-left: 0px;
}
.tw-pl-\[0\.5em\]{
  padding-left: 0.5em;
}
.tw-pl-\[15px\]{
  padding-left: 15px;
}
.tw-pl-\[1em\]{
  padding-left: 1em;
}
.tw-pl-\[40px\]{
  padding-left: 40px;
}
.tw-pl-\[7px\]{
  padding-left: 7px;
}
.tw-pr-\[16px\]{
  padding-right: 16px;
}
.tw-pt-\[20px\]{
  padding-top: 20px;
}
.tw-pt-\[30px\]{
  padding-top: 30px;
}
.tw-pt-\[35px\]{
  padding-top: 35px;
}
.tw-pt-\[50px\]{
  padding-top: 50px;
}
.tw-text-left{
  text-align: left;
}
.tw-text-center{
  text-align: center;
}
.tw-text-right{
  text-align: right;
}
.-tw-indent-\[1em\]{
  text-indent: -1em;
}
.tw--indent-\[16px\]{
  text-indent: -16px;
}
.tw-indent-\[16px\]{
  text-indent: 16px;
}
.\!tw-text-\[clamp\(25px\2c 3vw\2c 36px\)\]{
  font-size: clamp(25px,3vw,36px) !important;
}
.tw-text-\[12px\]{
  font-size: 12px;
}
.tw-text-\[14px\]{
  font-size: 14px;
}
.tw-text-\[15px\]{
  font-size: 15px;
}
.tw-text-\[16px\]{
  font-size: 16px;
}
.tw-text-\[17px\]{
  font-size: 17px;
}
.tw-text-\[18px\]{
  font-size: 18px;
}
.tw-text-\[20px\]{
  font-size: 20px;
}
.tw-text-\[22px\]{
  font-size: 22px;
}
.tw-text-\[23px\]{
  font-size: 23px;
}
.tw-text-\[25px\]{
  font-size: 25px;
}
.tw-text-\[28px\]{
  font-size: 28px;
}
.tw-text-\[35px\]{
  font-size: 35px;
}
.tw-text-\[clamp\(25px\,3vw\,36px\)\]{
  font-size: clamp(25px,3vw,36px);
}
.\!tw-font-medium{
  font-weight: 500 !important;
}
.tw-font-\[600\]{
  font-weight: 600;
}
.tw-font-bold{
  font-weight: 700;
}
.tw-font-medium{
  font-weight: 500;
}
.tw-font-semibold{
  font-weight: 600;
}
.tw-leading-\[1\.2\]{
  line-height: 1.2;
}
.tw-leading-\[1\.4\]{
  line-height: 1.4;
}
.tw-leading-\[1\.5\]{
  line-height: 1.5;
}
.tw-leading-\[1\.6\]{
  line-height: 1.6;
}
.tw-leading-\[1\.7\]{
  line-height: 1.7;
}
.tw-leading-none{
  line-height: 1;
}
.tw-text-\[\#1481EA\]{
  --tw-text-opacity: 1;
  color: rgb(20 129 234 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#29BE60\]{
  --tw-text-opacity: 1;
  color: rgb(41 190 96 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#337ab7\]{
  --tw-text-opacity: 1;
  color: rgb(51 122 183 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#3EAAF5\]{
  --tw-text-opacity: 1;
  color: rgb(62 170 245 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#3F4A5A\]{
  --tw-text-opacity: 1;
  color: rgb(63 74 90 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#3f5a4a\]{
  --tw-text-opacity: 1;
  color: rgb(63 90 74 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#404B5B\]{
  --tw-text-opacity: 1;
  color: rgb(64 75 91 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#404b5b\]{
  --tw-text-opacity: 1;
  color: rgb(64 75 91 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#44AB04\]{
  --tw-text-opacity: 1;
  color: rgb(68 171 4 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#4EB014\]{
  --tw-text-opacity: 1;
  color: rgb(78 176 20 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#A46BD5\]{
  --tw-text-opacity: 1;
  color: rgb(164 107 213 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#BEBBBB\]{
  --tw-text-opacity: 1;
  color: rgb(190 187 187 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#F8533C\]{
  --tw-text-opacity: 1;
  color: rgb(248 83 60 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#F8931D\]{
  --tw-text-opacity: 1;
  color: rgb(248 147 29 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#FF7F7E\]{
  --tw-text-opacity: 1;
  color: rgb(255 127 126 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.tw-text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.tw-text-pharmacy{
  --tw-text-opacity: 1;
  color: rgb(41 190 96 / var(--tw-text-opacity, 1));
}
.tw-text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.tw-underline{
  text-decoration-line: underline;
}
.tw-opacity-0{
  opacity: 0;
}
.tw-shadow-\[0_0_10px_rgba\(63\,74\,90\,0\.2\)\]{
  --tw-shadow: 0 0 10px rgba(63,74,90,0.2);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-\[2px_4px_4px_rgba\(63\,74\,90\,0\.15\)\]{
  --tw-shadow: 2px 4px 4px rgba(63,74,90,0.15);
  --tw-shadow-colored: 2px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-300{
  transition-duration: 300ms;
}

.google-map iframe {
  width: 100%;
  height: 100%;
  min-height: 235px;
}

.img-wide {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}

@media (min-width: 768px) {
  .img-wide {
    width: auto;
    height: auto;
    margin: auto;
  }
}

.icon-pdf a::before {
  content: url("../images/tmp/icon-pdf.png");
  padding: 0 5px;
}

.banner-area {
  display: grid;
  gap: 15px 20px;
  place-items: center;
}

@media (min-width: 768px) {
  .banner-area {
    grid-template-columns: 1fr 1fr;
  }
}

/*google map*/
.gm-style-iw-ch, .gm-style-iw-d, .gm-style-iw-c {
  padding: 0 !important;
  overflow: auto !important;
}

.gm-style-iw {
  border-radius: 5px !important;
}

.custom-infowindow-content {
  padding: 10px;
  font-weight: 600;
}

.gm-style .gm-style-iw-tc {
  width: 15px !important;
  height: 10px !important;
}

.gm-style .gm-style-iw-tc::after {
  width: 100% !important;
  height: 100% !important;
}

/* WordPress固有のスタイル */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* instagram */
#sbi_load {
  margin-top: 45px !important;
  float: none !important;
}

#sbi_load .sbi_follow_btn {
  width: 100% !important;
}

@media (min-width: 768px) {
  #sbi_load .sbi_follow_btn {
    max-width: 250px !important;
  }
}

#sbi_load .sbi_follow_btn a {
  font-size: 15px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px !important;
}

#sbi_load .sbi_follow_btn svg {
  font-size: 25px !important;
}

.hover\:\!tw-text-\[\#F8533C\]:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(248 83 60 / var(--tw-text-opacity, 1)) !important;
}

.hover\:tw-text-\[\#337ab7\]:hover{
  --tw-text-opacity: 1;
  color: rgb(51 122 183 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .sm\:tw-whitespace-nowrap{
    white-space: nowrap;
  }
  .sm\:tw-pt-\[50px\]{
    padding-top: 50px;
  }
}

@media (min-width: 768px){
  .md\:tw-bottom-\[64px\]{
    bottom: 64px;
  }
  .md\:tw-left-\[130px\]{
    left: 130px;
  }
  .md\:tw-right-\[20px\]{
    right: 20px;
  }
  .md\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:tw-my-\[24px\]{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .md\:tw-mb-\[100px\]{
    margin-bottom: 100px;
  }
  .md\:tw-mb-\[150px\]{
    margin-bottom: 150px;
  }
  .md\:tw-mb-\[25px\]{
    margin-bottom: 25px;
  }
  .md\:tw-mb-\[35px\]{
    margin-bottom: 35px;
  }
  .md\:tw-mb-\[40px\]{
    margin-bottom: 40px;
  }
  .md\:tw-mb-\[50px\]{
    margin-bottom: 50px;
  }
  .md\:tw-mb-\[60px\]{
    margin-bottom: 60px;
  }
  .md\:tw-mb-\[80px\]{
    margin-bottom: 80px;
  }
  .md\:tw-mr-\[35px\]{
    margin-right: 35px;
  }
  .md\:tw-mt-\[100px\]{
    margin-top: 100px;
  }
  .md\:tw-mt-\[15px\]{
    margin-top: 15px;
  }
  .md\:tw-block{
    display: block;
  }
  .md\:tw-hidden{
    display: none;
  }
  .md\:tw-h-\[530px\]{
    height: 530px;
  }
  .md\:tw-max-h-\[90vh\]{
    max-height: 90vh;
  }
  .md\:tw-w-\[310px\]{
    width: 310px;
  }
  .md\:tw-w-\[80px\]{
    width: 80px;
  }
  .md\:tw-w-auto{
    width: auto;
  }
  .md\:tw-max-w-\[608px\]{
    max-width: 608px;
  }
  .md\:tw-max-w-\[610px\]{
    max-width: 610px;
  }
  .md\:tw-max-w-full{
    max-width: 100%;
  }
  .md\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:tw-flex-row{
    flex-direction: row;
  }
  .md\:tw-items-start{
    align-items: flex-start;
  }
  .md\:tw-items-center{
    align-items: center;
  }
  .md\:tw-justify-start{
    justify-content: flex-start;
  }
  .md\:tw-justify-between{
    justify-content: space-between;
  }
  .md\:tw-gap-\[10px\]{
    gap: 10px;
  }
  .md\:tw-gap-\[20px\]{
    gap: 20px;
  }
  .md\:tw-gap-\[25px\]{
    gap: 25px;
  }
  .md\:tw-gap-\[50px\]{
    gap: 50px;
  }
  .md\:tw-gap-x-\[32px\]{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .md\:tw-gap-y-\[41px\]{
    row-gap: 41px;
  }
  .md\:tw-rounded-\[10px\]{
    border-radius: 10px;
  }
  .md\:tw-rounded-\[5px\]{
    border-radius: 5px;
  }
  .md\:tw-p-\[0_24px\]{
    padding: 0 24px;
  }
  .md\:tw-p-\[10px_0\]{
    padding: 10px 0;
  }
  .md\:tw-p-\[25px\]{
    padding: 25px;
  }
  .md\:tw-p-\[30px\]{
    padding: 30px;
  }
  .md\:tw-p-\[30px_0_50px\]{
    padding: 30px 0 50px;
  }
  .md\:tw-p-\[50px\]{
    padding: 50px;
  }
  .md\:tw-p-\[5px_20px\]{
    padding: 5px 20px;
  }
  .md\:tw-p-\[5px_25px\]{
    padding: 5px 25px;
  }
  .md\:tw-p-\[60px_0_150px\]{
    padding: 60px 0 150px;
  }
  .md\:tw-p-\[60px_15px_80px\]{
    padding: 60px 15px 80px;
  }
  .md\:tw-p-\[8px_15px\]{
    padding: 8px 15px;
  }
  .md\:tw-pb-0{
    padding-bottom: 0px;
  }
  .md\:tw-pb-\[11px\]{
    padding-bottom: 11px;
  }
  .md\:tw-pb-\[123px\]{
    padding-bottom: 123px;
  }
  .md\:tw-pb-\[150px\]{
    padding-bottom: 150px;
  }
  .md\:tw-pb-\[180px\]{
    padding-bottom: 180px;
  }
  .md\:tw-pb-\[60px\]{
    padding-bottom: 60px;
  }
  .md\:tw-pb-\[61px\]{
    padding-bottom: 61px;
  }
  .md\:tw-pl-\[15px\]{
    padding-left: 15px;
  }
  .md\:tw-pl-\[20px\]{
    padding-left: 20px;
  }
  .md\:tw-pl-\[55px\]{
    padding-left: 55px;
  }
  .md\:tw-pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:tw-pt-\[50px\]{
    padding-top: 50px;
  }
  .md\:tw-pt-\[70px\]{
    padding-top: 70px;
  }
  .md\:tw-text-left{
    text-align: left;
  }
  .md\:tw-text-center{
    text-align: center;
  }
  .md\:tw-text-\[15px\]{
    font-size: 15px;
  }
  .md\:tw-text-\[16px\]{
    font-size: 16px;
  }
  .md\:tw-text-\[18px\]{
    font-size: 18px;
  }
  .md\:tw-text-\[20px\]{
    font-size: 20px;
  }
  .md\:tw-text-\[22px\]{
    font-size: 22px;
  }
  .md\:tw-text-\[25px\]{
    font-size: 25px;
  }
  .md\:tw-text-\[27px\]{
    font-size: 27px;
  }
  .md\:tw-text-\[28px\]{
    font-size: 28px;
  }
  .md\:tw-text-\[30px\]{
    font-size: 30px;
  }
  .md\:tw-text-\[35px\]{
    font-size: 35px;
  }
}

@media (min-width: 1024px){
  .lg\:tw-left-\[20px\]{
    left: 20px;
  }
  .lg\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:tw-mb-\[40px\]{
    margin-bottom: 40px;
  }
  .lg\:tw-ml-\[30px\]{
    margin-left: 30px;
  }
  .lg\:tw-block{
    display: block;
  }
  .lg\:tw-flex{
    display: flex;
  }
  .lg\:tw-h-\[45px\]{
    height: 45px;
  }
  .lg\:tw-h-\[500px\]{
    height: 500px;
  }
  .lg\:tw-h-\[690px\]{
    height: 690px;
  }
  .lg\:tw-h-full{
    height: 100%;
  }
  .lg\:tw-w-\[262px\]{
    width: 262px;
  }
  .lg\:tw-w-\[45px\]{
    width: 45px;
  }
  .lg\:tw-w-auto{
    width: auto;
  }
  .lg\:tw-min-w-\[450px\]{
    min-width: 450px;
  }
  .lg\:tw-max-w-full{
    max-width: 100%;
  }
  .lg\:tw-max-w-none{
    max-width: none;
  }
  .lg\:tw-flex-shrink-0{
    flex-shrink: 0;
  }
  .lg\:tw-shrink-0{
    flex-shrink: 0;
  }
  .lg\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:tw-grid-cols-\[360px_1fr\]{
    grid-template-columns: 360px 1fr;
  }
  .lg\:tw-flex-row{
    flex-direction: row;
  }
  .lg\:tw-items-start{
    align-items: flex-start;
  }
  .lg\:tw-gap-\[35px\]{
    gap: 35px;
  }
  .lg\:tw-gap-\[40px\]{
    gap: 40px;
  }
  .lg\:tw-rounded-tl-\[80px\]{
    border-top-left-radius: 80px;
  }
  .lg\:tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lg\:tw-p-\[60px_0_100px\]{
    padding: 60px 0 100px;
  }
  .lg\:tw-p-\[60px_100px_100px\]{
    padding: 60px 100px 100px;
  }
  .lg\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:tw-pb-\[65px\]{
    padding-bottom: 65px;
  }
  .lg\:tw-pt-\[85px\]{
    padding-top: 85px;
  }
  .lg\:tw-text-\[18px\]{
    font-size: 18px;
  }
  .lg\:tw-text-\[24px\]{
    font-size: 24px;
  }
}

@media (min-width: 1280px){
  .xl\:tw-absolute{
    position: absolute;
  }
  .xl\:tw-relative{
    position: relative;
  }
  .xl\:tw-left-\[30\%\]{
    left: 30%;
  }
  .xl\:tw-z-\[1\]{
    z-index: 1;
  }
  .xl\:tw-z-\[2\]{
    z-index: 2;
  }
  .xl\:tw-m-\[0_50px\]{
    margin: 0 50px;
  }
  .xl\:tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:tw-block{
    display: block;
  }
  .xl\:tw-flex{
    display: flex;
  }
  .xl\:tw-h-\[124px\]{
    height: 124px;
  }
  .xl\:tw-h-\[194px\]{
    height: 194px;
  }
  .xl\:tw-w-0{
    width: 0px;
  }
  .xl\:tw-w-\[110vw\]{
    width: 110vw;
  }
  .xl\:tw-w-\[308px\]{
    width: 308px;
  }
  .xl\:tw-max-w-\[1040px\]{
    max-width: 1040px;
  }
  .xl\:tw-items-center{
    align-items: center;
  }
  .xl\:tw-justify-between{
    justify-content: space-between;
  }
  .xl\:tw-rounded-\[10px\]{
    border-radius: 10px;
  }
  .xl\:tw-border-t-0{
    border-top-width: 0px;
  }
  .xl\:tw-bg-\[\#FFFFFF\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .xl\:tw-bg-transparent{
    background-color: transparent;
  }
  .xl\:tw-p-\[25px_0\]{
    padding: 25px 0;
  }
  .xl\:tw-p-\[80px_0px\]{
    padding: 80px 0px;
  }
  .xl\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.\[\&\>\*\]\:tw-flex>*{
  display: flex;
}

.\[\&\>\*\]\:tw-flex-1>*{
  flex: 1 1 0%;
}

.\[\&\>\*\]\:tw-items-center>*{
  align-items: center;
}

.\[\&\>\*\]\:tw-justify-center>*{
  justify-content: center;
}

.\[\&\>a\]\:tw-mx-auto>a{
  margin-left: auto;
  margin-right: auto;
}

.\[\&\>a\]\:tw-w-full>a{
  width: 100%;
}

@media (min-width: 640px){
  .sm\:\[\&\>a\]\:tw-w-\[360px\]>a{
    width: 360px;
  }
}

@media (min-width: 768px){
  .md\:\[\&\>a\]\:tw-w-auto>a{
    width: auto;
  }
}

.\[\&\>img\]\:tw-w-\[85\%\]>img{
  width: 85%;
}

.\[\&\>img\]\:tw-max-w-\[360px\]>img{
  max-width: 360px;
}

@media (min-width: 768px){
  .md\:\[\&\>img\]\:tw-w-auto>img{
    width: auto;
  }
  .md\:\[\&\>img\]\:tw-max-w-full>img{
    max-width: 100%;
  }
}

.\[\&\>li\]\:tw-list-decimal>li{
  list-style-type: decimal;
}

.\[\&\>p\]\:tw-mb-0>p{
  margin-bottom: 0px;
}

.\[\&\[aria-expanded\=\'true\'\]\]\:tw-bg-pharmacy[aria-expanded='true']{
  --tw-bg-opacity: 1;
  background-color: rgb(41 190 96 / var(--tw-bg-opacity, 1));
}

.\[\&\[aria-expanded\=\'true\'\]\]\:tw-text-white[aria-expanded='true']{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\[aria-hidden\=\'true\'\]\]\:tw-hidden[aria-hidden='true']{
  display: none;
}
