@charset "UTF-8";
/*! Copyright (c) 2026 株式会社メディウィル（Mediwill Inc.） All rights reserved. 弊社が制作・運用するサイト専用。無断複製・再配布・他サイトへの転用を禁じます。 / Proprietary — no redistribution or reuse without written permission. https://www.mediwill.co.jp/ */
/*--------------------------------------------------------------
clinic-base バリアント03 フロントページCSS（top-03.css）
変換元: バリアント03稼働サイトの配信CSS（2026-08-14取得）をトークン化
（同変種の新世代サイトと突合済み — 実サイト名・差分は docs/04b）
- トップナビ（top-nav / top-txtNav）・MV（top-mv / top-infomation / top-mvContents）
- 時期差セクション top-cta（03後期・CTA帯）は03新世代サイトから収録
--------------------------------------------------------------*/

/*--------------------------------------------------------------
【既知の未解決】03の下層ページ用 .base-container 上書き
変換元では常時読み込みだが、現行の enqueue 契約（top-0N はフロントのみ）では
下層に届かない。Phase5 で variant クラス付与等によるスコープ化を判断する
（docs/04b「未解決事項」参照）。フロントでは .base-container 不使用のため無害。
--------------------------------------------------------------*/

.base-container {
  padding: 160px 0 90px 0;
}
@media only screen and (max-width: 1199px) {
  .base-container {
    padding: 120px 15px 60px 15px;
  }
}

.top-nav--active {
  opacity: 0;
  transition: opacity 0.3s;
}

@media print, screen and (min-width: 1200px) {
  .top-txtNav {
    align-items: center;
    display: flex;
    height: 65px;
    padding: 0 10px 0 30px;
    position: fixed;
    right: 110px;
    top: 50px;
    z-index: 9998;
  }
  .top-txtNav_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .top-txtNav_item {
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
  }
  .top-txtNav_link {
    display: inline-block;
  }
  .top-txtNav_link:hover {
    transform: translateY(-2px);
    transition: 0.3s;
  }
}
@media only screen and (max-width: 1199px) {
  .top-txtNav {
    display: none;
  }
}

