@charset "UTF-8";
.inner-1016 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

section {
  /* color: #646C68; */
  font-weight: 500;
  /* font-family: "Yu Gothic", "Cambria", sans-serif; */
  letter-spacing: initial;
  overflow: hidden;
}

.text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.president {
  position: relative;
  padding: 0 0 6rem;
}

.president::after {
  z-index: -1;
  position: absolute;
  top: 18rem;
  left: 0;
  width: 80%;
  height: 20rem;
  max-height: 294px;
  background: url(../images/introduction-new/asano_bg.webp) no-repeat center center/cover;
  content: "";
}

.beginner__list__ttl.--center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.president__container {
  display: grid;
  margin-top: 4rem;
  gap: 4rem;
}

.president__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}

.president__image:nth-child(2) {
  margin-top: 4rem;
}

.president__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.president__name {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  white-space: nowrap;
}
.president__name span {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
}

.president__sns {
  width: 3.5rem;
}

.president__clinic {
  font-size: 1.6rem;
  margin-top: 1.7rem;
}

.president__clinic a {
  color: #D1AE16;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.president__label {
  display: grid;
  place-items: center;
  width: 9.8rem;
  min-height: 3.2rem;
  margin-top: 3.3rem;
  background: #D1AE16;
  color: #FFF;
  /* font-weight: 700; */
  font-weight: 400;
  font-size: 1.8rem;
}

.president__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2rem;
  gap: 1rem 1.5rem;
  line-height: 1.1875;
}

.president__link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.president__title {
  margin-top: 5rem;
  color: #D1AE16;
  /* font-weight: 700; */
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
}

.president__text {
  margin-top: 3rem;
}

.media__items {
  display: grid;
  margin-top: 3rem;
  gap: 3rem;
}

.meadia__item {
  text-align: center;
}

.media__logo {
  margin-top: 1.6rem;
}

.career {
  margin-top: 4rem;
}

.career__head {
  display: grid;
  position: relative;
  place-items: center;
  /* min-height: 3.2rem; */
  min-height: 4.2rem;
  background: #D1AE16;
  color: #FFF;
  /* font-weight: 700; */
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2222222222;
  cursor: pointer;
}

.career__head::after {
  position: absolute;
  top: 60%;
  right: 2.6rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.career__head.is-active::after {
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.career__wrap {
  display: none;
  padding: 3rem 2rem;
  border: 1px solid #D1AE16;
  background: #FBFAF6;
}

.career__label {
  padding-bottom: 1rem;
  border-bottom: 1px solid #646C68;
  font-weight: 700;
  font-size: 1.6rem;
}

.career__text {
  margin-top: 2rem;
}

.career__container {
  display: grid;
  margin-top: 3rem;
  gap: 3rem;
}

.clinic {
  padding: 5rem 0 6rem;
  background: #FBFAF6;
}

.clinic__container {
  margin-top: 6rem;
}

.clinic__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clinic__content {
  z-index: 1;
  position: relative;
  padding: 3rem 1.5rem;
}

.clinic__content::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  content: "";
}

.clinic__copy {
  color: #D1AE16;
  /* font-weight: 700; */
  font-weight: 400;
  font-size: 2rem;
}

.clinic__text {
  margin-top: 2rem;
}

.commitment {
  margin-top: 5rem;
}

.commitment__head {
  position: relative;
  padding-bottom: 5rem;
  /* font-weight: 700; */
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.1875;
  text-align: center;
}

.commitment__head::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 3.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #646C68;
  content: "";
}

.commitment__items {
  display: grid;
  margin-top: 6.3rem;
  gap: 6.3rem;
  counter-reset: initiatives-counter;
}

.commitment__item {
  display: grid;
  position: relative;
  padding: 3rem 2rem;
  border: 1px solid #D1AE16;
  border-radius: 14px;
  background: #FFF;
  counter-increment: initiatives-counter;
}

.commitment__item::after {
  position: absolute;
  top: -3rem;
  left: -2rem;
  content: "0" counter(initiatives-counter);
  color: #D1AE16;
  font-style: italic;
  font-weight: 300;
  font-size: 9rem;
  line-height: 1;
  font-family: "Crimson Pro", serif;
}

