@charset "UTF-8";

/* ---------------------
  - *共通設定
  - *メインビジュアル
  - *スマホのみのエリア
  - *お知らせ
  - *ご挨拶
  - *当院の特徴
  - *診療案内
  - *医療コラム
  - *ループスライダー
--------------------- */
/*==================================================================================================================================

  *共通設定

==================================================================================================================================*/
/*----------inner----------*/
.home_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .home_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*----------タイトル----------*/
main h2 {
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  /* margin-bottom: 30px; */
}

main h3 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}

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

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 708px;
}

.home_mv::before {
  content: "";
  position: absolute;
  background: url(../images/mv_left.png) no-repeat center / contain;
  content: "";
  width: 298px;
  height: auto;
  aspect-ratio: 298/ 339;
  left: 0;
  top: -20px;
  z-index: 0;
}

.home_mv::after {
  content: "";
  position: absolute;
  background: url(../images/mv_right.png) no-repeat center / contain;
  content: "";
  width: 244px;
  height: auto;
  aspect-ratio: 244 / 505;
  right: 0;
  bottom: -280px;
  z-index: -1;
}

.home_mv_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  width: 1200px;
}

/*　スライダー */
.slider-fade .slick-slide img {
  width: 1244px;
  margin-left: auto;
  margin-right: auto;
  height: 708px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  max-width: 550px;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-weight: bold;
}

.catchcopy_tit {
  margin-bottom: 5px;
  display: block;
}

