@charset "UTF-8";
/* 基本スタイル */
* {
  box-sizing: border-box;
  line-height: 1.5;
  color: #000;
}

body, html {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
dl {
  margin: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
ul,
li,
b,
strong,
option,
span,
label,
input,
select,
dt,
dd,
small {
  font-size: 1em;
}

a {
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

figure {
  margin: 0;
}

table {
  width: 100%;
}

:focus {
  outline: none;
}

/* 基本クラス */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contents {
  display: contents;
}

.inline-block {
  display: inline-block;
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
}

/* ブレイクポイント */
/* 基本カラー */
/* ミックスイン */
/* メディアクエリ */
/* 上下左右中央寄せ */
/* ボーダーセット */
/* 疑似要素のtop位置指定 */
/* 疑似要素セット(画像無し) */
/* 疑似要素セット(画像) */
/* br block style */
/* br none style */
#your_doctor {
  /* CTAボタン */
  /* メインビジュアル */
  /* こんなお悩みありませんか？ */
  /* 大切なのは病気の「リスクを減らす」こと。 */
  /* 先にある日々。自分らしく、より充実した人生へ。 */
  /* プロフェッショナル ヘルスコーチング */
  /* 複雑な行動と病気の関わりをシンプルに。 */
  /* ープログラム： まずはBasicを。３ヶ月後の新しい自分を想像しながら。 */
  /* ー担当医師 */
  /*  ー流れ：面談からコーチングまで、シンプルに提供します。 */
  /* ーよくあるご質問 */
}
#your_doctor .cta-btn {
  width: min(100%, 502px);
  height: 74px;
  background-color: #AED7AE;
  border-radius: 100vh;
  font-size: 32px;
  font-weight: bold;
  color: #404040;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#your_doctor .cta-btn:hover {
  opacity: 0.8;
}
#your_doctor .mv {
  background: url("../img/your_doctor/bg_top.webp") no-repeat center top;
  background-size: cover;
  height: 777px;
  padding: 8% 0 21%;
}
#your_doctor .mv__letter {
  row-gap: 231px;
  width: min(100%, 1240px);
  margin: 0 auto;
}
#your_doctor .mv__letter p {
  font-size: 32px;
}
#your_doctor .mv__letter p.first {
  width: fit-content;
  margin-left: auto;
}
#your_doctor .mv__letter p.first span {
  padding-left: 1em;
}
@media screen and (max-width: 360px) {
  #your_doctor .mv__letter p.first span {
    padding-left: 0;
  }
}
@media screen and (max-width: 360px) {
  #your_doctor .mv__letter p.first br {
    display: none;
  }
}
#your_doctor .mv__letter div {
  padding-left: 49px;
}
#your_doctor .mv__letter div h2 {
  font-size: 44px;
  padding-left: 0.1em;
}
#your_doctor .mv__letter div h2 br {
  display: none;
}
@media screen and (max-width: 851px) {
  #your_doctor .mv__letter div h2 br {
    display: block;
  }
}
@media screen and (max-width: 376px) {
  #your_doctor .mv__letter div h2 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .mv__letter div {
    padding-left: 5px;
  }
}
@media screen and (max-width: 981px) {
  #your_doctor .mv__letter {
    row-gap: 242px;
    padding-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .mv__letter {
    row-gap: 135px;
  }
}
@media screen and (min-width: 1366px) {
  #your_doctor .mv__letter {
    row-gap: 261px;
  }
}
@media screen and (max-width: 981px) {
  #your_doctor .mv {
    background-position: 66% bottom;
    height: 706px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .mv {
    background-position: 77% bottom;
    height: initial;
  }
}
@media screen and (min-width: 1366px) {
  #your_doctor .mv {
    background-position: center 36%;
    height: 925px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .mv {
    padding: 70px 0 21%;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .mv {
    padding: 140px 0 21%;
    background-position: right 33% bottom;
    height: initial;
  }
}
#your_doctor .worries {
  padding: 75px 0 85px;
  background-color: #FFFFF1;
}
#your_doctor .worries__heading {
  font-size: 32px;
  text-align: center;
}
#your_doctor .worries__heading br {
  display: none;
}
@media screen and (max-width: 520px) {
  #your_doctor .worries__heading br {
    display: block;
  }
}
#your_doctor .worries__img {
  width: min(100%, 921px);
  margin: 42px auto 0;
}
#your_doctor .worries__txt {
  font-size: 24px;
  text-align: center;
  margin-top: 65px;
  color: #333;
}
@media screen and (max-width: 520px) {
  #your_doctor .worries {
    padding: 75px 0 50px;
  }
}
#your_doctor .important {
  padding: 35px 0 60px;
  background-color: #FFFFF1;
}
#your_doctor .important__heading {
  font-size: 32px;
  text-align: center;
}
#your_doctor .important__heading br {
  display: none;
}
@media screen and (max-width: 520px) {
  #your_doctor .important__heading br {
    display: block;
  }
}
#your_doctor .important__txt {
  font-size: 24px;
  text-align: center;
  color: #333;
}
#your_doctor .important__txt:first-of-type {
  margin-top: 52px;
}
#your_doctor .important__txt:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #your_doctor .important__txt:not(:first-of-type) .w-520-none {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .important {
    padding: 35px 0 50px;
  }
}
#your_doctor .fulfillment {
  padding: 35px 0 40px;
  background-color: #FFFFF1;
}
#your_doctor .fulfillment__heading {
  font-size: 32px;
  text-align: center;
}
#your_doctor .fulfillment__heading .w-520-block {
  display: none;
}
@media screen and (max-width: 520px) {
  #your_doctor .fulfillment__heading .w-520-block {
    display: block;
  }
}
#your_doctor .fulfillment__img {
  width: min(100%, 1082px);
  margin: 33px auto 0;
}
#your_doctor .fulfillment__txt {
  font-size: 24px;
  text-align: center;
  color: #333;
  margin-top: 51px;
}
#your_doctor .coaching {
  padding: 35px 0 51px;
  background-color: #FFFFF1;
}
#your_doctor .coaching__heading {
  font-size: 36px;
  text-align: center;
}
#your_doctor .coaching__heading .w-520-block {
  display: none;
}
@media screen and (max-width: 520px) {
  #your_doctor .coaching__heading .w-520-block {
    display: block;
  }
}
#your_doctor .coaching__catch {
  font-size: 28px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
