@charset "UTF-8";

/* トップ共通
************************************************************/
body.home .top-inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  body.home .top-inner {
    width: 100%;
    padding: 0 5% 40px;
    margin: 0 auto;
  }
}


/* キービジュアル
************************************************************/
.top-kv {
  display: block;
  position: relative;
  height: 850px;
  background-image: none;
  overflow: hidden;
}
.top-kv .inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1200px;
  height: inherit;
  margin: 0 auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .top-kv {
    position: relative;
    height: 330px;
    margin: 0;
    margin-top: 55px;
    background-image: none;
    background-position: center;
    background-attachment: scroll;
  }
  .top-kv .inner {
    width: 100%;
    max-width: 100%;
    height: inherit;
  }
}

.top-kv .bg-slider .slick-slide img {
  width: 100%;
  height: 850px;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .top-kv .bg-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .top-kv .bg-slider .slick-slide img {
    width: 100%;
    height: 330px;
    object-fit: cover;
  }
}

.top-kv .banner-list {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 107px;
}
.top-kv .banner-list .item {
  margin-right: 24px;
}
.top-kv .banner-list .item:nth-child(2) {
  position: relative;
  top: 10px;
  margin-right: 30px;
}
.top-kv .banner-list .item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.top-kv .catch-copy {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 304px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.top-kv .catch-copy p {
  display: block;
  margin: auto;
}
.top-kv .catch-copy p span {
  display: inline-block;
  padding: 5px 7px;
  color: var(--text-color);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
}

@media screen and (max-width: 640px) {
  .top-kv .catch-copy {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: 100%;
    height: 330px;
    padding: 10px;
    margin: auto;
    box-sizing: border-box;
  }
  .top-kv .catch-copy p span {
    font-size: 6.4vw;
  }
}

@media screen and (max-width: 320px) {
  .top-kv .catch-copy p {
    font-size: 16px;
  }
}


/* キービジュアル バナー（SPのみ）
************************************************************/
@media screen and (max-width: 640px) {
  .top-kv-sp {
    padding: 20px 4% !important;
  }
  .top-kv-sp .banner-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    text-align: center;
  }
  .top-kv-sp .banner-list .item {
    margin: auto;
    width: 47%;
    position: static;
  }
  .top-kv-sp .banner-list .item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}


/* お知らせ＆クリニック
************************************************************/
.top-information {
  padding: 80px 0 10px;
  background: url('../images/top_news_kazari01.png') top -150px right -150px no-repeat,
  url('../images/top_news_kazari02.png') bottom left no-repeat;
}
body.home .top-information .top-inner {
  padding-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .top-information {
    padding: 48px 0 32px;
    background-size: 100%;
  }
}


/* お知らせ
************************************************************/
.top-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  min-height: 183px;
  margin-bottom: 56px;
}
.top-news .heading-02 {
  padding-top: 10px;
  margin: 0 100px 30px 0;
  font-size: 18px;
}
.top-news .section-title-en {
  position: absolute;
  top: -4px;
  left: 0;
}
.top-news .section-title-en p {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 60px;
}
.top-news .section-title-en p::before {
  content: "";
  position: absolute;
  top: -23px;
  right: -82px;
  width: 98px;
  height: 69px;
  background:url('../images/top_news_tit_bg.png') center center no-repeat;
}

