@charset "UTF-8";

/* MV */
.mv-section {
  background: url(/common/img/smartclinic/clinicopennavi-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 128px 0 137px;
  position: relative;
}
.mv-section::before {
  content: "";
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.mv-section .mv-inner {
  display: flex;
}
.mv-section .mv-title {
  display: inline-block;
  margin-bottom: 44px;
  position: relative;
  z-index: 2;
}
.mv-section .mv-title::after {
  content: "";
  width: 136px;
  height: 136px;
  background: url(/common/img/smartclinic/teamlab-bg.png) no-repeat right top;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: -2px;
  z-index: -1;
}
.mv-section .mv-title h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 26px;
}
.mv-section .mv-title .mv-title-small {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 22px;
}
.mv-section .mv-title .mv-title-lead {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.29;
  color: #008CCE;s
}
.opus-wrap-item {
	display:flex;
	}
@media screen and (min-width: 768px) {
  .mv-section .mv-inner {
    justify-content: flex-end;
    max-width: 1142px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .mv-section .mv-section-txtarea {
    max-width: 390px;
    margin-right: 28px;
    position: relative;
	padding-top: 100px;
  }
  .mv-section .mv-section-images {
    width: 57.5%;
    max-width: 639px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mv-section {
    padding: 88px 0 96px;
  }
  .mv-section .mv-inner {
    max-width: 740px;
  }
  .mv-section .mv-section-txtarea {
    max-width: 290px;
    margin-right: 22px;
  }
  .mv-section .mv-title {
    margin-bottom: 35px;
  }
  .mv-section .mv-title::after {
    width: 102px;
    height: 102px;
    right: 6px;
  }
  .mv-section .mv-title h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .mv-section .mv-title .mv-title-small {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .mv-section .mv-title .mv-title-lead {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .mv-section {
    background: #F4F6F8;
    padding: 80px 0;
  }
  .mv-section .mv-inner {
    flex-wrap: wrap;
  }
  .mv-section .mv-section-txtarea {
    order: 10;
    max-width: 390px;
    margin: 59px auto 0;
    padding: 0 20px;
  }
  .mv-section .mv-section-txtarea .btn-default {
    text-align: center;
  }
  .mv-section .mv-section-images {
    padding: 0 30px;
  }
}

@media screen and (max-width: 429px) {
  .mv-section .mv-section-txtarea {
    max-width: 315px;
  }
  .mv-section .mv-title::after {
    width: 110px;
    height: 110px;
    right: 13px;
  }
  .mv-section .mv-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .mv-section .mv-title .mv-title-small {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .mv-section .mv-title .mv-title-lead {
    font-size: 25px;
  }
}

@media screen and (max-width: 374px) {
  .mv-section .mv-title::after {
    width: 101px;
    height: 101px;
    right: 2px;
  }
  .mv-section .mv-title h2 {
    font-size: 27px;
  }
  .mv-section .mv-title .mv-title-small {
    font-size: 14px;
  }
  .mv-section .mv-title .mv-title-lead {
    font-size: 22px;
  }
}

/* クリニック経営でこんな課題はありませんか？ */
.challenge-section {
  background: url(/common/img/smartclinic/nomocaaichat-bg01.jpg) no-repeat center top;
  background-size: cover;
  padding: 109px 0 101px;
}
.challenge-section .challenge-inner {
  max-width: 1070px;
  padding: 0 30px;
  margin: 0 auto;
}
.challenge-section .challenge-wrap-item {
  background: #fff;
  border-radius: 30px;
}
.challenge-section .challenge-wrap-head {
  height: 94px;
  display: flex;
  align-items: center;
  background: #5C5C5C;
  border-radius: 30px 30px 0 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 12px 20px 10px 184px;
  box-sizing: border-box;
  position: relative;
}
.challenge-section .challenge-wrap-content {
  padding: 37px 32px 48px 38px;
}
.challenge-section .challenge-wrap-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .challenge-section .challenge-wrap-head::before {
    content: "";
    width: 103px;
    height: 127px;
    background: url(/common/img/smartclinic/nomocaaichat-icon02.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    left: 53px;
    bottom: -2px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .challenge-section .challenge-wrap-head {
    height: 86px;
    font-size: 24px;
    padding-left: 140px;
  }
  .challenge-section .challenge-wrap-head::before {
    height: 117px;
    left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .challenge-section {
    background: url(/common/img/smartclinic/nomocaaichat-bg01_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0;
  }
  .challenge-section .challenge-wrap-head {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 21px;
    line-height: 1.48;
    padding-left: 20px;
  }
  .challenge-section .challenge-wrap-content {
    padding: 37px 12px 48px 18px;
  }
  .challenge-section .challenge-wrap-flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 17px;
  }
}

@media screen and (max-width: 429px) {
  .challenge-section .challenge-wrap-head {
    font-size: 19px;
  }
}

@media screen and (max-width: 374px) {
  .challenge-section .challenge-wrap-head {
    font-size: 16px;
  }
}

/* チームラボのモニター作品なら
クリニック経営のあらゆる課題を解決します */
.teamLab-section {
  padding: 77px 0 108px;
}
.teamLab-section .teamLab-inner {
  max-width: 1070px;
  padding: 0 30px;
  margin: 0 auto;
}
.teamLab-section .teamLab-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 20px;
  margin-top: 31px;
}
.teamLab-section .teamLab-wrap-item {
  background: #fff;
  border-radius: 30px;
  padding: 28px 15px 23px;
}
.teamLab-section .teamLab-wrap-item .images {
  max-width: 82px;
  height: 84px;
  text-align: center;
  margin: 0 auto 13px;
}
.teamLab-section .teamLab-wrap-item .images .icon01 {
  width: 67px;
  margin-top: 13px;
}
.teamLab-section .teamLab-wrap-item .images .icon02 {
  width: 49px;
  margin-top: 3px;
}
.teamLab-section .teamLab-wrap-item .images .icon03 {
  width: 77px;
  margin-top: 6px;
}
.teamLab-section .teamLab-wrap-item .images .icon04 {
  width: 65.5px;
  margin-top: 13px;
}
.teamLab-section .teamLab-wrap-item .images .icon05 {
  width: 73.5px;
}
.teamLab-section .teamLab-wrap-item .images .icon06 {
  width: 82px;
  margin-top: 1px;
}
.teamLab-section .teamLab-wrap-item .images .icon07 {
  width: 59.5px;
  margin-top: 3px;
}
.teamLab-section .teamLab-wrap-item .images .icon08 {
  width: 74px;
  margin-top: 4px;
}
.teamLab-section .teamLab-wrap-item h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}
.teamLab-section .teamLab-wrap-item p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  padding: 0 12px;
}

@media screen and (max-width: 1119px) and (min-width: 1024px) {
  .teamLab-section .teamLab-wrap-item h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .teamLab-section .teamLab-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .teamLab-section {
    padding: 60px 0;
  }
  .teamLab-section .teamLab-inner {
    padding: 0 22px;
  }
  .teamLab-section .teamLab-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .teamLab-section .teamLab-wrap-item p {
    height: auto !important;
  }
}

@media screen and (max-width: 374px) {
  .teamLab-section .section-inner-title {
    font-size: 20px;
  }
}


/* クリニックの雰囲気に合わせて
2つの作品をお選びいただきます */
.opus-section {
  background: #D5DCE3;
  padding: 83px 0 88px;
  position: relative;
  z-index: 2;
}
.opus-section .opus-title {
  margin-bottom: 62px;
}
.opus-section .opus-title p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-top: 14px;
}
.opus-section .opus-wrap-txtarea {
  width: 100%;
  margin-bottom: 67px;
}
.opus-section .opus-wrap-txtarea h3 {
  font-size: 27px;
  font-weight: 600;
  color: #008CCE;
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 12px;
}
.opus-section .opus-wrap-txtarea p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 20px;
}
.opus-section .opus-wrap-images {
  position: relative;
  padding-right: 26px;
  width: 100%;
}
.opus-section .opus-wrap-images .copyright {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
/*.opus-section .opus-wrap-movie {
  margin-top: 214px;
}*/
.movieFrame .movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movieFrame .movie iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.opus-section .opus-wrap-movie .movieFrame p  {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-top: 27px;
}
.opus-section .movie {
    position: relative;
    padding-top: 47.25%;
}
.opus-section .movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (min-width: 768px) {
  .opus-section::after {
    content: "";
    width: 50%;
    height: 100%;
    /*background: #E5E2DE;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
  }
  .opus-section .opus-inner {
    max-width: 1046px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .opus-section .opus-wrap {
    display: flex;
    position: relative;
	flex-wrap: wrap;
  }
  .opus-section .opus-wrap-item {
    width: 100%;
	padding-bottom: 20px;
  }
/*  .opus-section .opus-wrap-txtarea {
    width: 94%;
    max-width: 472px;
  }*/
  .opus-section .opus-wrap-item:last-child .opus-wrap-txtarea,
  .opus-section .opus-wrap-item:last-child .opus-wrap-movie {
    margin-left: auto;
  }
  .opus-section .opus-wrap-images .copyright {
    /*position: absolute;
    bottom: 40px;*/
	padding-top: 10px;
  }
  .opus-section .opus-wrap-movie {
    width: 100%;
/*    max-width: 482px;*/
  }
  .opus-section .opus-wrap-movie h4 {
    width: 100%;
    position: absolute;
    margin: -113px auto 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .opus-section .opus-wrap-txtarea h3 {
    font-size: 19px;
  }
  .opus-section .opus-wrap-movie .movieFrame p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .opus-section {
    padding: 80px 0 0;
  }
  .opus-section .opus-title {
    padding: 0 20px;
  }
 .opus-wrap-item {
    flex-wrap: wrap;
  }
  .opus-section .opus-wrap-txtarea .txt {
    padding: 0 30px;
}
/*  .opus-section .opus-wrap-item:last-child {
    background: #D5DCE3;
    padding: 0px 0 65px;
    margin-top: 65px;
  }*/
  .opus-section .opus-wrap-txtarea {
    margin-bottom: 45px;
  }
  .opus-section .opus-wrap-txtarea h3 {
    font-size: 21px;
  }
  .opus-section .opus-wrap-txtarea p {
    height: auto !important;
  }
  .opus-section .opus-wrap-txtarea p.copyright {
    text-align: right;
    margin: 15px 15px 0 0;
  }
  .opus-section .opus-wrap-movie {
    margin-top: 42px;
  }
  .opus-section .opus-wrap-movie h4 {
    margin-bottom: 38px;
  }
  .opus-section .opus-wrap-movie .movieFrame p {
    margin-top: 22px;
  }
}

@media screen and (max-width: 429px) {
  .opus-section .opus-wrap-txtarea h3 {
    font-size: 18px;
  }
  .opus-section .opus-wrap-movie .movieFrame p {
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .opus-section .opus-title p {
    font-size: 14px;
  }
  .opus-section .opus-wrap-txtarea {
    padding: 0 20px;
  }
  .opus-section .opus-wrap-txtarea h3 {
    font-size: 16px;
  }
  .opus-section .opus-wrap-txtarea p {
    font-size: 14px;
  }
  .opus-section .opus-wrap-movie .movieFrame p {
    font-size: 16px;
  }
}

/* submv */
.features-section {
  background: #F4F6F8;
  padding: 92px 0 63px;
}
.features-section .features-inner {
  max-width: 1034px;
  padding: 0 30px;
  margin: 0 auto;
}
.features-section .features-wrap {
  margin-top: 20px;
}
.features-section .features-item-txtarea h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.23;
  color: #008CCE;
  margin-bottom: 16px;
}
.features-section .features-item-txtarea p {
  line-height: 1.625;
  color: #313131;
}

@media screen and (min-width: 768px) {
  .features-section .features-wrap-item {
    display: flex;
    align-items: flex-end;
  }
  .features-section .features-wrap-item:nth-child(2) {
    margin-top: -106px;
  }
  .features-section .features-wrap-item:last-child {
    margin-top: -17px;
  }
  .features-section .features-wrap-item:first-child .features-item-images,
  .features-section .features-wrap-item:last-child .features-item-images {
    width: 46.1%;
    max-width: 476px;
  }
  .features-section .features-wrap-item:nth-child(2) .features-item-images {
    width: 46.8%;
    max-width: 483px;
    order: 10;
  }
  .features-section .features-wrap-item:first-child .features-item-txtarea,
  .features-section .features-wrap-item:last-child .features-item-txtarea {
    width: 53.9%;
    box-sizing: border-box;
  }
  .features-section .features-wrap-item:first-child .features-item-txtarea {
    align-self: center;
    padding-bottom: 68px;
    padding-left: 40px;
  }
  .features-section .features-wrap-item:nth-child(2) .features-item-txtarea {
    width: 53.2%;
    padding-right: 18px;
    padding-bottom: 45px;
    box-sizing: border-box;
  }
  .features-section .features-wrap-item:last-child .features-item-txtarea {
    max-width: 490px;
    padding-left: 22px;
    padding-bottom: 65px;
  }
  .features-section .features-wrap-item:first-child .features-item-txtarea p {
    max-width: 390px;
  }
  .features-section .features-wrap-item:last-child .features-item-txtarea h3 {
    text-align: right;
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
  }
  .features-section .features-wrap-item:last-child .features-item-txtarea p {
    max-width: 448px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1090px) and (min-width: 1024px) {
  .features-section .features-item-txtarea h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .features-section .features-wrap {
    max-width: 708px;
    margin: 20px auto 0;
  }
  .features-section .features-wrap-item:nth-child(2) {
    margin-top: -56px;
  }
  .features-section .features-wrap-item:nth-child(3) {
    margin-top: -10px;
  }
  .features-section .features-wrap-item:first-child .features-item-txtarea {
    padding-bottom: 48px;
  }
  .features-section .features-wrap-item:nth-child(2) .features-item-txtarea {
    padding-bottom: 21px;
  }
  .features-section .features-wrap-item:last-child .features-item-txtarea {
    padding-bottom: 45px;
  }
  .features-section .features-item-txtarea h3 {
    font-size: 20px;
  }
  .features-section .features-item-txtarea p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .features-section {
    padding: 80px 0 75px;
  }
  .features-section .features-wrap-item:not(:first-child) {
    margin-top: 25px;
  }
  .features-section .features-item-images {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 429px) {
  .features-section .features-item-txtarea h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 374px) {
  .features-section .features-item-txtarea h3 {
    font-size: 22px;
  }
}

/* 医院様満足度96％を獲得しています */
.satisfaction-section {
  padding: 116px 0 107px;
  position: relative;
}
.satisfaction-section .satisfaction-inner {
  max-width: 1101px;
  margin: 0 auto;
  padding: 0 30px;
}
.satisfaction-section .satisfaction-images {
  margin: 33px 0 57px;
}
.satisfaction-section .satisfaction-voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 14px;
  margin-left: 20px;
}
.satisfaction-section .satisfaction-voice li {
  background: #E1EBF0;
  border-radius: 25px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1.68;
  padding: 8px 15px 5px 48px;
  margin-left: 37px;
  box-sizing: border-box;
  position: relative;
}
.satisfaction-section .satisfaction-voice li:not(:first-child) {
  margin-top: 35px;
}
.satisfaction-section .satisfaction-voice li::before {
  content: "";
  width: 74px;
  height: 69px;
  background: url(/common/img/smartclinic/teamlab-icon08.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  left: -37px;
  top: -19px;
}
.satisfaction-section .satisfaction-voice li .clinic-name {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #008CCE;
  margin-bottom: 5px;
}
.satisfaction-section .note {
  font-size: 15px;
  line-height: 1.2;
  color: #1A1311;
  margin-top: 50px;
  text-align: right;
}
.satisfaction-section .satisfaction-pie-chart {
  margin: 32px 0 91px;
}
.satisfaction-section .satisfaction-pie-chart ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  justify-items: center;
}
.satisfaction-section .satisfaction-pie-chart ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 1 !important;
}
.satisfaction-section .pie-chart-title {
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 37px;
  margin-bottom: 55px;
  padding: 5px 16px 5px 26px;
  box-sizing: border-box;
}
.satisfaction-section .pie-chart-title h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #008CCE;
}
.satisfaction-section .pie-chart-box {
  position: relative;
}
.satisfaction-section .pie-chart-box .percent {
  width: 258px;
  height: 258px;
  position: relative;
}
.satisfaction-section .pie-chart-box.blue .percent {
  color: #008CCE;
}
.satisfaction-section .pie-chart-box.green .percent {
  color: #6EAA6D;
}
.satisfaction-section .pie-chart-box.red .percent {
  color: #DA0048;
}
.satisfaction-section .pie-chart-box .percent .circle {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  position: relative;
}
.satisfaction-section .pie-chart-box .percent .circle circle {
  fill: none;
  stroke-width: 5px;
  position: relative;
}
.satisfaction-section .pie-chart-box .percent .gap-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.satisfaction-section .pie-chart-box .percent .gap-area .gap {
  background: #F2EEEB;
  height: 39px;
  width: 10px;
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
}
.satisfaction-section .pie-chart-box .percent .sum-txtarea {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 6px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.satisfaction-section .pie-chart-box .percent .sum-txtarea-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
}
.satisfaction-section .pie-chart-box .percent .sum-txtarea-percent {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.satisfaction-section .pie-chart-box .percent .sum-txtarea-percent .count {
  font-size: 63px;
  font-weight: 600;
  line-height: 1;
}
.satisfaction-section .pie-chart-box .percent .sum-txtarea-percent .symbol {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.satisfaction-section .pie-chart-box .partial .partial-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.07;
  margin-bottom: 2px;
}
.satisfaction-section .pie-chart-box .partial .partial-percent {
  display: flex;
  align-items: baseline;
  column-gap: 2px;
}
.satisfaction-section .pie-chart-box .partial .partial-percent .count {
  font-size: 37px;
  font-weight: 600;
  line-height: 1;
}
.satisfaction-section .pie-chart-box .partial .partial-percent .symbol {
  font-size: 19px;
  font-weight: 600;
}
.satisfaction-section .pie-chart-box #partial01,
.satisfaction-section .pie-chart-box #partial03 {
  position: absolute;
  left: -28px;
  top: -21px;
}
.satisfaction-section .pie-chart-box #partial02,
.satisfaction-section .pie-chart-box #partial04 {
  position: absolute;
  right: -36px;
  bottom: -27px;
}
.satisfaction-section .pie-chart-box #partial05 {
  position: absolute;
  right: -48px;
  top: -33px;
}
.satisfaction-section .pie-chart-box #partial06 {
  position: absolute;
  left: -24px;
  top: -21px;
}
.satisfaction-section .pie-chart-box #partial07 {
  position: absolute;
  right: -39px;
  bottom: -27px;
}
.satisfaction-section .pie-chart-box #partial08 {
  position: absolute;
  right: -26px;
  top: -33px;
}
.satisfaction-section .pie-chart-box.blue .percent .circle circle:nth-child(1) {
  stroke-dashoffset: 0;
}
.satisfaction-section .pie-chart-box.blue .percent .circle circle:nth-child(2) {
  stroke-dashoffset: 20;
}
.satisfaction-section .fadeIn .pie-chart-box.blue .percent .circle circle:nth-child(1) {
  animation: circleAnim01 1.5s 0.5s forwards ease;
}
.satisfaction-section .fadeIn .pie-chart-box.blue .percent .circle circle:nth-child(2) {
  animation: circleAnim02 1.2s 1.1s forwards ease;
}
@-webkit-keyframes circleAnim01 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #008CCE;
    stroke-dasharray: 80, 100;
  }
}
@keyframes circleAnim01 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #008CCE;
    stroke-dasharray: 80, 100;
  }
}

