@charset "utf-8";

header {
    background-color: #E1F6FF;
}
/* -------------------パンくずリスト------------------- */
/* パンくず全体 */
.breadcrumb {
  font-size: 14px;
  margin: 20px 0;
  color: #555;
  padding-left: 40px;
}

/* ol（リスト）を横並びにする */
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap; /* 折り返しもOK */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 各 li */
.breadcrumb li {
  display: flex;
  align-items: center;
  color: #555;
}

/* 区切り記号（›） */
.breadcrumb li:not(:last-child)::after {
  content: "›"; /* ▶ や / に変更可 */
  margin: 0 8px;
  color: #aaa;
  font-weight: bold;
}

/* リンク部分のスタイル */
.breadcrumb a {
  color: #007acc;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #005b99;
}

/* 最後の要素（現在ページ） */
.breadcrumb li:last-child {
  color: #333;
  font-weight: bold;
  pointer-events: none; /* 現在地はクリック不可に */
}


/*------------------- メニュー -------------------*/
/* 最初は通常の位置に */

.nav-under {
  width: 100%;
  background: #fff;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  transition: all 0.3s ease-in-out;
  margin-top: 100px;
  z-index: 10;
}

/* 固定されるときのスタイル */
.nav-under.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  z-index: 15;
}


/* メニューリスト */
.nav-underlist {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

/* メニュー項目 */
.nav-underitem {
	position: relative;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-weight: bold;

}

/* メニューリンク */
.nav-underitem a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  display: block;
  position: relative;
  transition: color 0.3s ease;
}

/* ホバー時のエフェクト（下線アニメーション） */
.nav-underitem a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: #4A90E2;
  transition: all 0.3s ease-out;
  transform: translateX(-50%);
}

.nav-underitem a:hover::after {
  width: 100%;
}

.nav-underitem a:hover {
  color: #4A90E2;
}

/* プルダウンメニュー */
.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* プルダウンメニュー項目 */
.dropdown li {
  padding: 12px 20px;
}

.dropdown li a {
  text-decoration: none;
  color: #666;
  display: block;
  font-size: 14px;
  transition: background 0.3s ease, padding-left 0.3s ease;
}

.dropdown li a:hover {
  background: #f4f4f4;
  padding-left: 25px;
}

/* ホバー時にプルダウンを表示 */
.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  z-index: 5;
}

/* ハンバーガーメニュー（スマホ対応） */
.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-underitem a.active {
  color: #333333; /* テキスト色 */
  background-color: rgba(74, 144, 226, 0.1); /* 薄いブルーの背景色 */
  border-radius: 50%; /* 円形にする */
  padding: 10px; /* 上下左右に均等なパディング */
  display: inline-flex; /* flexを使用して中央揃えを容易に */
  justify-content: center; /* 横軸中央揃え */
  align-items: center; /* 縦軸中央揃え */
  min-width: 30px; /* 最小幅を指定 */
  height: 30px; /* 高さを指定 */
  transition: background-color 0.3s ease; /* 背景色の変化にトランジションを適用 */
  text-align: center; /* テキストを中央揃えに */
  white-space: nowrap; /* テキストを折り返さない */
}
.nav-underitem a.active:hover {
  background-color: rgba(74, 144, 226, 0.2); /* ホバー時に背景色を少し濃くする */
}
.h_webcom_web {
  margin: auto;
}
/* ----------------------------------------------------
タブレット用（768px〜1024px）
---------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-underitem a {
    font-size: 10px;
  }
}

/* ----------------------------------------------------
スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .nav-under {
    padding: 0;
    background: #E1F6FF;
    margin-top:0px;
  }

  .nav-underlist {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;                      /* ← 上部に固定 */
    left: 0;
    width: 100%;
    height: 100vh;              /* ← 全画面に広がる */
    overflow-y: auto;           /* ← スクロール可 */
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9998;
    justify-content: center;
	  margin-top:0px;
  }

  .nav-underlist.active {
    display: flex;
  }

  .nav-underitem {
    text-align: center;
	display:block;
  }

  .nav-underitem a {
    display: block;
    padding: 15px;
    width: 100%;
  }

  /* ▼ スマホ用プルダウンメニュー：最初は非表示 */
  .has-dropdown .dropdown {
    display: none;
    background: #fff;
    padding: 0;
    margin: 0;
  }

  /* ▼ JSで.open付与時に表示 */
  .has-dropdown.open .dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
    position: static; /* ← 画面の幅に対して自然に展開 */
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: #e5f2f5;
  }

  /* ハンバーガーボタン左上固定 */
  .menu-toggle {
    display: block;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 9999;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
  }
  .has-dropdown:hover .dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  .dropdown li {
    padding: 0px 20px;
}
/* .dropdown li a {
  color: #2D5A8E;
} */
}
/*------------------- メイン画像 -------------------*/
.lowerlayer-fv {
    background-color:#E1F6FF ;
    padding: 39px 2.9% 83px;
    position: relative;
}

