/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Color ----- */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Dialysis
------------------------------------------------------------ */
.dialysis {
  /* ----- MAIN ----- */
  /* ----- FLOW ----- */
  /* ----- SERVICE ----- */
}
.dialysis .sub-visual {
  height: 410px;
  position: relative;
  border-bottom: 10px solid #a99780;
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .dialysis .sub-visual {
    height: 300px;
  }
}
.dialysis .sub-visual::before {
  background: url(../../../img/webp/sub_title_bg02.webp) center/cover;
  content: "";
  display: block;
  top: 120px;
  left: 0;
  width: 100%;
  position: fixed;
  height: 410px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .dialysis .sub-visual::before {
    top: 66px;
    height: 300px;
  }
}
.dialysis .sub-visual::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3c3d44;
  opacity: 0.5;
  z-index: 1;
}
.dialysis .sub-visual__heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
.dialysis .sub-visual__ttl {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 51px;
}
@media only screen and (max-width: 1024px) {
  .dialysis .sub-visual__ttl {
    font-size: 39px;
  }
}
.dialysis .sub-visual__sub {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .dialysis .sub-visual__sub {
    font-size: 16px;
  }
}
.dialysis .dialysis-content {
  padding-top: 80px;
}
.dialysis .dialysis-content__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .dialysis .dialysis-content__box {
    display: block;
  }
}
.dialysis .dialysis-content__box__column {
  max-width: 420px;
  margin-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .dialysis .dialysis-content__box__column {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.dialysis .dialysis-content-txtbox p:nth-child(n+2) {
  margin-top: 15px;
}
.dialysis .dialysis-content-supplement {
  background: #f7f5f2;
  padding: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .dialysis .dialysis-content-supplement {
    margin-top: 15px;
    padding: 15px;
  }
}
.dialysis .dialysis-flow {
  background: #fff;
  padding-bottom: 60px;
}
.dialysis .flow-box {
  background: #f7f5f2;
  position: relative;
  margin-bottom: 55px;
  padding: 50px 60px 50px 130px;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-box {
    padding: 60px 20px 20px;
  }
}
.dialysis .flow-box-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-box-column {
    display: block;
  }
}
.dialysis .flow-box-column2 {
  overflow: hidden;
}
.dialysis .flow-box-column2 .flow-box-column2__txt p:nth-child(n+2) {
  margin-top: 20px;
}
.dialysis .flow-box-column2 .flow-box__img {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-box-column2 .flow-box__img {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-box-column2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.dialysis .flow-box-column__txt {
  max-width: 350px;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-box-column__txt {
    max-width: 100%;
  }
}
.dialysis .flow-box__square {
  position: absolute;
  top: 0;
  left: 36px;
  width: 50px;
  height: 50px;
  background: #72727b;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-box__square {
    left: 20px;
  }
}
.dialysis .flow-box__square--number {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-box__txt {
    margin-bottom: 20px;
  }
}
.dialysis .flow-box__img {
  max-width: 380px;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-box__img {
    max-width: 100%;
  }
}
.dialysis .flow-box__img img {
  width: 100%;
  height: auto;
}
.dialysis .flow-next-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}
.dialysis .flow-next-icon:before {
  content: "";
  position: absolute;
  bottom: 23px;
  right: 50%;
  height: 1px;
  background: #000;
  width: 20px;
  transform: translateX(50%) rotate(90deg);
}
.dialysis .flow-next-icon:after {
  position: absolute;
  bottom: 21px;
  right: calc(40% + 1px);
  height: 0.5px;
  background: #000;
  content: "";
  width: 8px;
  transform: translateY(-50%) rotate(-65deg);
  transform-origin: right center;
}
.dialysis .flow-caution {
  border: 1px solid #a99780;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-caution {
    display: block;
  }
}
.dialysis .flow-caution__head {
  background: #a99780;
  max-width: 220px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-caution__head {
    max-width: 100%;
    padding: 15px;
  }
}
.dialysis .flow-caution__ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-caution__ttl {
    font-size: 18px;
  }
}
.dialysis .flow-caution__content {
  width: 100%;
  max-width: 740px;
  padding: 40px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .dialysis .flow-caution__content {
    padding: 30px;
  }
}
.dialysis .flow-caution__list {
  max-width: 620px;
  width: 100%;
}
.dialysis .flow-caution__item {
  line-height: 1.8;
}
.dialysis .service {
  background: #fff;
}
.dialysis .service-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.dialysis .service-list__item {
  background: #f7f5f2;
  width: calc((100% - 90px) / 4);
  padding: 40px 20px 37px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .dialysis .service-list__item {
    width: calc((100% - 20px) / 2);
  }
  .dialysis .service-list__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.dialysis .service-list__icon--gray {
  width: 38px;
  height: 38px;
  background: #72727b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.dialysis .service-list__icon--brown {
  width: 38px;
  height: 38px;
  background: #a99780;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.dialysis .service-list__ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}

/* 透析センター（新）230605 */



.dialysis_new .sub-main-content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.dialysis_new .dialysis-content__box {
    display: block;
	padding-top: 60px;
    padding-bottom: 0;
    width: 440px;
}

.dialysis_new .dialysis-content__box__column {
    max-width: 480px;
    padding-right: 30px;
    padding-top: 30px;
    margin-right: 0;
    background-color: #F7F5F2;
    /* width: 480px; */
    height: 240px;
}

.dialysis_new .c-heading-main {
    padding: 5px 0 5px 30px;
    border-left: #a99780 10px solid;
    margin-right: 20px;
    margin-bottom: 20px;
}

.dialysis_new .c-heading-top {
    max-width: 960px;
	margin: 0 auto;
}

.dialysis_new .dialysis-content__box__column .c-heading-main .c-heading-main__ttl {
    font-size: 20px;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 500;
}

.dialysis_new .dialysis-txtbox p {
    padding-left: 40px;
}

@media only screen and (max-width: 1024px) {

.dialysis_new .sub-main-content {
    display: block;
}

.dialysis_new .dialysis-content__box {
    width: 100%;
}

.dialysis_new .dialysis-content__box img {
    width: 100%;
}

.dialysis_new .dialysis-content__box__column {
    max-width: 100%;
	width: 100%;
}

}




/*# sourceMappingURL=dialysis.css.map */