.catchcopy_tit span {
  display: inline-block;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

.catchcopy_text {
  margin-bottom: 5px;
  display: block;
}

.catchcopy_text span {
  display: inline-block;
  font-size: 22px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*　キャッチコピー（スライドごと）　*/
.slide_catch {
  z-index: 1;
  position: absolute;
  left: calc((100% - 1200px) / 2);
  top: 200px;
  display: inline-block;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*　RIBONバナー　*/
.home_mv .mv_ribon {
  position: absolute;
  bottom: 150px;
  left: 0;
}

/*　バナー　*/
.home_mv .mv_banner {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.home_mv .mv_banner:not(.mv_banner-btn) {
  width: 550px;
  height: 110px;
}

.home_mv .mv_banner:not(.mv_banner-btn) img {
  max-height: 100%;
  width: auto;
}

.home_mv .mv_banner:not(.mv_banner-btn) a:hover {
  opacity: 0.8;
}

.mv_banner .btn01 a {
  font-size: 120%;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .home_mv {
    height: 330px;
  }

  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
  .slider-fade .slick-slide img {
    height: 330px;
  }

  /* キャッチフレーズ */
  .main_catch {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 330px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .catchcopy_tit span {
    font-size: 5vw;
  }

  .catchcopy_text span {
    font-size: 3vw;
  }

  .slide_catch {
    left: 0;
    top: 140px;
    right: 0;
    max-width: calc(100% - 20px);
    width: auto;
    margin: auto;
    padding: 10px;
    font-size: 5vw;
  }
}

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

  *スマホのみのエリア

==================================================================================================================================*/
@media screen and (max-width: 640px) {
  .top_sp_only {
    padding: 20px 5% 0;
    display: none !important;
  }

  .top_sp_only .mv_banner,
  .top_sp_only .mv_ribon {
    text-align: center;
  }
}

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

  *お知らせ

==================================================================================================================================*/
/* パターンE(pattern05) お知らせ+医院概要+アクセス */
/* お知らせ */
.top_news.pattern05 {
  margin-top: 83px;
  margin-bottom: 130px;
}

.top_news.pattern05 .top_title {
  margin-bottom: 70px;
}

.top_news.pattern05 .btn01 {
  text-align: center;
}

.top_news.pattern05 .btn01 a {
  margin: 0;
padding: 16px 97px;
}

.top_news.pattern05 .top_news_list li {
  background: var(--bg-color);
  padding: 15px 50px;
  border-radius: 50px;
}

.top_news.pattern05 .top_news_list li:not(:last-child) {
  margin-bottom: 22px;
}

.top_news.pattern05 .top_news_list li a {
  color: var(--text-color);
}

.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}

.top_news.pattern05 .top_news_list li span {
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-right: 10px;
}

.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  font-size: 17px;
  letter-spacing: 0.1em;
  min-width: 102px;
}

/* 本文を表示するお知らせ */
.top_news.pattern05 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}

.top_news.pattern05 .top_news_frame .news_desc {
  margin-bottom: 10px;
}

/*スクロールバーの横幅指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}

/*スクロールバーの背景色・角丸指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}

/*スクロールバーの色・角丸指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/* 医院概要&アクセス */
.top_info.pattern05 {
  padding-bottom: 165px;
  position: relative;
}

.top_info.pattern05::before {
  content: "";
  position: absolute;
  background: url(../images/news_illust.png) no-repeat center / contain;
  content: "";
  width: 120px;
  height: auto;
  aspect-ratio: 120 / 219;
  left: 0;
  bottom: -40px;
  z-index: 0;
}

.top_info.pattern05 address {
  text-align: center;
  font-style: normal;
}

.top_info.pattern05 .top_info_add {
  line-height: 1.5;
  margin-bottom: 8px;
}

/* アクセス */
.top_info.pattern05 .top_access_map {
  text-align: center;
}

.top_info.pattern05 .top_access_guide {
  margin-top: 20px;
}

.top_info.pattern05 .top_access_guide li {
  position: relative;
  display: table;
  padding: 5px 15px;
  background: var(--bg-color);
}

.top_info.pattern05 .top_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}

.top_info.pattern05 .top_access>.btn01 a {
  margin: 0;
}

@media print,
screen and (min-width: 641px) {
  .top_news.pattern05 .home_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* お知らせ */
  .top_news.pattern05 .top_news_list,
  .top_news.pattern05 .top_news_frame {
    width: 900px;
  }

  .top_news.pattern05 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 640px) {
  .top_news.pattern05 {
    margin-top: 50px;
  }

  .top_news.pattern05 h2 {
    margin-bottom: 30px;
  }

  .top_news.pattern05 .btn01 {
    text-align: center;
    margin-top: 25px;
  }

  .top_news.pattern05 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .top_info.pattern05 {
    margin-bottom: 30px;
  }

  .top_info.pattern05 .top_info_left {
    margin-bottom: 50px;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  padding: 80px 0;
}

.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_greeting_flex_img {
  width: 24%;
  margin-bottom: 20px;
}

.top_doctor_name {
  font-weight: bold;
  text-align: center;
  text-align: right;
}

.text .top_doctor_name p {
  margin-bottom: 0;
}

.top_doctor_name .carr {
  font-size: 100%;
}

.top_doctor_name .carr span {
  font-size: 110%;
}

.top_doctor_name .name {
  font-size: 150%;
}

.top_doctor_name .name span {
  font-size: 80%;
}

.top_greeting_flex_text {
  width: 70%;
}

.top_greeting_flex_text .text {
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {
    padding: 50px 0;
  }

  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
  }

  .top_greeting_flex_text {
    width: 100%;
  }

  .top_greeting_flex_text .btn01 {
    text-align: center;
  }

  .top_doctor_img {
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
  }
}

/* ご挨拶パターンA(写真右) */
.sec_top_doctor.pattern01 .top_greeting_flex {
  flex-direction: row-reverse;
}

/* ご挨拶パターンB(写真左) */
.sec_top_doctor.pattern02 .top_doctor_name {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor.pattern02 .top_doctor_name {
    text-align: center;
  }
}

/* ご挨拶パターンC(写真なし) */
.sec_top_doctor.pattern03 {
  background: url(../images/bg01.jpg) center no-repeat;
  background-size: cover;
}

.sec_top_doctor.pattern03 .top_greeting_flex_text {
  width: 100%;
}

.sec_top_doctor.pattern03 .top_greeting_flex_text .text p {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
}

.sec_top_doctor.pattern03 .btn01 {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor.pattern03 .top_doctor_name {
    text-align: right;
  }
}

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

  *当院の特徴

==================================================================================================================================*/
.feature_wrap {
  position: relative;
}

.sec_top_feature {
  padding: 10px 0 135px;
  position: relative;
  background: var(--bg-color-02);
  position: relative;
}

.feature_wrap::before {
  content: "";
  position: absolute;
  background: url(../images/about_left.png) no-repeat center / contain;
  content: "";
  width: 385px;
  height: auto;
  aspect-ratio: 385 / 991;
  left: 70px;
  bottom: -10px;
  z-index: 1;
}

.sec_top_feature::after {
  content: "";
  position: absolute;
  background: url(../images/about_right.png) no-repeat center / contain;
  content: "";
  width: 229px;
  height: auto;
  aspect-ratio: 229 / 814;
  right: 0px;
  bottom: 104px;
  z-index: 1;
}

.sec_top_feature .home_inner {
  z-index: 1;
  position: relative;
}

.top_feature_item {
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_top_feature {
    padding: 48px 0 32px;
  }
}

/* 当院の特徴パターンB(写真と文章分離、1コンテンツ横幅フル) */
.sec_top_feature.pattern02 h2 {
  margin-bottom: 64px;
}

.sec_top_feature.pattern02 .top_feature_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}