.commitment__image {
  aspect-ratio: 280/201;
}
.commitment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.commitment__content {
  margin-top: 1.3rem;
}

.commitment__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.5rem;
  padding: 0 1em;
  background: #646C68;
  color: #FFF;
  /* font-weight: 700; */
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
}

.commitment__title {
  margin-top: 8px;
  /* font-weight: 700; */
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}

.commitment__text {
  margin-top: 2rem;
}

.original {
  padding: 5rem 0;
}

.original__text {
  margin-top: 3rem;
}

.original__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
  gap: 0.5rem;
}

.choice {
  padding: 5rem 0;
  background: url(../images/introduction-new/needs_bg.webp) no-repeat center center/cover;
}

.choice__links {
  display: grid;
  max-width: 400px;
  margin-top: 3rem;
  margin-inline: auto;
  gap: 1.5rem;
}

.choice__link a {
  display: grid;
  position: relative;
  place-items: center;
  min-height: 5rem;
  border: 1px solid #D1AE16;
  border-radius: calc(infinity * 1px);
  background: #FBFAF6;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}

.choice__link a::after {
  position: absolute;
  top: 50%;
  left: 0;
  left: 3rem;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/introduction-new/clinic_icon.webp) no-repeat center center/contain;
  content: "";
}

.choice__wrapper {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* 高さを揃える */
  margin-top: 2rem;
  gap: 5.5rem;
}

.choice__wrap {
  /* display: grid; */
}
.choice__wrap hgroup {
  display: grid;
  gap: 5px;
  font-weight: 700;
  text-align: center;
}

.choice__wrap.--akasaka .choice__name,
.choice__wrap.--akasaka .choice__label {
  background: #619EBF;
}
.choice__wrap.--akasaka .choice__box,
.choice__wrap.--akasaka .choice__value {
  border-color: #619EBF;
}
.choice__wrap.--akasaka .choice__box {
  background: #ECF0F4;
}
.choice__wrap.--akasaka .choice__btn a {
  border-color: #619EBF;
  color: #619EBF;
}
.choice__wrap.--akasaka .choice__btn a::after {
  border-color: #619EBF;
}
.choice__wrap.--akasaka .choice__items {
  margin-top: 1.5rem;
}

.choice__sub {
  font-size: 1.6rem;
}

.choice__name {
  display: grid;
  place-items: center;
  width: 85%;
  height: 4rem;
  margin-inline: auto;
  border-radius: 10px 10px 0 0;
  background: #D1AE16;
  color: #FFF;
  font-size: 1.8rem;
}

