:root {
  --section-padding: 6rem 0;
}
@media (max-width: 960px) {
  :root {
    --section-padding: 3rem 0;
  }
}

section.page-mv {
  position: relative;
  .mv-img {
    width: 100%;
    min-height: 480px;
    max-height: 600px;
    object-fit: cover;
    @media (max-width: 960px) {
      min-height: 260px;
    }
  }
  .page-title {
    position: absolute;
    z-index: 1;
    top: 70%;
    left: 50%;
    translate: -50% -50%;
    color: #fff;
    text-align: center;
    .jp {
      font-size: 3rem;
    }
    .en {
      font-size: 2.25rem;
    }
    @media (max-width: 960px) {
      top: 60%;
      width: 90%;
      .jp {
        font-size: 2.25rem;
      }
      .en {
        font-size: 1.5rem;
      }
      .border {
        width: 80%;
        margin-inline: auto;
      }
    }
  }
}

.breadcrumb{
  margin-top: 1rem;
}
.breadcrumb_item {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
}
.breadcrumb_item li {
    display: flex;
    align-items: center;
}
.breadcrumb_item li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 20px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb_item a {
    text-decoration:underline;
}

.section-title {
  position: relative;
  z-index: 1;
  background-color: #f5efe6;
  border-radius: 0 0 30px 30px;
  border-top: 3px solid #f099a3;
  padding: 2rem 1rem;
  margin-bottom: 3rem;
  @media (max-width: 960px) {
    padding: 1.25rem 1rem;
  }
  &::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: #fcfaf7;
  }
  .title {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    @media (max-width: 960px) {
      font-size: 1.75rem;
    }
  }
  .illust1 {
    position: absolute;
    top: -24px;
    left: 30px;
    @media (max-width: 960px) {
      width: 80px;
      top: -10px;
      left: 5px;
    }
  }
  .illust2 {
    position: absolute;
    bottom: -20px;
    right: 30px;
    @media (max-width: 960px) {
      width: 50px;
      bottom: -20px;
      right: 8px;
    }
  }
}

.h4-title {
  text-align: center;
  font-size: 2rem;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 400;
  margin-bottom: 4rem;
  @media (max-width: 960px) {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  &::after {
    content: '';
    width: 400px;
    max-width: 100%;
    height: 4px;
    margin-inline: auto;
    margin-top: 0.5rem;
    display: block;
    background: #585047;
    background: linear-gradient(to right, #f4a87f 0%, #f4a87f 25%, #585047 25%, #585047 100%);
  }
}

/*=========================
  clinic
=========================*/
section.clinic_sec1 {
  padding: var(--section-padding);
  background: linear-gradient(to bottom, #fff 0%, #fff 70%, #fee0cf 70%, #fee0cf 100%);
  @media (max-width: 960px) {
    background: linear-gradient(to bottom, #fff 0%, #fff 80%, #fee0cf 80%, #fee0cf 100%);
  }
  .copy {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    @media (max-width: 960px) {
      font-size: 1.5rem;
    }
    .color {
      color: #f4a87f;
    }
  }
  .text {
    text-align: center;
    text-wrap: balance;
    margin-bottom: 2rem;
  }
  .flex-items {
    display: flex;
    justify-content: center;
    gap: 2rem;
    .flex-item {
      width: 50%;
    }
    @media (max-width: 960px) {
      gap: 1rem;
    }
  }
}

section.clinic_sec2 {
  padding: var(--section-padding);
  background: url(../img/clinic/sec2-bg.png) no-repeat;
  background-position: bottom;
  background-size: 100% 60%;
  .img {
    width: min(90%, 650px);
    margin-inline: auto;
    margin-bottom: 2rem;
  }
  .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    @media (max-width: 960px) {
      flex-direction: column;
    }
    .logo-wrapper {
      .logo {
        font-size: 2rem;
        font-weight: 500;
        text-align: center;
        @media (max-width: 960px) {
          font-size: 1.5rem;
        }
      }
      .address {
        text-align: center;
      }
    }
    .links {
      display: flex;
      justify-content: center;
    }
  }
  .hours-wrapper {
    max-width: 600px;
    margin-inline: auto;
  }
}

section.clinic_sec3 {
  padding: var(--section-padding);
  .gallery-wrapper {
    max-width: 800px;
    margin-inline: auto;
    .main-img {
      margin-bottom: 2rem;
      .splide__slide {
        img {
          width: 100%;
          height: fit-content;
          aspect-ratio: 16/9;
          object-fit: cover;
        }
      }
      .splide__arrow {
        background-color: transparent;
        /* svg {
          fill: var(--navy2);
        } */
      }
      .splide__arrow--prev {
        left: 0px;
      }
      .splide__arrow--next {
        right: 0px;
      }
    }
    .thumbnails {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 10px;
      .thumbnail {
        width: 100%;
        height: fit-content;
        aspect-ratio: 4/3;
        cursor: pointer;
        position: relative;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        &::after {
          content: '';
          position: absolute;
          z-index: 1;
          inset: 0;
          width: 100%;
          height: 100%;
          background-color: #ffffff;
          opacity: 0.6;
        }
      }
      .thumbnail.is-active {
        &::after {
          opacity: 0;
        }
      }
    }
  }
}

section.clinic_sec4 {
  padding: var(--section-padding);
  .grid-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    @media (max-width: 960px) {
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }
    .grid-item {
      .img {
      }
      .title {
        background-color: #f4a87f;
        color: #fff;
        text-align: center;
        padding: 1rem;
        @media (max-width: 960px) {
          padding: 0.5rem;
        }
      }
      &:nth-child(2n) .title {
        background-color: #e89289;
      }
    }
  }
}

section.clinic_sec5 {
  padding: var(--section-padding);
  .map-wrapper {
    width: min(90%, 800px);
    margin-inline: auto;
    aspect-ratio: 16/9;
    iframe {
      width: 100%;
      height: 100%;
    }
  }
}
#clinic_sec5 .item {
      width: min(90%, 350px);
      min-height: 50px;
      margin: 1rem 0;
      background-color: #e89289;
      color: #fff;
      border-radius: 50px;
      padding: 0.5rem 1rem;
      margin-inline: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      line-height: 1.2;
      .icon {
        width: 35px;
        margin-right: 1rem;
      }
    }


/*=========================
  staff
=========================*/
section.staff_sec1,
section.staff_sec2 {
  padding: var(--section-padding);
  .bg-yellow {
    background: url(../img/staff/bg-yellow.png) no-repeat;
    background-size: cover;
    padding: 4rem 0;
    @media (max-width: 960px) {
      padding: 2rem 0;
    }
    .flex {
      display: flex;
      gap: 2rem;
      align-items: center;
      @media (max-width: 960px) {
        flex-direction: column;
      }
      .img-wrapper {
        width: 50%;
        @media (max-width: 960px) {
          width: min(100%, 400px);
          margin-inline: auto;
        }
      }
      .texts-wrapper {
        width: 50%;
        .text {
          margin-bottom: 2rem;
        }
        .name {
          display: flex;
          align-items: center;
          gap: 1rem;
          .post {
            width: 120px;
          }
          .jp {
            font-size: 2rem;
          }
          .en {
            color: #e89289;
            font-size: 1rem;
          }
        }
        @media (max-width: 960px) {
          width: 100%;
          .name {
            justify-content: center;
            gap: 1rem;
            .post {
              width: 70px;
            }
            .jp {
              font-size: 1.5rem;
            }
            .en {
              font-size: 0.9rem;
            }
          }
        }
      }
    }
  }
  .bg-white {
    padding: 4rem 0;
    background-color: #fff;
    .flex {
      display: flex;
      justify-content: center;
      gap: 2rem;
      @media (max-width: 960px) {
        flex-direction: column;
      }
      .career-wrapper {
        width: 50%;
        border: #585047 1px solid;
        padding: 1rem 2rem;
        position: relative;
        @media (max-width: 960px) {
          width: 100%;
          padding: 1rem 1rem;
        }
        &::before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          clip-path: polygon(0 0, 0% 100%, 100% 0);
          background-color: #585047;
          width: 10%;
          aspect-ratio: 1/1;
        }
        .title {
          font-size: 1.5rem;
          text-align: center;
          border-bottom: #585047 1px solid;
          padding-bottom: 1rem;
          margin-bottom: 1rem;
          @media (max-width: 960px) {
            padding-bottom: 0.5rem;
            margin-bottom: 0.5rem;
          }
        }
      }
    }
  }
}