.top-news .more-button {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.top-news .more-button a {
  padding: 5px 20px 5px 20px;
}

.top-news-list {
  width: 72.3%;
  max-height: 300px;
  box-sizing: border-box;
  overflow-y: auto;
}
.top-news-list li {
  padding: 0 0 31px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-news-list li .date {
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.top-news-list li .category {
  display: inline-block;
  min-width: 130px;
  padding: 0 10px;
  margin-right: 18px;
  color: #ac866a;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  border-radius: 100vh;
}
.top-news-list li .category-1 {
  background-color: #E1F1F9FF;
}
.top-news-list li .category-2 {
  background-color: #C1CAEFFF;
}
.top-news-list li .title {
  color: var(--text-color);
}
.top-news-list li .title:hover {
  color: var(--main-color);
}

@media screen and (max-width: 640px) {
  .top-news {
    flex-direction: column;
    width: 100%;
    margin-bottom: 45px;
  }
  .top-news .heading-02 {
    display: block;
    width: 100%;
    padding-top: 7px;
    margin: 0;
    text-align: center;
  }
  .top-news .section-title-en {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
  }
  .top-news .section-title-en p {
    font-size: 40px;
  }
  .top-news .more-button {
    position: static;
  }

  .top-news-list {
    width: 100%;
    margin-right: 0;
  }
  .top-news-list li .title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}


/* クリニック情報
************************************************************/
.top-clinic {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.top-clinic .content-left {
  position: relative;
  width: 47%;
  margin-bottom: 56px;
}
.top-clinic .content-left .address-wrap {
  padding: 28px 20px 16px;
  margin-bottom: 41px;
  font-style: normal;
  text-align: center;
  border-radius: 100vh;
  background: #f7f5ef;
}
.top-clinic .content-left .address-wrap .address {
  display: inline-block;
  position: relative;
  padding-left: 20px;;
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.top-clinic .content-left .address-wrap .address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 17px;
  background:url('../images/top_info_access_icon.png') center center no-repeat;
}
.top-clinic .content-left .address-wrap .tel {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
}
.top-clinic .content-left .address-wrap .tel a {
  color: #3e3a39;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.1em;
}
.top-clinic .content-left .address-wrap .tel a span {
  padding-right: 10px;
  font-size: 20px;
}

.top-clinic .content-left table {
  font-size: 18px;
}
.top-clinic .content-left table tr:first-child {
  align-items: center;
  height: 62px;
  font-size: 18px;
  font-weight: 600;
  background: #f7f5ef;
}
.top-clinic .content-left table tr:first-child th {
  border-top-left-radius: 100vh;
  border-bottom-left-radius: 100vh;
}
.top-clinic .content-left table tr:first-child td:last-child {
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
}
.top-clinic .content-left table th,
.top-clinic .content-left table td {
  border: none;
  vertical-align: middle;
}
.top-clinic .content-left table th {
  width: 33%;
  padding-left: 30px;
  text-align: left;
}
.top-clinic .content-left table tr:nth-child(2) th,
.top-clinic .content-left table tr:nth-child(2) td {
  padding-top: 22px;
  padding-bottom: 8px;
}
.top-clinic .content-left table tr:nth-child(2) td,
.top-clinic .content-left table tr:nth-child(3) td {
  color: var(--main-color);
}
.top-clinic .content-left table tr td:last-child {
  padding-right: 8px;
}
.top-clinic .content-left table tr:nth-child(3) th,
.top-clinic .content-left table tr:nth-child(3) td {
  padding-top: 5px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e3e2da;
}

.top-clinic .content-right {
  position: relative;
  width: 47%;
  margin-bottom: 56px;
}
.top-clinic .content-right .map iframe {
  width: 100%;
  height: 100%;
  min-height: 375px;
}

.top-clinic .content-right .more-button {
  position: absolute;
  right: 0;
  bottom: -68px;
  text-align: right;
}
.top-clinic .content-right .more-button a {
  padding: 10px 18px 10px 48px;
}
.top-clinic .content-right .more-button a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  width: 16px;
  height: 13px;
  background: url('../images/google_map_btn_icon.png') center center no-repeat;
}

@media screen and (max-width: 640px) {
  .top-clinic {
    flex-direction: column;
  }
  .top-clinic .content-left {
    width: 100%;
    margin-bottom: 45px;
  }
  .top-clinic .content-left .address-wrap .address {
    text-align: left;
  }
  .top-clinic .content-left .address-wrap .address span {
    display: block;
    text-align: left;
  }
  .top-clinic .content-left .address-wrap .tel a {
    font-size: 26px;
  }
  .top-clinic .content-left .address-wrap .tel a span {
    font-size: 18px;
  }
  .top-clinic .content-left table tr:first-child {
    height: 50px;
    font-size: 15px;
  }
  .top-clinic .content-left table tr:nth-child(1) th,
  .top-clinic .content-left table tr:nth-child(2) th,
  .top-clinic .content-left table tr:nth-child(3) th {
    padding-left: 14px;
    font-size: 14px;
  }
  .top-clinic .content-left table tr:nth-child(2) th,
  .top-clinic .content-left table tr:nth-child(2) td {
    padding-top: 14px;
  }
  .top-clinic .content-left table tr:nth-child(3) th,
  .top-clinic .content-left table tr:nth-child(3) td {
    padding-bottom: 14px;
  }
  .top-clinic .content-right {
    width: 100%;
    margin-bottom: 0;
  }
  .top-clinic .content-right .map iframe {
    height: 300px;
  }
}


/* ご挨拶
************************************************************/
.top-greeting {
  padding: 80px 0 15px;
  background: url('../images/top_doctor_bg.jpg') center center no-repeat;
  background-size: cover;
  border-top-right-radius: 300px;
  border-bottom-left-radius: 300px;
}
.top-greeting .section-title-en p {
  position: relative;
}
.top-greeting .section-title-en p::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 136px;
  width: 82px;
  height: 64px;
  background: url('../images/top_doctor_tit_bg.png') top center no-repeat;
}
.top-greeting-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-greeting-content .image-box {
  position: relative;
  width: 37%;
  padding-right: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 2;
}
.top-greeting-content .image-box::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -50px;
  width: 493px;
  height: 508px;
  background: url('../images/top_doctor_img_bg.png') center center no-repeat;
  background-size: 100%;
  z-index: -1;
}
.top-greeting-content .image-box .image img {
  border-radius: 10px;
}
.top-greeting-content .image-box .profile {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  padding-left: 6.4%;
  font-weight: 700;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1;
}
.top-greeting-content .image-box .name-wrap {
  font-weight: bold;
  text-align: left;
}
.top-greeting-content .image-box .name-wrap .post {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.top-greeting-content .image-box .name-wrap .name {
  font-size: 26px;
  letter-spacing: 0.05em;
}
.top-greeting-content .image-box .name-wrap .name span {
  font-size: 60%;
}
.top-greeting-content .image-box .more-button a {
  position: relative;
  padding-left: 40px;
}
.top-greeting-content .image-box .more-button a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  width: 13px;
  height: 15px;
  background: url('../images/top_doctor_btn_icon.png') center center no-repeat;
}

.top-greeting-content .description {
  width: 56%;
  padding-left: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.top-greeting-content .description h3 {
  display: table;
  padding: 0 0 4px;
  margin: 10px 0 20px -7px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.85;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--main-color);
}
.top-greeting-content .description p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .top-greeting {
    padding-top: 40px;
    padding-bottom: 3px;
    margin-top: 40px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
  }
  .top-greeting .top-inner {
    padding: 0 20px 0;
  }
  .top-greeting-content {
    display: block;
    text-align: right;
  }
  .top-greeting-content .image-box {
    width: 100%;
    padding: 0 4%;
  }
  .top-greeting-content .image-box::before {
    width: 118%;
    background-size: 100%;
  }
  .top-greeting-content .image-box .image {
    width: 100%;
    text-align: center;
  }
  .top-greeting-content .image-box .profile {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .top-greeting-content .image-box .name-wrap {
    text-align: center;
  }
  .top-greeting-content .image-box .name-wrap .post {
    margin-bottom: 10px;
  }
  .top-greeting-content .image-box .name-wrap .name {
    font-size: 22px;
  }
  .top-greeting-content .image-box .more-button {
    padding-top: 10px;
  }

  .top-greeting-content .description {
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 2;
  }
  .top-greeting-content .description h3 {
    padding-right: 0;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 1.6;
    text-align: left;
  }
}


/* 当院の特徴
************************************************************/
.top-feature {
  padding: 47px 0 10px;
  overflow: hidden;
}
.top-feature .heading-02 {
  margin-bottom: 33px;
}
.top-feature .section-title-en p {
  position: relative;
  z-index: 2;
}
.top-feature .section-title-en p::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  width: 112px;
  height: 63px;
  background: url('../images/top_feature_tit_bg.png') center center no-repeat;
  z-index: -1;
}

