@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,400;0,700;1,400&family=Noto+Serif+JP:wght@600&display=swap");
/* ========================================================== */
/* Reset Style */
/* ========================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-size-adjust: none;
  background: none;
  color: #333333;
  overflow-scrolling: touch;
}
@media (max-width: 1120px) and (min-width: 769px) {
  body {
    font-size: 1.5789473684vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 4.8vw;
  }
}

picture, video, canvas, svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

li, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
a:visited, a:focus, a:active {
  color: inherit;
}

ul {
  padding: 0;
  list-style: none;
}

.modaal-container {
  background: none;
}

.modaal-content-container {
  padding: 0;
  text-align: center;
}

.btn_green {
  width: 89.3333vw;
  height: 26.6666vw;
  background: url(../img/bg_btn_green.svg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.3333vw;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5273;
  text-align: center;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}
.btn_area_b .btn_green {
  width: 100%;
  height: 19vw;
  background: url(../img/bg_btn_green.svg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.3333vw;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5273;
  text-align: center;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}
.btn_green span {
  color: #ffffff;
}

.btn_yellow {
  width: 89.3333vw;
  height: 26.6666vw;
  background: url(../img/bg_btn_yellow.svg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.3333vw;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5273;
  text-align: center;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}
.btn_yellow span {
  color: #ffffff;
}

.btn_line {
  width: 67.3333vw;
  height: 19.808vw;
  background: url(../img/ico_list01.svg) no-repeat 96% 50% #ffffff;
  background-size: 3.7333vw;
  border: 1px solid #00909F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.3333vw;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5273;
  text-align: center;
  font-weight: bold;
    color: #00909F;
}
.btn_line span {
  color: #00909F;
}
.btn_line:hover {
  background: url(../img/ico_list03.svg) no-repeat 96% 50% #00909F;
  background-size: 2.333vw;
  color: #ffffff;
}
.btn_line:hover span {
  color: #ffffff;
}

.btn_round {
  width: 89.3333vw;
  height: 20.8vw;
  background: rgb(255, 165, 5); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 165, 5) 0%, rgb(239, 115, 5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 165, 5) 0%, rgb(239, 115, 5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 165, 5) 0%, rgb(239, 115, 5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10.4vw;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5273;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}
.btn_round1 {
  margin:0 auto;
  width: 65vw;
  height: 15vw;
  background: rgb(255, 165, 5); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 165, 5) 0%, rgb(239, 115, 5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 165, 5) 0%, rgb(239, 115, 5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 165, 5) 0%, rgb(239, 115, 5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10.4vw;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5273;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}
.btn_round span {
  color: #ffffff;
}
.btn_round1 span {
  color: #ffffff;
}

.btn_green,
.btn_yellow,
.btn_line,
.btn_round {
  transition: 0.3s;
}

.btn_green:hover,
.btn_yellow:hover,
.btn_line:hover,
.btn_round:hover {
  opacity: 1;
  transform: translateY(3px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 768px) {
  /* ========================================================== */
  /* 共通スタイル */
  /* ========================================================== */
  body {
    padding-top: 19.7333vw;
  }
  .btn_green {
    font-size: 5.8666666667vw;
  }
  .btn_area_b .btn_green {
    margin-top:10px;
    margin-bottom:40px;
    font-size: 4.4vw;
  }
  .btn_area_b a{
    text-decoration: none!important;
  }
  .btn_yellow {
    font-size: 5.8666666667vw;
  }
  .btn_line {
    font-size: 4.8vw;
  }
  .btn_round {
    font-size: 8vw;
  }
  .site_contents .pagetitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vw;
    text-align: center;
    color: #ffffff;
  }
  .site_contents .pagetitle h1 {
    font-size: 6.9333333333vw;
    font-weight: bold;
  }
  .site_contents .pagetitle h1::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    margin: 20px auto;
  }
  .site_contents h2,
.site_contents .privacy_h1 {
    margin-bottom: 14.3999vw;
    font-size: 6.9333333333vw;
    color: #00909F;
    text-align: center;
    line-height: 1.4;
  }
  .site_contents h2 .en,
.site_contents .privacy_h1 .en {
    font-size: 3.2vw;
    color: #969696;
    letter-spacing: 0.2em;
    margin-bottom: 14px;
  }
  .site_contents .inner {
    padding: 0 5.3333vw;
  }
  .site_contents .page_mv img {
    width: 100%;
  }
  /* ========================================================== */
  /* スクロール時のヘッダーの動作 */
  /* ========================================================== */
  body {
    transition: 0.3s;
  }
  body.is-fixed {
    overflow: hidden;
  }
  /* ヘッダー */
  /* ========================================================== */
  .site_header {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    transition: 0.5s;
  }
  .site_header.is-hide {
    transform: translateY(-19.7333vw);
  }
  .site_header.active {
    transform: translateY(0) !important;
  }
  .site_header .logo {
    width: 38.9333vw;
    transition: 0.3s;
  }
  .site_header .logo img {
    width: 100%;
  }
  .site_header .inner {
    padding: 4vw 4vw 3.5466vw 4vw;
    display: flex;
    justify-content: space-between;
  }
  .site_header .sp_content {
    display: flex;
    color: #00909F;
    font-size: 2.9333333333vw;
    text-align: center;
  }
  .site_header .sp_content .menuopen {
    margin-left: 6.6666vw;
  }
  .site_header .sp_content .menuopen .burger {
    background: url(../img/ico_menuopen.svg) no-repeat center center;
    background-size: 100%;
    width: 6.4vw;
    height: 6.4vw;
    margin: auto;
  }
  .site_header .sp_content .menuopen.active .burger {
    background: url(../img/ico_menuclose.svg) no-repeat center center;
    background-size: 100%;
    width: 6.4vw;
    height: 6.4vw;
  }
  .site_header .sp_content .menuopen span {
    display: block;
    transform: translateY(0.8vw);
  }
  .site_header .sp_content .tel_link {
    transition: 0.3s;
  }
  /* メニュー */
  /* ========================================================== */
  .gnav {
    display: none;
    position: fixed;
    top: 19.288vw;
    left: 0;
    width: 100%;
    height: 80vh;
    background: #ffffff;
    overflow-y: scroll;
  }
  .gnav ul {
    padding: 0 5.3333vw;
  }
  .gnav ul li {
    border-bottom: 1px solid #CACACA;
  }
  .gnav ul a {
    display: block;
    line-height: 1;
    padding: 5.0666vw 5.0666vw 5.0666vw 7.4666vw;
    background: url(../img/ico_list01.svg) no-repeat 0 50%;
    background-size: 4.5333vw;
  }
  .gnav .cv_area {
    background: none;
    height: 104.53333vw;
  }
  .gnav .cv_area .tel {
    background: url(../img/bg_nav_cv_tel.svg) no-repeat;
    background-size: contain;
  }
  .gnav .cv_area .web {
    background: url(../img/bg_nav_cv_web.svg) no-repeat;
    background-size: contain;
  }
  /* フッター */
  /* ========================================================== */
  .site_footer {
    background: #F2F8F8;
    padding: 9.3333vw 5.3333vw 7.4666vw 5.3333vw;
  }
  .site_footer .logo_area {
    margin-bottom: 5.3333vw;
  }
  .site_footer .logo_area .logo {
    width: 47.1999vw;
    margin-bottom: 6.6133vw;
  }
  .site_footer .logo_area .logo img {
    width: 100%;
  }
  .site_footer .logo_area .name {
    font-size: 4.8vw;
    line-height: 1;
  }
  .site_footer .fnav {
    margin-bottom: 5.3333vw;
  }
  .site_footer .fnav li a {
    display: block;
    padding: 3.7866vw 0 3.7866vw 7.3333vw;
    border-bottom: 1px solid #CACACA;
    background: url(../img/ico_list01.svg) no-repeat 0 50%;
    background-size: 4.5333vw;
    font-size: 3.7333333333vw;
  }
  .site_footer .ppolicy {
    background: url(../img/ico_gray_arrow.svg) no-repeat 0 50%;
    background-size: 1.86vw;
    padding-left: 2.3vw;
    margin-bottom: 8.5333vw;
    display: flex;
    align-items: center;
  }
  .site_footer .ppolicy a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 3.2vw;
  }
  .site_footer .copyright {
    text-align: center;
    font-size: 3.2vw;
    padding-bottom: 16.2666vw;
  }
  .fixed_btn {
    display: none;
    background: #e5f4f4;
    padding: min(7px, calc(7 / 375 * 100vw)) min(10px, calc(10 / 375 * 100vw));
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .fixed_btn__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(5px, calc(5 / 375 * 100vw));
  }

  .fixed_btn__grid_item {
    border-radius: 22.4px;
    box-shadow: 0 2.8px 2.8px rgba(0,0,0,.32);
  }
  /* ========================================================== */
  /* トップページ */
  /* ========================================================== */
  .mv {
    width: 100%;
    height: 166.6666vw;
    background: url(../img/tsunasima-top-sp.jpg) no-repeat;
    background-size: contain;
    color: #ffffff;
  }
  .mv .inner {
    position: relative;
    padding: 100vw 5.3333vw 0 5.3333vw;
  }
  .mv h1 {
    font-size: 5.0666666667vw;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 35px;
  }
  .mv h1 strong {
    /* display: block; */
    margin: 3vw 0 3.5vw 0;
    font-size: 6.6666666667vw;
    line-height: 1.8;
    font-weight: normal;
  }
  .mv p {
    font-size: 4vw;
    line-height: 1.8;
  }
  .mv .mv_text {
    position: absolute;
    top: 54vw;
    right: 1vw;
    width: 54.5333vw;
  }
  .toppage .best_quality {
    background: url(../img/top/bg_h2.svg) no-repeat;
    background-size: contain;
    margin: 5.3333vw;
    width: 89.3333vw;
    height: 118.13333vw;
  }
  .toppage .best_quality h2 {
    width: 67.4666vw;
    margin: 0 auto 4vw auto;
    padding-top: 10.6666vw;
    font-size: 9.6666vw;
    letter-spacing: 0.05em;
    font-family: "Noto Serif JP", serif;
    background: linear-gradient(135deg, rgb(255, 237, 194) 0%, rgb(247, 239, 166) 30%, rgb(243, 209, 110) 41%, rgb(228, 182, 80) 49%, rgb(175, 113, 33) 54%, rgb(175, 113, 33) 57%, rgb(228, 182, 80) 65%, rgb(228, 182, 80) 70%, rgb(242, 215, 108) 77%, rgb(230, 173, 6) 84%, rgb(251, 203, 74) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .toppage .best_quality h2 span {
    display: block;
    font-size: 4.6666vw;
    margin-bottom: 1.3333vw;
  }
  .toppage .best_quality p {
    width: 71.4666vw;
    margin: auto;
    color: #ffffff;
    font-size: 4.2666666667vw;
  }
  .toppage .best_quality .btn_area {
    padding: 5.3333vw 5.3333vw 0 7.7333vw;
  }
  .toppage .best_quality .btn_area img {
    width: 74.1333vw;
  }
  .toppage .best_quality .btn_area.totext a {
    display: block;
    width: 100%;
    height: 21.6vw;
    background: url(../img/top/bg_hosho_btn.svg) no-repeat;
    background-size: contain;
    position: relative;
    font-family: "Noto Serif JP", serif;
  }
  .toppage .best_quality .btn_area.totext .hex {
    width: 14.9333vw;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 0.5333vw;
    top: 2vw;
  }
  .toppage .best_quality .btn_area.totext .hex .hex_text {
    display: block;
    font-size: 2.5333vw;
  }
  .toppage .best_quality .btn_area.totext .hex .num {
    display: block;
    font-size: 4.6666vw;
    font-weight: bold;
  }
  .toppage .best_quality .btn_area.totext .title {
    position: absolute;
    top: 2.5333vw;
    left: 18.1333vw;
    font-size: 6.6666vw;
  }
  .toppage .subnav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.88vw;
    background: #00909F;
    padding: 6.4vw 5.3333vw;
  }
  .toppage .subnav.lp ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .toppage .subnav li {
    width: 42.2666vw;
    height: 40.2666vw;
  }
  .toppage .subnav.lp li {
    width: auto;
  }
  .toppage .subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 4.8vw 0 0 0;
    color: #00909F;
    text-align: center;
    box-shadow: 0 6px 3px rgba(0, 0, 0, 0.16);
    font-weight: 500;
  }
  .toppage .subnav li a img {
    display: block;
    margin: 0 auto 3.4666vw auto;
    width: 15.4666vw;
  }
  .toppage .treatment {
    padding: 12.5333vw 0;
  }
  .toppage .treatment h2 {
    margin-bottom: 12.5333vw;
  }
  .toppage .treatment .read {
    margin-bottom: 14.3999vw;
    padding: 0 5.3333vw;
    text-align: center;
  }
  .toppage .treatment .box_container {
    background: rgb(255, 255, 255); /* Old browsers */
    background: linear-gradient(to right, rgb(255, 255, 255) 17%, rgb(229, 244, 245) 17%);
    padding: 9.6vw 5.3333vw 13.3333vw 5.3333vw;
  }
  .toppage .treatment .box {
    display: block;
    position: relative;
    margin-bottom: 5.3333vw;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .toppage .treatment .box:last-child {
    margin-bottom: 0;
  }
  .toppage .treatment .box .image img {
    width: 100%;
  }
  .toppage .treatment .box .text {
    position: relative;
    padding: 7.1999vw 5.3333vw 13.3333vw;
  }
  .toppage .treatment .box dt {
    position: absolute;
    left: 0;
    top: -9vw;
    width: 70.0666vw;
    background: #ffffff;
    background-size: 4vw;
    padding: 5vw 5vw 0 5vw;
    font-size: 5.8666666667vw;
    font-weight: bold;
    line-height: 1.2;
    color: #00909F;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  }
  .toppage .treatment .box dt::after {
    content: "";
    width: 4vw;
    height: 4vw;
    display: inline-block;
    background: url(../img/ico_list01.svg) no-repeat;
    background-size: contain;
    margin-left: 4vw;
  }
  .toppage .treatment .btn_area {
    margin-top: 10.6666vw;
  }
  .toppage .about .btn_area {
  padding: 1.6vw 5.3333vw 3.3333vw 5.3333vw;
}

  .toppage .advantage {
    background: url(../img/top/bg_advantage.jpg) no-repeat top;
    background-size: contain;
    padding-top: 50.1333vw;
    margin-bottom: 14.1333vw;
  }
  .toppage .advantage .inner {
    padding: 0;
  }
  .toppage .advantage .header_container {
    padding: 9.8666vw 0 13.8666vw 0;
    margin: 0 5.3333vw;
    background: #ffffff;
  }
  .toppage .advantage .read {
    font-size: 4.8vw;
    text-align: center;
  }
  .toppage .advantage .riyu_img img {
    width: 100%;
  }
  .toppage .advantage .btn_area {
    margin-top: 10.6666vw;
    padding: 0 5.3333vw;
  }
  .toppage .flow {
    padding: 12.8vw 0 9.6vw 0;
    background: #E5F4F5;
  }
  .toppage .flow .flow_box {
    background: #ffffff;
  }
  .toppage .flow .flow_box::after {
    content: "";
    display: block;
    border-top: 7.1999vw solid #ffffff;
    border-right: 44.6666vw solid #E5F4F5;
    border-bottom: 7.1999vw solid #E5F4F5;
    border-left: 44.6666vw solid #E5F4F5;
  }
  .toppage .flow .flow_box:last-child::after {
    display: none;
  }
  .toppage .flow .flow_box .flow_header {
    display: flex;
    justify-content: space-between;
    padding: 5.3333vw;
    font-size: 5.3333333333vw;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #00909F;
  }
  .toppage .flow .flow_box .flow_header .number {
    border-bottom: 1px solid #FAAA00;
    color: #FAAA00;
    font-size: 3.7333333333vw;
  }
  .toppage .flow .flow_box .flow_body {
    padding-bottom: 7.1466vw;
  }
  .toppage .flow .flow_box .flow_body .photo {
    margin-bottom: 5.3333vw;
    width: 100%;
  }
  .toppage .flow .flow_box .flow_body p {
    padding: 0 5.3333vw;
  }
  .toppage .flow .flow_box .btn_area {
    margin-top: 5.3333vw;
  }
  .toppage .flow .flow_box .btn_line {
    margin: 12vw auto 5.3333vw;
  }
  .toppage .flow .flow_box .btn_line:hover {
    transform: translateY(0);
    background: #ffffff;
  }
  .toppage .qa {
    padding: 10.6666vw 0 16.9333vw 0;
  }
  .toppage .qa .qa_container {
    border-top: 1px solid #CACACA;
    background: none;
    padding: 0;
  }
  .toppage .qa .qa_container li {
    border-bottom: 1px solid #CACACA;
  }
  .toppage .qa .qa_container a {
    display: block;
    padding: 5.3333vw 7.3333vw 5.3333vw 13.3333vw;
    font-size: 5.3333333333vw;
    font-weight: bold;
    position: relative;
    background: url(../img/ico_list01.svg) no-repeat right 50%;
    background-size: 4.5333vw;
  }
  .toppage .qa .qa_container a::before {
    content: "Q";
    font-family: "Roboto";
    width: 6.9333vw;
    height: 6.9333vw;
    background: #00909F;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 6.4vw;
  }
  .toppage .information {
    padding: 10.6666vw 0 16.9333vw 0;
    background: #F2F8F8;
  }
  .toppage .information .info_container {
    border-top: 1px solid #CACACA;
    margin: 0 20px;
  }
  .toppage .information .info_container li {
    border-bottom: 1px solid #CACACA;
  }
  .toppage .information .info_container a {
    display: block;
    padding: 5.3333vw 0 5.3333vw 0;
  }
  .toppage .information .info_container a .title {
    font-size: 4.8vw;
  }
  .toppage .information .info_container a .meta {
    display: flex;
    align-items: center;
  }
  .toppage .information .info_container a .date {
    font-size: 4.2666666667vw;
    margin-right: 2.6666vw;
  }
  .toppage .information .info_container a .category {
    width: 28.7999vw;
    height: 5.3333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  .toppage .information .info_container a .category.important {
    background: #D00000;
  }
  .toppage .information .info_container a .category.new {
    background: #FFBE00;
  }
  .toppage .information .btn_area .btn_line {
    margin: 9.68vw auto 0 auto;
    background-color: transparent;
  }
  .clinic_info .inner {
    padding: 0;
  }
  .clinic_info .inner h3 {
    font-size: 5.3333333333vw;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 2.1333vw;
    margin-bottom: 2.1333vw;
  }
  .clinic_info .inner .time {
    margin-bottom: 13.3333vw;
  }
  .clinic_info .inner .schedule {
    width: 100%;
  }
  .clinic_info .inner .schedule th {
    font-size: 4.8vw;
    font-weight: normal;
  }
  .clinic_info .inner .schedule td {
    padding: 3.2vw 0;
    background: #F2F8F8;
    font-size: 3.7333333333vw;
    text-align: center;
    line-height: 1.28;
  }
  .clinic_info .inner .schedule td.sunday {
    background: #EFDEDF;
  }
  .clinic_info .inner .schedule td.sataday {
    background: #DEE3EF;
  }
  .toppage .address .toho {
    display: flex;
    width: 47.1999vw;
    height: 8.7999vw;
    border-radius: 23.6vw;
    padding-left: 12vw;
    margin: 7.4666vw 0 5.3333vw 0;
    font-size: 4.2666666667vw;
    border: 1px solid #00909F;
    background: url(../img/ico_walk.svg) no-repeat 5.3333vw 50%;
    background-size: 3.816vw;
    color: #00909F;
  }
   .map iframe {
    width: 100%;
    height: 74.6666vw;
    display: block;
  }
  .nayami {
    background: url(../img/top/reha-02.jpg) no-repeat bottom #00909F;
    background-size: contain;
    padding: 13.0666vw 0 49.8666vw 0;
  }
  .nayami .inner {
    padding: 0;
  }
  .nayami h2 {
    margin-bottom: 9.3066vw;
    text-align: center;
    font-size: 5.3333333333vw;
    color: #ffffff;
  }
  .nayami h2 span {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .nayami img {
    width: 100%;
  }
  .cv_container h2 {
    margin-bottom: 0;
    background: #FFBE00;
    padding: 5.3333vw;
    line-height: 1;
    font-weight: normal;
    font-size: 4.8vw;
    color: #333333;
  }
  .cv_container h2 strong {
    font-weight: bold;
  }
  .second_opinion {
    background: linear-gradient(135deg, rgb(127, 185, 121) 0%, rgb(9, 119, 170) 100%);
    padding: 5.3333vw;
  }
  .second_opinion .inner {
    background: #E5F4F5;
    padding: 5.3333vw;
    border-radius: 10px;
  }
  .second_opinion h2 {
    text-align: center;
    font-size: 6.4vw;
    padding: 2.1333vw 0;
    width: calc(100% + 10.6666vw);
    transform: translateX(-5.3333vw);
    background: #fff;
    margin-bottom: 0;
  }
  .second_opinion ul {
    margin-bottom: 4vw;
  }
  .second_opinion li {
    font-size: 4.8vw;
    font-weight: bold;
    background: url(../img/ico_check.svg) no-repeat 0 5.3333vw;
    background-size: 5.3333vw;
    padding: 4vw 4vw 4vw 10vw;
    border-bottom: 1px dashed #000000;
  }
  .second_opinion .btn_round {
    background: linear-gradient(to bottom, rgb(11, 152, 217) 0%, rgb(11, 86, 121) 100%);
    font-size: 5.3333333333vw;
    width: 100%;
    height: 15.2vw;
    position: relative;
    margin-top: 2vw;
  }
  .second_opinion .btn_round::after {
    content: "";
    width: 3.7333vw;
    height: 3.7333vw;
    background: url(../img/ico_list03.svg);
    background-size: contain;
    display: block;
    position: absolute;
    right: 2.6666vw;
  }
  /* ========================================================== */
  /* はじめての方へ */
  /* ========================================================== */
  .first_visit .pagetitle {
    background: url(../img/new/bg_pagetitle.jpg) no-repeat;
    background-size: cover;
  }
  .first_visit .philosophy {
    margin: 15.7333vw 0 0 0;
  }
  .first_visit .philosophy .rinen_box {
    position: relative;
    margin-bottom: 16.8vw;
  }
  .first_visit .philosophy .rinen_box .rinen_header {
    margin-bottom: 8vw;
  }
  .first_visit .philosophy .rinen_box .image img {
    width: 100%;
  }
  .first_visit .philosophy .rinen_box .number {
    position: absolute;
    top: -4vw;
    left: -2.6666vw;
    height: 16.1066vw;
    width: 18.5333vw;
    padding-top: 2.6666vw;
    background: url(../img/ico_hex.svg) no-repeat;
    background-size: contain;
    color: #ffffff;
    line-height: 1;
    text-align: center;
  }
  .first_visit .philosophy .rinen_box .number .ja {
    font-size: 3.4666666667vw;
    margin-bottom: 1.0666vw;
  }
  .first_visit .philosophy .rinen_box .number .en {
    font-size: 7.2vw;
    font-family: "Roboto";
  }
  .first_visit .philosophy .rinen_box h3 {
    background: url(../img/h3_line.svg) no-repeat bottom;
    background-size: 100%;
    padding: 6.6666vw 0 7.7333vw 0;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .first_visit .advantage {
    background: #F2F8F8;
    padding: 11.4666vw 0 16.5333vw 0;
    overflow: hidden;
  }
  .first_visit .advantage .ad_container {
    background: url(../img/new/bg_advantage.svg) no-repeat -37.5vw 0;
    background-size: 164.8506vw;
    padding: 5.8666vw 0 7.5666vw 0;
  }
  .first_visit .advantage .ad_box:nth-child(1) {
    margin-bottom: 15vw;
  }
  .first_visit .advantage .ad_box:nth-child(2) {
    margin-bottom: 21vw;
  }
  .first_visit .advantage .ad_box:nth-child(2) .ad_header {
    align-items: flex-end;
  }
  .first_visit .advantage .ad_box:nth-child(2) .image {
    transform: translate(8vw, 0);
  }
  .first_visit .advantage .ad_box:nth-child(3) {
    margin-bottom: 16vw;
  }
  .first_visit .advantage .ad_box:nth-child(3) .ad_header {
    align-items: flex-end;
  }
  .first_visit .advantage .ad_box:nth-child(4) {
    margin-bottom: 14vw;
  }
  .first_visit .advantage .ad_box:nth-child(4) .ad_header {
    align-items: flex-end;
  }
  .first_visit .advantage .ad_box:nth-child(4) .image {
    transform: translate(8vw, 0);
  }
  .first_visit .advantage .ad_box:nth-child(5) {
    margin-bottom: 16vw;
  }
  .first_visit .advantage .ad_box:last-child {
    margin-bottom: 0;
  }
  .first_visit .advantage .ad_box:last-child .image {
    transform: translate(8vw, 0);
  }
  .first_visit .advantage .ad_box .ad_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5.3333vw;
  }
  .first_visit .advantage .ad_box:nth-child(2n) .ad_header {
    flex-direction: row-reverse;
  }
  .first_visit .advantage .ad_box:nth-child(2n) .ad_header .text {
    padding-right: 0;
    transform: translateX(5.3333vw);
  }
  .first_visit .advantage .ad_box .image {
    min-width: 48vw;
    transform: translateX(-8vw);
  }
  .first_visit .advantage .ad_box .image img {
    width: 100%;
  }
  .first_visit .advantage .ad_box .text {
    padding-right: 10.6666vw;
    width: 48.3333vw;
  }
  .first_visit .advantage .ad_box .number {
    color: #00909F;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .first_visit .advantage .ad_box .number span {
    font-family: "Roboto";
    font-style: italic;
    font-size: 8vw;
    margin-left: 1.6vw;
  }
  .first_visit .advantage .ad_box h3 {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    white-space: nowrap;
  }
  .first_visit .advantage .ad_box h3 span {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .first_visit .advantage .ad_box .ad_body {
    padding: 0 5.3333vw;
  }
  .first_visit .advantage .ad_box .btn_area a {
    margin: 5.333vw auto 0 auto;
  }
  .first_visit .flow {
    padding: 12.8vw 0 9.6vw 0;
  }
  .first_visit .flow .flow_box .flow_header {
    margin-bottom: 5.3333vw;
    font-size: 5.3333333333vw;
    text-align: center;
    font-weight: bold;
  }
  .first_visit .flow .flow_box .flow_header .number {
    border-bottom: 1px solid #FAAA00;
    color: #FAAA00;
    font-size: 4.2666666667vw;
  }
  .first_visit .flow .flow_box .flow_body .photo {
    margin-bottom: 5.3333vw;
  }
  .first_visit .flow .flow_box .btn_area {
    margin-top: 5.3333vw;
  }
  .first_visit .flow .flow_box .btn_yellow {
    margin: auto auto 4.5333vw auto;
  }
  .first_visit .flow .flow_box .btn_yellow strong {
    font-size: 8vw;
  }
  .first_visit .flow .flow_box .btn_yellow img {
    margin-right: 2.1333vw;
    transform: translateY(-0.8vw);
  }
  .first_visit .flow .flow_box .btn_green {
    margin: auto;
  }
  .first_visit .flow .flow_box .btn_green strong {
    font-size: 6.4vw;
  }
  .first_visit .flow .flow_box .btn_green img {
    margin-right: 2.1333vw;
    transform: translateY(-0.8vw);
  }
  .first_visit .flow .flow_box .btn_line {
    margin: auto;
  }
  .first_visit .flow .arrow {
    text-align: center;
    margin: 6.9333vw auto;
  }
  /* ========================================================== */
  /* 関節の痛みについて */
  /* ========================================================== */
   .pagetitle {
    background: url(../img/cause/bg_pagetitle.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 13.3333vw;
  }
  .pagetitle.neck{
   background-size: cover;
   margin-bottom: 13.3333vw;
   background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/c-spondylosis.jpg) no-repeat center;
 }
 .pagetitle.hand {
   background-size: cover;
   margin-bottom: 13.3333vw;
  background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/hand1.jpg) no-repeat center;
}
.pagetitle.elbow {
  background-size: cover;
  margin-bottom: 13.3333vw;
  background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/hiji1.jpg) no-repeat center;
}
.pagetitle.kata {
  background-size: cover;
  margin-bottom: 13.3333vw;
  background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/kata1.jpg) no-repeat center;
}
.pagetitle.koshi {
  background-size: cover;
  margin-bottom: 13.3333vw;
  background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/waist.jpg) no-repeat center;
}
.pagetitle.mata {
  background-size: cover;
  margin-bottom: 13.3333vw;
  background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/crotch.jpg) no-repeat center;
}
.pagetitle.ashi {
  background-size: cover;
  margin-bottom: 13.3333vw;
  background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/leg.jpg) no-repeat center;
}
   .disease {
    background: rgb(255, 255, 255); /* Old browsers */
    background: linear-gradient(to right, rgb(255, 255, 255) 17%, rgb(229, 244, 245) 17%);
    padding: 13.3333vw 0;
    margin-bottom: 13.3333vw;
  }
   .disease .box {
    position: relative;
    margin-bottom: 16.8vw;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
   .disease .box:last-child {
    margin-bottom: 0;
  }
   .disease .box .image img {
    width: 100%;
  }
   .disease .box .text {
    padding: 0 5.3333vw 13.3333vw;
  }
   .disease .box dt {
    margin: 5.3333vw 0 4.2666vw 0;
    font-size: 5.3333333333vw;
    font-weight: bold;
    line-height: 1.6;
  }
   .disease .box dd {
    margin-bottom: 10.6666vw;
  }
   .disease .box .btn_line {
    width: 76.4666vw;
    height: 15.5333vw;
    margin: 0 auto;
  }
  /* ========================================================== */
  /* クリニック紹介 */
  /* ========================================================== */
  .clinic .pagetitle {
    background: url(../img/clinic/bg_pagetitle.jpg) no-repeat;
    background-size: cover;
  }
  .clinic .photo_slider {
    margin: 13.3333vw 0;
  }
  .clinic .photo_slider img {
    margin: auto;
  }
  .clinic .photo_slider .slick-dots {
    position: static;
  }
  .clinic .photo_slider .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
  }
  .clinic .photo_slider .slick-dots li.slick-active button {
    background: #00909F;
  }
  .clinic .photo_slider .slick-dots li button {
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 0.8vw;
    background: #DDDDDD;
    display: block;
    padding: 0;
  }
  .clinic .photo_slider .slick-dots li button::before {
    display: none;
  }
  .clinic .office_hours {
    margin-bottom: 20vw;
  }
  .clinic .office_hours .schedule {
    width: 100%;
  }
  .clinic .office_hours .schedule th {
    font-size: 4.8vw;
    font-weight: normal;
  }
  .clinic .office_hours .schedule td {
    padding: 3.2vw 0;
    background: #F2F8F8;
    font-size: 3.7333333333vw;
    text-align: center;
    line-height: 1.28;
  }
  .clinic .office_hours .schedule td.sunday {
    background: #EFDEDF;
  }
  .clinic .office_hours .schedule td.sataday {
    background: #DEE3EF;
  }
  .clinic .address {

  }
  .clinic .address .toho {
    display: flex;
    width: 60vw;
    height: 8.7999vw;
    border-radius: 23.6vw;
    padding-left: 12vw;
    margin: 7.4666vw 0 5.3333vw 0;
    font-size: 4.2666666667vw;
    border: 1px solid #00909F;
    background: url(../img/ico_walk.svg) no-repeat 5.3333vw 50%;
    background-size: 3.816vw;
    color: #00909F;
  }
  .clinic .address iframe {
    width: 100%;
    height: 74.6666vw;
    display: block;
  }
  .clinic .access {
    margin-bottom: 15.4666vw;
  }
  .clinic .access .access_box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    padding: 5.3333vw;
    margin-bottom: 8vw;
  }
  .clinic .access .access_box h3 {
    font-size: 5.8666666667vw;
    border-left: 3px solid #00909F;
    padding: 0 6vw 0 5.3333vw;
    line-height: 7.4666vw;
    background: url(../img/ico_plus.svg) no-repeat right 50%;
    background-size: 5.8666vw;
    font-weight: bold;
  }
  .clinic .access .access_box h3.open {
    background: url(../img/ico_minus.svg) no-repeat right 50%;
    background-size: 5.8666vw;
  }
  .clinic .access .access_box .access_body {
    display: none;
    margin-top: 6.4vw;
    font-size: 5.8666666667vw;
  }
  .clinic .access .access_box .access_body span {
    font-weight: bold;
    color: #00909F;
  }
  .clinic .access .access_box .access_body li {
    margin-bottom: 9.6vw;
  }
  .clinic .access .access_box .access_body li img {
    width: 100%;
    margin-bottom: 2.6666vw;
  }
  .clinic .doctor {
    background: #E5F4F5;
    padding: 10.6666vw 0 13.3333vw 0;
  }
  .clinic .doctor .photo img {
    width: 100%;
  }
  .clinic .doctor dl {
    padding: 5.3333vw;
    background: #ffffff;
  }
  .clinic .doctor dl dt {
    background: #F2F8F8;
    text-align: center;
    font-size: 4.2666666667vw;
    font-weight: normal;
    margin-bottom: 2.6666vw;
  }
  .clinic .doctor dl dd .name {
    margin-bottom: 2.6666vw;
    font-size: 5.8666666667vw;
  }
  .clinic .doctor dl dd .name .en {
    font-size: 2.6666666667vw;
    color: #00909F;
  }
  .clinic .doctor h3 {
    margin-top: 5.333vw;
  }
  .clinic .doctor table th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
  }
  .clinic .doctor table td {
    vertical-align: top;
  }
  /* ========================================================== */
  /* CVエリア */
  /* ========================================================== */
  .cv_area {
    background: url(../img/bg_cv.jpg) no-repeat;
    background-size: contain;
    width: 100vw;
    height: 180.53333vw;
    position: relative;
  }
  .cv_area .tel {
    background: url(../img/bg_cv_tel.svg) no-repeat;
    background-size: contain;
    width: 91.73333vw;
    height: 46.5946vw;
    position: absolute;
    left: 2.9333vw;
    bottom: 52.3466vw;
  }
  .cv_area .tel .btn_round {
    font-size: 6.4vw;
  }
  .cv_area .web {
    background: url(../img/bg_cv_web.svg) no-repeat;
    background-size: contain;
    width: 91.73333vw;
    height: 41.7946vw;
    position: absolute;
    left: 2.9333vw;
    bottom: 8.6133vw;
  }
  .cv_area .web .btn_round {
    background: linear-gradient(to bottom, rgb(11, 152, 217) 0%, rgb(11, 86, 121) 100%);
    font-size: 5.3333333333vw;
  }
  .cv_area .btn_round {
    width: 81.6vw;
    height: 15.2vw;
    position: absolute;
    left: 2vw;
    right: 0;
    bottom: 5vw;
    margin: 0 auto;
  }
  /* ========================================================== */
  /* 治療価格 */
  /* ========================================================== */