section.staff_sec3 {
  padding: var(--section-padding);
  .img-wrapper {
    position: relative;
    z-index: 1;
    padding: 2rem 0 4rem;
    @media (max-width: 960px) {
      padding: 0 0 1rem;
    }
    .img {
      margin-inline: auto;
    }
    .bg-img {
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
    }
  }
  .text {
    max-width: 800px;
    margin-inline: auto;
  }
}

/*=========================
  medical1
=========================*/
section.medical1_sec1 {
  padding: var(--section-padding);
  .content1 {
    padding-bottom: 4rem;
    .copy {
      text-align: center;
      text-wrap: balance;
      margin-bottom: 2rem;
      font-size: 2rem;
      @media (max-width: 960px) {
        font-size: 1.35rem;
      }
      .color {
        color: #7ba35d;
      }
    }
    .text {
      margin-bottom: 2rem;
    }
    .flex-items {
      display: flex;
      justify-content: center;
      gap: 2rem;
      .flex-item {
        width: calc(100% / 4 - 2rem);
        font-size: 1rem;
        .img {
          margin-inline: auto;
        }
        .text {
          margin-bottom: 0;
        }
      }
      @media (max-width: 960px) {
        flex-wrap: wrap;
        column-gap: 1rem;
        .flex-item {
          width: calc(100% / 2 - 1rem);
          font-size: 1rem;
        }
      }
    }
  }
  .content2 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .grid-items {
      display: grid;
      grid-template-columns: 1fr auto 1fr auto 1fr auto;
      column-gap: 1rem;
      row-gap: 2rem;
      @media (max-width: 960px) {
        grid-template-columns: 1fr;
        row-gap: 1rem;
      }
      .grid-item {
        background-color: #fff;
        padding: 2rem 1rem;
        .number {
          background-color: #e89289;
          color: #fff;
          text-align: center;
          width: 50%;
          margin-inline: auto;
          border-radius: 100px;
          margin-bottom: 1rem;
        }
        .title {
          text-align: center;
          margin-bottom: 1rem;
        }
        .img {
          margin-bottom: 1rem;
          margin-inline: auto;
        }
        .text {
          font-size: 1rem;
        }
      }
      .arrow {
        width: 15px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        background-color: #585047;
        margin: auto;
        @media (max-width: 960px) {
          clip-path: polygon(0 0, 50% 100%, 100% 0);
          width: 25px;
          height: 15px;
        }
      }
    }
  }
  .content3 {
    padding: var(--section-padding);
    .flex-items {
      display: flex;
      justify-content: center;
      gap: 2rem;
      @media (max-width: 960px) {
        flex-direction: column;
      }
      .flex-item {
        width: calc(100% / 3 - 2rem);
        background-color: #f8f8f6;
        border-radius: 40px;
        padding: 2rem;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
        @media (max-width: 960px) {
          width: 100%;
        }
        .title {
          text-align: center;
          font-size: 1.25rem;
          border-bottom: #e89289 1px solid;
          padding-bottom: 1rem;
          margin-bottom: 1rem;
        }
        .text {
          font-size: 1rem;
          margin-bottom: 1rem;
        }
        .label {
          background-color: #e89289;
          color: #fff;
          text-align: center;
          border-radius: 100px;
          width: 80%;
          margin-inline: auto;
          padding: 0.5rem 1rem;
		  margin-bottom: 1rem;
        }
      }
    }
  }
}