.sec_top_feature.pattern02 .top_feature_item:last-child {
  margin-bottom: 0;
}

.sec_top_feature.pattern02 .top_feature_item:first-child::after {
  content: "";
  position: absolute;
  width: 235px;
  height: auto;
  aspect-ratio: 235 / 89;
  right: 0;
  bottom: 8px;
  background: url(../images/about_squirrel.png) no-repeat center / contain;
}

.sec_top_feature.pattern02 .top_feature_item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
  background: url(../images/white_line.png) repeat center / contain;
}

.sec_top_feature.pattern02 .top_feature_item h3 {
  color: white;
  background: var(--main-color);
  width: fit-content;
  padding: 10px 63px;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: var(--font-jp);
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.sec_top_feature.pattern02 .top_feature_item:nth-child(2) h3 {
  background: var(--purple);
}

.sec_top_feature.pattern02 .top_feature_item:nth-child(3) h3 {
  background: var(--gray);
}

.top_feature_text {
  padding: 36px 0 48px 63px;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sec_top_feature.pattern02 .top_feature_item:last-child .top_feature_text {
  padding-bottom: 95px;
}

.sec_top_feature.pattern02 .top_feature_item:last-child .btn01 {
  text-align: center;
}

.sec_top_feature.pattern02 .top_feature_num {
  position: absolute;
  z-index: 1;
  left: 10px;
  right: auto;
  bottom: 10px;
}

.sec_top_feature.pattern02 .top_feature_num p {
  color: var(--sub-color);
  font-size: 40px;
  line-height: 1;
}

.sec_top_feature.pattern02 .top_feature_num p em {
  font-style: normal;
}

.sec_top_feature.pattern02 .top_feature_box {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern02 .top_feature_item {
    flex-direction: column;
  }

  .sec_top_feature.pattern02 .top_feature_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .sec_top_feature.pattern02 .top_feature_box {
    width: 100%;
  }

  .sec_top_feature.pattern02 .top_feature_box h3 {
    margin: 0 auto 20px;
  }

  .sec_top_feature.pattern02 .top_feature_box .btn01 {
    text-align: center;
  }
}

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

  *診療案内

==================================================================================================================================*/
.medical_wrap {
  position: relative;
}

.sec_top_medical {
  padding: 67px 0 210px;
  background: var(--bg-color);
  position: relative;
}

.medical_wrap::after {
  content: "";
  position: absolute;
  background: url(../images/about_wave.png) no-repeat center / cover;
  content: "";
  width: 100%;
  height: 269px;
  aspect-ratio: 2048 / 269;
  left: 0px;
  bottom: -105px;
  z-index: 1;
}

.sec_top_medical .home_inner {
  position: relative;
}

.sec_top_medical .home_inner::before {
  content: "";
  position: absolute;
  background: url(../images/medical_illust_01.png) no-repeat center / contain;
  content: "";
  width: 391px;
  height: auto;
  aspect-ratio: 391 / 441;
  left: -119px;
  top: 128px;
  z-index: 0;
}

.sec_top_medical .home_inner::after {
  content: "";
  position: absolute;
  background: url(../images/medical_illust_02.png) no-repeat center / contain;
  content: "";
  width: 302px;
  height: auto;
  aspect-ratio: 302 / 326;
  right: -177px;
  top: 128px;
  z-index: 0;
}

.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex {
  justify-content: center;
  gap: 0 34px;
  margin-top: 40px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 250px;
  height: 250px;
  background: var(--main-color);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item::before {
  content: "";
  position: absolute;
  width: 235px;
  height: auto;
  aspect-ratio: 1 / 1;
  border: white dashed 1px;
  border-radius: 50%;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2) {
  background: var(--purple);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3) {
  background: var(--gray);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item img {
  width: 72px;
  height: 63px;
  object-fit: contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2) img {
  width: 55px;
  height: 69px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3) img {
  width: 63px;
  height: 63px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 0 20px;
  pointer-events: none;
  cursor: default;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  margin-bottom: 30px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  margin: 0 auto;
  color: white;
  font-family: var(--font-jp);
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 24px;
  line-height: 1;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a p {
  margin-bottom: 20px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 5px 15px;
  margin: auto auto 0;
  transition: 0.2s;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01 {
  background: var(--sub-color);
}

@media screen and (max-width: 640px) {
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 100%;
  }
}

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  padding-top: 80px;
  padding-bottom: 80px;
}

.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 32px;
}

.column_list_flex dl {
  width: 276px;
  margin-bottom: 20px;
}

.column_list_flex dt {
  background: var(--main-color);
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

.column_list_flex dd {
  padding: 10px;
}

.column_list_flex dd ul li {
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
}

.column_list_flex dd ul li::before {
  content: "\f054";
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 90%;
  margin-right: 5px;
}

.column_list_flex dd ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--text-color);
}

@media (hover: hover) {
  .column_list_flex dd ul li a:hover {
    color: var(--sub-color);
  }
}

@media screen and (max-width: 640px) {
  .column_list_flex {
    /* gap: 20px 2%; */
    /* 一列にする場合はこちら */
    gap: 0;
  }

  .column_list_flex dl {
    /* width: 48%; */
    /* 一列にする場合はこちら */
    width: 100%;
  }
}

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
  display: none;
}

.home_loopSlider div {
  vertical-align: top;
}

.home_loopSlider img {
  width: 100%;
}

/* 追記 */
/* bnr */
.bnr_wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bnr_wrap::before {
  content: "";
  position: absolute;
  background: url(../images/bnr_bird.png) no-repeat center / contain;
  content: "";
  width: 154px;
  height: 211px;
  left: -108px;
  bottom: -19px;
  z-index: 1;
}

.mv_bnr {
  width: 292px;
  height: 280px;
  aspect-ratio: 292 / 280;
  background: url(../images/bnr_bg.png) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mv_bnr::before {
  content: "";
  position: absolute;
  width: 226px;
  height: 1px;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  bottom: 76px;
}

.mv_bnr>* {
  font-family: var(--font-jp);
  font-weight: bold;
  letter-spacing: 0.12em;
  display: flex;
  flex-direction: column;
  color: white;
  line-height: 1;
}

.mv_bnr span:nth-child(1) {
  font-size: 26px;
  margin-top: 30px;
  padding-bottom: 25px;
}

.mv_bnr span:nth-child(2) {
  font-size: 18px;
  padding-bottom: 12px;
}

.mv_bnr span:nth-child(3) {
  font-size: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
  padding-bottom: 25px;
}

.mv_bnr span:nth-child(3) span {
  font-size: 40px;
  display: inline;
  line-height: 1;
  top: -5px;
  position: relative;
  margin-top: 0;
  padding-bottom: 0;
}

.mv_bnr span:nth-child(4) {
  font-size: 16px;
}

/* top_title */
.top_title {
  text-align: center;
}

.top_title p {
  color: var(--sub-color);
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.top_title h2 {
  font-family: var(--font-jp);
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}

/* section_img */
.section_img {
  width: calc(100% - 44px);
  margin: 100px auto 0 auto;
}


/* 1730 */
@media screen and (max-width: 1730px) {
  .bnr_wrap {
    width: 80%;
  }

  .sec_top_medical {
    overflow: hidden;
  }

  .sec_top_medical .home_inner::before {
    left: -8%;
  }

  .sec_top_medical .home_inner::after {
    right: -8%;
  }
}

/* 1550 */
@media screen and (max-width: 1550px) {
  .home_mv {
    overflow: hidden;
  }

  .home_mv::before {
    left: -10%;
    top: 0;
  }

  .home_mv::after {
    right: -5%;
  }

  .feature_wrap::before {
    left: -20%;
  }

  .sec_top_feature::after {
    right: -20%;
  }
}

/* 640 */
@media screen and (max-width: 640px) {
  .top_title h2 {
    font-size: 28px;
  }

  /* mv */
  .home_mv::before {
    left: 0;
    width: 20%;
  }

  .home_mv::after {
    right: 0;
    width: 20%;
    bottom: -80px;
  }

  /* bnr */
  .bnr_wrap {
    width: 75%;
  }

  .bnr_wrap::before {
    width: 20%;
    height: auto;
    aspect-ratio: 154 / 211;
    left: -42px;
    bottom: 46px;
  }

  .mv_bnr {
    width: 140px;
    height: auto;
    bottom: 50px;
  }

  .mv_bnr::before {
    width: 70%;
    bottom: 42px;
  }

  .mv_bnr span:nth-child(1) {
    font-size: 90%;
    margin-top: 0px;
    padding-bottom: 0;
  }

  .mv_bnr span:nth-child(2) {
    font-size: 80%;
    padding: 10px 0;
  }

  .mv_bnr span:nth-child(3) {
    font-size: 80%;
    padding-bottom: 20px;
  }

  .mv_bnr span:nth-child(3) span {
    font-size: 150%;
    top: -2px;
  }

  .mv_bnr span:nth-child(4) {
    font-size: 70%;
  }

  /* news */
  .top_news.pattern05 {
    margin-bottom: 50px;
  }

  .top_news.pattern05 .top_news_list li span,
  .top_news.pattern05 .top_news_list li em {
    font-size: 14px;
  }

  .top_news.pattern05 .top_title {
    margin-bottom: 30px;
  }

  .top_info.pattern05 .top_info_left {
    margin-bottom: 30px;
  }

  .sec_top_feature.pattern02 .top_feature_item h3 {
    width: 100%;
  }

  .top_info.pattern05 {
    padding-bottom: 90px;
    margin-bottom: 0;
  }

  .top_info.pattern05::before {
    width: 10%;
    bottom: 0;
  }

  /* medical */
  .medical_wrap::after {
    background: url(../images/sp_about_wave.png) no-repeat top / cover;
    aspect-ratio: 640 / 134;
    height: auto;
    bottom: -25px;
    z-index: 1;
  }

  .sec_top_medical {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex {
    gap: 10px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 48%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item::before {
    width: 92%;
  }

  .sec_top_medical .home_inner::before {
    width: 35%;
    left: 0px;
    bottom: -385px;
  }

  .sec_top_medical .home_inner::after {
    width: 30%;
    right: 0px;
    bottom: -340px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
    margin-bottom: 20px;
    text-align: center;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    font-size: 18px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item img {
    aspect-ratio: 72 / 63;
    width: 40%;
    height: auto;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2) img {
    aspect-ratio: 55 / 69;
    width: 40%;
    height: auto;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3) img {
    aspect-ratio: 1 / 1;
    width: 40%;
    height: auto;
  }

  /* feature */
  .sec_top_feature {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .feature_wrap::before {
    width: 40%;
    left: -24%;
  }

  .sec_top_feature::after {
    width: 24%;
    right: -4%;
    bottom: 77px;
  }

  .sec_top_feature.pattern02 .top_feature_item h3 {
  font-size: 20px;
  padding: 10px 20px;
  margin-bottom: 0;
}

  .top_feature_text {
    padding: 36px 20px 48px 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .sec_top_feature.pattern02 .top_feature_item:first-child::after {
    width: 22%;
  }

  .sec_top_feature.pattern02 .top_feature_item:last-child .top_feature_text {
    padding-bottom: 50px;
  }

  /* section img */
  .section_img {
    width: 95%;
    margin: 50px auto 0 auto;
  }
}

/* 370 */
@media screen and (max-width: 370px) {

  .sec_top_medical.pattern01 .sec_top_medical_flex .item img,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(2) img,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(3) img {
    width: 35%;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    font-size: 16px;
  }

  .sec_top_feature.pattern02 .top_feature_item h3{
    font-size: 18px;
  }
}

/* hover */
@media (hover: hover) {
  .bnr_wrap {
    transition: .2s all ease-in-out;
  }

  .bnr_wrap:hover {
    transform: translateY(-10px);
    filter: brightness(105%);
  }
}