@-webkit-keyframes circleAnim02 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #45C3FF;
    stroke-dasharray: 20, 80;
  }
}
@keyframes circleAnim02 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #45C3FF;
    stroke-dasharray: 20, 80;
  }
}

.satisfaction-section .pie-chart-box.green .percent .circle circle:nth-child(1) {
  stroke-dashoffset: 0;
}
.satisfaction-section .pie-chart-box.green .percent .circle circle:nth-child(2) {
  stroke-dashoffset: 90;
}
.satisfaction-section .pie-chart-box.green .percent .circle circle:nth-child(3) {
  stroke-dashoffset: 40;
}
.satisfaction-section .fadeIn .pie-chart-box.green .percent .circle circle:nth-child(1) {
  animation: circleAnim03 0.8s 0.5s forwards ease;
}
.satisfaction-section .fadeIn .pie-chart-box.green .percent .circle circle:nth-child(2) {
  animation: circleAnim04 1s 0.8s forwards ease;
}
.satisfaction-section .fadeIn .pie-chart-box.green .percent .circle circle:nth-child(3) {
  animation: circleAnim05 1s 1.15s forwards ease;
}
@-webkit-keyframes circleAnim03 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #CDD4DD;
    stroke-dasharray: 10, 100;
  }
}
@keyframes circleAnim03 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #CDD4DD;
    stroke-dasharray: 10, 100;
  }
}

@-webkit-keyframes circleAnim04 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #6DAA6D;
    stroke-dasharray: 50, 50;
  }
}
@keyframes circleAnim04 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #6DAA6D;
    stroke-dasharray: 50, 50;
  }
}

@-webkit-keyframes circleAnim05 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #BBE069;
    stroke-dasharray: 40, 69;
  }
}
@keyframes circleAnim05 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #BBE069;
    stroke-dasharray: 40, 60;
  }
}

.satisfaction-section .pie-chart-box.red .percent .circle circle:nth-child(1) {
  stroke-dashoffset: 0;
}
.satisfaction-section .pie-chart-box.red .percent .circle circle:nth-child(2) {
  stroke-dashoffset: 90;
}
.satisfaction-section .pie-chart-box.red .percent .circle circle:nth-child(3) {
  stroke-dashoffset: 70;
}
.satisfaction-section .fadeIn .pie-chart-box.red .percent .circle circle:nth-child(1) {
  animation: circleAnim06 0.8s 0.5s forwards ease;
}
.satisfaction-section .fadeIn .pie-chart-box.red .percent .circle circle:nth-child(2) {
  animation: circleAnim07 1s 0.8s forwards ease;
}
.satisfaction-section .fadeIn .pie-chart-box.red .percent .circle circle:nth-child(3) {
  animation: circleAnim08 1s 1.15s forwards ease;
}
@-webkit-keyframes circleAnim06 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #CDD4DD;
    stroke-dasharray: 10, 100;
  }
}
@keyframes circleAnim06 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #CDD4DD;
    stroke-dasharray: 10, 100;
  }
}

