<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(../components/carousel.css);
@media screen and (max-width: 767px) {
  .service-hero {
    background: #ebf6fd url(../../img/recruitment/sp/bg_main_recruitment_sp.webp)
      no-repeat top center/contain;
  }
}

.top-section {
  position: relative;
}

.top-section--service-hero {
  height: 375px;
  padding: 75px 0 0;
}

.top-section--service-hero {
  background: url(../../img/recruitment/bg_main_recruitment.webp) no-repeat top
    center/cover;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero {
    height: auto;
    padding: 180px 30px 20px;
    background: transparent;
  }
}

.top-section--service-hero .top-section__heading {
  font-size: 42px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__heading {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 38px;
  }
}

.top-section--service-hero .top-section__sub-heading {
  display: block;
  font-weight: normal;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__sub-heading {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 26px;
  }
}

.top-section--service-hero .top-section__body {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .top-section--service-hero .top-section__body .c-button.c-button--xl {
    width: 100%;
    max-width: 420px;
    font-size: 22px;
    padding: 17px 0;
    border-radius: 30px;
  }
}

.top-section--overview {
  padding: 80px 0 30px;
}

@media screen and (max-width: 767px) {
  .top-section--overview {
    padding: 50px 30px 20px;
  }
}

.top-section--overview .top-section__inner {
  position: relative;
}

.top-section--overview .top-section__body {
  margin-top: 30px;
}

.top-section--merit {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .top-section--merit {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .top-section--merit .top-section__heading {
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }
}

.top-section--price {
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .top-section--price {
    padding: 40px 0 60px;
  }
}

.top-section--doctor {
  background: #ebf6fd;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .top-section--doctor {
    padding: 40px 30px 60px;
  }
}

@media screen and (max-width: 767px) {
  .top-section--doctor .top-section__heading {
    text-align: left;
  }
}

.top-section--doctor .top-section__body {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .top-section--doctor .top-section__body {
    margin-top: 40px;
  }
}

.top-section--step {
  padding: 60px 0;
  background: #ebf6fd;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .top-section--step {
    padding: 40px 30px;
  }
}

.top-section--step .top-section__heading {
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-section--step .top-section__heading {
    text-align: left;
  }
}

.top-section--step .top-section__description {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .top-section--step .top-section__description {
    text-align: left;
  }
}

.top-section--step .top-section__body {
  margin-top: 30px;
}

.top-section--news {
  padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
  .top-section--news {
    padding: 30px;
  }
}

.top-section--contact {
  padding: 60px 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1565c0),
    to(#03a9f4)
  );
  background: linear-gradient(90deg, #1565c0 0%, #03a9f4 100%);
}

.top-section--banner {
  padding: 40px 0;
}

.top-section--faq {
  padding: 100px 0 40px;
}

@media screen and (max-width: 767px) {
  .top-section--faq {
    padding: 40px 30px 30px;
  }
}

.top-section--faq .top-section__body {
  width: 800px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .top-section--faq .top-section__body {
    width: 100%;
    margin: 40px auto 0;
  }
}

.top-section__inner {
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top-section__inner {
    width: 100%;
  }
}

.top-section__heading {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .top-section__heading {
    font-size: 28px;
  }
}

.top-section__heading--with-line {
  color: #1565c0;
  text-align: center;
  padding-top: 20px;
}

.top-section__heading--with-line:before,
.top-section__heading--with-line:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  top: 0;
}

.top-section__heading--with-line:before {
  right: 50%;
  background: #03a9f4;
}

.top-section__heading--with-line:after {
  left: 50%;
  background: #1565c0;
}

.top-section__heading strong {
  color: #1565c0;
}

.top-section__description {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-top: 10px;
}

.top-section__body {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .top-section__body {
    margin-top: 30px;
  }
}

.top-section__more {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-section__more {
    margin-top: 40px;
  }
}

.top-section__more .c-button.c-button--l {
  width: 100%;
  max-width: 326px;
}

.column__block + .column__block {
  margin-top: 50px;
}

.column__heading {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #434e5b;
  padding: 15px 15px 15px 36px;
  background: #fafafa;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .column__heading {
    background: #ffffff;
    color: #434e5b;
    line-height: 1.4;
    font-size: 24px;
    padding: 0 0 15px;
    margin-bottom: 30px;
  }
}

