: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 :not(#styled-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 :not(#styled-img){
  width: 100%;
  height: auto;
}

#styled-img {
  width: 100%;
}

[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: #3A87E0;
}

.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 {
  transition: all .3s;
  border: 2px solid #ff604a;
}

.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 .mail-inquiry:hover {
  text-decoration: none;
  color: #ff604a;
  border: 2px solid #ff604a;
  background: white;
}

.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: 1070px) {
  .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: 1070px) {
  .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: 25px;
}

@media (min-width: 1070px) {
  .footer-contact .footer-contact__text {
    flex-direction: row;
    margin-bottom: 20px;
  }
}

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

@media (min-width: 1070px) {
  .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: clamp(25px,8vw,40px);
  font-weight: bold;
  margin-bottom: 0;
}

.footer-contact .contact-phone .icon-phone {
  width: clamp(25px,8vw,35px);
  height: clamp(25px,8vw,35px);
  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,
.sp-global-nav .ancestor-nav > li > a {
  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--doctor-practice-support::before {
  background-image: url('../images/nav/doctor-practice-support-icon.png');
}

.sp-global-nav .has-child.active .icon--doctor-practice-support {
  background-color: #DEEDFF;
  transition: background-color 0.3s ease;
}

.pc-global-nav .ancestor-nav .icon--doctor-practice-support:hover {
  background-color: #DEEDFF;
}

.sp-global-nav .has-child.active .icon--doctor-practice-support {
  background-color: #DEEDFF;
  transition: background-color 0.3s ease;
  text-decoration-line: none;
}

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

#doctor-practice-support .heading-sec .fa {
  font-size: 35px;
}

#doctor-practice-support .table-style {
  border: 1px solid #E6E6E6;
  margin-bottom: 35px;
}

.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: #F2F8FF;
}

.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/doctor-practice-support/bg_1.svg") 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 #3A87E0;
}

.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: #3A87E0;
}

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

.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.doctor-practice-support {
  background: #3A87E0;
}

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

.parent-main-image.doctor-practice-support {
  background: #F8FAFD url("../images/doctor-practice-support/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.doctor-practice-support {
    background: #F8FAFD url("../images/doctor-practice-support/main.png") no-repeat calc(50% - 10px) 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;
  }
}
/* Hero section adjustments (plain CSS restored) */
/* =============================================
 * Page Loader
 * ============================================= */
.page-loader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 20000; /* modalよりも上 */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    opacity: 1;
    visibility: visible;
}

.page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.page-loader__inner {
    text-align: center;
}

.page-loader__logo {
    width: 220px;
    max-width: 60vw;
    height: auto;
}

@media (min-width: 769px) {
    .page-loader__logo {
        width: 300px;
    }
}

.hero {
    position: relative;
    overflow: hidden;
    height: calc(100dvh - var(--header-height));
    z-index: 1;
    background: #63b8ee;
}

/* =============================
 * 初回モーダル
 * ============================= */
.hero-intro-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000; /* ヘッダーより前面に */
    padding: 40px 20px;
}

.hero-intro-modal.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.hero-intro-modal__dialog {
    background: #fff;
    border-radius: 20px; /* 全体角丸 20px */
    max-width: 650px; /* 指定: モーダル本体の最大幅 */
    width: 100%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    padding: 36px 0 0; /* 横パディング排除して画像を端まで */
}

@media (max-width: 768px) {
    .hero-intro-modal__dialog {
        padding: 56px 0 0;
    }
}

.hero-intro-modal__close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    border: none;
    background: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    color: #1481ea;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Safari (WebKit) で記号がわずかに下がるのを補正 */
.hero-intro-modal__close-text {
    display: block;
    line-height: 1;
    transform: translateY(-1px); /* Safari 微調整 */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.hero-intro-modal__close:hover {
    background: #cfcfcf;
}

@media (max-width: 768px) {
    .hero-intro-modal__close {
        top: -8px;
        right: -8px;
        width: 45px;
        height: 45px;
    }
}

.hero-intro-modal__lead {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 24px;
    padding: 0 40px; /* 文章のみ左右余白 */
}

@media (min-width: 769px) {
    .hero-intro-modal__lead {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .hero-intro-modal__lead {
        padding: 0 20px;
    }
}

.hero-intro-modal__image {
    width: 100%;
    height: 350px; /* 指定高さ固定 */
    background: #eee center / cover no-repeat;
    background-image: url('../images/top/modal-town.png');
    position: relative;
    border-radius: 0 0 20px 20px; /* 下側のみ角丸 (親20pxに合わせる) */
    overflow: hidden;
}

@supports ((background: -webkit-image-set(url('../images/top/modal-town.png') 1x)) or (background: image-set(url('../images/top/modal-town.png') 1x))) {
    .hero-intro-modal__image {
        background-image: -webkit-image-set(
            url('../images/top/modal-town.png') 1x,
            url('../images/top/modal-town@2x.png') 2x
        );
        background-image: image-set(
            url('../images/top/modal-town.png') 1x,
            url('../images/top/modal-town@2x.png') 2x
        );
    }
}

/* Fallback media query for older browsers */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-intro-modal__image {
        background-image: url('../images/top/modal-town@2x.png');
    }
}

@media (max-width: 768px) {
    .hero-intro-modal__image {
        height: 260px;
    }
}

/* Pan container */
.hero-pan {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: grab;
    touch-action: none;
}

.hero-pan.dragging {
    cursor: grabbing;
}

/* Scroll hint overlay */
.hero-scroll-hint {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: opacity 0.3s ease;
}

.hero-scroll-hint.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.hero-scroll-hint__inner {
    position: relative;
    background: rgba(0, 0, 0, 0.65);
    width: 333px; /* PC 指定幅 */
    height: 340px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .hero-scroll-hint__inner {
        width: 200px; /* SP 指定幅 */
        height: 203px;
        border-radius: 16px;
    }
}

.hero-scroll-hint__text {
    font-size: 16px;
    padding-bottom: 1em;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .hero-scroll-hint__text {
        padding-bottom: 2.5em;
        font-size: 20px;
    }
}

/* Icon area sized to content width (229px PC content -> 150 icon, 128px SP content -> 120 icon) */
.hero-scroll-hint__icon {
    position: relative;
    width: 150px;
    margin: 0 auto;
    flex: 1;
}

@media (max-width: 768px) {
    .hero-scroll-hint__icon {
        width: 110px;
    }
}

/* Center hand perfectly in icon box */
.hero-scroll-hint__hand {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.hero-scroll-hint__hand-img {
    width: 48px;
    height: auto;
    animation: hintHand 2.2s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.55));
}

@media (min-width: 769px) {
    .hero-scroll-hint__hand-img {
        width: 80px;
    }
}

/* Arrows kept near edges with a little inset so they don't collide with hand */
.hero-scroll-hint__arrows .arrow {
    position: absolute;
    display: block;
    width: 16px;
    height: 24px;
}

.hero-scroll-hint__arrows .arrow img {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
}

/* PC arrows positioning */
.hero-scroll-hint__arrows .up {
    top: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
}

.hero-scroll-hint__arrows .right {
    top: 50%;
    right: -5px;
    transform: translateY(-50%) rotate(90deg);
}

.hero-scroll-hint__arrows .down {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

.hero-scroll-hint__arrows .left {
    top: 50%;
    left: -5px;
    transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 768px) {
    /* SP: size維持でインセットのみ微調整 */
    .hero-scroll-hint__arrows .up {
        top: 8px;
    }
    .hero-scroll-hint__arrows .right {
        right: 2px;
    }
    .hero-scroll-hint__arrows .down {
        bottom: 8px;
    }
    .hero-scroll-hint__arrows .left {
        left: 2px;
    }
}

/* Title image overlay */
.hero-title-img {
    position: absolute;
    top: 100px;
    left: 60px;
    z-index: 4; /* above markers */
    pointer-events: none; /* don't block drag */
}

.hero-title-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .hero-title-img {
        top: 60px;
        left: 20px;
    }
    .hero-title-img img {
        width: 240px;
    }
}

/* Image (intrinsic size) */
.hero-img {
    display: block;
    pointer-events: none;
    max-width: none;
    max-height: none;
    width: 794px;
}

@media (min-width: 768px) {
    .hero-img {
        width: 3184px;
    }
}

/* Canvas that moves (image + markers) */
.hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

/* Marker absolute positioning */
.hero-canvas .hero-marker {
    position: absolute;
}

/* Marker base */
/* Marker as bubble (anchor itself) */
.hero-marker {
    position: absolute;
    transform: translate(-50%, -100%);
    text-decoration: none;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
    color: #1481ea;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-width: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    padding: 1em 2em;
    background: #fff;
    border: 1px solid #1481ea;
    border-radius: 4px;
    --bubble-arrow-w: 12px;
    --bubble-arrow-h: 6px;

    @media (min-width: 768px) {
      padding: 1.2em 2.5em;
    }
}

@media (min-width: 768px) {
    .hero-marker {
        font-size: 16px;
    }
}

.hero-marker__label {
    display: inline-block;
    text-align: center;
}

/* Arrow pseudo elements */
.hero-marker:after,
.hero-marker:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.hero-marker:after {
    /* outer border triangle */
    /* With fixed border:1px + arrow height 6px -> place arrow so its top edge sits flush under bubble border */
    bottom: -7px; /* 6px arrow + 1px border */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1481ea; /* matches border color */
}

.hero-marker:before {
    /* inner fill triangle to create border outline */
    bottom: -5px; /* 1px higher to reveal border outline */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff; /* fill (same as bubble background) */
    z-index: 1;
}

.hero-marker__chevron {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

/* Focus/hover states */
.hero-marker:focus {
    outline: none;
}

.hero-marker:focus-visible {
    outline: 2px solid #66b3ff;
    outline-offset: 2px;
}

/* Hover invert directly on anchor */
.hero-marker:hover,
.hero-marker:focus-visible {
    background: #1481ea;
    color: #fff;
    border-color: #1481ea;
    text-decoration: none;
}

.hero-marker:hover:after,
.hero-marker:focus-visible:after {
    border-top-color: #1481ea;
}

/* On hover invert: make inner triangle same blue so arrow becomes solid */
.hero-marker:hover:before,
.hero-marker:focus-visible:before {
    border-top-color: #1481ea;
}

/* Facility positions
 * Base (SP) uses scaled coordinates derived from pharmacy ratio (w≈0.585 / h≈0.603)
 * PC coordinates applied in media query like .position-pharmacy pattern.
 */
.position-nursery-school {
    left: 682px;
    top: 452px;
}

.position-international-school {
    left: 527px;
    top: 517px;
}

.position-pharmacy {
    left: 434px;
    top: 457px;
}

.position-estate {
    left: 421px;
    top: 342px;
}

.position-insurance {
    left: 539px;
    top: 239px;
}

.position-small-home {
    left: 633px;
    top: 312px;
}

.position-group-home {
    left: 551px;
    top: 402px;
}

.position-doctor-assistance {
    left: 235px;
    top: 548px;
}

@media (min-width: 768px) {
    .position-nursery-school {
        left: 1676px;
        top: 747px;
    }
    .position-international-school {
        left: 1415px;
        top: 857px;
    }
    .position-pharmacy {
        left: 1255px;
        top: 757px;
    }
    .position-estate {
        left: 1233px;
        top: 567px;
    }
    .position-insurance {
        left: 1435px;
        top: 397px;
    }
    .position-small-home {
        left: 1595px;
        top: 517px;
    }
    .position-group-home {
        left: 1455px;
        top: 667px;
    }
    .position-doctor-assistance {
        left: 914px;
        top: 907px;
    }
}

.circle-front,
.circle-back {
    position: relative;
}

.circle-front::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 150vw;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, #a8d14c 0 60%, #a8d14c 60% 100%);
    left: -26vw;
    top: 164px;
    pointer-events: none;
}

.circle-back::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 180vw;
    height: 145px;
    border-radius: 50%;
    background: radial-gradient(circle, #96c42e 0 60%, #96c42e 60% 100%);
    left: -23vw;
    top: 147px;
    pointer-events: none;
}

.clip {
    clip-path: ellipse(250% 94% at bottom);
}

@media (min-width: 768px) {
    .clip {
        clip-path: ellipse(132% 91% at bottom);
    }
    .circle-front::before {
        content: '';
        position: absolute;
        inset: 0;
        width: 120vw;
        height: 222px;
        border-radius: 50%;
        background: radial-gradient(circle, #a8d14c 0 60%, #a8d14c 60% 100%);
        left: -10vw;
        top: 157px;
        pointer-events: none;
    }
    .circle-back::after {
        content: '';
        position: absolute;
        inset: 0;
        width: 150vw;
        height: 450px;
        border-radius: 50%;
        background: radial-gradient(circle, #96c42e 0 60%, #96c42e 60% 100%);
        left: -18vw;
        top: 131px;
        pointer-events: none;
    }
}

@keyframes p-approach-loop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-85%);
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-approach-track] {
        animation: none !important;
    }
}

@keyframes p-recruit-scroll-down {
    from {
        transform: translateY(-40%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes p-recruit-scroll-up {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-40%);
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-recruit-stack] {
        animation: none !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%);
    }
}

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

@media (min-width: 768px) {
  .estate-insurance-service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

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

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

.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: 15px;
  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;
}
/* ============================================
   Care Welfare FV Section
   ============================================ */

.care-welfare-fv {
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative;
}

.care-welfare-fv__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.care-welfare-fv__track {
  display: flex;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
  animation: slideLeft 60s linear infinite;
  will-change: transform;
}

.care-welfare-fv__track:hover {
  animation-play-state: paused;
}

.care-welfare-fv__slide {
  flex-shrink: 0;
  width: 400px;
  padding: 0;
  margin: 0;
}

.care-welfare-fv__slide img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

/* PC用画像の表示制御 */
.care-welfare-fv__slide .pc-only {
  display: block;
}

.care-welfare-fv__slide .sp-only {
  display: none;
}

/* アニメーション定義: 右から左へスライド */
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ============================================
   Responsive: Tablet
   ============================================ */