@-webkit-keyframes circleAnim07 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #F85487;
    stroke-dasharray: 20, 80;
  }
}
@keyframes circleAnim07 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #F85487;
    stroke-dasharray: 20, 80;
  }
}

@-webkit-keyframes circleAnim08 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #DA0048;
    stroke-dasharray: 70, 30;
  }
}
@keyframes circleAnim08 {
  0% {
    stroke-dasharray: 0, 100;
  }
  50%, 100% {
    stroke: #DA0048;
    stroke-dasharray: 70, 30;
  }
}

@media screen and (min-width: 768px) {
  .satisfaction-section .satisfaction-voice li {
    height: 99px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
}

@media screen and (max-width: 1139px) and (min-width: 1024px) {
  .satisfaction-section .satisfaction-voice li {
    font-size: 19px;
  }
  .satisfaction-section .pie-chart-title h3 {
    font-size: 19px;
  }
  .satisfaction-section .pie-chart-box #partial05 {
    right: -39px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .satisfaction-section .satisfaction-voice li {
    font-size: 16px;
  }
  .satisfaction-section .satisfaction-voice li .clinic-name {
    font-size: 14px;
  }
  .satisfaction-section .satisfaction-pie-chart ul {
    gap: 12px;
  }
  .satisfaction-section .pie-chart-title {
    height: 60px;
    padding: 5px 10px 5px 18px;
    margin-bottom: 50px;
  }
  .satisfaction-section .pie-chart-title h3 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .satisfaction-section .pie-chart-box .percent {
    width: 200px;
    height: 200px;
  }
  .satisfaction-section .pie-chart-box .percent .sum-txtarea {
    padding-bottom: 0;
  }
  .satisfaction-section .pie-chart-box .percent .sum-txtarea-title {
    font-size: 16px;
  }
  .satisfaction-section .pie-chart-box .percent .sum-txtarea-percent .count {
    font-size: 48px;
  }
  .satisfaction-section .pie-chart-box .percent .sum-txtarea-percent .symbol {
    font-size: 22px;
  }
  .satisfaction-section .pie-chart-box .partial .partial-title {
    font-size: 11px;
  }
  .satisfaction-section .pie-chart-box .partial .partial-percent .count {
    font-size: 25px;
  }
  .satisfaction-section .pie-chart-box .partial .partial-percent .symbol {
    font-size: 14px;
  }
  .satisfaction-section .pie-chart-box #partial01,
  .satisfaction-section .pie-chart-box #partial03 {
    left: -19px;
    top: -18px;
  }
  .satisfaction-section .pie-chart-box #partial02,
  .satisfaction-section .pie-chart-box #partial04,
  .satisfaction-section .pie-chart-box #partial07 {
    right: -30px;
    bottom: -18px;
  }
  .satisfaction-section .pie-chart-box #partial05 {
    right: -24px;
    top: -30px;
  }
  .satisfaction-section .pie-chart-box #partial06 {
    left: -16px;
    top: -18px;
  }
  .satisfaction-section .pie-chart-box #partial08 {
    right: -15px;
    top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .satisfaction-section {
    padding: 80px 0 50px;
  }
  .satisfaction-section .satisfaction-images {
    max-width: 315px;
    margin: 33px auto 65px;
  }
  .satisfaction-section .satisfaction-voice li {
    padding: 20px 15px 19px 48px;
  }
  .satisfaction-section .satisfaction-voice {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0;
  }
  .satisfaction-section .satisfaction-pie-chart ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 57px;
  }
}