#your_doctor .coaching__annot {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  #your_doctor .coaching__annot br {
    display: none;
  }
}
#your_doctor .coaching-content {
  width: min(100%, 1157px);
  margin: 80px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
#your_doctor .coaching-content .flex-col {
  width: min(100%, 534px);
}
#your_doctor .coaching-content .flex-col:first-child {
  row-gap: 54px;
}
#your_doctor .coaching-content .flex-col:first-child .coaching-content__item:first-child {
  row-gap: 56px;
  padding: 61px 48px 43.08px;
}
#your_doctor .coaching-content .flex-col:first-child .coaching-content__item:first-child figure {
  width: 225px;
  right: 41px;
  top: 40px;
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col:first-child .coaching-content__item:first-child figure {
    right: 13px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col:first-child .coaching-content__item:first-child {
    padding: 61px 20px 43.08px;
  }
}
#your_doctor .coaching-content .flex-col:first-child .coaching-content__item:nth-child(2) {
  row-gap: 37px;
  padding: 45px 48px 42.08px;
}
#your_doctor .coaching-content .flex-col:first-child .coaching-content__item:nth-child(2) figure {
  width: 205px;
  right: 28px;
  top: 58px;
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col:first-child .coaching-content__item:nth-child(2) figure {
    width: 194px;
    right: 9px;
    top: 70px;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content .flex-col:first-child .coaching-content__item:nth-child(2) figure {
    right: 21px;
    top: 41px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col:first-child .coaching-content__item:nth-child(2) {
    padding: 45px 20px 42.08px;
  }
}
#your_doctor .coaching-content .flex-col:first-child .coaching-content__item:last-child {
  row-gap: 38px;
  padding: 67px 48px 50.28px;
}
#your_doctor .coaching-content .flex-col:first-child .coaching-content__item:last-child figure {
  width: 204px;
  right: 35px;
  top: 21px;
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content .flex-col:first-child .coaching-content__item:last-child figure {
    right: 22px;
    top: 32px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col:first-child .coaching-content__item:last-child {
    padding: 67px 20px 50.28px;
  }
}
@media screen and (max-width: 640px) {
  #your_doctor .coaching-content .flex-col:first-child .coaching-content__item:last-child {
    padding: 45px 20px 50.28px;
  }
}
#your_doctor .coaching-content .flex-col:last-child {
  row-gap: 66px;
  padding-top: 115px;
}
#your_doctor .coaching-content .flex-col:last-child .coaching-content__item:first-child {
  row-gap: 41px;
  padding: 35px 48px 48.08px;
}
#your_doctor .coaching-content .flex-col:last-child .coaching-content__item:first-child figure {
  width: 174px;
  right: 30px;
  top: 44px;
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col:last-child .coaching-content__item:first-child figure {
    right: 10px;
    top: 57px;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content .flex-col:last-child .coaching-content__item:first-child figure {
    right: 17px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col:last-child .coaching-content__item:first-child {
    padding: 35px 20px 48.08px;
  }
}
#your_doctor .coaching-content .flex-col:last-child .coaching-content__item:nth-child(2) {
  row-gap: 57px;
  padding: 45px 48px 43.28px;
}
#your_doctor .coaching-content .flex-col:last-child .coaching-content__item:nth-child(2) figure {
  width: 181px;
  right: 37px;
  top: 33px;
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col:last-child .coaching-content__item:nth-child(2) figure {
    right: 14px;
    top: 37px;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content .flex-col:last-child .coaching-content__item:nth-child(2) figure {
    right: 18px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col:last-child .coaching-content__item:nth-child(2) {
    padding: 45px 20px 43.28px;
  }
}
#your_doctor .coaching-content .flex-col:last-child .coaching-content__item:last-child {
  row-gap: 53px;
  padding: 61px 48px 31.08px;
}
#your_doctor .coaching-content .flex-col:last-child .coaching-content__item:last-child figure {
  width: 202px;
  right: 41px;
  top: 32px;
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content .flex-col:last-child .coaching-content__item:last-child figure {
    right: 19px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col:last-child .coaching-content__item:last-child {
    padding: 61px 20px 31.08px;
  }
}
@media screen and (max-width: 640px) {
  #your_doctor .coaching-content .flex-col:last-child .coaching-content__item:last-child {
    padding: 45px 20px 43.28px;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content .flex-col:last-child {
    row-gap: 54px;
    padding-top: 54px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content .flex-col {
    width: min(100%, 460px);
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content .flex-col {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #your_doctor .coaching-content .flex-col {
    width: 100%;
  }
}
#your_doctor .coaching-content__item {
  width: 100%;
  background-color: #fff;
  border: 1px solid #7F7F7F;
  border-radius: 20px;
  padding: 0 48px 0;
  position: relative;
  justify-content: center;
}
#your_doctor .coaching-content__item h3 {
  font-size: 30px;
  color: #333;
  line-height: 1.2;
  font-weight: normal;
}
#your_doctor .coaching-content__item figure {
  position: absolute;
}
@media screen and (max-width: 640px) {
  #your_doctor .coaching-content__item figure {
    position: initial;
  }
}
#your_doctor .coaching-content__item p {
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  #your_doctor .coaching-content__item {
    position: initial;
    align-items: center;
    row-gap: 25px !important;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content {
    justify-content: center;
    column-gap: 15px;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content {
    display: none;
  }
}
#your_doctor .coaching-content.sp {
  display: none;
  width: min(100%, 1157px);
  margin: 80px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
