.know-contents {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .know-contents {
    padding-bottom: 80px;
  }
}
.know-contents .mt {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .know-contents .mt {
    margin-top: 4rem;
  }
}
.know-contents #category-title {
  background-color: #005587;
  color: #fff;
  padding: 35px 0;
}
.know-contents #category-title.bg1 {
  background: #005587 url(/assets/image/title-bg1.png) no-repeat right 50% center/auto 100%;
}
.know-contents #category-title.bg2 {
  background: #005587 url(/assets/image/title-bg2.png) no-repeat right 50% center/auto 100%;
}
.know-contents #visual {
  position: relative;
}
.know-contents #visual .image {
  line-height: 0;
  position: relative;
}
.know-contents #visual .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .know-contents #visual .inner {
    position: static;
  }
}
.know-contents #visual .inner.right {
  left: auto;
  right: 0;
}
.know-contents #visual h1 {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(2.6rem, 1.664rem + 1.2vw, 3.2rem);
  font-weight: 500;
  color: #005587;
}
@media screen and (max-width: 767px) {
  .know-contents #visual h1 {
    display: block;
    text-align: center;
    padding: 1rem 0;
    font-size: clamp(2rem, 5.5vw, 2.4rem);
  }
}
.know-contents #visual h1.right {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .know-contents #visual h1.right {
    justify-content: center;
  }
}
.know-contents .layout {
  display: flex;
  gap: 6%;
}
.know-contents .layout.col2 .box {
  width: 50%;
}
.know-contents .layout.col3 .box {
  width: 33.333%;
}
.know-contents .mb {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .know-contents .mb {
    margin-bottom: 20px;
  }
}
.know-contents .mb2 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .know-contents .mb2 {
    margin-bottom: 50px;
  }
}
.know-contents #first {
  position: relative;
  z-index: 1;
  margin-top: -53px;
}
@media screen and (max-width: 767px) {
  .know-contents #first {
    margin-top: 0;
    padding-top: 20px;
  }
}
.know-contents #first .hero {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 500px;
  padding: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .know-contents #first .hero {
    padding: 50px 20px;
    margin-bottom: 60px;
    border-radius: 40px;
  }
}
.know-contents #first .hero .hero-inner {
  margin: auto;
  text-align: center;
}
.know-contents #first .hero .hero-inner .about {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .know-contents #first .hero .hero-inner .about {
    margin-bottom: 40px;
  }
}
.know-contents #first .hero .hero-inner .about span {
  display: inline-block;
  font-size: clamp(1.8rem, 1.176rem + 0.8vw, 2.2rem);
  padding-bottom: 5px;
  border-bottom: 1px dashed #00A3E0;
  color: #00A3E0;
  font-weight: 500;
}
.know-contents #first .hero .hero-inner h2 {
  color: #00A3E0;
  font-size: clamp(2.6rem, 1.976rem + 0.8vw, 3rem);
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .know-contents #first .hero .hero-inner h2 {
    font-size: 1.6rem;
  }
}
.know-contents #first .hero .hero-inner p {
  text-align: left;
  max-width: 768px;
  margin: auto;
}
.know-contents #first .hero .hero-inner p.note {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.know-contents #first h2.panel-title {
  text-align: center;
  font-size: clamp(2rem, 1.688rem + 0.4vw, 2.2rem);
  font-weight: 500;
  color: #005587;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .know-contents #first h2.panel-title {
    margin-bottom: 30px;
  }
}
.know-contents #first .panels {
  display: flex;
  gap: 45px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .know-contents #first .panels {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.know-contents #first .panels.col2 .panel {
  width: 50%;
  min-height: 260px;
  padding: 60px 5% 40px;
}
@media screen and (max-width: 767px) {
  .know-contents #first .panels.col2 .panel {
    width: 100%;
    padding: 40px 5% 40px;
    min-height: 0;
  }
}
.know-contents #first .panels.col2 .panel:nth-child(1) {
  background-color: #008F86;
}
.know-contents #first .panels.col2 .panel:nth-child(2) {
  background-color: #43B02A;
}
.know-contents #first .panels.col3 {
  gap: 28px;
}
.know-contents #first .panels.col3 .panel {
  width: 33.333%;
  min-height: 327px;
  padding: 60px 3% 40px;
}
@media screen and (max-width: 767px) {
  .know-contents #first .panels.col3 .panel {
    width: 100%;
    padding: 40px 5% 40px;
    min-height: 0;
  }
}
.know-contents #first .panels.col3 .panel:nth-child(1) {
  background-color: #00BFB3;
}
.know-contents #first .panels.col3 .panel:nth-child(2) {
  background-color: #008F86;
}
.know-contents #first .panels.col3 .panel:nth-child(3) {
  background-color: #43B02A;
}
.know-contents #first .panels .panel {
  position: relative;
  border-radius: 80px 6px 6px 6px;
  text-align: center;
  color: #fff;
}
.know-contents #first .panels .panel .label {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}
.know-contents #first .panels .panel h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .know-contents #first .panels .panel h3 {
    margin-bottom: 20px;
  }
}
.know-contents #first .panels .panel p {
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .know-contents #first .panels .panel p {
    font-size: 1.6rem;
  }
}
.know-contents #first .panels .panel .note {
  font-size: 1.2rem;
}
.know-contents #first .whatget {
  text-align: center;
  font-size: clamp(2.5rem, 1.72rem + 1vw, 3rem);
  font-weight: bold;
  color: #005587;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .know-contents #first .whatget {
    margin-bottom: 60px;
  }
}
.know-contents #first .image-zu {
  text-align: center;
}
.know-contents #first .image-zu h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 50px;
  color: #005587;
}
@media screen and (max-width: 767px) {
  .know-contents #first .image-zu h3 {
    margin-bottom: 30px;
  }
}
.know-contents #first .image-zu h3.big {
  font-size: clamp(2.4rem, 1.464rem + 1.2vw, 3rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .know-contents #first .image-zu h3.big {
    font-size: 2rem;
  }
}
.know-contents #first .image-zu h3.big span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
}
.know-contents #first .image-zu p {
  max-width: 960px;
  margin: 0 auto 60px;
}
.know-contents #first .image-zu p.left {
  text-align: left;
}
.know-contents #first .image-zu .short {
  max-width: 854px;
  margin: auto;
}
.know-contents #first .text-box {
  margin-block: 8rem;
}
@media screen and (max-width: 767px) {
  .know-contents #first .text-box {
    margin-block: 4rem;
  }
}
.know-contents #first .text-box h3 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
  color: #005587;
  font-size: clamp(2.4rem, 1.464rem + 1.2vw, 3rem);
}
.know-contents #first .text-box h3 span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
}
.know-contents #first .text-box p {
  max-width: 960px;
  margin: 0 auto 60px;
  text-align: left;
}
.know-contents .section-block .visual picture {
  display: block;
  transform: translateX(15%);
  line-height: 0;
  max-width: 1150px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .know-contents .section-block .visual picture {
    transform: translateX(0);
  }
}
.know-contents .section-block .visual.rev picture {
  transform: translateX(-15%);
}
@media screen and (max-width: 767px) {
  .know-contents .section-block .visual.rev picture {
    transform: translateX(0);
  }
}
.know-contents .section-block .card {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(50px);
  border-radius: 6px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .know-contents .section-block .card {
    padding: 30px 5%;
  }
}
.know-contents .section-block .card .card-header {
  text-align: right;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .know-contents .section-block .card .card-header {
    margin-bottom: 40px;
  }
}
.know-contents .section-block .card .card-header .keyword {
  display: inline-block;
  font-size: 1.6rem;
  background-color: #00A3E0;
  padding: 15px;
  width: 170px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.know-contents .section-block .card .card-inner {
  padding: 0 5%;
  max-width: calc(964px + 10%);
  margin: auto;
}
.know-contents .section-block .card .card-inner h2 {
  font-size: clamp(2.8rem, 2.176rem + 0.8vw, 3.2rem);
  font-weight: 500;
  color: #00A3E0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .know-contents .section-block .card .card-inner h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.know-contents .section-block .card .card-inner h2.tc {
  text-align: center;
}
.know-contents .section-block .card .imp {
  font-weight: bold;
  font-size: 2rem;
}
.know-contents .section-block .card .image.wide {
  display: block;
  max-width: 1060px;
  margin: auto;
}
.know-contents #popular {
  padding: 72px 0;
  background-size: cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .know-contents #popular {
    margin-bottom: 50px;
  }
}
.know-contents #popular .text {
  max-width: 520px;
  padding: 70px 80px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .know-contents #popular .text {
    padding: 40px 5%;
  }
}
.know-contents #popular .text.right {
  margin-left: auto;
}
.know-contents #popular .text h2 {
  text-align: center;
  font-size: clamp(1.8rem, 1.176rem + 0.8vw, 2.2rem);
  font-weight: 500;
  color: #005587;
  margin-bottom: 30px;
}
.know-contents #appeal {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .know-contents #appeal {
    margin-bottom: 50px;
  }
}
.know-contents #appeal .layout {
  align-items: center;
}
.know-contents #appeal .image {
  width: 50%;
  transform: translateX(-10%);
}
@media screen and (max-width: 767px) {
  .know-contents #appeal .image {
    width: 100%;
    transform: translateX(0);
    margin-bottom: 30px;
  }
}
.know-contents #appeal .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .know-contents #appeal .text {
    width: 100%;
  }
}
.know-contents #appeal .text h2 {
  font-size: clamp(2.6rem, 1.976rem + 0.8vw, 3rem);
  font-weight: bold;
  color: #005587;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .know-contents #appeal .text h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.know-contents #appeal .text .copy {
  font-size: clamp(1.8rem, 1.176rem + 0.8vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .know-contents #appeal .text .copy {
    margin-bottom: 20px;
  }
}
.know-contents #mini-card .card {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: auto;
  padding: 70px 6%;
}
.know-contents #mini-card .card h2 {
  text-align: center;
  font-size: clamp(1.8rem, 1.176rem + 0.8vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 60px;
  color: #005587;
}
@media screen and (max-width: 767px) {
  .know-contents #mini-card .card h2 {
    margin-bottom: 30px;
  }
}
.know-contents #mini-card .image {
  margin-top: -80px;
}
.know-contents #relation {
  text-align: center;
  max-width: calc(960px + 6%);
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .know-contents #relation {
    margin: 60px auto 0;
  }
}
.know-contents #relation h2 {
  text-align: center;
  font-size: clamp(2rem, 1.688rem + 0.4vw, 2.2rem);
  font-weight: 500;
  color: #005587;
  margin-bottom: 60px;
}
.know-contents #relation .interview-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .know-contents #relation .interview-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
.know-contents #relation .interview-layout a figure span {
  display: block;
  overflow: hidden;
  line-height: 0;
}