@media (max-width: 991px) {
  .care-welfare-fv__slide {
    width: calc(100% / 2);
  }
}

/* ============================================
   Responsive: Mobile
   ============================================ */
@media (max-width: 767px) {
  .care-welfare-fv__slide {
    width: 100%;
  }

  /* SP用画像の表示制御 */
  .care-welfare-fv__slide .pc-only {
    display: none;
  }

  .care-welfare-fv__slide .sp-only {
    display: block;
  }

  .care-welfare-fv__track {
    animation-duration: 30s;
  }
}


/* ============================================
   Interview Slider
   ============================================ */

.care-welfare-interview {
  position: relative;
}

.care-welfare-interview__swiper {
  overflow: hidden;
  touch-action: pan-y;
}

.care-welfare-interview__slide {
  width: 280px;
}

.care-welfare-interview__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: none;
  background: rgba(63, 74, 90, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
  z-index: 20;
}

.care-welfare-interview__nav img {
  width: 14px;
  height: auto;
}

.care-welfare-interview__nav--prev {
  left: 16px;
}

.care-welfare-interview__nav--prev img {
  transform: rotate(180deg);
}

.care-welfare-interview__nav--next {
  right: 16px;
}

.care-welfare-interview__nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

@media (min-width: 768px) {
  .care-welfare-interview__slide {
    width: 325px;
  }

  .care-welfare-interview__nav {
    width: 52px;
    height: 52px;
  }

  .care-welfare-interview__nav img {
    width: 16px;
  }
}

.doctor-practice-support-service-list {
  display: grid;
  gap: 40px 30px;
}

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

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

.doctor-practice-support-service-list a {
  height: 100%;
}

#doctor-practice-support .doctor-practice-support-title {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-65%);
}

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

#doctor-practice-support .doctor-practice-support-title p {
  text-align: left;
}

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

#doctor-practice-support .doctor-practice-support .icon img {
  width: clamp(82px, 20vw, 228px);
}

#doctor-practice-support .triangle-container::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -6px);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 15px solid #3a87e0;
}

.doctor-practice-support__btn {
    transition: all .3s;
}

.doctor-practice-support__btn:hover {
    text-decoration: none;
    color: #3A87E0;
    border: 2px solid #3A87E0;
    background: white;
}