.column__heading:before {
  content: "";
  position: absolute;
  display: block;
  background: #1565c0;
  height: 2px;
  width: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 767px) {
  .column__heading:before {
    width: 100%;
    top: auto;
    height: 3px;
    bottom: 0;
    background: #f7f7f7;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .column__heading:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1565c0),
      to(#03a9f4)
    );
    background: linear-gradient(90deg, #1565c0 0%, #03a9f4 100%);
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .column__body {
    padding: 0;
    margin: 0 -30px;
    overflow: hidden;
    height: 308px;
  }
}

@media screen and (max-width: 767px) {
  .column__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 0 30px 50px;
    -webkit-overflow-scrolling: touch;
  }
}

.column__item {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .column__item {
    min-width: 250px;
    max-width: 250px;
    height: 308px;
    padding: 0 30px 0 0;
    margin-right: 0;
  }
}

.column .slide-prev-arrow,
.column .slide-next-arrow {
  width: 32px;
  height: 50px;
  position: absolute;
  top: 70px;
  background: #ddd;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
}

.column .slide-prev-arrow:hover,
.column .slide-next-arrow:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .column .slide-prev-arrow,
  .column .slide-next-arrow {
    -webkit-transition: none;
    transition: none;
  }
  .column .slide-prev-arrow:hover,
  .column .slide-next-arrow:hover {
    opacity: 1;
  }
}

.column .slide-prev-arrow {
  right: 100%;
  margin-right: 24px;
  background: url(../../img/common/icon_arrow_slide_l_l.svg) no-repeat center;
}

.column .slide-next-arrow {
  left: 100%;
  margin-left: 24px;
  background: url(../../img/common/icon_arrow_slide_l_r.svg) no-repeat center;
}

.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .step__list {
    margin-top: 40px;
    display: block;
    padding: 0 10px;
  }
}

.step__item + .step__item {
  margin-left: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .step__item + .step__item {
    margin-left: 0;
    margin-top: 50px;
  }
}

.step__item + .step__item:before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 80px;
  width: 20px;
  height: 40px;
  background: url(../../img/common/arrow_step.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .step__item + .step__item:before {
    width: 16px;
    height: 32px;
    left: 50%;
    top: auto;
    margin-bottom: 25px;
    bottom: 100%;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
    transform: translate(-50%, 50%) rotate(90deg);
  }
}

.step-card {
  width: 200px;
  height: 200px;
  border-radius: 6px;
  background: #ffffff no-repeat top 45px center;
  position: relative;
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .step-card {
    width: 100%;
    height: 100%;
    padding-top: 160px;
    padding-bottom: 30px;
    background-position: top 20px center;
    background-size: 180px 130px;
  }
}

.step-card--1.lazyloaded {
  background-image: url(../../img/common/img_step_01.svg);
}

.step-card--2.lazyloaded {
  background-image: url(../../img/common/img_step_02.svg);
}

.step-card--3.lazyloaded {
  background-image: url(../../img/common/img_step_03.svg);
}

.step-card__num {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .step-card__num {
    top: -7px;
    left: -10px;
    -webkit-transform: none;
    transform: none;
  }
}

.step-card__heading {
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}

.case-study__item {
  padding: 12px 16px;
}