.lowerlayer-fvsp {
    display: none;
}
.lowerlayer-fvpc {
    margin: 0 auto;
    position: relative;
}
.titleunit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,45%);
}
.lowerlayer-title {
    color:  #4A90E2;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    line-height: normal;
	font-family: 'Kiwi Maru', serif;
}
.title-icon {
    margin: 0 auto;
    width: 48px;
}
.titlesp {
    display: none;
}
.title-back {
  position: absolute;
  bottom:2%; 
  left: 50%;
  transform: translateX(-50%)translateY(-10%);
  width: 300px;
  height: 150px;
  background-color: #E1F6FF;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lowerlayer-fv-titleunit {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%) translateY(55%);
  text-align: center;
  z-index: 3;
}

.title-iconpc,
.title-iconsp {
  width: 30px;
  display: block;
  margin: 0 auto 8px;
}

.title-iconsp {
    display: none;
}

/* ----------------------------------------------------
メイン画像　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .lowerlayer-fv {
    background-color:#E1F6FF ;
    padding: 39px 2.9% 50px;
    position: relative;
    border-radius: 0px 0px 40px 40px;
  }

  .lowerlayer-fvsp {
      display: block;
      margin: 25px auto 0;
      position: relative;
      width: 100%;
  }
  .lowerlayer-fvpc {
      display: none;
  }
 .lowerlayer-titleunit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,45%);
}
.lowerlayer-title {
    color:  #4A90E2;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
}
.title-back {
  position: absolute;
  bottom:0; 
  left: 50%;
  transform: translateX(-50%)translateY(-30%);
  width: 220px;
  height: 100px;
  background-color: #E1F6FF;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lowerlayer-titleunit {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%) translateY(80%);
  text-align: center;
  z-index: 3;
}

.title-icon {
  width: 19px;
  display: block;
  margin: 0 auto;
}

}
/* ----------------------------------------------------
メイン画像　426-768用
---------------------------------------------------- */
@media screen and (min-width: 426px) and (max-width: 768px) {
  .access-titleunit {
    transform: translateX(-50%) translateY(100%);
  }
}
/*------------------- 挨拶ブロック -------------------*/
.firstexamination-text {
    padding: 100px 7.1%;
}
.fx-title{     
    padding: 1em 1em;     
    margin: 2em auto;     
    color: #474747;     
    background: rgba(225, 246, 255, 0.55);/*背景色*/    
    border-left: double 7px #4A90E2;/*左線*/    
    border-right: double 7px #4A90E2;/*右線*/
    max-width: 841px;
}

.fx-title h2 {     
    margin: 10px;      
    padding: 0; 
    color: #000;
    font-family: "Kiwi Maru";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
}
.fx-title span {
    color: #000;
    font-family: "Kiwi Maru";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}
.fxfv-sp {
    display: none;
}
.fxfv-pc {
    max-width: 501px;
}
.fv-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 88px;
    margin:129px 0 20px 0;
}
/* ----------------------------------------------------
メイン画像　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {

.firstexamination-text {
    padding: 36px 9.1%;
}
.fx-title{     
    padding: 1em 1em;     
    margin: 2em auto;     
    color: #474747;     
    background: rgba(225, 246, 255, 0.55);/*背景色*/    
    border-left: double 7px #4A90E2;/*左線*/    
    border-right: double 7px #4A90E2;/*右線*/
    height: 113px;
}