section.medical1_sec2 {
  padding: var(--section-padding);
  .card {
    background-color: #fff;
    border-radius: 40px;
    padding: 2rem;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
    margin-bottom: 2rem;
    .title {
      font-size: 1.5rem;
      border-bottom: 1px solid #f099a3;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      @media (max-width: 960px) {
        font-size: 1.25rem;
        text-align: center;
        text-wrap: balance;
      }
    }
  }
  .content1 {
    padding: 2rem 0 4rem;
    .flex {
      display: flex;
      justify-content: center;
      gap: 2rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
    }
    @media (max-width: 960px) {
      padding: 0rem 0 2rem;
      .flex {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
  }
  .content2 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
	.card1{
	    .flex{
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 2rem;
		}
	  }
      @media (max-width: 960px) {
		.card1{
			.flex{
				flex-direction: column;
				gap: 1rem;
			}
		}
      }
  }

  .content3 {
    padding: var(--section-padding);
    background: url(../img/page-bg-pink1.png) no-repeat, url(../img/page-bg-pink2.png) no-repeat;
    background-position: 0% 0%, 100% 100%;
    background-size: 30%, 30%;
    .card1 {
      > .text:nth-of-type(1) {
        margin-bottom: 2rem;
      }
      .flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        margin-bottom: 2rem;
        .flex-item {
          width: 50%;
        }
        @media (max-width: 960px) {
          flex-direction: column;
          .flex-item {
            width: 100%;
          }
        }
      }
    }
    .card2 {
      .text {
        margin-bottom: 2rem;
      }
      .flex {
        display: flex;
        justify-content: center;
        .flex-item {
          width: 50%;
          @media (max-width: 960px) {
            width: 100%;
          }
        }
      }
    }
  }
  .content4 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
  }
  .content5 {
    padding: var(--section-padding);
    background: url(../img/page-bg-pink1.png) no-repeat, url(../img/page-bg-pink2.png) no-repeat;
    background-position: 0% 0%, 100% 100%;
    background-size: 30%, 30%;
    .container > .flex {
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin-bottom: 4rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
    .card1 {
      margin-bottom: 4rem;
      .table-wrapper {
        margin-bottom: 2rem;
        .table {
          max-width: 800px;
          display: grid;
          grid-template-columns: 30% 1fr;
          border: #97c15b 1px solid;
          @media (max-width: 960px) {
            grid-template-columns: auto 1fr;
          }
          .row {
            display: grid;
            grid-template-columns: subgrid;
            grid-column: 1/-1;
            &:not(:last-of-type) {
              border-bottom: #97c15b 1px solid;
            }
          }
          .th {
            background-color: #97c15b;
            color: #fff;
            padding: 0.5rem 1rem;
            text-align: center;
            &:not(:last-of-type) {
              border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            }
          }
          .td {
            padding: 0.5rem 1rem;
          }
        }
        .text {
          font-size: 0.9rem;
        }
      }
      .textbox {
        background-color: #f8f8f6;
        padding: 1rem 2rem;
        @media (max-width: 960px) {
          padding: 1rem 1rem;
        }
        .title {
          border: none;
          font-size: 1.25rem;
          padding-bottom: 0;
        }
        .row {
          display: grid;
          grid-template-columns: auto 1fr;
          gap: 0.5rem;
          font-size: 1rem;
          margin-bottom: 0.5rem;
        }
      }
    }
    .flex2 {
      .card {
        background-color: #f8f8f6;
        margin-bottom: 0;
        .title {
          font-weight: 1.25rem;
          text-align: center;
        }
        .row {
          display: grid;
          grid-template-columns: auto 1fr;
          gap: 0.5rem;
          font-size: 1rem;
        }
      }
    }
    .container > .table-wrapper {
      margin-bottom: 4rem;
      .text {
        margin-bottom: 1rem;
      }
      .wrapper {
        @media (max-width: 960px) {
          overflow-x: scroll;
        }
      }
      .table {
        display: grid;
        grid-template-columns: 25% 1fr 1fr;
        border: #e89289 1px solid;
        background-color: #fff;
        @media (max-width: 960px) {
          min-width: 540px;
          font-size: 0.9rem;
          grid-template-columns: auto 1fr 1fr;
        }
        .row {
          display: grid;
          grid-template-columns: subgrid;
          grid-column: 1/-1;
          .th,
          .td {
            padding: 0.5rem;
            &:not(:last-child) {
              border-right: #e89289 1px solid;
            }
          }
          .th {
            background-color: #f8cec9;
            display: flex;
            justify-content: center;
            align-items: center;
          }
          .td {
            font-size: 0.9em;
            display: flex;
            align-items: center;
          }
        }
        .row:not(:last-of-type) {
          border-bottom: #e89289 1px solid;
        }
        .row:first-of-type {
          color: #fff;
          text-align: center;
          .th {
            background-color: #585047;
          }
          .th:not(:last-of-type) {
            border-right: #e89289 1px solid;
          }
        }
      }
    }

    section.medical1_sec3 {
      margin-top: 12rem;
      > .flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        .texts-wrapper {
          width: 50%;
        }
        .img-wrapper {
          width: 50%;
        }
        @media (max-width: 960px) {
          flex-direction: column;
          .texts-wrapper {
            width: 100%;
          }
          .img-wrapper {
            width: 100%;
            img {
              margin-inline: auto;
            }
          }
        }
      }
    }
  }
}

section.medical1_sec3{
	padding: var(--section-padding);
}

#preventive .flex{
	display: flex;
	justify-content: center;
	gap: 2rem;
	padding: 2rem 0 4rem;
}
#preventive .texts-wrapper {
	width: 50%;
}
#preventive .img-wrapper {
	width: 50%;
}
@media screen and (max-width: 960px){
	#preventive .flex{
		flex-direction: column;
	}
	#preventive .texts-wrapper {
		width: 100%;
	}
	#preventive .img-wrapper {
		width: 100%;
	}
	#preventive img {
		margin-inline: auto;
	}
}