@media screen and (max-width: 429px) {
  .satisfaction-section .satisfaction-voice li {
    font-size: 18px;
  }
  .satisfaction-section .satisfaction-voice li .clinic-name {
    font-size: 13px;
  }
  .satisfaction-section .pie-chart-title {
    height: 68px;
  }
  .satisfaction-section .pie-chart-title h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 374px) {
  .satisfaction-section .satisfaction-inner {
    padding: 0 20px;
  }
  .satisfaction-section .pie-chart-title {
    height: 60px;
  }
  .satisfaction-section .pie-chart-title h3 {
    font-size: 17px;
  }
  .satisfaction-section .pie-chart-box .percent {
    width: 210px;
    height: 210px;
  }
  .satisfaction-section .pie-chart-box .percent .sum-txtarea {
    padding-bottom: 0;
  }
  .satisfaction-section .pie-chart-box .percent .sum-txtarea-title {
    font-size: 18px;
  }
  .satisfaction-section .pie-chart-box .percent .sum-txtarea-percent .count {
    font-size: 53px;
  }
  .satisfaction-section .pie-chart-box .percent .sum-txtarea-percent .symbol {
    font-size: 28px;
  }
  .satisfaction-section .pie-chart-box .partial .partial-title {
    font-size: 12px;
  }
  .satisfaction-section .pie-chart-box .partial .partial-percent .count {
    font-size: 30px;
  }
  .satisfaction-section .pie-chart-box .partial .partial-percent .symbol {
    font-size: 15px;
  }
  .satisfaction-section .pie-chart-box #partial01,
  .satisfaction-section .pie-chart-box #partial03,
  .satisfaction-section .pie-chart-box #partial06 {
    left: -26px;
    top: -19px;
  }
  .satisfaction-section .pie-chart-box #partial02,
  .satisfaction-section .pie-chart-box #partial04,
  .satisfaction-section .pie-chart-box #partial07 {
    right: -32px;
    bottom: -21px;
  }
  .satisfaction-section .pie-chart-box #partial05 {
    right: -35px;
    top: -32px;
  }
  .satisfaction-section .pie-chart-box #partial08 {
    right: -24px;
    top: -32px;
  }
}