.top-feature-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 52px;
}
.top-feature-list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.top-feature-list .item:last-child {
  margin-bottom: 0;
}
.top-feature-list .item .image-box {
  position: relative;
  width: 46%;
  padding-left: 4%;
  padding-bottom: 49px;
  z-index: 2;
}
.top-feature-list .item:nth-child(even) .image-box {
  padding-left: 0;
  padding-right: 4%;
}
.top-feature-list .item .image-box::before {
  content: "";
  position: absolute;
  left: -33px;
  bottom: 0;
  width: 464px;
  height: 547px;
  background: url('../images/top_feature_list_img_bg01.png') bottom center no-repeat;
  z-index: -1;
}
.top-feature-list .item:nth-child(even) .image-box::before {
  left: auto;
  right: -35px;
  bottom: 0;
}
.top-feature-list .item:nth-child(2) .image-box::before {
  background-image: url('../images/top_feature_list_img_bg02.png');
}
.top-feature-list .item:nth-child(3) .image-box::before {
  background-image: url('../images/top_feature_list_img_bg03.png');
}
.top-feature-list .item:nth-child(4) .image-box::before {
  background-image: url('../images/top_feature_list_img_bg04.png');
}
.top-feature-list .item:nth-child(5) .image-box::before {
  background-image: url('../images/top_feature_list_img_bg05.png');
}
.top-feature-list .item:nth-child(6) .image-box::before {
  background-image: url('../images/top_feature_list_img_bg06.png');
}
.top-feature-list .item .image-box img {
  border-radius: 20px;
}
.top-feature-list .item .image-box .number {
  position: absolute;
  top: 242px;
  right: -74px;
  z-index: 1;
}
.top-feature-list .item:nth-child(even) .image-box .number {
  position: absolute;
  left: -74px;
  right: auto;
}
.top-feature-list .item .image-box .number p {
  color: var(--sub-color);
  font-size: 40px;
  line-height: 1;
}