.choice__box {
  /* display: grid; */
  /* grid-template-rows: subgrid; */
  /* grid-row: span 3; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 3.6rem 1.5rem 4.3rem;
  border: 2px solid #D1AE16;
  border-radius: 14px;
  background: #FBFAF6;
}

.choice__copies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.text-18 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

.choice__copy span {
  z-index: 2;
  position: relative;
}
.choice__copy span::after {
  z-index: -1;
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
  height: 8px;
  background: #FFFB98;
  content: "";
}

.choice__items {
  display: grid;
  margin-top: 3.3rem;
  gap: 3rem;
}

.choice__label {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3.3rem;
  padding: 0 1.1em;
  background: #D1AE16;
  color: #FFF;
  font-weight: 700;
  font-size: 1.4rem;
}

.choice__value {
  padding: 1.2rem;
  border: 1px solid #D1AE16;
  background: #FFF;
}

.choice__value ul,
.choice__value li {
  list-style: disc;
}
.choice__value ul {
  padding-left: 1.2em;
}
.choice__value .choice__ranking {
  display: grid;
  padding-left: initial;
  gap: 1.5rem;
  list-style: none;
}
.choice__value .choice__rank {
  position: relative;
  padding-left: 5rem;
  list-style: none;
}

.choice__value span {
  font-size: 1.2rem;
  line-height: calc(18/12);
  display: block;
  text-align: right;
  margin-bottom: 5px;
}

.choice__rank::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.5rem;
  height: 2.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/introduction-new/ranking01.webp) no-repeat center center/contain;
  content: "";
}

.choice__rank:nth-child(2)::before {
  background: url(../images/introduction-new/ranking02.webp) no-repeat center center/contain;
}

.choice__rank:nth-child(3)::before {
  background: url(../images/introduction-new/ranking03.webp) no-repeat center center/contain;
}

.choice__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.8rem;
}
.choice__btn span {
  padding-right: 1em;
}
.choice__btn a {
  display: grid;
  position: relative;
  place-items: center;
  width: 30rem;
  height: 4.2rem;
  border: 1px solid #D1AE16;
  border-radius: calc(infinity * 1px);
  background: #FFF;
  color: #D1AE16;
  font-weight: 700;
  font-size: 1.4rem;
}
.choice__btn a::after {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #D1AE16;
  border-bottom: 1px solid #D1AE16;
  content: "";
}

.doctor {
  padding: 5rem 0;
}

.doctor__members {
  display: grid;
  margin-top: 5rem;
  gap: 5rem;
}

.doctor__member {
  display: grid;
}

.doctor__image {
  text-align: center;
}

.doctor__content {
  margin-top: 1.5rem;
}

.doctor__name {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
}
.doctor__name span {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
}

.doctor__label {
  display: grid;
  place-items: center;
  /* width: 9.8rem; */
  width: 8.4rem;
  /* min-height: 3.2rem; */
  min-height: 3.6rem;
  margin-top: 1.5rem;
  background: #D1AE16;
  color: #FFF;
  /* font-weight: 700; */
  font-weight: 400;
  font-size: 1.6rem;
}

.doctor__treatments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  gap: 1rem 1.5rem;
}

.doctor__text {
  margin-top: 2rem;
}