.price .pagetitle {
    background: url(../img/price/bg_pagetitle.jpg) no-repeat;
    background-size: cover;
  }
.price_contents {
    margin: 13.3333vw 0 14.3999vw 0;
  }
.price_contents .free {
    background: #DEEEEF;
    text-align: center;
    padding: 1.8666vw;
    margin-bottom: 6.4vw;
  }
.price_contents .free .menu_name {
    margin-bottom: 1.8666vw;
    color: #00909F;
    font-size: 5.8666666667vw;
    font-weight: 500;
  }
.price_contents .free .price_body {
    font-size: 5.8666666667vw;
    background: #ffffff;
    padding: 2.6666vw;
    line-height: 1.2;
    font-weight: 500;
  }
.price_contents .monitor {
    background: #ffeed0;
    text-align: center;
    margin-bottom: 0;
    padding: 1.8666vw;
    margin-top: 10px;
  }
.price_contents .monitor .menu_name {
    margin-bottom: 1.8666vw;
    font-size: 5.8666666667vw;
    background: #ffeed0 !important;
    color: #e15800;
    font-weight: 500;
    padding: 1.2vw 0;
  }
.price_contents .monitor .price_body {
    font-size: 5.8666666667vw;
    color:#DB2323;
    padding: 2.6666vw !important;
    line-height: 1.2;
    font-weight: 500;
  }
.price_contents .monitor .price_body span{
  font-size: 22px;
  font-weight:bold;
  }
  .price_contents .koujo {
    background: #DEEEEF;
    text-align: center;
    padding: 1.8666vw;
    margin-bottom: 6.4vw;
  }
.price_contents .koujo .menu_name {
    margin-bottom: 1.8666vw;
    color: #00909F;
    font-size: 5.8666666667vw;
    font-weight: 500;
  }
.price_contents .koujo .price_body {
    background: #ffffff;
    padding: 2.6666vw;
    text-align: left;
  }
 .koujo {
      background: #DEEEEF;
      text-align: center;
      padding: 1.8666vw;
      margin-bottom: 6.4vw;
      margin-top: 40px;
    }
 .koujo .menu_name {
      margin-bottom: 1.8666vw;
      color: #00909F;
      font-size: 5.8666666667vw;
      font-weight: 500;
    }
 .koujo .price_body {
      background: #ffffff;
      padding: 2.6666vw;
      text-align: left;
    }
   .price_contents .price_box {
    margin-bottom: 6.4vw;
  }
 .price_contents .price_box .menu_name {
    padding: 3.2vw 5.3333vw;
    background: #F0F0F0;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 500;
  }
 .price_contents .price_box .price_body {
    padding: 3.2vw 0 0 5.333vw;
    font-size: 4.8vw;
    background: #ffffff;
    line-height: 1.2;
    position: relative;
  }
.price_contents .price_box .times {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5.3333vw 5.3333vw 5.3333vw 0;
    border-bottom: 1px dashed #CACACA;
  }
 .price_contents .price_box .times:first-child {
    margin-top: -3.2vw;
  }
.price_contents .price_box .num_column {
    white-space: nowrap;
  }
.price_contents .price_box .price_column {
    text-align: right;
  }
.price_contents .price_box .price_column small {
    display: block;
    font-size: 3.2vw;
  }
.price_contents .price_box .note {
    font-size: 3.2vw;
    text-align: right;
    margin-top: 2.6666vw;
  }
 .price_contents .price_box .price_box2 {
    padding: 0 5.3333vw 5.3333vw 0;
    border-bottom: 1px dashed #CACACA;
  }
.price_contents .price_box .muryou {
    position: absolute;
    text-align: center;
    font-size: 5.8666666667vw;
    width: calc(100% - 10.6666vw);
  }
.price_contents .price_box .right {
    text-align: right;
  }
.payment {
    padding: 13.3333vw 0 14.3999vw 0;
    background: #E5F4F5;
  }
 .payment .read {
    margin-bottom: 11.2vw;
  }
.payment .price_box {
    margin-bottom: 11.2vw;
  }
.payment .price_box:last-child {
    margin-bottom: 0;
  }
.payment .price_box .menu_name {
    padding: 3.2vw 5.3333vw;
    background: #ffffff;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 500;
  }