.top-feature-list .item .description {
  position: relative;
  width:46%;
  z-index: 3;
}
.top-feature-list .item .description .number {
  color: #d4b064;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-family: adobe-garamond-pro, serif;
  letter-spacing: 0.1em;
}
.top-feature-list .item .description h3 {
  display: block;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 20px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.top-feature-list .item .description h3::before {
  content: "";
  position: absolute;
  left:0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(174,168,209);
  background: linear-gradient(90deg, rgba(174,168,209,1) 0%, rgba(151,213,231,1) 100%);
}
.top-feature-list .item:nth-child(2) .description h3::before {
  background: rgb(136,202,176);
  background: linear-gradient(90deg, rgba(136,202,176,1) 0%, rgba(177,211,131,1) 100%);
}
.top-feature-list .item:nth-child(3) .description h3::before {
  background: rgb(163,193,123);
  background: linear-gradient(90deg, rgba(163,193,123,1) 0%, rgba(242,236,118,1) 100%);
}
.top-feature-list .item:nth-child(4) .description h3::before {
  background: rgb(255,181,128);
  background: linear-gradient(90deg, rgba(255,181,128,1) 0%, rgba(255,217,146,1) 100%);
}
.top-feature-list .item:nth-child(5) .description h3::before {
  background: rgb(247,180,184);
  background: linear-gradient(90deg, rgba(247,180,184,1) 0%, rgba(252,226,246,1) 100%);
}
.top-feature-list .item:nth-child(6) .description h3::before {
  background: rgb(239,160,196);
  background: linear-gradient(45deg, rgba(239,160,196,1) 0%, rgba(144,110,174,1) 100%);
}
.top-feature-list .item .description .text-content {
  font-size: 17px;
  line-height: 2.117;
  letter-spacing: 0.1em;
}
.top-feature-list .item .description .button-wrap {
  display: flex;
}
.top-feature-list .item .description .button-wrap .more-button {
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .top-feature {
    padding: 48px 0 12px;
  }
  .top-feature-list .item {
    flex-direction: column;
  }
  .top-feature-list .item .image-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .top-feature-list .item:nth-child(even) .image-box {
    padding-left: 0;
    padding-right: 4%;
    margin-left: 0;
  }
  .top-feature-list .item .image-box::before {
    bottom: 10px !important;
    width: 90%;
    background-size: 100%;
  }
  .top-feature-list .item .image-box .number {
    top: 190px;
    right: 4px;
    width: 90px;
    height: 90px;
  }
  .top-feature-list .item:nth-child(even) .image-box .number {
    position: absolute;
    left: 10px;
    right: 0;
  }
  .top-feature-list .item .description {
    width: 100%;
  }
  .top-feature-list .item .description h3 {
    margin: 0 auto 20px;
    font-size: 23px;
  }
  .top-feature-list .item .description .text-content {
    font-size: 16px;
  }
  .top-feature-list .item .description .button-wrap {
    justify-content: center;
  }
  .top-feature-list .item .description .more-button {
    margin-top: 10px;
    text-align: center;
  }
  .top-feature-list .item .description .button-wrap .more-button a {
    min-width: auto;
  }
}


/* 診療案内
************************************************************/
.top-medical {
  padding: 16px 0 8px;
  overflow: hidden;
}
.top-medical .top-inner {
  position: relative;
}
.top-medical .top-inner::before {
  content: "";
  position: absolute;
  top: 7%;
  left: -13%;
  width: 126%;
  height: 90%;
  border-radius: 100px;
  background-color: #f9f8f3;
  z-index: -1;
}
.top-medical .section-title-en p::before {
  content: "";
  position: absolute;
  top: 21px;
  right: -34px;
  width: 74px;
  height: 69px;
  background: url('../images/top_medical_tit_bg.png') top center no-repeat;
}

.top-medical-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1185px;
  padding-top: 15px;
  margin: auto;
}
.top-medical-list .item {
  width: 21%;
  margin-bottom: 60px;
}
.top-medical-list .item a {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: var(--text-color);
}