#sales .card {
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  #sales .card {
    margin-top: 20px;
  }
}
#sales #sec2 .card .card-header .keyword {
  background-color: #00BFB3;
}
#sales #sec2 .card .card-inner h2 {
  color: #00BFB3;
}
#sales #sec2 .card .row-bottom p {
  color: #00BFB3;
}
#sales #sec3 .card .card-header .keyword {
  background-color: #43B02A;
}
#sales #sec3 .card .card-inner h2 {
  color: #43B02A;
}
#sales #sec3 .card .row-bottom p {
  color: #43B02A;
}
#sales .row-top {
  padding-bottom: 70px;
  border-bottom: 1px dotted #140B42;
}
@media screen and (max-width: 767px) {
  #sales .row-top {
    padding-bottom: 20px;
  }
}
#sales .row-bottom {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  #sales .row-bottom {
    padding-top: 50px;
  }
}
#sales .row-bottom p {
  color: #00A3E0;
  margin-bottom: 60px;
}
#sales .note {
  text-align: right;
  font-size: 1.2rem;
}

#voice .box {
  border-bottom: 1px dotted #140B42;
  padding-bottom: 20px;
}

#ce #first {
  margin-bottom: 100px;
}
#ce #first .layout {
  gap: 32px;
  margin-bottom: 100px;
}
#ce #first .layout .box h3 {
  border-bottom: 1px solid #140B42;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
#ce #first .layout .box ul {
  padding-left: 25px;
  list-style-type: disc;
}
#ce #first .image-zu {
  text-align: center;
}
#ce #first .image-zu h3 {
  font-size: 1.8rem;
}
#ce .table table {
  border-collapse: separate;
  border-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #ce .table table {
    width: 800px;
  }
}
#ce .table table thead td {
  text-align: center;
  font-size: 1.8rem;
}
#ce .table table tbody th,
#ce .table table tbody td {
  padding: 20px 30px;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #ce .table table tbody th,
  #ce .table table tbody td {
    padding: 10px 20px;
  }
}
#ce .table table tbody th {
  background-color: #F4F4F4;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #ce .table table tbody th {
    font-size: 1.2rem;
  }
}
#ce .table table tbody td:nth-child(2) {
  background-color: #D9EDF4;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #ce .table table tbody td:nth-child(2) {
    font-size: 1.2rem;
  }
}
#ce .table table tbody td:nth-child(3) {
  background-color: #00A3E0;
  color: #fff;
  font-size: clamp(1.5rem, 1.032rem + 0.6vw, 1.8rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #ce .table table tbody td:nth-child(3) {
    font-size: 1.2rem;
  }
}
#ce #schedule {
  padding: 100px 0 0;
  background: url(/assets/image/know/clinical-educator/bg.svg) no-repeat right center;
  background-size: auto 60%;
}
@media screen and (max-width: 767px) {
  #ce #schedule {
    padding: 0px 0 0;
  }
}
#ce #schedule .inner {
  max-width: 964px;
  margin: auto;
}
#ce #schedule h2 {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dotted #140B42;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 80px;
}
#ce #schedule .layout {
  flex-wrap: wrap;
  gap: 10%;
}
#ce #schedule .layout .time-box {
  width: 45%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #ce #schedule .layout .time-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#ce #schedule .layout .time-box:nth-child(even) {
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  #ce #schedule .layout .time-box:nth-child(even) {
    transform: translateY(0);
  }
}
#ce #schedule .layout .time-box h3 {
  font-size: clamp(2.4rem, 1.464rem + 1.2vw, 3rem);
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #ce #schedule .layout .time-box h3 {
    font-size: 2rem;
  }
}
#ce #schedule .layout .time-box p {
  margin-top: 1rem;
  font-weight: 500;
}
#ce #sec3 h3 {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dotted #140B42;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #ce #sec3 h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#ce #sec3 .in-contents .layout .box h4 {
  color: #005587;
  font-size: clamp(1.8rem, 1.488rem + 0.4vw, 2rem);
  font-weight: bold;
  margin-bottom: 20px;
  font-weight: 500;
}
#ce #sec3 .in-contents .layout .box p.prof {
  color: #005587;
  margin-top: 20px;
  font-weight: 500;
}

