@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  color: #000;
  max-height: 100%;
  letter-spacing: 0.1em;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol, li {
  list-style-type: none;
}

body {
  position: relative;
  width: 100%;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #000;
  overflow: scroll;
  overflow-x: hidden;
  background: linear-gradient(180deg, rgb(218, 229, 241) 0%, rgb(255, 255, 255) 120%);
}

.no-scroll {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sec_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #000;
}

.textbox {
  width: 48%;
  display: block;
  box-sizing: border-box;
}

.imagebox {
  width: 48%;
  min-width: 48%;
  max-width: 48%;
  box-sizing: border-box;
}

.cont {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 80px;
}

.cont_title {
  margin-bottom: 33px;
  font-family: "noto sans jp", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
  color: #444038;
}

.cont_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #000;
}

.cont_image {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.cont_image img {
  width: 100%;
  height: 100%;
}

.circle_text01 {
  position: absolute;
}

.circle_text02 {
  position: absolute;
}

.circle_text03 {
  position: absolute;
}

.circle_text04 {
  position: absolute;
}

.item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #000;
}

.box_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #000;
}

.link_btn {
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(5px, 0.781vw, 10px) clamp(11px, 1.562vw, 20px);
  text-align: center;
  border-radius: 30px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link_btn a {
  font-size: clamp(9px, 1.25vw, 16px);
  letter-spacing: 0.04em;
  color: #fff;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gridbox {
  display: grid;
  row-gap: 0px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin-bottom: 0;
  }
  a {
    letter-spacing: 0.05em;
  }
  a:hover {
    opacity: 1;
    transition: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .inner {
    padding: 0 5.5vw;
  }
  .sec_text {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .cont {
    display: block;
    padding: initial;
    margin-bottom: 13.8vw;
  }
  .textbox {
    width: 100%;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0.2vw;
  }
  .imagebox {
    width: 100%;
    min-width: initial;
    max-width: initial;
    box-sizing: border-box;
    margin: 0 auto 4.2vw;
  }
  .imagebox img {
    width: 100%;
    height: 100%;
  }
  .cont_title {
    font-size: 5.3vw;
    margin-bottom: 4.2vw;
    padding-left: initial;
  }
  .cont_text {
    padding-left: initial;
    padding-right: initial;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .cont_image {
    margin: 0 auto 4.2vw;
  }
  .cont_image img {
    width: 100%;
    height: 100%;
    height: initial;
  }
  .item_text {
    font-size: 4vw;
  }
  .box_text {
    font-size: 4vw;
  }
  .link_btn {
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3.75vw;
    text-align: center;
    border-radius: 7.5vw;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .link_btn a {
    font-size: 4vw;
    letter-spacing: 0.04em;
    color: #fff;
  }
  .flexbox {
    display: block;
    margin: 0 auto;
  }
}
.header {
  box-sizing: border-box;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 80px;
}
.header .upper_box {
  box-sizing: border-box;
  height: clamp(53px, 7.031vw, 90px);
  padding: clamp(20px, 2.734vw, 35px) clamp(25px, 3.281vw, 42px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .upper_box .page_title {
  font-size: clamp(11px, 1.484vw, 19px);
  letter-spacing: 0.08em;
}
.header .lower_box {
  margin-left: auto;
}
.header .lower_box .link_box {
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.header .lower_box .cont01 {
  margin-right: 30px;
}
.header .lower_box .link_text {
  margin-bottom: 5px;
}
.header .lower_box .link_text a {
  padding-left: 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  letter-spacing: 0.1 0.8em;
}
.header .lower_box .this_page {
  position: relative;
}
.header .lower_box .this_page::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #0074aa;
}
.header .lower_box .this_page a {
  color: #0074aa;
}
@media screen and (max-width: 1221px) and (min-width: 768px) {
  .header .header_right .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 921px) and (min-width: 768px) {
  .header .header_right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: block;
    width: 100%;
    padding: 0;
    height: initial;
  }
  .header .upper_box {
    box-sizing: border-box;
    height: initial;
    padding: 1.5vw 3vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .upper_box .page_title {
    font-size: 3.75vw;
    letter-spacing: 0.08em;
  }
  .header .upper_box .link_btn {
    display: none;
  }
  .header .lower_box {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 1001;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  background: rgba(255, 222, 171, 0.7);
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 222, 171, 0.7);
  font-size: 13px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #754c27;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 40px;
}
.ham .menu_border:nth-of-type(2) {
  top: 50px;
}
.ham .menu_border:nth-of-type(3) {
  top: 60px;
}
.ham a.active span:nth-of-type(1) {
  top: 45px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 45px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .ham {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 13.25vw;
    height: 13.25vw;
    background: initial;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    font-size: 13px;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 3.75vw;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 6.25vw;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 8.75vw;
  }
  .ham a.active span:nth-of-type(1) {
    top: 6.25vw;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 6.25vw;
    transform: rotate(-45deg);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -103px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  background: rgba(210, 193, 173, 0.9);
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .header_left {
  padding: 10px 0 0 10px;
}
.copy_header .header_left .page_title {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
}
.copy_header .header_left .clinic_box {
  width: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy_header .header_left .clinic_name {
  width: 398px;
}
.copy_header .header_left .clinic_name img {
  width: 100%;
}
.copy_header .header_left .kamei_logo {
  width: 110px;
}
.copy_header .header_left .kamei_logo img {
  width: 100%;
}
.copy_header .header_right {
  display: flex;
  margin-right: 90px;
}
.copy_header .header_right .menu_box {
  display: flex;
}
.copy_header .header_right .menu_box .tel_btn {
  margin: 0 10px 0 0;
  width: 290px;
  border: 0.5px solid #fff;
  padding: 5px;
  box-sizing: border-box;
}
.copy_header .header_right .menu_box .tel_btn a {
  width: 100%;
  height: 100%;
}
.copy_header .header_right .menu_box .tel_btn .text01 {
  font-size: 17px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 1px;
}
.copy_header .header_right .menu_box .tel_btn .tel_num {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -3px;
  padding-left: 0.8em;
  font-size: 32px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.4);
  position: relative;
}
.copy_header .header_right .menu_box .tel_btn .tel_num::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images01/common/h_tel_icon.webp) center/contain no-repeat;
  left: 0;
  width: 22px;
  height: 27px;
}
.copy_header .header_right .menu_box .tel_btn .tel_num::before img {
  width: 100%;
}
.copy_header .header_right .menu_box .reserve_btn {
  margin: 0 10px 0 0;
  width: 290px;
}
.copy_header .header_right .menu_box .reserve_btn img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1221px) and (min-width: 768px) {
  .copy_header .header_right .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 919px) and (min-width: 768px) {
  .copy_header .header_right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -93px;
  right: 10px;
  width: 80px;
  height: 80px;
  background: rgba(255, 222, 171, 0.7);
  transition: all 0.4s;
}
.copy_ham.show {
  top: 10px;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 222, 171, 0.7);
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #754c27;
  text-align: center;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #754c27;
  transition: 0.4s;
}
.copy_ham .menu_border:nth-of-type(1) {
  top: 40px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 50px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 60px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 45px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 45px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .copy_ham {
    display: none;
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(218, 229, 241);
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 1280px;
  max-width: 100%;
  padding: 160px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  padding-right: 0.5em;
  margin-right: 5em;
  margin-bottom: 30px;
  color: #754c27;
  box-sizing: border-box;
}
.ham_sitemap .link_text:before {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0em;
  font-size: 16px;
  color: #754c27;
}
.ham_sitemap .link_text a {
  position: relative;
  margin-left: 0em;
  padding-left: 1em;
  text-indent: -1.2em;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-wrap: balance;
  color: #754c27;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 35px;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  padding-left: 1.5em;
  padding-right: 0.5em;
  margin-right: 5em;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0em;
  font-size: 16px;
  color: #754c27;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #754c27;
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2em;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 25%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap02 .item a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #754c27;
  font-size: 17px;
}
.ham_sitemap .sitemap02 .item img {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .ham_sitemap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 1280px;
    max-width: 100%;
    padding: 21.3vw 5vw 4.2vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .ham_sitemap .link_text:before {
    display: none;
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    height: initial;
    letter-spacing: 0.1em;
    padding: 6vw 0 6% 4vw;
    border-bottom: 1px solid #754c27;
    box-sizing: border-box;
    color: #000;
    font-size: 4.4vw;
  }
  .ham_sitemap .company_name {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 13.8vw;
  }
  .ham_sitemap .group_box {
    width: 100%;
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }
  .ham_sitemap .group_box .subtitle {
    font-size: 3.75vw;
    letter-spacing: 0.13em;
    color: #211816;
    margin-bottom: 0;
  }
  .ham_sitemap .group_box .title {
    font-size: 5vw;
    letter-spacing: 0.2em;
    color: #211816;
    margin-bottom: 6vw;
  }
  .ham_sitemap .group_box .item {
    margin-bottom: 6vw;
  }
  .ham_sitemap .group_box .item a {
    font-size: 4vw;
    letter-spacing: 0.15em;
    color: #211816;
  }
  .ham_sitemap .group_box:not(:last-of-type) {
    border-bottom: 1px solid #cbcccc;
  }
  .ham_sitemap .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ham_sitemap .flexbox .link_btn {
    width: 49%;
    padding: 2.75vw;
  }
  .ham_sitemap .flexbox .link_btn01 {
    background-color: #fff;
    border: 1px solid #000;
  }
  .ham_sitemap .flexbox .link_btn01 a {
    font-size: 4.5vw;
    color: #000;
  }
  .ham_sitemap .nav_contact {
    padding: 11.25vw 5.5vw;
    text-align: center;
  }
  .ham_sitemap .nav_contact .text01 {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 8vw;
    text-align: justify;
  }
  .ham_sitemap .nav_contact .link_btn {
    margin: 0 auto;
    margin-bottom: 8vw;
  }
  .ham_sitemap .nav_contact .tel_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ham_sitemap .nav_contact .tel_btn .text_tel {
    font-size: 9.93vw;
    font-weight: 200;
    letter-spacing: 0.06em;
  }
}

.nav {
  padding: 30px 15px 30px;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.nav .list {
  display: flex;
  justify-content: space-evenly;
}
.nav .item:not(:last-of-type) {
  margin-right: 20px;
}
.nav .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .item a {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: #16216d;
}
.nav .item .sub {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #f5f1ed;
  color: #16216d;
}
@media screen and (max-width: 914px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}

.common_nav {
  position: relative;
  z-index: 30;
  padding: 30px 15px 20px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_nav .list {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.common_nav .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_nav .item a {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: #16216d;
}
.common_nav .item .sub {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #f5f1ed;
  color: #16216d;
}
.common_nav .nitem:not(:last-of-type) {
  margin-right: 20px;
}
.common_nav .nitem a {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: #16216d;
}
.common_nav .nitem .sub {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #16216d;
}
.common_nav .item_medical {
  position: relative;
}
.common_nav .medical_list {
  display: flex;
  position: absolute;
  z-index: 10;
  top: calc(100% + 10px);
  left: calc(-300px + 100%);
  flex-wrap: wrap;
  width: 700px;
}
.common_nav .medical_item {
  width: 33%;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: #fff;
}
.common_nav .medical_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 15px 20px;
  box-sizing: border-box;
  background: #16216d;
  color: #fff;
  font-size: 15px;
}
.common_nav .medical_item a:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .common_nav .nitem:not(:last-of-type) {
    margin-right: 20px;
  }
  .common_nav .nitem a {
    font-size: 18px;
  }
  .common_nav .medical_item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .common_nav {
    display: none;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  max-width: 100%;
  padding: 25px 0 20px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 3em;
}
.breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 1em;
  top: 0;
}
.breadcrumb .item {
  color: #333333;
  letter-spacing: 0.1em;
}
.breadcrumb .item a {
  color: #333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .breadcrumb .item {
    font-size: 3.4vw;
  }
  .breadcrumb .item a {
    font-size: 3.4vw;
  }
  .breadcrumb .item:not(:first-of-type) {
    position: relative;
    padding-left: 2em;
  }
  .breadcrumb .item:not(:first-of-type):before {
    content: "＞";
    position: absolute;
    left: 0.7em;
    top: 0;
  }
}

.mainvisual {
  padding-top: clamp(89px, 11.718vw, 150px);
  padding-bottom: clamp(98px, 12.89vw, 165px);
  margin: 0 auto;
  height: 42vw;
  overflow: hidden;
  position: relative;
}
.mainvisual .key_subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(15px, 2.031vw, 26px);
  letter-spacing: 0.1em;
}
.mainvisual .key_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(24px, 3.125vw, 40px);
  letter-spacing: 0.1em;
}
.mainvisual .key_image {
  position: absolute;
  right: -3vw;
  width: 100.156vw;
  height: 43.219vw;
  animation: test 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.mainvisual .key_image img {
  width: 100%;
  height: auto;
  max-width: initial;
}
@keyframes test {
  0% {
    opacity: 0;
    transform: translateX(190px) rotateX(30deg);
  }
  65% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotateX(0);
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding-top: 20.7vw;
    padding-bottom: 13.8vw;
    width: 100%;
    margin: 0 auto 4vw;
    height: 44vw;
    overflow: hidden;
  }
  .mainvisual .key_subtitle {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 3.75vw;
    letter-spacing: 0.1em;
  }
  .mainvisual .key_title {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6vw;
    letter-spacing: 0.1em;
  }
  .mainvisual .key_image {
    width: 100vw;
    height: 29.28vw;
    animation: test 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  @keyframes test {
    0% {
      opacity: 0;
      transform: translateX(190px) rotateX(30deg);
    }
    65% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
      transform: translateX(0) rotateX(0);
    }
  }
}

.common_sec {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto clamp(48px, 6.25vw, 80px);
  box-sizing: border-box;
}
.common_sec .sec_header {
  position: relative;
  margin-bottom: clamp(48px, 6.25vw, 80px);
  overflow: hidden;
}
.common_sec .sec_title {
  position: relative;
  z-index: 2;
  font-family: "noto sans jp", sans-serif;
  font-size: clamp(35px, 4.687vw, 60px);
  font-weight: 600;
  letter-spacing: 0.12em;
}
.common_sec .sec_subtitle {
  position: relative;
  z-index: 2;
  font-family: "noto sans jp", sans-serif;
  font-size: clamp(16px, 2.187vw, 28px);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #0074aa;
  margin-top: clamp(-10px, -0.781vw, -5px);
}
.common_sec .header_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.common_sec .sec_body {
  padding: 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .common_sec .sec_body {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    display: block;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .common_sec .sec_title {
    font-size: 10.5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 2vw;
  }
  .common_sec .sec_subtitle {
    position: relative;
    z-index: 2;
    font-family: "noto sans jp", sans-serif;
    font-size: 5vw;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-align: center;
    color: #0074aa;
    margin-top: clamp(-10px, -0.781vw, -5px);
  }
  .common_sec .header_text {
    font-size: 4.4vw;
  }
  .common_sec .sec_body {
    padding: 0 5.5vw;
  }
}

.nav {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
}
.nav .list {
  display: flex;
  justify-content: center;
}
.nav .list .item a {
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(68, 68, 68, 0.26), -3px 3px 5px rgba(68, 68, 68, 0.26), 3px -3px 5px rgba(68, 68, 68, 0.26), -3px -3px 5px rgba(68, 68, 68, 0.26);
}
.nav .item:not(:last-of-type) {
  margin-right: 50px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  background-color: #211815;
}
.footer .upper_box {
  width: 100%;
  height: clamp(307px, 40vw, 512px);
  background: url(/images/common/f_back_image.webp) center top/cover no-repeat;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: clamp(62px, 8.203vw, 105px);
}
.footer .upper_box .upper_inner {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer .upper_box .upper_inner .left_box {
  margin-right: clamp(48px, 6.25vw, 80px);
}
.footer .upper_box .upper_inner .left_box .company_text {
  font-size: clamp(10px, 1.328vw, 17px);
  letter-spacing: 0.1em;
  margin-bottom: clamp(14px, 1.953vw, 25px);
}
.footer .upper_box .upper_inner .left_box .company_name {
  font-size: clamp(14px, 1.953vw, 25px);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.footer .upper_box .upper_inner .right_box .office_box {
  padding-bottom: clamp(17px, 2.343vw, 30px);
}
.footer .upper_box .upper_inner .right_box .office_box .office_name, .footer .upper_box .upper_inner .right_box .office_box .office_address, .footer .upper_box .upper_inner .right_box .office_box .office_tel {
  font-size: clamp(9px, 1.25vw, 16px);
  letter-spacing: 0.08em;
  margin-bottom: clamp(5px, 0.781vw, 10px);
}
.footer .lower_box {
  width: 100%;
  box-sizing: border-box;
}
.footer .lower_box .lower_inner {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(59px, 7.812vw, 100px) 0 clamp(29px, 3.906vw, 50px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.footer .lower_box .lower_inner .left_box {
  width: 50%;
  margin-right: clamp(107px, 14.062vw, 180px);
}
.footer .lower_box .lower_inner .left_box .footer_sitemap .link_text {
  width: clamp(131px, 17.187vw, 220px);
  margin-bottom: clamp(13px, 1.718vw, 22px);
}
.footer .lower_box .lower_inner .left_box .footer_sitemap .link_text a {
  position: relative;
  font-size: clamp(9px, 1.25vw, 16px);
  letter-spacing: 0.1em;
  color: #fff;
}
.footer .lower_box .lower_inner .left_box .footer_sitemap .footer_inner {
  width: clamp(269px, 35.156vw, 450px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer .lower_box .lower_inner .left_box .footer_sitemap .cont01, .footer .lower_box .lower_inner .left_box .footer_sitemap .cont02 {
  width: 100%;
}
.footer .lower_box .lower_inner .right_box {
  width: clamp(194px, 25.39vw, 325px);
  max-width: 48%;
  display: flex;
  flex-direction: column;
  align-items: self-end;
  justify-content: center;
}
.footer .lower_box .lower_inner .right_box .contact_btn {
  width: clamp(154px, 20.156vw, 258px);
  padding: clamp(8px, 1.171vw, 15px);
  background-color: #fff;
  border-radius: clamp(17px, 2.343vw, 30px);
  text-align: center;
  margin-bottom: clamp(14px, 1.953vw, 25px);
}
.footer .lower_box .lower_inner .right_box .contact_btn a {
  width: 100%;
  height: 100%;
  font-size: clamp(9px, 1.25vw, 16px);
  letter-spacing: 0.1em;
  text-align: center;
  color: #211815;
}
.footer .lower_box .lower_inner .right_box .copy {
  font-size: clamp(9px, 1.25vw, 16px);
  letter-spacing: 0.18em;
  color: #fff;
}
.footer .lower_box .left {
  box-sizing: border-box;
  width: 45%;
  height: 100%;
}
.footer .lower_box .left .access {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.footer .lower_box .left .access .dbox {
  width: 100%;
  max-width: 100%;
}
.footer .lower_box .left .access .dline {
  width: 100%;
  height: 86px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.footer .lower_box .left .access .term {
  width: 20%;
  height: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #534740;
}
.footer .lower_box .left .access .data {
  width: 60%;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #534740;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .lower_box .left .access .by_text {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #534740;
}
.footer .lower_box .left .access .dbox:nth-of-type(3) .term {
  padding: 25px 10px;
  align-items: flex-start;
}
.footer .lower_box .right {
  box-sizing: border-box;
  width: 60%;
  height: 376px;
}
.footer .lower_box .right iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30vw;
    background-color: initial;
  }
  .footer .upper_box {
    width: 100%;
    height: 235.2vw;
    background: url(/images/common/f_back_image_sp.webp) center bottom/cover no-repeat;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 13.8vw;
  }
  .footer .upper_box .upper_inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    box-sizing: border-box;
    display: block;
  }
  .footer .upper_box .upper_inner .left_box {
    margin-right: 0;
    margin-bottom: 7.5vw;
  }
  .footer .upper_box .upper_inner .left_box .company_text {
    position: absolute;
    top: -42vw;
    left: 64vw;
    font-size: 4.25vw;
    letter-spacing: 0.2em;
    line-height: 2;
    writing-mode: vertical-rl;
    margin-bottom: initial;
  }
  .footer .upper_box .upper_inner .left_box .company_name {
    padding-top: 45vw;
    font-size: 4.25vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .footer .upper_box .upper_inner .right_box .office_box {
    padding-bottom: 7.5vw;
  }
  .footer .upper_box .upper_inner .right_box .office_box .office_name, .footer .upper_box .upper_inner .right_box .office_box .office_address, .footer .upper_box .upper_inner .right_box .office_box .office_tel {
    font-size: 4vw;
    letter-spacing: 0.08em;
    margin-bottom: 2.5vw;
  }
  .footer .lower_box {
    box-sizing: border-box;
    width: 100%;
    margin-top: -2vw;
    background-color: #000;
  }
  .footer .lower_box .lower_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20vw 0 4.2vw;
    box-sizing: border-box;
    display: block;
  }
  .footer .lower_box .lower_inner .left_box {
    width: 100%;
    margin-right: 0;
  }
  .footer .lower_box .lower_inner .left_box .footer_sitemap .link_text {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .footer .lower_box .lower_inner .left_box .footer_sitemap .link_text a {
    position: relative;
    font-size: 4vw;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
  .footer .lower_box .lower_inner .left_box .footer_sitemap .footer_inner {
    width: 100%;
    padding: 0 10.5vw;
    display: block;
    box-sizing: border-box;
  }
  .footer .lower_box .lower_inner .left_box .footer_sitemap .cont01 {
    width: 100%;
  }
  .footer .lower_box .lower_inner .left_box .footer_sitemap .cont02 {
    width: 100%;
  }
  .footer .lower_box .lower_inner .right_box {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10.8vw;
  }
  .footer .lower_box .lower_inner .right_box .contact_btn {
    width: 68.53vw;
    padding: 3vw;
    border-radius: 7.5vw;
    text-align: center;
    margin-bottom: 6.25vw;
  }
  .footer .lower_box .lower_inner .right_box .contact_btn a {
    width: 100%;
    height: 100%;
    font-size: 4vw;
  }
  .footer .lower_box .lower_inner .right_box .copy {
    font-size: 3.75vw;
  }
  .footer .lower_box .left {
    box-sizing: border-box;
    width: 45%;
    height: 100%;
  }
  .footer .lower_box .left .access {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }
  .footer .lower_box .left .access .dbox {
    width: 100%;
    max-width: 100%;
  }
  .footer .lower_box .left .access .dline {
    width: 100%;
    height: 86px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .footer .lower_box .left .access .term {
    width: 20%;
    height: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #534740;
  }
  .footer .lower_box .left .access .data {
    width: 60%;
    padding-left: 30px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #534740;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .lower_box .left .access .by_text {
    padding: 10px 0px 10px 0px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #534740;
  }
  .footer .lower_box .left .access .dbox:nth-of-type(3) .term {
    padding: 25px 10px;
    align-items: flex-start;
  }
  .footer .lower_box .right {
    box-sizing: border-box;
    width: 60%;
    height: 376px;
  }
  .footer .lower_box .right iframe {
    width: 100%;
    height: 100%;
  }
}

.to_top:hover {
  opacity: 0.7;
}

.to_top img {
  position: absolute;
  right: 0;
  left: 875px;
  bottom: 0;
  top: -290px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .to_top {
    right: 10px;
    bottom: 130px;
    text-align: center;
    margin: 20px;
  }
  .to_top img {
    position: unset;
  }
}
html {
  scroll-behavior: smooth;
}

#pagetop {
  /* レイアウト */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 見た目 */
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  /* デフォルトは非表示 */
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 15px;
    bottom: 20vw;
  }
}

/* 矢印 */
.pagetop-arrow {
  width: 56px;
  height: 56px;
  /*
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg); */
}

/* スクロールされたときに適用されるCSS */
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

.sp_fixed {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 17.5vw;
    display: flex;
    box-sizing: border-box;
    background-color: #ccc;
  }
  .sp_fixed .fix_tel {
    width: 50%;
  }
  .sp_fixed .fix_tel img {
    width: 100%;
  }
  .sp_fixed .fix_reserve {
    width: 50%;
  }
  .sp_fixed .fix_reserve img {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */