@charset "UTF-8";
/* CSS Document */
/*==================================================================================================================================

  reset ※home_info（div）以外に※

==================================================================================================================================*/
section[class^=home] h2,
section[class^=home] h2::before,
section[class^=home] h2::after,
section[class^=home] h3,
section[class^=home] h3::before,
section[class^=home] h3::after {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
}

section[class^=home] h2::before,
section[class^=home] h2::after,
section[class^=home] h3::before,
section[class^=home] h3::after {
  display: none;
}

section[class^=home] ol li,
section[class^=home] ol li:last-of-type {
  margin: 0;
}

section[class^=home] ol li::before {
  display: none;
}

/*==================================================================================================================================

  共通

==================================================================================================================================*/
body.home main {
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 641px) {/* pc only */
  .home_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_inner {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
}

.home_tit {
  font-size: 32px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.home_tit::before {
  display: block;
  content: "";
  height: 45px;
  background: url(../images/tit_dec.png) center bottom/auto 100% no-repeat;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_tit::before {
    margin-bottom: 10px;
  }
}
.home_tit .home_tit_en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 256%;
  color: #6bcfc5;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: -0.2em;
}
.home_tit .home_tit_en:first-letter {
  font-size: 151%;
  color: #43b6a5;
  text-transform: uppercase;
}
.home_tit .home_tit_main {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

/*==================================================================================================================================

  .home_mv

==================================================================================================================================*/
.home_mv {
  position: relative;
  margin-bottom: 55px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_mv {
    height: 730px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_mv {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_mv_inner {
    width: 1200px;
    height: 100%;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: column;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_mv_inner {
    padding-left: 5.3%;
    padding-right: 5.3%;
    margin-top: 10px;
  }
  .home_mv_inner > *:not(.home_mv_textArea,:last-child) {
    margin-bottom: 20px;
  }

  .home_mv .slider-fade .slick-slide img, .home_mv_textArea {
    height: 450px;
  }
}
.home_mv .slider-fade::after {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: url(../images/home/mv_mask.png) center bottom repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_mv .slider-fade::after {
    background-size: 100% auto;
  }
}
.home_mv .slider-fade .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_mv .slider-fade .slick-slide img {
    height: 730px;
  }
}
.home_mv_textArea {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_mv_textArea {
    flex: 1;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_mv_textArea {
    width: 100%;
    justify-content: flex-end;
    padding-left: 5.3%;
    padding-right: 5.3%;
    /*new openを削除した後 padding-bottom: 20px;*/
    position: absolute;
    left: 0;
    top: 0;
  }
}
.home_mv_catch {
  font-size: 30px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_mv_catch {
    /*home_mv_open width + 20px*/padding-right: calc(434px + 20px);
    /*padding-right: calc(360px + 20px); new openを削除した後こちらに切り替え*/
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_mv_catch {
    font-size: 20px;
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
.home_mv_catch p {
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5), 0 0 70px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_mv_open {
    width: 100%;
    max-width: 434px;
    position: absolute;
    right: 10px;
    bottom: 90px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_mv_open {
    padding-bottom: 10px;
  }
  .home_mv_open img {
    max-width: none;
    width: auto;
    height: 230px;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_mv_bnrArea {
    width: 100%;
    max-width: 434px;
    /*max-width: 360px; new openを削除した後こちらに切り替え*/
    position: absolute;
    right: 10px;
    bottom: 447px;
    /*bottom: 90px; new openを削除した後こちらに切り替え*/
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_mv_bnrArea {
    text-align: center;
  }
}
@media (hover: hover) {
  .home_mv_bnrArea > * a {
    transition-property: opacity;
  }
  .home_mv_bnrArea > * a:hover {
    opacity: 0.6;
  }
}
.home_mv_bnrArea > * img {
  width: auto;
  max-height: 100%;
  /*new openを削除した後こちら削除*/
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_mv_bnrArea > * img {
    max-width: 360px;
  }
}
.home_mv_feature {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_mv_feature {
    justify-content: center;
    gap: 2%;
  }
}
.home_mv_feature_item {
  width: 200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: url(../images/pattern1_green.jpg);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_mv_feature_item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_mv_feature_item {
    max-width: 200px;
    width: 48%;
    font-size: 14px;
  }
}
.home_mv_feature_item:nth-child(even) {
  background-image: url(../images/pattern1_blue.jpg);
}
.home_mv_feature_item::before {
  content: "";
  display: block;
  height: 63px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.home_mv_feature_item::after {
  content: "";
  display: block;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border-radius: 15px;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.home_mv_feature_item.home_mv_feature_item-access::before {
  background-image: url(../images/home/mv_feature_access.png);
}
.home_mv_feature_item.home_mv_feature_item-prevention::before {
  background-image: url(../images/home/mv_feature_prevention.png);
}

@media only screen and (max-width: 640px) {/* sp */
  h1 {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home_news_info {
  padding-bottom: 130px;
  background: url(../images/home/news_info_bg.png) center top 35px no-repeat;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_news_info {
    padding-bottom: 60px;
    background: url(../images/home/news_info_bg_sp_l.png) left -10% bottom/50% auto no-repeat, url(../images/home/news_info_bg_sp_r.png) right -10% top/50% auto no-repeat;
  }
}

/*==================================================================================================================================

  .home_news

==================================================================================================================================*/
.home_news {
  margin-bottom: 90px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_news {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_news .home_tit {
    font-size: 26px;
  }
  .home_news .home_tit::before {
    display: none;
  }
  .home_news .home_tit_en, .home_news .home_tit_main {
    text-align: left;
  }
  .home_news .home_tit_en {
    font-size: 192%;
    margin-bottom: 10px;
  }
  .home_news .home_tit_en:first-letter {
    font-size: 160%;
  }
  .home_news_flex {
    display: flex;
  }
}
.home_news .cmn_btn {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_news .cmn_btn {
    margin-top: 30px;
  }
  .home_news .cmn_btn a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_news_head {
    min-width: 236px;
    width: 236px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_news_list {
    width: calc(100% - 236px);
    padding-top: 20px;
  }
}
.home_news_list li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_news_list li {
    flex-wrap: wrap;
  }
}
.home_news_list li:not(:last-child) {
  margin-bottom: 25px;
}
.home_news_list li > * {
  display: block;
}
.home_news_list li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--text-color);
  line-height: 1.2;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_news_list li a {
    flex: 1;
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_news_list li a {
    width: 100%;
  }
}
@media (hover: hover) {
  .home_news_list li a {
    transition-property: color;
  }
  .home_news_list li a:hover {
    color: var(--main-color);
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_news_list li span,
.home_news_list li em {
    margin-bottom: 10px;
  }
}
.home_news_list li span {
  color: #bbb;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_news_list li span {
    width: 100px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_news_list li span {
    margin-right: 10px;
  }
}
.home_news_list li em {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 100px;
  max-width: 200px;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  margin-right: 10px;
  padding: 5px;
}

/*==================================================================================================================================

  .home_info

==================================================================================================================================*/
@media only screen and (max-width: 640px) {/* sp */
  .home_info {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
}
.home_info .home_inner {
  padding: 50px 60px 40px 50px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_info .home_inner {
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_info .home_inner {
    padding: 30px 6%;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_info_detail {
    width: 510px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_info_detail {
    margin-bottom: 25px;
  }
}
.home_info_address {
  margin-bottom: 5px;
}
.home_info_address_item {
  background-color: #edfaf8;
  border-radius: 100vh;
  padding: 15px 40px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_info_address_item {
    min-height: 80px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_info_address_item {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home_info_address_item:not(:last-child) {
  margin-bottom: 15px;
}
.home_info_address_tit {
  width: 130px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #43b5a5;
  line-height: 1;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_info_address_tit {
    margin-bottom: 10px;
  }
}
.home_info_address_tit:first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_info_address_con {
    flex: 1;
  }
}
.home_info_add .home_info_address_con {
  line-height: 1.3;
  letter-spacing: 0.12em;
  padding-left: 27px;
  background: url(../images/map.svg) left top 0.3em/12px auto no-repeat;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_info_add .home_info_address_con {
    font-size: 120%;
  }
}
.home_info_add .home_info_address_con span {
  display: block;
}
.home_info_free {
  margin-bottom: 5px;
}
.home_info .sche_wrap:not(:last-child) {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_info_access {
    width: 510px;
  }
}
.home_info_access_map {
  text-align: center;
}
.home_info_access .cmn_mapBtn {
  margin-top: 20px;
}
.home_info_access .cmn_mapBtn a {
  margin-left: auto;
}

/*==================================================================================================================================

  .home_greeting

==================================================================================================================================*/
.home_greeting {
  padding-bottom: 120px;
  background: url(../images/home/greeting_bg.jpg) center top 15px no-repeat;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_greeting {
    margin-bottom: 30px;
    background: url(../images/home/greeting_bg_l.jpg) left -160px top 120px/auto 283px no-repeat, url(../images/home/greeting_bg_r.jpg) right -160px bottom/auto 347px no-repeat;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_greeting .home_tit {
    margin-bottom: 15px;
  }
}
.home_greeting_wrap:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_greeting_flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
.home_greeting_imgArea {
  padding-top: 30px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_greeting_imgArea {
    width: 370px;
    position: relative;
  }
}
.home_greeting_img {
  border-radius: 20px;
  box-shadow: 30px -30px 0px 0px #dceaf2;
  overflow: hidden;
  margin-bottom: 40px;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_greeting_img {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_greeting_name,
.home_greeting .cmn_btn {
    padding-left: 15px;
  }
}
.home_greeting_name {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_greeting_name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.home_greeting_name_clinic {
  font-size: 18px;
  margin-bottom: 10px;
}
.home_greeting_name_doctor {
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_greeting_name_doctor {
    font-size: 22px;
  }
}
.home_greeting_name_doctor span {
  font-size: 60%;
}
.home_greeting_name_doctor span:first-child {
  margin-right: 1em;
}
.home_greeting_textArea {
  background-color: #fff;
  box-shadow: -25px 30px 0px 0px #e8f3f1;
  border-radius: 30px;
  padding: 50px 90px 65px 50px;
  margin-top: 75px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_greeting_textArea {
    width: 880px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_greeting_textArea {
    padding: 25px 6%;
    margin-top: 25px;
  }
}
.home_greeting_textArea .cmn_btn {
  margin-top: 30px;
}
.home_greeting_textArea .cmn_btn a {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_greeting_text {
    font-size: 18px;
  }
}
.home_greeting_text p:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_greeting_text p:not(:last-child) {
    margin-bottom: 1em;
  }
}

/*==================================================================================================================================

  .home_feature

==================================================================================================================================*/
.home_feature {
  background: url(../images/home/feature_bg_r.png) right top no-repeat, url(../images/home/feature_bg_l.png) left top 980px no-repeat;
  padding-bottom: 145px;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_feature {
    margin-top: -65px;
    padding-top: 65px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature {
    background-position: right top, left bottom;
    background-size: 345px auto, 128px auto;
    padding-bottom: 60px;
  }
}
.home_feature .home_tit {
  margin-bottom: 45px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature .home_tit {
    margin-bottom: 68px;
  }
}
.home_feature_list {
  counter-reset: number 0;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature_list {
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home_feature_list .home_feature_item {
  position: relative;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_feature_list .home_feature_item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature_list .home_feature_item {
    border-radius: 20px;
    box-shadow: 20px 20px 0px 0px #dceaf2;
  }
}
.home_feature_list .home_feature_item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature_list .home_feature_item:not(:last-child) {
    margin-bottom: 68px;
  }
}
.home_feature .home_feature_item_img {
  padding-bottom: 78px;
  margin-bottom: -78px;
  position: relative;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_feature .home_feature_item_img {
    width: 456px;
    z-index: 0;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature .home_feature_item_img {
    padding-bottom: 40px;
    margin-bottom: -40px;
  }
}
.home_feature .home_feature_item_img::before {
  display: block;
  content: "";
  background: url(../images/home/feature_item_bg_blue.png) left top/100% auto no-repeat;
  width: 274px;
  aspect-ratio: 548/536;
  position: absolute;
  bottom: 0;
  left: -125px;
  z-index: -1;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature .home_feature_item_img::before {
    width: 186px;
    left: -60px;
  }
}
.home_feature .home_feature_item_img img {
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature .home_feature_item_img img {
    border-radius: 20px 20px 0 0;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_feature .home_feature_item:nth-child(odd) .home_feature_item_img, .home_feature .home_feature_item:nth-child(even) .home_feature_item_textArea {
    margin-right: -54px;
  }

  .home_feature .home_feature_item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature .home_feature_item:nth-child(even) {
    box-shadow: -20px 20px 0px 0px #e8f3f1;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_feature .home_feature_item:nth-child(even) .home_feature_item_img {
    padding-bottom: 48px;
  }
}
.home_feature .home_feature_item:nth-child(even) .home_feature_item_img::before {
  aspect-ratio: 560/572;
  background-image: url(../images/home/feature_item_bg_green.png);
  left: auto;
  right: -120px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_feature .home_feature_item:nth-child(even) .home_feature_item_img::before {
    width: 280px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature .home_feature_item:nth-child(even) .home_feature_item_img::before {
    right: -60px;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_feature .home_feature_item:nth-child(even) .home_feature_item_textArea {
    box-shadow: -38px -30px 0px 0px #e8f3f1;
  }
  .home_feature .home_feature_item:nth-child(even) .home_feature_item_textArea, .home_feature .home_feature_item:nth-child(even) .home_feature_item_textArea::before {
    padding-left: 50px;
    padding-right: 84px;
  }
}
.home_feature .home_feature_item:nth-child(even) .home_feature_item_textArea::before {
  color: #5bcac2;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_feature .home_feature_item:nth-child(even) .home_feature_item_textArea::before {
    text-align: left;
    right: auto;
    left: 0;
  }
}
.home_feature .home_feature_item_textArea {
  background-color: #fff;
  border-radius: 30px;
  padding-top: 45px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_feature .home_feature_item_textArea {
    width: 798px;
    margin-top: 60px;
    box-shadow: 38px -30px 0px 0px #dceaf2;
  }
  .home_feature .home_feature_item_textArea, .home_feature .home_feature_item_textArea::before {
    padding-left: 84px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature .home_feature_item_textArea {
    padding: 30px 6%;
    border-radius: 0 0 20px 20px;
  }
}
.home_feature .home_feature_item_textArea::before {
  width: 798px;
  display: block;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 116px;
  letter-spacing: 0;
  line-height: 1;
  color: #7fbbdd;
  text-align: right;
  position: absolute;
  top: -0.18em;
  right: 0;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature .home_feature_item_textArea::before {
    width: 100%;
    font-size: 100px;
    top: calc(-0.18em - 38px);
    left: 0;
  }
}
.home_feature .home_feature_item_tit {
  font-size: 32px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_feature .home_feature_item_tit {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_feature .home_feature_item_text {
    font-size: 18px;
  }
}
.home_feature .home_feature_item .cmn_btn {
  margin-top: 10px;
}
.home_feature .home_feature_item .cmn_btn a {
  margin-left: auto;
}

/*==================================================================================================================================

  .home_medical

==================================================================================================================================*/
.home_medical {
  padding-bottom: 210px;
  background: url(../images/home/medical_bg.jpg) center top 20px repeat-x;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical {
    padding-bottom: 60px;
    background-size: 100% auto;
  }
}
.home_medical .home_tit {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_medical .home_tit::before {
    margin-bottom: 15px;
  }
}
.home_medical_titSub {
  font-size: 32px;
  line-height: 1.2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #5ba2ca;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_medical_titSub {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical_titSub {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 40px;
    align-items: center;
  }
}
.home_medical_titSub::before, .home_medical_titSub::after {
  display: block;
  content: "";
  min-width: 110px;
  width: 110px;
  aspect-ratio: 110/94;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical_titSub::before, .home_medical_titSub::after {
    min-width: 46px;
    width: 46px;
  }
}
.home_medical_titSub::before {
  background-image: url(../images/home/medical_titsub_dec_l.png);
}
.home_medical_titSub::after {
  background-image: url(../images/home/medical_titsub_dec_r.png);
}
.home_medical_titSub > span {
  display: block;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_medical_titSub > span {
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.home_medical_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 28px;
}
.home_medical_list .home_medical_item:last-of-type{
	display:none;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical_list {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px 10px;
  }
}
.home_medical .home_medical_item {
  width: 279px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical .home_medical_item {
    width: calc((100% - 10px) / 2);
  }
}
.home_medical .home_medical_item:nth-child(1), .home_medical .home_medical_item:nth-child(2), .home_medical .home_medical_item:nth-child(4) {
  position: relative;
}
.home_medical .home_medical_item:nth-child(1)::before, .home_medical .home_medical_item:nth-child(2)::before, .home_medical .home_medical_item:nth-child(4)::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}
.home_medical .home_medical_item:nth-child(1)::before {
  width: 116px;
  aspect-ratio: 116/93;
  background-image: url(../images/home/medical_dec1.png);
  top: -82px;
  left: -20px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical .home_medical_item:nth-child(1)::before {
    width: 58px;
    top: -40px;
    left: -10px;
  }
}
.home_medical .home_medical_item:nth-child(2)::before, .home_medical .home_medical_item:nth-child(4)::before {
  width: 88px;
  aspect-ratio: 88/95;
  background-image: url(../images/home/medical_dec2.png);
  top: -73px;
  right: -11px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical .home_medical_item:nth-child(2)::before, .home_medical .home_medical_item:nth-child(4)::before {
    width: 44px;
    top: -36px;
    right: -6px;
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_medical .home_medical_item:nth-child(2)::before {
    display: none;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical .home_medical_item:nth-child(4)::before {
    display: none;
  }
}
.home_medical .home_medical_item a {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 30px;
  padding: 23px;
  background: url(../images/pattern1_blue.jpg);
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_medical .home_medical_item a {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical .home_medical_item a {
    padding: 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    border-radius: 20px;
  }
}
.home_medical .home_medical_item a, .home_medical .home_medical_item a:hover {
  color: #fff;
}
.home_medical .home_medical_item a::before {
  display: block;
  content: "";
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border: 2px solid #fff;
  border-radius: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical .home_medical_item a::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 15px;
  }
}
@media (hover: hover) {
  .home_medical .home_medical_item a:hover .home_medical_item_img {
    position: relative;
    -webkit-animation: jumping 1s ease-in-out infinite;
            animation: jumping 1s ease-in-out infinite;
  }
}
.home_medical .home_medical_item.home_medical_item-green a {
  background-image: url(../images/pattern1_green.jpg) !important;
}
.home_medical .home_medical_item_img {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: column;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical .home_medical_item_img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
}
.home_medical .home_medical_item_img img {
  width: 69%;
  margin: auto;
}
.home_medical .home_medical_item_tit {
  font-size: 25px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical .home_medical_item_tit {
    font-size: 16px;
  }
}
.home_medical .home_medical_item .cmn_btn {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical .home_medical_item .cmn_btn {
    margin-top: 15px;
  }
}
.home_medical .home_medical_item .cmn_btn > span {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media only screen and (max-width: 640px) {/* sp */
  .home_medical .home_medical_item .cmn_btn > span {
    font-size: 12px;
  }
  .home_medical .home_medical_item .cmn_btn > span::after {
    min-width: 30px;
    width: 30px;
  }
}
.home_medical .home_medical_item_freeArea {
  margin-top: 15px;
}
.home_medical .home_medical_item_freeArea > ul:not([class]) {
  letter-spacing: 0;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .home_medical .home_medical_item_freeArea > ul:not([class]) {
    font-size: 17px;
  }
}
.home_medical .home_medical_item_freeArea > ul:not([class]) > li {
  padding-left: 20px;
  background: url(../images/check.svg) left top 0.6em/0.8em auto no-repeat;
}

/*==================================================================================================================================

  .clinic_slider

==================================================================================================================================*/
.clinic_slider {
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .clinic_slider {
    margin-top: -64px;
  }
}
.clinic_slider::before {
  content: "";
  display: block;
  height: 64px;
  background: url(../images/home/loop_slider_head.png) center top/auto 100% repeat-x;
}
@media only screen and (max-width: 640px) {/* sp */
  .clinic_slider::before {
    height: 32px;
  }
}
@media only screen and (max-width: 640px) {/* sp */
  .clinic_slider #loop_slider li img {
    width: 200px;
  }
}

/*==================================================================================================================================

  .footer

==================================================================================================================================*/
.footer {
  margin-top: 0;
}