.mv img{ display: block; width: 100%; height: 40rem; object-fit: cover; object-position: center; }

.pankuzu{ width: 850px; margin: 2.5rem auto; text-align: left; position: relative; z-index: 1; }
.pankuzu li{ font-size: 1.4rem; display: inline-block; font-weight: 300; }
.pankuzu li:not(:last-of-type):after{ content: '-'; margin-left: .5em; }

main{ display: block; width: 850px; margin: 8rem auto 0; position: relative; z-index: 0; font-size: 1.6rem; line-height: 1.8; font-weight: 300; letter-spacing: .08em; box-sizing: border-box; }
main *{ box-sizing: border-box; }
main h1:not(.no-style){ font-size: 4rem; font-weight: 500; color: #6e6e6e; line-height: 1.6; text-align: center; margin: 8rem auto 4rem; }
main h1:not(.no-style):after{ content: attr(data-en); display: block; text-align: center; font-size: 2rem; color: #fff; text-shadow: 0px 0px 6px rgba(0,0,0,0.3); }

main section > img{ display: block; width: 100%; margin: 4rem 0; }
main section + section{ margin-top: 8rem; }
main section > *:first-child{ margin-top: 0 !important; }
main section > *:last-child{ margin-bottom: 20px !important; }
main section a.btn{ margin: 2rem 0; width: 40rem; max-width: 100%; height: 6rem; border-radius: 3rem; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; color: #fff; background: #73c6cb; font-weight: 500; position: relative; transition: .5s; }
main section a.btn:before{ content: ''; width: 3.3rem; height: 3.3rem; background: url(../../images/common/arrow01.png) no-repeat center/contain; position: absolute; top: 50%; right: 1.5rem; transform: translateY(-50%); transition: .5s; }
main section a.btn:after{ content: ''; width: 3.3rem; height: 3.3rem; background: url(../../images/common/arrow02.png) no-repeat center/contain; position: absolute; top: 50%; right: 1.5rem; transform: translateY(-50%); transition: .5s; opacity: 0; }
main section a.btn:hover{ background: #fff; color: #73c6cb; box-shadow: 0px 0px 6px rgba(0,0,0,0.3); }
main section a.btn:hover:before{ opacity: 0; }
main section a.btn:hover:after{ opacity: 1; }

main section h2:not(.no-style){ font-size: 2.6rem; font-weight: 500; color: #73c6cb; line-height: 1.6; background: #eaf6f7; text-align: center; margin: 8rem 0 4rem; padding: .3em 1em; border-radius: 3em; }
main section h3:not(.no-style){ font-size: 2.6rem; font-weight: 500; color: #73c6cb; background: url(../../images/common/border01.png) repeat-x left bottom/auto .4rem; margin: 6rem 0 2.6rem; padding-bottom: .6rem; }
main section h4:not(.no-style){ font-size: 2rem; font-weight: 500; background: #efe8e8; color: #6e6e6e; padding: .1em 1em; margin: 4rem 0 2rem; border-radius: 2em; }
main section h5:not(.no-style){ font-size: 1.8rem; padding-left: 3.5rem; position: relative; color: #73c6cb; margin: 3rem 0 1em; }
main section h5:not(.no-style):before{ content: ''; width: 2.8rem; height: 2.8rem; background: url(../../images/common/item-ttl01.png) no-repeat center/contain; position: absolute; left: 0; top: .4rem; }
main section h6:not(.no-style){ font-size: 1.8rem; color: #af8c8c; margin: 1.3em 0 .8em; }
main section h2:not(.no-style) + *:not(.dr-pic),
main section h3:not(.no-style) + *,
main section h4:not(.no-style) + *,
main section h5:not(.no-style) + *,
main section h6:not(.no-style) + *{ margin-top: 0 !important; }
main section p{margin-top: 1rem; line-height: 2; }
main section p strong{ font-weight: 500; background:linear-gradient(transparent 60%, #e3f4f5 60%); }

main section ol:not([class]){ margin: 4rem 0; counter-reset: number; }
main section ol:not([class]) li{ font-size: 1.6rem; padding-left: 6.4rem; position: relative; min-height: 5rem; display: flex; align-items: center; }
main section ol:not([class]) li:before{ counter-increment: number; content: counter(number); width: 5rem; height: 5rem; background: #73c6cb; font-size: 2.6rem; font-weight: 500; color: #fff; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; }
main section ol:not([class]) li + li{ margin-top: 3rem; }

main section ul:not([class]){ margin: 4rem 0; }
main section ul:not([class]) li{ font-size: 1.6rem; padding-left: 2.3rem; position: relative; }
main section ul:not([class]) li:before{ content: ''; width: 1.5rem; height: 1.5rem; border-radius: 1.5rem; background: #73c6cb; position: absolute; left: 0; top: .7rem; }
main section ul:not([class]) li + li{ margin-top: 2rem; }

main section ol.flow{ counter-reset: flow; margin: 5rem 0; }
main section ol.flow li{ position: relative; line-height: 2; }
main section ol.flow li + li{ margin-top: 4rem; }
main section ol.flow li.has-img{ padding-right: 44.5rem; }
main section ol.flow li strong:first-of-type{ position: relative; padding-left: 4.5rem; display: block; margin-bottom: 1.2rem; font-size: 2rem; font-weight: 500; color: #6e6e6e; }
main section ol.flow li strong:first-of-type:before{ counter-increment: flow; content: counter(flow); width: 3.5rem; height: 3.5rem; background: #af8c8c; border-radius: 3.5rem; display: flex; justify-content: center; align-items: center; font-size: 2rem; font-weight: 500; color: #fff; position: absolute; top: .2rem; left: 0; letter-spacing: 0; line-height: 1; }
main section ol.flow li img{ width: 40rem; position: absolute; top: 0; right: 0; }

main section table:not(.no-style){ width: 100%; margin: 4rem 0; font-size: 1.4rem; }
main section table:not(.no-style) th{ padding: 1em; vertical-align: middle; border: solid 1px #d3d3d3; line-height: 1.7; background: #f1f9fa; color: #73c6cb; font-weight: 500; width:30%; }
main section table:not(.no-style) td{ padding: 1em; vertical-align: middle; border: solid 1px #d3d3d3; line-height: 1.7; }


/*** doctor ***/

.dr-pic{ width: 100%; height: 30rem; display: flex; align-items: center; background: url(../../images/doctor/dr_bg01.png) no-repeat center/cover; position: relative; padding-left: 10rem; margin: 10rem 0 3.5rem; }
h2 + .dr-pic{ margin-top: 7rem; }
.dr-pic img{ width: 40rem; position: absolute; right: 0; bottom: 0; }
.dr-pic h3{ font-size: 5rem; color: #73c6cb; font-weight: 500; }
.dr-pic h3:after{ content: attr(data-en); display: block; font-size: 2rem; color: #6e6e6e; line-height: 1; }
.history-row{ display: flex; justify-content: space-between; margin: 3.6rem 0 }
.history-row .inner{ width: 37rem; }
.history-row .inner h4{ font-weight: 500; font-size: 1.6rem; color: #fff; text-align: center; background: #af8c8c; margin-bottom: 2.5rem; border-radius: 2em; }
.history-row .inner table{ width: 100%; font-size: 1.6rem; }
.history-row .inner table th{ font-weight: 300; width: 1px; padding-right: 1.5em; white-space: nowrap; }
.history-row .inner table tr + tr > *{ padding-top: .5em; }
.history-row .inner ul li{ padding-left: 1em; position: relative; font-size: 1.6rem; }
.history-row .inner ul li:before{ content: '・'; position: absolute; left: 0; }
.history-row .inner ul li + li{ margin-top: .5em; }


/*** treatment ***/

.medical { padding-top: 140px; background-color: #73C6CB; border-radius: 100px;     position: relative; width: 100vw; margin-left: calc(-50vw + 42.5rem); box-sizing: initial; }
.medical *{ box-sizing: initial; }
.medical h1 { margin-bottom: 20px; text-align: center; font-size: 4rem; letter-spacing: 0.1em; color: white; font-weight: 500; }
.medical .txt { margin-bottom: 51px; text-align: center; color: white; font-size: 2rem; font-weight: 300; letter-spacing: 0.05em; line-height: 1.4; }
.medical .ulBox { margin: 0 -70px 50px; }
.medical .ulBox ul { display: flex; justify-content: center; flex-wrap: wrap; }
.medical .ulBox li { margin: 0 10px 30px; width: 120px; }
.medical .ulBox li a { padding: 23px 10px 4px; display: block; background-color: white; border-radius: 20px; box-shadow : 0px 0px 8px rgba(0, 0, 0, 0.2); }
.medical .ulBox li a:hover { box-shadow : 0px 0px 15px rgba(0, 0, 0, 0.45); }
.medical .ulBox li .img { text-align: center; display: block; }
.medical .ulBox li .img img { height: auto; }
.medical .ulBox li .txtSpan { letter-spacing: 0.2em; height: 42px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #AF8C8C; font-weight: 500; line-height: 1.14; text-align: center; }
.medical .inner { padding: 80px 20px 100px; border-radius: 0 0 100px 100px; background-color: #3CB4BE; }
.medicalDl { margin: 0 0 28px 50px; display: flex; flex-wrap: wrap; justify-content: center; }
.medicalDl dt { padding: 10px 38px 20px; font-size: 2rem; font-weight: 300; letter-spacing: 0.05em; color: white; border-right: 1px solid #fff; position: relative; }
.medicalDl dt:after { width: 8px; height: 19px; background: url("../../images/common/webp/icon10.webp") no-repeat; background-size: 100% auto; position: absolute;   top: 50%; transform: translateY(-50%); right: -8px;   content: "";  }
.no-webp .medicalDl dt:after { background-image: url(../../images/common/icon10.png); }
.medicalDl dt span { display: block; font-size: 4rem; letter-spacing: 0.1em; font-weight: 500; }
.medicalDl dt span img { vertical-align: -6px; margin-right: 5px; }
.medicalDl dd { padding: 10px 40px 20px; text-align: center; font-size: 2rem; font-weight: 300; letter-spacing: 0.05em; color: white; }
.medicalDl dd span { display: block; font-size: 4rem; letter-spacing: 0.1em; font-weight: 500; }
.medicalDl dd span img { vertical-align: -6px; }
.medical .inner p { margin-bottom: 30px; font-size: 1.4rem; letter-spacing: 0.05em; line-height: 1.714; color: white; }

/*small*/
a small{font-size: 12px;}