@media screen and (max-width: 767px) {
  .case-study__item {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .case-study__item .c-case-study-card {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .case-study .slick-slide &gt; div {
    height: 100%;
  }
}

.case-study .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.case-study .slick-slide {
  height: inherit !important;
}

.faq__item:not(:first-child) {
  margin-top: 20px;
}

.news {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .news {
    width: 100%;
  }
}

.news__item:not(:first-child) {
  margin-top: 30px;
}

.slick-dotted.slick-slider {
  padding-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  background-color: #1565c0;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:before {
  content: "";
  display: block;
  background-color: #d8e1ea;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.introduction {
  background: #ebf6fd;
  padding: 50px 0 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introduction {
    background: transparent;
    padding: 20px 30px 40px;
  }
}

.introduction:after {
  content: "";
  display: block;
  border: transparent solid 40px;
  border-top-color: #ebf6fd;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.introduction__inner {
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .introduction__inner {
    width: 100%;
  }
}

.introduction__heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .introduction__heading {
    line-height: 36px;
  }
}

.introduction__body {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .introduction__body {
    margin-top: 30px;
  }
}

.introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .introduction__list {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.introduction__item {
  width: 33.333%;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .introduction__item {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .introduction__item + .introduction__item {
    margin-top: 20px;
  }
}

.introduction-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 105px 40px 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introduction-item {
    padding: 90px 30px 25px;
  }
}

.introduction-item:before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  width: 195px;
  height: 112px;
  -webkit-transform: translate(-50%, -22px);
  transform: translate(-50%, -22px);
}

@media screen and (max-width: 767px) {
  .introduction-item:before {
    height: 88px;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}

.introduction-item--1.lazyloaded:before {
  background-image: url(../../img/recruitment/img_problem_recruitment_01.svg);
}

.introduction-item--2.lazyloaded:before {
  background-image: url(../../img/recruitment/img_problem_recruitment_02.svg);
}

.introduction-item--3.lazyloaded:before {
  background-image: url(../../img/recruitment/img_problem_recruitment_03.svg);
}

.introduction-item__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .introduction-item__text {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .overview {
    margin: 0 -30px;
  }
}

.overview__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 60px;
  width: 360px;
  height: 360px;
}

.overview__header.lazyloaded::after {
  background: url(../../img/recruitment/img_consept_recruitment.svg) no-repeat
    center/contain;
}

@media screen and (max-width: 767px) {
  .overview__header::after {
    position: static;
    width: 100%;
    height: 210px;
    margin-top: 30px;
  }
}

.overview__list {
  width: 730px;
  padding: 40px;
  background: #ebf6fd;
}

@media screen and (max-width: 767px) {
  .overview__list {
    width: 100%;
    padding: 40px 30px;
  }
}

.overview__item {
  padding-left: 50px;
  background: url(../../img/common/icon_check.svg) no-repeat left top;
}

.overview__item + .overview__item {
  margin-top: 20px;
}

.overview__item-text {
  color: #1565c0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 36px;
}

.overview__detail {
  margin-top: 60px;
}

.overview-detail {
  border-top: #1565c0 solid 6px;
  padding: 50px 60px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .overview-detail {
    padding: 30px 30px 60px;
  }
}

.overview-detail__block + .overview-detail__block {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .overview-detail__block + .overview-detail__block {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .overview-detail__block--2 .overview-detail__heading {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .overview-detail__block--2 .overview-detail__image {
    margin-top: 30px;
  }
}

.overview-detail__heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  color: #1565c0;
}

.overview-detail__text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
}

.overview-detail__image {
  margin-top: 40px;
}

.overview-detail__image img {
  display: block;
  width: 100%;
  height: auto;
}

.overview-detail__table {
  table-layout: fixed;
}

@media screen and (min-width: 768px) {
  .overview-detail__table {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .overview-detail__table-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .overview-detail__table-row {
    display: block;
    width: 25%;
  }
}

.overview-detail__table-row:not(:first-child) th {
  border-left: #ffffff solid 1px;
}

@media screen and (max-width: 767px) {
  .overview-detail__table-row:not(:first-child) th {
    border-left: none;
    border-top: #ffffff solid 1px;
  }
}

.overview-detail__table-row:not(:first-child) td {
  border-left: #e0e4e8 solid 1px;
}

@media screen and (max-width: 767px) {
  .overview-detail__table-row:not(:first-child) td {
    border-left: none;
    border-top: #e0e4e8 solid 1px;
  }
}

.overview-detail__table-row th {
  background: #1565c0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .overview-detail__table-row th {
    padding: 20px 0;
    font-size: 16px;
    line-height: 22px;
    width: 90px;
  }
}

@media screen and (min-width: 768px) {
  .overview-detail__table-row th {
    display: block;
    height: 60px;
  }
}

.overview-detail__table-row td {
  background: #f6f8fa;
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .overview-detail__table-row td {
    display: block;
    height: 284px;
  }
}

.overview-detail__table-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .overview-detail__table-title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

.overview-detail__table-title.-center {
  text-align: center;
  margin: 0 -20px 10px;
}

@media screen and (max-width: 767px) {
  .overview-detail__table-title.-center {
    margin: 0 0 10px;
  }
}

.overview-detail__table-title--num {
  text-align: left;
  position: relative;
  padding-left: 30px;
  line-height: 28px;
  margin-bottom: 10px;
}

.overview-detail__table-title--num span {
  position: absolute;
  left: 0;
}

.overview-detail__table-description {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
}

.merit__block {
  padding: 60px 40px;
}

@media screen and (max-width: 767px) {
  .merit__block {
    height: auto;
  }
}

.merit__block + .merit__block {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .merit__block + .merit__block {
    margin-top: 40px;
  }
}

.merit__block--1 {
  padding-right: 580px;
  background-repeat: no-repeat;
  background-position: right 120px;
}

.merit__block--1.lazyloaded {
  background-image: url(../../img/recruitment/img_merit_recruitment_01.svg);
}

@media screen and (max-width: 767px) {
  .merit__block--1 {
    background-position: bottom center;
    background-size: 214px;
    padding: 80px 30px 250px;
  }
}

.merit__block--1 .merit__heading:before {
  content: "01";
}

.merit__block--2 {
  padding-left: 580px;
  background-repeat: no-repeat;
  background-position: center left;
}

.merit__block--2.lazyloaded {
  background-image: url(../../img/recruitment/img_merit_recruitment_02.svg);
}

@media screen and (max-width: 767px) {
  .merit__block--2 {
    background-position: bottom center;
    background-size: 281px;
    padding: 80px 30px 266px;
  }
}

.merit__block--2 .merit__heading:before {
  content: "02";
}

.merit__heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .merit__heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.merit__heading strong {
  color: #1565c0;
}

.merit__heading:before {
  content: "";
  display: block;
  font-size: 120px;
  line-height: 1;
  font-weight: bold;
  color: rgba(21, 101, 192, 0.1);
  position: absolute;
  z-index: -1;
  left: -40px;
  top: -50px;
}

@media screen and (max-width: 767px) {
  .merit__heading:before {
    font-size: 100px;
    left: 0;
    top: -75px;
  }
}

.merit__description {
  font-size: 14px;
  line-height: 2;
}

.doctor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}

