@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: #4d4d4d;
  max-height: 100%;
}

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: #4d4d4d;
}

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: #4d4d4d;
}

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: #4d4d4d;
  overflow: scroll;
}

.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 96px;
  margin: 0 auto;
  box-sizing: border-box;
}

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

.cont {
  width: 1160px;
  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;
}

.textbox {
  width: 48%;
  display: block;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  line-height: 2;
}

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

.cont_title {
  margin-bottom: 33px;
  padding-left: 10px;
  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: #333631;
}

.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;
}

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

.point_flexbox {
  margin-bottom: 13.8vw;
}

.point_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.point_sub {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #333631;
}

.point_num {
  min-width: 80px;
  margin-top: 5px;
  margin-right: 20px;
}

.point_icon {
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
}

.point_title {
  font-family: "noto sans jp", sans-serif;
  font-size: clamp(18px, 1.875vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
  color: #333631;
}

.point_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #333631;
}

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

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

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

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

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

.waku_box {
  padding: 0px 50px 50px;
  position: relative;
  box-sizing: border-box;
}
.waku_box .waku01 {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 125px;
  height: 111px;
  border-top: 1px solid #806363;
  border-left: 1px solid #806363;
}
.waku_box .waku02 {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 125px;
  height: 111px;
  border-bottom: 1px solid #806363;
  border-left: 1px solid #806363;
}
.waku_box .waku03 {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 125px;
  height: 111px;
  border-top: 1px solid #806363;
  border-right: 1px solid #806363;
}
.waku_box .waku04 {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 125px;
  height: 111px;
  border-bottom: 1px solid #806363;
  border-right: 1px solid #806363;
}
.waku_box .waku_subtitle {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #333631;
  margin-bottom: 20px;
}
.waku_box .waku_title {
  max-width: 80%;
  margin: 0 auto 70px;
  font-family: "noto sans jp", sans-serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #534741;
}

.about_btn {
  padding: 15px 60px 15px 15px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 45px;
  box-sizing: border-box;
  padding: 15px 45px 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about_btn:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.about_btn p {
  font-family: "noto sans jp", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333631;
}
.about_btn a {
  padding-right: 40px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333631;
}

@media screen and (max-width: 767px) {
  .about_btn::before {
    width: 7vw;
    height: 7vw;
  }
}
.link_btn {
  display: flex;
  justify-content: center;
  padding-left: clamp(32px, 4.296vw, 55px);
}
.link_btn .link {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: clamp(19px, 2.5vw, 32px);
  font-size: 16px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
  border-bottom: 1px solid orange;
  position: relative;
}
.link_btn .link::before {
  content: "＞";
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 14px;
  color: orange;
}
.link_btn .link::after {
  content: "";
  position: absolute;
  top: clamp(-12px, -0.937vw, -7px);
  left: clamp(-60px, -4.687vw, -35px);
  font-size: 16px;
  color: orange;
  background: url(/images/index/icon_doctor.webp) center/contain no-repeat;
  width: clamp(29px, 3.906vw, 50px);
  height: clamp(29px, 3.906vw, 50px);
}
.link_btn .link span {
  color: orange;
}

.price_dbox {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
}

.price_dbox:last-of-type {
  margin-bottom: 55px;
}

.price_dline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.price_term {
  width: 50%;
  padding: 30px 10px;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  background-color: #806363;
  border: 0.5px solid #806363;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.price_data {
  width: 50%;
  padding: 30px 20px;
  font-size: 16px;
  letter-spacing: 0.2em;
  background-color: #fff;
  text-align: center;
  border: 0.5px solid #806363;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cautionarynote {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #333631;
  margin-bottom: 25px;
}

.column_box {
  width: 1100px;
  max-width: 100%;
  padding: 40px 60px;
  margin: 0 auto 80px;
  background-color: #e9e0d6;
  box-sizing: border-box;
}

.column_box_subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1d2b53;
  margin-bottom: 10px;
}

.column_box_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1d2b53;
  padding-bottom: 30px;
  border-bottom: 2px solid #1d2b53;
  margin-bottom: 50px;
}

.column_box_text {
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

.check_list_box {
  position: relative;
  width: 1076px;
  max-width: 100%;
  padding: 58px 50px 50px 50px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.check_list_box .check_list_subtitle {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #534741;
  margin-bottom: 20px;
}
.check_list_box .check_list_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "noto sans jp", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
.check_list_box .check_list_title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -101px;
  transform: translateX(-50%);
  background: url(/images/common/icon_title_check.webp) center/contain no-repeat;
  width: 84px;
  height: 66px;
}
.check_list_box .check_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.check_list_box .check_column {
  width: 43%;
  max-width: 48%;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}
.check_list_box .item {
  width: 43%;
  max-width: 43%;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.check_list_box .item:nth-of-type(2n-1) {
  margin-right: 40px;
}
.check_list_box .item:not(:last-of-type) {
  margin-bottom: 50px;
}
.check_list_box .check_img {
  width: 30px;
  min-width: 30px;
  height: 30px;
  padding-right: 20px;
  text-align: center;
}
.check_list_box .check_img img {
  width: 100%;
  height: 100%;
}
.check_list_box .check_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
}
.check_list_box .box_text {
  padding: 0 5em;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  .cont {
    margin-bottom: 8vw;
  }
  .point {
    margin-bottom: 8vw;
  }
  .point_num {
    min-width: 55px;
    margin-top: 5px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 949px) and (min-width: 768px) {
  .check_list_box {
    padding: 80px 40px;
  }
  .check_list_box .list {
    display: flex;
    justify-content: flex-start;
  }
  .check_list_box .item {
    width: 90% !important;
    max-width: 90%;
    margin-left: 2em;
    margin-bottom: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .check_list_box .item:nth-of-type(2n-1) {
    margin-right: initial;
  }
  .check_list_box .box_text {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab {
    display: block;
  }
  .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin-bottom: 17vw;
  }
  a {
    letter-spacing: 0.05em;
  }
  a:hover {
    opacity: 1;
    transition: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .inner {
    padding: 0 5vw;
  }
  .sec_text {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .cont {
    display: block;
    padding: initial;
  }
  .textbox {
    width: 100%;
    min-width: initial;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0.2vw;
    font-size: 4vw;
  }
  .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%;
  }
  .point {
    display: block;
  }
  .point_flexbox {
    margin-bottom: 13.8vw;
  }
  .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 2.7vw;
    align-items: center;
  }
  .point_header_box {
    margin-bottom: 2vw;
  }
  .point_sub {
    font-size: 3.4vw;
  }
  .point_num {
    width: 10.6vw;
    min-width: 10.6vw;
    margin-right: 5.5vw;
  }
  .point_icon {
    width: 18.13vw;
    min-width: 18.13vw;
    margin-right: 2.7vw;
    margin-bottom: initial;
  }
  .point_icon img {
    width: 100%;
    min-width: 10.6vw;
  }
  .point_title {
    font-size: 5.5vw;
  }
  .point_text {
    font-size: 4vw;
  }
  .point_image {
    margin: 0 auto 4.2vw;
  }
  .point_image img {
    width: 100%;
    height: 100%;
  }
  .item_text {
    font-size: 4vw;
  }
  .box_text {
    font-size: 4vw;
  }
  .flexbox {
    display: block;
    margin: 0 auto;
  }
  .gridbox {
    margin: 0 auto;
    display: grid;
    row-gap: 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
  .waku_box {
    padding: 0 5.5vw 11vw;
    position: relative;
    box-sizing: border-box;
  }
  .waku_box .waku01 {
    content: "";
    position: absolute;
    top: 4vw;
    left: 0;
    width: 15.2vw;
    height: 13.6vw;
    border-top: 1px solid #806363;
    border-left: 1px solid #806363;
  }
  .waku_box .waku02 {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15.2vw;
    height: 13.6vw;
    border-bottom: 1px solid #806363;
    border-left: 1px solid #806363;
  }
  .waku_box .waku03 {
    content: "";
    position: absolute;
    top: 4vw;
    right: 0;
    width: 15.2vw;
    height: 13.6vw;
    border-top: 1px solid #806363;
    border-right: 1px solid #806363;
  }
  .waku_box .waku04 {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15.2vw;
    height: 13.6vw;
    border-bottom: 1px solid #806363;
    border-right: 1px solid #806363;
  }
  .waku_box .waku_subtitle {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
  .waku_box .waku_title {
    max-width: 80%;
    font-family: "noto sans jp", sans-serif;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 12vw;
  }
  .about_btn {
    padding: 4vw 12vw 4vw 4vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 4vw;
    position: relative;
  }
  .about_btn:before {
    width: 7vw;
    height: 7vw;
  }
  .about_btn p {
    font-size: 4vw;
  }
  .about_btn a {
    font-size: 4vw;
  }
  .about_btn:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .link_btn {
    display: flex;
    justify-content: center;
    padding-left: initial;
  }
  .link_btn .link {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 1.5em;
    font-size: 4vw;
    letter-spacing: 0.2em;
    padding-bottom: 1.25vw;
    border-bottom: 0.25vw solid orange;
    position: relative;
  }
  .link_btn .link::before {
    content: "＞";
    position: absolute;
    top: 0.5vw;
    right: 0;
    font-size: 3.5vw;
    color: orange;
  }
  .link_btn .link::after {
    content: "";
    position: absolute;
    top: -3vw;
    left: -15vw;
    font-size: 4vw;
    color: orange;
    background: url(/images/index/icon_doctor.webp) center/contain no-repeat;
    width: 12.5vw;
    height: 12.5vw;
  }
  .link_btn .link span {
    color: orange;
  }
  .price_dbox {
    margin-bottom: 8vw;
  }
  .price_dline {
    display: block;
    width: 100%;
  }
  .price_dline:nth-of-type(1) {
    margin-bottom: 6.6vw;
  }
  .price_term {
    width: 100%;
    padding: 4vw 4vw 2vw;
    font-size: 4vw;
  }
  .price_data {
    width: 100%;
    padding: 4vw;
    font-size: 4vw;
  }
  .cautionarynote {
    font-size: 3.7vw;
    margin-bottom: 4.2vw;
  }
  .column_box {
    padding: 5.5vw;
    margin: 0 auto 13.8vw;
    background-color: #e9e0d6;
    box-sizing: border-box;
  }
  .column_box_subtitle {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 3.7vw;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 2.6vw;
  }
  .column_box_title {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    padding-bottom: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .column_box_text {
    font-size: 4vw;
    line-height: 1.8;
  }
  .check_list_box {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    position: relative;
  }
  .check_list_box::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/common/text_checklist.webp) center/contain no-repeat;
    width: 84.3vw;
    height: 9.27vw;
  }
  .check_list_box .check_list_subtitle {
    font-size: 4vw;
    margin-bottom: 6.8vw;
    padding-top: 6.8vw;
  }
  .check_list_box .check_list_title {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 4.2vw;
  }
  .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -5.33vw;
    right: -21.9vw;
    transform: translateX(-50%);
    background: url(/images/common/icon_title_check.webp) center/contain no-repeat;
    width: 16.8vw;
    height: 13.2vw;
  }
  .check_list_box .check_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 4.2vw 5.5vw 0;
  }
  .check_list_box .check_column {
    display: block;
    padding: 12vw 5.5vw 0.1vw;
  }
  .check_list_box .column01 {
    margin-right: initial;
  }
  .check_list_box .check_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5.3vw;
    display: flex;
    align-items: center;
  }
  .check_list_box .check_item:before {
    width: 12vw;
    height: 9.33vw;
    background: url(/images/common/icon_check.webp) center/contain no-repeat;
  }
  .check_list_box .check_item:nth-of-type(2n-1) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .check_list_box .check_item:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .check_list_box .check_img {
    min-width: 7.73vw;
    width: 7.73vw;
    height: 6.4vw;
    padding-right: 4vw;
    text-align: center;
  }
  .check_list_box .check_img img {
    width: 100%;
    height: 100%;
  }
  .check_list_box .check_text {
    font-size: 4vw;
    text-align: left;
  }
  .check_list_box .box_text {
    padding: 0;
    font-size: 4vw;
    text-align: left;
  }
}
/* セクション、見出し
----------------------------------------------------------- */
.common_sec {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .header_wrapper {
  position: relative;
}
.common_sec .sec_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 80px;
  overflow: hidden;
  background: #E7F3D7;
  border-radius: 20px;
}
.common_sec .header_wrapper:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 244px;
  height: 129px;
  z-index: 5;
  background: url(/images/common/sec_header_before.webp) left bottom/contain no-repeat;
}
.common_sec .header_wrapper:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -20px;
  width: 244px;
  height: 129px;
  z-index: 5;
  background: url(/images/common/sec_header_after.webp) right top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .common_sec .header_wrapper:before {
    content: "";
    position: absolute;
    left: -2vw;
    top: -2vw;
    width: 54vw;
    height: 22vw;
    z-index: 5;
    background: url(/images/common/sec_header_before.webp) left bottom/contain no-repeat;
  }
  .common_sec .header_wrapper:after {
    content: "";
    position: absolute;
    right: -2vw;
    top: 5vw;
    width: 54vw;
    height: 22vw;
    z-index: 5;
    background: url(/images/common/sec_header_after.webp) right top/contain no-repeat;
  }
}
.common_sec .sec_title {
  position: relative;
  z-index: 2;
  font-family: "noto sans jp", sans-serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #4A924F;
}
.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: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 5vw;
    min-height: 14vw;
  }
  .common_sec .sec_header:before {
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/images/common/sec_header_before@2x.webp) left top/contain no-repeat;
  }
  .common_sec .sec_header:after {
    width: 100%;
    height: 100%;
    top: initial;
    bottom: 0;
    background: url(/images/common/sec_header_after@2x.webp) right bottom/contain no-repeat;
  }
  .common_sec .sec_title {
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 10;
  }
  .common_sec .header_text {
    font-size: 4.4vw;
  }
  .common_sec .sec_body {
    padding: 0;
  }
}