#your_doctor .coaching-content.sp .flex-col {
  width: min(100%, 534px);
}
#your_doctor .coaching-content.sp .flex-col:first-child {
  row-gap: 54px;
}
#your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:first-child {
  row-gap: 56px;
  padding: 61px 48px 43.08px;
}
#your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:first-child figure {
  width: 225px;
  right: 41px;
  top: 40px;
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:first-child figure {
    right: 13px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:first-child {
    padding: 61px 20px 43.08px;
  }
}
#your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:nth-child(2) {
  row-gap: 41px;
  padding: 35px 48px 48.08px;
}
#your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:nth-child(2) figure {
  width: 174px;
  right: 30px;
  top: 44px;
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:nth-child(2) figure {
    right: 10px;
    top: 57px;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:nth-child(2) figure {
    right: 17px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:nth-child(2) {
    padding: 35px 20px 48.08px;
  }
}
#your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:last-child {
  row-gap: 37px;
  padding: 45px 48px 42.08px;
}
#your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:last-child figure {
  width: 205px;
  right: 28px;
  top: 58px;
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:last-child figure {
    width: 194px;
    right: 9px;
    top: 70px;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:last-child figure {
    right: 21px;
    top: 41px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col:first-child .coaching-content__item:last-child {
    padding: 45px 20px 42.08px;
  }
}
#your_doctor .coaching-content.sp .flex-col:last-child {
  row-gap: 66px;
  padding-top: 115px;
}
#your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:first-child {
  row-gap: 57px;
  padding: 45px 48px 43.28px;
}
#your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:first-child figure {
  width: 181px;
  right: 37px;
  top: 33px;
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:first-child figure {
    right: 14px;
    top: 37px;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:first-child figure {
    right: 18px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:first-child {
    padding: 45px 20px 43.28px;
  }
}
#your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:nth-child(2) {
  row-gap: 38px;
  padding: 67px 48px 50.28px;
}
#your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:nth-child(2) figure {
  width: 204px;
  right: 35px;
  top: 21px;
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:nth-child(2) figure {
    right: 22px;
    top: 32px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:nth-child(2) {
    padding: 67px 20px 50.28px;
  }
}
@media screen and (max-width: 640px) {
  #your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:nth-child(2) {
    padding: 45px 20px 50.28px;
  }
}
#your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:last-child {
  row-gap: 53px;
  padding: 61px 48px 31.08px;
}
#your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:last-child figure {
  width: 202px;
  right: 41px;
  top: 32px;
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:last-child figure {
    right: 19px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:last-child {
    padding: 61px 20px 31.08px;
  }
}
@media screen and (max-width: 640px) {
  #your_doctor .coaching-content.sp .flex-col:last-child .coaching-content__item:last-child {
    padding: 45px 20px 43.28px;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content.sp .flex-col:last-child {
    row-gap: 54px;
    padding-top: 54px;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp .flex-col {
    width: min(100%, 460px);
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content.sp .flex-col {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #your_doctor .coaching-content.sp .flex-col {
    width: 100%;
  }
}
#your_doctor .coaching-content.sp__item {
  width: 100%;
  background-color: #fff;
  border: 1px solid #7F7F7F;
  border-radius: 20px;
  padding: 0 48px 0;
  position: relative;
  justify-content: center;
}
#your_doctor .coaching-content.sp__item h3 {
  font-size: 30px;
  color: #333;
  line-height: 1.2;
  font-weight: normal;
}
#your_doctor .coaching-content.sp__item figure {
  position: absolute;
}
@media screen and (max-width: 640px) {
  #your_doctor .coaching-content.sp__item figure {
    position: initial;
  }
}
#your_doctor .coaching-content.sp__item p {
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  #your_doctor .coaching-content.sp__item {
    position: initial;
    align-items: center;
    row-gap: 25px !important;
  }
}
@media screen and (max-width: 1133px) {
  #your_doctor .coaching-content.sp {
    justify-content: center;
    column-gap: 15px;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .coaching-content.sp {
    display: flex;
  }
}
#your_doctor .involvement {
  padding: 34px 0 57px;
  background-color: #FFFFF1;
}
#your_doctor .involvement__heading {
  font-size: 32px;
  text-align: center;
}
#your_doctor .involvement__frame {
  width: min(100%, 460px);
  height: 88px;
  margin: 66px auto 0;
  background-color: #7F7F7F;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 20px;
  line-height: 1.2;
  text-align: center;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#your_doctor .involvement__frame--white {
  width: min(100%, 694px);
  height: 90px;
  margin: 151px auto 0;
  background-color: #fff;
  border: 4px solid #7F7F7F;
  border-radius: 20px;
  font-size: 20px;
  color: #333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#your_doctor .involvement__frame--white br {
  display: none;
}
@media screen and (max-width: 768px) {
  #your_doctor .involvement__frame--white br {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  #your_doctor .involvement__frame--white br {
    display: none;
  }
}
#your_doctor .involvement__frame--white .arrow {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 138px;
  background-color: #333;
}
#your_doctor .involvement__frame--white .arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 72px;
  height: 72px;
  transform: translateX(-41%) rotate(-45deg);
}
#your_doctor .involvement__frame--white .arrow span::before, #your_doctor .involvement__frame--white .arrow span::after {
  content: "";
  position: absolute;
  background-color: #333;
  border-radius: 12px;
}
#your_doctor .involvement__frame--white .arrow span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
}
#your_doctor .involvement__frame--white .arrow span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
}
#your_doctor .involvement__frame--white .arrow:first-of-type {
  left: 104px;
  bottom: 85px;
}
@media screen and (max-width: 851px) {
  #your_doctor .involvement__frame--white .arrow:first-of-type {
    left: 123px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .involvement__frame--white .arrow:first-of-type {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 80px;
    height: 100px;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .involvement__frame--white .arrow:first-of-type {
    left: initial;
    right: 134px;
    height: 96px;
  }
}
@media screen and (max-width: 414px) {
  #your_doctor .involvement__frame--white .arrow:first-of-type {
    right: 108px;
    bottom: 116px;
  }
}
#your_doctor .involvement__frame--white .arrow:nth-of-type(2) {
  width: 17px;
  height: 301px;
  left: 282px;
  bottom: 85px;
}
#your_doctor .involvement__frame--white .arrow:nth-of-type(2) span {
  width: 83px;
  height: 83px;
  transform: translateX(-39%) rotate(-45deg);
}
#your_doctor .involvement__frame--white .arrow:nth-of-type(2) span::before {
  height: 17px;
}
#your_doctor .involvement__frame--white .arrow:nth-of-type(2) span::after {
  width: 17px;
}
@media screen and (max-width: 768px) {
  #your_doctor .involvement__frame--white .arrow:nth-of-type(2) {
    display: none;
  }
}
#your_doctor .involvement__frame--white .arrow:nth-of-type(3) {
  right: 254px;
  bottom: 85px;
}
@media screen and (max-width: 851px) {
  #your_doctor .involvement__frame--white .arrow:nth-of-type(3) {
    right: 277px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .involvement__frame--white .arrow:nth-of-type(3) {
    display: none;
  }
}
#your_doctor .involvement__frame--white .arrow:last-of-type {
  right: 62px;
  bottom: 85px;
}
@media screen and (max-width: 851px) {
  #your_doctor .involvement__frame--white .arrow:last-of-type {
    right: 87px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .involvement__frame--white .arrow:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .involvement__frame--white {
    height: initial;
    padding: 1em;
    height: 85px;
    margin: 110px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .involvement__frame--white {
    padding: 0.5em;
  }
}
@media screen and (max-width: 414px) {
  #your_doctor .involvement__frame--white {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .involvement__frame {
    width: min(100%, 540px);
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .involvement__frame {
    height: 115px;
  }
}
#your_doctor .involvement div.flex.parent {
  margin: 95px auto 0;
  column-gap: 85px;
  justify-content: center;
}
#your_doctor .involvement div.flex.parent > p {
  width: min(100%, 276px);
  height: 70px;
  background-color: #7F7F7F;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 20px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 414px) {
  #your_doctor .involvement div.flex.parent > p {
    height: 116px;
  }
}
#your_doctor .involvement div.flex.parent div.flex {
  width: min(100%, 382px);
  justify-content: space-between;
}
#your_doctor .involvement div.flex.parent div.flex p {
  width: min(100%, 186px);
  height: 70px;
  background-color: #7F7F7F;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 20px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #your_doctor .involvement div.flex.parent div.flex {
    justify-content: center;
    row-gap: 20px;
  }
}
#your_doctor .involvement div.flex.parent .arrow {
  width: 17px;
  height: 332px;
  left: -15px;
  top: -78px;
  position: absolute;
  display: none;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  background-color: #333;
}
#your_doctor .involvement div.flex.parent .arrow span {
  width: 83px;
  height: 83px;
  transform: translateX(-39%) rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
}
#your_doctor .involvement div.flex.parent .arrow span::before, #your_doctor .involvement div.flex.parent .arrow span::after {
  content: "";
  position: absolute;
  background-color: #333;
  border-radius: 12px;
}
#your_doctor .involvement div.flex.parent .arrow span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 17px;
}
#your_doctor .involvement div.flex.parent .arrow span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
}
@media screen and (max-width: 768px) {
  #your_doctor .involvement div.flex.parent .arrow {
    display: inline-block;
    height: 348px;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .involvement div.flex.parent .arrow {
    left: -30px;
    height: 438px;
  }
}
@media screen and (max-width: 414px) {
  #your_doctor .involvement div.flex.parent .arrow {
    left: -23px;
    height: 484px;
  }
}
@media screen and (max-width: 851px) {
  #your_doctor .involvement div.flex.parent {
    column-gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .involvement div.flex.parent {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    width: min(100%, 400px);
    margin: 95px auto 0;
    position: relative;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .involvement div.flex.parent {
    width: min(100%, 290px);
    margin: 95px 0 0 auto;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 414px) {
  #your_doctor .involvement div.flex.parent {
    width: min(100%, 230px);
  }
}
#your_doctor .involvement__txt {
  font-size: 24px;
  text-align: center;
  color: #333;
}
#your_doctor .involvement__txt.first {
  margin-top: 51px;
}
#your_doctor .involvement__txt.second {
  margin-top: 35px;
}
@media screen and (max-width: 520px) {
  #your_doctor .involvement {
    padding: 34px 0 50px;
  }
}
#your_doctor .program {
  padding: 35px 0 118px;
  background-color: #FFFFF1;
}
#your_doctor .program__heading {
  font-size: 32px;
  padding-left: 1em;
}
@media screen and (max-width: 520px) {
  #your_doctor .program__heading {
    padding-left: 0;
  }
}
#your_doctor .program-content {
  margin: 96px auto 0;
  justify-content: center;
  align-items: flex-end;
  column-gap: 85px;
}
#your_doctor .program-content__item {
  border-radius: 40px;
}
#your_doctor .program-content__item.gray {
  background-color: #404040;
  width: min(100%, 459px);
  padding: 39px 10px 45px;
}
#your_doctor .program-content__item.gray h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
#your_doctor .program-content__item.gray ul {
  font-size: 20px;
  font-weight: bold;
  margin-top: 31px;
}
#your_doctor .program-content__item.gray ul li {
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}
#your_doctor .program-content__item.gray p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 25px;
}
#your_doctor .program-content__item.gray small {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 851px) {
  #your_doctor .program-content__item.gray {
    width: 100%;
  }
}
#your_doctor .program-content__item.white {
  background-color: #fff;
  border: 1px solid #333;
  width: min(100%, 345px);
  padding: 29.67px 10px 45px;
}
#your_doctor .program-content__item.white h3 {
  font-size: 24px;
  text-align: center;
}
#your_doctor .program-content__item.white small {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
#your_doctor .program-content__item.white ul {
  font-size: 16px;
  margin-top: 15px;
  font-weight: bold;
}
#your_doctor .program-content__item.white ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#your_doctor .program-content__item.white p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 851px) {
  #your_doctor .program-content__item.white {
    width: 75%;
  }
}
@media screen and (max-width: 960px) {
  #your_doctor .program-content {
    column-gap: 25px;
  }
}
@media screen and (max-width: 851px) {
  #your_doctor .program-content {
    row-gap: 40px;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .program {
    padding: 35px 0 50px;
  }
}
#your_doctor .in-charge {
  padding: 30px 0 108px;
  background-color: #FFFFF1;
}
#your_doctor .in-charge-content {
  justify-content: center;
  align-items: flex-start;
  width: min(100%, 1196px);
  margin: 0 auto;
}
#your_doctor .in-charge-content h2 {
  font-size: 32px;
}
#your_doctor .in-charge-content figure {
  width: min(100%, 330px);
  margin-left: 26px;
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge-content figure {
    margin-left: 0;
  }
}
#your_doctor .in-charge-content div {
  font-size: 18px;
  width: min(100%, 635px);
  margin-left: 37px;
  padding-top: 20px;
}
#your_doctor .in-charge-content div p {
  color: #333;
}
#your_doctor .in-charge-content div dl dt, #your_doctor .in-charge-content div dl dd {
  color: #333;
}
#your_doctor .in-charge-content div dl dt {
  float: left;
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge-content div dl dt {
    float: initial;
  }
}
#your_doctor .in-charge-content div dl dd {
  margin-left: 95px;
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge-content div dl dd {
    margin: 5px 0 0 0;
  }
}
#your_doctor .in-charge-content div dl:first-of-type {
  margin-top: 28px;
}
#your_doctor .in-charge-content div dl:last-of-type {
  margin-top: 34px;
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge-content div {
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge-content {
    justify-content: flex-start;
    row-gap: 10px;
  }
}
#your_doctor .in-charge__msg {
  width: min(100%, 1196px);
  margin: 74px auto 0;
  font-size: 18px;
}
#your_doctor .in-charge__msg dt, #your_doctor .in-charge__msg dd {
  color: #333;
}
#your_doctor .in-charge__msg dt {
  float: left;
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge__msg dt {
    float: initial;
  }
}
#your_doctor .in-charge__msg dd {
  margin-left: 8em;
}
#your_doctor .in-charge__msg dd:last-of-type {
  margin-top: 25px;
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge__msg dd {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge__msg dd .w-520-none {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge__msg {
    margin: 60px auto 0;
  }
}
#your_doctor .in-charge .cta-btn {
  margin: 133px auto 0;
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge .cta-btn {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .in-charge {
    padding: 30px 0 50px;
  }
}
#your_doctor .flow {
  padding: 35px 0 114px;
  background-color: #FFFFF1;
}
#your_doctor .flow__heading {
  font-size: 32px;
  padding-left: 1em;
}
@media screen and (max-width: 520px) {
  #your_doctor .flow__heading {
    padding-left: 0;
  }
}
#your_doctor .flow-content {
  width: min(100%, 1240px);
  margin: 40px auto 0;
  justify-content: space-between;
}
#your_doctor .flow-content__item {
  width: min(100%, 295px);
  border: 1px solid #552900;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 20.67px;
  position: relative;
}
#your_doctor .flow-content__item h3 {
  color: #fff;
  background-color: #7F7F7F;
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#your_doctor .flow-content__item figure {
  height: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#your_doctor .flow-content__item p {
  font-size: 16px;
  color: #333;
  padding: 0 1em;
  margin-top: 1em;
}
#your_doctor .flow-content__item:first-child .arrow, #your_doctor .flow-content__item:nth-child(2) .arrow, #your_doctor .flow-content__item:nth-child(3) .arrow {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #552900;
  line-height: 1;
  width: 3px;
  height: 23px;
  background-color: #552900;
  transform: rotate(90deg);
  top: 206px;
  right: -4.5px;
  border-radius: 5px;
  z-index: 1;
}
#your_doctor .flow-content__item:first-child .arrow span, #your_doctor .flow-content__item:nth-child(2) .arrow span, #your_doctor .flow-content__item:nth-child(3) .arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #552900;
  line-height: 1;
  position: relative;
  width: 16px;
  height: 16px;
  transform: translateX(-41%) translateY(-18%) rotate(-45deg);
}
#your_doctor .flow-content__item:first-child .arrow span::before, #your_doctor .flow-content__item:first-child .arrow span::after, #your_doctor .flow-content__item:nth-child(2) .arrow span::before, #your_doctor .flow-content__item:nth-child(2) .arrow span::after, #your_doctor .flow-content__item:nth-child(3) .arrow span::before, #your_doctor .flow-content__item:nth-child(3) .arrow span::after {
  content: "";
  position: absolute;
  background-color: #552900;
  border-radius: 12px;
}
#your_doctor .flow-content__item:first-child .arrow span::before, #your_doctor .flow-content__item:nth-child(2) .arrow span::before, #your_doctor .flow-content__item:nth-child(3) .arrow span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
@media screen and (max-width: 1240px) {
  #your_doctor .flow-content__item:first-child .arrow span::before, #your_doctor .flow-content__item:nth-child(2) .arrow span::before, #your_doctor .flow-content__item:nth-child(3) .arrow span::before {
    height: 5px;
  }
}
#your_doctor .flow-content__item:first-child .arrow span::after, #your_doctor .flow-content__item:nth-child(2) .arrow span::after, #your_doctor .flow-content__item:nth-child(3) .arrow span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
}
@media screen and (max-width: 1240px) {
  #your_doctor .flow-content__item:first-child .arrow span::after, #your_doctor .flow-content__item:nth-child(2) .arrow span::after, #your_doctor .flow-content__item:nth-child(3) .arrow span::after {
    width: 5px;
  }
}
@media screen and (max-width: 1240px) {
  #your_doctor .flow-content__item:first-child .arrow span, #your_doctor .flow-content__item:nth-child(2) .arrow span, #your_doctor .flow-content__item:nth-child(3) .arrow span {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .flow-content__item:first-child .arrow span, #your_doctor .flow-content__item:nth-child(2) .arrow span, #your_doctor .flow-content__item:nth-child(3) .arrow span {
    transform: translateX(-36%) translateY(-17%) rotate(-45deg);
  }
}
@media screen and (max-width: 1240px) {
  #your_doctor .flow-content__item:first-child .arrow, #your_doctor .flow-content__item:nth-child(2) .arrow, #your_doctor .flow-content__item:nth-child(3) .arrow {
    width: 5px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .flow-content__item:first-child .arrow, #your_doctor .flow-content__item:nth-child(2) .arrow, #your_doctor .flow-content__item:nth-child(3) .arrow {
    top: initial;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -43px;
    transform: rotate(180deg);
  }
}
#your_doctor .flow-content__item:first-child figure img {
  width: 280px;
}
#your_doctor .flow-content__item:nth-child(2) figure img {
  width: 275px;
}
@media screen and (max-width: 768px) {
  #your_doctor .flow-content__item:nth-child(2) h3 .arrow {
    bottom: -112px;
  }
}
#your_doctor .flow-content__item:nth-child(3) figure img {
  width: 158px;
}
#your_doctor .flow-content__item:last-child figure img {
  width: 279px;
}
#your_doctor .flow-content__item:last-child h3 {
  background-color: #fff;
  border-top: 1px solid #7F7F7F;
  border-bottom: 1px solid #7F7F7F;
  color: #7F7F7F;
}
@media screen and (max-width: 1240px) {
  #your_doctor .flow-content__item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .flow-content__item {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1240px) {
  #your_doctor .flow-content {
    justify-content: center;
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  #your_doctor .flow-content {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 520px) {
  #your_doctor .flow {
    padding: 35px 0 50px;
  }
}
#your_doctor .faq {
  padding: 35px 0 66px;
  background-color: #FFFFF1;
}
#your_doctor .faq__heading {
  font-size: 32px;
  padding-left: 1em;
}
@media screen and (max-width: 520px) {
  #your_doctor .faq__heading {
    padding-left: 0;
  }
}
#your_doctor .faq-content {
  margin-top: 46px;
  border-top: 1px solid #333;
}
#your_doctor .faq-content__item {
  margin-bottom: 15px;
}
#your_doctor .faq-content__item h3 {
  font-size: 20px;
  color: #333;
  position: relative;
  padding-left: 0.68em;
  cursor: pointer;
}
#your_doctor .faq-content__item h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 11px;
  top: calc(50% - 11px / 2);
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border: 0.1em solid #000;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
  top: calc(50% - 1px / 2);
  right: 21px;
}
@media screen and (max-width: 520px) {
  #your_doctor .faq-content__item h3::after {
    top: calc(50% - -39px / 2);
  }
}
#your_doctor .faq-content__item h3 span {
  font-size: 2.25em;
  vertical-align: sub;
  margin-right: 0.3em;
  color: #333;
}
#your_doctor .faq-content__item h3.active::after {
  transform: translateY(-25%) rotate(-45deg);
}
@media screen and (max-width: 520px) {
  #your_doctor .faq-content__item h3 {
    padding-left: 2.68em;
    text-indent: -2.68em;
  }
}
#your_doctor .faq-content__item:nth-child(-n+4) p {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  background-color: #fff;
  padding: 30px 30px 30px 50px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: none;
}
@media screen and (max-width: 520px) {
  #your_doctor .faq-content__item:nth-child(-n+4) p {
    padding: 30px;
  }
}
#your_doctor .faq-content__item:nth-child(n+5) div {
  background-color: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 30px 20px 30px 50px;
  display: none;
}
#your_doctor .faq-content__item:nth-child(n+5) div.no-properties {
  padding: 0;
  border: none;
}
#your_doctor .faq-content__item:nth-child(n+5) div.no-properties div {
  display: block;
}
#your_doctor .faq-content__item:nth-child(n+5) div.no-properties div:first-child {
  border-bottom: none;
}
#your_doctor .faq-content__item:nth-child(n+5) div.no-properties div:last-child {
  border-top: none;
  margin-top: 20px;
}
#your_doctor .faq-content__item:nth-child(n+5) div dl {
  font-size: 16px;
  border-bottom: 1px solid #333;
  padding-bottom: 1.3em;
}
#your_doctor .faq-content__item:nth-child(n+5) div dl dt {
  float: left;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #your_doctor .faq-content__item:nth-child(n+5) div dl dt {
    float: initial;
  }
}
#your_doctor .faq-content__item:nth-child(n+5) div dl dd {
  color: #333;
  margin-left: 8em;
}
#your_doctor .faq-content__item:nth-child(n+5) div dl dd a {
  display: inline-block;
  color: #53B7FF;
  text-decoration: underline;
}
@media screen and (max-width: 520px) {
  #your_doctor .faq-content__item:nth-child(n+5) div dl dd {
    margin: 0.5em 0 0 1em;
  }
}
#your_doctor .faq-content__item:nth-child(n+5) div dl:first-of-type {
  margin-top: 34px;
}
#your_doctor .faq-content__item:nth-child(n+5) div dl:not(:first-of-type) {
  padding-top: 1.3em;
}
@media screen and (max-width: 520px) {
  #your_doctor .faq-content__item:nth-child(n+5) div {
    padding: 30px;
  }
}
#your_doctor .faq-content__item:last-child div.no-properties {
  display: none;
  padding: 0 17px 55px 45px;
  border-top: 1px solid #333;
}
#your_doctor .faq-content__item:last-child div.no-properties p {
  background-color: #fff;
  padding: 30px 30px 30px 5px;
}
@media screen and (max-width: 520px) {
  #your_doctor .faq-content__item:last-child div.no-properties p {
    padding: 0;
  }
}
#your_doctor .faq-content__item:last-child div.no-properties figure {
  width: min(100%, 1178px);
  margin: 23px auto 0;
}
#your_doctor .faq-content__item:last-child div.no-properties ul {
  width: min(100%, 1183px);
  margin: 24px auto 0;
  border: 1px solid #707070;
  padding: 10px 20px;
  font-size: 12px;
}
#your_doctor .faq-content__item:last-child div.no-properties ul li {
  color: #707070;
  word-break: break-all;
}
@media screen and (max-width: 520px) {
  #your_doctor .faq-content__item:last-child div.no-properties {
    padding: 30px;
  }
}
#your_doctor .faq .cta-btn {
  margin: 52px auto 0;
}
@media screen and (max-width: 520px) {
  #your_doctor .faq {
    padding: 35px 0 50px;
  }
}
#your_doctor #blog_wrap {
  padding: 80px 0;
  background-color: #fffff1;
}
#your_doctor #blog_wrap .inner {
  padding: 0 60px;
}
#your_doctor #blog_wrap .inner h2.blog__heading {
  font-size: 32px;
  text-align: center;
}
#your_doctor #blog_wrap .inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  #your_doctor #blog_wrap .inner ul {
    position: static;
  }
}
#your_doctor #blog_wrap .inner ul .slick-track {
  display: flex;
}
#your_doctor #blog_wrap .inner ul .slick-slide {
  height: auto !important;
}
#your_doctor #blog_wrap .inner ul .slick-slide > div {
  height: 100%;
}
#your_doctor #blog_wrap .inner ul svg {
  width: 46px;
  height: 46px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