.payment .price_box .price_body {
    padding: 5.3333vw;
    border-bottom: 1px dashed #CACACA;
    font-size: 4.8vw;
    line-height: 1.2;
    position: relative;
  }
  /* ========================================================== */
  /* ========================================================== */
  .menu_mv {
    width: 100%;
    height: 166.6666vw;
    background: url(../img/menu/mv_bg.jpg) no-repeat;
    background-size: contain;
    color: #ffffff;
  }
  .menu_mv .inner {
    position: relative;
    padding: 35vw 5.3333vw 0 5.3333vw;
  }
  .menu_mv h1 {
    font-size: 5.3333333333vw;
    line-height: 1;
    font-weight: normal;
  }
  .menu_mv h1 strong {
    display: block;
    margin: 2.6666vw 0 3.5vw 0;
    font-size: 11.7333333333vw;
    line-height: 1.2821;
  }
  .menu_mv p {
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .menu_mv .mv_text {
    position: absolute;
    top: 45vw;
    right: 1vw;
    width: 44.5333vw;
  }
  .menu_mv .cv_container {
    background: url(../img/menu/bg_cv.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 64.1546vw;
    margin-top: 8vw;
  }
  .menu_mv .cv_container .tel {
    position: absolute;
    left: 9.0666vw;
    bottom: 31.1333vw;
  }
  .menu_mv .cv_container .tel .btn_round {
    font-size: 6.4vw;
    /* background: linear-gradient(to bottom, rgb(153, 153, 153) 0%, rgb(211, 211, 211) 100%); */
  }
  .menu_mv .cv_container .web {
    position: absolute;
    left: 9.0666vw;
    bottom: 3.2333vw;
  }
  .menu_mv .cv_container .web .btn_round {
    background: linear-gradient(to bottom, rgb(11, 152, 217) 0%, rgb(11, 86, 121) 100%);
    font-size: 4.8vw;
  }
  .menu_mv .cv_container .web .btn_round::after {
    content: "";
    width: 3.7333vw;
    height: 3.7333vw;
    background: url(../img/ico_list03.svg) no-repeat;
    background-size: contain;
    margin-left: 2.6666vw;
  }
  .menu_mv .cv_container .btn_round {
    width: 81.6vw;
    height: 15.2vw;
    margin: 0 auto;
  }
  .menu .top_read {
    background: url(../img/menu/bg_read.jpg) no-repeat bottom;
    background-size: contain;
    padding-bottom: 47.7333vw;
  }
  .menu .top_read .inner {
    padding: 0;
  }
  .menu .top_read p {
    margin: auto;
    padding: 0 5.3333vw;
  }
  .why {
    padding: 11.2vw 0;
  }
  .why h2 {
    margin-bottom: 8vw;
  }
  .why .read {
    font-size: 4.8vw;
    text-align: center;
  }
  .why .imasugu {
    margin-top: 18.6666vw;
  }
  .why .imasugu h3 {
    background: url(../img/menu/bg_fukidasi.svg) no-repeat;
    background-size: contain;
    padding-top: 2.6666vw;
    margin-bottom: 10.1333vw;
    width: 100%;
    height: 25.9706vw;
    font-size: 5.3333333333vw;
    text-align: center;
    color: #00909F;
  }
  .why .imasugu .nayami_box {
    position: relative;
    margin-bottom: 15.4666vw;
  }
  .why .imasugu .nayami_box:last-child {
    margin-bottom: 0;
  }
  .why .imasugu .nayami_box dt {
    background: #00909F;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 4.8vw;
    padding:10px;
  }
  .why .imasugu .nayami_box dd img {
    width: 100%;
  }
  .why .imasugu .nayami_box ul {
    background: #F2F8F8;
  }
  .why .imasugu .nayami_box ul li {
    position: relative;
    background-size: contain;
    padding: 5vw 5.3333vw 2vw 10.6666vw;
  }
  .why .imasugu .nayami_box ul li:last-child {
    background: none;
  }
  .why .imasugu .nayami_box ul li::before {
    content: "";
    position: absolute;
    top: 6.6vw;
    left: 5.333vw;
    display: block;
    width: 3.7333vw;
    height: 3.7333vw;
    background: url(../img/ico_check.svg);
    background-size: contain;
  }
  .why .imasugu .nayami_box ul p{
    padding: 0 5.3333vw 6vw 10.6666vw;
    font-size: 0.9rem;
  }
  .menu .difference {
    padding: 12.2666vw 0;
  }
  .menu .difference h2 {
    margin-bottom: 13.0666vw;
  }
  .menu .difference dl {
    margin-bottom: 11.4666vw;
  }
  .menu .difference dl:last-child {
    margin-bottom: 0;
  }
  .menu .difference dl dt {
    color: #ffffff;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 10.1333vw;
    text-align: center;
    margin-bottom: 8.5333vw;
  }
  .menu .difference dl.jurai dt {
    background: #939393;
  }
  .menu .difference dl.saisei dt {
    background: #00909F;
  }
  .menu .advantage {
    background: #F2F8F8;
    padding: 11.4666vw 0 16.5333vw 0;
    overflow: hidden;
  }
  .menu .advantage .ad_container {
    background: url(../img/menu/bg_advantage.svg) no-repeat -18.5vw 0;
    background-size: 137.2293vw;
    padding: 5.8666vw 0 7.5666vw 0;
  }
  .menu .advantage .ad_box:nth-child(1) {
    margin-bottom: 15vw;
  }
  .menu .advantage .ad_box:nth-child(2) {
    margin-bottom: 21vw;
  }
  .menu .advantage .ad_box:nth-child(2) .ad_header {
    align-items: flex-end;
  }
  .menu .advantage .ad_box:nth-child(2) .image {
    transform: translate(8vw, 0);
  }
  .menu .advantage .ad_box:nth-child(3) {
    margin-bottom: 16vw;
  }
  .menu .advantage .ad_box:nth-child(3) .ad_header {
    align-items: flex-end;
  }
  .menu .advantage .ad_box:nth-child(4) {
    margin-bottom: 14vw;
  }
  .menu .advantage .ad_box:nth-child(4) .ad_header {
    align-items: flex-end;
  }
  .menu .advantage .ad_box:nth-child(4) .image {
    transform: translate(8vw, 0);
  }
  .menu .advantage .ad_box:nth-child(5) {
    margin-bottom: 16vw;
  }
  .menu .advantage .ad_box:last-child {
    margin-bottom: 0;
  }
  .menu .advantage .ad_box .ad_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5.3333vw;
  }
  .menu .advantage .ad_box:nth-child(2n) .ad_header {
    flex-direction: row-reverse;
  }
  .menu .advantage .ad_box:nth-child(2n) .ad_header .text {
    padding-right: 0;
    transform: translateX(5.3333vw);
  }
  .menu .advantage .ad_box .image {
    min-width: 48vw;
    transform: translateX(-8vw);
  }
  .menu .advantage .ad_box .image img {
    width: 100%;
  }
  .menu .advantage .ad_box .text {
    padding-right: 10.6666vw;
    width: 48.3333vw;
  }
  .menu .advantage .ad_box .number {
    color: #00909F;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .menu .advantage .ad_box .number span {
    font-family: "Roboto";
    font-style: italic;
    font-size: 8vw;
    margin-left: 1.6vw;
  }
  .menu .advantage .ad_box h3 {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    white-space: nowrap;
  }
  .menu .advantage .ad_box h3 span {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .menu .advantage .ad_box .ad_body {
    padding: 0 5.3333vw;
  }
  .menu .advantage .ad_box .btn_line {
    width: 67.4666vw;
    height: 12.5333vw;
    margin: 10.6666vw auto 0 auto;
  }
.btn_line {
    width: 67.4666vw;
    height: 12.5333vw;
    margin: 10.6666vw auto 0 auto;
    color: #00909F;
  }
  .menu .treatment {
    margin: 15.7333vw 0 0 0;
  }
  .menu .treatment .read {
    padding: 0 5.3333vw;
    margin-bottom: 15.4666vw;
  }
  .menu .treatment .rinen_box {
    position: relative;
    margin-bottom: 16.8vw;
  }
  .menu .treatment .rinen_box .rinen_header {
    margin-bottom: 8vw;
  }
  .menu .treatment .rinen_box .image img {
    width: 100%;
  }
  .menu .treatment .rinen_box h3 {
    background: url(../img/h3_line.svg) no-repeat bottom;
    background-size: 100%;
    padding: 6.6666vw 0 7.7333vw 0;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .menu .treatment .rinen_box .btn_line {
    width: 67.4666vw;
    height: 12.5333vw;
    margin: 10.6666vw auto 0 auto;
  }
  .menu .nayami {
    background: url(../img/top/bg_nayami.jpg) no-repeat bottom #00909F;
    background-size: contain;
    padding: 13.0666vw 0 49.8666vw 0;
  }
  .menu .nayami .inner {
    padding: 0;
  }
  .menu .nayami h2 {
    margin-bottom: 9.3066vw;
    text-align: center;
    font-size: 5.3333333333vw;
    color: #ffffff;
  }
  .menu .nayami h2 span {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .menu .nayami img {
    width: 100%;
  }
  .menu .cv_container h2 {
    margin-bottom: 0;
    background: #FFBE00;
    padding: 5.3333vw;
    line-height: 1;
    font-weight: normal;
    font-size: 4.8vw;
    color: #333333;
  }
  .menu .cv_container h2 strong {
    font-weight: bold;
  }
  /* ========================================================== */
  /* お知らせ一覧 */
  /* ========================================================== */
  .news_list .pagetitle {
    background: url(../img/news/bg_pagetitle.jpg) no-repeat;
    background-size: cover;
  }
  .news_list .info_container {
    margin-top: 5.3333vw;
  }
  .news_list .info_container li {
    border-bottom: 1px solid #CACACA;
  }
  .news_list .info_container a {
    display: block;
    padding: 5.3333vw 0 5.3333vw 0;
  }
  .news_list .info_container a .title {
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .news_list .info_container a .meta {
    display: flex;
    align-items: center;
    margin-bottom: 2.6666vw;
  }
  .news_list .info_container a .date {
    font-size: 4.2666666667vw;
    margin-right: 2.6666vw;
  }
  .news_list .info_container a .category {
    width: 28.7999vw;
    height: 5.3333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  .news_list .info_container a .category.important {
    background: #D00000;
  }
  .news_list .info_container a .category.new {
    background: #FFBE00;
  }
  .news_list .wp-pagenavi {
    text-align: center;
    padding: 25px 0 40px 0;
  }
  .news_list .wp-pagenavi .previouspostslink, .news_list .wp-pagenavi .nextpostslink {
    border: 1px solid #00909F;
    background: #ffffff;
    color: #00909F;
    border-radius: 2px;
    font-size: 14px;
  }
  .news_list .wp-pagenavi a, .news_list .wp-pagenavi span {
    border: 1px solid #DEEEEF;
    background: #DEEEEF;
    color: #00909F;
    border-radius: 2px;
    font-size: 14px;
    margin: 0 5px;
  }
  .news_list .wp-pagenavi a.current, .news_list .wp-pagenavi span.current {
    border: 1px solid #00909F;
    background: #00909F;
    color: #fff;
    font-weight: normal;
  }
  /* ========================================================== */
  /* お知らせ詳細 */
  /* ========================================================== */
  .news_detail .eyecatch {
    margin-bottom: 5.3333vw;
  }
  .news_detail .eyecatch img {
    width: 100%;
  }
  .news_detail .meta {
    display: flex;
    align-items: center;
    margin-bottom: 2.6666vw;
  }
  .news_detail .date {
    font-size: 4.2666666667vw;
    margin-right: 2.6666vw;
  }
  .news_detail .category {
    width: 28.7999vw;
    height: 5.3333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  .news_detail .category.important {
    background: #D00000;
  }
  .news_detail .category.new {
    background: #FFBE00;
  }
  .news_detail h1 {
    font-size: 6.4vw;
    margin-bottom: 1.2em;
  }
  .news_detail .article_body h2 {
    margin-bottom: 1.2em;
    text-align: left;
    font-size: 5.8666666667vw;
    color: #333333;
  }
  .news_detail .article_body h3 {
    margin-bottom: 1.2em;
    font-size: 5.3333333333vw;
  }
  .news_detail .article_body h4 {
    margin-bottom: 1.2em;
    font-size: 4.8vw;
  }
  .news_detail .article_body p {
    margin-bottom: 1.8em;
  }
  .news_detail .article_body img {
    margin-bottom: 5.3333vw;
  }
  .news_detail .article_nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10.6666vw;
  }
  .news_detail .article_nav .prev,
.news_detail .article_nav .next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.4666vw;
    height: 8.5333vw;
    border: 1px solid #00909F;
    border-radius: 2px;
    text-align: center;
    font-size: 3.7333333333vw;
    color: #00909F;
  }
  .news_detail .article_nav .for_list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35.7333vw;
    height: 8.5333vw;
    background: #00909F;
    margin: 0 2.6666vw;
    color: #ffffff;
    font-size: 3.7333333333vw;
  }
  /* ========================================================== */
  /* FAQ */
  /* ========================================================== */
  .yokuarugositumon .pagetitle {
    background: url(../img/faq/bg_pagetitle.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 13.3333vw;
  }
  .faq {
    padding: 7.1999vw 0;
  }
  .faq .inner {
    padding: 0;
    margin-bottom: 13.3333vw;
  }
  .faq .inner:last-child {
    margin-bottom: 0;
  }
  .faq .qa_title {
    margin-bottom: 5.3333vw;
    font-size: 5.3333333333vw;
    padding: 0 5.3333vw;
    text-align: left;
  }
  .faq_box {
    border-bottom: 1px solid #CACACA;
  }
  .faq_box:first-child {
    border-top: 1px solid #CACACA;
  }
  .faq_box .question {
    font-size: 4.8vw;
    font-weight: bold;
    padding: 4.2666vw 10.6666vw 4.2666vw 13.6666vw;
    line-height: 1.6;
    position: relative;
    background: url(../img/ico_arrow_faq_open.svg) no-repeat calc(100% - 5.3333vw) 50%;
    background-size: 6.9333vw;
  }
  .faq_box .question.open {
    background: url(../img/ico_arrow_faq_close.svg) no-repeat calc(100% - 5.3333vw) 50%;
    background-size: 6.9333vw;
  }
  .faq_box .question::before {
    content: "Q";
    font-family: "Roboto";
    font-size: 5.8666666667vw;
    line-height: 1;
    color: #00909F;
    position: absolute;
    top: 4.4666vw;
    left: 5.3333vw;
  }
  .faq_box .answer {
    display: none;
    padding: 5.3333vw 5.3333vw 5.3333vw 13.6666vw;
    background: #F2F8F8;
    font-size: 4.8vw;
    line-height: 1.6;
    position: relative;
  }
  .faq_box .answer::before {
    content: "A";
    font-family: "Roboto";
    line-height: 1;
    color: #00909F;
    position: absolute;
    top: 7.0333vw;
    left: 5.3333vw;
    font-weight: bold;
  }
  .faq_box a {
    text-decoration: underline;
  }
  /* ========================================================== */
  /* お問い合わせ */
  /* ========================================================== */
  .inquiry,
.reservation {
    background: #F2F8F8;
    padding: 7.1999vw 0;
  }
  .inquiry .pagetitle,
.reservation .pagetitle {
    background: url(../img/inquiry/bg_pagetitle.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 13.3333vw;
  }
  .inquiry .form,
.reservation .form {
    padding: 0 5.3333vw;
  }
  .inquiry .form > p,
.reservation .form > p {
    font-weight: bold;
    margin-bottom: 1em;
  }
  .inquiry .form.confirm .btn_line,
.reservation .form.confirm .btn_line {
    width: 276px;
    height: 50px;
    margin: 50px auto;
    border-radius: 5px;
    background-image: none;
    font-weight: normal;
  }
  .inquiry dl,
.reservation dl {
    padding: 5.3333vw;
    background: #ffffff;
    border-bottom: 1px solid #DEEEEF;
  }
  .inquiry dl dt,
.reservation dl dt {
    margin-bottom: 1.3333vw;
  }
  .inquiry dl dt.required::after,
.reservation dl dt.required::after {
    content: "必 須";
    border: 1px solid #D32929;
    font-size: 3.7333333333vw;
    color: #D32929;
    padding: 0 2.5vw;
    margin-left: 2.5vw;
  }
  .inquiry dl .row .col:first-child,
.reservation dl .row .col:first-child {
    margin-bottom: 10vw;
  }
  .inquiry dl .row .col span,
.reservation dl .row .col span {
    display: block;
  }
  .inquiry dl .row .col span input,
.reservation dl .row .col span input {
    width: 100%;
    display: block;
  }
  .inquiry dl .row .col span select,
.reservation dl .row .col span select {
    width: 100%;
    display: block;
  }
  .inquiry .agree,
.reservation .agree {
    margin: 2.6666vw;
    text-align: center;
    font-size: 3.7333333333vw;
  }
  .inquiry .send button,
.inquiry .send input[type=submit],
.reservation .send button,
.reservation .send input[type=submit] {
    border: none;
    color: #ffffff;
  }
  .inquiry select,
.reservation select {
    height: 10.6666vw;
    width: 100%;
    border: 1px solid #CACACA;
    border-radius: 4px;
  }
  .inquiry input[type=text],
.inquiry input[type=number],
.inquiry input[type=tel],
.inquiry input[type=email],
.reservation input[type=text],
.reservation input[type=number],
.reservation input[type=tel],
.reservation input[type=email] {
    height: 10.6666vw;
    width: 100%;
    border: 1px solid #CACACA;
    border-radius: 4px;
  }
  .inquiry textarea,
.reservation textarea {
    height: 278px;
    width: 100%;
    border: 1px solid #CACACA;
    border-radius: 4px;
  }
  .inquiry.thanks p,
.reservation.thanks p {
    font-weight: normal;
  }
  .inquiry.thanks .btn_line,
.reservation.thanks .btn_line {
    width: 73.6vw;
    height: 13.3333vw;
    margin: 13.3333vw auto;
    border-radius: 1.3333vw;
    background-image: none;
  }
  /* ========================================================== */
  /* 保証制度 */
  /* ========================================================== */
  .guarantee .pagetitle {
    background: url(../img/guarantee/bg_pagetitle.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 13.3333vw;
  }
  .guarantee .quality .lead {
    text-align: center;
    margin-bottom: 20.26666vw;
  }
  .guarantee .hoshou {
    background: linear-gradient(to bottom, rgb(0, 84, 123) 0%, rgb(0, 42, 62) 100%);
    padding: 10.1333vw 5.3333vw;
    color: #ffffff;
  }
  .guarantee .hoshou h3 {
    display: block;
    width: 100%;
    height: 24.9vw;
    background: url(../img/top/bg_hosho_btn.svg) no-repeat;
    background-size: contain;
    position: relative;
    font-family: "Noto Serif JP", serif;
    color: #000000;
  }
  .guarantee .hoshou h3 .hex {
    width: 14.9333vw;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 2.0333vw;
    top: 2.2vw;
  }
  .guarantee .hoshou h3 .hex .hex_text {
    display: block;
    font-size: 3.4333vw;
  }
  .guarantee .hoshou h3 .hex .num {
    display: block;
    font-size: 5.9666vw;
    font-weight: bold;
  }
  .guarantee .hoshou h3 .title {
    position: absolute;
    top: 4.2333vw;
    left: 22.1333vw;
    font-size: 7.6666vw;
  }
  .guarantee .hoshou p {
    margin-bottom: 8.5333vw;
  }
  .guarantee .hoshou .kouka {
    margin-bottom: 13.3333vw;
  }
  .guarantee .hoshou dl {
    margin-bottom: 8vw;
  }
  .guarantee .hoshou dt {
    background: rgba(255, 255, 255, 0.43);
    text-align: center;
    line-height: 9.0666vw;
  }
  .guarantee .btn_line {
    width: 100%;
  }
  .guarantee .image {
    padding: 5.3333vw;
  }
  /* ========================================================== */
  /* リハビリ */
  /* ========================================================== */
  .rehabili .pagetitle {
    background: url(../img/follow-up/bg_pagetitle.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 13.3333vw;
  }
  .rehabili .our_rehabili {
    margin: 0 5.3333vw;
  }
  .rehabili .our_rehabili .inner {
    padding: 5.3333vw 5.3333vw 10.6666vw;
    background: linear-gradient(135deg, rgb(127, 185, 121) 0%, rgb(9, 119, 170) 100%);
  }
  .rehabili .our_rehabili h2 {
    margin-bottom: 2.6666vw;
    color: #ffffff;
  }
  .rehabili .our_rehabili h2 .en {
    color: #ffffff;
  }
  .rehabili .our_rehabili img {
    width: 100%;
    margin-bottom: 14.3999vw;
  }
  .rehabili .our_rehabili h3 {
    margin-bottom: 2.6666vw;
    background: #ffffff;
    color: #00909F;
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 10.4vw;
  }
  .rehabili .our_rehabili p {
    text-align: center;
    color: #ffffff;
  }
  .rehabili .feature {
    padding-top: 22.6666vw;
  }
  .rehabili .feature h2 {
    margin-bottom: 4.3999vw;
  }
  .rehabili .feature .lead {
    text-align: center;
    margin-bottom: 14.3999vw;
    font-weight: bold;
    line-height: 1.4;
    color: #00909F;
  }
  .rehabili .feature .inner {
    background: url(../img/follow-up/bg_feature.jpg) no-repeat;
    background-size: contain;
    height: 276.096vw;
  }
  .rehabili .feature .f_box {
    padding-top: 14vw;
    margin-bottom: 16.7vw;
  }
  .rehabili .feature .f_box dt {
    margin-left: 47.7333vw;
    margin-bottom: 5vw;
    font-weight: bold;
  }
  .rehabili .feature .f_box dt .numbering {
    font-size: 3.2vw;
    color: #FAAA00;
  }
  .rehabili .feature .f_box dt .numbering span {
    margin-left: 0.5em;
    font-size: 5.3333333333vw;
  }
  .rehabili .feature .f_box:nth-child(2) {
    margin-bottom: 8.7vw;
  }
  .rehabili .feature .f_box:nth-child(2) dt {
    margin-left: 0;
    margin-right: 42.7333vw;
  }
  .rehabili .flow .inner {
    padding: 0;
  }
  .rehabili .flow .f_box {
    position: relative;
    padding-bottom: 12vw;
    margin-bottom: 2.6666vw;
    background: url(../img/follow-up/arrow.svg) no-repeat 7vw bottom;
    background-size: 4.7666vw;
  }
  .rehabili .flow .f_box:last-child {
    background: none;
  }
  .rehabili .flow .f_box dt {
    position: absolute;
    top: 0;
    left: 5.3333vw;
    width: 35.6vw;
    background: #ffffff;
    border-bottom: 3px solid #FAAA00;
    padding-bottom: 4vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .rehabili .flow .f_box dt .numbering {
    font-size: 4.2666666667vw;
    color: #FAAA00;
  }
  .rehabili .flow .f_box dd {
    padding: 0 5.3333vw 0 17.3333vw;
  }
  .rehabili .flow .f_box dd.image {
    padding-right: 0;
    padding-top: 0;
  }
  .rehabili .reserve {
    background: #DEEEEF;
    padding: 5.3333vw;
  }
  .rehabili .reserve .inner {
    padding: 5.3333vw;
    background: #ffffff;
  }
  .rehabili .reserve h2 {
    font-size: 5.3333333333vw;
    text-align: center;
    margin-bottom: 5.3333vw;
  }
  .rehabili .reserve .btn_line {
    width: 67.4666vw;
    height: 12.5333vw;
    margin: 5.3333vw auto 10.6666vw auto;
    color: #00909F;
  }
  /* ========================================================== */
  /* 下層ページ */
  /* ========================================================== */
  .page_mv .inner {
    padding: 0;
  }
  .child_h1 {
    background: url(../img/bg_page_mv.png) no-repeat;
    background-size: contain;
    height: 38.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 6.9333333333vw;
  }
  .page_index {
    background: #F2F8F8;
    padding: 5.3333vw;
    font-size: 4.8vw;
    line-height: 1.4;
    font-weight: 500;
  }
  .page_index li {
    padding-top: 5.3333vw;
  }
  .page_index li::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(202, 202, 202); /* Old browsers */
    background: linear-gradient(to right, rgb(202, 202, 202) 94%, rgb(250, 170, 0) 94%);
    display: block;
  }
  .page_index li a {
    display: block;
    background: url(../img/ico_yellow_arrow.svg) no-repeat 98% 50%;
    background-size: 2.4vw;
    padding: 0 10.6666vw 2.6666vw 0;
  }
  .page_index li a.long {
    display: block;
    background: url(../img/ico_yellow_arrow.svg) no-repeat 98% 50%;
    background-size: 2.4vw;
    padding: 0 5.6666vw 2.6666vw 0;
  }
  .qa_container {
    background: #E5F4F5;
    padding: 7.1999vw 5.3333vw;
  }
  .qa_container .qa_box {
    background: #ffffff;
    padding: 7.1999vw 5.3333vw;
    margin-bottom: 10.6666vw;
  }
  .qa_container .qa_box:last-child {
    margin-bottom: 0;
  }
  .qa_container .qa_box h2 {
    font-size: 5.3333333333vw;
    font-weight: bold;
    padding: 0 0 7.1999vw 0;
    border-bottom: 1px solid #CACACA;
    position: relative;
    margin-bottom: 0;
    color: #333333;
  }
  .qa_container .qa_box h2.question {
    padding: 0 0 7.1999vw 9.8666vw;
  }
  .qa_container .qa_box h2.question::before {
    content: "Q";
    font-family: "Roboto";
    font-size: 8.5333333333vw;
    line-height: 1;
    color: #00909F;
    position: absolute;
    top: 0;
    left: 0;
  }
  .qa_container .qa_box .box_body {
    padding: 7.1999vw 0 0 0;
  }
  .qa_container .qa_box .box_body .bold {
    font-size: 5.3333333333vw;
    font-weight: bold;
    color: #333333;
    text-align: left;
    line-height: 1.6;
    position: relative;
    margin-bottom: 5.3333vw;
  }
  .qa_container .qa_box .box_body .bold.anser {
    padding: 0 0 0 9.8666vw;
  }
  .qa_container .qa_box .box_body .bold.anser::before {
    content: "A";
    font-family: "Roboto";
    font-size: 6.4vw;
    line-height: 1;
    color: #00909F;
    position: absolute;
    top: 0.8vw;
    left: 0;
  }
  .qa_container .qa_box .box_body h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.0666vw;
  }
  .qa_container .qa_box .box_body h3 span {
    border-top: 1px solid #FAAA00;
    border-bottom: 1px solid #FAAA00;
    padding: 1.5vw 2vw;
  }
  .qa_container .qa_box .box_body p, .qa_container .qa_box .box_body .row, .qa_container .qa_box .box_body .rowrevwerse {
    margin-bottom: 5.0666vw;
  }
  .qa_container .qa_box .box_body p:last-child, .qa_container .qa_box .box_body .row:last-child, .qa_container .qa_box .box_body .rowrevwerse:last-child {
    margin-bottom: 0;
  }
  .qa_container .qa_box .box_body dl {
    margin-bottom: 5.0666vw;
  }
  .qa_container .qa_box .box_body dl dt {
    font-size: 5.3333333333vw;
    font-weight: bold;
    color: #00909F;
  }
  .qa_container .qa_box .box_body dl dt.point_ttl {
    padding-bottom: 2vw;
    border-bottom: 1px solid #00909F;
    margin-bottom: 2vw;
  }
  .qa_container .qa_box .box_body dl dt.point_ttl span {
    font-size: 8vw;
  }
  .qa_container .qa_box .box_body dl dd img {
    margin-bottom: 2vw;
  }
  .qa_container .qa_box .box_body img {
    margin-bottom: 8.5333vw;
  }
  .qa_container .qa_box .box_body img:last-child {
    margin-bottom: 0;
  }
  .qa_container .qa_box .box_body img + .caption {
    margin-top: -7.5333vw;
    font-size: 70%;
    line-height: 1.3;
    display: block;
  }
  .qa_container .qa_box .box_body a {
    text-decoration: underline;
  }
  .qa_container .qa_box .box_body ul {
    margin-bottom: 10.6666vw;
  }
  .qa_container .qa_box .box_body li {
    background: url(../img/ico_check02.svg) no-repeat 0 3vw;
    background-size: 3.8666vw;
    padding-left: 7.4666vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .qa_container .qa_box .box_body .btn_area {
    display: block;
    background: url(../img/cause/bg_sindan.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 30.4vw;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-size: 5.8666666667vw;
    text-align: center;
    font-weight: bold;
    padding: 3.4666vw 0 0 0;
    margin-bottom: 10.6666vw;
    text-decoration: none;
  }
  .qa_container .qa_box .box_body .btn_area div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 71.2vw;
    height: 12.5333vw;
    color: #E39C04;
    font-size: 4.2666666667vw;
    background: url(../img/ico_yellow_arrow.svg) no-repeat 97% 50% #ffffff;
    background-size: 1.6vw;
    border-radius: 8px;
    margin: 1vw auto 0;
  }
  .qa_container .qa_box .box_body .tbl_container {
    margin-bottom: 5.0666vw;
    overflow-x: scroll;
  }
  .qa_container .qa_box .box_body .tbl_container table {
    width: 1000px;
    border-collapse: collapse;
  }
  .qa_container .qa_box .box_body .tbl_container table th {
    background: #00909F;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    border: 1px solid #ffffff;
    padding: 1.8666vw;
  }
  .qa_container .qa_box .box_body .tbl_container table td {
    background: #DEEEEF;
    padding: 2.6666vw 9.0666vw;
    border: 1px solid #ffffff;
  }
  .qa_container .qa_box .box_body .tbl_container table td.tac {
    text-align: center;
  }
  .qa_container .qa_box .box_body .tbl_container table td.feature {
    background: #FFF7DE;
    border-left: 5px solid #00909F;
    border-right: 5px solid #00909F;
    color: #00909F;
  }
  .qa_container .qa_box .box_body .tbl_container table tr:last-child td.feature {
    border-bottom: 5px solid #00909F;
  }
  .qa_container .qa_box .point_container .box {
    width: 100%;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, rgb(242, 248, 248) 0%, rgb(222, 238, 239) 100%);
    border-radius: 3vw;
    text-align: center;
    font-weight: bold;
    margin: 0 0 2.1929vw 0;
    padding: 3vw;
  }
  .qa_container .row .image {
    margin-bottom: 8.5333vw;
  }
  .qa_container .row .text {
    margin-bottom: 8.5333vw;
  }
  .qa_container .row.col2 div, .qa_container .row.col3 div {
    margin-bottom: 8.5333vw;
  }
  .qa_container .btn_line {
    width: 100%;
    height: 13.3333vw;
    font-size: 4.8vw;
    font-weight: bold;
    color: #00909F;
    margin-bottom: 10.6666vw;
  }
  .treatment_other {
    padding: 12.5333vw 0;
  }
  .treatment_other h2 {
    margin-bottom: 12.5333vw;
  }
  .treatment_other .read {
    margin-bottom: 14.3999vw;
    padding: 0 5.3333vw;
    text-align: center;
  }
  .treatment_other .box_container {
    background: rgb(255, 255, 255); /* Old browsers */
    background: linear-gradient(to right, rgb(255, 255, 255) 17%, rgb(229, 244, 245) 17%);
    padding: 9.6vw 5.3333vw 13.3333vw 5.3333vw;
  }
  .treatment_other .box {
    display: block;
    position: relative;
    margin-bottom: 5.3333vw;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .treatment_other .box:last-child {
    margin-bottom: 0;
  }
  .treatment_other .box .image img {
    width: 100%;
  }
  .treatment_other .box .text {
    position: relative;
    padding: 7.1999vw 5.3333vw 13.3333vw;
  }
  .treatment_other .box dt {
    position: absolute;
    left: 0;
    top: -9vw;
    width: 70.0666vw;
    background: #ffffff;
    background-size: 4vw;
    padding: 5vw 5vw 0 5vw;
    font-size: 5.8666666667vw;
    font-weight: bold;
    line-height: 1.2;
    color: #00909F;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  }
  .treatment_other .box dt::after {
    content: "";
    width: 4vw;
    height: 4vw;
    display: inline-block;
    background: url(../img/ico_list01.svg) no-repeat;
    background-size: contain;
    margin-left: 4vw;
  }
  .treatment_other .btn_area {
    margin-top: 10.6666vw;
  }
  .treatment_saisei {
    margin: 15.7333vw 0 0 0;
  }
  .treatment_saisei .read {
    padding: 0 5.3333vw;
    margin-bottom: 15.4666vw;
  }
  .treatment_saisei .rinen_box {
    position: relative;
    margin-bottom: 16.8vw;
  }
  .treatment_saisei .rinen_box .rinen_header {
    margin-bottom: 8vw;
  }
  .treatment_saisei .rinen_box .image img {
    width: 100%;
  }
  .treatment_saisei .rinen_box h3 {
    background: url(../img/h3_line.svg) no-repeat bottom;
    background-size: 100%;
    padding: 6.6666vw 0 7.7333vw 0;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .treatment_saisei .rinen_box .btn_line {
    width: 67.4666vw;
    height: 12.5333vw;
    margin: 10.6666vw auto 0 auto;
  }
}

@media (max-width: 768px) {
.not_end .profesional {
  background: #ffffff;
  padding:11.2vw 7vw;
}
.not_end .profesional .photo {
  margin: 5.3333vw 0;
}
.not_end .profesional .photo img {
  width: 100%;
}
.not_end .profesional h2{
  margin-bottom: 8vw;
}
}
@media (min-width: 769px) {
  .not_end  {
    max-width: 1100px;
    margin: 0 auto;
    }
  .not_end .profesional {
    background: #f5f5f5;
    margin-top: 60px;
    padding: 50px;
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    align-items:center;
    gap: 0 30px;
  }

}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .not_end .profesional {
    padding: 3.5087vw 4.3859vw;
    grid-template-columns: 1fr 49.5614vw;
    gap: 0 2.6315vw;
  }
}
@media (min-width: 769px) {
  .not_end .profesional h2 {
    margin: 15px auto 26px auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .not_end .profesional h2 {
    margin: 1.3157vw auto 2.28vw auto;
  }
}

@media (min-width: 769px) {
  .not_end .profesional p {
    background-size: 30px;
    padding-left: 38px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .not_end .profesional p {
    background-size: 2.6315vw;
    padding-left: 3.3333vw;
    margin-bottom: 2.2807vw;
  }
}

@media (min-width: 769px) {
  .about .step {
    padding: 10px 150px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items:center;
    justify-content: center;
    gap: 0 30px;
  }
  .about .step.lp {
grid-template-columns: 1fr 1fr;
max-width:900px;
margin: 0 auto;s
  }
  .about{
    margin: 0 auto;

  }
  .about .step img{
  /* width:80%; */
  }
  .about h2{
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .about .step {
    padding: 3.5087vw 4.3859vw;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 2.6315vw;
  }
}
@media (min-width: 769px) {
  .about {
    padding: 92px 20px 0;
  }
.about{
  text-align: center;
}
}

@media (max-width: 769px) {
.about {
  padding: 11.2vw 7vw;
}
 .about h2 {
  margin-bottom: 5vw;
}

.about .step.lp {
grid-template-columns: 1fr;
}
/* .about .read {
  margin-bottom: 6.3999vw;
  padding: 0 5.3333vw;
  text-align: center;
} */
.about .step {
    /* margin-top: 60px; */
    padding: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items:center;
    justify-content: center;
    gap: 0 20px;
  }
  .spadimg{
    width: 50%;
    margin:0 auto;
  }
  .spadimg img{
    width: 100%;
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
@media (min-width: 769px) {
  /* ========================================================== */
  /* 共通スタイル */
  /* ========================================================== */
  body {
    padding-top: 70px;
  }
  .btn_green {
    font-size: 22px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .btn_yellow {
    font-size: 22px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .btn_line {
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .btn_round {
    font-size: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .site_contents .pagetitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    text-align: center;
    color: #ffffff;
  }
  .site_contents .pagetitle h1 {
    font-size: 26px;
    font-weight: bold;
  }
  .site_contents .pagetitle h1::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    margin: 20px auto;
  }
  .site_contents h2,
.site_contents .privacy_h1 {
    margin-bottom: 40px;
    font-size: 32px;
    color: #00909F;
    text-align: center;
    line-height: 1.1;
  }
  .site_contents h2 .en,
.site_contents .privacy_h1 .en {
    font-size: 16px;
    color: #969696;
    letter-spacing: 0.2em;
    margin-bottom: 12px;
  }
  .site_contents .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  /* ========================================================== */
  /* スクロール時のヘッダーの動作 */
  /* ========================================================== */
  /* ヘッダー */
  /* ========================================================== */
  /* メニュー */
  /* ========================================================== */
  /* パンくず */
  /* ========================================================== */
  /* フッター */
  /* ========================================================== */
  /* ========================================================== */
  /* トップページ */
  /* ========================================================== */
  /* ========================================================== */
  /* はじめての方へ */
  /* ========================================================== */
  /* ========================================================== */
  /* 関節の痛みについて */
  /* ========================================================== */
  /* ========================================================== */
  /* クリニック紹介 */
  /* ========================================================== */
  /* ========================================================== */
  /* CVエリア */
  /* ========================================================== */
  /* ========================================================== */
  /* 治療価格 */
  /* ========================================================== */
  /* ========================================================== */
  /* ========================================================== */
  /* ========================================================== */
  /* お知らせ一覧 */
  /* ========================================================== */
  /* ========================================================== */
  /* お知らせ詳細 */
  /* ========================================================== */
  /* ========================================================== */
  /* FAQ */
  /* ========================================================== */
  /* ========================================================== */
  /* お問い合わせ */
  /* ========================================================== */
  /* ========================================================== */
  /* 保証制度 */
  /* ========================================================== */
  /* ========================================================== */
  /* リハビリ */
  /* ========================================================== */
  /* ========================================================== */
  /* 下層ページ */
  /* ========================================================== */
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .site_contents .inner {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  body {
    transition: 0.3s;
  }
}
@media (min-width: 769px) {
  .site_header {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    transition: 0.5s;
  }
  .site_header.is-hide {
    transform: translateY(-101px);
  }
  .site_header .inner {
    width: 300px;
  }
  .site_header .logo {
    width: 300px;
  }
}
@media (min-width: 769px) and (max-width: 1207px) and (min-width: 769px) {
  .site_header .logo {
    width: 17.3841vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .site_header .logo {
    width: 24.855vw;
  }
}
@media (min-width: 769px) {
  .site_header .logo img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .gnav nav {
    display: flex;
    font-weight: 500;
  }
  .gnav ul {
    display: flex;
  }
}
@media (min-width: 769px) and (max-width: 1610px) and (min-width: 1208px) {
  .gnav ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (min-width: 769px) and (max-width: 1207px) and (min-width: 769px) {
  .gnav ul.child_menu {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: auto;
  }
  .gnav ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 61.3973vw;
  }
}
@media (min-width: 769px) {
  .gnav ul li {
    margin: 0 15px;
    padding-top: 23px;
    line-height: 1.2;
  }
}
@media (min-width: 769px) and (max-width: 1571px) and (min-width: 769px) {
  .gnav ul li {
    padding-top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1207px) and (min-width: 769px) {
  .gnav ul li {
    margin: 0 1.2417vw;
  }
}
@media (min-width: 769px) {
  .gnav ul li.current a {
    border-bottom: 1px solid #00909F;
  }
}
@media (min-width: 769px) {
  .gnav ul a {
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.3333;
    position: relative;
  }
}
@media (min-width: 769px) and (max-width: 1207px) and (min-width: 769px) {
  .gnav ul a {
    font-size: 1.49vw;
  }
}
@media (min-width: 769px) {
  .gnav ul a::after {
    content: "";
    width: 0%;
    height: 1px;
    background: #00909F;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 0.3s;
  }
}
@media (min-width: 769px) {
  .gnav ul a span {
    width: 100%;
    display: block;
  }
}
@media (min-width: 769px) {
  .gnav ul a:hover {
    opacity: 1;
  }
  .gnav ul a:hover::after {
    content: "";
    width: 100%;
  }
}
@media (min-width: 769px) {
  .gnav .inquiry_btn {
    margin-left: 15px;
  }
  .gnav .inquiry_btn a {
    width: 155px;
    height: 61px;
    background: #00909F;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
  }
}
@media (min-width: 769px) and (max-width: 1207px) and (min-width: 769px) {
  .gnav .inquiry_btn a {
    width: 12.8311vw;
    height: 5.0496vw;
  }
}
@media (min-width: 769px) {
  .pankz {
    display: flex;
    max-width: 1100px;
    margin: 14px auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .pankz {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .pankz li {
    font-size: 14px;
    line-height: 1;
  }
  .pankz li::after {
    content: ">";
    margin: 0 1em;
  }
  .pankz li:last-child::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .site_footer {
    background: #F2F8F8;
    padding: 65px 0 20px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .site_footer {
    padding: 65px 20px 20px 20px;
  }
}
@media (min-width: 769px) {
  .site_footer .inner {
    display: flex;
    justify-content: space-between;
    gap: 67px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 769px) {
  .site_footer .logo_area .logo {
    width: 177px;
    margin-bottom: 25px;
  }
  .site_footer .logo_area .logo img {
    width: 100%;
  }
  .site_footer .logo_area .name {
    line-height: 1;
  }
}
@media (min-width: 769px) {
  .site_footer .fnav {
    width: 100%;
    margin-bottom: 34px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 23px;
    transform: translateY(-16px);
  }
  .site_footer .fnav li a {
    display: block;
    padding: 16px 0 16px 28px;
    border-bottom: 1px solid #CACACA;
    background: url(../img/ico_list01.svg) no-repeat 0 50%;
    background-size: 17px;
    font-size: 14px;
    line-height: 1;
  }
}
@media (min-width: 769px) {
  .site_footer .ppolicy {
    position: absolute;
    left: 0;
    bottom: 50px;
    background: url(../img/ico_gray_arrow.svg) no-repeat 0 50%;
    background-size: 7px;
    padding-left: 15px;
    display: flex;
    align-items: center;
  }
  .site_footer .ppolicy a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .site_footer .copyright {
    text-align: center;
    font-size: 12px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .fixed_btn {
    display: none;
    background: #e5f4f4;
    padding: min(18px, calc(18 / 1400 * 100vw)) 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .fixed_btn__grid {
    display: flex;
    justify-content: center;
    gap: min(20px, calc(20 / 1400 * 100vw));
  }

  .fixed_btn__grid_item {
    width: min(380px, calc(380 / 1400 * 100vw));
    border-radius: 32px;
    box-shadow: 0 4px 4px rgba(0,0,0,.32);
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .fixed_btn .inner {
    padding: 0 20px;
    gap: 2.2727vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .fixed_btn .inner .image {
    width: 22.909vw;
  }
}
@media (min-width: 769px) {
  .fixed_btn .inner .tel {
    font-size: 35px;
    color: #00909F;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .fixed_btn .inner .tel {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .fixed_btn .inner .tel img {
    width: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .fixed_btn .inner .tel img {
    width: 3.909vw;
  }
}
@media (min-width: 769px) {
  .fixed_btn .inner .btn_round {
    width: 390px;
    height: 59px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .fixed_btn .inner .btn_round {
    width: 35.4545vw;
    height: 5.3636vw;
  }
  .fixed_btn .inner .btn_round1 {
    width: 35.4545vw;
    height: 5.3636vw;
  }
}
@media (min-width: 769px) {
  .fixed_btn .inner .btn_round.blue {
    font-size: 24px;
    background: linear-gradient(to bottom, rgb(11, 152, 217) 0%, rgb(11, 86, 121) 100%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .fixed_btn .inner .btn_round.blue {
    font-size: 2.1818vw;
  }
}
@media (min-width: 769px) {
  .fixed_btn .inner .btn_round.blue img {
    width: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .fixed_btn .inner .btn_round.blue img {
    widht: 1.909vw;
  }
}
@media (min-width: 769px) {
  .mv {
    width: 100%;
    height: 521px;
    background: url(../img/mv_bg_pc.jpg) no-repeat center;
    background-size: cover;
    color: #ffffff;
    position: relative;
    z-index:-1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .mv {
    height: 55.3508vw;
  }
}
@media (min-width: 769px) {
  .mv .inner {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding-top: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .mv .inner {
    padding-top: 6.1403vw;
    padding-left: 20px;
  }
}
@media (min-width: 769px) {
  .mv h1 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: normal;
    padding-top: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .mv h1 {
    font-size: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .mv h1 strong {
    /* display: block; */
    margin: 10px 0 20px 0;
    font-size: 41px;
    line-height: 1.6;
    font-weight: normal;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .mv h1 strong {
    margin: 0.8771vw 0 1.7543vw 0;
    font-size: 3.5964vw;
  }
}
@media (min-width: 769px) {
  .mv p {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .mv p {
    font-size: 2.1052vw;
    margin-bottom: 3.0701vw;
  }
}
@media (min-width: 769px) {
  .mv p.small_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .mv p.small_txt {
    font-size: 1.5789vw;
  }
}
@media (min-width: 769px) {
  .mv .mv_text {
    width: 431px;
    padding-top: 50px;
  }
  .mv .mv_text.open {
    width: 231px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .mv .mv_text {
    width: 37.807vw;
  }
}
@media (min-width: 769px) {
  .mv .mv_doctor {
    width: 41vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mv .mv_doctor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
@media (min-width: 769px) {
  .toppage .best_quality {
    background: url(../img/top/bg_h2_pc.svg) no-repeat center;
    background-size: contain;
    margin: 50px auto 42px auto;
    max-width: 1100px;
    height: 352px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .best_quality {
    height: 30.8771vw;
    margin: 4.3859vw auto 3.6842vw auto;
  }
}
@media (min-width: 769px) {
  .toppage .best_quality h2 {
    width: 370px;
    margin: 0 auto 30px auto;
    padding-top: 40px;
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    letter-spacing: 0.05em;
    background: linear-gradient(135deg, rgb(255, 237, 194) 0%, rgb(247, 239, 166) 30%, rgb(243, 209, 110) 41%, rgb(228, 182, 80) 49%, rgb(175, 113, 33) 54%, rgb(175, 113, 33) 57%, rgb(228, 182, 80) 65%, rgb(228, 182, 80) 70%, rgb(242, 215, 108) 77%, rgb(230, 173, 6) 84%, rgb(251, 203, 74) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .best_quality h2 {
    width: 32.4561vw;
    margin: 0 auto 2.6315vw auto;
    padding-top: 3.5087vw;
    font-size: 4.4642vw;
  }
}
@media (min-width: 769px) {
  .toppage .best_quality h2 span {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .best_quality h2 span {
    font-size: 1.7857vw;
    margin-bottom: 0.8928vw;
  }
}
@media (min-width: 769px) {
  .toppage .best_quality p {
    text-align: center;
    margin: 0 auto 20px auto;
    color: #ffffff;
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .best_quality p {
    margin: 0 auto 1.7543vw auto;
    font-size: 1.7543vw;
  }
}
@media (min-width: 769px) {
  .toppage .best_quality .btn_area {
    display: flex;
    justify-content: center;
  }
  .toppage .best_quality .btn_area a {
    width: 370px;
    height: 104px;
  }
  .toppage .best_quality .btn_area a:hover {
    opacity: 1;
  }
  .toppage .best_quality .btn_area a.btn1 {
    background: url(../img/top/btn_hosho01.svg) no-repeat;
    background-size: contain;
  }
  .toppage .best_quality .btn_area a.btn2 {
    background: url(../img/top/btn_hosho02.svg) no-repeat;
    background-size: contain;
  }
  .toppage .best_quality .btn_area a.btn1:hover {
    background: url(../img/top/btn_hosho01_on.svg) no-repeat;
    background-size: contain;
  }
  .toppage .best_quality .btn_area a.btn2:hover {
    background: url(../img/top/btn_hosho02_on.svg) no-repeat;
    background-size: contain;
  }
  .toppage .best_quality .btn_area img {
    width: 370px;
    opacity: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .best_quality .btn_area img {
    width: 32.4561vw;
  }
}
@media (min-width: 769px) {
  .toppage .best_quality .btn_area.totext a {
    background: url(../img/top/bg_hosho_btn.svg) no-repeat;
    background-size: contain;
    position: relative;
    font-family: "Noto Serif JP", serif;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .best_quality .btn_area.totext a {
    width: 33.03571vw;
    height: 9.2857vw;
  }
}
@media (min-width: 769px) {
  .toppage .best_quality .btn_area.totext .hex {
    width: 62px;
    height: 54px;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 7px;
    top: 9px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .best_quality .btn_area.totext .hex {
    width: 5.5357vw;
    height: 4.8214vw;
    left: 0.625vw;
    top: 0.8035vw;
  }
}
@media (min-width: 769px) {
  .toppage .best_quality .btn_area.totext .hex .hex_text {
    display: block;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .best_quality .btn_area.totext .hex .hex_text {
    font-size: 1.25vw;
  }
}
@media (min-width: 769px) {
  .toppage .best_quality .btn_area.totext .hex .num {
    display: block;
    font-size: 23px;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .best_quality .btn_area.totext .hex .num {
    font-size: 2.05357vw;
  }
}
@media (min-width: 769px) {
  .toppage .best_quality .btn_area.totext .title {
    position: absolute;
    top: 14px;
    left: 90px;
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .best_quality .btn_area.totext .title {
    top: 1.25vw;
    left: 8.0357vw;
    font-size: 2.67857vw;
  }
}
@media (min-width: 769px) {
  .toppage .subnav {
    max-width: 1100px;
    margin: auto;
  }
  .toppage .subnav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 0;
  }
  .toppage .subnav.lp ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .subnav ul {
    gap: 1.7543vw;
    padding: 0 1.7543vw;
  }
}
@media (min-width: 769px) {
  .toppage .subnav li {
    height: 125px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .subnav li {
    height: 10.9649vw;
  }
}
@media (min-width: 769px) {
  .toppage .subnav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
    color: #00909F;
    box-shadow: 0 6px 3px rgba(0, 0, 0, 0.16);
    border: 2px solid #00909F;
    transition: 0.3s;
    font-weight: 500;
  }
  .toppage .subnav li a:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: translateY(5px);
  }
  .toppage .subnav li a img {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .subnav li a img {
    width: 3.3333vw;
    height: 3.3333vw;
  }
}
@media (min-width: 769px) {
  .toppage .treatment {
    padding: 92px 0;
    background: rgb(255, 255, 255); /* Old browsers */
    background: linear-gradient(to bottom, rgb(255, 255, 255) 39%, rgb(255, 255, 255) 39%, rgb(229, 244, 245) 39%, rgb(229, 244, 245) 39%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .toppage .treatment h2 {
    margin-bottom: 40px;
  }
  .toppage .treatment .read {
    margin-bottom: 58px;
    text-align: center;
  }
  .toppage .treatment .box_container {
    max-width: 1100px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  /*.toppage .treatment .box_container {
    max-width: 1100px;
    margin: 0 auto 50px auto;
    padding: 0 180px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }*/
  .toppage .treatment .box {
    display: block;
    position: relative;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  .toppage .treatment .box:last-child {
    margin-bottom: 0;
  }
  .toppage .treatment .box:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .toppage .treatment .box .image img {
    width: 100%;
  }
  .toppage .treatment .box .text {
    position: relative;
    padding: 25px 20px 37px 20px;
  }
  .toppage .treatment .box dt {
    position: absolute;
    left: 0;
    top: -30px;
    width: 268px;
    background: #ffffff;
    background-size: 4vw;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #00909F;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  }
  .toppage .treatment .box dt::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/ico_list01.svg) no-repeat;
    background-size: contain;
    margin-left: 15px;
  }
  .toppage .treatment .box dd {
    position: relative;
    z-index: 1;
  }
  .toppage .treatment .btn_area .btn_green, .toppage .about .btn_area .btn_green, .btn_area_b .btn_green{
    width: 526px;
    height: 100px;
    margin: auto;
    border-radius: 5px;
    background: url(../img/btn_green_large.svg) no-repeat;
    background-size: cover;
  }
  .btn_area_b a{
  text-decoration:none !important;
}
.btn_area_b{
margin-top:20px;
}
}
@media (min-width: 769px) {
  .toppage .advantage {
    background: url(../img/top/bg_advantage_pc.jpg) no-repeat top;
    background-size: contain;
    padding-top: 191px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .advantage {
    padding: 16.7543vw 0 0 0;
  }
}
@media (min-width: 769px) {
  .toppage .advantage .inner {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .toppage .advantage .header_container {
    padding: 98px 0 63px;
    background: #ffffff;
  }
  .toppage .advantage .header_container h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .toppage .advantage .read {
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .toppage .advantage .riyu_img img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .toppage .advantage .btn_area {
    margin-top: 53px;
  }
  .toppage .advantage .btn_area .btn_green, .btn_area_b .btn_green {
    width: 526px;
    height: 100px;
    margin: auto;
    border-radius: 5px;
    background: url(../img/btn_green_large.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  .toppage .flow {
    padding: 98px 0;
    background: #E5F4F5;
  }
  .toppage .flow .inner {
    max-width: none;
    width: 798px;
    padding: 0;
  }
  .toppage .flow .flow_box {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 37px 0 53px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .flow .flow_box {
    padding: 0 3.2456vw 0 4.6491vw;
  }
}
@media (min-width: 769px) {
  .toppage .flow .flow_box::after {
    content: "";
    display: block;
    border-top: 34px solid #ffffff;
    border-right: 399px solid #E5F4F5;
    border-bottom: 34px solid #E5F4F5;
    border-left: 399px solid #E5F4F5;
    transform: translateX(-53px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .flow .flow_box::after {
    transform: translateX(-4.6491vw);
  }
}
@media (min-width: 769px) {
  .toppage .flow .flow_box:last-child::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .toppage .flow .flow_box dl {
    width: 346px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .flow .flow_box dl {
    width: 30.3508vw;
  }
}
@media (min-width: 769px) {
  .toppage .flow .flow_box .photo {
    width: 332px;
    padding: 32px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .flow .flow_box .photo {
    width: 29.1228vw;
    padding: 2.807vw 0;
  }
}
@media (min-width: 769px) {
  .toppage .flow .flow_box .flow_header {
    padding: 32px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #00909F;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .toppage .flow .flow_box .flow_header {
    padding: 2.807vw 0;
  }
}
@media (min-width: 769px) {
  .toppage .flow .flow_box .flow_header .number {
    margin-bottom: 25px;
    width: 90px;
    border-bottom: 1px solid #FAAA00;
    color: #FAAA00;
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .toppage .flow .flow_box .btn_area {
    padding-bottom: 46px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .toppage .flow .flow_box .btn_line {
    width: 448px;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    background-size: 15px;
  }
  .toppage .flow .flow_box .btn_line:hover {
    transform: translateY(0);
    background: url(../img/ico_list01.svg) no-repeat 96% 50% #ffffff;
    background-size: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .toppage .flow .flow_box .btn_line:hover span {
    color: #00909F;
  }
}
@media (min-width: 769px) {
  .toppage .qa {
    padding: 98px 0;
  }
  .toppage .qa .qa_container {
    border-top: 1px solid #CACACA;
  }
  .toppage .qa .qa_container li {
    border-bottom: 1px solid #CACACA;
  }
  .toppage .qa .qa_container a {
    display: block;
    padding: 30px 80px 30px 50px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background: url(../img/ico_list01.svg) no-repeat calc(100% - 50px) 50%;
    background-size: 17px;
  }
  .toppage .qa .qa_container a:hover {
    background-color: rgba(0, 144, 159, 0.04);
    opacity: 1;
  }
  .toppage .qa .qa_container a::before {
    content: "Q";
    font-family: "Roboto";
    width: 33px;
    height: 33px;
    background: #00909F;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 29px;
  }
}
@media (min-width: 769px) {
  .toppage .information {
    padding: 58px 0;
    /* background: #F2F8F8; */
  }
  .toppage .information .info_container {
    border-top: 1px solid #CACACA;
  }
  .toppage .information .info_container li {
    border-bottom: 1px solid #CACACA;
  }
  .toppage .information .info_container a {
    display: flex;
    padding: 30px 0 30px 0;
  }
  .toppage .information .info_container a:hover {
    background-color: rgba(0, 144, 159, 0.04);
    opacity: 1;
  }
  .toppage .information .info_container a .title {
    font-size: 18px;
  }
  .toppage .information .info_container a .meta {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }
  .toppage .information .info_container a .date {
    font-size: 16px;
    margin-right: 15px;
  }
  .toppage .information .info_container a .category {
    width: 108px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
  }
  .toppage .information .info_container a .category.important {
    background: #D00000;
  }
  .toppage .information .info_container a .category.new {
    background: #FFBE00;
  }
  .toppage .information .btn_area .btn_line {
    width: 448px;
    height: 50px;
    border-radius: 5px;
    background-size: 15px;
    margin: 20px auto 0 auto;
  }
}
.clinic_info {
margin: 80px 0 0;
}

@media (min-width: 769px) {
  .clinic_info .inner {
    padding: 0;
  }
  .clinic_info .inner h3 {
    font-size: 20px;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .clinic_info .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
  }
  .clinic_info .inner .time_access {
    width: 335px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .clinic_info .inner .time_access {
    width: 40vw;
  }
}
@media (min-width: 769px) {
  .clinic_info .inner .time {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .clinic_info .inner .schedule {
    width: 100%;
  }
  .clinic_info .inner .schedule th {
    font-size: 18px;
    font-weight: normal;
  }
  .clinic_info .inner .schedule td {
    padding: 10px 0;
    background: #F2F8F8;
    font-size: 14px;
    text-align: center;
    line-height: 1.28;
  }
  .clinic_info .inner .schedule td.sunday {
    background: #EFDEDF;
  }
  .clinic_info .inner .schedule td.sataday {
    background: #DEE3EF;
  }
}
@media (min-width: 769px) {
  .toppage .address .toho {
    display: flex;
    align-items: center;
    width: 216px;
    height: 33px;
    border-radius: 17px;
    padding-left: 40px;
    margin: 8px 0 20px 0;
    border: 1px solid #00909F;
    background: url(../img/ico_walk.svg) no-repeat 20px 50%;
    background-size: 14px;
    color: #00909F;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
   .map {
    width: 446px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
   .map {
    width: 40vw;
  }
}
@media (min-width: 769px) {
   .map iframe {
    width: 100%;
    height: 386px;
    display: block;
  }
}
@media (min-width: 769px) {
  .cv_container h2 {
    margin-bottom: 0;
    background: #FFBE00;
    padding: 20px;
    line-height: 1;
    font-weight: normal;
    font-size: 32px;
    color: #333333;
  }
  .cv_container h2 strong {
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .nayami {
    background: url(../img/top/bg_nayamireha_pc.jpg) no-repeat center bottom #00909F;
    background-size: contain;
    padding: 56px 0 161px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .nayami {
    padding: 4.9122vw 0 14.1228vw 0;
    background-size: auto 400px;
  }
}
@media (min-width: 769px) {
  .nayami .inner {
    padding: 0;
    max-width: 1000px;
  }
}
@media (min-width: 769px) {
  .nayami h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .nayami h2 {
    margin-bottom: 3.5087vw;
    font-size: 2.807vw;
  }
}
@media (min-width: 769px) {
  .nayami h2 span {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media (min-width: 769px) {
  .nayami img {
    width: 500px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .nayami img {
    width: 43.8596vw;
  }
}
@media (min-width: 769px) {
  .second_opinion {
    background: linear-gradient(135deg, rgb(127, 185, 121) 0%, rgb(9, 119, 170) 100%);
    padding: 40px 20px;
  }
  .second_opinion .inner {
    background: #E5F4F5;
    padding: 20px;
    border-radius: 10px;
    max-width: 1100px;
    margin: auto;
  }
  .second_opinion h2 {
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    width: calc(100% + 20px);
    transform: translateX(-20px);
    background: #fff;
    margin-bottom: 0;
  }
  .second_opinion ul {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 0 50px;
  }
  .second_opinion li {
    width: 48%;
    font-weight: bold;
    background: url(../img/ico_check.svg) no-repeat 0 20px;
    background-size: 20px;
    padding: 18px 18px 18px 40px;
    border-bottom: 1px dashed #000000;
  }
  .second_opinion .btn_round {
    background: linear-gradient(to bottom, rgb(11, 152, 217) 0%, rgb(11, 86, 121) 100%);
    font-size: 20px;
    width: 350px;
    height: 60px;
    position: relative;
    margin: 10px auto 0 auto;
  }
  .second_opinion .btn_round::after {
    content: "";
    width: 17px;
    height: 17px;
    background: url(../img/ico_list03.svg);
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
  }
}
@media (min-width: 769px) {
  .first_visit .pagetitle {
    background: url(../img/new/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .first_visit .philosophy {
    margin: 98px 0 0 0;
  }
  .first_visit .philosophy .rinen_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .first_visit .philosophy .rinen_box .rinen_header {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    background: url(../img/h3_line.svg) no-repeat bottom;
    background-size: 100%;
  }
  .first_visit .philosophy .rinen_box .image {
    width: 50%;
  }
  .first_visit .philosophy .rinen_box .text {
    width: 44.2727%;
  }
  .first_visit .philosophy .rinen_box .number {
    height: 74px;
    min-width: 85px;
    padding-top: 12px;
    margin-right: 12px;
    background: url(../img/ico_hex.svg) no-repeat;
    background-size: contain;
    color: #ffffff;
    line-height: 1;
    text-align: center;
  }
  .first_visit .philosophy .rinen_box .number .ja {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .first_visit .philosophy .rinen_box .number .en {
    font-size: 32px;
    font-family: "Roboto";
  }
  .first_visit .philosophy .rinen_box h3 {
    width: 100%;
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .philosophy .rinen_box h3 {
    font-size: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage {
    background: #F2F8F8;
    padding: 98px 0 23px 0;
    overflow: hidden;
  }
  .first_visit .advantage .ad_container {
    background: url(../img/new/bg_advantage_pc.svg) no-repeat calc(50% + 20px) 22px;
    background-size: 1370px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_container {
    background: url(../img/new/bg_advantage_pc.svg) no-repeat calc(50% + 1.7543vw) 1.9298vw;
    background-size: 120.1754vw;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_container .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 220px;
    padding: 0 0 363px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_container .inner {
    gap: 0 19.2982vw;
    padding: 0 0 31.8421vw 0;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box {
    width: 440px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_box {
    width: 38.5964vw;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(1) {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(1) {
    margin-bottom: 12.2807vw;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(2) {
    margin-bottom: 0;
  }
  .first_visit .advantage .ad_box:nth-child(2) .ad_header {
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(3) {
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(3) {
    margin-bottom: 14.9122vw;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(3) .ad_header {
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(4) {
    margin-bottom: 0;
  }
  .first_visit .advantage .ad_box:nth-child(4) .ad_header {
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box .ad_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_box .ad_header {
    margin-bottom: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(2n) {
    transform: translateY(265px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(2n) {
    transform: translateY(23.2456vw);
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(2n) .ad_header {
    flex-direction: row-reverse;
  }
  .first_visit .advantage .ad_box:nth-child(2n) .ad_header .image {
    margin-left: 24px;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(2n) .ad_header .image {
    margin-left: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box .image {
    width: 226px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_box .image {
    width: 19.8245vw;
    margin-right: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box .image img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box .text {
    width: 214px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_box .text {
    width: 18.7719vw;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box .number {
    color: #00909F;
    font-size: 14px;
    line-height: 1.4;
  }
  .first_visit .advantage .ad_box .number span {
    font-family: "Roboto";
    font-style: italic;
    font-size: 36px;
    margin-left: 10px;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box h3 {
    font-size: 24px;
    line-height: 1.6;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .advantage .ad_box h3 {
    font-size: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box h3 span {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box .ad_body {
    padding: 0 0 0 68px;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box:nth-child(2n) .ad_body {
    padding: 0 68px 0 0;
  }
}
@media (min-width: 769px) {
  .first_visit .advantage .ad_box .btn_area a {
    margin: 20px auto 0 auto;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-size: 15px;
  }
}
@media (min-width: 769px) {
  .first_visit .flow {
    padding: 100px 0;
  }
  .first_visit .flow .flow_box {
    display: flex;
    justify-content: space-between;
  }
  .first_visit .flow .flow_box dl {
    width: 513px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .flow .flow_box dl {
    width: 45vw;
  }
}
@media (min-width: 769px) {
  .first_visit .flow .flow_box .photo {
    width: 520px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .flow .flow_box .photo {
    width: 45.614vw;
  }
}
@media (min-width: 769px) {
  .first_visit .flow .flow_box .flow_header {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .flow .flow_box .flow_header {
    font-size: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .first_visit .flow .flow_box .flow_header .number {
    border-bottom: 1px solid #FAAA00;
    color: #FAAA00;
  }
}
@media (min-width: 769px) {
  .first_visit .flow .flow_box .flow_body .tel {
    display: flex;
    align-items: center;
    color: #00909F;
    font-size: 30px;
  }
  .first_visit .flow .flow_box .flow_body .tel span {
    margin-right: 15px;
  }
}
@media (min-width: 769px) {
  .first_visit .flow .flow_box .btn_area {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .first_visit .flow .flow_box .btn_yellow,
.first_visit .flow .flow_box .btn_green {
    width: 245px;
    height: 73px;
    font-size: 14px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .flow .flow_box .btn_yellow,
.first_visit .flow .flow_box .btn_green {
    width: 21.4912vw;
    height: 6.4035vw;
    font-size: 1.228vw;
  }
}
@media (min-width: 769px) {
  .first_visit .flow .flow_box .btn_yellow strong,
.first_visit .flow .flow_box .btn_green strong {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .flow .flow_box .btn_yellow strong,
.first_visit .flow .flow_box .btn_green strong {
    font-size: 1.8421vw;
  }
}
@media (min-width: 769px) {
  .first_visit .flow .flow_box .btn_yellow img,
.first_visit .flow .flow_box .btn_green img {
    width: 19px;
    margin-right: 10px;
    transform: translateY(-3px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .first_visit .flow .flow_box .btn_yellow img,
.first_visit .flow .flow_box .btn_green img {
    width: 1.6666vw;
    margin-right: 0.8771vw;
    transform: translateY(-0.2631vw);
  }
}
@media (min-width: 769px) {
  .first_visit .flow .flow_box .btn_line {
    margin: auto;
  }
}
@media (min-width: 769px) {
  .first_visit .flow .arrow {
    text-align: center;
    margin: 67px auto;
  }
  .first_visit .flow .arrow img {
    width: 42px;
  }
}
@media (min-width: 769px) {
  .first_visit .flow .btn_online .btn_line {
    width: 448px;
    height: 50px;
    border-radius: 5px;
    margin: 60px auto 0 auto;
    background-size: 14px;
  }
}
@media (min-width: 769px) {
   .pagetitle {
    background: url(../img/cause/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .pagetitle.neck {
   background-size: cover !important;
   background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/c-spondylosis.jpg) no-repeat center;
 }
 .pagetitle.hand {
  background-size: cover !important;
  background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/hand1.jpg) no-repeat center;
}
.pagetitle.elbow {
 background-size: cover !important;
 background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/hiji1.jpg) no-repeat center;
}
.pagetitle.kata {
 background-size: cover !important;
 background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/kata1.jpg) no-repeat center;
}
.pagetitle.koshi {
 background-size: cover !important;
 background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/waist.jpg) no-repeat center;
}
.pagetitle.mata {
 background-size: cover !important;
 background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/crotch.jpg) no-repeat center;
}
.pagetitle.ashi {
 background-size: cover !important;
 background: linear-gradient(rgba(4, 150, 86, 0.7), rgba(5, 146, 159, 0.7)),url(../img/cause/leg.jpg) no-repeat center;
}
   .disease {
    margin: 75px 0;
    padding: 80px 0;
  }
   .disease .inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
   .four_cause .inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    max-width:90%;
  }
  .four_cause .inner .box{
    position: relative;
    padding-bottom: 1em;
  }
  .four_cause .inner .box .btn_line{
       position: absolute;
       bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
   .disease .inner {
    gap: 3.5087vw;
  }
}
@media (min-width: 769px) {
   .disease .box {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
   .disease .box .image img {
    width: 100%;
  }
   .disease .box .text {
    padding: 0 20px 42px;
  }
   .disease .box dt {
    margin: 20px 0 16px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
  }
   .disease .box dd {
    margin-bottom: 42px;
  }
   .four_cause .box dd {
    margin-bottom: 22px;
  }
   .disease .box .btn_line {
    width: 300px;
    height: 47px;
    margin: 0 auto;
    background-size: 14px 14px;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
  }
  .four_cause .box .btn_line {
    width: 85% !important;
    height: 47px;
    margin: 0 auto;
    background-size: 14px 14px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
   .disease .box .btn_line {
    width: 86%;
  }
}
@media (min-width: 769px) {
  .clinic .pagetitle {
    background: url(../img/clinic/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .clinic .photo_slider {
    margin: 50px auto 100px;
    max-width: 1100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .clinic .photo_slider {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .clinic .photo_slider img {
    margin: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .clinic .photo_slider img {
    width: 26vw;
  }
}
@media (min-width: 769px) {
  .clinic .photo_slider .slick-dots {
    position: static;
  }
  .clinic .photo_slider .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
  }
  .clinic .photo_slider .slick-dots li.slick-active button {
    background: #00909F;
  }
  .clinic .photo_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #DDDDDD;
    display: block;
    padding: 0;
  }
  .clinic .photo_slider .slick-dots li button::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .clinic .office_hours {
    margin-bottom: 100px;
  }
  .clinic .office_hours .schedule {
    width: 100%;
  }
  .clinic .office_hours .schedule th {
    font-weight: normal;
  }
  .clinic .office_hours .schedule td {
    padding: 10px 0;
    background: #F2F8F8;
    text-align: center;
    line-height: 1.28;
  }
  .clinic .office_hours .schedule td.sunday {
    background: #EFDEDF;
  }
  .clinic .office_hours .schedule td.sataday {
    background: #DEE3EF;
  }
}
@media (min-width: 769px) {
  .clinic .address {
    margin-bottom: 100px;
  }
  .clinic .address .toho {
    display: flex;
    align-items: center;
    width: 240px;
    height: 33px;
    border-radius: 17px;
    padding-left: 40px;
    margin: 28px 0 20px 0;
    border: 1px solid #00909F;
    background: url(../img/ico_walk.svg) no-repeat 20px 50%;
    background-size: 14px;
    color: #00909F;
  }
  .clinic .address iframe {
    width: 100%;
    height: 350px;
    display: block;
  }
}
@media (min-width: 769px) {
  .clinic .access {
    margin-bottom: 100px;
  }
  .clinic .access .access_box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
  }
  .clinic .access .access_box h3 {
    font-size: 22px;
    border-left: 3px solid #00909F;
    padding: 0 20px;
    line-height: 1.6;
    font-weight: bold;
  }
  .clinic .access .access_box .access_body {
    display: block !important;
    margin-top: 30px;
    font-size: 22px;
  }
  .clinic .access .access_box .access_body span {
    font-weight: bold;
    color: #00909F;
  }
  .clinic .access .access_box .access_body .box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
  .clinic .access .access_box .access_body li img {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .clinic .doctor {
    background: #E5F4F5;
    padding: 100px 0;
  }
  .clinic .doctor .inner {
    display: grid;
    grid-template-columns: 335px 1fr;
    gap: 50px;
    background: #ffffff;
    padding: 20px;
  }
  .clinic .doctor .photo img {
    width: 100%;
  }
  .clinic .doctor dl dt {
    background: #F2F8F8;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .clinic .doctor dl dd .name {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .clinic .doctor dl dd .name .en {
    font-size: 12px;
    color: #00909F;
  }
  .clinic .doctor .grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
  }
  .clinic .doctor h3 {
    margin-top: 20px;
  }
  .clinic .doctor table th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
  }
  .clinic .doctor table td {
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  .cv_area {
    background: url(../img/bg_cv_pc@2x.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 410px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .cv_area {
    height: 35.9649vw;
  }
}
@media (min-width: 769px) {
  .cv_area .inner {
    position: relative;
    height: 410px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .cv_area .inner {
    height: 35.9649vw;
  }
}
@media (min-width: 769px) {
  .cv_area .tel {
    background: url(../img/bg_cv_tel_pc.svg) no-repeat;
    background-size: contain;
    width: 348px;
    height: 197px;
    position: absolute;
    left: -10px;
    bottom: 53px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .cv_area .tel {
    width: 30.5263vw;
    height: 17.2807vw;
    left: 1vw;
    bottom: 4.6491vw;
  }
}
@media (min-width: 769px) {
  .cv_area .tel .pc_tel {
    position: absolute;
    left: 32px;
    bottom: 13px;
    font-size: 40px;
    font-family: "Roboto";
    color: #00909F;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .cv_area .tel .pc_tel {
    left: 2.807vw;
    bottom: 1.1403vw;
    font-size: 3.5087vw;
  }
}
@media (min-width: 769px) {
  .cv_area .web {
    background: url(../img/bg_cv_web_pc.svg) no-repeat;
    background-size: contain;
    width: 348px;
    height: 197px;
    position: absolute;
    left: 348px;
    bottom: 53px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .cv_area .web {
    width: 30.5263vw;
    height: 17.2807vw;
    left: 32.5263vw;
    bottom: 4.6491vw;
  }
}
@media (min-width: 769px) {
  .cv_area .web .btn_round {
    background: linear-gradient(to bottom, rgb(11, 152, 217) 0%, rgb(11, 86, 121) 100%);
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .cv_area .web .btn_round {
    font-size: 1.7543vw;
  }
}
@media (min-width: 769px) {
  .cv_area .btn_round {
    width: 298px;
    height: 57px;
    position: absolute;
    left: 13px;
    right: 0;
    bottom: 21px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .cv_area .btn_round {
    width: 26.1403vw;
    height: 5vw;
    left: 1.1403vw;
    bottom: 1.8421vw;
  }
}
@media (min-width: 769px) {
  .cv_area .img_doctor {
    position: absolute;
    bottom: 0;
    right: -90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .cv_area .img_doctor {
    width: 38.0701vw;
    right: -7.8943vw;
  }
}
@media (min-width: 769px) {
  .price .pagetitle {
    background: url(../img/price/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
.price_contents {
    margin: 50px 0 100px 0;
  }
 .price_contents .free {
    background: #DEEEEF;
    text-align: center;
    padding: 14px;
    margin-bottom: 40px;
  }
 .price_contents .free .menu_name {
    margin-bottom: 14px;
    color: #00909F;
    font-size: 22px;
    font-weight: 500;
  }
 .price_contents .free .price_body {
    font-size: 22px;
    background: #ffffff;
    padding: 15px;
    line-height: 1.2;
    font-weight: 500;
  }
.price_contents .monitor {
    background: #ffeed0;
    text-align: center;
    padding: 14px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
 .price_contents .monitor .menu_name {
    margin-bottom: 14px;
    background: #ffeed0 !important;
    color: #e15800;
    font-size: 22px;
    font-weight: 500;
  }
 .price_contents .monitor .price_body {
    font-size: 27px;
    color:#DB2323;
    padding: 10px 0 10px 0px !important;
    line-height: 1.2;
    font-weight: 500;
  }
 .price_contents .monitor .price_body span{
    font-size: 32px;
    font-weight:bold;
    }
 .price_contents .koujo {
    background: #DEEEEF;
    text-align: center;
    padding: 14px;
    margin-bottom: 40px;
  }
.price_contents .koujo .menu_name {
    margin-bottom: 14px;
    color: #00909F;
    font-size: 22px;
    font-weight: 500;
  }
 .price_contents .koujo .price_body {
    background: #ffffff;
    padding: 15px;
    text-align: left;
  }
 .koujo {
    background: #DEEEEF;
    text-align: center;
    padding: 14px;
    margin-bottom: 40px;
    margin-top: 30px;
  }
 .koujo .menu_name {
    margin-bottom: 14px;
    color: #00909F;
    font-size: 22px;
    font-weight: 500;
  }
 .koujo .price_body {
    background: #ffffff;
    padding: 15px;
    text-align: center;
  }
.price_contents .price_box {
    margin-bottom: 40px;
  }
.price_contents .price_box .menu_name {
    padding: 12px 20px;
    background: #F0F0F0;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 500;
  }
.price_contents .price_box .price_body {
    padding: 12px 0 0 20px;
    font-size: 18px;
    background: #ffffff;
    line-height: 1.2;
    position: relative;
  }
 .price_contents .price_box .times {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 20px 20px 0;
    border-bottom: 1px dashed #CACACA;
  }
.price_contents .price_box .times:first-child {
    margin-top: -12px;
  }
 .price_contents .price_box .price_column {
    text-align: right;
  }
 .price_contents .price_box .price_column small {
    display: block;
    font-size: 12px;
  }
 .price_contents .price_box .note {
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
  }
 .price_contents .price_box .price_box2 {
    padding: 0 20px 20px 0;
    border-bottom: 1px dashed #CACACA;
  }
 .price_contents .price_box .muryou {
    position: absolute;
    text-align: center;
    font-size: 22px;
    width: calc(100% - 40px);
  }
 .price_contents .price_box .right {
    text-align: right;
  }
 .payment {
    padding: 100px 0;
    background: #E5F4F5;
  }
 .payment .read {
    margin-bottom: 43px;
  }
 .payment .price_box {
    margin-bottom: 43px;
  }
 .payment .price_box:last-child {
    margin-bottom: 0;
  }
 .payment .price_box .menu_name {
    padding: 12px 20px;
    background: #ffffff;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 500;
  }
 .payment .price_box .price_body {
    padding: 20px;
    border-bottom: 1px dashed #CACACA;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
  }
}
@media (min-width: 769px) {
  .menu_mv {
    width: 100%;
    height: 500px;
    background: url(../img/menu/mv_bg_pc.jpg) no-repeat center;
    background-size: cover;
    color: #ffffff;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv {
    height: 43.8596vw;
  }
}
@media (min-width: 769px) {
  .menu_mv .inner {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding-top: 55px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv .inner {
    padding: 4.8245vw 1.7543vw 0 1.7543vw;
  }
}
@media (min-width: 769px) {
  .menu_mv h1 {
    font-size: 31px;
    line-height: 1;
    font-weight: normal;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv h1 {
    font-size: 2.7192vw;
  }
}
@media (min-width: 769px) {
  .menu_mv h1 strong {
    display: block;
    margin: 0 0 49px 0;
    font-size: 69px;
    line-height: 1.2821;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv h1 strong {
    margin: 0 0 4.2982vw 0;
    font-size: 6.0526vw;
  }
}
@media (min-width: 769px) {
  .menu_mv p {
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv p {
    font-size: 1.7543vw;
  }
}
@media (min-width: 769px) {
  .menu_mv .mv_text {
    position: absolute;
    top: 110px;
    right: auto;
    left: 300px;
    width: 185px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv .mv_text {
    top: 9.6491vw;
    left: 26.3157vw;
    width: 16.228vw;
  }
}
@media (min-width: 769px) {
  .menu_mv .cv_container {
    background: url(../img/menu/bg_cv_pc.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 102px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv .cv_container {
    height: 8.9473vw;
    margin-top: 5.2631vw;
  }
}
@media (min-width: 769px) {
  .menu_mv .cv_container .tel .pc_tel {
    position: absolute;
    left: 342px;
    bottom: 19px;
    font-size: 35px;
    font-family: "Roboto";
    color: #9F9F9F;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv .cv_container .tel .pc_tel {
    left: 27.614vw;
    bottom: 1.1403vw;
    font-size: 4.1228vw;
  }
}
@media (min-width: 769px) {
  .menu_mv .cv_container .web {
    position: absolute;
    right: 50px;
    bottom: 17px;
  }
  .menu_mv .cv_container .web .btn_round {
    background: linear-gradient(to bottom, rgb(11, 152, 217) 0%, rgb(11, 86, 121) 100%);
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv .cv_container .web .btn_round {
    font-size: 1.9298vw;
  }
}
@media (min-width: 769px) {
  .menu_mv .cv_container .web .btn_round::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/ico_list03.svg) no-repeat;
    background-size: contain;
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv .cv_container .web .btn_round::after {
    width: 1.3157vw;
    height: 1.3157vw;
  }
}
@media (min-width: 769px) {
  .menu_mv .cv_container .btn_round {
    width: 280px;
    height: 67px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu_mv .cv_container .btn_round {
    width: 24.5614vw;
    height: 5.8771vw;
  }
}
@media (min-width: 769px) {
  .menu .top_read {
    background: url(../img/menu/bg_read_pc.jpg) no-repeat center;
    background-size: cover;
    height: 373px;
    margin-top: 27px;
  }
  .menu .top_read p {
    width: 416px;
    margin-top: 40px;
  }
  .menu .top_read .inner {
    max-width: 1100px;
    margin: auto;
    padding: 46px 0 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .top_read .inner {
    padding: 4.035vw 1.7543vw 0 1.7543vw;
  }
}
@media (min-width: 769px) {
  .why {
    padding: 80px 0;
    margin-top: 50px;
  }
  .why h2 {
    margin-bottom: 40px;
  }
  .why .read {
    text-align: center;
  }
  .why .imasugu {
    margin-top: 58px;
  }
  .why .imasugu h3 {
    background: url(../img/menu/bg_fukidasi_pc.svg) no-repeat;
    background-size: contain;
    padding-top: 7px;
    margin-bottom: 45px;
    width: 100%;
    height: 68px;
    font-size: 22px;
    text-align: center;
    color: #00909F;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .why .imasugu h3 {
    height: 5.9649vw;
    font-size: 1.9298vw;
  }
}
@media (min-width: 769px) {
  .why .imasugu .box_container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .why .imasugu .nayami_box {
    position: relative;
    background: #ffffff;
    width: 335px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .why .imasugu .nayami_box {
    width: 29.3859vw;
  }
}
@media (min-width: 769px) {
  .why .imasugu .nayami_box dt {
    background: #00909F;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
}
.why .imasugu .nayami_box p {
padding: 0 10px 15px 39px;
font-size: 1rem;
}
@media (min-width: 769px) {
  .why .imasugu .nayami_box ul {
    background: #F2F8F8;
  }
  .why .imasugu .nayami_box ul li {
    position: relative;
    padding: 20px 20px 10px 39px;
  }
  .why .imasugu .nayami_box ul li:last-child {
    background: none;
  }
  .why .imasugu .nayami_box ul li::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 15px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/ico_check.svg);
    background-size: contain;
  }
}
@media (min-width: 769px) {
  .menu .difference {
    padding: 100px 0;
  }
  .menu .difference .inner {
    display: flex;
    justify-content: space-between;
  }
  .menu .difference dl {
    width: 48%;
  }
  .menu .difference dl dt {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
  }
  .menu .difference dl.jurai dt {
    background: #939393;
  }
  .menu .difference dl.saisei dt {
    background: #00909F;
  }
  .menu .difference dl dd img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .menu .advantage {
    background: #F2F8F8;
    padding: 98px 0 23px 0;
    overflow: hidden;
  }
  .menu .advantage .ad_container {
    background: url(../img/menu/bg_advantage_pc.svg) no-repeat calc(50% + 20px) 22px;
    background-size: 1325px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_container {
    background: url(../img/menu/bg_advantage_pc.svg) no-repeat calc(50% + 1.7543vw) 1.9298vw;
    background-size: 116.228vw;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_container .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 220px;
    padding: 0 0 160px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_container .inner {
    gap: 0 19.2982vw;
    padding: 0 0 14.035vw 0;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box {
    width: 440px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_box {
    width: 38.5964vw;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(1) {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(1) {
    margin-bottom: 12.2807vw;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(2) {
    margin-bottom: 0;
  }
  .menu .advantage .ad_box:nth-child(2) .ad_header {
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(3) {
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(3) {
    margin-bottom: 14.9122vw;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(3) .ad_header {
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(4) {
    margin-bottom: 0;
  }
  .menu .advantage .ad_box:nth-child(4) .ad_header {
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(5) {
    margin-bottom: 0;
    transform: translate(-300px, -20px);
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box .ad_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_box .ad_header {
    margin-bottom: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(2n) {
    transform: translateY(265px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(2n) {
    transform: translateY(23.2456vw);
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(2n) .ad_header {
    flex-direction: row-reverse;
  }
  .menu .advantage .ad_box:nth-child(2n) .ad_header .image {
    margin-left: 24px;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(2n) .ad_header .image {
    margin-left: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box .image {
    width: 226px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_box .image {
    width: 19.8245vw;
    margin-right: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box .image img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box .text {
    width: 214px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_box .text {
    width: 18.7719vw;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box .number {
    color: #00909F;
    font-size: 14px;
    line-height: 1.4;
  }
  .menu .advantage .ad_box .number span {
    font-family: "Roboto";
    font-style: italic;
    font-size: 36px;
    margin-left: 10px;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box h3 {
    font-size: 24px;
    line-height: 1.6;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .advantage .ad_box h3 {
    font-size: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box h3 span {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box .ad_body {
    padding: 0 0 0 68px;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box:nth-child(2n) .ad_body {
    padding: 0 68px 0 0;
  }
}
@media (min-width: 769px) {
  .menu .advantage .ad_box .btn_line {
    border-radius: 5px;
    background-size: 15px;
    width: 100%;
    height: 47px;
    margin: 20px auto 0 auto;
  }
  .btn_line.sml {
    width: 250px;
  }

  .btn_line {
    border-radius: 5px;
    background-size: 15px;
    width: 100%;
    height: 47px;
    margin: 20px auto 0 auto;
  }
}
@media (min-width: 769px) {
  .menu .treatment {
    padding: 100px 0;
  }
  .menu .treatment h2 {
    margin-bottom: 40px;
  }
  .menu .treatment .read {
    margin-bottom: 58px;
    text-align: center;
  }
  .menu .treatment .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*max-width: 820px;*/
  }
  .menu .treatment .rinen_box {
    position: relative;
    width: 255px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .treatment .rinen_box {
    width: 23vw;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .menu .treatment .rinen_box .rinen_header {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .menu .treatment .rinen_box .image img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .menu .treatment .rinen_box .text {
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .menu .treatment .rinen_box h3 {
    background: url(../img/h3_line.svg) no-repeat bottom;
    background-size: 100%;
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .menu .treatment .rinen_box .btn_line {
    border-radius: 5px;
    background-size: 15px;
    width: 253px;
    height: 47px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .treatment .rinen_box .btn_line {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .menu .nayami {
    background: url(../img/top/bg_nayami_pc.jpg) no-repeat center bottom #00909F;
    background-size: contain;
    padding: 56px 0 161px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .nayami {
    padding: 4.9122vw 0 14.1228vw 0;
    background-size: auto 400px;
  }
}
@media (min-width: 769px) {
  .menu .nayami .inner {
    padding: 0;
    max-width: 1000px;
  }
}
@media (min-width: 769px) {
  .menu .nayami h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .nayami h2 {
    margin-bottom: 3.5087vw;
    font-size: 2.807vw;
  }
}
@media (min-width: 769px) {
  .menu .nayami h2 span {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 207, 66, 0) 74%, rgba(255, 204, 53, 0) 79%, rgb(255, 203, 50) 80%, rgb(255, 190, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media (min-width: 769px) {
  .menu .nayami img {
    width: 500px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .menu .nayami img {
    width: 43.8596vw;
  }
}
@media (min-width: 769px) {
  .menu .cv_container h2 {
    margin-bottom: 0;
    background: #FFBE00;
    padding: 20px;
    line-height: 1;
    font-weight: normal;
    font-size: 32px;
    color: #333333;
  }
  .menu .cv_container h2 strong {
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .news_list .pagetitle {
    background: url(../img/news/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .news_list .info_container {
    border-top: 1px solid #CACACA;
    margin-top: 98px;
  }
  .news_list .info_container li {
    border-bottom: 1px solid #CACACA;
  }
  .news_list .info_container a {
    display: flex;
    padding: 30px 0 30px 0;
  }
  .news_list .info_container a:hover {
    background-color: rgba(0, 144, 159, 0.04);
    opacity: 1;
  }
  .news_list .info_container a .title {
    font-size: 18px;
  }
  .news_list .info_container a .meta {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }
  .news_list .info_container a .date {
    font-size: 16px;
    margin-right: 15px;
  }
  .news_list .info_container a .category {
    width: 108px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
  }
  .news_list .info_container a .category.important {
    background: #D00000;
  }
  .news_list .info_container a .category.new {
    background: #FFBE00;
  }
}
@media (min-width: 769px) {
  .news_list .wp-pagenavi {
    text-align: center;
    padding: 25px 0 40px 0;
  }
  .news_list .wp-pagenavi .previouspostslink, .news_list .wp-pagenavi .nextpostslink {
    border: 1px solid #00909F;
    background: #ffffff;
    color: #00909F;
    border-radius: 2px;
    font-size: 14px;
  }
  .news_list .wp-pagenavi a, .news_list .wp-pagenavi span {
    border: 1px solid #DEEEEF;
    background: #DEEEEF;
    color: #00909F;
    border-radius: 2px;
    font-size: 14px;
    margin: 0 5px;
  }
  .news_list .wp-pagenavi a.current, .news_list .wp-pagenavi span.current {
    border: 1px solid #00909F;
    background: #00909F;
    color: #fff;
    font-weight: normal;
  }
}
@media (min-width: 769px) {
  .news_detail .inner {
    max-width: 800px;
    margin: auto;
  }
  .news_detail .eyecatch {
    margin: 50px 0;
  }
  .news_detail .eyecatch img {
    width: 100%;
  }
  .news_detail .meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .news_detail .date {
    font-size: 16px;
    margin-right: 15px;
  }
  .news_detail .category {
    width: 108px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
  }
  .news_detail .category.important {
    background: #D00000;
  }
  .news_detail .category.new {
    background: #FFBE00;
  }
  .news_detail h1 {
    font-size: 24px;
    margin-bottom: 1.2em;
  }
  .news_detail .article_body h2 {
    margin-bottom: 1.2em;
    text-align: left;
    font-size: 22px;
    color: #333333;
  }
  .news_detail .article_body h3 {
    margin-bottom: 1.2em;
    font-size: 20px;
  }
  .news_detail .article_body h4 {
    margin-bottom: 1.2em;
    font-size: 18px;
  }
  .news_detail .article_body p {
    margin-bottom: 1.8em;
    font-size: 18px;
  }
  .news_detail .article_body img {
    margin-bottom: 1.8em;
  }
  .news_detail .article_nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 98px 0;
  }
  .news_detail .article_nav .prev,
.news_detail .article_nav .next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 32px;
    border: 1px solid #00909F;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #00909F;
  }
  .news_detail .article_nav .for_list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 134px;
    height: 32px;
    background: #00909F;
    margin: 0 30px;
    color: #ffffff;
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .yokuarugositumon .pagetitle {
    background: url(../img/faq/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  .faq {
    padding: 98px 0;
  }
  .faq .inner {
    padding: 0;
    margin-bottom: 50px;
  }
  .faq .inner:last-child {
    margin-bottom: 0;
  }
  .faq .qa_title {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 30px 20px;
    text-align: left;
  }
}
@media (min-width: 769px) {
  .faq_box {
    border-bottom: 1px solid #CACACA;
  }
  .faq_box:first-child {
    border-top: 1px solid #CACACA;
  }
  .faq_box .question {
    font-size: 18px;
    font-weight: bold;
    padding: 16px 40px 16px 50px;
    line-height: 1.6;
    position: relative;
    background: url(../img/ico_arrow_faq_open.svg) no-repeat calc(100% - 20px) 50%;
    background-size: 26px;
    cursor: pointer;
  }
  .faq_box .question.open {
    background: url(../img/ico_arrow_faq_close.svg) no-repeat calc(100% - 20px) 50%;
    background-size: 26px;
  }
  .faq_box .question::before {
    content: "Q";
    font-family: "Roboto";
    font-size: 22px;
    line-height: 1;
    color: #00909F;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .faq_box .question:hover {
    background-color: #F2F8F8;
  }
  .faq_box .answer {
    display: none;
    padding: 20px 20px 20px 45px;
    background: #F2F8F8;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
  }
  .faq_box .answer::before {
    content: "A";
    font-family: "Roboto";
    line-height: 1;
    color: #00909F;
    position: absolute;
    top: 26px;
    left: 20px;
    font-weight: bold;
  }
  .faq_box a {
    text-decoration: underline;
  }
}
@media (min-width: 769px) {
  .inquiry .pagetitle,
.reservation .pagetitle {
    background: url(../img/inquiry/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .inquiry .form {
    max-width: 700px;
    margin: auto;
    padding: 98px 20px;
  }
  .reservation .form {
      max-width: 700px;
      margin: auto;
      padding: 98px 20px 0;
    }
  .inquiry .form > p,
.reservation .form > p {
    font-weight: bold;
    margin-bottom: 1em;
  }
  .inquiry dl,
.reservation dl {
    padding: 20px 0;
    background: #ffffff;
    border-bottom: 1px solid #DEEEEF;
  }
  .inquiry dl dt,
.reservation dl dt {
    margin-bottom: 10px;
  }
  .inquiry dl dt.required::after,
.reservation dl dt.required::after {
    content: "必 須";
    border: 1px solid #D32929;
    font-size: 14px;
    color: #D32929;
    padding: 0 10px;
    margin-left: 10px;
  }
  .inquiry dl .row,
.reservation dl .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .inquiry dl .row .col,
.reservation dl .row .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .inquiry .agree,
.reservation .agree {
    margin: 30px;
    text-align: center;
    font-size: 14px;
  }
  .inquiry .send button,
.inquiry .send input[type=submit],
.reservation .send button,
.reservation .send input[type=submit] {
    border: none;
    color: #ffffff;
  }
  .inquiry select,
.reservation select {
    height: 40px;
    width: 100%;
    border: 1px solid #CACACA;
    border-radius: 4px;
  }
  .inquiry input[type=text],
.inquiry input[type=number],
.inquiry input[type=tel],
.inquiry input[type=email],
.reservation input[type=text],
.reservation input[type=number],
.reservation input[type=tel],
.reservation input[type=email] {
    height: 40px;
    width: 100%;
    border: 1px solid #CACACA;
    border-radius: 4px;
  }
  .inquiry textarea,
.reservation textarea {
    height: 278px;
    width: 100%;
    border: 1px solid #CACACA;
    border-radius: 4px;
  }
  .inquiry .btn_green,
.reservation .btn_green {
    margin: auto;
    width: 335px;
    height: 100px;
    border-radius: 5px;
    background-position: 98% 50%;
    background-size: contain;
    cursor: pointer;
  }
  .inquiry .form.confirm dl,
.reservation .form.confirm dl {
    display: grid;
    grid-template-columns: 230px auto;
    gap: 20px;
    border-bottom: 1px solid #CACACA;
  }
  .inquiry .form.confirm dl dt,
.reservation .form.confirm dl dt {
    margin-bottom: 0;
  }
  .inquiry .form.confirm dl dd,
.reservation .form.confirm dl dd {
    margin-bottom: 0;
  }
  .inquiry .form.confirm .btn_line,
.reservation .form.confirm .btn_line {
    width: 276px;
    height: 50px;
    margin: 50px auto;
    border-radius: 5px;
    background-image: none;
    font-weight: normal;
  }
}
@media (min-width: 769px) {
  .reservation {
    background: #F2F8F8;
  }
  .reservation .form {
    max-width: 1000px;
  }
  .reservation .form dl {
    padding: 20px;
    border-bottom: none;
  }
  .reservation .date {
    width: 170px;
    cursor:-moz-default;
  cursor:-webkit-default;
  cursor: default;
  }
  .reservation .time {
    width: 120px;
  }
  .reservation.thanks p {
    font-weight: normal;
  }
  .reservation.thanks .btn_line {
    width: 276px;
    height: 50px;
    margin: 50px auto;
    border-radius: 5px;
    background-image: none;
  }
}
@media (min-width: 769px) {
  .guarantee .pagetitle {
    background: url(../img/guarantee/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .guarantee .quality {
    margin: 60px 0;
  }
  .guarantee .quality .lead {
    text-align: center;
    margin-bottom: 66px;
  }
  .guarantee .hoshou {
    background: linear-gradient(to right, rgb(0, 84, 123) 0%, rgb(0, 42, 62) 100%);
    padding: 38px 51px;
    max-width: 1100px;
    margin: auto;
    color: #ffffff;
    display: grid;
    grid-template-columns: 60.7% 1fr;
    gap: 0 5.68%;
    position: relative;
  }
  .guarantee .hoshou::after {
    content: "";
    width: 1px;
    height: 407px;
    background: url(../img/guarantee/line.svg);
    background-size: contain;
    display: block;
    position: absolute;
    right: 37.6%;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .guarantee .hoshou .kouka h3 {
    background: url(../img/guarantee/bg_hosho_kouka.svg) no-repeat;
    background-size: contain;
    width: 606px;
    height: 98px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .guarantee .hoshou .kouka h3 {
    width: 54.10714vw;
    height: 8.75vw;
  }
}
@media (min-width: 769px) {
  .guarantee .hoshou .risk h3 {
    background: url(../img/top/bg_hosho_btn.svg) no-repeat;
    background-size: contain;
    width: 335px;
    height: 98px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .guarantee .hoshou .risk h3 {
    width: 29.9107vw;
    height: 8.75vw;
  }
}
@media (min-width: 769px) {
  .guarantee .hoshou h3 {
    margin-bottom: 19px;
    position: relative;
    font-family: "Noto Serif JP", serif;
    color: #000000;
  }
  .guarantee .hoshou h3 .hex {
    width: 62px;
    height: 54px;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 7px;
    top: 9px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .guarantee .hoshou h3 .hex {
    width: 5.5357vw;
    height: 4.8214vw;
    left: 0.625vw;
    top: 0.8035vw;
  }
}
@media (min-width: 769px) {
  .guarantee .hoshou h3 .hex .hex_text {
    display: block;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .guarantee .hoshou h3 .hex .hex_text {
    font-size: 1.25vw;
  }
}
@media (min-width: 769px) {
  .guarantee .hoshou h3 .hex .num {
    display: block;
    font-size: 23px;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .guarantee .hoshou h3 .hex .num {
    font-size: 2.05357vw;
  }
}
@media (min-width: 769px) {
  .guarantee .hoshou h3 .title {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .guarantee .hoshou h3 .title {
    top: 1.25vw;
    left: 8.0357vw;
    font-size: 2.67857vw;
  }
}
@media (min-width: 769px) {
  .guarantee .hoshou p {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .guarantee .hoshou .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (min-width: 769px) {
  .guarantee .hoshou dt {
    background: rgba(255, 255, 255, 0.43);
    text-align: center;
    line-height: 34px;
  }
}
@media (min-width: 769px) {
  .guarantee .btn_line {
    width: 100%;
    height: 69px;
    background-size: 14px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .guarantee .btn_line {
    font-size: 1.6363vw;
  }
}
@media (min-width: 769px) {
  .guarantee .image {
    text-align: center;
    padding: 48px;
  }
}
@media (min-width: 769px) {
  .rehabili .pagetitle {
    background: url(../img/follow-up/bg_pagetitle_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .rehabili .our_rehabili {
    margin: 37px auto 0 auto;
  }
  .rehabili .our_rehabili .inner {
    padding: 37px;
    background: linear-gradient(135deg, rgb(127, 185, 121) 0%, rgb(9, 119, 170) 100%);
    text-align: center;
  }
  .rehabili .our_rehabili h2 {
    margin-bottom: 10px;
    color: #ffffff;
  }
  .rehabili .our_rehabili h2 .en {
    color: #ffffff;
  }
  .rehabili .our_rehabili img {
    max-width: 412px;
    margin-bottom: 53px;
  }
  .rehabili .our_rehabili h3 {
    max-width: 505px;
    margin: 0 auto 10px;
    background: #ffffff;
    color: #00909F;
    text-align: center;
    font-size: 20px;
    line-height: 39px;
  }
  .rehabili .our_rehabili p {
    text-align: center;
    color: #ffffff;
  }
  .rehabili .feature {
    background: url(../img/follow-up/bg_feature_pc.svg) no-repeat center 210px;
    background-size: 1920px;
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .rehabili .feature {
    background-size: 174.5454vw;
  }
}
@media (min-width: 769px) {
  .rehabili .feature .lead {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 130%;
    line-height: 1.4;
    color: #00909F;
  }
}
@media (min-width: 769px) {
  .rehabili .feature .f_box {
    display: grid;
    grid-template-columns: 46.0909% 30%;
    gap: 0 3.909%;
    margin-bottom: 32px;
  }
  .rehabili .feature .f_box:nth-child(2) {
    grid-template-columns: 30% 46.0909%;
    grid-template-areas: "text image";
    justify-content: flex-end;
  }
  .rehabili .feature .f_box:nth-child(2) .image {
    grid-area: image;
  }
  .rehabili .feature .f_box:nth-child(2) dl {
    grid-area: text;
  }
  .rehabili .feature .f_box dt {
    margin-bottom: 15px;
    font-weight: bold;
  }
  .rehabili .feature .f_box dt .numbering {
    font-size: 21px;
    color: #FAAA00;
  }
  .rehabili .feature .f_box dt .numbering span {
    margin-left: 5px;
    font-size: 33px;
  }
}
@media (min-width: 769px) {
  .rehabili .flow {
    padding-bottom: 108px;
  }
  .rehabili .flow .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px 86px;
    background: url(../img/follow-up/arrow_pc.svg) no-repeat center 34%;
  }
  .rehabili .flow .f_box {
    position: relative;
  }
  .rehabili .flow .f_box .image {
    margin-bottom: 10px;
  }
  .rehabili .flow .f_box dl {
    display: grid;
    grid-template-columns: 133px 1fr;
    gap: 0 25px;
  }
  .rehabili .flow .f_box dt {
    width: 133px;
    height: 70px;
    background: #ffffff;
    border-bottom: 3px solid #FAAA00;
    padding-bottom: 13px;
    font-weight: bold;
    line-height: 1.4;
    font-size: 22px;
  }
  .rehabili .flow .f_box dt .numbering {
    font-size: 20px;
    color: #FAAA00;
  }
}
@media (min-width: 769px) {
  .rehabili .reserve {
    background: #DEEEEF;
    padding: 50px;
  }
  .rehabili .reserve .inner {
    padding: 50px;
    background: #ffffff;
  }
  .rehabili .reserve h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 31px;
    line-height: 1.6;
  }
  .rehabili .reserve p {
    max-width: 637px;
    margin: auto;
    text-align: center;
  }
  .rehabili .reserve .btn_line {
    width: 299px;
    height: 55px;
    background-size: 16px;
    border-radius: 5px;
    margin: 35px auto 47px auto;
    color: #00909F;
  }
  .rehabili .reserve .btn_line:last-child {
    margin-bottom: 0;
  }
  .rehabili .reserve .btn_line:hover {
    color: #ffffff;
  }
}
@media (min-width: 769px) {
  .page_mv {
    height: 296px;
  }
  .page_mv .inner {
    max-width: 1100px;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .child_h1 {
    font-size: 32px;
    font-weight: bold;
    height: 296px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .page_index {
    background: #F2F8F8;
    padding: 30px 0 50px 0;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .page_index {
    padding: 30px 20px 50px 20px;
  }
}
@media (min-width: 769px) {
  .page_index ul {
    max-width: 1100px;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .page_index li {
    padding-top: 20px;
    display: inline-block;
    margin-right: 30px;
  }
  .page_index li::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(202, 202, 202); /* Old browsers */
    background: linear-gradient(to right, rgb(202, 202, 202) 94%, rgb(250, 170, 0) 30px);
    display: block;
  }
  .page_index li a {
    display: block;
    background: url(../img/ico_yellow_arrow.svg) no-repeat 98% 40%;
    background-size: 9px;
    padding: 0 30px 11px 0;
  }
}
@media (min-width: 769px) {
  .knee-osteoarthritis .qa_container {
    background: #E5F4F5;
    padding: 75px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .knee-osteoarthritis .qa_container {
    padding: 75px 20px;
  }
}
@media (min-width: 769px) {
  .knee-osteoarthritis .qa_container .qa_box {
    background: #ffffff;
    padding: 61px 50px;
    margin: 0 auto 50px auto;
    max-width: 1100px;
  }
  .knee-osteoarthritis .qa_container .qa_box:last-child {
    margin-bottom: 0;
  }
  .knee-osteoarthritis .qa_container .qa_box h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #CACACA;
    text-align: center;
    margin-bottom: 0;
    color: #333333;
  }
  .knee-osteoarthritis .qa_container .qa_box h2.question::before {
    content: "Q";
    font-family: "Roboto";
    font-size: 32px;
    line-height: 1;
    color: #00909F;
    margin-right: 15px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body {
    padding: 30px 0 0 0;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .bold {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    line-height: 1.6;
    position: relative;
    margin-bottom: 20px;
    position: relative;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .bold.answer {
    padding-left: 1.5em;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .bold.answer::before {
    content: "A";
    font-family: "Roboto";
    font-size: 24px;
    line-height: 1;
    color: #00909F;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body h3 {
    font-size: 20px;
    margin-bottom: 27px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body h3 span {
    border-top: 1px solid #FAAA00;
    border-bottom: 1px solid #FAAA00;
    padding: 10px 15px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body p {
    margin-bottom: 27px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body p:last-child {
    margin-bottom: 0;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body dl {
    margin-bottom: 27px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #00909F;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body dl dt.point_ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid #00909F;
    margin-bottom: 15px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body dl dt.point_ttl span {
    font-size: 32px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body dl dd img {
    margin-bottom: 10px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body img {
    margin: 0 auto 46px;
    display: block;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body img:last-child {
    margin-bottom: 0;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body img + .caption {
    margin-top: -36px;
    font-size: 70%;
    line-height: 1.3;
    display: block;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body a {
    text-decoration: underline;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body ul {
    margin-bottom: 25px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body li {
    background: url(../img/ico_check02.svg) no-repeat 0 12px;
    background-size: 15px;
    padding-left: 35px;
    line-height: 1.8;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .btn_area {
    background: url(../img/cause/bg_sindan_pc.svg) no-repeat;
    background-size: cover;
    width: 454px;
    height: 86px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding: 20px 24px 20px 39px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .btn_area:last-child {
    margin-bottom: 0;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .btn_area div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 209px;
    height: 46px;
    color: #E39C04;
    font-size: 16px;
    background: url(../img/ico_yellow_arrow.svg) no-repeat 95% 50% #ffffff;
    background-size: 9px;
    border-radius: 8px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .tbl_container {
    margin-bottom: 27px;
    overflow-x: scroll;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .tbl_container table {
    width: 100%;
    border-collapse: collapse;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .tbl_container table th {
    background: #00909F;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    border: 1px solid #ffffff;
    padding: 10px;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .tbl_container table th.feature {
    background: linear-gradient(to bottom, rgb(127, 185, 121) 0%, rgb(9, 119, 170) 100%);
    border-top: 5px solid #00909F;
    border-left: 5px solid #00909F;
    border-right: 5px solid #00909F;
    font-weight: bold;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .tbl_container table td {
    background: #DEEEEF;
    padding: 10px 34px;
    border: 1px solid #ffffff;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .tbl_container table td.feature {
    background: #FFF7DE;
    border-left: 5px solid #00909F;
    border-right: 5px solid #00909F;
    color: #00909F;
    font-weight: bold;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .tbl_container table td.tac {
    text-align: center;
  }
  .knee-osteoarthritis .qa_container .qa_box .box_body .tbl_container table tr:last-child td.feature {
    border-bottom: 5px solid #00909F;
  }
  .knee-osteoarthritis .qa_container .qa_box .point_container {
    justify-content: center;
    display: flex;
  }
  .knee-osteoarthritis .qa_container .qa_box .point_container .box {
    width: 246px;
    height: 246px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/menu/bg_point.svg);
    background-size: 100% 100%;
    text-align: center;
    font-weight: bold;
    margin: 0 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .knee-osteoarthritis .qa_container .qa_box .point_container .box {
    width: 21.5789vw;
    height: 21.5789vw;
  }
}
@media (min-width: 769px) {
  .knee-osteoarthritis .qa_container .btn_line {
    width: 100%;
    height: 50px;
    font-weight: bold;
    color: #00909F;
    margin-bottom: 40px;
    background-size: 15px;
    border-radius: 5px;
  }
  .knee-osteoarthritis .qa_container .btn_line:hover {
    color: #ffffff;
    background: url(../img/ico_list03.svg) no-repeat 96% 50% #00909F;
    background-size: 15px;
  }
  .about .point.lp {
    display: flex;
    flex-wrap: wrap;
  }
  .about .point.lp div {
      width: 28%;
  }
}
@media (min-width: 769px) {
  .knee-osteoarthritis .qa_container .row {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 0 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .knee-osteoarthritis .qa_container .row {
    gap: 0 50px;
  }
}
@media (min-width: 769px) {
  .knee-osteoarthritis .qa_container .row:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .knee-osteoarthritis .qa_container .row.reverse {
    grid-template-columns: 1fr 50%;
  }
}
@media (min-width: 769px) {
  .knee-osteoarthritis .qa_container .row.col2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 769px) {
  .knee-osteoarthritis .qa_container .row.col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .row.col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 769px) {
  .knee-osteoarthritis .qa_container .row img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .knee-osteoarthritis .page_mv {
    background: url(../img/cause/bg_kansetsusho.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .page_mv.stem-cell-therapy {
    background: url(../img/menu/stem-cell-therapy/bg_mv.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .page_mv.prp {
    background: url(../img/menu/prp/bg_mv.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .page_mv.prpfd {
    background: url(../img/menu/prpfd/bg_mv.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .page_mv.other {
    background: url(../img/menu/other/bg_mv.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .page_mv.osteoarthritis {
    background: url(../img/cause/knee-osteoarthritis/bg_mv.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .page_mv.meniscus-injury {
    background: url(../img/cause/meniscus-injury/bg_mv.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .page_mv.knee-all {
    background: url(../img/cause/knee-all/bg_mv.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .page_mv.periarthritis {
    background: url(../img/cause/kata_hed-1.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .rotator-cuff-injury {
    background: url(../img/cause/kata_hed-2.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .shoulder-all {
    background: url(../img/cause/kata_hed-3.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .golf-elbow {
    background: url(../img/cause/hiji_hed-1.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .tennis-elbow {
    background: url(../img/cause/hiji_hed-2.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .tenosynovitis {
    background: url(../img/cause/hand_hed-1.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .tfcc {
    background: url(../img/cause/hand_hed-2.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .thumb-cm {
    background: url(../img/cause/hand_hed-3.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .heberden {
    background: url(../img/cause/hand_hed-4.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .carpal-tunnel {
    background: url(../img/cause/hand_hed-5.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .c-spondylosis {
    background: url(../img/cause/neck_hed-1.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .hernia {
    background: url(../img/cause/neck_hed-2.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .w-spinal {
    background: url(../img/cause/waist_hed-1.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .w-spinal {
    background: url(../img/cause/waist_hed-1.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .w-hernia {
    background: url(../img/cause/waist_hed-2.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .c-osteoarthritis {
    background: url(../img/cause/crotch_hed-1.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .c-fracture {
    background: url(../img/cause/crotch_hed-2.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .l-sprain {
    background: url(../img/cause/leg_hed-1.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .achilles {
    background: url(../img/cause/leg_hed-2.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .l-fasciitis {
    background: url(../img/cause/leg_hed-3.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .stiffness {
    background: url(../img/cause/hed-stiffness.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .hand-all {
    background: url(../img/cause/hed-hand-all.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .w-pain {
    background: url(../img/cause/hed-w-pain.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .ligament {
    background: url(../img/cause/hed-ligament.jpg) no-repeat center;
    background-size: cover;
  }
  .knee-osteoarthritis .kansetsusho {
    margin-top: 14px;
  }
}
@media (min-width: 769px) {
  .treatment_other {
    padding: 92px 0;
    background: rgb(255, 255, 255); /* Old browsers */
    background: linear-gradient(to bottom, rgb(255, 255, 255) 39%, rgb(255, 255, 255) 39%, rgb(229, 244, 245) 39%, rgb(229, 244, 245) 39%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .treatment_other h2 {
    margin-bottom: 40px;
  }
  .treatment_other .read {
    margin-bottom: 58px;
    text-align: center;
  }
  .treatment_other .box_container {
    max-width: 1100px;
    margin: 0 auto 50px auto;
    /*padding: 0 180px;*/
    padding: 0 20px;
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .treatment_other .box {
    display: block;
    position: relative;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  .treatment_other .box:last-child {
    margin-bottom: 0;
  }
  .treatment_other .box:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .treatment_other .box .image img {
    width: 100%;
  }
  .treatment_other .box .text {
    position: relative;
    padding: 25px 20px 37px 20px;
  }
  .treatment_other .box dt {
    position: absolute;
    left: 0;
    top: -30px;
    width: 268px;
    background: #ffffff;
    background-size: 4vw;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #00909F;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  }
  .treatment_other .box dt::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/ico_list01.svg) no-repeat;
    background-size: contain;
    margin-left: 15px;
  }
  .treatment_other .box dd {
    position: relative;
    z-index: 1;
  }
  .treatment_other .btn_area .btn_green {
    width: 526px;
    height: 100px;
    margin: auto;
    border-radius: 5px;
    background: url(../img/btn_green_large.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  .treatment_saisei {
    padding: 100px 0;
  }
  .treatment_saisei h2 {
    margin-bottom: 40px;
  }
  .treatment_saisei .read {
    margin-bottom: 58px;
    text-align: center;
  }
  .treatment_saisei .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .treatment_saisei .rinen_box {
    position: relative;
    width: 255px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .treatment_saisei .rinen_box {
    width: 23vw;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .treatment_saisei .rinen_box .rinen_header {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .treatment_saisei .rinen_box .image img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .treatment_saisei .rinen_box .text {
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .treatment_saisei .rinen_box h3 {
    background: url(../img/h3_line.svg) no-repeat bottom;
    background-size: 100%;
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .treatment_saisei .rinen_box .btn_line {
    border-radius: 5px;
    background-size: 15px;
    width: 253px;
    height: 47px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .treatment_saisei .rinen_box .btn_line {
    width: 100%;
  }
}

/* ========================================================== */
/* CVエリア */
/* ========================================================== */
.cv_area_inhco {
  width: 100vw;
  position: relative;
  background: #E5F4F5;
}
.cv_area_inhco .inner {
  padding: 0;
}
.cv_area_inhco .inner .contact_area img {
  width: 100%;
}


.cv_container_inhco h3 img {
    text-align: center;
    padding: 50px 0 70px 0;
  }
  @media (min-width: 769px) {
    .cv_area_inhco {
      background: #E5F4F5;
      width: 100%;
      padding: 50px 0;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
    .cv_area_inhco {
      height: 44.3859vw;
      padding: 4.3859vw 0 2.6315vw 0;
    }
  }
  @media (min-width: 769px) {
    .cv_area_inhco .inner {
      position: relative;
      padding: 0 50px;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
    .cv_area_inhco .inner {
      padding: 0 4.3859vw;
    }
  }
  @media (min-width: 769px) {
    .cv_area_inhco .text {
      width: 618px;
      margin-bottom: 30px;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
    .cv_area_inhco .text {
      width: 54.2105vw;
      margin-bottom: 2.6315vw;
    }
  }
  @media (min-width: 769px) {
    .cv_area_inhco .contact_area {
      width: 618px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
    .cv_area_inhco .contact_area {
      width: 54.2105vw;
    }
  }
  @media (min-width: 769px) {
    .cv_area_inhco .img_doctor {
      position: absolute;
      bottom: -20px;
      right: 0;
    }
  }
    @media (min-width: 769px) {
      .cv_area_inhco .img_doctor_n {
        width:350px;
        position: absolute;
        bottom: -20px;
        right: 0;
      }
  }
  @media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
    .cv_area_inhco .img_doctor {
      bottom: -1.7543vw;
      width: 37.2807vw;
    }
    .cv_area_inhco .img_doctor_n {
      bottom: -1.7543vw;
      width: 37.2807vw;
    }
  }
  @media (min-width: 769px) {
    .cv_container_inhco h2 {
      margin-bottom: 0;
      background: #FFBE00;
      padding: 20px;
      line-height: 1;
      font-weight: normal;
      font-size: 32px;
      color: #333333;
      position:relative;
      z-index: 2;
    }
    .cv_container_inhco h2 strong {
      font-weight: bold;
    }
  }
  @media (min-width: 769px) {
    .cv_container_inhco h3{
      text-align: center;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
    .cv_container_inhco h3 img {
      width: 81.5789vw;
    }
  }
@media (max-width: 769px) {
  .cv_container_inhco h2 {
    margin-bottom: 0;
    background: #FFBE00;
    padding: 5.3333vw;
    line-height: 1;
    font-weight: normal;
    font-size: 4.8vw;
    color: #333333;
  }
  .cv_container_inhco h2 strong {
    font-weight: bold;
  }}

@media (min-width: 769px) {
  .cv_container_inhco h2 {
    margin-bottom: 0;
    background: #FFBE00;
    padding: 20px;
    line-height: 1;
    font-weight: normal;
    font-size: 32px;
    color: #333333;
  }
  .cv_container_inhco h2 strong {
    font-weight: bold;
  }
}

/* アバウトページ院長部分 */
#inchou .incho_container h2{
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 3rem;
  text-align: left;
  line-height: 1.3;}
@media (max-width: 768px) {
  #inchou .incho_container h2{
  font-size: 1.8rem;
  }
  .inchou {
    background: #F2F8F8;
    padding: 17.3333vw 0 8.3333vw 0;
  }
  .inchou .incho_container {
    margin-bottom: 10.6666vw;
  }
  .inchou .incho_container .text h2 {
    margin-bottom: 10.6666vw;
  }
  .inchou .incho_container .text h2 img {
    width: 84vw;
  }
  .inchou .incho_container .text p {
    font-size: 4.8vw;
  }
  .inchou .incho_container .photo {
    text-align: center;
    padding: 30px 0;
  }
  .inchou .incho_container .photo .name {
    font-size: 4.4vw;
    margin-top: 2.6666vw;
    font-weight: 500;
  }
  .inchou .profile_container {
    background: #ffffff;
    padding: 5.3333vw;
    margin-bottom: 6.4vw;
  }
  .inchou .profile_container h3 {
    color: #00909F;
    font-size: 4.8vw;
  }
  .inchou .profile_container li {
    line-height: 1.5;
    padding: 5.3333vw 0;
    border-bottom: 1px solid #CBCBCB;
    font-size: 4.2666vw;
  }
}
@media (min-width: 769px) {
  .inchou {
    background: #F2F8F8;
    padding: 100px 0;
  }
  .inchou .incho_container {
    padding-right: 133px;
    display: grid;
    grid-template-columns: 628px 1fr;
    gap: 0 110px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .inchou .incho_container {
    padding-right: 11.666vw;
    grid-template-columns: 55.0877vw 1fr;
    gap: 0 9.6491vw;
  }
}
@media (min-width: 769px) {
  .inchou .incho_container .text h2 {
    margin-bottom: 45px;
  }

}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .inchou .incho_container .text p {
    font-size: 1.7543vw;
  }
  #inchou .incho_container h2{
  font-size: 40px;
  }
}
@media (min-width: 769px) {
  .inchou .incho_container .photo {
    text-align: center;
  }
  .inchou .incho_container .photo .name {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .inchou .incho_container .photo .name {
    font-size: 2.10526vw;
  }
}
@media (min-width: 769px) {
  .inchou .profile_container {
    background: #ffffff;
    padding: 30px 50px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .inchou .profile_container {
    padding: 2.6315vw 4.3859vw;
  }
}
@media (min-width: 769px) {
  .inchou .profile_container h3 {
    color: #00909F;
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .inchou .profile_container h3 {
    font-size: 2.1052vw;
  }
}
@media (min-width: 769px) {
  .inchou .profile_container li {
    line-height: 1.5;
    padding: 25px 0;
    border-bottom: 1px solid #CBCBCB;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) {
  .inchou .profile_container li {
    padding: 2.1929vw 0;
  }
}