.breadcrumb {
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 25px 0 0 25px;
  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: #fff;
  letter-spacing: 0.1em;
}
.breadcrumb .item a {
  color: #fff;
  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;
  }
}

.nav {
  position: absolute;
  z-index: 2;
  top: 520px;
  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: #4D4D4D;
}
.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;
  }
}

.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: 15px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: #4d4d4d;
}
.common_nav .item .sub {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #f5f1ed;
  color: #4a924f;
}
.common_nav .nitem a {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: #4d4d4d;
}
.common_nav .nitem .sub {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #4a924f;
}
.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: #4a924f;
  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: 10px;
  }
  .common_nav .nitem a {
    font-size: 15px;
  }
  .common_nav .medical_item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .common_nav {
    display: none;
  }
}

.lead_sec {
  box-sizing: border-box;
  width: 1280px;
  max-width: 100%;
  padding: 30px 20px;
  margin: 125px auto 100px;
}
.lead_sec .sec_title {
  position: relative;
  z-index: 5;
  margin: 60px 50px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #4A924F;
  text-align: center;
}
.lead_sec .sec_text {
  position: relative;
  z-index: 5;
  width: 706px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
  color: #333631;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 5.5vw 5.5vw 0;
    margin-bottom: 13.8vw;
    margin-top: 10.8vw;
  }
  .lead_sec .sec_title {
    font-size: 5.3vw;
    margin: 5.5vw 0 16vw 0;
    margin-bottom: 13.8vw;
  }
  .lead_sec .sec_text {
    font-size: 4vw;
    margin: 0 auto 13.8vw;
  }
}