#msl #first {
  margin-bottom: 100px;
}
#msl #first .image-zu {
  max-width: 1190px;
  margin: auto;
}
#msl #sec1 .card .js-scroll img {
  width: 80svh;
}
#msl #sec3 .image-zu {
  max-width: 990px;
  margin-inline: auto;
}

#smc #sec1 .card {
  margin-bottom: 4rem;
}
#smc #sec1 .card .sub {
  display: inline-block;
  border-radius: 20px;
  background-color: #00A3E0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 52px;
  margin-bottom: 3rem;
}
#smc #sec1 .card h2 {
  text-align: left;
  color: #00A3E0;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
#smc #sec1 .card2 .sub {
  background-color: #00BFB3;
}
#smc #sec1 .card2 h2 {
  color: #00BFB3;
}
#smc #sec3 .layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 6%;
}
@media screen and (max-width: 767px) {
  #smc #sec3 .layout {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  #smc #sec3 .layout .box {
    margin-bottom: 3rem;
  }
}
#smc #sec3 .layout .box .icon {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #smc #sec3 .layout .box .icon {
    width: 120px;
    margin: auto;
  }
}
#smc #sec3 .layout .box h3 {
  text-align: center;
  color: #00A3E0;
  font-size: clamp(1.6rem, 0.976rem + 0.8vw, 2rem);
  font-weight: 500;
  border-bottom: 1px solid #130B42;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#smc #sec3 .layout .box.box2 h3 {
  color: #02BFB4;
}
#smc #sec3 .layout .box.box3 h3 {
  color: #43B02A;
}
#smc #sec3 .text-box {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #smc #sec3 .text-box {
    margin-top: 4rem;
  }
}
#smc #sec3 .text-box h3 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
  color: #005587;
  font-size: clamp(2.4rem, 1.464rem + 1.2vw, 3rem);
}
#smc #sec3 .text-box .image {
  max-width: 560px;
  margin: auto;
}
#smc .learn-movie {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #smc .learn-movie {
    width: 100%;
  }
}
#smc .learn-movie a {
  display: inline-block;
}
#smc .learn-movie .image {
  overflow: hidden;
  display: block;
  line-height: 0;
  border-radius: 8px;
  position: relative;
}
#smc .learn-movie .image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#smc .learn-movie img {
  width: 100%;
  height: auto;
  display: block;
}
#smc .learn-movie .concept-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}
#smc .learn-movie .concept-play img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}
#smc .learn-movie .concept-play p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 0.688rem + 0.4vw, 1.2rem);
  color: #fff;
}