@media (min-width: 768px) {
    .doctor-practice-support-service__container {
        padding-bottom: 100px;
    }

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

    #doctor-practice-support .doctor-practice-support-title {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}


.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: 415px){
  .tw-container{
    max-width: 415px;
  }
}
@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-pointer-events-none{
  pointer-events: none;
}
.tw-invisible{
  visibility: hidden;
}
.tw-fixed{
  position: fixed;
}
.tw-absolute{
  position: absolute;
}
.tw-relative{
  position: relative;
}
.tw-inset-0{
  inset: 0px;
}
.tw-bottom-0{
  bottom: 0px;
}
.tw-bottom-40{
  bottom: 10rem;
}
.tw-bottom-\[-100px\]{
  bottom: -100px;
}
.tw-bottom-\[-10px\]{
  bottom: -10px;
}
.tw-bottom-\[-121px\]{
  bottom: -121px;
}
.tw-bottom-\[-25px\]{
  bottom: -25px;
}
.tw-bottom-\[-31px\]{
  bottom: -31px;
}
.tw-bottom-\[-52px\]{
  bottom: -52px;
}
.tw-bottom-\[-62px\]{
  bottom: -62px;
}
.tw-bottom-\[-65px\]{
  bottom: -65px;
}
.tw-bottom-\[-69px\]{
  bottom: -69px;
}
.tw-bottom-\[137px\]{
  bottom: 137px;
}
.tw-bottom-\[13px\]{
  bottom: 13px;
}
.tw-bottom-\[15px\]{
  bottom: 15px;
}
.tw-bottom-\[200px\]{
  bottom: 200px;
}
.tw-bottom-\[24px\]{
  bottom: 24px;
}
.tw-bottom-\[5px\]{
  bottom: 5px;
}
.tw-bottom-\[7px\]{
  bottom: 7px;
}
.tw-bottom-\[96px\]{
  bottom: 96px;
}
.tw-left-0{
  left: 0px;
}
.tw-left-1\/2{
  left: 50%;
}
.tw-left-5{
  left: 1.25rem;
}
.tw-left-\[-125px\]{
  left: -125px;
}
.tw-left-\[-65px\]{
  left: -65px;
}
.tw-left-\[112px\]{
  left: 112px;
}
.tw-left-\[11px\]{
  left: 11px;
}
.tw-left-\[12px\]{
  left: 12px;
}
.tw-left-\[135px\]{
  left: 135px;
}
.tw-left-\[15px\]{
  left: 15px;
}
.tw-left-\[1em\]{
  left: 1em;
}
.tw-left-\[20px\]{
  left: 20px;
}
.tw-left-\[26px\]{
  left: 26px;
}
.tw-left-\[77px\]{
  left: 77px;
}
.tw-left-\[81px\]{
  left: 81px;
}
.tw-left-\[8px\]{
  left: 8px;
}
.tw-left-\[95px\]{
  left: 95px;
}
.tw-right-0{
  right: 0px;
}
.tw-right-1\/2{
  right: 50%;
}
.tw-right-2{
  right: 0.5rem;
}
.tw-right-4{
  right: 1rem;
}
.tw-right-5{
  right: 1.25rem;
}
.tw-right-\[-10\%\]{
  right: -10%;
}
.tw-right-\[-10px\]{
  right: -10px;
}
.tw-right-\[10px\]{
  right: 10px;
}
.tw-right-\[13px\]{
  right: 13px;
}
.tw-right-\[17px\]{
  right: 17px;
}
.tw-right-\[50\%\]{
  right: 50%;
}
.tw-right-\[5px\]{
  right: 5px;
}
.tw-top-0{
  top: 0px;
}
.tw-top-1\/2{
  top: 50%;
}
.tw-top-16{
  top: 4rem;
}
.tw-top-\[-15px\]{
  top: -15px;
}
.tw-top-\[117px\]{
  top: 117px;
}
.tw-top-\[13px\]{
  top: 13px;
}
.tw-top-\[23px\]{
  top: 23px;
}
.tw-top-\[278px\]{
  top: 278px;
}
.tw-top-\[31px\]{
  top: 31px;
}
.tw-top-\[8px\]{
  top: 8px;
}
.tw-top-\[93px\]{
  top: 93px;
}
.tw-top-\[calc\(50\%-11px\)\]{
  top: calc(50% - 11px);
}
.tw-top-\[calc\(50\%-17px\)\]{
  top: calc(50% - 17px);
}
.tw-top-\[clamp\(0px\,16vw\,110px\)\]{
  top: clamp(0px,16vw,110px);
}
.-tw-z-10{
  z-index: -10;
}
.-tw-z-20{
  z-index: -20;
}
.tw-z-0{
  z-index: 0;
}
.tw-z-10{
  z-index: 10;
}
.tw-z-20{
  z-index: 20;
}
.tw-z-50{
  z-index: 50;
}
.tw-z-\[-10\]{
  z-index: -10;
}
.tw-z-\[10000\]{
  z-index: 10000;
}
.tw-z-\[1001\]{
  z-index: 1001;
}
.tw-z-\[100\]{
  z-index: 100;
}
.tw-z-\[2\]{
  z-index: 2;
}
.tw-z-\[9999\]{
  z-index: 9999;
}
.tw-order-1{
  order: 1;
}
.tw-order-2{
  order: 2;
}
.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-m-auto{
  margin: auto;
}
.tw-mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.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-\[25px\]{
  margin-top: 25px;
  margin-bottom: 25px;
}
.tw-my-\[30px\]{
  margin-top: 30px;
  margin-bottom: 30px;
}
.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-ml-\[120px\]{
  margin-left: -120px;
}
.-tw-ml-\[145px\]{
  margin-left: -145px;
}
.-tw-ml-\[49px\]{
  margin-left: -49px;
}
.-tw-ml-\[71px\]{
  margin-left: -71px;
}
.tw-mb-0{
  margin-bottom: 0px;
}
.tw-mb-12{
  margin-bottom: 3rem;
}
.tw-mb-2{
  margin-bottom: 0.5rem;
}
.tw-mb-4{
  margin-bottom: 1rem;
}
.tw-mb-8{
  margin-bottom: 2rem;
}
.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-\[126px\]{
  margin-bottom: 126px;
}
.tw-mb-\[134px\]{
  margin-bottom: 134px;
}
.tw-mb-\[13px\]{
  margin-bottom: 13px;
}
.tw-mb-\[15px\]{
  margin-bottom: 15px;
}
.tw-mb-\[18px\]{
  margin-bottom: 18px;
}
.tw-mb-\[1em\]{
  margin-bottom: 1em;
}
.tw-mb-\[20px\]{
  margin-bottom: 20px;
}
.tw-mb-\[25px\]{
  margin-bottom: 25px;
}
.tw-mb-\[28px\]{
  margin-bottom: 28px;
}
.tw-mb-\[30px\]{
  margin-bottom: 30px;
}
.tw-mb-\[35px\]{
  margin-bottom: 35px;
}
.tw-mb-\[36px\]{
  margin-bottom: 36px;
}
.tw-mb-\[37px\]{
  margin-bottom: 37px;
}
.tw-mb-\[3px\]{
  margin-bottom: 3px;
}
.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-\[6px\]{
  margin-bottom: 6px;
}
.tw-mb-\[70px\]{
  margin-bottom: 70px;
}
.tw-mb-\[73px\]{
  margin-bottom: 73px;
}
.tw-mb-\[80px\]{
  margin-bottom: 80px;
}
.tw-mb-\[8px\]{
  margin-bottom: 8px;
}
.tw-ml-\[15px\]{
  margin-left: 15px;
}
.tw-ml-\[1em\]{
  margin-left: 1em;
}
.tw-ml-\[20px\]{
  margin-left: 20px;
}
.tw-ml-\[2px\]{
  margin-left: 2px;
}
.tw-ml-\[35px\]{
  margin-left: 35px;
}
.tw-mr-\[10px\]{
  margin-right: 10px;
}
.tw-mr-\[20px\]{
  margin-right: 20px;
}
.tw-mt-10{
  margin-top: 2.5rem;
}
.tw-mt-6{
  margin-top: 1.5rem;
}
.tw-mt-\[0\.6em\]{
  margin-top: 0.6em;
}
.tw-mt-\[100px\]{
  margin-top: 100px;
}
.tw-mt-\[105px\]{
  margin-top: 105px;
}
.tw-mt-\[10px\]{
  margin-top: 10px;
}
.tw-mt-\[12px\]{
  margin-top: 12px;
}
.tw-mt-\[13px\]{
  margin-top: 13px;
}
.tw-mt-\[15px\]{
  margin-top: 15px;
}
.tw-mt-\[19px\]{
  margin-top: 19px;
}
.tw-mt-\[20px\]{
  margin-top: 20px;
}
.tw-mt-\[24px\]{
  margin-top: 24px;
}
.tw-mt-\[25px\]{
  margin-top: 25px;
}
.tw-mt-\[26px\]{
  margin-top: 26px;
}
.tw-mt-\[30px\]{
  margin-top: 30px;
}
.tw-mt-\[35px\]{
  margin-top: 35px;
}
.tw-mt-\[45px\]{
  margin-top: 45px;
}
.tw-mt-\[50px\]{
  margin-top: 50px;
}
.tw-mt-\[60px\]{
  margin-top: 60px;
}
.tw-mt-\[63px\]{
  margin-top: 63px;
}
.tw-mt-\[6px\]{
  margin-top: 6px;
}
.tw-mt-\[80px\]{
  margin-top: 80px;
}
.tw-mt-\[8px\]{
  margin-top: 8px;
}
.tw-block{
  display: block;
}
.tw-inline-block{
  display: inline-block;
}
.tw-flex{
  display: flex;
}
.tw-inline-flex{
  display: inline-flex;
}
.tw-grid{
  display: grid;
}
.tw-hidden{
  display: none;
}
.tw-aspect-square{
  aspect-ratio: 1 / 1;
}
.tw-h-0{
  height: 0px;
}
.tw-h-2{
  height: 0.5rem;
}
.tw-h-3{
  height: 0.75rem;
}
.tw-h-4{
  height: 1rem;
}
.tw-h-\[100px\]{
  height: 100px;
}
.tw-h-\[10px\]{
  height: 10px;
}
.tw-h-\[117px\]{
  height: 117px;
}
.tw-h-\[11px\]{
  height: 11px;
}
.tw-h-\[12px\]{
  height: 12px;
}
.tw-h-\[16px\]{
  height: 16px;
}
.tw-h-\[1px\]{
  height: 1px;
}
.tw-h-\[206px\]{
  height: 206px;
}
.tw-h-\[20px\]{
  height: 20px;
}
.tw-h-\[21px\]{
  height: 21px;
}
.tw-h-\[22px\]{
  height: 22px;
}
.tw-h-\[25px\]{
  height: 25px;
}
.tw-h-\[270px\]{
  height: 270px;
}
.tw-h-\[300px\]{
  height: 300px;
}
.tw-h-\[33px\]{
  height: 33px;
}
.tw-h-\[34px\]{
  height: 34px;
}
.tw-h-\[35px\]{
  height: 35px;
}
.tw-h-\[360px\]{
  height: 360px;
}
.tw-h-\[390px\]{
  height: 390px;
}
.tw-h-\[3px\]{
  height: 3px;
}
.tw-h-\[400px\]{
  height: 400px;
}
.tw-h-\[40px\]{
  height: 40px;
}
.tw-h-\[45px\]{
  height: 45px;
}
.tw-h-\[500px\]{
  height: 500px;
}
.tw-h-\[50px\]{
  height: 50px;
}
.tw-h-\[57px\]{
  height: 57px;
}
.tw-h-\[5px\]{
  height: 5px;
}
.tw-h-\[654px\]{
  height: 654px;
}
.tw-h-\[6px\]{
  height: 6px;
}
.tw-h-\[80px\]{
  height: 80px;
}
.tw-h-\[81\%\]{
  height: 81%;
}
.tw-h-\[85px\]{
  height: 85px;
}
.tw-h-\[90px\]{
  height: 90px;
}
.tw-h-\[clamp\(500px\,48vw\,670px\)\]{
  height: clamp(500px,48vw,670px);
}
.tw-h-auto{
  height: auto;
}
.tw-h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.tw-h-full{
  height: 100%;
}
.tw-h-px{
  height: 1px;
}
.tw-max-h-\[250px\]{
  max-height: 250px;
}
.tw-max-h-\[260px\]{
  max-height: 260px;
}
.tw-max-h-\[500px\]{
  max-height: 500px;
}
.tw-max-h-\[600px\]{
  max-height: 600px;
}
.tw-max-h-\[75px\]{
  max-height: 75px;
}
.tw-min-h-\[10px\]{
  min-height: 10px;
}
.tw-min-h-\[200px\]{
  min-height: 200px;
}
.tw-min-h-\[75px\]{
  min-height: 75px;
}
.tw-w-0{
  width: 0px;
}
.tw-w-2{
  width: 0.5rem;
}
.tw-w-3{
  width: 0.75rem;
}
.tw-w-4{
  width: 1rem;
}
.tw-w-\[100px\]{
  width: 100px;
}
.tw-w-\[10px\]{
  width: 10px;
}
.tw-w-\[11px\]{
  width: 11px;
}
.tw-w-\[12px\]{
  width: 12px;
}
.tw-w-\[150px\]{
  width: 150px;
}
.tw-w-\[166px\]{
  width: 166px;
}
.tw-w-\[1px\]{
  width: 1px;
}
.tw-w-\[206px\]{
  width: 206px;
}
.tw-w-\[20px\]{
  width: 20px;
}
.tw-w-\[21px\]{
  width: 21px;
}
.tw-w-\[22px\]{
  width: 22px;
}
.tw-w-\[25px\]{
  width: 25px;
}
.tw-w-\[2px\]{
  width: 2px;
}
.tw-w-\[33px\]{
  width: 33px;
}
.tw-w-\[34px\]{
  width: 34px;
}
.tw-w-\[35px\]{
  width: 35px;
}
.tw-w-\[379px\]{
  width: 379px;
}
.tw-w-\[400px\]{
  width: 400px;
}
.tw-w-\[40px\]{
  width: 40px;
}
.tw-w-\[442px\]{
  width: 442px;
}
.tw-w-\[45px\]{
  width: 45px;
}
.tw-w-\[50px\]{
  width: 50px;
}
.tw-w-\[60px\]{
  width: 60px;
}
.tw-w-\[6px\]{
  width: 6px;
}
.tw-w-\[85px\]{
  width: 85px;
}
.tw-w-\[89\%\]{
  width: 89%;
}
.tw-w-\[90\%\]{
  width: 90%;
}
.tw-w-\[90px\]{
  width: 90px;
}
.tw-w-\[92\.3vw\]{
  width: 92.3vw;
}
.tw-w-\[92px\]{
  width: 92px;
}
.tw-w-\[93\%\]{
  width: 93%;
}
.tw-w-\[calc\(100\%-30px\)\]{
  width: calc(100% - 30px);
}
.tw-w-\[calc\(50\%\+376px\)\]{
  width: calc(50% + 376px);
}
.tw-w-\[clamp\(145px\,35vw\,260px\)\]{
  width: clamp(145px,35vw,260px);
}
.tw-w-auto{
  width: auto;
}
.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-\[25px\]{
  min-width: 25px;
}
.tw-min-w-\[300px\]{
  min-width: 300px;
}
.tw-min-w-\[415px\]{
  min-width: 415px;
}
.tw-min-w-\[512px\]{
  min-width: 512px;
}
.tw-min-w-\[530px\]{
  min-width: 530px;
}
.tw-min-w-\[608px\]{
  min-width: 608px;
}
.tw-min-w-full{
  min-width: 100%;
}
.tw-max-w-\[1040px\]{
  max-width: 1040px;
}
.tw-max-w-\[1080px\]{
  max-width: 1080px;
}
.tw-max-w-\[1133px\]{
  max-width: 1133px;
}
.tw-max-w-\[130px\]{
  max-width: 130px;
}
.tw-max-w-\[133px\]{
  max-width: 133px;
}
.tw-max-w-\[151px\]{
  max-width: 151px;
}
.tw-max-w-\[164px\]{
  max-width: 164px;
}
.tw-max-w-\[184px\]{
  max-width: 184px;
}
.tw-max-w-\[200px\]{
  max-width: 200px;
}
.tw-max-w-\[219px\]{
  max-width: 219px;
}
.tw-max-w-\[220px\]{
  max-width: 220px;
}
.tw-max-w-\[222px\]{
  max-width: 222px;
}
.tw-max-w-\[225px\]{
  max-width: 225px;
}
.tw-max-w-\[246px\]{
  max-width: 246px;
}
.tw-max-w-\[277px\]{
  max-width: 277px;
}
.tw-max-w-\[280px\]{
  max-width: 280px;
}
.tw-max-w-\[300px\]{
  max-width: 300px;
}
.tw-max-w-\[311px\]{
  max-width: 311px;
}
.tw-max-w-\[315px\]{
  max-width: 315px;
}
.tw-max-w-\[320px\]{
  max-width: 320px;
}
.tw-max-w-\[338px\]{
  max-width: 338px;
}
.tw-max-w-\[360px\]{
  max-width: 360px;
}
.tw-max-w-\[378px\]{
  max-width: 378px;
}
.tw-max-w-\[384px\]{
  max-width: 384px;
}
.tw-max-w-\[390px\]{
  max-width: 390px;
}
.tw-max-w-\[395px\]{
  max-width: 395px;
}
.tw-max-w-\[400px\]{
  max-width: 400px;
}
.tw-max-w-\[450px\]{
  max-width: 450px;
}
.tw-max-w-\[460px\]{
  max-width: 460px;
}
.tw-max-w-\[480px\]{
  max-width: 480px;
}
.tw-max-w-\[485px\]{
  max-width: 485px;
}
.tw-max-w-\[500px\]{
  max-width: 500px;
}
.tw-max-w-\[512px\]{
  max-width: 512px;
}
.tw-max-w-\[650px\]{
  max-width: 650px;
}
.tw-max-w-\[688px\]{
  max-width: 688px;
}
.tw-max-w-\[693px\]{
  max-width: 693px;
}
.tw-max-w-\[735px\]{
  max-width: 735px;
}
.tw-max-w-\[800px\]{
  max-width: 800px;
}
.tw-max-w-\[806px\]{
  max-width: 806px;
}
.tw-max-w-full{
  max-width: 100%;
}
.tw-max-w-none{
  max-width: none;
}
.tw-flex-1{
  flex: 1 1 0%;
}
.tw-flex-none{
  flex: none;
}
.tw-flex-shrink-0{
  flex-shrink: 0;
}
.tw-shrink-0{
  flex-shrink: 0;
}
.tw-shrink-\[0\.4\]{
  flex-shrink: 0.4;
}
.tw-basis-\[clamp\(220px\,68vw\,320px\)\]{
  flex-basis: clamp(220px,68vw,320px);
}
.-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-x-\[43\%\]{
  --tw-translate-x: -43%;
  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-\[45\%\]{
  --tw-translate-x: -45%;
  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-y-\[48\%\]{
  --tw-translate-y: -48%;
  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-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-x-\[-15px\]{
  --tw-translate-x: -15px;
  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-\[14px\]{
  --tw-translate-x: 14px;
  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-x-\[5px\]{
  --tw-translate-x: 5px;
  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-0{
  --tw-translate-y: 0px;
  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-\[-17px\]{
  --tw-translate-y: -17px;
  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-\[-1px\]{
  --tw-translate-y: -1px;
  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-\[-22px\]{
  --tw-translate-y: -22px;
  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-translate-y-\[-6px\]{
  --tw-translate-y: -6px;
  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-\[-9px\]{
  --tw-translate-y: -9px;
  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-\[3px\]{
  --tw-translate-y: 3px;
  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-rotate-180{
  --tw-rotate: 180deg;
  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-rotate-90{
  --tw-rotate: 90deg;
  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-scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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-scale-\[1\.15\]{
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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-transform{
  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-select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tw-list-none{
  list-style-type: none;
}
.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-grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tw-flex-row{
  flex-direction: row;
}
.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-place-items-center{
  place-items: center;
}
.tw-items-start{
  align-items: flex-start;
}
.tw-items-end{
  align-items: flex-end;
}
.tw-items-center{
  align-items: center;
}
.tw-items-stretch{
  align-items: stretch;
}
.tw-justify-start{
  justify-content: flex-start;
}
.tw-justify-end{
  justify-content: flex-end;
}
.tw-justify-center{
  justify-content: center;
}
.tw-justify-between{
  justify-content: space-between;
}
.tw-justify-items-center{
  justify-items: center;
}
.tw-gap-0{
  gap: 0px;
}
.tw-gap-0\.5{
  gap: 0.125rem;
}
.tw-gap-2{
  gap: 0.5rem;
}
.tw-gap-4{
  gap: 1rem;
}
.tw-gap-\[10px\]{
  gap: 10px;
}
.tw-gap-\[12px\]{
  gap: 12px;
}
.tw-gap-\[13px\]{
  gap: 13px;
}
.tw-gap-\[14px\]{
  gap: 14px;
}
.tw-gap-\[15px\]{
  gap: 15px;
}
.tw-gap-\[15px_20px\]{
  gap: 15px 20px;
}
.tw-gap-\[17px\]{
  gap: 17px;
}
.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-\[25px\]{
  gap: 25px;
}
.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-\[35px_75px\]{
  gap: 35px 75px;
}
.tw-gap-\[50px_35px\]{
  gap: 50px 35px;
}
.tw-gap-\[5px\]{
  gap: 5px;
}
.tw-gap-\[60px\]{
  gap: 60px;
}
.tw-gap-\[7px\]{
  gap: 7px;
}
.tw-gap-\[8px\]{
  gap: 8px;
}
.tw-gap-\[clamp\(15px\,3vw\,20px\)\]{
  gap: clamp(15px,3vw,20px);
}
.tw-gap-\[clamp\(30px\,5vw\,60px\)\]{
  gap: clamp(30px,5vw,60px);
}
.tw-gap-\[clamp\(30px\,7vw\,120px\)\]{
  gap: clamp(30px,7vw,120px);
}
.tw-gap-\[clamp\(35px\,6vw\,72px\)\]{
  gap: clamp(35px,6vw,72px);
}
.tw-gap-\[clamp\(8px\,1\.3vw\,15px\)\]{
  gap: clamp(8px,1.3vw,15px);
}
.tw-gap-\[clamp\(9px\,3vw\,23px\)\]{
  gap: clamp(9px,3vw,23px);
}
.tw-gap-x-\[15px\]{
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.tw-gap-y-\[30px\]{
  row-gap: 30px;
}
.tw-gap-y-\[8px\]{
  row-gap: 8px;
}
.tw-overflow-hidden{
  overflow: hidden;
}
.tw-overflow-y-auto{
  overflow-y: auto;
}
.tw-whitespace-normal{
  white-space: normal;
}
.tw-whitespace-nowrap{
  white-space: nowrap;
}
.tw-whitespace-pre-line{
  white-space: pre-line;
}
.tw-text-nowrap{
  text-wrap: nowrap;
}
.tw-rounded{
  border-radius: 0.25rem;
}
.tw-rounded-\[10px\]{
  border-radius: 10px;
}
.tw-rounded-\[15px\]{
  border-radius: 15px;
}
.tw-rounded-\[18px\]{
  border-radius: 18px;
}
.tw-rounded-\[20px\]{
  border-radius: 20px;
}
.tw-rounded-\[24px\]{
  border-radius: 24px;
}
.tw-rounded-\[3px\]{
  border-radius: 3px;
}
.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-md{
  border-radius: 0.375rem;
}
.tw-rounded-b-\[10px\]{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tw-rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.tw-rounded-r-\[5px\]{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tw-rounded-t-\[15px\]{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.tw-rounded-t-\[5px\]{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tw-rounded-bl-\[10px\]{
  border-bottom-left-radius: 10px;
}
.tw-rounded-bl-\[5px\]{
  border-bottom-left-radius: 5px;
}
.tw-rounded-bl-full{
  border-bottom-left-radius: 9999px;
}
.tw-rounded-br-\[10px\]{
  border-bottom-right-radius: 10px;
}
.tw-rounded-br-\[18px\]{
  border-bottom-right-radius: 18px;
}
.tw-rounded-br-\[5px\]{
  border-bottom-right-radius: 5px;
}
.tw-rounded-br-full{
  border-bottom-right-radius: 9999px;
}
.tw-rounded-tl-\[18px\]{
  border-top-left-radius: 18px;
}
.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-2{
  border-width: 2px;
}
.tw-border-\[1\.5px\]{
  border-width: 1.5px;
}
.tw-border-\[1px\]{
  border-width: 1px;
}
.tw-border-\[2px\]{
  border-width: 2px;
}
.tw-border-x-0{
  border-left-width: 0px;
  border-right-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-b-\[1px\]{
  border-bottom-width: 1px;
}
.tw-border-b-\[2px\]{
  border-bottom-width: 2px;
}
.tw-border-l-0{
  border-left-width: 0px;
}
.tw-border-l-4{
  border-left-width: 4px;
}
.tw-border-l-\[5px\]{
  border-left-width: 5px;
}
.tw-border-l-\[6px\]{
  border-left-width: 6px;
}
.tw-border-r{
  border-right-width: 1px;
}
.tw-border-r-0{
  border-right-width: 0px;
}
.tw-border-r-\[6px\]{
  border-right-width: 6px;
}
.tw-border-t{
  border-top-width: 1px;
}
.tw-border-t-0{
  border-top-width: 0px;
}
.tw-border-t-\[2px\]{
  border-top-width: 2px;
}
.tw-border-t-\[4px\]{
  border-top-width: 4px;
}
.tw-border-t-\[8px\]{
  border-top-width: 8px;
}
.tw-border-solid{
  border-style: solid;
}
.tw-border-dashed{
  border-style: dashed;
}
.\!tw-border-none{
  border-style: none !important;
}
.tw-border-none{
  border-style: none;
}
.tw-border-\[\#1481ea\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 129 234 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#29BE60\]{
  --tw-border-opacity: 1;
  border-color: rgb(41 190 96 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#29be60\]{
  --tw-border-opacity: 1;
  border-color: rgb(41 190 96 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#3F4A5A\]{
  --tw-border-opacity: 1;
  border-color: rgb(63 74 90 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#3a87e0\]{
  --tw-border-opacity: 1;
  border-color: rgb(58 135 224 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#3f4a5a\]{
  --tw-border-opacity: 1;
  border-color: rgb(63 74 90 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#404B5B\]{
  --tw-border-opacity: 1;
  border-color: rgb(64 75 91 / 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-\[\#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-\[\#CCCECE\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 206 206 / 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-\[\#b5b5b6\]{
  --tw-border-opacity: 1;
  border-color: rgb(181 181 182 / 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-\[\#f7931e\]{
  --tw-border-opacity: 1;
  border-color: rgb(247 147 30 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#ff604a\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 96 74 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#ff7f7f\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 127 127 / 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-border-transparent{
  border-color: transparent;
}
.tw-border-b-\[\#e6e6e6\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.tw-border-l-\[\#29BE60\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(41 190 96 / var(--tw-border-opacity, 1));
}
.tw-border-l-\[\#F7931E\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(247 147 30 / var(--tw-border-opacity, 1));
}
.tw-border-l-\[\#FF7F7F\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 127 127 / var(--tw-border-opacity, 1));
}
.tw-border-l-transparent{
  border-left-color: transparent;
}
.tw-border-r-transparent{
  border-right-color: transparent;
}
.tw-border-t-\[\#29BE60\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(41 190 96 / var(--tw-border-opacity, 1));
}
.tw-border-t-\[\#44AB04\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(68 171 4 / var(--tw-border-opacity, 1));
}
.tw-border-t-\[\#F7931E\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(247 147 30 / var(--tw-border-opacity, 1));
}
.tw-border-t-\[\#FF7F7F\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 127 127 / var(--tw-border-opacity, 1));
}
.tw-border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!tw-bg-\[\#29BE60\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 190 96 / var(--tw-bg-opacity, 1)) !important;
}
.\!tw-bg-\[\#3F4A5A\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 74 90 / var(--tw-bg-opacity, 1)) !important;
}
.\!tw-bg-\[\#F7931E\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 147 30 / var(--tw-bg-opacity, 1)) !important;
}
.\!tw-bg-\[\#FF7F7F\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 127 127 / var(--tw-bg-opacity, 1)) !important;
}
.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-\[\#1A1A1A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / 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-\[\#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-\[\#3a87e0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(58 135 224 / 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-\[\#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-\[\#666666\]{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / 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-\[\#D5DFEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(213 223 234 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#D9D9D9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#DEEDFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(222 237 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-\[\#E8F6DE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 246 222 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F0F8E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 233 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F1F6FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 246 255 / 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-\[\#F7931E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 147 30 / 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-\[\#FF7F7F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 127 127 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FFF1F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 241 / 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-\[\#a8d14c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(168 209 76 / 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-\[\#e6f3ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 243 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#f0f8e9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 233 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#f2f8ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 255 / 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-\[\#f5f9f1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 241 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#f6f6f6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#f7931e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 147 30 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#f8931d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 147 29 / 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-\[\#ff7f7f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 127 127 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#fff1f1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 241 / 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-\[\#fffae4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 228 / 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-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.tw-bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 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-\[linear-gradient\(0deg\,rgba\(255\,255\,255\,0\)_60\%\,\#fff1f1_77\%\)\]{
  background-image: linear-gradient(0deg,rgba(255,255,255,0) 60%,#fff1f1 77%);
}
.tw-bg-\[linear-gradient\(0deg\,rgba\(255\,255\,255\,0\)_60\%\,\#fffae4_77\%\)\]{
  background-image: linear-gradient(0deg,rgba(255,255,255,0) 60%,#fffae4 77%);
}
.tw-bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\)_-9\.35\%\,\#f0f8e9_65\.65\%\)\]{
  background-image: linear-gradient(180deg,rgba(255,255,255,0) -9.35%,#f0f8e9 65.65%);
}
.tw-bg-\[linear-gradient\(359\.95deg\,\#FFFAE4_13\.39\%\,\#FFFFFF_101\.59\%\)\]{
  background-image: linear-gradient(359.95deg,#FFFAE4 13.39%,#FFFFFF 101.59%);
}
.tw-bg-\[linear-gradient\(359\.95deg\,\#fff1f1_13\.39\%\,\#FFFFFF_101\.59\%\)\]{
  background-image: linear-gradient(359.95deg,#fff1f1 13.39%,#FFFFFF 101.59%);
}
.tw-bg-\[linear-gradient\(to_bottom\,_\#fff_7\.2\%\,_\#f5f5f5_7\.2\%\)\]{
  background-image: linear-gradient(to bottom, #fff 7.2%, #f5f5f5 7.2%);
}
.tw-bg-\[linear-gradient\(to_bottom\,_\#fff_7\.5\%\,_\#f5f5f5_7\.5\%\)\]{
  background-image: linear-gradient(to bottom, #fff 7.5%, #f5f5f5 7.5%);
}
.tw-bg-\[linear-gradient\(to_bottom\,_\#fff_8\.7\%\,_\#f5f5f5_8\.7\%\)\]{
  background-image: linear-gradient(to bottom, #fff 8.7%, #f5f5f5 8.7%);
}
.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-bg-cover{
  background-size: cover;
}
.tw-bg-bottom{
  background-position: bottom;
}
.tw-bg-no-repeat{
  background-repeat: no-repeat;
}
.tw-object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.tw-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.\!tw-p-0{
  padding: 0px !important;
}
.tw-p-0{
  padding: 0px;
}
.tw-p-\[0\.1em_\.8em\]{
  padding: 0.1em .8em;
}
.tw-p-\[0\.3em_1em\]{
  padding: 0.3em 1em;
}
.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-\[1\.1em_2\.5em_1\.1em_0\.8em\]{
  padding: 1.1em 2.5em 1.1em 0.8em;
}
.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-\[15px_0_30px\]{
  padding: 15px 0 30px;
}
.tw-p-\[20px\]{
  padding: 20px;
}
.tw-p-\[25px_20px\]{
  padding: 25px 20px;
}
.tw-p-\[2px_20px\]{
  padding: 2px 20px;
}
.tw-p-\[2px_5px\]{
  padding: 2px 5px;
}
.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-\[35px_20px_60px\]{
  padding: 35px 20px 60px;
}
.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-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.tw-px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.tw-px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.tw-px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.tw-px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.tw-px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}
.tw-px-\[35px\]{
  padding-left: 35px;
  padding-right: 35px;
}
.tw-px-\[70px\]{
  padding-left: 70px;
  padding-right: 70px;
}
.tw-px-\[7px\]{
  padding-left: 7px;
  padding-right: 7px;
}
.tw-px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.tw-py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-\[0\.7em\]{
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.tw-py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.tw-py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.tw-py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.tw-py-\[19px\]{
  padding-top: 19px;
  padding-bottom: 19px;
}
.tw-py-\[1em\]{
  padding-top: 1em;
  padding-bottom: 1em;
}
.tw-py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.tw-py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}
.tw-py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.tw-py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.tw-py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.tw-py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.tw-py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.tw-py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.tw-py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.tw-py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!tw-pb-0{
  padding-bottom: 0px !important;
}
.\!tw-pt-0{
  padding-top: 0px !important;
}
.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-\[130px\]{
  padding-bottom: 130px;
}
.tw-pb-\[13px\]{
  padding-bottom: 13px;
}
.tw-pb-\[14px\]{
  padding-bottom: 14px;
}
.tw-pb-\[15px\]{
  padding-bottom: 15px;
}
.tw-pb-\[20px\]{
  padding-bottom: 20px;
}
.tw-pb-\[25px\]{
  padding-bottom: 25px;
}
.tw-pb-\[30px\]{
  padding-bottom: 30px;
}
.tw-pb-\[35px\]{
  padding-bottom: 35px;
}
.tw-pb-\[3px\]{
  padding-bottom: 3px;
}
.tw-pb-\[40px\]{
  padding-bottom: 40px;
}
.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-1{
  padding-left: 0.25rem;
}
.tw-pl-20{
  padding-left: 5rem;
}
.tw-pl-\[0\.5em\]{
  padding-left: 0.5em;
}
.tw-pl-\[15px\]{
  padding-left: 15px;
}
.tw-pl-\[16px\]{
  padding-left: 16px;
}
.tw-pl-\[1em\]{
  padding-left: 1em;
}
.tw-pl-\[20px\]{
  padding-left: 20px;
}
.tw-pl-\[25px\]{
  padding-left: 25px;
}
.tw-pl-\[40px\]{
  padding-left: 40px;
}
.tw-pl-\[7px\]{
  padding-left: 7px;
}
.tw-pr-4{
  padding-right: 1rem;
}
.tw-pr-\[10px\]{
  padding-right: 10px;
}
.tw-pr-\[15px\]{
  padding-right: 15px;
}
.tw-pr-\[16px\]{
  padding-right: 16px;
}
.tw-pr-\[18px\]{
  padding-right: 18px;
}
.tw-pr-\[30px\]{
  padding-right: 30px;
}
.tw-pr-\[5px\]{
  padding-right: 5px;
}
.tw-pt-\[100px\]{
  padding-top: 100px;
}
.tw-pt-\[120px\]{
  padding-top: 120px;
}
.tw-pt-\[141px\]{
  padding-top: 141px;
}
.tw-pt-\[15px\]{
  padding-top: 15px;
}
.tw-pt-\[20px\]{
  padding-top: 20px;
}
.tw-pt-\[25px\]{
  padding-top: 25px;
}
.tw-pt-\[30px\]{
  padding-top: 30px;
}
.tw-pt-\[35px\]{
  padding-top: 35px;
}
.tw-pt-\[50px\]{
  padding-top: 50px;
}
.tw-pt-\[5px\]{
  padding-top: 5px;
}
.tw-pt-\[60px\]{
  padding-top: 60px;
}
.tw-pt-\[77px\]{
  padding-top: 77px;
}
.tw-pt-\[80px\]{
  padding-top: 80px;
}
.tw-text-left{
  text-align: left;
}
.tw-text-center{
  text-align: center;
}
.tw-text-right{
  text-align: right;
}
.tw-text-start{
  text-align: start;
}
.-tw-indent-\[1em\]{
  text-indent: -1em;
}
.tw--indent-\[16px\]{
  text-indent: -16px;
}
.tw-indent-\[-16px\]{
  text-indent: -16px;
}
.tw-indent-\[16px\]{
  text-indent: 16px;
}
.tw-align-top{
  vertical-align: top;
}
.\!tw-text-\[12px\]{
  font-size: 12px !important;
}
.\!tw-text-\[28px\]{
  font-size: 28px !important;
}
.\!tw-text-\[clamp\(25px\2c 3vw\2c 36px\)\]{
  font-size: clamp(25px,3vw,36px) !important;
}
.tw-text-\[10px\]{
  font-size: 10px;
}
.tw-text-\[12px\]{
  font-size: 12px;
}
.tw-text-\[13px\]{
  font-size: 13px;
}
.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-\[2rem\]{
  font-size: 2rem;
}
.tw-text-\[30px\]{
  font-size: 30px;
}
.tw-text-\[40px\]{
  font-size: 40px;
}
.tw-text-\[55px\]{
  font-size: 55px;
}
.tw-text-\[clamp\(10px\,3vw\,12px\)\]{
  font-size: clamp(10px,3vw,12px);
}
.tw-text-\[clamp\(12px\,3\.3vw\,14px\)\]{
  font-size: clamp(12px,3.3vw,14px);
}
.tw-text-\[clamp\(15px\,3vw\,16px\)\]{
  font-size: clamp(15px,3vw,16px);
}
.tw-text-\[clamp\(15px\,3vw\,18px\)\]{
  font-size: clamp(15px,3vw,18px);
}
.tw-text-\[clamp\(18px\,5vw\,22px\)\]{
  font-size: clamp(18px,5vw,22px);
}
.tw-text-\[clamp\(20px\,3vw\,30px\)\]{
  font-size: clamp(20px,3vw,30px);
}
.tw-text-\[clamp\(22px\,3vw\,26px\)\]{
  font-size: clamp(22px,3vw,26px);
}
.tw-text-\[clamp\(25px\,3vw\,36px\)\]{
  font-size: clamp(25px,3vw,36px);
}
.tw-text-\[clamp\(25px\,4\.5vw\,35px\)\]{
  font-size: clamp(25px,4.5vw,35px);
}
.tw-text-\[clamp\(25px\,4\.5vw\,36px\)\]{
  font-size: clamp(25px,4.5vw,36px);
}
.tw-text-\[clamp\(25px\,4vw\,35px\)\]{
  font-size: clamp(25px,4vw,35px);
}
.tw-text-\[clamp\(25px\,8vw\,40px\)\]{
  font-size: clamp(25px,8vw,40px);
}
.tw-text-\[clamp\(35px\,10vw\,45px\)\]{
  font-size: clamp(35px,10vw,45px);
}
.tw-text-\[clamp\(45px\,10vw\,55px\)\]{
  font-size: clamp(45px,10vw,55px);
}
.tw-text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!tw-font-medium{
  font-weight: 500 !important;
}
.tw-font-\[600\]{
  font-weight: 600;
}
.tw-font-\[700\]{
  font-weight: 700;
}
.tw-font-bold{
  font-weight: 700;
}
.tw-font-medium{
  font-weight: 500;
}
.tw-font-normal{
  font-weight: 400;
}
.tw-font-semibold{
  font-weight: 600;
}
.tw-leading-8{
  line-height: 2rem;
}
.tw-leading-\[1\.2\]{
  line-height: 1.2;
}
.tw-leading-\[1\.3\]{
  line-height: 1.3;
}
.tw-leading-\[1\.4\]{
  line-height: 1.4;
}
.tw-leading-\[1\.4em\]{
  line-height: 1.4em;
}
.tw-leading-\[1\.5\]{
  line-height: 1.5;
}
.tw-leading-\[1\.6\]{
  line-height: 1.6;
}
.tw-leading-\[1\.6em\]{
  line-height: 1.6em;
}
.tw-leading-\[1\.7\]{
  line-height: 1.7;
}
.tw-leading-\[1\.8\]{
  line-height: 1.8;
}
.tw-leading-\[2\]{
  line-height: 2;
}
.tw-leading-none{
  line-height: 1;
}
.tw-leading-normal{
  line-height: 1.5;
}
.tw-leading-snug{
  line-height: 1.375;
}
.tw-leading-tight{
  line-height: 1.25;
}
.-tw-tracking-normal{
  letter-spacing: -0em;
}
.tw-tracking-\[-0\.006em\]{
  letter-spacing: -0.006em;
}
.tw-tracking-\[0\.04em\]{
  letter-spacing: 0.04em;
}
.tw-tracking-\[0\.06em\]{
  letter-spacing: 0.06em;
}
.tw-tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}
.tw-tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}
.tw-tracking-\[0\.22px\]{
  letter-spacing: 0.22px;
}
.tw-tracking-\[0em\]{
  letter-spacing: 0em;
}
.tw-tracking-wider{
  letter-spacing: 0.05em;
}
.tw-tracking-widest{
  letter-spacing: 0.1em;
}
.\!tw-text-inherit{
  color: inherit !important;
}
.tw-text-\[\#1481EA\]{
  --tw-text-opacity: 1;
  color: rgb(20 129 234 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#1481ea\]{
  --tw-text-opacity: 1;
  color: rgb(20 129 234 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#1582eb\]{
  --tw-text-opacity: 1;
  color: rgb(21 130 235 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#1d3761\]{
  --tw-text-opacity: 1;
  color: rgb(29 55 97 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#263854\]{
  --tw-text-opacity: 1;
  color: rgb(38 56 84 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#29BE60\]{
  --tw-text-opacity: 1;
  color: rgb(41 190 96 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#29be60\]{
  --tw-text-opacity: 1;
  color: rgb(41 190 96 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#2f3b50\]{
  --tw-text-opacity: 1;
  color: rgb(47 59 80 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#337ab7\]{
  --tw-text-opacity: 1;
  color: rgb(51 122 183 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#3A87E0\]{
  --tw-text-opacity: 1;
  color: rgb(58 135 224 / 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-\[\#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-\[\#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-\[\#4d4d4d\]{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#5A6C85\]{
  --tw-text-opacity: 1;
  color: rgb(90 108 133 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#5A7AA0\]{
  --tw-text-opacity: 1;
  color: rgb(90 122 160 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#9fa0a0\]{
  --tw-text-opacity: 1;
  color: rgb(159 160 160 / 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-\[\#F7931E\]{
  --tw-text-opacity: 1;
  color: rgb(247 147 30 / 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-\[\#FF7F7F\]{
  --tw-text-opacity: 1;
  color: rgb(255 127 127 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#b5b5b6\]{
  --tw-text-opacity: 1;
  color: rgb(181 181 182 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#bbbbbb\]{
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#f7931e\]{
  --tw-text-opacity: 1;
  color: rgb(247 147 30 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#f8931d\]{
  --tw-text-opacity: 1;
  color: rgb(248 147 29 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#ff604a\]{
  --tw-text-opacity: 1;
  color: rgb(255 96 74 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#ff7f7f\]{
  --tw-text-opacity: 1;
  color: rgb(255 127 127 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#fff\]{
  --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-inherit{
  color: inherit;
}
.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-no-underline{
  text-decoration-line: none !important;
}
.tw-no-underline{
  text-decoration-line: none;
}
.tw-opacity-0{
  opacity: 0;
}
.tw-opacity-50{
  opacity: 0.5;
}
.tw-opacity-60{
  opacity: 0.6;
}
.tw-opacity-80{
  opacity: 0.8;
}
.tw-shadow-\[0_0_10px_0_rgba\(0\,0\,0\,0\.25\)\]{
  --tw-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0 10px 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-shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.2\)\]{
  --tw-shadow: 0 0 10px rgba(0,0,0,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-\[0_0_10px_rgba\(0\,0\,0\,0\.25\)\]{
  --tw-shadow: 0 0 10px rgba(0,0,0,0.25);
  --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-\[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-\[0_0_12px_3px_rgba\(63\,74\,90\,0\.25\)\]{
  --tw-shadow: 0 0 12px 3px rgba(63,74,90,0.25);
  --tw-shadow-colored: 0 0 12px 3px 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-\[0_0_4px_rgba\(0\,0\,0\,0\.20\)\]{
  --tw-shadow: 0 0 4px rgba(0,0,0,0.20);
  --tw-shadow-colored: 0 0 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-\[0_0_6px_rgba\(0\,0\,0\,0\.2\)\]{
  --tw-shadow: 0 0 6px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 6px 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-\[0_0_8px_rgba\(0\,0\,0\,0\.2\)\]{
  --tw-shadow: 0 0 8px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 8px 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-\[0_2px_4px_rgba\(0\,0\,0\,0\.25\)\]{
  --tw-shadow: 0 2px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 2px 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-\[0_4px_4px_rgba\(0\,0\,0\,0\.25\)\]{
  --tw-shadow: 0 4px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 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-\[0px_0px_5px_0px_rgba\(0\,0\,0\,0\.35\)\]{
  --tw-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0px 0px 5px 0px 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-\[0px_0px_8px_0px_rgba\(0\,0\,0\,0\.2\)\]{
  --tw-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 0px 8px 0px 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-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.15\)\]{
  --tw-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 4px 4px 0px 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-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\]{
  --tw-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 4px 0px 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_2px_5px_rgba\(0\,0\,0\,0\.15\)\]{
  --tw-shadow: 2px 2px 5px rgba(0,0,0,0.15);
  --tw-shadow-colored: 2px 2px 5px 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-outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-300{
  transition-duration: 300ms;
}
.tw-ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.tw-will-change-transform{
  will-change: transform;
}

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

.after\:tw-absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:tw-bottom-\[-10px\]::after{
  content: var(--tw-content);
  bottom: -10px;
}

.after\:tw-left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:tw-mx-auto::after{
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.after\:tw-mb-\[10px\]::after{
  content: var(--tw-content);
  margin-bottom: 10px;
}

.after\:tw-mb-\[25px\]::after{
  content: var(--tw-content);
  margin-bottom: 25px;
}

.after\:tw-mt-\[25px\]::after{
  content: var(--tw-content);
  margin-top: 25px;
}

.after\:tw-mt-\[8px\]::after{
  content: var(--tw-content);
  margin-top: 8px;
}

.after\:tw-block::after{
  content: var(--tw-content);
  display: block;
}

.after\:tw-h-\[1px\]::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:tw-h-\[2px\]::after{
  content: var(--tw-content);
  height: 2px;
}

.after\:tw-w-\[150px\]::after{
  content: var(--tw-content);
  width: 150px;
}

.after\:tw-w-\[190px\]::after{
  content: var(--tw-content);
  width: 190px;
}

.after\:tw-w-\[82px\]::after{
  content: var(--tw-content);
  width: 82px;
}

.after\:-tw-translate-x-1\/2::after{
  content: var(--tw-content);
  --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));
}

.after\:tw-bg-\[linear-gradient\(to_left\2c _\#1582eb_50\%\2c _\#44ab04_50\%\)\]::after{
  content: var(--tw-content);
  background-image: linear-gradient(to left, #1582eb 50%, #44ab04 50%);
}

.after\:tw-bg-\[linear-gradient\(to_right\2c \#f7931e_50\%\2c \#f4D4b0_50\%\)\]::after{
  content: var(--tw-content);
  background-image: linear-gradient(to right,#f7931e 50%,#f4D4b0 50%);
}

.after\:tw-bg-\[linear-gradient\(to_right\2c \#ff7f7f_50\%\2c \#f4D4b0_50\%\)\]::after{
  content: var(--tw-content);
  background-image: linear-gradient(to right,#ff7f7f 50%,#f4D4b0 50%);
}

.after\:tw-content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.last\:tw-mb-0:last-child{
  margin-bottom: 0px;
}

.last\:tw-pb-0:last-child{
  padding-bottom: 0px;
}

.last-of-type\:tw-border-b-0:last-of-type{
  border-bottom-width: 0px;
}

.hover\:tw-bg-\[\#3f4a5a\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(63 74 90 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-\[\#f5f5f5\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:\!tw-text-\[\#F8533C\]:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(248 83 60 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!tw-text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / 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));
}

.hover\:\!tw-no-underline:hover{
  text-decoration-line: none !important;
}

.hover\:tw-no-underline:hover{
  text-decoration-line: none;
}

.hover\:tw-opacity-50:hover{
  opacity: 0.5;
}

.hover\:tw-opacity-60:hover{
  opacity: 0.6;
}

.hover\:tw-opacity-80:hover{
  opacity: 0.8;
}

.focus\:tw-no-underline:focus{
  text-decoration-line: none;
}

.focus\:tw-opacity-50:focus{
  opacity: 0.5;
}

.focus-visible\:tw-no-underline:focus-visible{
  text-decoration-line: none;
}

.tw-group:hover .group-hover\:tw-block{
  display: block;
}

.tw-group:hover .group-hover\:tw-hidden{
  display: none;
}

.tw-group:hover .group-hover\:tw-bg-\[\#1481EA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 129 234 / var(--tw-bg-opacity, 1));
}

.tw-group:hover .group-hover\:tw-bg-\[\#44ab04\]{
  --tw-bg-opacity: 1;
  background-color: rgb(68 171 4 / var(--tw-bg-opacity, 1));
}

.tw-group:hover .group-hover\:tw-opacity-0{
  opacity: 0;
}

.tw-group:hover .group-hover\:tw-opacity-100{
  opacity: 1;
}

.tw-group:focus-visible .group-focus-visible\:tw-bg-\[\#1481EA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 129 234 / var(--tw-bg-opacity, 1));
}

.tw-group:focus-visible .group-focus-visible\:tw-bg-\[\#44ab04\]{
  --tw-bg-opacity: 1;
  background-color: rgb(68 171 4 / var(--tw-bg-opacity, 1));
}

.tw-group:focus-visible .group-focus-visible\:tw-opacity-0{
  opacity: 0;
}

.tw-group:focus-visible .group-focus-visible\:tw-opacity-100{
  opacity: 1;
}

.aria-\[expanded\=true\]\:tw-border-\[\#3F4A5A\][aria-expanded="true"]{
  --tw-border-opacity: 1;
  border-color: rgb(63 74 90 / var(--tw-border-opacity, 1));
}

.aria-\[expanded\=true\]\:tw-bg-\[\#3F4A5A\][aria-expanded="true"]{
  --tw-bg-opacity: 1;
  background-color: rgb(63 74 90 / 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-\[expanded\=true\]\:hover\:tw-bg-\[\#3F4A5A\]:hover[aria-expanded="true"]{
  --tw-bg-opacity: 1;
  background-color: rgb(63 74 90 / var(--tw-bg-opacity, 1));
}

@media (min-width: 415px){
  .xxs\:tw-pl-4{
    padding-left: 1rem;
  }
}

@media (min-width: 640px){
  .sm\:tw-top-\[clamp\(100px\2c 23vw\2c 200px\)\]{
    top: clamp(100px,23vw,200px);
  }
  .sm\:tw-hidden{
    display: none;
  }
  .sm\:tw-max-w-\[70vw\]{
    max-width: 70vw;
  }
  .sm\:tw-basis-\[clamp\(220px\2c 40vw\2c 320px\)\]{
    flex-basis: clamp(220px,40vw,320px);
  }
  .sm\:tw-whitespace-nowrap{
    white-space: nowrap;
  }
  .sm\:tw-pt-\[50px\]{
    padding-top: 50px;
  }
}

@media (min-width: 768px){
  .md\:\!tw-pointer-events-none{
    pointer-events: none !important;
  }
  .md\:tw-bottom-0{
    bottom: 0px;
  }
  .md\:tw-bottom-16{
    bottom: 4rem;
  }
  .md\:tw-bottom-\[-65px\]{
    bottom: -65px;
  }
  .md\:tw-bottom-\[-76px\]{
    bottom: -76px;
  }
  .md\:tw-left-\[-162px\]{
    left: -162px;
  }
  .md\:tw-left-\[12px\]{
    left: 12px;
  }
  .md\:tw-left-\[130px\]{
    left: 130px;
  }
  .md\:tw-left-\[15px\]{
    left: 15px;
  }
  .md\:tw-left-\[20px\]{
    left: 20px;
  }
  .md\:tw-left-\[42px\]{
    left: 42px;
  }
  .md\:tw-left-\[clamp\(-21px\2c -5vw\2c -24px\)\]{
    left: clamp(-21px,-5vw,-24px);
  }
  .md\:tw-right-\[-20px\]{
    right: -20px;
  }
  .md\:tw-right-\[16px\]{
    right: 16px;
  }
  .md\:tw-right-\[20px\]{
    right: 20px;
  }
  .md\:tw-right-\[50px\]{
    right: 50px;
  }
  .md\:tw-top-\[-15px\]{
    top: -15px;
  }
  .md\:tw-top-\[-20px\]{
    top: -20px;
  }
  .md\:tw-top-\[115px\]{
    top: 115px;
  }
  .md\:tw-top-\[18px\]{
    top: 18px;
  }
  .md\:tw-top-\[50px\]{
    top: 50px;
  }
  .md\:tw-top-\[80px\]{
    top: 80px;
  }
  .md\:tw-top-\[calc\(50\%-17px\)\]{
    top: calc(50% - 17px);
  }
  .md\:tw-top-\[clamp\(-400px\2c -15vw\2c -100px\)\]{
    top: clamp(-400px,-15vw,-100px);
  }
  .md\:tw-top-\[clamp\(7\%\2c 7vw\2c 15\.5\%\)\]{
    top: clamp(7%,7vw,15.5%);
  }
  .md\:tw-top-\[clamp\(7px\2c -37vw\2c -24px\)\]{
    top: clamp(7px,-37vw,-24px);
  }
  .md\:tw-order-1{
    order: 1;
  }
  .md\:tw-order-2{
    order: 2;
  }
  .md\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:tw-mx-\[35px\]{
    margin-left: 35px;
    margin-right: 35px;
  }
  .md\:tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:tw-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:tw-my-\[24px\]{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .md\:-tw-ml-\[180px\]{
    margin-left: -180px;
  }
  .md\:-tw-ml-\[67px\]{
    margin-left: -67px;
  }
  .md\:tw-mb-0{
    margin-bottom: 0px;
  }
  .md\:tw-mb-\[100px\]{
    margin-bottom: 100px;
  }
  .md\:tw-mb-\[150px\]{
    margin-bottom: 150px;
  }
  .md\:tw-mb-\[15px\]{
    margin-bottom: 15px;
  }
  .md\:tw-mb-\[168px\]{
    margin-bottom: 168px;
  }
  .md\:tw-mb-\[16px\]{
    margin-bottom: 16px;
  }
  .md\:tw-mb-\[20px\]{
    margin-bottom: 20px;
  }
  .md\:tw-mb-\[25px\]{
    margin-bottom: 25px;
  }
  .md\:tw-mb-\[28px\]{
    margin-bottom: 28px;
  }
  .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-mb-\[85px\]{
    margin-bottom: 85px;
  }
  .md\:tw-mb-\[clamp\(0px\2c 2vw\2c 48px\)\]{
    margin-bottom: clamp(0px,2vw,48px);
  }
  .md\:tw-mb-\[clamp\(0px\2c 4vw\2c 48px\)\]{
    margin-bottom: clamp(0px,4vw,48px);
  }
  .md\:tw-mr-\[35px\]{
    margin-right: 35px;
  }
  .md\:tw-mt-0{
    margin-top: 0px;
  }
  .md\:tw-mt-\[100px\]{
    margin-top: 100px;
  }
  .md\:tw-mt-\[118px\]{
    margin-top: 118px;
  }
  .md\:tw-mt-\[15px\]{
    margin-top: 15px;
  }
  .md\:tw-mt-\[20px\]{
    margin-top: 20px;
  }
  .md\:tw-mt-\[24px\]{
    margin-top: 24px;
  }
  .md\:tw-mt-\[25px\]{
    margin-top: 25px;
  }
  .md\:tw-mt-\[28px\]{
    margin-top: 28px;
  }
  .md\:tw-mt-\[30px\]{
    margin-top: 30px;
  }
  .md\:tw-mt-\[35px\]{
    margin-top: 35px;
  }
  .md\:tw-mt-\[40px\]{
    margin-top: 40px;
  }
  .md\:tw-mt-\[50px\]{
    margin-top: 50px;
  }
  .md\:tw-mt-\[60px\]{
    margin-top: 60px;
  }
  .md\:tw-mt-\[clamp\(20px\2c 5vw\2c 45px\)\]{
    margin-top: clamp(20px,5vw,45px);
  }
  .md\:tw-block{
    display: block;
  }
  .md\:tw-inline{
    display: inline;
  }
  .md\:tw-flex{
    display: flex;
  }
  .md\:tw-table{
    display: table;
  }
  .md\:tw-table-cell{
    display: table-cell;
  }
  .md\:tw-table-row-group{
    display: table-row-group;
  }
  .md\:tw-table-row{
    display: table-row;
  }
  .md\:tw-hidden{
    display: none;
  }
  .md\:tw-h-4{
    height: 1rem;
  }
  .md\:tw-h-\[104px\]{
    height: 104px;
  }
  .md\:tw-h-\[125px\]{
    height: 125px;
  }
  .md\:tw-h-\[150px\]{
    height: 150px;
  }
  .md\:tw-h-\[28px\]{
    height: 28px;
  }
  .md\:tw-h-\[295px\]{
    height: 295px;
  }
  .md\:tw-h-\[34px\]{
    height: 34px;
  }
  .md\:tw-h-\[370px\]{
    height: 370px;
  }
  .md\:tw-h-\[450px\]{
    height: 450px;
  }
  .md\:tw-h-\[49px\]{
    height: 49px;
  }
  .md\:tw-h-\[530px\]{
    height: 530px;
  }
  .md\:tw-h-\[53px\]{
    height: 53px;
  }
  .md\:tw-h-\[60px\]{
    height: 60px;
  }
  .md\:tw-h-\[82px\]{
    height: 82px;
  }
  .md\:tw-h-\[85px\]{
    height: 85px;
  }
  .md\:tw-h-\[8px\]{
    height: 8px;
  }
  .md\:tw-h-auto{
    height: auto;
  }
  .md\:tw-max-h-\[300px\]{
    max-height: 300px;
  }
  .md\:tw-max-h-\[350px\]{
    max-height: 350px;
  }
  .md\:tw-max-h-\[90vh\]{
    max-height: 90vh;
  }
  .md\:\!tw-w-\[168px\]{
    width: 168px !important;
  }
  .md\:tw-w-4{
    width: 1rem;
  }
  .md\:tw-w-\[104px\]{
    width: 104px;
  }
  .md\:tw-w-\[150px\]{
    width: 150px;
  }
  .md\:tw-w-\[1px\]{
    width: 1px;
  }
  .md\:tw-w-\[200px\]{
    width: 200px;
  }
  .md\:tw-w-\[240px\]{
    width: 240px;
  }
  .md\:tw-w-\[28px\]{
    width: 28px;
  }
  .md\:tw-w-\[295px\]{
    width: 295px;
  }
  .md\:tw-w-\[2px\]{
    width: 2px;
  }
  .md\:tw-w-\[310px\]{
    width: 310px;
  }
  .md\:tw-w-\[34px\]{
    width: 34px;
  }
  .md\:tw-w-\[3px\]{
    width: 3px;
  }
  .md\:tw-w-\[60px\]{
    width: 60px;
  }
  .md\:tw-w-\[80px\]{
    width: 80px;
  }
  .md\:tw-w-\[85px\]{
    width: 85px;
  }
  .md\:tw-w-\[8px\]{
    width: 8px;
  }
  .md\:tw-w-\[95px\]{
    width: 95px;
  }
  .md\:tw-w-\[calc\(50\%\+400px\)\]{
    width: calc(50% + 400px);
  }
  .md\:tw-w-\[clamp\(300px\2c 55vw\2c 750px\)\]{
    width: clamp(300px,55vw,750px);
  }
  .md\:tw-w-auto{
    width: auto;
  }
  .md\:tw-min-w-\[380px\]{
    min-width: 380px;
  }
  .md\:tw-min-w-\[400px\]{
    min-width: 400px;
  }
  .md\:tw-max-w-\[1040px\]{
    max-width: 1040px;
  }
  .md\:tw-max-w-\[1145px\]{
    max-width: 1145px;
  }
  .md\:tw-max-w-\[151px\]{
    max-width: 151px;
  }
  .md\:tw-max-w-\[165px\]{
    max-width: 165px;
  }
  .md\:tw-max-w-\[190px\]{
    max-width: 190px;
  }
  .md\:tw-max-w-\[201px\]{
    max-width: 201px;
  }
  .md\:tw-max-w-\[233px\]{
    max-width: 233px;
  }
  .md\:tw-max-w-\[245px\]{
    max-width: 245px;
  }
  .md\:tw-max-w-\[308px\]{
    max-width: 308px;
  }
  .md\:tw-max-w-\[311px\]{
    max-width: 311px;
  }
  .md\:tw-max-w-\[320px\]{
    max-width: 320px;
  }
  .md\:tw-max-w-\[325px\]{
    max-width: 325px;
  }
  .md\:tw-max-w-\[344px\]{
    max-width: 344px;
  }
  .md\:tw-max-w-\[359px\]{
    max-width: 359px;
  }
  .md\:tw-max-w-\[400px\]{
    max-width: 400px;
  }
  .md\:tw-max-w-\[430px\]{
    max-width: 430px;
  }
  .md\:tw-max-w-\[450px\]{
    max-width: 450px;
  }
  .md\:tw-max-w-\[500px\]{
    max-width: 500px;
  }
  .md\:tw-max-w-\[512px\]{
    max-width: 512px;
  }
  .md\:tw-max-w-\[588px\]{
    max-width: 588px;
  }
  .md\:tw-max-w-\[608px\]{
    max-width: 608px;
  }
  .md\:tw-max-w-\[610px\]{
    max-width: 610px;
  }
  .md\:tw-max-w-\[645px\]{
    max-width: 645px;
  }
  .md\:tw-max-w-\[670px\]{
    max-width: 670px;
  }
  .md\:tw-max-w-\[685px\]{
    max-width: 685px;
  }
  .md\:tw-max-w-\[800px\]{
    max-width: 800px;
  }
  .md\:tw-max-w-\[823px\]{
    max-width: 823px;
  }
  .md\:tw-max-w-\[880px\]{
    max-width: 880px;
  }
  .md\:tw-max-w-\[955px\]{
    max-width: 955px;
  }
  .md\:tw-max-w-full{
    max-width: 100%;
  }
  .md\:tw-max-w-none{
    max-width: none;
  }
  .md\:-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));
  }
  .md\:tw-translate-y-\[20px\]{
    --tw-translate-y: 20px;
    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));
  }
  .md\:tw-rotate-0{
    --tw-rotate: 0deg;
    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));
  }
  .md\:tw-scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .md\:tw-scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
  }
  .md\:\!tw-cursor-default{
    cursor: default !important;
  }
  .md\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .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-grid-cols-\[240px_1fr\]{
    grid-template-columns: 240px 1fr;
  }
  .md\:tw-grid-cols-\[auto_530px\]{
    grid-template-columns: auto 530px;
  }
  .md\:tw-flex-row{
    flex-direction: row;
  }
  .md\:tw-flex-col{
    flex-direction: column;
  }
  .md\:tw-flex-wrap{
    flex-wrap: wrap;
  }
  .md\:tw-items-start{
    align-items: flex-start;
  }
  .md\:tw-items-end{
    align-items: flex-end;
  }
  .md\:tw-items-center{
    align-items: center;
  }
  .md\:tw-justify-start{
    justify-content: flex-start;
  }
  .md\:tw-justify-end{
    justify-content: flex-end;
  }
  .md\:tw-justify-between{
    justify-content: space-between;
  }
  .md\:tw-gap-0{
    gap: 0px;
  }
  .md\:tw-gap-6{
    gap: 1.5rem;
  }
  .md\:tw-gap-\[10px\]{
    gap: 10px;
  }
  .md\:tw-gap-\[13px\]{
    gap: 13px;
  }
  .md\:tw-gap-\[15px\]{
    gap: 15px;
  }
  .md\:tw-gap-\[20px\]{
    gap: 20px;
  }
  .md\:tw-gap-\[21px\]{
    gap: 21px;
  }
  .md\:tw-gap-\[25px\]{
    gap: 25px;
  }
  .md\:tw-gap-\[50px\]{
    gap: 50px;
  }
  .md\:tw-gap-\[5px\]{
    gap: 5px;
  }
  .md\:tw-gap-\[60px\]{
    gap: 60px;
  }
  .md\:tw-gap-\[clamp\(20px\2c 2\.5vw\2c 30px\)\]{
    gap: clamp(20px,2.5vw,30px);
  }
  .md\:tw-gap-\[clamp\(20px\2c 4vw\2c 25px\)\]{
    gap: clamp(20px,4vw,25px);
  }
  .md\:tw-gap-x-\[25px\]{
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .md\:tw-gap-x-\[32px\]{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .md\:tw-gap-y-\[10px\]{
    row-gap: 10px;
  }
  .md\:tw-gap-y-\[41px\]{
    row-gap: 41px;
  }
  .md\:tw-gap-y-\[50px\]{
    row-gap: 50px;
  }
  .md\:tw-justify-self-end{
    justify-self: end;
  }
  .md\:tw-whitespace-nowrap{
    white-space: nowrap;
  }
  .md\:tw-rounded-\[10px\]{
    border-radius: 10px;
  }
  .md\:tw-rounded-\[24px\]{
    border-radius: 24px;
  }
  .md\:tw-rounded-\[30px\]{
    border-radius: 30px;
  }
  .md\:tw-rounded-\[5px\]{
    border-radius: 5px;
  }
  .md\:tw-rounded-\[8px\]{
    border-radius: 8px;
  }
  .md\:tw-bg-\[linear-gradient\(0deg\2c rgba\(255\2c 255\2c 255\2c 0\)_calc\(42\%\)\2c \#fff1f1_calc\(50\%\)\)\]{
    background-image: linear-gradient(0deg,rgba(255,255,255,0) calc(42%),#fff1f1 calc(50%));
  }
  .md\:tw-bg-\[linear-gradient\(to_bottom\2c _\#fff_10\%\2c _\#f5f5f5_10\%\)\]{
    background-image: linear-gradient(to bottom, #fff 10%, #f5f5f5 10%);
  }
  .md\:tw-bg-\[linear-gradient\(to_bottom\2c _\#fff_9\%\2c _\#f5f5f5_9\%\)\]{
    background-image: linear-gradient(to bottom, #fff 9%, #f5f5f5 9%);
  }
  .md\:tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .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-\[25px_0_50px\]{
    padding: 25px 0 50px;
  }
  .md\:tw-p-\[30px\]{
    padding: 30px;
  }
  .md\:tw-p-\[30px_0_50px\]{
    padding: 30px 0 50px;
  }
  .md\:tw-p-\[35px_50px\]{
    padding: 35px 50px;
  }
  .md\:tw-p-\[40px_50px\]{
    padding: 40px 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_120px_80px\]{
    padding: 60px 120px 80px;
  }
  .md\:tw-p-\[60px_15px_80px\]{
    padding: 60px 15px 80px;
  }
  .md\:tw-p-\[8px_15px\]{
    padding: 8px 15px;
  }
  .md\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:tw-px-\[12px\]{
    padding-left: 12px;
    padding-right: 12px;
  }
  .md\:tw-px-\[15\]{
    padding-left: 15;
    padding-right: 15;
  }
  .md\:tw-px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:tw-px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:tw-px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }
  .md\:tw-px-\[35px\]{
    padding-left: 35px;
    padding-right: 35px;
  }
  .md\:tw-px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .md\:tw-px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }
  .md\:tw-py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .md\:tw-py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:tw-py-\[18px\]{
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .md\:tw-py-\[22px\]{
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .md\:tw-py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:tw-py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md\:tw-py-\[7px\]{
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .md\:tw-py-\[clamp\(12px\2c 1\.4vw\2c 13px\)\]{
    padding-top: clamp(12px,1.4vw,13px);
    padding-bottom: clamp(12px,1.4vw,13px);
  }
  .md\:tw-py-\[clamp\(14px\2c 1\.8vw\2c 17px\)\]{
    padding-top: clamp(14px,1.8vw,17px);
    padding-bottom: clamp(14px,1.8vw,17px);
  }
  .md\:tw-pb-0{
    padding-bottom: 0px;
  }
  .md\:tw-pb-\[100px\]{
    padding-bottom: 100px;
  }
  .md\:tw-pb-\[11px\]{
    padding-bottom: 11px;
  }
  .md\:tw-pb-\[120px\]{
    padding-bottom: 120px;
  }
  .md\:tw-pb-\[123px\]{
    padding-bottom: 123px;
  }
  .md\:tw-pb-\[150px\]{
    padding-bottom: 150px;
  }
  .md\:tw-pb-\[168px\]{
    padding-bottom: 168px;
  }
  .md\:tw-pb-\[180px\]{
    padding-bottom: 180px;
  }
  .md\:tw-pb-\[18px\]{
    padding-bottom: 18px;
  }
  .md\:tw-pb-\[50px\]{
    padding-bottom: 50px;
  }
  .md\:tw-pb-\[58px\]{
    padding-bottom: 58px;
  }
  .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-pr-\[20px\]{
    padding-right: 20px;
  }
  .md\:tw-pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:tw-pt-\[110px\]{
    padding-top: 110px;
  }
  .md\:tw-pt-\[150px\]{
    padding-top: 150px;
  }
  .md\:tw-pt-\[15px\]{
    padding-top: 15px;
  }
  .md\:tw-pt-\[40px\]{
    padding-top: 40px;
  }
  .md\:tw-pt-\[50px\]{
    padding-top: 50px;
  }
  .md\:tw-pt-\[60px\]{
    padding-top: 60px;
  }
  .md\:tw-pt-\[70px\]{
    padding-top: 70px;
  }
  .md\:tw-pt-\[78px\]{
    padding-top: 78px;
  }
  .md\:tw-pt-\[80px\]{
    padding-top: 80px;
  }
  .md\:tw-pt-\[81px\]{
    padding-top: 81px;
  }
  .md\:tw-pt-\[84px\]{
    padding-top: 84px;
  }
  .md\:tw-text-left{
    text-align: left;
  }
  .md\:tw-text-center{
    text-align: center;
  }
  .md\:tw-align-middle{
    vertical-align: middle;
  }
  .md\:\!tw-text-\[30px\]{
    font-size: 30px !important;
  }
  .md\:tw-text-\[13px\]{
    font-size: 13px;
  }
  .md\:tw-text-\[14px\]{
    font-size: 14px;
  }
  .md\:tw-text-\[15px\]{
    font-size: 15px;
  }
  .md\:tw-text-\[16px\]{
    font-size: 16px;
  }
  .md\:tw-text-\[17px\]{
    font-size: 17px;
  }
  .md\:tw-text-\[18px\]{
    font-size: 18px;
  }
  .md\:tw-text-\[19px\]{
    font-size: 19px;
  }
  .md\:tw-text-\[20px\]{
    font-size: 20px;
  }
  .md\:tw-text-\[21px\]{
    font-size: 21px;
  }
  .md\:tw-text-\[22px\]{
    font-size: 22px;
  }
  .md\:tw-text-\[23px\]{
    font-size: 23px;
  }
  .md\:tw-text-\[25px\]{
    font-size: 25px;
  }
  .md\:tw-text-\[26px\]{
    font-size: 26px;
  }
  .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;
  }
  .md\:tw-text-\[45px\]{
    font-size: 45px;
  }
  .md\:tw-text-\[60px\]{
    font-size: 60px;
  }
  .md\:tw-text-\[62px\]{
    font-size: 62px;
  }
  .md\:tw-text-\[75px\]{
    font-size: 75px;
  }
  .md\:tw-text-\[clamp\(12px\2c 1\.5vw\2c 16px\)\]{
    font-size: clamp(12px,1.5vw,16px);
  }
  .md\:tw-text-\[clamp\(12px\2c 1\.9vw\2c 16px\)\]{
    font-size: clamp(12px,1.9vw,16px);
  }
  .md\:tw-text-\[clamp\(14px\2c 1\.6vw\2c 16px\)\]{
    font-size: clamp(14px,1.6vw,16px);
  }
  .md\:tw-text-\[clamp\(14px\2c 1\.8vw\2c 18px\)\]{
    font-size: clamp(14px,1.8vw,18px);
  }
  .md\:tw-text-\[clamp\(14px\2c 1\.9vw\2c 16px\)\]{
    font-size: clamp(14px,1.9vw,16px);
  }
  .md\:tw-text-\[clamp\(20px\2c 3vw\2c 30px\)\]{
    font-size: clamp(20px,3vw,30px);
  }
  .md\:tw-font-medium{
    font-weight: 500;
  }
  .md\:tw-leading-normal{
    line-height: 1.5;
  }
  .md\:tw-tracking-\[0\.26px\]{
    letter-spacing: 0.26px;
  }
  .md\:after\:tw-w-\[152px\]::after{
    content: var(--tw-content);
    width: 152px;
  }
  .md\:hover\:tw-border-\[\#3F4A5A\]:hover{
    --tw-border-opacity: 1;
    border-color: rgb(63 74 90 / var(--tw-border-opacity, 1));
  }
  .md\:hover\:tw-border-\[\#3f4a5a\]:hover{
    --tw-border-opacity: 1;
    border-color: rgb(63 74 90 / var(--tw-border-opacity, 1));
  }
  .md\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .md\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }
  .md\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }
  .tw-group:hover .md\:group-hover\:tw-bg-\[\#3F4A5A\]{
    --tw-bg-opacity: 1;
    background-color: rgb(63 74 90 / var(--tw-bg-opacity, 1));
  }
  .tw-group:hover .md\:group-hover\:tw-bg-\[\#3f4a5a\]{
    --tw-bg-opacity: 1;
    background-color: rgb(63 74 90 / var(--tw-bg-opacity, 1));
  }
  .tw-group:hover .md\:group-hover\:tw-text-\[\#3F4A5A\]{
    --tw-text-opacity: 1;
    color: rgb(63 74 90 / var(--tw-text-opacity, 1));
  }
  .tw-group:hover .md\:group-hover\:tw-text-\[\#3f4a5a\]{
    --tw-text-opacity: 1;
    color: rgb(63 74 90 / var(--tw-text-opacity, 1));
  }
  .tw-group:hover .md\:group-hover\:tw-opacity-0{
    opacity: 0;
  }
  .tw-group:hover .md\:group-hover\:tw-opacity-100{
    opacity: 1;
  }
  .tw-group:focus .md\:group-focus\:tw-bg-\[\#3F4A5A\]{
    --tw-bg-opacity: 1;
    background-color: rgb(63 74 90 / var(--tw-bg-opacity, 1));
  }
  .tw-group:focus .md\:group-focus\:tw-bg-\[\#3f4a5a\]{
    --tw-bg-opacity: 1;
    background-color: rgb(63 74 90 / var(--tw-bg-opacity, 1));
  }
  .tw-group:focus .md\:group-focus\:tw-text-\[\#3F4A5A\]{
    --tw-text-opacity: 1;
    color: rgb(63 74 90 / var(--tw-text-opacity, 1));
  }
  .tw-group:focus .md\:group-focus\:tw-text-\[\#3f4a5a\]{
    --tw-text-opacity: 1;
    color: rgb(63 74 90 / var(--tw-text-opacity, 1));
  }
  .tw-group:focus .md\:group-focus\:tw-opacity-0{
    opacity: 0;
  }
  .tw-group:focus .md\:group-focus\:tw-opacity-100{
    opacity: 1;
  }
}

@media (min-width: 1024px){
  .lg\:tw-absolute{
    position: absolute;
  }
  .lg\:tw-bottom-0{
    bottom: 0px;
  }
  .lg\:tw-bottom-\[-105px\]{
    bottom: -105px;
  }
  .lg\:tw-bottom-\[-106px\]{
    bottom: -106px;
  }
  .lg\:tw-bottom-\[-22px\]{
    bottom: -22px;
  }
  .lg\:tw-bottom-auto{
    bottom: auto;
  }
  .lg\:tw-left-\[-55px\]{
    left: -55px;
  }
  .lg\:tw-left-\[-65px\]{
    left: -65px;
  }
  .lg\:tw-left-\[12px\]{
    left: 12px;
  }
  .lg\:tw-left-\[168px\]{
    left: 168px;
  }
  .lg\:tw-left-\[20px\]{
    left: 20px;
  }
  .lg\:tw-left-\[285px\]{
    left: 285px;
  }
  .lg\:tw-right-0{
    right: 0px;
  }
  .lg\:tw-right-\[-20px\]{
    right: -20px;
  }
  .lg\:tw-right-\[16px\]{
    right: 16px;
  }
  .lg\:tw-right-\[20px\]{
    right: 20px;
  }
  .lg\:tw-right-\[50px\]{
    right: 50px;
  }
  .lg\:tw-top-\[-110px\]{
    top: -110px;
  }
  .lg\:tw-top-\[-20px\]{
    top: -20px;
  }
  .lg\:tw-top-\[-71px\]{
    top: -71px;
  }
  .lg\:tw-top-\[100px\]{
    top: 100px;
  }
  .lg\:tw-top-\[188px\]{
    top: 188px;
  }
  .lg\:tw-top-\[18px\]{
    top: 18px;
  }
  .lg\:tw-top-\[29px\]{
    top: 29px;
  }
  .lg\:tw-top-\[32px\]{
    top: 32px;
  }
  .lg\:tw-top-\[50px\]{
    top: 50px;
  }
  .lg\:tw-top-\[65px\]{
    top: 65px;
  }
  .lg\:tw-top-\[clamp\(-400px\2c -21vw\2c -100px\)\]{
    top: clamp(-400px,-21vw,-100px);
  }
  .lg\:tw-z-20{
    z-index: 20;
  }
  .lg\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-tw-ml-\[180px\]{
    margin-left: -180px;
  }
  .lg\:-tw-ml-\[67px\]{
    margin-left: -67px;
  }
  .lg\:tw-mb-0{
    margin-bottom: 0px;
  }
  .lg\:tw-mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:tw-mb-\[100px\]{
    margin-bottom: 100px;
  }
  .lg\:tw-mb-\[113px\]{
    margin-bottom: 113px;
  }
  .lg\:tw-mb-\[13px\]{
    margin-bottom: 13px;
  }
  .lg\:tw-mb-\[25px\]{
    margin-bottom: 25px;
  }
  .lg\:tw-mb-\[35px\]{
    margin-bottom: 35px;
  }
  .lg\:tw-mb-\[38px\]{
    margin-bottom: 38px;
  }
  .lg\:tw-mb-\[40px\]{
    margin-bottom: 40px;
  }
  .lg\:tw-mb-\[50px\]{
    margin-bottom: 50px;
  }
  .lg\:tw-mb-\[58px\]{
    margin-bottom: 58px;
  }
  .lg\:tw-mb-\[5px\]{
    margin-bottom: 5px;
  }
  .lg\:tw-mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:tw-mb-\[clamp\(0px\2c 2vw\2c 48px\)\]{
    margin-bottom: clamp(0px,2vw,48px);
  }
  .lg\:tw-ml-\[30px\]{
    margin-left: 30px;
  }
  .lg\:tw-ml-\[calc\(50\%-520px\)\]{
    margin-left: calc(50% - 520px);
  }
  .lg\:tw-mt-0{
    margin-top: 0px;
  }
  .lg\:tw-mt-\[10px\]{
    margin-top: 10px;
  }
  .lg\:tw-mt-\[118px\]{
    margin-top: 118px;
  }
  .lg\:tw-mt-\[30px\]{
    margin-top: 30px;
  }
  .lg\:tw-mt-\[35px\]{
    margin-top: 35px;
  }
  .lg\:tw-mt-\[40px\]{
    margin-top: 40px;
  }
  .lg\:tw-mt-\[50px\]{
    margin-top: 50px;
  }
  .lg\:tw-mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:tw-block{
    display: block;
  }
  .lg\:tw-flex{
    display: flex;
  }
  .lg\:tw-hidden{
    display: none;
  }
  .lg\:tw-h-\[125px\]{
    height: 125px;
  }
  .lg\:tw-h-\[150px\]{
    height: 150px;
  }
  .lg\:tw-h-\[28px\]{
    height: 28px;
  }
  .lg\:tw-h-\[295px\]{
    height: 295px;
  }
  .lg\:tw-h-\[3px\]{
    height: 3px;
  }
  .lg\:tw-h-\[450px\]{
    height: 450px;
  }
  .lg\:tw-h-\[45px\]{
    height: 45px;
  }
  .lg\:tw-h-\[470px\]{
    height: 470px;
  }
  .lg\:tw-h-\[500px\]{
    height: 500px;
  }
  .lg\:tw-h-\[51\%\]{
    height: 51%;
  }
  .lg\:tw-h-\[60px\]{
    height: 60px;
  }
  .lg\:tw-h-\[690px\]{
    height: 690px;
  }
  .lg\:tw-h-\[8px\]{
    height: 8px;
  }
  .lg\:tw-h-auto{
    height: auto;
  }
  .lg\:tw-h-full{
    height: 100%;
  }
  .lg\:tw-max-h-\[122px\]{
    max-height: 122px;
  }
  .lg\:tw-min-h-\[122px\]{
    min-height: 122px;
  }
  .lg\:tw-w-\[150px\]{
    width: 150px;
  }
  .lg\:tw-w-\[186px\]{
    width: 186px;
  }
  .lg\:tw-w-\[200px\]{
    width: 200px;
  }
  .lg\:tw-w-\[240px\]{
    width: 240px;
  }
  .lg\:tw-w-\[262px\]{
    width: 262px;
  }
  .lg\:tw-w-\[28px\]{
    width: 28px;
  }
  .lg\:tw-w-\[295px\]{
    width: 295px;
  }
  .lg\:tw-w-\[2px\]{
    width: 2px;
  }
  .lg\:tw-w-\[32vw\]{
    width: 32vw;
  }
  .lg\:tw-w-\[45px\]{
    width: 45px;
  }
  .lg\:tw-w-\[556px\]{
    width: 556px;
  }
  .lg\:tw-w-\[60px\]{
    width: 60px;
  }
  .lg\:tw-w-\[8px\]{
    width: 8px;
  }
  .lg\:tw-w-\[calc\(50\%\+535px\)\]{
    width: calc(50% + 535px);
  }
  .lg\:tw-w-auto{
    width: auto;
  }
  .lg\:tw-w-full{
    width: 100%;
  }
  .lg\:tw-min-w-\[220px\]{
    min-width: 220px;
  }
  .lg\:tw-min-w-\[433px\]{
    min-width: 433px;
  }
  .lg\:tw-min-w-\[450px\]{
    min-width: 450px;
  }
  .lg\:tw-min-w-\[778px\]{
    min-width: 778px;
  }
  .lg\:tw-min-w-\[996px\]{
    min-width: 996px;
  }
  .lg\:tw-max-w-\[1021px\]{
    max-width: 1021px;
  }
  .lg\:tw-max-w-\[1030px\]{
    max-width: 1030px;
  }
  .lg\:tw-max-w-\[1040px\]{
    max-width: 1040px;
  }
  .lg\:tw-max-w-\[1080px\]{
    max-width: 1080px;
  }
  .lg\:tw-max-w-\[270px\]{
    max-width: 270px;
  }
  .lg\:tw-max-w-\[325px\]{
    max-width: 325px;
  }
  .lg\:tw-max-w-\[350px\]{
    max-width: 350px;
  }
  .lg\:tw-max-w-\[390px\]{
    max-width: 390px;
  }
  .lg\:tw-max-w-\[433px\]{
    max-width: 433px;
  }
  .lg\:tw-max-w-\[556px\]{
    max-width: 556px;
  }
  .lg\:tw-max-w-\[588px\]{
    max-width: 588px;
  }
  .lg\:tw-max-w-\[780px\]{
    max-width: 780px;
  }
  .lg\:tw-max-w-\[880px\]{
    max-width: 880px;
  }
  .lg\:tw-max-w-\[990px\]{
    max-width: 990px;
  }
  .lg\:tw-max-w-full{
    max-width: 100%;
  }
  .lg\:tw-max-w-none{
    max-width: none;
  }
  .lg\:\!tw-flex-auto{
    flex: 1 1 auto !important;
  }
  .lg\:tw-flex-shrink-0{
    flex-shrink: 0;
  }
  .lg\:\!tw-shrink{
    flex-shrink: 1 !important;
  }
  .lg\:tw-shrink-0{
    flex-shrink: 0;
  }
  .lg\:tw-basis-\[clamp\(220px\2c 22vw\2c 320px\)\]{
    flex-basis: clamp(220px,22vw,320px);
  }
  .lg\:-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));
  }
  .lg\:tw-translate-y-0{
    --tw-translate-y: 0px;
    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));
  }
  .lg\:tw-translate-y-\[-22px\]{
    --tw-translate-y: -22px;
    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));
  }
  .lg\:tw-scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .lg\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:tw-grid-cols-\[191px_1fr\]{
    grid-template-columns: 191px 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-items-end{
    align-items: flex-end;
  }
  .lg\:tw-items-center{
    align-items: center;
  }
  .lg\:tw-justify-center{
    justify-content: center;
  }
  .lg\:tw-justify-between{
    justify-content: space-between;
  }
  .lg\:tw-gap-\[10px\]{
    gap: 10px;
  }
  .lg\:tw-gap-\[12px\]{
    gap: 12px;
  }
  .lg\:tw-gap-\[15px\]{
    gap: 15px;
  }
  .lg\:tw-gap-\[18px\]{
    gap: 18px;
  }
  .lg\:tw-gap-\[20px\]{
    gap: 20px;
  }
  .lg\:tw-gap-\[25px\]{
    gap: 25px;
  }
  .lg\:tw-gap-\[33px\]{
    gap: 33px;
  }
  .lg\:tw-gap-\[35px\]{
    gap: 35px;
  }
  .lg\:tw-gap-\[3px\]{
    gap: 3px;
  }
  .lg\:tw-gap-\[40px\]{
    gap: 40px;
  }
  .lg\:tw-gap-\[50px\]{
    gap: 50px;
  }
  .lg\:tw-gap-\[59px\]{
    gap: 59px;
  }
  .lg\:tw-whitespace-nowrap{
    white-space: nowrap;
  }
  .lg\:tw-rounded-\[30px\]{
    border-radius: 30px;
  }
  .lg\:tw-rounded-s-\[15px\]{
    border-start-start-radius: 15px;
    border-end-start-radius: 15px;
  }
  .lg\:tw-rounded-se-none{
    border-start-end-radius: 0px;
  }
  .lg\:tw-rounded-tl-\[80px\]{
    border-top-left-radius: 80px;
  }
  .lg\:tw-bg-\[linear-gradient\(0deg\2c rgba\(255\2c 255\2c 255\2c 0\)_46\%\2c \#fff1f1_60\%\)\]{
    background-image: linear-gradient(0deg,rgba(255,255,255,0) 46%,#fff1f1 60%);
  }
  .lg\:tw-bg-\[linear-gradient\(0deg\2c rgba\(255\2c 255\2c 255\2c 0\)_46\%\2c \#fffae4_60\%\)\]{
    background-image: linear-gradient(0deg,rgba(255,255,255,0) 46%,#fffae4 60%);
  }
  .lg\:tw-bg-\[linear-gradient\(to_bottom\2c \#fff_48\.8\%\2c \#f5f5f5_48\.8\%\)\]{
    background-image: linear-gradient(to bottom,#fff 48.8%,#f5f5f5 48.8%);
  }
  .lg\:tw-bg-\[linear-gradient\(to_bottom\2c _\#fff_15\%\2c _\#f5f5f5_15\%\)\]{
    background-image: linear-gradient(to bottom, #fff 15%, #f5f5f5 15%);
  }
  .lg\:tw-bg-\[linear-gradient\(to_bottom\2c _\#fff_17\%\2c _\#f5f5f5_17\%\)\]{
    background-image: linear-gradient(to bottom, #fff 17%, #f5f5f5 17%);
  }
  .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-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:tw-px-\[15\]{
    padding-left: 15;
    padding-right: 15;
  }
  .lg\:tw-px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:tw-px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:tw-px-\[24\.5px\]{
    padding-left: 24.5px;
    padding-right: 24.5px;
  }
  .lg\:tw-px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:tw-py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg\:tw-py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .lg\:tw-py-\[23px\]{
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .lg\:tw-py-\[7px\]{
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .lg\:tw-pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:tw-pb-\[120px\]{
    padding-bottom: 120px;
  }
  .lg\:tw-pb-\[150px\]{
    padding-bottom: 150px;
  }
  .lg\:tw-pb-\[50px\]{
    padding-bottom: 50px;
  }
  .lg\:tw-pb-\[60px\]{
    padding-bottom: 60px;
  }
  .lg\:tw-pb-\[65px\]{
    padding-bottom: 65px;
  }
  .lg\:tw-pl-\[15px\]{
    padding-left: 15px;
  }
  .lg\:tw-pr-0{
    padding-right: 0px;
  }
  .lg\:tw-pt-\[100px\]{
    padding-top: 100px;
  }
  .lg\:tw-pt-\[155px\]{
    padding-top: 155px;
  }
  .lg\:tw-pt-\[188px\]{
    padding-top: 188px;
  }
  .lg\:tw-pt-\[50px\]{
    padding-top: 50px;
  }
  .lg\:tw-pt-\[60px\]{
    padding-top: 60px;
  }
  .lg\:tw-pt-\[80px\]{
    padding-top: 80px;
  }
  .lg\:tw-pt-\[85px\]{
    padding-top: 85px;
  }
  .lg\:tw-text-center{
    text-align: center;
  }
  .lg\:tw-text-start{
    text-align: start;
  }
  .lg\:tw-text-\[100px\]{
    font-size: 100px;
  }
  .lg\:tw-text-\[15px\]{
    font-size: 15px;
  }
  .lg\:tw-text-\[16px\]{
    font-size: 16px;
  }
  .lg\:tw-text-\[18px\]{
    font-size: 18px;
  }
  .lg\:tw-text-\[20px\]{
    font-size: 20px;
  }
  .lg\:tw-text-\[22px\]{
    font-size: 22px;
  }
  .lg\:tw-text-\[24px\]{
    font-size: 24px;
  }
  .lg\:tw-text-\[25px\]{
    font-size: 25px;
  }
  .lg\:tw-text-\[26px\]{
    font-size: 26px;
  }
  .lg\:tw-text-\[35px\]{
    font-size: 35px;
  }
  .lg\:tw-text-\[36px\]{
    font-size: 36px;
  }
  .lg\:tw-text-\[40px\]{
    font-size: 40px;
  }
  .lg\:tw-text-\[45px\]{
    font-size: 45px;
  }
  .lg\:tw-text-\[80px\]{
    font-size: 80px;
  }
  .lg\:tw-text-\[clamp\(20px\2c 3vw\2c 30px\)\]{
    font-size: clamp(20px,3vw,30px);
  }
  .lg\:tw-leading-normal{
    line-height: 1.5;
  }
  .lg\:after\:tw-absolute::after{
    content: var(--tw-content);
    position: absolute;
  }
  .lg\:after\:tw-top-0::after{
    content: var(--tw-content);
    top: 0px;
  }
  .lg\:after\:tw-h-full::after{
    content: var(--tw-content);
    height: 100%;
  }
  .lg\:after\:tw-w-\[300\%\]::after{
    content: var(--tw-content);
    width: 300%;
  }
  .lg\:after\:tw-translate-x-\[-100\%\]::after{
    content: var(--tw-content);
    --tw-translate-x: -100%;
    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));
  }
  .lg\:after\:tw-bg-white::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .lg\:after\:tw-bg-\[linear-gradient\(to_bottom\2c \#fff_48\.8\%\2c \#f5f5f5_48\.8\%\)\]::after{
    content: var(--tw-content);
    background-image: linear-gradient(to bottom,#fff 48.8%,#f5f5f5 48.8%);
  }
  .lg\:after\:tw-content-\[\'\'\]::after{
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 1280px){
  .xl\:tw-absolute{
    position: absolute;
  }
  .xl\:tw-relative{
    position: relative;
  }
  .xl\:tw-left-\[-70px\]{
    left: -70px;
  }
  .xl\:tw-left-\[30\%\]{
    left: 30%;
  }
  .xl\:tw-top-\[47px\]{
    top: 47px;
  }
  .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-bg-\[linear-gradient\(0deg\2c rgba\(255\2c 255\2c 255\2c 0\)_64\%\2c \#fff1f1_81\%\)\]{
    background-image: linear-gradient(0deg,rgba(255,255,255,0) 64%,#fff1f1 81%);
  }
  .xl\:tw-bg-\[linear-gradient\(0deg\2c rgba\(255\2c 255\2c 255\2c 0\)_64\%\2c \#fffae4_81\%\)\]{
    background-image: linear-gradient(0deg,rgba(255,255,255,0) 64%,#fffae4 81%);
  }
  .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-mt-4>*+*{
  margin-top: 1rem;
}

.\[\&\>\*\]\: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;
}

.\[\&\>ol\>li\:\:marker\]\:tw-content-\[\'\FF08\'_counter\(list-item\)_\'\FF09\'\]>ol>li::marker{
  --tw-content: '（' counter(list-item) '）';
  content: var(--tw-content);
}

.\[\&\>ol\]\:tw-list-inside>ol{
  list-style-position: inside;
}

.\[\&\>ol\]\:tw-pl-\[1\.8em\]>ol{
  padding-left: 1.8em;
}

.\[\&\>p\:first-child\]\:tw-mb-0>p:first-child{
  margin-bottom: 0px;
}

.\[\&\>p\:last-child\]\:tw-mb-0>p:last-child{
  margin-bottom: 0px;
}

.\[\&\>p\]\:tw-mb-0>p{
  margin-bottom: 0px;
}

.\[\&\>ul\>li\]\:tw-list-disc>ul>li{
  list-style-type: disc;
}

.\[\&\>ul\]\:tw-list-inside>ul{
  list-style-position: inside;
}

.\[\&\>ul\]\:tw-pl-\[1em\]>ul{
  padding-left: 1em;
}

.\[\&\[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;
}

.\[\&_ol\]\:tw-my-4 ol{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&_ol\]\:tw-space-y-2 ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.\[\&_ul\]\:tw-my-4 ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&_ul\]\:tw-space-y-2 ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

@media(min-width:800px){
  .\[\@media\(min-width\:800px\)\]\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.button-container {
  text-align: center;
  padding: 20px;
}

.chat-button {
  display: inline-block;
  width: 300px;
  padding: 15px 30px;
  background-color: #3EAAF5;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  border-radius: 8px;
  border: 2px solid #3EAAF5;
}

.chat-button:hover{
  background: white;
  color: #3EAAF5;
}

.sub-text {
  margin-top: 15px;
  font-size: 14px;
}