section.medical1_sec3-body {
  .card {
    background-color: #fff;
    border-radius: 40px;
    padding: 2rem;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
    margin-bottom: 2rem;
    .title {
      font-size: 1.5rem;
      border-bottom: 1px solid #f099a3;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      @media (max-width: 960px) {
        font-size: 1.25rem;
        text-align: center;
        text-wrap: balance;
      }
    }
  }
  .content1 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .flex-items {
      display: flex;
      justify-content: center;
      gap: 1rem;
      @media (max-width: 960px) {
        flex-direction: column;
      }
      .flex-item {
        width: calc(100% / 4 - 1rem);
        background-color: #fff;
        padding: 1rem;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
        @media (max-width: 960px) {
          width: 100%;
        }
        .number {
          background-color: #e89289;
          color: #fff;
          text-align: center;
          /* padding: 0.5rem; */
          width: 70%;
          margin-inline: auto;
          border-radius: 100px;
          margin-bottom: 1rem;
        }
        .title {
          text-align: center;
          margin-bottom: 1rem;
        }
        .text {
          font-size: 1rem;
        }
      }
    }
  }
  .content2 {
    padding: var(--section-padding);
    .flex-items {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2rem;
      .card {
        width: calc(100% / 3 - 2rem);
        .title {
          font-size: 1.25rem;
          text-align: center;
        }
        .text {
          font-size: 1rem;
        }
      }
      @media (max-width: 960px) {
        flex-direction: column;
        gap: 0rem;
        .card {
          width: 100%;
        }
      }
    }
  }
  .content3 {
    padding: var(--section-padding);
    padding-top: 0;
    .flex-items {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2rem;
      .card {
        width: calc(100% / 3 - 2rem);
        .title {
          font-size: 1.25rem;
          text-align: center;
        }
        .text {
          font-size: 1rem;
        }
      }
      @media (max-width: 960px) {
        flex-direction: column;
        gap: 0rem;
        .card {
          width: 100%;
        }
      }
    }
  }
}

/*=========================
  medical2
=========================*/
section.medical2_sec1 {
  .card {
    background-color: #fff;
    border-radius: 40px;
    padding: 2rem;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
    margin-bottom: 2rem;
    .title {
      font-size: 1.5rem;
      border-bottom: 1px solid #f099a3;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      @media (max-width: 960px) {
        font-size: 1.25rem;
        text-align: center;
        text-wrap: balance;
      }
    }
  }
  .content1 {
    padding: var(--section-padding);
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
  }
  .content2 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .flex-items {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-bottom: 4rem;
      @media (max-width: 960px) {
        flex-direction: column;
      }
      .flex-item {
        width: calc(100% / 4 - 1rem);
        background-color: #fff;
        padding: 1rem;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
        @media (max-width: 960px) {
          width: 100%;
        }
        .number {
          background-color: #e89289;
          color: #fff;
          text-align: center;
          /* padding: 0.5rem; */
          width: 70%;
          margin-inline: auto;
          border-radius: 100px;
          margin-bottom: 1rem;
        }
        .title {
          text-align: center;
          margin-bottom: 1rem;
        }
        .img {
          margin-bottom: 1rem;
          margin-inline: auto;
        }
        .text {
          font-size: 1rem;
        }
      }
    }
  }
  .content3 {
    padding: var(--section-padding);
    background: url(../img/page-bg-pink1.png) no-repeat, url(../img/page-bg-pink2.png) no-repeat;
    background-position: 0% 0%, 100% 100%;
    background-size: 30%, 30%;
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 4rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
    .card1 {
      margin-bottom: 4rem;
      .table-wrapper {
        margin-bottom: 2rem;
        .table {
          max-width: 800px;
          display: grid;
          grid-template-columns: 30% 1fr;
          border: #97c15b 1px solid;
          @media (max-width: 960px) {
            grid-template-columns: auto 1fr;
            font-size: 0.9rem;
          }
          .row {
            display: grid;
            grid-template-columns: subgrid;
            grid-column: 1/-1;
            &:not(:last-of-type) {
              border-bottom: #97c15b 1px solid;
            }
          }
          .th {
            background-color: #97c15b;
            color: #fff;
            padding: 0.5rem 1rem;
            text-align: center;
            &:not(:last-of-type) {
              border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            }
          }
          .td {
            padding: 0.5rem 1rem;
            display: flex;
            align-items: center;
          }
        }
        .text {
          font-size: 0.9rem;
        }
      }
      .textbox {
        background-color: #f8f8f6;
        padding: 1rem 2rem;
        .title {
          border: none;
          font-size: 1.25rem;
          padding-bottom: 0;
        }
        .row {
          display: grid;
          grid-template-columns: auto 1fr;
          gap: 0.5rem;
          font-size: 1rem;
        }
      }
    }
    .card2 {
      margin-bottom: 4rem;
      .flex-items {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-wrap: wrap;
        gap: 2rem;
        @media (max-width: 960px) {
          gap: 1rem;
        }
        .flex-item {
          width: calc(100% / 3 - 1.5rem);
          @media (max-width: 960px) {
            width: calc(100% / 2 - 0.5rem);
          }
          .img {
            width: 100%;
          }
          .title {
            border: none;
            padding: 0;
            margin: 0;
            text-align: center;
            font-size: 1rem;
            @media (max-width: 960px) {
              font-size: 0.9rem;
            }
          }
        }
      }
    }
    .flex2 {
      align-items: initial;
      .card {
        background-color: #f8f8f6;
        margin-bottom: 0;
        .title {
          font-size: 1.25rem;
          text-align: center;
        }
        .row {
          display: grid;
          grid-template-columns: auto 1fr;
          gap: 0.5rem;
          font-size: 1rem;
        }
      }
    }
    .textbox1 {
      max-width: 1000px;
      margin-inline: auto;
      background-color: #c1c5db;
      padding: 2rem;
      > .title {
        text-align: center;
        text-wrap: balance;
        font-size: 1.5rem;
        margin-bottom: 2rem;
        @media (max-width: 960px) {
          font-size: 1.25rem;
        }
      }
      .row {
        margin-bottom: 2rem;
        .title {
          font-size: 1.125rem;
        }
        .text {
          font-size: 1rem;
          @media (max-width: 960px) {
            font-size: 0.9rem;
          }
        }
      }
    }
  }
  .content4 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .card1 {
      .text {
        margin-bottom: 2rem;
      }
      .flex {
        display: flex;
        justify-content: center;
        gap: 2rem;
        .img {
          width: 50%;
        }
      }
    }
  }
}

