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

_variables.scss

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

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

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

* @mixin container
*/
/*

_projects.scss

*/
.p-about.page .layoutRole {
  overflow: hidden;
  padding-bottom: 17.5rem;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about.page .layoutRole {
    padding-bottom: 27rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about.page .layoutRole {
    padding-bottom: 56vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about.page .layoutRole {
    padding-bottom: 46.9333333333vw;
  }
}

.p-about__sec01 {
  position: relative;
}
.p-about__sec01 .pic {
  display: block;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec01 .pic {
    width: 92.1875vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec01 .pic {
    display: block;
    width: 91.4666666667vw;
    margin: 0 auto;
  }
}
.p-about__sec01 .content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: -61rem;
  padding-top: 61rem;
  padding-bottom: 12rem;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about__sec01 .content {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec01 .content {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  .p-about__sec01 .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec01 .content {
    margin-top: -48rem;
    padding-top: 52rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec01 .content {
    margin-top: -42vw;
    padding-top: 42vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec01 .content {
    margin-top: -42vw;
    padding-top: 42vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100vw;
  }
}
.p-about__sec01 .content .obj1 {
  width: 35%;
  max-width: 49rem;
  bottom: 41.7rem;
  right: -3.3rem;
  z-index: 110;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec01 .content .obj1 {
    width: 60vw;
    bottom: 44vw;
    right: -6vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec01 .content .obj1 {
    width: 77.3333333333vw;
    bottom: 26.0504201681vw;
    right: -12.8vw;
  }
}
.p-about__sec01 .content .obj2 {
  width: 25%;
  max-width: 36rem;
  bottom: 16rem;
  right: 15.083333%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec01 .content .obj2 {
    width: 55vw;
    bottom: 10.6666666667vw;
    left: -6.4vw;
    right: auto;
    z-index: 1000;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec01 .content .obj2 {
    width: 56.8vw;
    bottom: 10.6666666667vw;
    left: -6.4vw;
    right: auto;
    z-index: 1000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec01 .content table .ttl {
    width: 100%;
    display: block;
  }
  .p-about__sec01 .content table .text {
    width: 100%;
    display: block;
  }
  .p-about__sec01 .content table .sp-flex {
    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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (min-width: 1024px) and (max-width: 1280px) {
  .p-about__sec01 .content table .sp-flex {
    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) {
  .p-about__sec01 .content table .sp-flex {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (max-width: 767px) {
  .p-about__sec01 .content table .sp-flex {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec01 .content table .sp-flex .ttl {
    padding-left: 0;
    padding-right: 0;
    width: 30vw;
    padding: 6.4vw 0;
  }
  .p-about__sec01 .content table .sp-flex .text {
    padding: 6.4vw 0;
    width: 68%;
  }
  .p-about__sec01 .content table .sp-flex .text .telBtn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec01 .content table .ttl {
    width: 100%;
    display: block;
  }
  .p-about__sec01 .content table .text {
    width: 100%;
    display: block;
  }
  .p-about__sec01 .content table .sp-flex {
    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;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1280px) {
  .p-about__sec01 .content table .sp-flex {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1100px) {
  .p-about__sec01 .content table .sp-flex {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__sec01 .content table .sp-flex {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec01 .content table .sp-flex .ttl {
    padding-left: 0;
    padding-right: 0;
    width: 30vw;
    padding: 6.4vw 0;
  }
  .p-about__sec01 .content table .sp-flex .text {
    padding: 6.4vw 0;
    width: 68%;
  }
  .p-about__sec01 .content table .sp-flex .text .telBtn {
    width: 100%;
    display: block;
  }
}

.p-about__sec02 {
  background-color: #f6f5ef;
  padding-top: 17.5rem;
  padding-bottom: 12rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec02 {
    padding-top: 27.3866666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec02 {
    padding-top: 27.3866666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-about__sec02 .map {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about__sec02 .map {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec02 .map {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  .p-about__sec02 .map {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-about__sec02 .map iframe {
  border-radius: 4rem;
  width: 100%;
  height: 68rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec02 .map iframe {
    height: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec02 .map iframe {
    height: 106.6666666667vw;
  }
}
.p-about__sec02 .add__wrp {
  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;
}
@media only screen and (max-width: 767px) {
  .p-about__sec02 .add__wrp {
    padding: 0;
    margin: 0;
  }
}
.p-about__sec02 .add__wrp .add {
  margin: 4rem auto;
}
@media only screen and (max-width: 767px) {
  .p-about__sec02 .add__wrp .add {
    margin: 4.2666666667vw auto 0;
  }
}
.p-about__sec02.rainbow1::before {
  top: -8rem;
}
@media only screen and (max-width: 767px) {
  .p-about__sec02.rainbow1::before {
    top: -17.0666666667vw;
  }
}

.p-about__sec03 {
  padding-top: 17.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec03 {
    padding-top: 27.3866666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec03 {
    padding-top: 27.3866666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-about__sec03 .pic {
  display: block;
  max-width: 120rem;
  width: 83.3333333333%;
  position: relative;
  z-index: 100;
  margin-bottom: 8rem;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec03 .pic {
    width: calc(100% - 8rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec03 .pic {
    width: 95.7333333333vw;
    height: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec03 .pic {
    width: 95.7333333333vw;
    height: auto;
    margin-bottom: 0;
  }
}
.p-about__sec03.rainbow2::before {
  top: 3%;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .p-about__sec03.rainbow2::before {
    top: -4.2666666667vw;
  }
}
.p-about__sec03 .content {
  margin-top: -61rem;
  padding-top: 61rem;
  padding-bottom: 12rem;
  width: 63.333333333%;
  max-width: 76rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec03 .content {
    margin-top: -38.9333333333vw;
    padding-top: 109.3333333333vw;
    max-width: initial;
    width: 100%;
    padding-bottom: 10.6666666667vw;
  }
  .p-about__sec03 .content .sec__catch {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (min-width: 1024px) and (max-width: 1280px) {
  .p-about__sec03 .content .sec__catch {
    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) {
  .p-about__sec03 .content .sec__catch {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (max-width: 767px) {
  .p-about__sec03 .content .sec__catch {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec03 .content {
    margin-top: -38.9333333333vw;
    padding-top: 109.3333333333vw;
    max-width: initial;
    width: 100%;
    padding-bottom: 10.6666666667vw;
  }
  .p-about__sec03 .content .sec__catch {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1280px) {
  .p-about__sec03 .content .sec__catch {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1100px) {
  .p-about__sec03 .content .sec__catch {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__sec03 .content .sec__catch {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.p-about__sec03 .bg__wrp {
  position: relative;
}
.p-about__sec03 .obj1 {
  width: 48rem;
  height: auto;
  max-width: 48rem;
  width: 33.3333333333%;
  bottom: -9.5rem;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec03 .obj1 {
    width: 64vw;
    height: auto;
    bottom: auto;
    top: 43.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec03 .obj1 {
    width: 64vw;
    height: auto;
    bottom: auto;
    top: 43.4666666667vw;
  }
}
.p-about__sec03 .list {
  padding-top: 18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .p-about__sec03 .list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about__sec03 .list {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec03 .list {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec03 .list {
    padding-top: 10.6666666667vw;
    gap: 19.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec03 .list {
    padding-top: 10.6666666667vw;
    gap: 19.2vw;
  }
}
.p-about__sec03 .list .pic {
  width: 100%;
  margin: 0;
}
.p-about__sec03 .list .item {
  width: calc((100% - 8rem) / 3);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec03 .list .item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec03 .list .item {
    width: 100%;
  }
}
.p-about__sec03 .list .item .ttl {
  color: #7E37A1;
  font-family: shippori-mincho, sans-serif;
  font-size: 2.4rem;
  font-family: 500;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-about__sec03 .list .item .ttl {
    font-size: 5.3333333333vw;
    margin-top: 3.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}

.p-about__sec04 {
  margin-top: 28.1rem;
  position: relative;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 {
    margin-top: 17rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 {
    margin-top: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 {
    margin-top: 58.0586666667vw;
  }
}
.p-about__sec04.rainbow3::before {
  background: url(../assets/img/common/rainbow3-sp-2.svg) no-repeat center center/cover;
  width: 81.3333333333vw;
  height: 81.3333333333vw;
  top: -44.4586666667vw;
}
.p-about__sec04 .sec__hd {
  margin-bottom: 20.6rem;
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec__hd {
    margin-bottom: 24vw;
  }
}
.p-about__sec04 .hdDoctor {
  top: -13.1rem;
  z-index: 110;
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .hdDoctor {
    top: -19.2vw;
  }
}
.p-about__sec04 .hdDoctor .name {
  position: absolute;
  top: 20.6rem;
  left: -11rem;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .hdDoctor .name {
    top: 17.0666666667vw;
    left: -20vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .hdDoctor .name {
    top: 17.0666666667vw;
    left: -20vw;
  }
}
.p-about__sec04 .sec04-1 .bg__wrp {
  padding-top: 49.2rem;
  padding-bottom: 20rem;
  margin-bottom: 91.6rem;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-1 .bg__wrp {
    margin-bottom: 80rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-1 .bg__wrp {
    padding-top: 99.2vw;
    padding-bottom: 120vw;
    margin-bottom: 60vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-1 .bg__wrp {
    padding-top: 99.2vw;
    padding-bottom: 107.2vw;
    margin-bottom: 55.4666666667vw;
  }
}
.p-about__sec04 .sec04-1 .content {
  gap: 10.08833333%;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-1 .content {
    gap: 6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10.6666666667vw;
  }
}
.p-about__sec04 .sec04-1 .content .table2 {
  width: 33.75%;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-1 .content .table2 {
    width: calc(50% - 6rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-1 .content .table2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-1 .content .table2 {
    width: 100%;
  }
}
.p-about__sec04 .sec04-1 .content .inner {
  width: 56.16%;
  max-width: 67.4rem;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-1 .content .inner {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-1 .content .inner {
    width: 100%;
    max-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-1 .content .inner {
    width: 100%;
    max-width: initial;
  }
}
.p-about__sec04 .sec04-1 .content .inner .sec__catch {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-1 .content .inner .sec__catch {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-1 .content .inner .sec__catch {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.p-about__sec04 .sec04-1 .sec__wrp {
  position: relative;
}
.p-about__sec04 .sec04-1 .obj1 {
  width: 36.8055555%;
  max-width: 53rem;
  bottom: -17.9rem;
  left: 0;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-1 .obj1 {
    bottom: -16rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-1 .obj1 {
    width: 64vw;
    bottom: -21.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-1 .obj1 {
    width: 64vw;
    bottom: -21.3333333333vw;
  }
}
.p-about__sec04 .sec04-1 .obj2 {
  width: 57.6388888888%;
  max-width: 83rem;
  bottom: -43.7rem;
  right: 0;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-1 .obj2 {
    bottom: -30rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-1 .obj2 {
    width: 95.7333333333vw;
    bottom: 42.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-1 .obj2 {
    width: 95.7333333333vw;
    bottom: 42.4vw;
  }
}
.p-about__sec04 .sec04-1 .obj3 {
  width: 41.25%;
  max-width: 49.517rem;
  top: -21.4rem;
  left: 0;
  z-index: 1000;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-1 .obj3 {
    width: 84.5093333333vw;
    top: 45.077333vw;
    left: 3.3786666667vw;
    z-index: 1000;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-1 .obj3 {
    width: 84.5093333333vw;
    top: 54.0773333333vw;
    left: 3.3786666667vw;
    z-index: 1000;
  }
}
.p-about__sec04 .sec04-1.rainbow3::before {
  top: -16rem;
  z-index: 1;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-1 .bg-img1 {
    top: 8%;
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-1 .bg-img1 {
    top: 48.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-1 .bg-img1 {
    top: 48.8vw;
  }
}
.p-about__sec04 .sec04-2 .doctor__list {
  gap: 8rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 37.8rem;
  padding-bottom: 24rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-2 .doctor__list {
    padding-top: 0;
    gap: 34.1333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-2 .doctor__list {
    padding-top: 0;
    gap: 34.1333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.p-about__sec04 .sec04-2 .doctor__list .item {
  width: calc((100% - 8rem) / 2);
  position: relative;
  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: 6rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-2 .doctor__list .item {
    width: 100%;
    padding-top: 75vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-2 .doctor__list .item {
    width: 100%;
    padding-top: 85.3333333333vw;
  }
}
.p-about__sec04 .sec04-2 .doctor__list .item .doctor__wrp {
  top: -68.2rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-2 .doctor__list .item .doctor__wrp {
    top: -19.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-2 .doctor__list .item .doctor__wrp {
    top: -19.2vw;
  }
}
.p-about__sec04 .sec04-2 .doctor__list .item .doctor__wrp .name {
  position: absolute;
  top: -7.2rem;
  right: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-2 .doctor__list .item .doctor__wrp .name {
    top: 12.8vw;
    left: -21.4vw;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-2 .doctor__list .item .doctor__wrp .name {
    top: 12.8vw;
    left: -21.4vw;
    right: auto;
  }
}
.p-about__sec04 .sec04-2 .doctor__list .item .desc {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-2 .doctor__list .item .desc {
    margin-bottom: 8.5333333333vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-2 .doctor__list .item .desc {
    margin-bottom: 8.5333333333vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.p-about__sec04 .sec04-2 .doctor__list .item .table2 {
  width: 100%;
  margin-top: auto;
}
.p-about__sec04 .sec04-2 .doctor__list .item .table2 .view-pc {
  display: none;
}
@media only screen and (min-width: 1161px) {
  .p-about__sec04 .sec04-2 .doctor__list .item .table2 .view-pc {
    display: block;
  }
}
.p-about__sec04 .sec04-2 .doctor__list .item .table2 .view-tabL {
  display: none;
}
@media only screen and (min-width: 980px) and (max-width: 1160px) {
  .p-about__sec04 .sec04-2 .doctor__list .item .table2 .view-tabL {
    display: block;
  }
}
.p-about__sec04 .sec04-2 .doctor__list .item .obj {
  width: 53.981rem;
  max-width: 96.394642%;
  top: -20.34rem;
  right: -0.747rem;
  z-index: 110;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-2 .doctor__list .item .obj {
    width: 88vw;
    top: 45.077333vw;
    left: 3.3786666667vw;
    z-index: 1000;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-2 .doctor__list .item .obj {
    width: 92.128vw;
    top: 54.0773333333vw;
    left: 3.3786666667vw;
    z-index: 1000;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-2 .doctor__list .item:nth-child(1) .desc {
    margin-bottom: 8.5333333333vw;
  }
}
.p-about__sec04 .sec04-2 .doctor__list .item:nth-child(2) .obj {
  width: 79.8732%;
  max-width: 49.517rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-2 .doctor__list .item:nth-child(2) .obj {
    width: 76vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-2 .doctor__list .item:nth-child(2) .obj {
    width: 74.6666666667vw;
  }
}
.p-about__sec04 .sec04-3 {
  position: relative;
  z-index: 1000;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .p-about__sec04 .sec04-3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-3 {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-3 {
    padding-top: 33.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 {
    padding-top: 33.3333333333vw;
  }
}
.p-about__sec04 .sec04-3 .sec__wrp {
  background-color: #f6f5ef;
  padding-top: 13.5rem;
  margin-top: -12rem;
  position: relative;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-3 .sec__wrp {
    padding-top: 17.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-3 .sec__wrp {
    margin-top: 0;
    padding-top: 42vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .sec__wrp {
    margin-top: 0;
    padding-top: 42vw;
  }
}
.p-about__sec04 .sec04-3 .sec__wrp .obj {
  z-index: 1010;
}
.p-about__sec04 .sec04-3 .sec__wrp .obj1 {
  width: 30%;
  max-width: 36rem;
  top: -4.4rem;
  left: -4.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-3 .sec__wrp .obj1 {
    width: 56.8vw;
    height: auto;
    top: -37.6vw;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .sec__wrp .obj1 {
    width: 56.8vw;
    height: auto;
    top: -37.6vw;
    left: 0;
  }
}
.p-about__sec04 .sec04-3 .sec__wrp .obj2 {
  width: 20.8333333%;
  max-width: 25rem;
  top: 9.3rem;
  right: 5.3rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-3 .sec__wrp .obj2 {
    width: 39.4666666667vw;
    height: auto;
    top: 8vw;
    right: -8vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .sec__wrp .obj2 {
    width: 39.4666666667vw;
    height: auto;
    top: 8vw;
    right: -8vw;
  }
}
.p-about__sec04 .sec04-3 .sec__catch {
  margin-bottom: 11rem;
  z-index: 1100;
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .sec__catch {
    margin-bottom: 8vw;
  }
}
.p-about__sec04 .sec04-3 .sec__catch::before {
  background: url(../assets/img/commmon/memo.svg) no-repeat center center/cover;
  top: -8.3rem;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 5.916rem;
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .sec__catch::before {
    width: 16vw;
    height: 15.776vw;
    top: -21.3333333333vw;
  }
}
.p-about__sec04 .sec04-3.rainbow2::before {
  top: -6.4rem;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3.rainbow2::before {
    top: 21.3333333333vw;
  }
}
.p-about__sec04 .sec04-3 .list {
  padding-left: 8rem;
  padding-right: 8rem;
  position: relative;
  z-index: 1100;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-3 .list {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-3 .list {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .list {
    padding: 0;
  }
}
.p-about__sec04 .sec04-3 .list .item {
  display: block;
  margin-bottom: 8.7rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .list .item {
    margin-bottom: 17.0666666667vw;
  }
}
.p-about__sec04 .sec04-3 .list .item .content {
  width: 65.38461538%;
  min-height: 44.6rem;
  max-width: 68rem;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-3 .list .item .content {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-3 .list .item .content {
    max-width: initial;
    width: 100%;
    min-height: initial;
    padding-top: 91.4666666667vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .list .item .content {
    max-width: initial;
    width: 100%;
    min-height: initial;
    padding-top: 91.4666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.p-about__sec04 .sec04-3 .list .item:nth-child(2n+1) .content {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .list .item:nth-child(2n+1) .content {
    margin: 0;
  }
}
.p-about__sec04 .sec04-3 .list .item::before {
  content: "";
  background: url(../images/about-img5.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: -20.8rem;
  width: 48rem;
  height: 44.6rem;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-3 .list .item::before {
    left: calc(-3.90625vw - 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-3 .list .item::before {
    left: -3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .list .item::before {
    width: 91.4666666667vw;
    height: 85.096vw;
    left: -4.2666666667vw;
  }
}
.p-about__sec04 .sec04-3 .list .item:nth-child(2)::before {
  background: url(../images/about-img6.webp) no-repeat center center/cover;
  left: auto;
  right: -20.8rem;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-3 .list .item:nth-child(2)::before {
    right: calc(-3.90625vw - 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-about__sec04 .sec04-3 .list .item:nth-child(2)::before {
    right: -4.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .list .item:nth-child(2)::before {
    right: -4.2666666667vw;
  }
}
.p-about__sec04 .sec04-3 .list .item:last-child {
  margin-bottom: 0;
  padding-bottom: 12rem;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-about__sec04 .sec04-3 .list .item:last-child {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .list .item:last-child {
    padding-bottom: 10.6666666667vw;
  }
}
.p-about__sec04 .sec04-3 .list .item:last-child .content {
  min-height: initial;
}
.p-about__sec04 .sec04-3 .list .item .ttl {
  color: #7E37A1;
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  position: relative;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .list .item .ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
    padding-left: 8vw;
  }
}
.p-about__sec04 .sec04-3 .list .item .ttl::before {
  content: "";
  background: url(../assets/img/common/ico-kira.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .list .item .ttl::before {
    width: 4.2666666667vw;
    height: 4.08vw;
  }
}
.p-about__sec04 .sec04-3 .list .item .text {
  text-align: justify;
}
.p-about__sec04 .sec04-3 .list .item .text .attention {
  color: #df3189;
  display: block;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-about__sec04 .sec04-3 .list .item .text .attention {
    font-size: 3.4666666667vw;
  }
}/*# sourceMappingURL=about.css.map */