@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
#aboutArea .featBox {
  margin: 4em 0 8em;
}
@media screen and (max-width: 520px) {
  #aboutArea .featBox {
    margin: 2em 0 6em;
  }
}
#aboutArea .featBox .flexBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
}
#aboutArea .featBox .flexBox .flexL {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 16rem;
  align-self: flex-start;
}
#aboutArea .featBox .flexBox .flexL .featList {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1em;
}
#aboutArea .featBox .flexBox .flexL .featList .featItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1em;
  padding: 1em 1.5em;
  position: relative;
  background-color: #fff;
  border-radius: 999px;
  border: 0.1em solid #ededed;
}
#aboutArea .featBox .flexBox .flexL .featList .featItem > img {
  width: 2em;
  z-index: 100;
}
#aboutArea .featBox .flexBox .flexL .featList .featItem > p {
  width: fit-content;
  z-index: 100;
}
#aboutArea .featBox .flexBox .flexL .featList .featItem {
  /* 右半円 */
}
#aboutArea .featBox .flexBox .flexL .featList .featItem .circleDeco {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: auto;
  aspect-ratio: 1;
  height: 100%;
  border-radius: 50%;
  border: 0.5rem solid #ea8d39;
  box-sizing: border-box;
}
#aboutArea .featBox .flexBox .flexL .featList .featItem .circleDeco::before {
  content: "";
  position: absolute;
  height: calc(100% + 1rem);
  width: auto;
  aspect-ratio: 1;
  right: 50%;
  top: -0.5rem;
  background-color: #fff;
}
#aboutArea .featBox .flexBox .flexL .featList .featItem:nth-child(2) .circleDeco {
  border: 0.5rem solid #2ca6e0;
}
#aboutArea .featBox .flexBox .flexL .featList .featItem:nth-child(3) .circleDeco {
  border: 0.5rem solid #6cc15b;
}
#aboutArea .featBox .flexBox .flexL .featList .featItem:nth-child(4) .circleDeco {
  border: 0.5rem solid #e27364;
}
#aboutArea .featBox .flexBox .flexL .featList .featItem:nth-child(5) .circleDeco {
  border: 0.5rem solid #4068cc;
}
#aboutArea .featBox .flexBox .flexL .featList .featItem:nth-child(6) .circleDeco {
  border: 0.5rem solid #8b5ad1;
}
#aboutArea .featBox .flexBox .flexR {
  width: 70%;
  position: relative;
}
@media screen and (max-width: 840px) {
  #aboutArea .featBox .flexBox .flexR {
    width: 100%;
  }
}
#aboutArea .featBox .flexBox .flexR .featTxtList {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3em;
}
@media screen and (max-width: 840px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList {
    font-size: 1.4rem;
  }
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 1.5rem;
  border: 0.1em solid #ededed;
  overflow: hidden;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 520px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox {
    flex-wrap: wrap;
    row-gap: 1em;
  }
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL {
  width: 70%;
  padding: 2em 2em;
  position: relative;
  top: 0;
}
@media screen and (max-width: 840px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL {
    padding: 2em 2em 2em 1em;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL {
    width: 100%;
  }
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .ttlBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 130%;
  line-height: 1.1;
  gap: 1em 0.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 520px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .ttlBox {
    font-size: 112%;
  }
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .ttlBox .logoBox {
  width: 3.7em;
}
@media screen and (max-width: 840px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .ttlBox .logoBox {
    width: 3.2em;
  }
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .ttlBox .ttlTxt > h3 {
  font-size: 181.82%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 840px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .ttlBox .ttlTxt > h3 {
    font-size: 150%;
  }
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .txtBox {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-left: 3em;
  position: relative;
}
@media screen and (max-width: 840px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .txtBox {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .txtBox {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding-left: 2em;
  }
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .txtBox::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5em;
}
@media screen and (max-width: 520px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexL .txtBox::before {
    left: 1em;
  }
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexR {
  width: 30%;
  height: stretch;
}
@media screen and (max-width: 520px) {
  #aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexR {
    width: 100%;
  }
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem .flexBox .flexR > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(1) .txtBox::before {
  border: 1px solid #ea8d39;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(2) .txtBox::before {
  border: 1px solid #2ca6e0;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(3) .txtBox::before {
  border: 1px solid #6cc15b;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(4) .txtBox::before {
  border: 1px solid #e27364;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(5) .txtBox::before {
  border: 1px solid #4068cc;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(6) .txtBox::before {
  border: 1px solid #8b5ad1;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(1) .ttlTxt {
  color: #ea8d39;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(2) .ttlTxt {
  color: #2ca6e0;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(3) .ttlTxt {
  color: #6cc15b;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(4) .ttlTxt {
  color: #e27364;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(5) .ttlTxt {
  color: #4068cc;
}
#aboutArea .featBox .flexBox .flexR .featTxtList .featTxtItem:nth-of-type(6) .ttlTxt {
  color: #8b5ad1;
}
#aboutArea .slideBox .sliderArea {
  width: 100%;
  margin: 4em 0 8em;
}
@media screen and (max-width: 840px) {
  #aboutArea .slideBox .sliderArea {
    margin: 5em 0 10em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #aboutArea .slideBox .sliderArea {
    margin: 4em 0 15em;
    font-size: 0.7rem;
  }
}
#aboutArea .slideBox .sliderArea .slider_thumb {
  margin-bottom: 0.5em;
}
#aboutArea .slideBox .sliderArea .slider_thumb .slick-prev,
#aboutArea .slideBox .sliderArea .slider_thumb .slick-next {
  width: 5em;
  height: 5em;
  font-size: inherit;
  z-index: 1;
}
#aboutArea .slideBox .sliderArea .slider_thumb .slick-prev:before,
#aboutArea .slideBox .sliderArea .slider_thumb .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/about/clinic-arrow.svg) no-repeat;
  background-size: cover;
  opacity: 1;
}
#aboutArea .slideBox .sliderArea .slider_thumb .slick-next {
  right: -2.5em;
}
#aboutArea .slideBox .sliderArea .slider_thumb .slick-prev {
  left: -2.5em;
}
#aboutArea .slideBox .sliderArea .slider_thumb .slick-prev:before {
  transform: rotate(180deg);
}
#aboutArea .slideBox .sliderArea .slider_thumb .slider-item {
  overflow: hidden;
  border-radius: 0.4em;
  border: 0.2em solid #d4f3ff;
  box-sizing: border-box;
}
#aboutArea .slideBox .sliderArea .slider_thumb .slider-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#aboutArea .slideBox .sliderArea .thumb .thumb-item {
  padding: 0 0.25em;
}
#aboutArea .submidashi > .enTxt {
  font-weight: 400;
  font-size: 87%;
}