section.medical2_sec2 {
  .card {
    background-color: #fff;
    border-radius: 40px;
    padding: 2rem;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
    margin-bottom: 2rem;
    .title {
      font-size: 1.5rem;
      border-bottom: 1px solid #f099a3;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      @media (max-width: 960px) {
        font-size: 1.25rem;
        text-align: center;
        text-wrap: balance;
      }
    }
  }
  .content1 {
    padding: var(--section-padding);
    margin-top: 4rem;
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 4rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        margin-bottom: 0;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
  }
  .content2 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .table-wrapper {
      @media (max-width: 960px) {
        overflow-x: scroll;
      }
      .table {
        display: grid;
        grid-template-columns: 25% 1fr 1fr;
        border: #e89289 1px solid;
        background-color: #fff;
        @media (max-width: 960px) {
          grid-template-columns: auto 1fr 1fr;
          min-width: 580px;
        }
        .row {
          display: grid;
          grid-template-columns: subgrid;
          grid-column: 1/-1;
          .th,
          .td {
            padding: 0.5rem;
            &:not(:last-child) {
              border-right: #e89289 1px solid;
            }
          }
          .th {
            background-color: #f8cec9;
            display: flex;
            justify-content: center;
            align-items: center;
          }
          .td {
            font-size: 0.9rem;
            display: flex;
            align-items: center;
          }
        }
        .row:not(:last-of-type) {
          border-bottom: #e89289 1px solid;
        }
        .row:first-of-type {
          color: #fff;
          text-align: center;
          .th {
            background-color: #585047;
          }
          .th:not(:last-of-type) {
            border-right: #e89289 1px solid;
          }
        }
      }
    }
  }
  .content3 {
    padding: var(--section-padding);
    background: url(../img/page-bg-pink1.png) no-repeat;
    background-position: 0% 0%;
    background-size: 30%;
    .container > .text {
      max-width: 1000px;
      margin-inline: auto;
      margin-bottom: 2rem;
    }
  }
  .content4 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .grid-items {
      display: grid;
      grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto;
      column-gap: 1rem;
      row-gap: 2rem;
      @media (max-width: 960px) {
        grid-template-columns: 1fr;
        row-gap: 1rem;
      }
      .grid-item {
        background-color: #fff;
        padding: 2rem 1rem;
        .number {
          background-color: #e89289;
          color: #fff;
          text-align: center;
          width: 50%;
          margin-inline: auto;
          border-radius: 100px;
          margin-bottom: 1rem;
        }
        .text {
          text-align: center;
          font-size: 1.2rem;
        }
      }
      .arrow {
        width: 15px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        background-color: #585047;
        margin: auto;
        @media (max-width: 960px) {
          clip-path: polygon(0 0, 50% 100%, 100% 0);
          width: 25px;
          height: 15px;
        }
      }
    }
  }
  .content5 {
    padding: var(--section-padding);
    .card1 {
      margin-bottom: 0;
      .flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        .img {
          width: 40%;
        }
        .text {
          width: 60%;
        }
        @media (max-width: 960px) {
          flex-direction: column;
          gap: 1rem;
          .img {
            /* width: 100%; */
            margin-inline: auto;
            width: min(80%, 400px);
          }
          .text {
            width: 100%;
          }
        }
      }
    }
    .container > .text {
      font-size: 0.9rem;
      text-align: center;
      @media (max-width: 960px) {
        font-size: 0.8rem;
      }
    }
  }
  .content6 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .card1 {
      margin-bottom: 0;
      .flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        .img {
          width: 40%;
        }
        .texts-wrapper {
          width: 60%;
          .text {
            margin-bottom: 2rem;
          }
          .button {
            width: min(80%, 200px);
          }
        }
        @media (max-width: 960px) {
          flex-direction: column;
          .img {
            /* width: 100%; */
            width: min(100%, 400px);
            margin-inline: auto;
          }
          .texts-wrapper {
            width: 100%;
            .text {
              margin-bottom: 2rem;
            }
            .button {
              width: min(80%, 200px);
            }
          }
        }
      }
    }
  }
}

section.medical2_sec3 {
  .card {
    background-color: #fff;
    border-radius: 40px;
    padding: 2rem;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
    margin-bottom: 2rem;
    .title {
      font-size: 1.5rem;
      border-bottom: 1px solid #f099a3;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      @media (max-width: 960px) {
        font-size: 1.25rem;
        text-align: center;
        text-wrap: balance;
      }
    }
  }
  .content1 {
    margin-top: 4rem;
    padding: var(--section-padding);
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 4rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          width: min(100%, 400px);
          margin-inline: auto;
        }
      }
    }
    .card1 {
      .list {
        column-count: 2;
        @media (max-width: 960px) {
          column-count: 1;
          width: fit-content;
          margin-inline: auto;
        }
        li {
          margin-bottom: 0.5rem;
          span {
            margin-right: 0.5rem;
            color: #f099a3;
          }
        }
      }
    }
  }
  .content2 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 4rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
  }
  .content3 {
    padding: var(--section-padding);
  }
}