/* チームラボのモニター作品が
歯科・医科様に選ばれる7つの理由 */
.reason-section {
  background: #fff;
  padding: 96px 0 140px;
}
.reason-section .reason-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 30px;
  counter-reset: num;
  margin-top: 29px;
}
.reason-section .reason-wrap-item {
  padding-top: 50px;
  position: relative;
}
.reason-section .reason-wrap-item .images {
  margin-bottom: 28px;
  position: relative;
}
.reason-section .reason-wrap-item .images::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  font-family: "interstate", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  color: #DA0048;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.reason-section .reason-wrap-item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 19px;
}
.reason-section .reason-wrap-item .txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .reason-section .reason-wrap-item:last-child {
    grid-row: 3 / 4;
    grid-column: 1 / 4;
    display: grid;
    grid-template-columns: 313px 1fr;
    gap: 0 20px;
  }
  .reason-section .reason-wrap-item:last-child .images {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    margin: 0;
  }
  .reason-section .reason-wrap-item:last-child .title {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    margin-top: -3px;
  }
  .reason-section .reason-wrap-item:last-child .txt {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    padding-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  .reason-section {
    background: none;
    padding: 60px 0 50px;
  }
  .reason-section .reason-wrap {
    max-width: 320px;
    grid-template-columns: repeat(1, 1fr);
    gap: 46px;
    margin: 60px auto 0;
  }
}

