@charset "UTF-8";
/*
Sass変数

_variables.scss

各パーツの色やサイズを変数として定義しています。
*/
/*
デバイス別設定
*/
/*
メディア

_media.scss
*/
/*
メディアクエリ

※デバイスごとのブレイクポイントは_variables.scssにて変数で設定。
*/
/*
コンテナ

* @mixin container
*/
/*

_projects.scss

*/
.bread__list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 17.5rem;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .bread__list {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .bread__list {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  .bread__list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .bread__list {
    margin-top: 6.4vw;
    margin-bottom: 36.192vw;
  }
}
.bread__list .item {
  position: relative;
  margin-right: 4.8rem;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .bread__list .item {
    margin-right: 10.6666666667vw;
  }
}
.bread__list .item::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: -4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .bread__list .item::after {
    right: -8vw;
  }
}
.bread__list .item.current {
  pointer-events: none;
  margin-right: 0;
  text-decoration: none;
}
.bread__list .item.current::after {
  content: none;
}

.page .mb-l {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .page .mb-l {
    margin-bottom: 10.6666666667vw;
  }
}
.page .mb-m {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page .mb-m {
    margin-bottom: 6.4vw;
  }
}
.page .sec-main__pic {
  position: relative;
  margin-bottom: 8rem;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .page .sec-main__pic {
    margin-bottom: 10.6666666667vw;
  }
}
.page .sec-main__pic .pic {
  display: block;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page .sec-main__pic .pic {
    width: 92.1875vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .page .sec-main__pic .pic {
    display: block;
    width: 91.4666666667vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .page .sec-main__pic.no-circle {
    margin-bottom: 10.6666666667vw;
  }
}
.page .circle__wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  position: absolute;
  bottom: -8rem;
  right: 8rem;
  z-index: 100;
}
@media only screen and (min-width: 981px) and (max-width: 1360px) {
  .page .circle__wrp {
    gap: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .page .circle__wrp {
    gap: 2.4rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page .circle__wrp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 6.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .page .circle__wrp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2666666667vw;
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 6.4vw;
  }
}
.page .circle__wrp .circle {
  width: 16rem;
  height: auto;
}
@media only screen and (min-width: 981px) and (max-width: 1360px) {
  .page .circle__wrp .circle {
    width: 14rem;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page .circle__wrp .circle {
    width: 33.0666666667vw;
    height: 33.0666666667vw;
  }
}
.page .obj {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .page .obj {
    max-width: initial;
  }
}
.page table {
  width: 65%;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .page table {
    width: 56%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page table {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page table {
    width: 100%;
  }
}
.page table .ttl {
  width: 24rem;
  vertical-align: top;
  line-height: 2em;
  padding-top: 4rem;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .page table .ttl {
    width: 24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page table .ttl {
    padding-top: 6.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (min-width: 1024px) and (max-width: 1280px) {
  .page table .ttl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (min-width: 768px) and (max-width: 1100px) {
  .page table .ttl {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (max-width: 767px) {
  .page table .ttl {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .page table .ttl {
    padding-top: 6.4vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1280px) {
  .page table .ttl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1100px) {
  .page table .ttl {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .page table .ttl {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.page table .text {
  padding-top: 4rem;
  padding-bottom: 4rem;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page table .text {
    padding-top: 2.1333333333vw;
    padding-bottom: 6.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (min-width: 1024px) and (max-width: 1280px) {
  .page table .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (min-width: 768px) and (max-width: 1100px) {
  .page table .text {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (max-width: 767px) {
  .page table .text {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .page table .text {
    padding-top: 2.1333333333vw;
    padding-bottom: 6.4vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1280px) {
  .page table .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1100px) {
  .page table .text {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .page table .text {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.page table tr {
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page table tr {
    display: block;
    border-bottom: none;
    position: relative;
  }
  .page table tr::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 91.4666666667vw;
    height: 0.2666666667vw;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .page table tr {
    border-bottom: none;
    position: relative;
    display: block;
  }
  .page table tr::before {
    display: block;
    content: "";
    position: absolute;
    background-color: #fff;
    width: 91.4666666667vw;
    height: 0.2666666667vw;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page table.table2 {
  width: 33.75%;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .page table.table2 {
    width: calc(66% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .page table.table2 {
    width: 100%;
  }
}
.page table.table2 .ttl {
  width: 10.7rem;
  padding-top: 2.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page table.table2 .ttl {
    width: 23.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .page table.table2 .ttl {
    padding-top: 6.4vw;
    width: 23.4666666667vw;
  }
}
.page table.table2 .text {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .page table.table2 .text {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.page table.table2 tr:first-child .text,
.page table.table2 tr:first-child .ttl {
  padding-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .page table.table2 tr:first-child .text,
  .page table.table2 tr:first-child .ttl {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page .sp-pl-0,
  .page .sp-pr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page .sp-pl-0,
  .page .sp-pr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page .doctor__wrp {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page .doctor__wrp {
    left: auto;
    right: 4.2666666667vw;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .page .doctor__wrp {
    left: auto;
    right: 4.2666666667vw;
    -webkit-transform: none;
            transform: none;
  }
}
.page .doctor__wrp .doctor {
  width: 46rem;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page .doctor__wrp .doctor {
    width: 69.3333333333vw;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page .doctor__wrp .doctor {
    width: 69.3333333333vw;
    height: auto;
  }
}
.page .doctor__wrp .name {
  font-family: shippori-mincho, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page .doctor__wrp .name {
    font-size: 6.4vw;
    top: 12.8vw;
    left: -21.4vw;
  }
}
.page .doctor__wrp .name .position {
  color: #7E37A1;
  display: block;
  font-size: 2rem;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .page .doctor__wrp .name .position {
    font-size: 4.8vw;
    line-height: 0.8em;
  }
}
.page .sec-main .pic {
  display: block;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page .sec-main .pic {
    width: 92.1875vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .page .sec-main .pic {
    display: block;
    width: 91.4666666667vw;
    margin: 0 auto;
  }
}
.page .sec-main__content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: -69rem;
  padding-top: 69rem;
  padding-bottom: 8rem;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .page .sec-main__content {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .page .sec-main__content {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  .page .sec-main__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .page .sec-main__content {
    margin-top: -60rem;
    padding-top: 60rem;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .page .sec-main__content {
    margin-top: -53rem;
    padding-top: 55rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page .sec-main__content {
    margin-top: -57vw;
    padding-top: 51vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .page .sec-main__content {
    margin-top: -47vw;
    padding-top: 47vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10.6666666667vw;
  }
}
.page .flex-box {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page .flex-box.row2 {
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .page .flex-box.row2 {
    gap: 10.6666666667vw;
  }
}
.page .flex-box.row2 .box {
  width: calc((100% - 4rem) / 2);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page .flex-box.row2 .box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page .flex-box.row2 .box {
    width: 100%;
  }
}
.page .flex-box.row4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .page .flex-box.row4 {
    gap: 10.6666666667vw;
  }
}
.page .flex-box.row4 .box {
  width: calc((100% - 12rem) / 4);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page .flex-box.row4 .box {
    width: calc((100% - 4rem) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .page .flex-box.row4 .box {
    width: 100%;
  }
}
.page .flex-box.row4 .box.flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .page .flex-box.row4 .box.flex-box {
    gap: 4.2666666667vw;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1169px) {
  .page .flex-box.f-grow .text,
  .page .flex-box.f-grow .ttl__wrp {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.page .box-tyA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .page .box-tyA {
    margin: 0;
    gap: 4.2666666667vw;
  }
}
.page .box-tyA .ttl__wrp {
  border-bottom: 1px solid rgba(96, 71, 71, 0.3019607843);
}
.page .box-tyA .ttl__wrp .ttl {
  color: #7E37A1;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: shippori-mincho, sans-serif;
  margin-bottom: 1rem;
  padding-left: 2.8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page .box-tyA .ttl__wrp .ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.page .box-tyA .ttl__wrp .ttl::before {
  display: block;
  background: url(../assets/img/common/ico-kira.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .page .box-tyA .ttl__wrp .ttl::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 2.2vw;
  }
}
.page .box-tyA .ttl__wrp .ttl .small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .page .box-tyA .ttl__wrp .ttl .small {
    font-size: 3.4666666667vw;
  }
}
.page .box-tyA .list {
  padding-left: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .page .box-tyA .list {
    padding-left: 6.4vw;
  }
}
.page .box-tyA .list li {
  line-height: 2em;
  position: relative;
}
.page .box-tyA .list li::before {
  color: #DF3189;
  position: absolute;
  top: -0.1rem;
  left: -2.4rem;
}
.page .box-tyA .list li:nth-child(1)::before {
  content: "1.";
}
.page .box-tyA .list li:nth-child(2)::before {
  content: "2.";
}
.page .box-tyA .list li:nth-child(3)::before {
  content: "3.";
}
.page .box-tyA .list li:nth-child(4)::before {
  content: "4.";
}
.page .box-tyA .list li:nth-child(5)::before {
  content: "5.";
}
.page .box-tyA .list li:nth-child(6)::before {
  content: "6.";
}
.page .box-tyA .list li:nth-child(7)::before {
  content: "7.";
}/*# sourceMappingURL=page.css.map */