.fx-title h2 {     
    font-size: 16px;
    margin: 0px;
}
.fx-title span {
    font-size: 16px;
    text-align: center;
}
.fxfv-sp {
    display: none;
}
.fxfv-pc {
  display: none;
}
.fxfv-sp {
  display: block;
  margin: 45px auto;
}
.fv-txt {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 156.25% */
    max-width: 290px;
    margin: 0 auto;
}
}
/* ----------------------------------------------------
メイン画像　426-1439用
---------------------------------------------------- */
@media screen and (min-width: 426px) and (max-width: 1439px) {
  .fxfv-pc {
    max-width: 300px;
}
}
/*------------------- 診療までの流れ -------------------*/
.firstexamination {
  background: linear-gradient(180deg, #E1F6FF 0%, #FBFEFF 100%);
  padding: 100px 16.6%;
}
.fx-subtitle {
  display: flex;
  max-width: 573px;
  height: 97px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--white, #FFF);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--blue, #4A90E2);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 auto;
}
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  max-width: 961px;
  
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  gap: 38px;
}

.flow09 > li dl dt {
  font-size: 32px;
  font-family: "Noto Sans JP";
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 64px;
  font-weight: bold;
  color: #2D5A8E;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 24px;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #666;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
  color: var(--gray, #666);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
/* ----------------------------------------------------
メイン画像　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .firstexamination {
  background: linear-gradient(180deg, #E1F6FF 0%, #FBFEFF 100%);
  padding: 40px 11.2%;
}
.fx-subtitle {
  display: flex;
  max-width: 290px;
  height: 55px;
  padding: 10px;
  font-size: 24px;
  margin: 0 auto;
}
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  max-width: 290px;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  gap: 5px;
  flex-direction: column;
}

.flow09 > li dl dt {
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
}

.flow09 > li .icon09 {
  font-size: 32px;
  width: 59px;
  margin: 0 auto;
  font-weight: 900;
}

.flow09 > li .icon09::before {
  font-size: 13px;
}

.flow09 > li .icon09::after {
 display: none;
}

.flow09 > li dl dd {
  margin: 0;
  color: var(--gray, #666);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  max-width: 290px;
}

.flow09 > li dl {
  width:100%;
  margin-top: 0;
}
.icon09-dt-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

/*------------------- 持ち物 -------------------*/

.belongings {
  padding: 85px 15.8%;
}
.belongings-unit {
  display: flex;
  height: 375px;
  padding: 50px 132px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background: rgba(225, 246, 255, 0.55);
  box-shadow: 0 5px 10px 0 #D9D9D9;
}
.heading-33 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.heading-33 span {
  color: var(--blue, #4A90E2);
  font-size: 2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 33px; /* 68.75% */
  border-bottom:solid 2px #4A90E2;
}
.br-sp {
  display: none;
}
.belongings-unit p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 33px; /* 206.25% */
  margin: 22px auto;
}
.belongings-unit ul {
  margin: 0 auto;
  list-style: disc;         /* 黒丸を表示 */
}
.belongings-unit li {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px; /* 165% */
}
/* ----------------------------------------------------
メイン画像　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .belongings {
  padding: 46px 8.5%;
}
.belongings-unit {
  height: 280px;
  padding: 19px 1.9%;
}
.heading-33  {
  text-align: center;
  margin: 0 auto;
}
.heading-33 span {
  display: inline-block;
  font-size: 24px;
  border-bottom:solid 2px #4A90E2;
}
.br-sp {
  display: block;
}
.belongings-unit p {
  font-size: 13px;
  color: #363636;
  margin: 0 auto;
}
.belongings-unit ul {
  margin: 0 auto;
  list-style: disc;         /* 黒丸を表示 */
  max-width: 231px;
}
.belongings-unit li {
  font-size: 16px;
  line-height: normal;
}
.belongings-txt {
  font-size: 14px;
}
}