#your_doctor #blog_wrap .inner ul svg.slick-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  #your_doctor #blog_wrap .inner ul svg.slick-prev {
    left: 0;
  }
}
#your_doctor #blog_wrap .inner ul svg.slick-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  #your_doctor #blog_wrap .inner ul svg.slick-next {
    right: 0;
  }
}
#your_doctor #blog_wrap .inner ul li {
  width: calc(100% - 5px) !important;
  border: 1px solid #333;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  position: relative;
}
#your_doctor #blog_wrap .inner ul li a {
  display: block;
  text-decoration: none;
  color: #707070;
  padding-bottom: 10px;
}
#your_doctor #blog_wrap .inner ul li a:hover {
  opacity: 0.8;
}
#your_doctor #blog_wrap .inner ul li a figure {
  margin: 0;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: 50%;
}
#your_doctor #blog_wrap .inner ul li a div.noimage {
  width: 100%;
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
  font-weight: bold;
}
#your_doctor #blog_wrap .inner ul li a h4 {
  padding: 10px;
  font-size: 20px;
}
#your_doctor #blog_wrap .inner ul li a p {
  padding: 0 10px;
  text-align: right;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#your_doctor #blog_wrap .inner .toblog_wrap {
  text-align: center;
  margin: 0;
  padding: 0;
}
#your_doctor #blog_wrap .inner .toblog_wrap .toblog {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 1px solid #333;
  padding: 16px 40px;
  border-radius: 50px;
  width: min(100%, 260px);
  margin: 0 auto;
}
#your_doctor #blog_wrap .inner .toblog_wrap .toblog:hover {
  background: #AED7AE;
  color: #404040;
  border-color: #AED7AE;
}