@media screen and (max-width: 767px) {
  #provider .mt {
    margin-bottom: 3rem;
  }
}
#provider #sec3 .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6%;
}
@media screen and (max-width: 767px) {
  #provider #sec3 .layout {
    grid-template-columns: 1fr;
  }
}
#provider #sec3 .layout .box {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #provider #sec3 .layout .box {
    margin-bottom: 3rem;
  }
}
#provider #sec3 .layout .box h3 {
  font-size: 1.8rem;
  color: #005587;
  margin-bottom: 2rem;
}
#provider #sec3 .link {
  text-align: center;
}
#provider #sec3 .link a {
  display: inline-block;
  background-color: #00BFB3;
  color: #fff;
  border-radius: 100px;
  padding: 50px 10%;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #provider #sec3 .link a {
    width: 100%;
    padding: 30px 5%;
    font-size: 1.6rem;
  }
}

#healthcarespecialist #first .image-zu p {
  max-width: 960px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #healthcarespecialist #first .image-zu p {
    margin-bottom: 30px;
  }
}
#healthcarespecialist #sec2 {
  margin-block: 8rem;
}
@media screen and (max-width: 767px) {
  #healthcarespecialist #sec2 {
    margin-bottom: 4rem;
  }
}
#healthcarespecialist #sec2 .sec-visual {
  transform: translateX(-5%);
}
#healthcarespecialist #sec2 .sec2-block {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 6rem 8%;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  #healthcarespecialist #sec2 .sec2-block {
    padding: 3rem 5%;
    margin-top: -50px;
  }
}
#healthcarespecialist #sec2 .sec2-block h3 {
  font-size: clamp(2.4rem, 1.464rem + 1.2vw, 3rem);
  font-weight: bold;
  color: #005587;
  margin-bottom: 2rem;
  text-align: center;
}
#healthcarespecialist #sec2 .sec2-block h4 {
  font-size: clamp(1.8rem, 1.488rem + 0.4vw, 2rem);
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  color: #005587;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #healthcarespecialist #sec2 .sec2-block h4 {
    margin-top: 0;
  }
}
#healthcarespecialist #sec2 .sec2-block .voice {
  border-bottom: 1px dashed #140B42;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
#healthcarespecialist #sec2 .sec2-block .layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 6%;
}
@media screen and (max-width: 767px) {
  #healthcarespecialist #sec2 .sec2-block .layout {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  #healthcarespecialist #sec2 .sec2-block .layout .box {
    margin-bottom: 3rem;
  }
}
#healthcarespecialist #sec2 .sec2-block .layout .box h4 {
  color: #005587;
  font-size: clamp(1.6rem, 1.288rem + 0.4vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
#healthcarespecialist #sec2 .sec2-block .layout .box .prof {
  color: #005587;
  margin-top: 20px;
  font-weight: 500;
}
#healthcarespecialist #sec3 h3 {
  font-size: clamp(2.4rem, 1.464rem + 1.2vw, 3rem);
  font-weight: bold;
  color: #005587;
  margin-bottom: 2rem;
  text-align: center;
}
#healthcarespecialist #sec3 .box {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #healthcarespecialist #sec3 .box {
    margin-bottom: 3rem;
  }
}
#healthcarespecialist #sec3 .box h4 {
  position: relative;
  text-align: center;
  font-size: clamp(1.8rem, 1.488rem + 0.4vw, 2rem);
  font-weight: 500;
  color: #130B42;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
#healthcarespecialist #sec3 .box h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #130B42;
}