#main .kv {
  margin: -40px 48px 48px;
  position: relative;
  z-index: 0;
  height: 560px;
  background: url(../media/images/top/visual3.jpg?v2) no-repeat center / cover;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 767px) {
  #main .kv {
    height: 500px;
    padding: 0;
    margin: -36px 15px 61px;
    background: url(../media/images/top/visual3_sp.jpg?v2) no-repeat center / cover;
    border-bottom-left-radius: 15px;
  }
}
#main .kv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
#main .kv .kv_copy {
  position: absolute;
  top: 87px;
  left: 132px;
  width: 264px;
}
@media print, screen and (max-width: 1200px) {
  #main .kv .kv_copy {
    top: 25px;
    left: 80px;
  }
}
@media screen and (max-width: 980px) {
  #main .kv .kv_copy {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #main .kv .kv_copy {
    top: 54px;
    left: 17px;
    width: 160px;
  }
}
#main .kv .notifications_active {
  position: absolute;
  right: -10px;
  bottom: -48px;
  z-index: 1;
  width: 532px;
  min-height: 160px;
  padding: 27px 10px 27px 86px;
  margin-top: -112px;
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0;
  border-top-left-radius: 30px;
}
@media screen and (max-width: 1356px) {
  #main .kv .notifications_active {
    right: 0;
  }
}
@media screen and (max-width: 980px) {
  #main .kv .notifications_active {
    min-height: 130px;
    padding: 11px 10px 11px 70px;
  }
}
@media screen and (max-width: 767px) {
  #main .kv .notifications_active {
    right: -1px;
    bottom: -61px;
    width: 318px;
    min-height: 112px;
    padding: 12px 1px 0 60px;
    font-weight: 400;
    font-size: 15px;
    line-height: calc(20 / 15);
    letter-spacing: 0;
    border-top-left-radius: 15px;
  }
}
#main .kv .notifications_active_title {
  padding: 9px 0 10px;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: calc(26 / 18);
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .kv .notifications_active_title {
    padding: 4px 0 7px;
  }
}
#main .kv .notifications_active_title:before {
  position: absolute;
  top: 0;
  left: -59px;
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background: #fff url(../media/images/top/notifications_active.svg) center / 24px 24px no-repeat;
  border: 2px solid #75C62F;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  #main .kv .notifications_active_title:before {
    left: -44px;
    width: 36px;
    height: 36px;
    border: 1.5px solid #75C62F;
  }
}
#main .kv .notifications_active a {
  display: block;
  padding-left: 20px;
  color: #444444;
  transition: color 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .kv .notifications_active a {
    padding-left: 18px;
  }
}
#main .kv .notifications_active a:before {
  position: absolute;
  top: 2px;
  left: -1px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff url(../media/images/top/chevron_right.svg) center / 24px 24px no-repeat;
  filter: grayscale(1);
}
@media screen and (max-width: 767px) {
  #main .kv .notifications_active a:before {
    left: -4px;
  }
}
#main .kv .notifications_active a:hover {
  color: #969798;
}
#main .banner {
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  #main .banner {
    margin: 0 auto 53px;
  }
}
#main .banner_list li.slick-slide {
  width: 300px;
  aspect-ratio: 1.7857142857;
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .banner_list li.slick-slide {
    aspect-ratio: 1.7833333333;
    width: 214px;
    height: 120px;
    margin: 0 6px;
    border-radius: 8px;
  }
}
#main .banner_list li.slick-slide a {
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  position: relative;
}
#main .banner_list li.slick-slide a:hover {
  opacity: 0.7;
}
#main .banner_list li.slick-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .banner_list li.slick-slide a span.department {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 140px;
  height: 40px;
  padding-bottom: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: calc(26 / 18);
  letter-spacing: 0;
  border-radius: 10px 0 10px 0;
}
@media screen and (max-width: 767px) {
  #main .banner_list li.slick-slide a span.department {
    width: 100px;
    height: 28px;
    padding-bottom: 1px;
    font-weight: 500;
    font-size: 13px;
    line-height: calc(16 / 13);
    letter-spacing: 0;
    border-radius: 0 8px 0 8px;
  }
}
#main .banner_list li.slick-slide a span.department.internal_medicine {
  padding-left: 0.3em;
  background-color: rgba(83, 146, 245, 0.8);
}
#main .banner_list li.slick-slide a span.department.pediatrics {
  background-color: rgba(255, 147, 1, 0.8);
}
#main .banner_list li.slick-slide a span.department.home_visit {
  background-color: rgba(47, 208, 152, 0.8);
}
#main .banner_list li.slick-slide a span.department.nursing_care {
  background-color: rgba(237, 100, 110, 0.8);
}
#main .banner_list li.slick-slide a span.department.ishi_boshu {
  background-color: rgba(138, 107, 190, 0.7);
}
@media screen and (max-width: 767px) {
  #main .banner ul.slick-dots {
    left: 50%;
    bottom: -21px;
    transform: translateX(-50%);
    display: flex;
    flex-flow: row nowrap;
    width: 158px;
    height: 6px;
    background-color: #F2F2F2;
    border-radius: 3px;
  }
}
@media screen and (max-width: 767px) {
  #main .banner ul.slick-dots li {
    width: 44px;
    height: 6px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .banner ul.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 3px;
    transition: background-color 0.2s;
  }
}
@media screen and (max-width: 767px) {
  #main .banner ul.slick-dots li button:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #main .banner ul.slick-dots li.slick-active button {
    width: 44px !important;
    background-color: #75C62F;
  }
}
#main .notifications {
  max-width: 1080px;
  margin: 0 auto 99px;
}
@media print, screen and (max-width: 1200px) {
  #main .notifications {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .notifications {
    padding: 0;
    margin: 0 auto 43px;
  }
}
#main .notifications_top {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1200px) {
  #main .notifications_top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #main .notifications_top {
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
  }
}
#main .notifications_top_title {
  padding-left: 46px;
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: calc(26 / 30);
  letter-spacing: 0;
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  #main .notifications_top_title {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #main .notifications_top_title {
    padding-left: 38px;
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 18px;
    line-height: calc(26 / 18);
    letter-spacing: 0;
  }
}
#main .notifications_top_title:after {
  position: absolute;
  top: -8px;
  left: -3px;
  display: block;
  content: "";
  width: 46px;
  height: 46px;
  background: url(../media/images/top/notifications.svg) center / 100% no-repeat;
}
@media screen and (max-width: 767px) {
  #main .notifications_top_title:after {
    top: -4px;
    left: -2px;
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width: 768px) {
  #main .notifications_top .tab {
    margin-right: 73px;
  }
}
#main .notifications_top .tab_list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  #main .notifications_top .tab_list {
    gap: 0 5.5px;
  }
}
#main .notifications_top .tab_list li {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 120px;
  height: 40px;
  padding-bottom: 3px;
  background-color: #F2F2F2;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(24 / 16);
  letter-spacing: 0;
  border-radius: 20px;
  transition: background-color 0.2s, color 0.2s, font-weight 0.2s;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .notifications_top .tab_list li {
    width: 82px;
    height: 28px;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 13px;
    line-height: calc(19 / 13);
    letter-spacing: 0;
  }
}
#main .notifications_top .tab_list li:after {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 4px;
  height: 0;
  background-color: #75C62F;
  transition: height 0.2s;
}
@media screen and (max-width: 767px) {
  #main .notifications_top .tab_list li:after {
    top: 28px;
  }
}
#main .notifications_top .tab_list li.active {
  background-color: #75C62F;
  color: #fff;
  font-weight: 500;
  cursor: default;
}
#main .notifications_top .tab_list li.active:after {
  height: 12px;
}
@media screen and (max-width: 767px) {
  #main .notifications_top .tab_list li.active:after {
    height: 6px;
  }
}
#main .notifications_top .tab_list li:not(li.active) {
  transition: opacity 0.2s;
}
#main .notifications_top .tab_list li:not(li.active):hover {
  opacity: 0.7;
}
#main .notifications_top span.list_link {
  font-weight: 400;
  font-size: 16px;
  line-height: calc(24 / 16);
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  #main .notifications_top span.list_link {
    position: absolute;
    top: 2px;
    right: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: calc(24 / 15);
    letter-spacing: -0.025em;
  }
}
#main .notifications_top span.list_link a {
  padding-left: 30px;
  color: #444444;
  transition: color 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .notifications_top span.list_link a {
    padding-left: 26px;
  }
}
#main .notifications_top span.list_link a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../media/images/top/format_list.svg) center / 100% no-repeat;
}
@media screen and (max-width: 767px) {
  #main .notifications_top span.list_link a:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
#main .notifications_top span.list_link a:hover {
  color: #969798;
}
#main .notifications_bottom {
  display: none;
}
#main .notifications_bottom.show {
  display: block;
}
#main .notifications_list {
  border-top: 1px solid #D7D8D9;
}
#main .notifications_list li {
  width: 100%;
  border-bottom: 1px solid #D7D8D9;
}
#main .notifications_list li a {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  width: 100%;
  min-height: 64px;
  padding: 18px 45px 20px 20px;
  color: #444444;
  transition: background-color 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .notifications_list li a {
    flex-wrap: wrap;
    min-height: 73px;
    padding: 10px 20px 12px;
    position: relative;
  }
}
#main .notifications_list li a:after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../media/images/top/arrow_forward.svg) center / 100% no-repeat;
  filter: grayscale(1) brightness(1.2);
}
@media screen and (max-width: 767px) {
  #main .notifications_list li a:after {
    top: 13px;
    right: 15px;
    transform: unset;
    width: 20px;
    height: 20px;
    background-size: 22px 19px;
  }
}
#main .notifications_list li a:hover {
  background-color: #EEF8E5;
}
#main .notifications_list li a:hover:after {
  filter: grayscale(0) brightness(1);
}
#main .notifications_list li a.text {
  pointer-events: none;
  cursor: text;
}
#main .notifications_list li a.text::after {
  display: none;
}
#main .notifications_list li a span.date {
  width: 90px;
  margin-right: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: calc(26 / 20);
  letter-spacing: 0;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  #main .notifications_list li a span.date {
    margin-right: 3px;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 18px;
    line-height: calc(24 / 18);
    letter-spacing: 0.02em;
  }
}
#main .notifications_list li a span.tag {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  min-width: 96px;
  height: 24px;
  padding-bottom: 2px;
  margin-right: 32px;
  background-color: #fff;
  color: #75C62F;
  font-weight: 400;
  font-size: 14px;
  line-height: calc(14 / 14);
  letter-spacing: -0.025em;
  border: 1px solid #75C62F;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  #main .notifications_list li a span.tag {
    position: absolute;
    top: 12px;
    right: 42px;
    width: 78px;
    height: 22px;
    padding-bottom: 1px;
    margin-right: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: calc(12 / 12);
    letter-spacing: 0;
  }
}
#main .notifications_list li a span.topic_new {
  display: none;
}
#main .notifications_list li a span.topic_new.new {
  display: flex;
}
#main .notifications_list li a span.new {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  min-width: 40px;
  height: 20px;
  margin-top: 2px;
  margin-right: 9px;
  background-color: #E5335B;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: calc(14 / 14);
  letter-spacing: 0;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  #main .notifications_list li a span.new {
    margin-top: -5px;
  }
}
#main .notifications_list li a span.news_title {
  font-weight: 400;
  font-size: 16px;
  line-height: calc(24 / 16);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .notifications_list li a span.news_title {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: calc(20 / 15);
    letter-spacing: 0;
  }
}
#main .notifications_list li a[href$=".pdf"] span.news_title:after, #main .notifications_list li a[href$=".doc"] span.news_title:after, #main .notifications_list li a[href$=".docx"] span.news_title:after, #main .notifications_list li a[href$=".xls"] span.news_title:after, #main .notifications_list li a[href$=".xlsx"] span.news_title:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 27px;
  margin-left: 16px;
  margin-bottom: -7px;
  background: center / 32px 40px no-repeat;
}
@media screen and (max-width: 767px) {
  #main .notifications_list li a[href$=".pdf"] span.news_title:after, #main .notifications_list li a[href$=".doc"] span.news_title:after, #main .notifications_list li a[href$=".docx"] span.news_title:after, #main .notifications_list li a[href$=".xls"] span.news_title:after, #main .notifications_list li a[href$=".xlsx"] span.news_title:after {
    width: 15px;
    height: 19px;
    margin-left: 8px;
    margin-bottom: -3px;
    background-size: 23px;
  }
}
#main .notifications_list li a[href$=".pdf"] span.news_title:after {
  background-image: url(../media/images/common/file_pdf.svg);
}
#main .notifications_list li a[href$=".doc"] span.news_title:after, #main .notifications_list li a[href$=".docx"] span.news_title:after {
  background-image: url(../media/images/common/file_word.svg);
}
#main .notifications_list li a[href$=".xls"] span.news_title:after, #main .notifications_list li a[href$=".xlsx"] span.news_title:after {
  background-image: url(../media/images/common/file_excel.svg);
}
#main .by_purpose {
  padding: 44px 0 32px;
  background-color: #E9F6FF;
}
@media print, screen and (max-width: 1200px) {
  #main .by_purpose {
    padding: 44px 15px 32px;
  }
}
@media screen and (max-width: 767px) {
  #main .by_purpose {
    padding: 0;
    background-color: transparent;
  }
}
#main .by_purpose_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li {
    padding: 16px 30px 5px;
    background-color: #E9F6FF;
  }
}
#main .by_purpose_list > li:nth-child(1) {
  padding-right: 32px;
}
@media print, screen and (min-width: 768px) {
  #main .by_purpose_list > li:nth-child(1) {
    width: 32.4%;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .by_purpose_list > li:nth-child(1) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li:nth-child(1) {
    padding-right: 30px;
  }
}
#main .by_purpose_list > li:nth-child(2) {
  padding-left: 29px;
  padding-right: 32px;
}
@media print, screen and (min-width: 768px) {
  #main .by_purpose_list > li:nth-child(2) {
    width: 35.3%;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .by_purpose_list > li:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#main .by_purpose_list > li:nth-child(3) {
  padding-left: 29px;
}
@media print, screen and (min-width: 768px) {
  #main .by_purpose_list > li:nth-child(3) {
    width: 32.3%;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .by_purpose_list > li:nth-child(3) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li:nth-child(3) {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  #main .by_purpose_list > li:not(:last-child) {
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#main .by_purpose_list > li .purpose_title {
  margin: 0 0 18px;
  font-weight: 500;
  font-size: 20px;
  line-height: calc(26 / 20);
  letter-spacing: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main .by_purpose_list > li .purpose_title {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li .purpose_title {
    padding-left: 70px;
    margin: 0 0 17px;
    font-weight: 500;
    font-size: 18px;
    line-height: calc(26 / 18);
    letter-spacing: 0;
  }
}
#main .by_purpose_list > li .purpose_title:before, #main .by_purpose_list > li .purpose_title:after {
  position: absolute;
  display: block;
  content: "";
}
#main .by_purpose_list > li .purpose_title:before {
  top: -81px;
  left: 0;
  width: 76px;
  height: 76px;
  background-color: #fff;
  border: 3px solid #E9F6FF;
  border-radius: 38px;
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li .purpose_title:before {
    top: -28px;
    left: -10px;
    width: 64px;
    height: 64px;
  }
}
#main .by_purpose_list > li .purpose_title:after {
  top: -12px;
  left: 38px;
  width: 4px;
  height: 14px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li .purpose_title:after {
    display: none;
  }
}
#main .by_purpose_list > li .purpose_title.chart:before {
  background: #fff url(../media/images/top/chart.svg) center / 36px no-repeat;
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li .purpose_title.chart:before {
    background-size: 32px;
  }
}
#main .by_purpose_list > li .purpose_title.bed:before {
  background: #fff url(../media/images/top/bed.svg) center / 36px no-repeat;
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li .purpose_title.bed:before {
    background-size: 32px;
  }
}
#main .by_purpose_list > li .purpose_title.dock:before {
  background: #fff url(../media/images/top/dock.svg) top 40% center / 36px no-repeat;
}
@media screen and (max-width: 767px) {
  #main .by_purpose_list > li .purpose_title.dock:before {
    background-size: 32px;
  }
}
#main .by_purpose_list > li .purpose_menu_list li {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  min-height: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(24 / 16);
  letter-spacing: 0;
  border-top: 1px solid #D7D8D9;
}
#main .by_purpose_list > li .purpose_menu_list li a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  min-height: 48px;
  color: #444444;
  transition: opacity 0.2s;
  position: relative;
}
#main .by_purpose_list > li .purpose_menu_list li a:after {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../media/images/top/chevron_right.svg) center / 100% no-repeat;
}
#main .by_purpose_list > li .purpose_menu_list li a:hover {
  opacity: 0.7;
}
#main .by_purpose_list > li .purpose_menu_list li span.brackets {
  font-weight: 400;
  font-size: 12px;
  line-height: calc(18 / 12);
  letter-spacing: 0;
}
#main .pickup_link {
  max-width: 1080px;
  margin: 72px auto;
}
@media print, screen and (max-width: 1200px) {
  #main .pickup_link {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .pickup_link {
    padding: 0 30px;
    margin: 40px auto;
  }
}
#main .pickup_link_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  #main .pickup_link_list {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  #main .pickup_link_list {
    gap: 15px;
  }
}
#main .pickup_link_list li {
  width: calc((100% - 28px) / 2);
  min-height: 124px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .pickup_link_list li {
    width: 100%;
    min-height: 80px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  #main .pickup_link_list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
#main .pickup_link_list li a {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: opacity 0.2s;
  position: relative;
}
#main .pickup_link_list li a:after {
  position: absolute;
  right: 24px;
  bottom: 34px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../media/images/top/arrow_forward.svg) center / 100% no-repeat;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 980px) {
  #main .pickup_link_list li a:after {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main .pickup_link_list li a:after {
    right: 6px;
    bottom: 19px;
    width: 20px;
    height: 20px;
    background-size: 22px 19px;
  }
}
#main .pickup_link_list li a:hover {
  opacity: 0.7;
}
#main .pickup_link_list li a .pickup_image {
  width: 38.7%;
  aspect-ratio: 1.6451612903;
}
@media screen and (max-width: 767px) {
  #main .pickup_link_list li a .pickup_image {
    width: 130px;
  }
}
#main .pickup_link_list li a .pickup_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .pickup_link_list li a .pickup_content {
  width: 61.3%;
  padding: 29px 24px;
  background-color: #75C62F;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #main .pickup_link_list li a .pickup_content {
    padding: 20px 15px 32px;
  }
}
@media screen and (max-width: 767px) {
  #main .pickup_link_list li a .pickup_content {
    width: calc(100% - 130px);
    padding: 18px 10px;
  }
}
#main .pickup_link_list li a .pickup_content_copy, #main .pickup_link_list li a .pickup_content_title {
  display: block;
}
#main .pickup_link_list li a .pickup_content_copy {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .pickup_link_list li a .pickup_content_copy {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: calc(16 / 13);
    letter-spacing: 0;
  }
}
#main .pickup_link_list li a .pickup_content_title {
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 24px;
  line-height: calc(26 / 24);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .pickup_link_list li a .pickup_content_title {
    font-weight: 400;
    font-size: 16px;
    line-height: calc(16 / 16);
    letter-spacing: 0;
  }
}
#main .map iframe {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 767px) {
  #main .map iframe {
    height: 280px;
  }
}
#main .access {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 45px auto 48px;
}
@media screen and (max-width: 767px) {
  #main .access {
    display: block;
  }
}
#main .access .nakaniida {
  margin: 45px auto 64px;
}
@media print, screen and (max-width: 1200px) {
  #main .access {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .access {
    margin: 18px auto 40px;
  }
}
#main .access_title {
  padding-left: 46px;
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: calc(26 / 30);
  letter-spacing: 0;
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  #main .access_title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .access_title {
    padding-left: 38px;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: calc(26 / 18);
    letter-spacing: 0;
  }
}
#main .access_title:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../media/images/common/location_on.svg) center / 100% no-repeat;
}
@media screen and (max-width: 767px) {
  #main .access_title:before {
    width: 32px;
    height: 32px;
  }
}
#main .access_info {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
  #main .access_info {
    margin-right: 48px;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .access_info {
    width: calc(100% - 350px);
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .access_info {
    width: auto;
    margin-left: 38px;
  }
}
@media screen and (max-width: 767px) {
  #main .access_info span.direction {
    font-weight: 400;
    font-size: 15px;
    line-height: calc(26 / 15);
    letter-spacing: 0;
  }
}
#main .access_info span.phone, #main .access_info span.fax {
  display: inline-block;
  margin-top: 7px;
  font-weight: 400;
  font-size: 24px;
  line-height: calc(32 / 24);
  letter-spacing: 0;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  #main .access_info span.phone, #main .access_info span.fax {
    display: block;
    margin-top: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: calc(28 / 20);
    letter-spacing: 0;
  }
}
#main .access_info span.phone {
  margin-top: 1px;
}
@media print, screen and (min-width: 768px) {
  #main .access_info span.fax {
    margin-left: 20px;
  }
}
#main .access_link {
  width: 380px;
}
@media print, screen and (max-width: 1200px) {
  #main .access_link {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  #main .access_link {
    width: 100%;
    padding: 0 15px;
    margin: 18px 0;
  }
}
#main .access_link_list li {
  height: 64px;
}
@media screen and (max-width: 767px) {
  #main .access_link_list li {
    height: 60px;
  }
}
#main .access_link_list li:first-child a:before {
  background: #fff url(../media/images/top/parking.svg) center / 24px 24px no-repeat;
}
#main .access_link_list li:last-child a:before {
  background: #fff url(../media/images/top/shuttlebus.svg) center / 24px 24px no-repeat;
}
#main .access_link_list li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #main .access_link_list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
#main .access_link_list li a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  height: 100%;
  padding: 5px 44px;
  background-color: #75C62F;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0;
  border-radius: 10px;
  transition: opacity 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .access_link_list li a {
    padding: 17px 36px;
    border-radius: 10px 8px 8px 8px;
  }
}
#main .access_link_list li a:before {
  position: absolute;
  top: 0;
  left: -24px;
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #75C62F;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  #main .access_link_list li a:before {
    left: -10px;
    width: 40px;
    height: 40px;
  }
}
#main .access_link_list li a:after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../media/images/top/arrow_forward.svg) center / 100% no-repeat;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  #main .access_link_list li a:after {
    right: 12px;
    width: 20px;
    height: 20px;
  }
}
#main .access_link_list li a:hover {
  opacity: 0.7;
}
#main .related_link {
  max-width: 1080px;
  padding: 48px 0;
  margin: 0 auto;
  border-top: 2px solid #D7D8D9;
}
@media print, screen and (max-width: 1200px) {
  #main .related_link {
    padding: 48px 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .related_link {
    padding: 32px 30px 40px;
  }
}
#main .related_link_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #main .related_link_list {
    display: block;
  }
}
#main .related_link_list li {
  width: calc((100% - 60px) / 3);
  height: 56px;
}
@media screen and (max-width: 1024px) {
  #main .related_link_list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #main .related_link_list li {
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .related_link_list li:not(:last-child) {
    margin-bottom: 17px;
  }
}
#main .related_link_list li a {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  overflow-y: hidden;
}
#main .related_link_list li a:hover {
  opacity: 0.7;
}
#main .related_link_list li a .related_image {
  width: 23.5%;
  aspect-ratio: 1.4285714286;
}
@media screen and (max-width: 767px) {
  #main .related_link_list li a .related_image {
    width: 18%;
  }
}
#main .related_link_list li a .related_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .related_link_list li a .related_title {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: 76.5%;
  padding: 13px 16px 16px;
  color: #444444;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0;
  border-bottom: 1px solid #D7D8D9;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .related_link_list li a .related_title {
    width: 82%;
    padding: 0px 20px 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: calc(26 / 14);
    letter-spacing: 0;
  }
}
#main .related_link_list li a .related_title:after {
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../media/images/common/open_new.svg) center / 100% no-repeat;
}
@media screen and (max-width: 767px) {
  #main .related_link_list li a .related_title:after {
    right: 8px;
    width: 19px;
    height: 16px;
  }
}
#main .other_link {
  padding: 40px 0;
  background-color: #E9F6FF;
}
@media print, screen and (max-width: 1200px) {
  #main .other_link {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .other_link {
    padding: 31px 0;
  }
}
#main .other_link_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  #main .other_link_list {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  #main .other_link_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 8px;
  }
}
#main .other_link_list li {
  width: 160px;
  height: 120px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #main .other_link_list li {
    width: 100px;
    height: 96px;
    border-radius: 8px;
  }
}
#main .other_link_list li a {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 5px;
  height: 100%;
  padding: 12px 10px 10px;
  color: #000;
  border-radius: 10px;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  #main .other_link_list li a {
    justify-content: space-between;
    padding: 11px 5px 16px;
  }
}
#main .other_link_list li a:hover {
  opacity: 0.7;
}
#main .other_link_list li a .other_image {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  #main .other_link_list li a .other_image {
    width: 44px;
    height: 44px;
  }
}
#main .other_link_list li a .other_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .other_link_list li a .other_image.doctor_1 img, #main .other_link_list li a .other_image.doctor_2 img, #main .other_link_list li a .other_image.hospital img {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  #main .other_link_list li a .other_image.doctor_1 img, #main .other_link_list li a .other_image.doctor_2 img, #main .other_link_list li a .other_image.hospital img {
    width: 40px;
    height: 40px;
  }
}
#main .other_link_list li a .other_image.doctor_1 {
  background-color: #3F913F;
}
#main .other_link_list li a .other_image.doctor_2 {
  background-color: #5E6ACB;
}
#main .other_link_list li a .other_image.hospital {
  background-color: #BF58BB;
}
#main .other_link_list li a .other_title {
  font-weight: 400;
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .other_link_list li a .other_title {
    font-weight: 400;
    font-size: 13px;
    line-height: calc(16 / 13);
    letter-spacing: 0;
  }
}
/*# sourceMappingURL=./top.css.map */