section.medical2_sec4 {
  .card {
    background-color: #fff;
    border-radius: 40px;
    padding: 2rem;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
    margin-bottom: 2rem;
    .title {
      font-size: 1.5rem;
      border-bottom: 1px solid #f099a3;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      @media (max-width: 960px) {
        font-size: 1.25rem;
        text-align: center;
        text-wrap: balance;
      }
    }
  }
  .content1 {
    padding: var(--section-padding);
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 4rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
    .card2 {
      .text {
        margin-bottom: 2rem;
      }
      .textbox {
        background-color: #f6f7f8;
        padding: 1rem;
        .title {
          font-size: 1.25rem;
          padding: 0;
          margin-bottom: 0.5rem;
          border: none;
        }
        ul {
          li {
            font-size: 1rem;
            margin-bottom: 0.5rem;
          }
        }
      }
    }
  }
  .content2 {
    padding: var(--section-padding);
    padding-top: 0;
    .card2,
    .card3 {
      .text {
        margin-bottom: 2rem;
      }
      .textbox {
        background-color: #f6f7f8;
        padding: 1rem;
        .title {
          font-size: 1.25rem;
          padding: 0;
          margin-bottom: 0.5rem;
          border: none;
        }
        ul {
          li {
            font-size: 1rem;
            margin-bottom: 0.5rem;
          }
        }
      }
    }
  }
  .content3 {
    padding: var(--section-padding);
    padding-top: 0;
    .card2,
    .card3 {
      .text {
        margin-bottom: 2rem;
      }
      .textbox {
        background-color: #f6f7f8;
        padding: 1rem;
        .title {
          font-size: 1.25rem;
          padding: 0;
          margin-bottom: 0.5rem;
          border: none;
        }
        ul {
          li {
            font-size: 1rem;
            margin-bottom: 0.5rem;
          }
        }
      }
    }
  }
  .content4 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 4rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
    .textbox {
      max-width: 1000px;
      margin-inline: auto;
      padding: 2rem;
      background-color: #c1c5db;
      .title {
        text-align: center;
        font-size: 1.25rem;
        margin-bottom: 1rem;
      }
      ul {
        li {
          margin-bottom: 0.5rem;
        }
      }
    }
  }
  .content5 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .card {
      .text {
        margin-bottom: 2rem;
      }
      .textbox {
        background-color: #f6f7f8;
        padding: 1rem;
        .title {
          font-size: 1.25rem;
          padding: 0;
          margin-bottom: 0.5rem;
          border: none;
        }
        ul {
          li {
            font-size: 1rem;
            margin-bottom: 0.5rem;
          }
        }
      }
    }
  }
}

section.medical2_sec5 {
  .card {
    background-color: #fff;
    border-radius: 40px;
    padding: 2rem;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
    margin-bottom: 2rem;
    .title {
      font-size: 1.5rem;
      border-bottom: 1px solid #f099a3;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      @media (max-width: 960px) {
        font-size: 1.25rem;
        text-align: center;
        text-wrap: balance;
      }
    }
  }
  .content1 {
    padding: var(--section-padding);
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 4rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
    .card2 {
      .text {
        margin-bottom: 2rem;
      }
      .textbox {
        background-color: #f6f7f8;
        padding: 1rem;
        .title {
          font-size: 1.25rem;
          padding: 0;
          margin-bottom: 0.5rem;
          border: none;
        }
        ul {
          li {
            font-size: 1rem;
            margin-bottom: 0.5rem;
          }
        }
      }
    }
  }
  .content2 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
	  .card1{
	    .flex{
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 2rem;
		}
	  }
      @media (max-width: 960px) {
		.card1{
			.flex{
				flex-direction: column;
				gap: 1rem;
			}
		}
      }
    .card2,
    .card3 {
      .text {
        margin-bottom: 2rem;
      }
      .textbox {
        background-color: #f6f7f8;
        padding: 1rem;
        .title {
          font-size: 1.25rem;
          padding: 0;
          margin-bottom: 0.5rem;
          border: none;
        }
        ul {
          li {
            font-size: 1rem;
            margin-bottom: 0.5rem;
          }
        }
      }
    }
  }
  
  
  .content3 {
    padding: var(--section-padding);
    background: url(../img/page-bg-pink1.png) no-repeat, url(../img/page-bg-pink2.png) no-repeat;
    background-position: 0% 0%, 100% 100%;
    background-size: 30%, 30%;
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 4rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
    .card1 {
      margin-bottom: 4rem;
      .table-wrapper {
        margin-bottom: 2rem;
        .table {
          max-width: 800px;
          display: grid;
          grid-template-columns: 30% 1fr;
          border: #97c15b 1px solid;
          @media (max-width: 960px) {
            grid-template-columns: auto 1fr;
            font-size: 0.9rem;
          }
          .row {
            display: grid;
            grid-template-columns: subgrid;
            grid-column: 1/-1;
            &:not(:last-of-type) {
              border-bottom: #97c15b 1px solid;
            }
          }
          .th {
            background-color: #97c15b;
            color: #fff;
            padding: 0.5rem 1rem;
            text-align: center;
            &:not(:last-of-type) {
              border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            }
          }
          .td {
            padding: 0.5rem 1rem;
            display: flex;
            align-items: center;
          }
        }
        .text {
          font-size: 0.9rem;
        }
      }
      .textbox {
        background-color: #f8f8f6;
        padding: 1rem 2rem;
        .title {
          border: none;
          font-size: 1.25rem;
          padding-bottom: 0;
        }
        .row {
          display: grid;
          grid-template-columns: auto 1fr;
          gap: 0.5rem;
          font-size: 1rem;
        }
      }
    }
    .card2 {
      margin-bottom: 4rem;
      .flex-items {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-wrap: wrap;
        gap: 2rem;
        @media (max-width: 960px) {
          gap: 1rem;
        }
        .flex-item {
          width: calc(100% / 3 - 1.5rem);
          @media (max-width: 960px) {
            width: calc(100% / 2 - 0.5rem);
          }
          .img {
            width: 100%;
          }
          .title {
            border: none;
            padding: 0;
            margin: 0;
            text-align: center;
            font-size: 1rem;
            @media (max-width: 960px) {
              font-size: 0.9rem;
            }
          }
        }
      }
    }
    .flex2 {
      align-items: initial;
      .card {
        background-color: #f8f8f6;
        margin-bottom: 0;
        .title {
          font-size: 1.25rem;
          text-align: center;
        }
        .row {
          display: grid;
          grid-template-columns: auto 1fr;
          gap: 0.5rem;
          font-size: 1rem;
        }
      }
    }
    .textbox1 {
      max-width: 1000px;
      margin-inline: auto;
      background-color: #c1c5db;
      padding: 2rem;
      > .title {
        text-align: center;
        text-wrap: balance;
        font-size: 1.5rem;
        margin-bottom: 2rem;
        @media (max-width: 960px) {
          font-size: 1.25rem;
        }
      }
      .row {
        margin-bottom: 2rem;
        .title {
          font-size: 1.125rem;
        }
        .text {
          font-size: 1rem;
          @media (max-width: 960px) {
            font-size: 0.9rem;
          }
        }
      }
    }
    .container > .table-wrapper {
      margin-bottom: 4rem;
      .text {
        margin-bottom: 1rem;
      }
      .wrapper {
        @media (max-width: 960px) {
          overflow-x: scroll;
        }
      }
      .table {
        display: grid;
        grid-template-columns: 25% 1fr 1fr;
        border: #e89289 1px solid;
        background-color: #fff;
        @media (max-width: 960px) {
          min-width: 540px;
          font-size: 0.9rem;
          grid-template-columns: auto 1fr 1fr;
        }
        .row {
          display: grid;
          grid-template-columns: subgrid;
          grid-column: 1/-1;
          .th,
          .td {
            padding: 0.5rem;
            &:not(:last-child) {
              border-right: #e89289 1px solid;
            }
          }
          .th {
            background-color: #f8cec9;
            display: flex;
            justify-content: center;
            align-items: center;
          }
          .td {
            font-size: 0.9em;
            display: flex;
            align-items: center;
          }
        }
        .row:not(:last-of-type) {
          border-bottom: #e89289 1px solid;
        }
        .row:first-of-type {
          color: #fff;
          text-align: center;
          .th {
            background-color: #585047;
          }
          .th:not(:last-of-type) {
            border-right: #e89289 1px solid;
          }
        }
      }
    }
  }
  }
  .content4 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 4rem;
      .texts-wrapper {
        width: 50%;
      }
      .img-wrapper {
        width: 50%;
      }
      @media (max-width: 960px) {
        flex-direction: column;
        .texts-wrapper {
          width: 100%;
        }
        .img-wrapper {
          width: 100%;
          img {
            margin-inline: auto;
          }
        }
      }
    }
    .textbox {
      max-width: 1000px;
      margin-inline: auto;
      padding: 2rem;
      background-color: #c1c5db;
      .title {
        text-align: center;
        font-size: 1.25rem;
        margin-bottom: 1rem;
      }
      ul {
        li {
          margin-bottom: 0.5rem;
        }
      }
    }
  }
  .content5 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .card {
      .text {
        margin-bottom: 2rem;
      }
      .textbox {
        background-color: #f6f7f8;
        padding: 1rem;
        .title {
          font-size: 1.25rem;
          padding: 0;
          margin-bottom: 0.5rem;
          border: none;
        }
        ul {
          li {
            font-size: 1rem;
            margin-bottom: 0.5rem;
          }
        }
      }
    }
  }


