@charset "UTF-8";
/*==================================================================

	ページのメインコンテンツエリアのスタイル

==================================================================*/
#contents.support-container {
  width: 100%;
  padding-bottom: 0px;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  /* 767px以下はモバイルと想定し、各種要素を調整 */
  .mainvisual_wrap {
    margin-bottom: 0;
  }
  #contents.support-container {
    padding: 0;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
/*==================================================================

	共通のセクションタイトルスタイル

==================================================================*/
.section-total-support h2,
.section-flow h2,
.section-results h2,
.section-drugstore h2,
.section-services h2,
.cta.section-knowhow h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  display: block;
  background: linear-gradient(to right, #19a568, #005f35);
  padding: 10px;
  border-radius: 10px;
}

.lead_text {
  font-size: 18px;
  font-weight: bold;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 767px) {
  /* 767px以下はモバイルと想定し、各種要素を調整 */
  /* 共通セクションタイトル */
  .section-total-support h2,
  .section-flow h2,
  .section-results h2,
  .section-drugstore h2,
  .section-services h2,
  .cta.section-knowhow h2 {
    font-size: 20px;
    letter-spacing: -0.02em;
  }
  .lead_text {
    font-size: 16px;
    text-align: left;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}
.index_menu {
  border: solid 2px #006322;
  width: 560px;
  margin: -30px auto -80px;
  padding: 10px 0;
}
.index_menu .support-index-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px;
}
.index_menu .support-toc {
  list-style: none;
  padding: 0 20px;
}
.index_menu .support-toc li {
  margin-bottom: 10px;
}
.index_menu .support-toc li .support-link {
  font-size: 18px;
  text-decoration-line: underline;
}
.index_menu .support-toc li .support-link:hover::after {
  transform: translateY(-5px);
}

@media screen and (max-width: 640px) {
  .index_menu {
    width: 90%;
    margin: 20px auto 0;
  }
}
/*==================================================================

	.section-total-support- (トータルサポート)

==================================================================*/
.section-total-support {
  padding: 120px 0;
  text-align: center;
  width: 1140px;
  margin: 0 auto;
}
.section-total-support p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.section-total-support p:last-of-type {
  margin-bottom: 40px;
}