.doctor .career__head {
  place-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.8rem;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 980px) {
  html {
    font-size: calc(10 / 1100 * 100vw);
  }
  body {
    font-size: max(1.6rem, 14px);
  }
  .inner-1016 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .inner-1016.inner-choice {
    max-width: 1180px;
  }
  .inner__mini {
    max-width: 1040px;
  }
  .text {
    font-size: 1.6rem;
  }
  .president {
    padding: 0 0 17.3rem;
  }
  .president::after {
    /* top: 37rem; */
    top: 31rem;
    width: 53.0769230769%;
    height: 29.4rem;
  }
  .inner-1016 {
    max-width: 1056px;
  }
  .president__container {
    grid-template-columns: 49.6062992126% 34.4488188976%;
    grid-template-columns: 49.6062992126% 1fr;
    margin-top: 6.8rem;
    gap: 12.1rem;
  }
  .president__images {
    gap: 2.4rem;
  }
  .president__image:nth-child(2) {
    margin-top: 10.2rem;
  }
  .president__name {
    font-size: 2rem;
  }
  .president__name span {
    font-size: 2.5rem;
  }
  .president__links {
    display: grid;
    gap: 2rem;
  }
  .president__title {
    /* margin-top: 15.3rem; */
    margin-top: 22rem;
    font-size: 3.2rem;
    line-height: 1.1875;
  }
  .president__text {
    margin-top: 4.5rem;
  }
  .media__items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5rem;
    gap: 1.9rem;
  }
  .career {
    margin-top: 7rem;
  }
  .career__head {
    font-size: 1.8rem;
  }
  .career__wrap {
    padding: 4.4rem 10rem 6rem;
  }
  .career__label {
    font-size: 1.8rem;
  }
  .career__container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem;
    gap: 10rem;
  }
  .clinic {
    padding: 13.6rem 0 16rem;
  }
  .clinic__container {
    padding: initial;
    margin-top: 12rem;
  }
  .clinic__content {
    width: 70.4rem;
    padding: 4rem 2.6rem;
  }
  .clinic__content::after {
    z-index: -2;
    position: absolute;
    top: 50%;
    right: -50rem;
    width: 88.2rem;
    height: 66.1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 5px;
    background: url(../images/introduction-new/clinic_img.webp) no-repeat center center/cover;
    content: "";
  }
  .clinic__copy {
    font-size: 2.5rem;
  }
  .clinic__text {
    margin-top: 4rem;
  }
  .commitment {
    margin-top: 17rem;
  }
  .commitment__head {
    font-size: 3.2rem;
  }
  .commitment__items {
    max-width: 939px;
    margin-left: auto;
  }
  .commitment__item {
    grid-template-columns: 31.3549832027% 1fr;
    padding: 1.7rem 2.6rem;
    gap: 3.1rem;
  }
  .commitment__item::after {
    top: -4rem;
    left: -4rem;
  }
  .commitment__image {
    aspect-ratio: initial;
  }
  .commitment__title {
    font-size: 2.4rem;
  }
  .original {
    padding: 13rem 0;
  }
  .original__text {
    margin-top: 7rem;
  }
  .original__images {
    width: 95%;
    margin-top: 5rem;
    margin-inline: auto;
    gap: 2.5rem;
  }
  .choice {
    padding: 10rem 0;
  }
  .choice__links {
    display: none;
    width: 66rem;
    max-width: 100%;
    margin-top: 7rem;
    gap: 3rem;
  }
  .choice__link a {
    min-height: 6.8rem;
    font-size: 1.8rem;
  }
  .choice__link a::after {
    width: 3.3rem;
    height: 3.3rem;
  }
  .choice__wrapper {
    grid-template-columns: repeat(2, 1fr);
    /* max-width: 1026px; */
    /* margin-top: 5rem; */
    margin-top: 10rem;
    margin-inline: auto;
    gap: 2.6rem;
  }
  .choice__sub {
    font-size: 1.8rem;
  }
  .choice__name {
    width: 43.2rem;
    min-height: 4.9rem;
    font-size: 2rem;
  }
  .choice__box {
    padding: 3.6rem 2.5rem 4.3rem;
    min-height: 82rem;
  }
  .text-18 {
    font-size: 1.8rem;
  }
  .choice__label {
    font-size: 1.6rem;
  }
  .choice__value ul {
    padding-left: 1.5em;
  }
  .choice__btn {
    margin-top: auto;
  }
  .choice__btn a {
    width: 35.6rem;
    font-size: 1.6rem;
  }
  .choice__btn a::after {
    right: 2.8rem;
  }
  .doctor {
    padding: 12rem 0 0;
  }
  .doctor__members {
    margin-top: 8.9rem;
    gap: 8.9rem;
  }
  .doctor__member {
    grid-template-columns: 24.6062992126% 1fr;
    gap: 4.3rem;
  }
  .doctor__image {
    text-align: initial;
  }
  .doctor__name {
    font-size: 2rem;
  }
  .doctor__name span {
    font-size: 2.5rem;
  }
  .doctor__label {
    margin-top: 3.7rem;
    /* font-size: 1.8rem; */
  }
  .doctor__treatments {
    gap: 1rem 2.5rem;
  }
  .doctor__text {
    margin-top: 3rem;
  }
  .doctor .career__wrap {
    padding: 3.6rem;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 979px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
}

@media (any-hover: hover) {
  /* .president__link:hover {
    color: #D1AE16;
  } */
  .doctor__treatment a:hover {
    color: #D1AE16;
  }
}
/*# sourceMappingURL=map/styles.css.map */


.page-introduction .beginner__list__ttl {
  color: #d1ae16;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 1.5;
  /* min-width: 346px; */
  padding-bottom: 24px;
  position: relative;
  width: fit-content;
}

.page-introduction .beginner__list__ttl:after {
  background-image: linear-gradient(
    270deg,
    rgba(69,183,128,0),
    #cbbd8d 52.43%,
    rgba(69,183,128,0) 102.36%
  );
  bottom: 0;
  content: "";
  height: 1px;
  /* left: 0; */
  position: absolute;
  width: 227px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width:979px) {
  .page-introduction .beginner__list__ttl {
    margin-bottom: 24px;
    min-width: auto;
    padding-bottom: 16px;
    width: 100%;
    text-align: center;
  }

  .page-introduction .beginner__list__ttl span {
    letter-spacing: 0;
    font-size: 2.2rem;
  }
}