@media screen and (max-width: 767px) {
  .doctor__list {
    display: block;
    margin: 0;
  }
}

.doctor__item {
  padding: 20px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .doctor__item {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .doctor__item + .doctor__item {
    margin-top: 20px;
  }
}

.doctor-card {
  background: #ffffff;
  padding: 40px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .doctor-card {
    padding: 30px;
  }
}

.doctor-card__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .doctor-card__detail {
    display: block;
  }
}

.doctor-card__profile {
  width: 140px;
  height: 140px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .doctor-card__profile {
    margin: 0 auto;
  }
}

.doctor-card__profile img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor-card__profile-detail {
  position: absolute;
  bottom: -10px;
  right: -10px;
  display: block;
  border-radius: 13px;
  background-color: #1565c0;
  color: white;
  font-size: 13px;
  padding: 7px 10px 5px;
  line-height: 14px;
}

.doctor-card__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .doctor-card__info {
    margin-left: 0;
    margin-top: 30px;
  }
}

.doctor-card__description {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .doctor-card__description {
    margin-top: 20px;
  }
}

.doctor-info {
  display: table;
}

.doctor-info__item {
  display: table-row;
}

.doctor-info__title {
  display: table-cell;
  color: #637487;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-align: right;
  white-space: nowrap;
  padding-right: 12px;
}

.doctor-info__detail {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}

.price {
  padding: 50px 90px 60px;
  border-top: 10px solid #1565c0;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .price {
    padding: 40px 30px 60px;
  }
}

.price__header {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e0e4e8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price__header {
    border: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

.price__heading {
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  color: #1565c0;
}

@media screen and (max-width: 767px) {
  .price__heading {
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}

.price__heading strong {
  font-size: 52px;
  font-weight: bold;
  line-height: 60px;
  vertical-align: -2px;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .price__heading strong {
    font-size: 42px;
    line-height: 50px;
  }
}

.price__sub-heading {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  color: #333333;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .price__sub-heading {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
}

.price__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .price__body {
    display: block;
  }
}

.price__thumbnail {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .price__thumbnail {
    width: 100%;
  }
}

.price__thumbnail img {
  width: 100%;
  height: auto;
}

.price__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .price__detail {
    margin-left: 0;
    margin-top: 25px;
  }
}

.price__detail-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 20px;
  margin-right: -10px;
}

@media screen and (max-width: 767px) {
  .price__detail-title {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.price__detail-link {
  display: flex;
  justify-content: flex-end;
}

.price__detail-link a {
  color: #1565c0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}

.top-section--material {
  padding: 100px 0 40px;
}

@media screen and (max-width: 767px) {
  .top-section--material {
    padding: 40px 30px 0 30px;
  }
}

.top-material__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top-material__items {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.top-material__items li {
  flex-basis: 270px;
  margin: 0 42px 32px 0;
  overflow: hidden;
}

.top-material__items::before {
  content: "";
  display: block;
  flex-basis: 270px;
  margin-right: 42px;
  order: 1;
}

.top-material__items::after {
  content: "";
  display: block;
  flex-basis: 270px;
  margin-right: 42px;
}

@media screen and (max-width: 767px) {
  .top-material__items li {
    flex-basis: calc((100vw - 60px) / 2 - 2.4%);
    margin-bottom: 16px;
    margin-right: 0;
  }
}

.top-material__items li a {
  display: block;
}

.top-material__items li a:hover .top-material__title {
  color: #1565c0;
}

.top-material__items li a:hover img {
  opacity: 0.8;
}

.top-material__thumbnail {
  display: block;
  transition: 300ms;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .top-material__thumbnail {
    aspect-ratio: 4 / 3;
  }
}

.top-material__thumbnail img {
  max-width: 100%;
  height: auto;
  width: 270px;
  height: 180px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-material__thumbnail img {
    width: 100%;
    height: 100%;
  }
}

.top-material__title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .top-material__title {
    font-size: 14px;
    height: 48px;
  }
}

.top-section__heading {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .top-section__heading {
    font-size: 28px;
  }
}
</pre></body></html>