/*u-fv*/
.u-fv {
  width: 100%;
  margin-top: 120px;
}
.u-fv-img {
  width: calc(100% - 4rem);
  margin: 0 auto;
  height: 400px;
  border-radius: 1rem;
  position: relative;
}
.u-fv-img {
  background: url("../img/u-fv.jpg") no-repeat center / cover;
}
.u-fv-textwrap {
  position: absolute;
  width: fit-content;
  left: 0;
  bottom: 2rem;
  padding: 0.5rem 2rem 0.5rem 7rem;
  color: #fff;
  background-color: #005184;
  border-radius: 0 0.5rem 0.5rem 0;
}
.u-fv-ja {
  font-size: 2.5rem;
}
.u-fv-en {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.u-fv-en::before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #fff;
  margin-right: 0.5rem;
}

.corner {
  position: absolute;
  width: 1rem;
  height: 1rem;
  aspect-ratio: 1/1;
  display: block;
}
.corner img {
  width: 100%;
  aspect-ratio: 1/1;
}
.corner01 {
  left: 2rem;
  top: -1.15rem;
}
.corner02 {
  right: -1rem;
  bottom: calc(100px + 0.15rem);
}

/*u-main*/
.u-main-inner {
  width: 100%;
  margin: 6rem auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
aside {
  width: 300px;
  position: sticky;
  top: 150px;
  padding-bottom: 100px;
}
.u-article {
  width: calc(100% - 500px);
  margin: 0 auto;
}
.aside-title {
  font-weight: 700;
  font-size: 1.3rem;
  padding: 1rem 2rem 1rem 2rem;
  background-color: #005184;
  color: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
.aside-lists {
  margin-top: 1rem;
}
.aside-lists > li > a {
  display: block;
  border-bottom: 2px dotted #959595;
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.aside-lists > li > p {
  display: block;
  /* border-bottom: 2px dotted #959595; */
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.aside-lists a {
  transition: 0.3s ease;
  position: relative;
}
.aside-lists a::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: #005184;
  transform: scaleX(0);
  transition: 0.3s ease;
  transform-origin: left;
}
.aside-lists a:hover {
  color: #005184;
}
.aside-lists a:hover::after {
  transform: scaleX(1);
}
.aside-lists a img,
.aside-lists p img {
  display: block;
  width: 20px;
  margin-right: 0.5rem;
}
.aside-next-menu {
  padding-left: 2rem;
}
.aside-next-menu a {
  font-size: 0.9rem;
  padding: 0.5rem 0;
  display: block;
  border-bottom: 2px dotted #959595;
}

.u-section-title {
  font-size: 2.2rem;
  font-weight: 500;
  border-left: 10px solid #005184;
  line-height: 1.2;
  padding-left: 1.5rem;
}
.pt0 {
  padding-top: 0;
}

.u-section-contents {
  margin-top: 4rem;
}
/*greeting*/
.greeting-img {
}
.greeting-img img {
  display: block;
  width: 250px;
  margin: 0 auto;
  border-radius: 0.5rem;
}

.greeting-img-text {
  text-align: center;
  margin-top: 1rem;
}
.greeting-img-text h3 {
  font-weight: 700;
  margin-top: 0.5rem;
}
.greeting-img-text h3 span {
  margin-left: 1rem;
  font-size: 1.5rem;
}

.greeting-text {
  margin-top: 3rem;
}
.greeting-text p {
  line-height: 2;
}
.greeting-text p + p {
  margin-top: 1rem;
}

/*staff*/
.staff-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.staff-item + .staff-item {
  margin-top: 4rem;
}
.staff-textwrap {
  width: calc(100% - 350px);
}
.staff-img {
  width: 300px;
  position: sticky;
  top: 150px;
}
.staff-img img {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
}

.staff-position {
  background-color: #005184;
  color: #fff;
  width: fit-content;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.staff-textwrap h3 {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 500;
}
.staff-textwrap h3 span {
  font-size: 1.1rem;
  margin-left: 1rem;
  color: #797979;
}

.staff-text-item {
  margin-top: 1.5rem;
}
.staff-text-item h4 {
  border-bottom: 1px solid #005184;
  font-size: 1.3rem;
  color: #005184;
  padding-bottom: 0.25rem;
}

.staff-text-item p,
.staff-text-item .staff-carrer {
  margin-top: 1rem;
}
.staff-carrer {
  width: 100%;
  text-align-last: left;
}
.staff-carrer th {
  width: 100px;
  font-weight: normal;
  vertical-align: top;
}
.staff-carrer td {
  width: calc(100% - 100px);
}

/*diagnosis*/
.diagnosis-item + .diagnosis-item {
  margin-top: 3rem;
}
.diagnosis-item h3 {
  border-bottom: 1px solid #005184;
  font-size: 1.3rem;
  color: #005184;
  padding-bottom: 0.25rem;
}
.diagnosis-item p {
  line-height: 2;
  margin-top: 1rem;
}

.diagnosis-imgwrap {
  margin-top: 1rem;
  text-align: center;
}
.diagnosis-imgwrap img {
  max-width: 100%;
}
.diagnosis-imgwrap.flex {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 1rem auto 0;
  gap: 2rem;
}
.diagnosis-imgwrap.flex img {
  flex: 1 1 0; /* 均等＆縮小許可 */
  min-width: 0; /* ← これが重要！縮小を許可 */
  width: 100%; /* アイテム幅にフィット */
  max-width: 100%; /* はみ出し防止（保険） */
  height: auto; /* アスペクト比維持 */
}

.diagnosis-imgwrap.wfix img {
  width: 400px;
  display: block;
  margin: 0 auto;
  height: auto; /* アスペクト比維持 */
  object-fit: contain;
}

.diagnosis-imgwrap.wfix video {
  width: 400px;
  display: block;
  margin: 0 auto;
  height: auto; /* アスペクト比維持 */
  object-fit: contain;
}

.diagnosis-item .bold {
  font-weight: 700;
}
.diagnosis-item-box {
  margin-top: 2rem;
}

.diagnosis-item-box h4 {
  font-weight: 500;
  color: #005184;
  border-bottom: 2px dotted #005184;
  width: fit-content;
  font-size: 1.2rem;
}
.diagnosis-item ul {
  margin-top: 1rem;
}
.diagnosis-item ul li {
  list-style: initial;
  list-style-position: inside;
  line-height: 2;
}

.diagnosis-img-title {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: center;
}

.diagnosis-imgwrap-box + .diagnosis-imgwrap-box {
  margin-top: 2rem;
}
.diagnosis-imgwrap-box p {
  text-align: center;
}

.hfix img {
  height: 500px;
}

/*surgery*/
.surgery-item + .surgery-item {
  margin-top: 3rem;
}
.surgery-item h3 {
  border-bottom: 1px solid #005184;
  font-size: 1.3rem;
  color: #005184;
  padding-bottom: 0.25rem;
}
.surgery-item p {
  line-height: 2;
  margin-top: 1rem;
}
.surgery-item ul {
  margin-top: 1rem;
}
.surgery-item ul li {
  list-style: initial;
  list-style-position: inside;
  line-height: 2;
}

.surgery-wrap + .surgery-wrap {
  margin-top: 3rem;
}

/*patent*/
.patent-item {
  margin-top: 2rem;
}
.patent-item + .patent-item {
  margin-top: 3rem;
}
.patent-wrap h3 {
  border-bottom: 1px solid #005184;
  font-size: 1.3rem;
  color: #005184;
  padding-bottom: 0.25rem;
  margin-top: 3rem;
}
.patent-item h4 {
  font-weight: 500;
  color: #005184;
  border-bottom: 2px dotted #005184;
  width: fit-content;
  font-size: 1.2rem;
}
.patent-item p {
  line-height: 2;
  margin-top: 1rem;
}
.patent-item ul {
  margin-top: 1rem;
}
.patent-item ul li {
  list-style: initial;
  list-style-position: inside;
  line-height: 2;
}

.patent-wrap + .patent-wrap {
  margin-top: 3rem;
}

.u-section-contents a {
  text-decoration: underline;
  margin-top: 1rem;
  display: block;
  width: fit-content;
}

.patent-item span {
  font-weight: bold;
  margin: 0 1rem 0 0.5rem;
  display: inline-block;
}

.patent-item .anc-an {
  display: inline-block;
  margin-top: 0;
}

.student-item-box {
  margin-top: 2rem;
}
.student-item-box p {
  padding-left: 1rem;
}
.doctor-table {
  margin-top: 2rem;
}
.doctor-table img {
  display: block;
  width: 100%;
  border: 2px solid #000;
}