/* 担当者インタビュー */
.interview-section {
  background: #F2EEEB;
  padding: 110px 0 125px;
}
.interview-section .interview-flex-txtarea .interview-title {
  margin-bottom: 15px;
}
.interview-section .interview-flex-txtarea p {
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .interview-section {
    padding: 50px 0 95px;
  }
  .interview-section .interview-flex-txtarea {
    max-width: 350px;
  }
}

/* submv */
.submv-section {
  background: url(/common/img/smartclinic/clinicopennavi-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 111px 0 102px;
  position: relative;
}
.submv-section .submv-inner {
  display: flex;
}
.submv-section .submv-section-images {
  text-align: center;
  padding-bottom: 15px;
}
.submv-section .submv-section-txtarea {
  text-align: center;
  position: relative;
}
.submv-section .submv-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.96;
  margin-bottom: 23px;
}
.submv-section .submv-txt {
  line-height: 1.625;
  margin: -17px 0 20px;
}

@media screen and (min-width: 768px) {
  .submv-section .submv-inner {
    align-items: center;
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .submv-section .submv-section-images {
    max-width: 526px;
    margin-right: 36px;
    position: relative;
  }
  .submv-section .submv-section-txtarea {
    max-width: 404px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .submv-section {
    padding: 80px 0 70px;
  }
  .submv-section .submv-inner {
    max-width: 728px;
  }
  .submv-section .submv-section-images {
    max-width: 360px;
    margin-right: 30px;
  }
  .submv-section .submv-section-txtarea {
    max-width: 340px;
  }
  .submv-section .submv-title {
    font-size: 20px;
  }
  .submv-section .submv-txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .submv-section {
    padding: 50px 0 60px;
  }
  .submv-section .submv-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .submv-section .submv-section-images {
    padding: 0 30px;
    margin: 0 auto 45px;
  }
  .submv-section .submv-section-txtarea {
    margin: 0 10px;
  }
}

@media screen and (max-width: 429px) {
  .submv-section .submv-section-images {
    padding: 0 20px;
  }
  .submv-section .submv-title {
    font-size: 20px;
  }
  .submv-section .submv-txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 374px) {
  .submv-section .submv-section-images {
    margin-bottom: 30px;
  }
  .submv-section .submv-title {
    font-size: 17px;
  }
  .submv-section .submv-txt {
    font-size: 13px;
  }
}