section.medical2_sec6{
	.content1 {
		padding: var(--section-padding);
	}
	.card {
		background-color: #fff;
		border-radius: 40px;
		padding: 2rem;
		box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
		margin-bottom: 2rem;
		.title {
			font-size: 1.5rem;
			border-bottom: 1px solid #f099a3;
			padding-bottom: 0.5rem;
			margin-bottom: 1rem;
		}
		.list {
			column-count: 2;
		}
		.list li{
			margin-bottom: 0.5rem;
		}
		.list span {
			margin-right: 0.5rem;
			color: #f099a3;
		}
	}
	.card1 {
		margin-bottom: 0;
		.flex {
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 2rem;
		}
		.flex img{
			width: 40%;
		}
	}
	.content2{
		padding: var(--section-padding);
		background-color: #fdfdf3;
	}
	.text{
		margin-bottom: 1rem;
	}
	.flex-items {
		display: flex;
		justify-content: center;
		gap: 2rem;
		margin-bottom: 2rem;
	}
	.flex-item {
		width: calc(100% / 3 - 2rem);
		background-color: #f8f8f6;
		border-radius: 40px;
		padding: 2rem;
		box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
	}
	.flex-item img{
		margin-bottom: 1rem;
	}
	.label {
		background-color: #e89289;
		color: #fff;
		text-align: center;
		border-radius: 100px;
		width: 80%;
		margin-inline: auto;
		padding: 0.5rem 1rem;
		margin-bottom: 1rem;
	}
	.text {
		margin-bottom: 2rem;
	}
	@media (max-width: 960px) {
		.flex-items {
			flex-direction: column;
		}
		.flex-item {
			width: 100%;
		}
	}
	.content3{
		padding: var(--section-padding);
	}
}