.support-diagram {
  text-align: center;
}
.support-diagram h3 {
  font-size: 24px;
  color: #005f35;
  margin-bottom: 20px;
  background: linear-gradient(to right, #9fddb1, #ebf4e3);
  border-radius: 10px;
  padding: 10px 0;
}
.support-diagram img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .section-total-support {
    width: 100%;
    padding: 40px 10px;
  }
  .support-diagram h3 {
    font-size: 17px;
  }
}
/*==================================================================

	.section-drugstore (ドラッグストア併設)

==================================================================*/
.section-drugstore {
  width: 100%;
  padding: 120px 0;
  background-color: #fff;
  text-align: center;
}
.section-drugstore .h2_br {
  display: none;
}
.section-drugstore p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.section-drugstore p:last-of-type {
  margin-bottom: 40px;
}
.section-drugstore .strength_img {
  display: flex !important;
  margin: 60px 0;
}
.section-drugstore .strength_img p {
  margin-bottom: 10px;
}
.section-drugstore .strength_img img {
  max-width: 100%;
  height: auto;
}
.section-drugstore .strength_img img.img_mt-30 {
  margin-top: -30px;
}
.section-drugstore .case-studies h3 {
  font-size: 24px;
  color: #005f35;
  margin-bottom: 20px;
  background: linear-gradient(to right, #9fddb1, #ebf4e3);
  border-radius: 10px;
  padding: 10px 0;
}
.section-drugstore .case-studies .example-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.section-drugstore .case-studies .example-list li {
  width: calc(30% - 15px);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.section-drugstore .case-studies .example-list li img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.youtube {
  background: #005f35;
  width: 1020px;
  margin: 80px auto 0;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  display: flex; /* 横並びレイアウトを維持 */
}
.youtube .youtube-text {
  width: 400px;
  margin-right: 40px;
}
.youtube .youtube-text h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.youtube .youtube-text p {
  text-align: left;
  font-size: 14px;
}
.youtube .video-container {
  flex-grow: 1; /* ★修正: 残りのスペースを柔軟に埋める */
  max-width: none; /* 不要な最大幅指定を解除 */
  margin: 0;
  position: relative;
  overflow: hidden;
  /* ★追加: 16:9 アスペクト比 (9 / 16 * 100 = 56.25%) を確保 */
  /* .top_movie, #iframe_player_apiを親の確保した空間に絶対配置 */
}
.youtube .video-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.youtube .video-container .top_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0; /* mt40をリセット */
}
.youtube .video-container #iframe_player_api {
  /* ★修正: 親要素（.top_movie）の確保した空間いっぱいに広げる */
  width: 100%;
  height: 100%;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .section-drugstore {
    width: 100%;
    padding: 40px 10px;
  }
  .section-drugstore .h2_br {
    display: block;
  }
  .section-drugstore .strength_img {
    display: flex !important;
    margin: 0px auto 20px;
    flex-wrap: wrap;
  }
  .section-drugstore .strength_img p {
    margin: 0 auto 30px;
  }
  .section-drugstore .strength_img img {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    margin-left: -20px;
  }
  .section-drugstore .strength_img img.img_mt-30 {
    margin-top: 0;
  }
  .section-drugstore .case-studies {
    box-sizing: border-box;
  }
  .section-drugstore .case-studies h3 {
    font-size: 20px;
  }
  .section-drugstore .case-studies .example-list {
    gap: 20px;
  }
  .section-drugstore .case-studies .example-list li {
    width: 43%;
    font-size: 15px;
  }
  .section-drugstore .youtube {
    width: 100%;
    padding: 20px;
    flex-direction: column; /* ★修正: モバイルでは縦並びにする */
    margin: 20px 0;
  }
  .section-drugstore .youtube .youtube-text {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .section-drugstore .youtube .youtube-text h3 {
    font-size: 20px;
  }
  .section-drugstore .youtube .video-container {
    /* PCで設定したアスペクト比のまま、親の幅に応じて自動調整される */
  }
  .section-drugstore .youtube .video-container #iframe_player_api {
    /* ★修正: 固定高さを削除し、アスペクト比ハックに任せる */
    height: 100%;
  }
}
/*==================================================================

	.section-flow (開業までの流れ)

==================================================================*/
.section-flow {
  padding: 120px 0;
  text-align: center;
  background: #f9f6ee;
}
.section-flow h2 {
  /* スタイルは共通セクションタイトルで定義 */
  margin-bottom: 30px;
}
.section-flow .flow-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 0 0;
}
.section-flow .flow-steps .step {
  width: 1000px;
  min-height: 260px;
  max-width: 100%;
  text-align: left;
  border: 1px solid #25b593;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.section-flow .flow-steps .step.step-illust-relative {
  position: relative;
}
.section-flow .flow-steps .step.step02 {
  border: solid 1px #009672;
}
.section-flow .flow-steps .step.step02 .step-title {
  background: #009672;
}
.section-flow .flow-steps .step.step02 .step-date {
  border: solid 1px #009672;
}
.section-flow .flow-steps .step.step03 {
  border: solid 1px #008b66;
}
.section-flow .flow-steps .step.step03 .step-title {
  background: #008b66;
}
.section-flow .flow-steps .step.step03 .step-group-company {
  border: solid 1px #008b66;
}
.section-flow .flow-steps .step.step03 .step-group-company::before {
  border-top: 1px solid #008b66;
  border-left: 1px solid #008b66;
}
.section-flow .flow-steps .step.step04 {
  border: solid 1px #00805a;
}
.section-flow .flow-steps .step.step04 .step-title {
  background: #00805a;
}
.section-flow .flow-steps .step.step04 .step-date {
  border: solid 1px #00805a;
}
.section-flow .flow-steps .step.step04 .step-group-company {
  border: solid 1px #00805a;
}
.section-flow .flow-steps .step.step04 .step-group-company::before {
  border-top: 1px solid #00805a;
  border-left: 1px solid #00805a;
}
.section-flow .flow-steps .step.step05 {
  border: solid 1px #00754e;
}
.section-flow .flow-steps .step.step05 .step-title {
  background: #00754e;
}
.section-flow .flow-steps .step.step05 .step-group-company {
  border: solid 1px #00754e;
}
.section-flow .flow-steps .step.step05 .step-group-company::before {
  border-top: 1px solid #00754e;
  border-left: 1px solid #00754e;
}
.section-flow .flow-steps .step.step06 {
  border: solid 1px #006a42;
}
.section-flow .flow-steps .step.step06 .step-title {
  background: #006a42;
}
.section-flow .flow-steps .step.step06 .step-group-company {
  border: solid 1px #006a42;
}
.section-flow .flow-steps .step.step06 .step-group-company::before {
  border-top: 1px solid #006a42;
  border-left: 1px solid #006a42;
}
.section-flow .flow-steps .step.step06 .step-dcp p {
  width: 75%;
}
.section-flow .flow-steps .step-date {
  position: absolute;
  top: -20px;
  left: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
  background: #fff;
  border: solid 1px #25b593;
  border-radius: 30px;
  padding: 10px 20px;
  z-index: 1;
}
.section-flow .flow-steps .step-title {
  font-size: 20px;
  font-weight: bold;
  width: 200px !important;
  height: 100%;
  color: #fff;
  background: #25b593;
  padding: 38px 0 0 0;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: 0;
  text-align: center;
}
.section-flow .flow-steps .step-title span {
  display: block;
  font-size: 16px;
}
.section-flow .flow-steps .step-list {
  padding: 20px 0px 20px 20px;
  width: calc(100% - 200px);
  box-sizing: border-box;
}
.section-flow .flow-steps .step-list p {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-left: 12px;
}
.section-flow .flow-steps .step-list p span {
  position: absolute;
  font-size: 26px;
  color: #005f35;
  position: absolute;
  top: -6px;
  left: -10px;
}
.section-flow .flow-steps .step-dcp {
  margin: 0px 20px 20px 20px;
  padding: 10px;
  background: #fff6f2;
  border-radius: 10px;
  width: calc(100% - 260px);
}
.section-flow .flow-steps .step-dcp .company-name {
  font-weight: bold;
  color: #e84500;
  margin-bottom: 10px;
  margin-left: -20px;
  letter-spacing: -1px;
  font-size: 20px;
}
.section-flow .flow-steps .step-dcp .company-name img {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: auto;
  margin-right: 5px;
}
.section-flow .flow-steps .step-dcp .company-name:not(:first-child) {
  margin-top: 10px;
}
.section-flow .flow-steps .step-dcp p {
  font-size: 14px;
  padding-left: 1em;
  margin-bottom: 10px;
  text-align: justify;
  position: relative;
  letter-spacing: 0.04em;
}
.section-flow .flow-steps .step-dcp p span {
  color: #e84500;
  font-size: 26px;
  position: absolute;
  top: -12px;
  left: -8px;
}
.section-flow .flow-steps .step-group-company {
  margin: 0px 20px 20px 20px;
  padding: 10px;
  border: 2px solid;
  background: #fafafa;
  border-radius: 10px;
  width: 280px;
  position: absolute;
  top: -30px;
  right: -150px;
}
.section-flow .flow-steps .step-group-company::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fafafa;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  top: 40px;
  left: -8px;
}
.section-flow .flow-steps .step-group-company .group-text {
  font-weight: bold;
  color: #005f35;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}
.section-flow .flow-steps .step-group-company .group-text:not(:first-child) {
  margin-top: 10px;
}
.section-flow .flow-steps .step-group-company .group-role {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -1px;
}
.section-flow .flow-steps .step-group-company .group-name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.6px;
}
.section-flow .flow-steps .step-group-company .group-name a {
  position: relative;
}
.section-flow .flow-steps .step-group-company .group-name a:hover {
  text-decoration: underline;
}
.section-flow .flow-steps .step-group-company .group-name a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/new_window.png) no-repeat;
  background-size: cover;
  right: -16px;
  top: 8px;
}
.section-flow .flow-steps .step-group-company hr {
  background-color: #006a42;
  height: 1px;
  color: rgba(255, 255, 255, 0);
  border-width: 0;
}
.section-flow .flow-steps .step-illust1 {
  position: absolute;
  right: 60px;
  top: -50px;
}
.section-flow .flow-steps .step-illust1 img {
  width: 200px;
  height: auto;
}
.section-flow .flow-steps .step-illust2 {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: -80px;
  z-index: 1;
}
.section-flow .flow-steps .step-illust2 img {
  width: 250px;
  height: auto;
}
.section-flow .flow-steps .step-illust3 {
  position: absolute;
  top: auto;
  bottom: -20px;
  left: -80px;
}
.section-flow .flow-steps .step-illust3 img {
  width: 230px;
  height: auto;
}
.section-flow .flow-steps .step-illust4 {
  position: absolute;
  top: auto;
  bottom: 30px;
  right: 60px;
}
.section-flow .flow-steps .step-illust4 img {
  width: 300px;
  height: auto;
}
.section-flow .flow-steps .step.last-step {
  border: solid 1px #006322;
  background-color: #006322;
  height: 300px;
  display: block;
}
.section-flow .flow-steps .step.last-step p {
  color: #fff;
  padding: 10px 0 0px 50px;
  width: 560px;
  display: block;
  font-size: 20px;
}
.section-flow .flow-steps .step p.completion-message {
  font-size: 24px;
  color: #fff;
  padding: 70px 0 0 50px;
}
.section-flow .flow-steps .step-arrow {
  font-size: 20px;
  color: #006322;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .section-flow {
    width: 100%;
    padding: 40px 10px;
    overflow: hidden;
  }
  .section-flow .flow-steps .step {
    width: 95%;
    padding: 0;
    flex-wrap: wrap;
  }
  .section-flow .flow-steps .step.step03 {
    border: solid 1px #008b66;
    margin: 0 0 80px 0;
  }
  .section-flow .flow-steps .step.step03 .step-title {
    background: #008b66;
  }
  .section-flow .flow-steps .step.step04 {
    border: solid 1px #00805a;
    margin: 0 0 80px 0;
  }
  .section-flow .flow-steps .step.step04 .step-title {
    background: #00805a;
  }
  .section-flow .flow-steps .step.step04 .step-date {
    border: solid 1px #00805a;
  }
  .section-flow .flow-steps .step.step05 {
    border: solid 1px #00754e;
    margin: 0 0 80px 0;
  }
  .section-flow .flow-steps .step.step05 .step-title {
    background: #00754e;
  }
  .section-flow .flow-steps .step.step06 {
    border: solid 1px #006a42;
    margin: 0 0 170px 0;
  }
  .section-flow .flow-steps .step.step06 .step-title {
    background: #006a42;
  }
  .section-flow .flow-steps .step.step06 .step-group-company {
    bottom: -200px;
  }
  .section-flow .flow-steps .step.step06 .step-dcp p.company-name {
    width: 110%;
  }
  .section-flow .flow-steps .step.step06 .step-dcp p {
    width: 100%;
  }
  .section-flow .flow-steps .step-date {
    position: absolute;
    text-align: left;
    margin-bottom: 5px;
    left: calc(50% - 50px);
  }
  .section-flow .flow-steps .step-title {
    font-size: 20px;
    width: 100% !important;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 30px 10px 20px 10px;
    position: relative;
  }
  .section-flow .flow-steps .step-title span {
    font-size: 16px;
  }
  .section-flow .flow-steps .step-list {
    padding: 20px 0px 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .section-flow .flow-steps .step-list p {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .section-flow .flow-steps .step-dcp {
    width: 100%;
  }
  .section-flow .flow-steps .step-dcp .company-name {
    font-size: 17px;
  }
  .section-flow .flow-steps .step-group-company {
    width: 100%;
  }
  .section-flow .flow-steps .step-group-company .company-name {
    font-size: 14px;
  }
  .section-flow .flow-steps .step-group-company p {
    font-size: 14px;
  }
  .section-flow .flow-steps .step-group-company {
    width: 95%;
    top: initial;
    right: -30px;
    bottom: -120px;
  }
  .section-flow .flow-steps .step-group-company::before {
    transform: rotate(45deg);
    top: -6px;
    left: 40px;
  }
  .section-flow .flow-steps .step-group-company .group-text {
    font-weight: bold;
    color: #005f35;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
  }
  .section-flow .flow-steps .step-group-company .group-text:not(:first-child) {
    margin-top: 10px;
  }
  .section-flow .flow-steps .step-group-company .group-role {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -1px;
  }
  .section-flow .flow-steps .step-group-company .group-name {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.6px;
  }
  .section-flow .flow-steps .step-group-company hr {
    background-color: #006a42;
    height: 1px;
    color: rgba(255, 255, 255, 0);
    border-width: 0;
  }
  .section-flow .flow-steps .step-illust1 {
    right: -10px;
    top: 40px;
  }
  .section-flow .flow-steps .step-illust1 img {
    width: 80px;
  }
  .section-flow .flow-steps .step-illust2 {
    left: -10px;
    bottom: -180px;
  }
  .section-flow .flow-steps .step-illust2 img {
    width: 100px;
  }
  .section-flow .flow-steps .step-illust3 {
    bottom: initial;
    right: -20px;
    left: initial;
    top: 80px;
  }
  .section-flow .flow-steps .step-illust3 img {
    width: 110px;
    max-width: initial;
  }
  .section-flow .flow-steps .step-illust4 {
    top: -20px;
    bottom: 0;
    left: calc(50% - 80px);
  }
  .section-flow .flow-steps .step-illust4 img {
    width: 160px;
    max-width: initial;
  }
  .section-flow .flow-steps .step.last-step {
    height: auto;
    padding: 0 0 20px 0;
  }
  .section-flow .flow-steps .step.last-step p {
    padding: 10px 10px 0px 10px;
    width: 100%;
    text-align: justify;
    font-size: 18px;
  }
  .section-flow .flow-steps .step p.completion-message {
    font-size: 20px;
    padding: 140px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .section-flow .flow-steps .step-arrow {
    margin: 20px 0;
  }
}
/*==================================================================

	.section-results (開業実績)

==================================================================*/
.section-results {
  /* .bg_gray_contents 相当のスタイルを定義 */
  background-color: #edf4f2;
  padding: 120px 0;
  text-align: center;
}
.section-results > p {
  margin-bottom: 40px;
}
.section-results .h2_br {
  display: none;
}
.section-results .clinic-models {
  width: 1000px;
  max-width: 100%;
  margin: 40px auto 0;
}
.section-results .clinic-models h3 {
  font-size: 24px;
  color: #005f35;
  margin-bottom: 20px;
  background: linear-gradient(to right, #9fddb1, #ebf4e3);
  border-radius: 10px;
  padding: 10px 0;
}
.section-results .clinic-models > p {
  text-align: left;
  margin-bottom: 30px;
}
.section-results .clinic-models .model-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  gap: 30px;
  margin: 80px 0 40px 0;
}
.section-results .clinic-models .model-list .model-item {
  width: 33.33%;
  text-align: left;
  background-color: #fff;
  border-radius: 50%;
}
.section-results .clinic-models .model-list .model-item img {
  width: auto;
  height: 130px;
  margin: -60px auto 0;
  display: block;
}
.section-results .clinic-models .model-list .model-item h4 {
  /* h6.tit01 相当のスタイルを定義 */
  font-size: 20px;
  font-weight: bold;
  color: #006322;
  margin-bottom: 5px;
  padding-left: 0;
  position: relative;
  text-align: center;
}
.section-results .clinic-models .model-list .model-item ul {
  list-style: none;
  padding-left: 0;
  width: 85%;
  margin: 0 auto 70px;
}
.section-results .clinic-models .model-list .model-item ul li {
  /* .list03 li 相当のスタイルを定義 */
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.section-results .clinic-models .model-list .model-item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #006322;
}
.section-results .clinic-models button {
  background: none;
  border: none;
}
.section-results .clinic-models button a {
  /* .btn03 a 相当のスタイルを定義 */
  display: inline-block;
  min-width: 300px;
  padding: 15px 30px;
  background-color: #fff;
  border: 2px solid #086837;
  border-radius: 60px;
  color: #555;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  transition: 0.3s;
}
.section-results .clinic-models button a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #086837;
  border-right: 2px solid #086837;
}
.section-results .clinic-models button a:hover {
  background: #086837;
  color: #fff;
}
.section-results .clinic-models button a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .section-results {
    width: 100%;
    padding: 40px 10px;
    overflow: hidden;
  }
  .section-results .h2_br {
    display: block;
  }
  .section-results .clinic-models {
    width: 100%;
  }
  .section-results .clinic-models h3 {
    font-size: 20px;
  }
  .section-results .clinic-models .model-list {
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-results .clinic-models .model-list .model-item {
    width: 95vw;
    height: 95vw;
    margin-bottom: 30px;
  }
  .section-results .clinic-models .model-list .model-item img {
    margin: -60px auto 0;
  }
  .section-results .clinic-models .model-list .model-item ul li {
    letter-spacing: -0.01em;
  }
  .section-results .clinic-models button a {
    width: 90%;
    min-width: 260px;
    font-size: 18px;
  }
}
/*==================================================================

	.section-services (提供サービス)

==================================================================*/
.section-services {
  padding: 120px 0;
  text-align: center;
  background-color: #edf4f2;
}
.section-services h2 {
  /* スタイルは共通セクションタイトルで定義 */
  margin-bottom: 40px;
}
.section-services .service-grid .service-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  gap: 30px;
  width: 1020px;
  margin: 0 auto;
}
.section-services .service-grid .service-item ul li {
  width: 280px;
  height: 100px;
  padding: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  background: #fff;
  border-radius: 10px;
  align-items: center;
}
.section-services .service-grid .service-item ul li img {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 20px 0 0;
}
.section-services .service-grid .service-item ul li p {
  margin: 0;
}
.section-services .sp_br {
  display: none;
}

@media screen and (max-width: 767px) {
  .section-services {
    width: 100%;
    padding: 40px 10px;
    overflow: hidden;
  }
  .section-services .service-grid .service-item ul {
    width: 100%;
    gap: 10px;
  }
  .section-services .service-grid .service-item ul li {
    width: 48%;
    padding: 10px;
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .section-services .service-grid .service-item ul li img {
    width: 30px;
    margin: 0 10px 0 0;
  }
  .section-services .sp_br {
    display: block;
  }
}
/*==================================================================

	.cta.section-knowhow (CTA/お問い合わせ)

==================================================================*/
.cta.section-knowhow {
  padding: 60px 0;
  background: linear-gradient(to right, #19a568, #005f35);
  text-align: center;
  color: #fff;
}
.cta.section-knowhow h2 {
  /* スタイルは共通セクションタイトルで定義 */
  color: #fff;
}
.cta.section-knowhow p {
  max-width: 940px;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.cta.section-knowhow ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 30px;
}
.cta.section-knowhow ul li {
  width: 400px;
  max-width: 45%;
}
.cta.section-knowhow ul li a {
  display: block;
  padding: 20px 30px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.cta.section-knowhow ul li a img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 4px;
}
.cta.section-knowhow ul li.form a {
  background-color: #fff;
  color: #555;
  font-size: 20px;
  padding: 30px 30px;
}
.cta.section-knowhow ul li.form a:hover {
  opacity: 0.9;
}
.cta.section-knowhow ul li.tel a {
  background: linear-gradient(to right, #3a3a3a, #130f0b);
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.cta.section-knowhow ul li.tel a span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}
.cta.section-knowhow ul li.tel a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .cta.section-knowhow {
    width: 100%;
    padding: 40px 10px;
    overflow: hidden;
  }
  .cta.section-knowhow p {
    text-align: left;
  }
  .cta.section-knowhow p br {
    display: none;
  }
  .cta.section-knowhow ul {
    flex-direction: column;
    align-items: center;
  }
  .cta.section-knowhow ul li {
    width: 90%;
    max-width: 90%;
  }
  .cta.section-knowhow ul li.form a {
    font-size: 16px;
    padding: 20px 10px;
    letter-spacing: -0.02em;
  }
  .cta.section-knowhow ul li.tel a {
    font-size: 20px;
    padding: 20px 10px;
  }
}/*# sourceMappingURL=support.css.map */