.top-medical-list .item .image {
  width: 100%;
  margin-bottom: 17px;
  text-align: center;
}
.top-medical-list .item h3 {
  display: table;
  width: 100%;
  padding: 0 0 4px;
  margin: 0 auto 13px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.top-medical-list .item .more-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 30px;
  margin: auto auto 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-align: center;
  border: solid 1px var(--text-color);
  border-radius: 100vh;font-family: adobe-garamond-pro, serif;
  transition: 0.2s;
}
.top-medical-list .item a:hover .more-button {
  background: var(--main-color);
}

.top-medical-list .item ul {
  position: relative;
  width: 98%;
  margin: auto;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: left;
  list-style: none;
}
.top-medical-list .item ul li {
  display: block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  list-style: none;
}
.top-medical-list .item ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 11px;
  height: 10px;
  background: url('../images/list03_mark.png') top center no-repeat;
}

@media screen and (max-width: 640px) {
  .top-medical {
    padding-top: 0;
  }
  .top-medical-list .item {
    width: 47%;
  }
  .top-medical-list .item ul {
    font-size: 14px;
  }
  .top-medical-list .item ul li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
}


/* ブログ
************************************************************/
.top-blog {
  position: relative;
}
.top-blog::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 392px;
  height: 390px;
  background: url('../images/top_column_bg01.png') top center no-repeat;
  z-index: -1;
}
.top-blog::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  width: 380px;
  height: 381px;
  background: url('../images/top_column_bg02.png') top center no-repeat;
  z-index: -1;
}
body.home .top-blog .top-inner {
  padding-bottom: 10px;
}
.top-blog .heading-02 {
  margin-bottom: 18px;
}
.top-blog .section-title-en p::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 68px;
  width: 165px;
  height: 55px;
  background: url('../images/top_column_tit_bg.png') top center no-repeat;
}
.top-blog-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.top-blog-list dl {
  width: 22.6%;
  margin-right: 3.2%;
  margin-bottom: 20px;
}
.top-blog-list dl:last-child,
.top-blog-list dl:nth-child(4n) {
  margin-right: 0;
}
.top-blog-list dl dt {
  height: 60px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  border-radius: 100vh;
  background: url('../images/top_column_list_tit_bg.jpg') center center no-repeat;
  background-size: cover;
}
.top-blog-list dl dd {
  padding: 10px;
}
.top-blog-list dl dd ul li {
  display: flex;
  align-items: baseline;
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
  line-height: 2;
}
.top-blog-list dl dd ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -4px;
  width: 11px;
  height: 10px;
  background: url('../images/list03_mark.png') top center no-repeat;
}
.top-blog-list dl dd ul li a{
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.48;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .top-blog::before {
    width: 100%;
  }
  .top-blog-list {
    gap: 0;
  }
  .top-blog-list dl {
    width: 100%;
  }
  .top-blog-list dl dt {
    height: 50px;
    line-height: 50px;
  }
}