/* トップに戻るボタン
----------------------------------------------------------- */
.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: 767px) {
  .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;
}

/* ヘッダー・フッター・スマホ固定ボタン
----------------------------------------------------------- */
.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header .header_left {
  padding: 10px 0 0 20px;
}
.header .header_left .title_box {
  display: flex;
  align-items: center;
}
.header .header_left .title_box .clinic_icon {
  width: 62px;
  margin-right: 15px;
}
.header .header_left .title_box .clinic_icon img {
  width: 100%;
}
.header .header_left .title_box .clinic_box .page_title {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
.header .header_left .title_box .clinic_box .clinic_name {
  width: 354px;
}
.header .header_left .title_box .clinic_box .clinic_name img {
  width: 100%;
}
.header .header_right {
  padding-right: 100px;
  position: relative;
  z-index: 5;
  display: flex;
}
.header .header_right .menu_box {
  display: flex;
}
.header .header_right .menu_box .tel_btn {
  box-sizing: border-box;
  margin: 10px 0 0 0;
  width: 278px;
}
.header .header_right .menu_box .tel_btn a {
  width: 100%;
  height: 100%;
}
.header .header_right .menu_box .tel_btn .text01 {
  font-size: 17px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  margin-bottom: 1px;
}
.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;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  position: relative;
}
.header .header_right .menu_box .tel_btn .tel_num::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/common/phon_icon.webp) center/contain no-repeat;
  left: 0;
  width: 22px;
  height: 27px;
}
.header .header_right .menu_box .tel_btn .tel_num::before img {
  width: 100%;
}
.header .header_right .menu_box .tel_btn .pre_opan {
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  margin-bottom: 1px;
}
.header .header_right .menu_box .reserve_btn {
  margin: 10px 10px 0 0;
  width: 246px;
}
.header .header_right .menu_box .reserve_btn img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1071px) and (min-width: 768px) {
  .header .header_right .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 821px) and (min-width: 768px) {
  .header .header_right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: block;
    width: 100%;
    min-width: initial;
    padding: 0;
    height: 80px;
    box-sizing: border-box;
  }
  .header .header_left {
    padding: 10px 0 0 10px;
  }
  .header .header_left .title_box {
    display: flex;
    align-items: center;
  }
  .header .header_left .title_box .clinic_icon {
    width: 12.5vw;
    margin-right: 3.75vw;
  }
  .header .header_left .title_box .clinic_icon img {
    width: 100%;
  }
  .header .header_left .title_box .clinic_box .page_title {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .header .header_left .title_box .clinic_box .clinic_name {
    width: 48.25vw;
  }
  .header .header_left .title_box .clinic_box .clinic_name img {
    width: 100%;
  }
  .header .header_right {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 1001;
  top: 10px;
  right: 10px;
  width: 90px;
  height: 76px;
  background: #4a924f;
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #4a924f;
  font-size: 13px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  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: 25px;
}
.ham .menu_border:nth-of-type(2) {
  top: 40px;
}
.ham .menu_border:nth-of-type(3) {
  top: 55px;
}
.ham a.active span:nth-of-type(1) {
  top: 40px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 40px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .ham {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    text-align: center;
  }
  .ham .menu_text {
    position: absolute;
    top: 2.5vw;
    width: 100%;
    color: #fff;
    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: 25px;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 40px;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 55px;
  }
  .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);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -93px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .header_left {
  padding: 10px 0 0 20px;
}
.copy_header .header_left .title_box {
  display: flex;
  align-items: center;
}
.copy_header .header_left .title_box .clinic_icon {
  width: 62px;
  margin-right: 15px;
}
.copy_header .header_left .title_box .clinic_icon img {
  width: 100%;
}
.copy_header .header_left .title_box .clinic_box .page_title {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #534741;
}
.copy_header .header_left .title_box .clinic_box .clinic_name {
  width: 354px;
}
.copy_header .header_left .title_box .clinic_box .clinic_name img {
  width: 100%;
}
.copy_header .header_right {
  padding-right: 100px;
  position: relative;
  z-index: 5;
  display: flex;
}
.copy_header .header_right .menu_box {
  display: flex;
}
.copy_header .header_right .menu_box .tel_btn {
  box-sizing: border-box;
  margin: 10px 0 0 0;
  width: 278px;
}
.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: #534741;
  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;
  letter-spacing: 0.1em;
  text-align: center;
  color: #534741;
  position: relative;
}
.copy_header .header_right .menu_box .tel_btn .tel_num::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/common/phon_icon_green.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 .tel_btn .pre_opan {
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #534741;
  margin-bottom: 1px;
}
.copy_header .header_right .menu_box .reserve_btn {
  margin: 6px 10px 0 0;
  width: 246px;
}
.copy_header .header_right .menu_box .reserve_btn img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1071px) and (min-width: 768px) {
  .copy_header .header_right .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 819px) 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: 90px;
  height: 76px;
  background: #4a924f;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 10px;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #4a924f;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.copy_ham .menu_border:nth-of-type(1) {
  top: 25px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 40px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 55px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 40px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 40px;
  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: #4a924f;
  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;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .link_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 20px;
  background: url(/images/common/ham_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .link_text2 {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  width: 25%;
  padding-left: 1.5em;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 20px;
  background: url(/images/common/ham_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
}
.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: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 .item p {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 .item img {
  width: clamp(45px, 5.891vw, 75.4133px);
  height: clamp(45px, 5.891vw, 75.4133px);
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .ham_sitemap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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 2.7vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .link_text:before {
    display: none;
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .link_text2 {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
    text-align: center;
  }
  .ham_sitemap .link_text2:before {
    display: none;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #fff;
  }
  .ham_sitemap .clinic_logo {
    text-align: center;
    margin-bottom: 2.5vw;
  }
  .ham_sitemap .clinic_name {
    text-align: center;
    margin-bottom: 13.8vw;
  }
  .ham_sitemap .sitemap01 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
  }
  .ham_sitemap .sitemap01 .item {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap01 .item:before {
    display: none;
  }
  .ham_sitemap .sitemap01 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .sitemap02 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap02 .list {
    display: flex;
    flex-wrap: wrap;
    margin: 8vw 0;
  }
  .ham_sitemap .sitemap02 .item {
    position: relative;
    width: 50%;
    margin-bottom: 5.5vw;
    box-sizing: border-box;
    text-align: center;
  }
  .ham_sitemap .sitemap02 .item a {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 4vw;
  }
  .ham_sitemap .sitemap02 .item p {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 4vw;
  }
  .ham_sitemap .sitemap02 .item img {
    width: 15.4vw;
    height: 15.4vw;
    padding-right: 0;
    padding-bottom: 2.7vw;
  }
  .ham_sitemap .nav_contact {
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .ham_sitemap .nav_contact .text01 {
    margin-bottom: 5.5vw;
    font-size: 5.8vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .ham_sitemap .nav_contact .text02 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
  }
  .ham_sitemap .nav_contact .reserve_btn {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .ham_sitemap .nav_contact .reserve_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .tel_btn {
    width: 100%;
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .ham_sitemap .nav_contact .tel_btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 0;
    box-sizing: border-box;
    background: #ffffff;
    color: #474747;
  }
  .ham_sitemap .nav_contact .tel_btn a:hover {
    opacity: 1;
    transition: none;
  }
  .ham_sitemap .nav_contact .tel_btn .btn_inner {
    position: relative;
    width: 187px;
    margin: 0 auto;
  }
  .ham_sitemap .nav_contact .tel_btn .text01 {
    position: relative;
    z-index: 3;
    padding-top: 5px;
    padding-right: 5em;
    margin: 0 0 5px;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #474747;
  }
  .ham_sitemap .nav_contact .tel_btn .tel_num {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: -10px auto 0;
    padding-left: 15px;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #474747;
  }
  .ham_sitemap .nav_contact .tel_btn .tel_num:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -10px;
    background: url(/images/common/phon_icon_green.webp) center/contain no-repeat;
    width: 20px;
    height: 25px;
  }
  .ham_sitemap .nav_contact .timetable {
    width: 100%;
  }
  .ham_sitemap .nav_contact .timetable img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}
.footer .flex_box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .upper_box {
  width: 1080px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .upper_box .f_header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 65px;
}
.footer .upper_box .f_header .text {
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 15px;
}
.footer .upper_box .f_header .clinic_name {
  width: 556px;
  text-align: center;
  margin: 0 auto 25px;
}
.footer .upper_box .f_header .clinic_name img {
  width: 100%;
}
.footer .upper_box .f_header .address_text {
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d4d4d;
}
.footer .upper_box .link_box {
  box-sizing: border-box;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 50px 60px;
  justify-content: center;
  align-items: center;
}
.footer .upper_box .link_box .left {
  box-sizing: border-box;
  width: 30%;
  min-width: 30%;
  max-width: 296px;
  margin-right: 70px;
}
.footer .upper_box .link_box .left .tel_btn {
  box-sizing: border-box;
  margin: 0 0 20px;
  width: 100%;
}
.footer .upper_box .link_box .left .tel_btn a {
  width: 100%;
  height: 100%;
}
.footer .upper_box .link_box .left .tel_btn .text01 {
  font-size: clamp(10px, 1.328vw, 17px);
  letter-spacing: 0.01em;
  text-align: center;
  text-wrap: nowrap;
  color: #534741;
  margin-bottom: 1px;
}
.footer .upper_box .link_box .left .tel_btn .tel_num {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -3px;
  padding-left: 0.8em;
  font-size: clamp(19px, 2.5vw, 32px);
  letter-spacing: 0.1em;
  text-align: center;
  text-wrap: nowrap;
  color: #534741;
  position: relative;
}
.footer .upper_box .link_box .left .tel_btn .tel_num::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/common/phon_icon_green.webp) center/contain no-repeat;
  left: 0;
  width: clamp(13px, 1.718vw, 22px);
  height: clamp(16px, 2.109vw, 27px);
}
.footer .upper_box .link_box .left .tel_btn .tel_num::before img {
  width: 100%;
}
.footer .upper_box .link_box .left .reserve_btn {
  width: 100%;
  max-width: 296px;
}
.footer .upper_box .link_box .left .reserve_btn img {
  width: 100%;
}
.footer .upper_box .link_box .timetable {
  box-sizing: border-box;
  max-width: 710px;
}
.footer .upper_box .link_box .timetable img {
  width: 100%;
  height: 100%;
}
.footer .lower_box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.footer .lower_box .left {
  box-sizing: border-box;
  width: 57%;
  height: 570px;
}
.footer .lower_box .left iframe {
  width: 100%;
  height: 100%;
}
.footer .lower_box .right {
  box-sizing: border-box;
  width: 43%;
  height: 570px;
  background-color: #4a924f;
}
.footer .lower_box .right .clinic_info {
  max-width: 550px;
  margin-right: auto;
  box-sizing: border-box;
  padding-top: 40px;
}
.footer .lower_box .right .clinic_info .text01 {
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.footer .lower_box .right .clinic_info .clinic {
  width: clamp(227px, 29.597vw, 378.848px);
  text-align: center;
  margin: 0 auto 30px;
}
.footer .lower_box .right .clinic_info .clinic img {
  width: 100%;
}
.footer .lower_box .right .clinic_info .address_text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #fff;
}
.footer .lower_box .right .access {
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  padding: 0 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.footer .lower_box .right .access .dbox {
  width: 100%;
  max-width: 100%;
}
.footer .lower_box .right .access .dline {
  width: 100%;
  height: 86px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.footer .lower_box .right .access .term {
  width: 20%;
  height: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .lower_box .right .access .data {
  width: 60%;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .lower_box .right .access .by_text {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #fff;
}
.footer .lower_box .right .access .dbox:nth-of-type(2) {
  margin-bottom: 20px;
}
.footer .lower_box .right .access .dbox:nth-of-type(2) .term {
  padding: 10px 10px;
  align-items: flex-start;
}
.footer .lower_box .right .btn {
  max-width: 550px;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  padding-right: 80px;
}
.footer .lower_box .right .link {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2em;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #ecd173;
  position: relative;
}
.footer .lower_box .right .link::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  background: url(/images/common/yellow_arrow.webp) center/contain no-repeat;
  width: 22px;
  height: 22px;
}
.footer .footer_sitemap {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 40px 0;
  background: #f6f4ee;
}
.footer .footer_sitemap .link_text {
  margin-bottom: 30px;
  font-size: clamp(16px, 1.406vw, 18px);
  letter-spacing: 0.08em;
  color: #333631;
}
.footer .footer_sitemap .link_text a {
  padding-left: 1.4em;
  font-size: clamp(16px, 1.406vw, 18px);
  letter-spacing: 0.08em;
  color: #333631;
  position: relative;
}
.footer .footer_sitemap .link_text a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  background: url(/images/common/green_triangle.webp) center/contain no-repeat;
  width: 14px;
  height: 16px;
}
.footer .footer_sitemap .inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: initial;
}
.footer .footer_sitemap .site_box {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: initial;
  display: grid;
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-template-columns: 1fr 2fr 1fr;
}
.footer .footer_sitemap .cont01 {
  display: flex;
  flex-direction: column;
}
.footer .footer_sitemap .cont02 .medical_grid {
  width: 100%;
  display: grid;
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.footer .footer_sitemap .copy {
  background-color: #f6f4ee;
  padding: 20px 0;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: right;
  color: #499250;
}
@media screen and (max-width: 767px) {
  .footer {
    min-width: initial;
  }
  .footer .flex_box {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .upper_box {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 10vw;
    box-sizing: border-box;
  }
  .footer .upper_box .f_header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 11.25vw;
  }
  .footer .upper_box .f_header .text {
    font-size: 4vw;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 6.25vw;
  }
  .footer .upper_box .f_header .clinic_name {
    width: 90vw;
    text-align: center;
    margin: 0 auto 5vw;
  }
  .footer .upper_box .f_header .address_text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 4vw;
    letter-spacing: 0.1em;
    text-align: left;
    color: #4d4d4d;
  }
  .footer .upper_box .link_box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 4.2vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .upper_box .link_box .left {
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: initial;
  }
  .footer .upper_box .link_box .left .tel_btn {
    box-sizing: border-box;
    margin: 0 0 20px;
    width: 100%;
  }
  .footer .upper_box .link_box .left .tel_btn a {
    width: 100%;
    height: 100%;
  }
  .footer .upper_box .link_box .left .tel_btn .text01 {
    font-size: 4vw;
    letter-spacing: 0.01em;
    text-align: center;
    text-wrap: nowrap;
    color: #534741;
    margin-bottom: 1px;
  }
  .footer .upper_box .link_box .left .tel_btn .tel_num {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: -3px;
    padding-left: 0.8em;
    font-size: 9.63vw;
    letter-spacing: 0.1em;
    text-align: center;
    text-wrap: nowrap;
    color: #534741;
    position: relative;
  }
  .footer .upper_box .link_box .left .tel_btn .tel_num::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/common/phon_icon_green.webp) center/contain no-repeat;
    left: 0;
    width: 5vw;
    height: 5.75vw;
  }
  .footer .upper_box .link_box .left .tel_btn .tel_num::before img {
    width: 100%;
  }
  .footer .upper_box .link_box .left .reserve_btn {
    width: 100%;
    max-width: 90vw;
    margin-bottom: 6vw;
  }
  .footer .upper_box .link_box .left .reserve_btn img {
    width: 100%;
  }
  .footer .upper_box .link_box .timetable {
    box-sizing: border-box;
    max-width: 90vw;
  }
  .footer .upper_box .link_box .timetable img {
    width: 100%;
    height: 100%;
  }
  .footer .lower_box {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
  }
  .footer .lower_box .left {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 79vw;
  }
  .footer .lower_box .left iframe {
    width: 100%;
    height: 100%;
  }
  .footer .lower_box .right {
    box-sizing: border-box;
    width: 100%;
    height: 142vw;
    background-color: #4a924f;
  }
  .footer .lower_box .right .clinic_info {
    box-sizing: border-box;
    padding-top: 8.75vw;
    margin-bottom: 4.2vw;
  }
  .footer .lower_box .right .clinic_info .text01 {
    font-size: 4vw;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 4vw;
  }
  .footer .lower_box .right .clinic_info .clinic {
    width: 84vw;
    text-align: center;
    margin: 0 auto 7.5vw;
  }
  .footer .lower_box .right .clinic_info .clinic img {
    width: 100%;
  }
  .footer .lower_box .right .clinic_info .address_text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 3.75vw;
    letter-spacing: 0.2em;
  }
  .footer .lower_box .right .access {
    width: 100%;
    padding: 0 3.5vw;
    margin-bottom: 7.5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }
  .footer .lower_box .right .access .dbox {
    width: 100%;
    max-width: 100%;
  }
  .footer .lower_box .right .access .dline {
    width: 100%;
    height: 21.5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .footer .lower_box .right .access .term {
    width: 20%;
    height: 100%;
    padding: 0px 2.5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .lower_box .right .access .data {
    width: 80%;
    padding-left: 2.5vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .lower_box .right .access .by_text {
    padding: 2.5vw 0 2.5vw 0;
    font-size: 4vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #fff;
  }
  .footer .lower_box .right .access .dbox:nth-of-type(2) {
    margin-bottom: 5vw;
  }
  .footer .lower_box .right .access .dbox:nth-of-type(2) .term {
    padding: 2.5vw 2.5vw;
    align-items: flex-start;
  }
  .footer .lower_box .right .btn {
    display: flex;
    justify-content: flex-end;
    padding-right: 20vw;
  }
  .footer .lower_box .right .link {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 2em;
    font-size: 4vw;
    letter-spacing: 0.2em;
    color: #fff;
    padding-bottom: 1.25vw;
    border-bottom: 0.25vw solid #ecd173;
    position: relative;
  }
  .footer .lower_box .right .link::before {
    content: "";
    position: absolute;
    top: 0.5vw;
    right: 0;
    background: url(/images/common/yellow_arrow.webp) center/contain no-repeat;
    width: 5.5vw;
    height: 5.5vw;
  }
  .footer .footer_sitemap {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15vw 5.5vw 0;
    background: #f6f4ee;
  }
  .footer .footer_sitemap .link_text {
    margin-bottom: 30px;
    font-size: 4vw;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #333631;
  }
  .footer .footer_sitemap .link_text a {
    padding-left: 1.8em;
    font-size: 4vw;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #333631;
    position: relative;
  }
  .footer .footer_sitemap .link_text a::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    background: url(/images/common/green_triangle.webp) center/contain no-repeat;
    width: 3.32vw;
    height: 3.83vw;
  }
  .footer .footer_sitemap .inner {
    width: 100%;
    padding: initial;
  }
  .footer .footer_sitemap .site_box {
    width: 100%;
    padding: initial;
    display: grid;
    -moz-column-gap: 3.75vw;
         column-gap: 3.75vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .footer_sitemap .cont01 {
    display: flex;
    flex-direction: column;
    margin-bottom: 6vw;
  }
  .footer .footer_sitemap .cont02 {
    margin-bottom: 6vw;
  }
  .footer .footer_sitemap .cont02 .medical_grid {
    width: 100%;
    display: grid;
    -moz-column-gap: 3.75vw;
         column-gap: 3.75vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer_sitemap .copy {
    background-color: #f6f4ee;
    padding: 5vw 0;
    font-size: 3.25vw;
    letter-spacing: 0.03em;
    text-align: right;
    color: #499250;
  }
}

@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 20vw;
    display: flex;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp_fixed .fix_tel {
    width: 50%;
    margin: 0;
  }
  .sp_fixed .fix_tel a {
    width: 100%;
    height: 100%;
  }
  .sp_fixed .fix_tel .text01 {
    font-size: 2.75vw;
    letter-spacing: 0.01em;
    text-align: center;
    color: #534741;
    margin-bottom: 1.25vw;
  }
  .sp_fixed .fix_tel .tel_num {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    padding-left: 1.2em;
    font-size: 5.25vw;
    letter-spacing: 0.1em;
    text-align: center;
    text-wrap: nowrap;
    color: #534741;
    position: relative;
  }
  .sp_fixed .fix_tel .tel_num::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/common/phon_icon_green.webp) center/contain no-repeat;
    left: 0.5em;
    width: 2.87vw;
    height: 3.26vw;
  }
  .sp_fixed .fix_tel .tel_num::before img {
    width: 100%;
  }
  .sp_fixed .fix_reserve {
    width: 50%;
  }
  .sp_fixed .fix_reserve img {
    width: 100%;
  }
}/*# sourceMappingURL=common01.css.map */