.top-mv {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  .top-mv {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1920px) {
  .top-mv {
    min-height: 750px;
  }
}
.top-mv_bgPhoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sample/top-mv_placeholder.jpg) no-repeat center; /* 既定はサンプル画像。実サイトは子テーマ site.css で .top-mv_bgPhoto を上書き */
  background-size: cover;
  filter: blur(15px);
  opacity: 0.2;
  z-index: 1;
}
.top-mv_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  margin-top: 95px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1200px) {
  .top-mv_inner {
    align-items: center;
    margin-top: 175px;
    flex-wrap: nowrap;
  }
}
.top-mv_photoArea {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .top-mv_photoArea {
    padding: 30px 15px 0 0;
    background: url(../img/sample/top-mv_placeholder.jpg) center no-repeat; /* 既定はサンプル画像。実サイトは子テーマ site.css で .top-mv_photoArea（SP）を上書き */
    background-size: cover;
  }
}
@media only screen and (max-width: 1199px) {
  .top-mv_photoArea {
    min-height: 450px;
    order: 2;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-mv_photoArea {
    width: calc(100% - 550px);
    height: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .top-mv_photoArea {
    width: calc(100% - 700px);
  }
}
@media only screen and (min-width: 768px) {
  .top-mv_photoArea {
    background: url(../img/sample/top-mv_placeholder.jpg) center no-repeat; /* 既定はサンプル画像。実サイトは子テーマ site.css で .top-mv_photoArea（PC）を上書き */
    background-size:100% auto;
  }
}
/* 03系MV内チェックリスト帯（top-mv_extraInfo*）: A-1受領の03サンプルCSSで「03テンプレ標準」と確認し追補
   （docs/04b §4b。従来は03稼働サイト固有と誤裁定し未収録だった）。
   既定パーツ front/extra-info.php は02系マークアップ（top-extraInfo）を出力するため、
   03でこの帯を使うサイトは site-parts で 03系マークアップ（top-mv_extraInfoArea 一式・MV内）に差し替える。 */
@media print, screen and (min-width: 1200px) {
  .top-mv_extraInfoArea {
    width: 100%;
    bottom: 120px;
    left: 50px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .top-mv_extraInfoArea {
    bottom: 75px;
    left: 15px;
    margin-top: 20px;
  }
}
.top-mv_extraInfoList {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .top-mv_extraInfoList {
    text-align: center;
  }
}
.top-mv_extraInfoListItem {
  padding: 8px 20px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  margin-top: 10px;
  background-color: var(--c-main);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .top-mv_extraInfoListItem {
    font-size: 11px;
    padding: 5px 15px;
    margin-top: 10px;
  }
}
.top-mv_extraInfoListIcon {
  background: url(../img/icon_extraInfo-check.svg) no-repeat;
  background-size: contain;
  padding-left: 28px;
}
@media only screen and (max-width: 767px) {
  .top-mv_extraInfoListIcon {
    padding-left: 23px;
  }
}
.top-mv_extraInfoListLink {
  display: inline-block;
}
.top-mv_extraInfoListLink:hover {
  transform: translateY(-2px);
  transition: 0.3s;
}
.top-mv_btnArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.top-mv_btnBox {
  width: calc((100% - 10px) / 2);
  margin-top: 10px;
}
.top-mv_btnBox .top-common_btn {
  margin: 0;
  max-width: 100%;
}
.top-mv_btnBox--full {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top-mv_btnBox--full {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-mv_btnBox {
    font-size: 14px;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
  .top-mv_btnBox:nth-child(even) {
    margin-right: 0;
  }
}
.top-mv_catchArea {
  width: 550px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .top-mv_catchArea {
    width: 100%;
    padding: 60px 15px;
    order: 1;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .top-mv_catchArea {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 1920px) {
  .top-mv_catchArea {
    width: 700px;
  }
}
.top-mv_catchAreaInner {
  min-width: 350px;
  padding: 20px 0 30px 0;
}

@media only screen and (max-width: 1199px) {
.top-mv_catchAreaInner {
  padding: 0;
}
}
@media only screen and (max-width: 767px) {
  .top-mv_catchAreaInner {
    min-width: 100%;
  }
}
.top-mv_catchAreaCatchCopy {
  font-size: 46px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .top-mv_catchAreaCatchCopy {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1920px) {
  .top-mv_catchAreaCatchCopy {
    font-size: 54px;
  }
}
.top-mv_catchAreaSubCatchCopy {
  font-size: 18px;
  margin-top: 15px;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .top-mv_catchAreaSubCatchCopy {
    font-size: 14px;
  }
}
.top-mv_infoArea {
  max-width: calc(100% - 50px);
  background: #fff;
  min-height: 100px;
  border-radius: 0 200px 0 0;
  margin-bottom: -1px;
}
@media only screen and (max-width: 1199px) {
  .top-mv_infoArea {
    max-width: calc(100% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .top-mv_infoArea {
    border-radius: 0 80px 0 0;
  }
}
.top-mv_infoAreaWrap {
  width: 100%;
  height: 100%;
  padding: 30px 90px 0 0;
  border-radius: 0 50px 0 0;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .top-mv_infoAreaWrap {
    padding: 30px 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-mv_infoAreaWrap {
    padding: 15px 30px 0 15px;
    flex-wrap: wrap;
  }
}
.top-mv_infoAreaBox {
  margin-left: 30px;
  border-left: solid 1px #e2ded7;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.top-mv_infoAreaBox:first-child {
  border: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
    .top-mv_infoAreaBox {
    flex-wrap: wrap;
  }
  .top-mv_infoAreaBox:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-mv_infoAreaBox {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
    border-top: solid 1px #e2ded7;
  }
}
.top-mv_infoAreaTxt {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .top-mv_infoAreaTxt {
    font-size: 13px;
  }
}
.top-mv_infoAreaTxt--small {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .top-mv_infoAreaTxt--small {
    font-size: 11px;
  }
}

.top-mv_infoAreaLink {
  background-color: #ffffff;
  border: solid 2px var(--c-main);
  border-radius: 50px;
  color: var(--c-main);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  margin: 0 10px 5px 0;
}
.top-mv_infoAreaLink:last-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .top-mv_infoAreaLink {
    font-size: 12px;
    padding: 10px 15px;
  }
}
.top-mv_infoAreaLink:hover {
  transform: translateY(-2px);
  transition: 0.3s;
}
.top-mv_infoAreaLinkArw {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top-mv_infoAreaLinkArw {
    padding-right: 15px;
  }
}

.top-mv_infoAreaLinkArw:after {
  content: url("../img/arw-gold.svg");
  width: 10px;
  height: auto;
  font-size: 0.5em;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}

.top-infomation {
  background: var(--c-top-section02); /* テンプレはS02ノブ参照（A-1で確認・既定#fffで描画不変） */
  padding: 45px 20px 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top-infomation_titleArea {
    min-width: 80px;
    font-size: 15px;
  }
}
.top-infomation_title {
  font-weight: 700;
  margin-right: 30px;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .top-infomation_title {
    margin-right: 15px;
  }
}
.top-infomation_infoItem {
  margin-top: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-infomation_infoItem {
    font-size: 14px;
  }
}
.top-infomation_infoLink {
  display: inline-block;
}
.top-infomation_infoLink:hover {
  transform: translateY(-2px);
  transition: 0.3s;
}
.top-infomation_infoWrap {
  display: flex;
  align-items: center;
}
.top-infomation_infoDate {
  font-size: 12px;
  margin-right: 10px;
  color: var(--c-sub);
  font-weight: 700;
  display: inline-block;
}

.top-mvContents {
  position: relative;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .top-mvContents {
    padding-bottom: 60px;
  }
}
.top-mvContents_head {
  background-color: var(--c-top-section02); /* テンプレはS02ノブ参照（A-1で確認・既定#fffで描画不変） */
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .top-mvContents_head {
    border-radius: 80px 80px 0 0;
    height: 90px;
    margin-top: -90px;
  }
}
@media only screen and (max-width: 1199px) {
  .top-mvContents_head {
    border-radius: 30px 30px 0 0;
    height: 60px;
    margin-top: -60px;
  }
}
.top-mvContents_mainWrap {
  background-color: var(--c-top-section02); /* テンプレはS02ノブ参照（A-1で確認・既定#fffで描画不変） */
  margin-top: -1px;
  padding: 0 50px;
}
@media print, screen and (min-width: 1200px) {
  .top-mvContents_mainWrap {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1920px) {
  .top-mvContents_mainWrap {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .top-mvContents_mainWrap {
    padding: 0 15px;
  }
}
.top-mvContents_titleArea {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .top-mvContents_titleArea {
    width: 50%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .top-mvContents_titleArea {
    text-align: center;
  }
}
.top-mvContents_otherArea {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .top-mvContents_otherArea {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .top-mvContents_logoWrap {
    text-align: center;
  }
}
.top-mvContents_logo {
  display: block;
}
.top-mvContents_logo--txtLogo {
  font-size: 34px;
  font-weight: 700;
}
.top-mvContents_logo--imgLogoHorizontal {
  height: auto;
  width: 300px;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .top-mvContents_logo--imgLogoHorizontal {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .top-mvContents_logo--imgLogoHorizontal {
    width: 280px;
  }
}
.top-mvContents_logo--imgLogoVertical {
  height: auto;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .top-mvContents_logo--imgLogoVertical {
    width: 150px;
  }
}
.top-mvContents_catchcopy {
  font-size: 26px;
  font-weight: 700;
  margin-top: 15px;
}
@media only screen and (min-width: 1920px) {
  .top-mvContents_catchcopy {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .top-mvContents_catchcopy {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .top-mvContents_catchcopy {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .top-mvContents_catchcopy {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .top-mvContents_txtWrap {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .top-mvContents_txtWrap {
    margin-top: 10px;
  }
}
.top-mvContents_txt {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .top-mvContents_txt {
    text-align: center;
  }
}
.top-mvContents_txtSmall {
  font-size: 13px;
}
.top-mvContents_catchArea {
  align-items: center;
  background-color: rgba(var(--c-main-rgb), 0.07);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  padding: 30px 45px;
}
@media only screen and (max-width: 1199px) {
  .top-mvContents_catchArea {
    border-radius: 20px;
    font-size: 16px;
    margin-top: 30px;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top-mvContents_catchArea {
    text-align: left;
  }
}
.top-mvContents_heading {
  font-weight: 700;
}
.top-mvContents_infoTitleArea {
  margin-right: 15px;
  min-width: 120px;
}
@media only screen and (max-width: 767px) {
  .top-mvContents_infoTitleArea {
    margin-right: 15px;
    min-width: 70px;
  }
}
.top-mvContents_infoDate {
  color: var(--c-sub);
  font-weight: 700;
  padding-right: 10px;
}
@media print, screen and (min-width: 1200px) {
  .top-mvContents_infoDate {
    display: inline-block;
    font-size: 11px;
    min-width: 60px;
  }
}
.top-mvContents_infoItem {
  font-size: 14px;
  margin-top: 5px;
}
.top-mvContents_infoItem:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .top-mvContents_infoItem {
    display: flex;
    align-items: center;
  }
}

/* 時期差セクション: top-cta（03後期・CTA帯。変換元: 03新世代サイト — docs/04b） */
.top-cta_boxArea {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 980px;
  width: 100%;
}
.top-cta_boxArea {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 980px;
  width: 100%;
}
.top-cta_boxIconArea {
  align-items: center;
  background: var(--c-main);
  border-radius: 50%;
  display: flex;
  height: 55px;
  justify-content: center;
  margin: 0 auto;
  width: 55px;
}
.top-cta_boxIconImg {
  height: auto;
  width: 25px;
}
.top-cta_heading03 {
  font-size: 24px;
  margin: 15px 0;
  font-family: var(--font-heading);
  font-weight: bold;
}
.top-cta_tel {
  font-size: 21px;
  font-weight: 700;
  font-family: var(--font-heading);
  font-weight: bold;
}
.top-cta_tel--large {
  font-size: 36px;
  margin-top: -15px;
}
.top-cta_txtWrap {
  margin-top: 10px;
}
.top-cta_txt {
  margin-top: 5px;
  text-align: center;
}
.top-cta_txtSmall {
  display: inline-block;
  font-size: 13px;
}
.top-cta_txtSmall--color {
  color: var(--c-sub);
}
.top-cta_btn {
  background: var(--c-main);
  color: #ffffff;
  display: block;
  line-height: 1.5;
  margin-top: 15px;
  padding: 15px;
  text-align: center;
  width: 100%;
  font-family: var(--font-heading);
}
.top-cta_btnArw {
  display: inline-block;
  padding: 0 20px 2px 0;
  position: relative;
  vertical-align: middle;
}
.top-cta_btnArw::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 7px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 7px;
}
@media only screen and (max-width: 767px) {
  .top-cta_box {
    border-top: dotted 2px #b8b8b8;
    margin: 0 15px;
    padding: 30px 15px 30px 15px;
  }
  .top-cta_box:first-child {
    border-top: none;
    padding-top: 0;
  }
  .top-cta_heading03 {
    text-align: center;
  }
  .top-cta_tel {
    font-size: 36px;
    text-align: center;
  }
  .top-cta_tel--large {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .top-cta_boxArea {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .top-cta_boxArea {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .top-cta_box {
    padding: 0 50px;
    text-align: center;
  }
  .top-cta_box--two {
    border-left: dotted 2px #b8b8b8;
    width: 50%;
  }
  .top-cta_box--two:first-child {
    border-left: none;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .top-cta_heading03 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-cta_btn:hover {
    transform: translateY(-2px);
    transition: 0.3s;
  }
}