/*=========================
  recruit
=========================*/
section.recruit_sec1 {
  .content1 {
    padding: var(--section-padding);
    .grid-items {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      column-gap: 2%;
      row-gap: 2rem;
      @media (max-width: 960px) {
        grid-template-columns: 1fr;
      }
      .grid-item {
        display: grid;
        grid-template-columns: subgrid;
        grid-template-rows: subgrid;
        grid-column: span 1;
        grid-row: span 3;
        gap: 1rem;
        border-radius: 30px;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
        padding: 2rem 1rem;
        .title {
          font-size: 1.2rem;
          text-align: center;
          text-wrap: balance;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .img {
          width: 100%;
        }
        .text {
          font-size: 1rem;
        }
      }
    }
  }
  .content2 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .card {
      background-color: #fff;
      border-radius: 40px;
      padding: 2rem;
      box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
      margin-bottom: 2rem;
      .row {
        font-size: 1.5rem;
        border-bottom: 1px solid #f099a3;
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        @media (max-width: 960px) {
          font-size: 1.25rem;
        }
        .hour {
          display: flex;
          justify-content: center;
          background-color: #e89289;
          color: #fff;
          font-size: 1.125rem;
          width: 90px;
          height: 34px;
          position: relative;
          margin-right: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          &::after {
            position: absolute;
            top: 0;
            right: -15px;
            content: '';
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
            display: block;
            background-color: #e89289;
            width: 15px;
            height: 34px;
          }
        }
      }
      .flex {
        display: flex;
        align-items: center;
        gap: 2rem;
        .text-wrapper {
          width: 60%;
        }
        .img {
          width: 40%;
        }
        @media (max-width: 960px) {
          flex-direction: column;
          .text-wrapper {
            width: 100%;
          }
          .img {
            width: 100%;
          }
        }
      }
    }
  }
  .content3 {
    padding: var(--section-padding);
    .flex-items {
      display: flex;
      justify-content: center;
      gap: 2rem;
      @media (max-width: 960px) {
        flex-direction: column;
      }
      .flex-item {
        border-radius: 30px;
        width: calc(100% / 3 - 2rem);
        background-color: #fff;
        padding: 2rem 1rem;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
        @media (max-width: 960px) {
          width: 100%;
        }
        .number {
          background-color: #e89289;
          color: #fff;
          text-align: center;
          /* padding: 0.5rem; */
          width: 70%;
          margin-inline: auto;
          border-radius: 100px;
          margin-bottom: 1rem;
        }
        .title {
          font-size: 1.25rem;
          text-align: center;
          margin-bottom: 1rem;
        }
        .text {
          font-size: 1rem;
        }
      }
    }
  }
  .content4 {
    padding: var(--section-padding);
    background-color: #fdfdf3;
    .card {
      background-color: #fff;
      border-radius: 40px;
      padding: 2rem;
      box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
      margin-bottom: 4rem;
      @media (max-width: 960px) {
        padding: 1rem;
      }
      .title {
        font-size: 1.5rem;
        border-bottom: 1px solid #f099a3;
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
        @media (max-width: 960px) {
          font-size: 1.25rem;
          text-align: center;
          text-wrap: balance;
        }
      }
      .table {
        display: grid;
        grid-template-columns: 25% 1fr;
        border: 1px solid #e89289;
        font-size: 1rem;
        @media (max-width: 960px) {
          grid-template-columns: auto 1fr;
          font-size: 0.9rem;
        }
        .row {
          display: grid;
          grid-template-columns: subgrid;
          grid-column: 1/-1;
          &:not(:last-of-type) {
            border-bottom: 1px solid #e89289;
          }
          .th {
            padding: 0.5rem 1rem;
            background-color: #f8cec9;
            display: flex;
            justify-content: center;
            align-items: center;
          }
          .td {
            padding: 0.5rem 1rem;
            font-size: 0.9em;
          }
        }
      }
    }
  }
}

/*=========================
  category, single
=========================*/
section.post-index,
section.post-single {
  padding: var(--section-padding);
  --color: #f099a3;
  .content-wrapper {
    display: flex;
    gap: 40px;
    .main-column {
      width: calc(70% - 40px);
      @media (max-width: 960px) {
        width: 100%;
      }
    }
    .categories {
      width: 30%;
      .title {
        background-color: var(--color);
        color: #fff;
        font-size: 1.25rem;
        text-align: center;
        padding: 10px;
      }
      .category-list {
        padding: 20px;
        text-align: left;
        border-bottom: 2px dotted #c9c9c9;
        .category-list__item {
          margin-bottom: 1rem;
          a {
            padding-bottom: 0.25rem;
            border-bottom: 1px dotted #c9c9c9;
          }
        }
      }
    }
    @media (max-width: 960px) {
      flex-direction: column;
      .main-column {
        width: 100%;
      }
      .categories {
        width: 100%;
      }
    }
    .button-back {
      cursor: pointer;
      color: #fff;
      &::after {
        display: none;
      }
      @media (max-width: 960px) {
        font-size: 1rem;
      }
    }
  }
}

section.post-index {
  .main-column {
    .post-list {
    }
    .post-list__item {
      border-bottom: 1px dotted #c9c9c9;
      padding-bottom: 2rem;
      margin-bottom: 2rem;
      .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem;
        .thumbnail-wrapper {
          width: 30%;
          height: fit-content;
          aspect-ratio: 1/1;
          max-width: 200px;
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
        .body {
          width: calc(70% - 1rem);
          flex-grow: 1;
        }
      }
      .default-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: #ccc;
      }
      .row {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
        @media (max-width: 960px) {
          font-size: 0.9rem;
        }
        .date {
          margin-right: 1rem;
        }
        .category {
          color: var(--color);
          border: var(--color) 1px solid;
          padding: 0.25rem;
          font-size: 0.75em;
          min-width: 50px;
          text-align: center;
        }
      }
      .title {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        @media (max-width: 960px) {
          font-size: 1.125rem;
        }
      }
      .excerpt {
        font-size: 1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        @media (max-width: 960px) {
          font-size: 0.9rem;
        }
      }
    }
    .pagination {
      .page-numbers {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
      }
    }
  }
}

section.post-single {
  .post {
    .title {
      font-size: 2rem;
      text-align: center;
      text-wrap: balance;
      margin-bottom: 1rem;
      @media (max-width: 960px) {
        font-size: 1.5rem;
      }
    }
    >.row {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 1rem;
      @media (max-width: 960px) {
        font-size: 0.9rem;
      }
      .date {
        margin-right: 1rem;
      }
      .category {
        color: var(--color);
        border: var(--color) 1px solid;
        padding: 0.25rem;
        font-size: 0.75em;
        min-width: 50px;
        text-align: center;
      }
    }
    .body {
      margin-bottom: 4rem;
      p {
        margin-bottom: 1rem;
      }
      img {
        margin-bottom: 1rem;
      }
      @media (max-width: 960px) {
        font-size: 1rem;
      }
    }
  }
  .button-back {
    min-width: 140px;
  }
}


/*=========================
  clinic 追加
=========================*/
section.clinic_sec6{
  padding: var(--section-padding);
  .row{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.5rem;
  }
  .button {
	width: min(80%, 400px);
	padding: 1rem;
	margin-top: 30px;
	text-align: left;
  }