@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%;
  line-height: 1.7;
  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;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    min-width: 100%;
  }
}

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: 1280px;
  min-width: 100%;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #4d4d4d;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

.no-scroll {
  overflow: hidden;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5vw;
  }
}

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

.imagebox {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .imagebox {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.textbox {
  box-sizing: border-box;
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .textbox {
    width: 100%;
    font-size: 4vw;
  }
}

.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;
  color: #3B639A;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
  position: relative;
}
.about_btn:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/images/common/blue_icon.webp) center/contain no-repeat;
}
.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: 768px) {
  .about_btn {
    padding: 4vw 12vw 4vw 4vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    font-size: 4vw;
  }
  .about_btn::before {
    width: 7vw;
    height: 7vw;
  }
}
.pointbox {
  display: flex;
  margin-bottom: 105px;
  justify-content: center;
}
.pointbox .textbox {
  width: 48%;
  display: block;
  box-sizing: border-box;
  margin-right: 40px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.pointbox .imagebox {
  width: 45%;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}

.point_header {
  display: flex;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  align-items: center;
  margin-bottom: 30px;
}
.point_header .num {
  font-size: 48px;
  position: relative;
  color: #153169;
}
.point_header .point_title {
  font-size: 24px;
  padding-left: 15px;
}

.reverse {
  flex-direction: row-reverse;
}
.reverse .textbox {
  margin-right: initial;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .pointbox {
    display: block;
    margin-bottom: 10vw;
  }
  .pointbox .textbox {
    width: 100%;
    margin-right: initial;
    font-size: 4vw;
  }
  .pointbox .textbox .point_text {
    font-size: 4vw;
  }
  .pointbox .imagebox {
    width: 100%;
    margin-bottom: 5vw;
  }
  .point_header {
    margin-bottom: 5vw;
  }
  .point_header .num {
    font-size: 7.5vw;
    position: relative;
    width: 12%;
  }
  .point_header .point_title {
    font-size: 4.8vw;
    padding-left: 5vw;
  }
  .reverse .textbox {
    margin-right: initial;
    margin-left: initial;
  }
}
.flowbox .flexbox {
  align-items: flex-start;
}
.flowbox .flexbox .textbox {
  width: 70%;
  display: block;
  box-sizing: border-box;
  margin-right: 40px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.flowbox .flexbox .textbox .box_title {
  display: flex;
  margin-bottom: 15px;
}
.flowbox .flexbox .textbox .flow_title {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  position: relative;
  padding-left: 1em;
  display: flex;
  align-items: center;
}
.flowbox .flexbox .imagebox {
  width: 27.2%;
  min-width: 27.2%;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.flowbox .flexbox:not(:last-of-type) {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .flowbox .flexbox {
    align-items: center;
    flex-direction: column;
  }
  .flowbox .flexbox .textbox {
    width: 100%;
    display: block;
    margin-right: initial;
  }
  .flowbox .flexbox .textbox .box_title {
    display: flex;
    margin-bottom: 3vw;
  }
  .flowbox .flexbox .textbox .box_title img {
    width: 25%;
    min-width: 25%;
  }
  .flowbox .flexbox .textbox .flow_title {
    font-size: 4.8vw;
    display: flex;
  }
  .flowbox .flexbox .imagebox {
    width: 100%;
    min-width: initial;
  }
  .flowbox .flexbox:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

.pricebox:not(:last-of-type) {
  margin-bottom: 10px;
}

.right_price {
  text-align: right;
  margin-bottom: 25px;
}

.pricelist {
  margin-bottom: 50px;
}

.pricebox {
  display: flex;
  width: 700px;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.pricebox .price_menu {
  width: 50%;
  padding: 30px 10px;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  background-color: #3B639A;
  border: 0.5px solid #3B639A;
  box-sizing: border-box;
}
.pricebox .price {
  width: 50%;
  padding: 30px 20px;
  font-size: 16px;
  letter-spacing: 0.2em;
  background-color: #fff;
  text-align: center;
  border: 0.5px solid #3B639A;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .pricebox {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .pricebox .price_menu {
    width: 100%;
    padding: 5vw;
    font-size: 4vw;
  }
  .pricebox .price {
    width: 100%;
    padding: 5vw;
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .pricebox:not(:last-of-type) {
    margin-bottom: 3vw;
  }
  .right_price {
    text-align: right;
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .pricelist {
    margin-bottom: 10vw;
  }
}
.dxbox {
  margin-bottom: 55px;
}
.dxbox .dx_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  position: relative;
  padding-left: 2em;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 25px;
}
.dxbox .dx_title::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 30px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/t_icon.webp) center/contain no-repeat;
}
.dxbox .dx_text {
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .dxbox {
    margin-bottom: 10vw;
  }
  .dxbox .dx_title {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .dxbox .dx_title::before {
    width: 6vw;
    height: 7vw;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/t_icon.webp) center/contain no-repeat;
  }
  .dxbox .dx_text {
    font-size: 4vw;
  }
}

.checkbox {
  border: 1px solid #A67E34;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding: 44px 0;
  width: 1030px;
  margin: 0 auto;
  margin-bottom: 65px;
}
.checkbox .check_title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-right: 130px;
  position: relative;
}
.checkbox .check_title::before {
  content: "";
  position: absolute;
  width: 286px;
  height: 135px;
  right: 50%;
  transform: translateX(50%);
  top: -10px;
  background: url(/images/common/check!.webp) center/contain no-repeat;
}
.checkbox .check {
  position: relative;
  padding-left: 3em;
}
.checkbox .check::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/red_check.webp) center/contain no-repeat;
}
.checkbox .check:not(:last-of-type) {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .checkbox {
    display: block;
    padding: 5vw;
    width: 80%;
    margin-bottom: 10vw;
  }
  .checkbox .check_title {
    font-size: 4.8vw;
    margin-right: initial;
    margin-bottom: 10vw;
  }
  .checkbox .check_title::before {
    content: "";
    position: absolute;
    width: 58vw;
    height: 28vw;
    top: 0vw;
  }
  .checkbox .check {
    font-size: 4vw;
  }
  .checkbox .check::before {
    width: 8vw;
    height: 6vw;
  }
  .checkbox .check:not(:last-of-type) {
    margin-bottom: 5vw;
  }
}

.bluecheckbox {
  background-color: rgba(59, 99, 154, 0.1);
  padding: 35px 0 35px 155px;
}
.bluecheckbox .item {
  font-size: 19px;
  color: #3B639A;
  margin-bottom: 10px;
  position: relative;
  padding-left: 3em;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.bluecheckbox .item .small {
  font-size: 15px;
  color: #4D4D4D;
}
.bluecheckbox .item::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/blue_check.webp) center/contain no-repeat;
}
.bluecheckbox .item.item:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .bluecheckbox {
    padding: 5vw;
  }
  .bluecheckbox .item {
    font-size: 4.5vw;
    margin-bottom: 5vw;
    position: relative;
  }
  .bluecheckbox .item .small {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .bluecheckbox .item::before {
    width: 8vw;
    height: 7vw;
    left: 0;
    bottom: 0;
    top: -3vw;
    transform: translateY(50%);
  }
  .bluecheckbox .item.item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
}

.goldcheckbox {
  background-color: rgba(242, 242, 242, 0.6);
  padding: 45px 140px 40px;
}
.goldcheckbox .check_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.goldcheckbox .check_title::before {
  content: "Check!";
  position: absolute;
  font-size: 72px;
  color: #A67E34;
  opacity: 30%;
  z-index: 2;
  bottom: 25px;
  right: 50%;
  transform: translateX(50%);
  letter-spacing: 0.1em;
}
.goldcheckbox .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.goldcheckbox .goldcheck {
  display: flex;
  align-items: center;
}
.goldcheckbox .goldcheck img {
  width: 32px;
  height: 25px;
}
.goldcheckbox .check_text {
  margin-left: 1em;
  font-size: 21px;
}
.goldcheckbox .item {
  letter-spacing: 0.1em;
  line-height: 1.7;
  width: 50%;
  margin-bottom: 35px;
}
.goldcheckbox .bottom_text {
  font-size: 21px;
  color: #A67E34;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .goldcheckbox {
    padding: 10vw 3vw;
  }
  .goldcheckbox .check_title {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .goldcheckbox .check_title::before {
    content: "Check!";
    position: absolute;
    font-size: 10vw;
    bottom: 9vw;
    right: 50%;
  }
  .goldcheckbox .list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .goldcheckbox .goldcheck {
    display: flex;
  }
  .goldcheckbox .goldcheck img {
    min-width: initial;
    width: 10%;
    height: auto;
  }
  .goldcheckbox .check_text {
    margin-left: 1em;
    font-size: 4vw;
    width: 100%;
  }
  .goldcheckbox .item {
    width: 100%;
    margin-bottom: 0;
  }
  .goldcheckbox .item.item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  .goldcheckbox .bottom_text {
    font-size: 4vw;
    text-align: center;
    margin-top: 10vw;
  }
}

.colorbox {
  position: relative;
  background-color: rgba(166, 126, 52, 0.07);
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding: 50px 0;
  width: 1030px;
  margin: 0 auto;
}
.colorbox .box_title {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
}

.colorbox::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 679px;
  height: 152px;
  background: url(/images/common/colorbox_bg.webp) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .colorbox {
    padding: 5vw;
    width: 80%;
  }
  .colorbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .colorbox::before {
    bottom: 0;
    right: 0;
    width: 80%;
    height: 16vw;
  }
}
.gridbox_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 75px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.gridbox_menu .box_title {
  font-size: 21px;
  text-align: center;
  color: #153169;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.gridbox_menu .imagebox {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .gridbox_menu {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10vw;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .gridbox_menu .box_title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .gridbox_menu .imagebox {
    margin-bottom: 3vw;
  }
}

.compare_box {
  justify-content: center;
  display: flex;
}
.compare_box .meritbox {
  width: 45.3%;
  height: 253px;
  border: 1px solid #E7AAB0;
  padding: 10px;
  margin-right: 40px;
}
.compare_box .merit_title {
  font-size: 24px;
  text-align: center;
  background-color: #E7AAB0;
  color: #fff;
  padding: 10px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.compare_box .merit_list {
  padding: 20px 0 40px 60px;
}
.compare_box .merit_item {
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.compare_box .merit_item::before {
  content: "〇";
  position: absolute;
  left: -30px;
  bottom: 50%;
  transform: translateY(50%);
  color: #F3B2B8;
  font-size: 16px;
}
.compare_box .merit_item:not(:last-of-type) {
  margin-bottom: 10px;
}
.compare_box .demeritbox {
  width: 45.3%;
  height: 253px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.compare_box .demerit_title {
  font-size: 24px;
  text-align: center;
  background-color: #CCCCCC;
  color: #fff;
  padding: 10px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.compare_box .demerit_list {
  padding: 20px 0 40px 60px;
}
.compare_box .demerit_item {
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.compare_box .demerit_item::before {
  content: "×";
  position: absolute;
  left: -30px;
  bottom: 50%;
  transform: translateY(50%);
  color: #666666;
  font-size: 16px;
}
.compare_box .demerit_item:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .compare_box {
    flex-wrap: wrap;
  }
  .compare_box .meritbox {
    width: 100%;
    height: auto;
    padding: 1vw;
    margin-right: initial;
    margin-bottom: 5vw;
  }
  .compare_box .merit_title {
    font-size: 4.8vw;
    padding: 3vw;
  }
  .compare_box .merit_list {
    padding: 3vw 5vw 5vw 10vw;
  }
  .compare_box .merit_item {
    position: relative;
    font-size: 4vw;
    font-feature-settings: "palt";
  }
  .compare_box .merit_item::before {
    content: "〇";
    position: absolute;
    left: -6vw;
    font-size: 4vw;
  }
  .compare_box .merit_item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  .compare_box .demeritbox {
    width: 100%;
    height: auto;
    padding: 1vw;
  }
  .compare_box .demerit_title {
    font-size: 4.8vw;
    padding: 3vw;
  }
  .compare_box .demerit_list {
    padding: 3vw 5vw 5vw 10vw;
  }
  .compare_box .demerit_item {
    position: relative;
    font-size: 4vw;
  }
  .compare_box .demerit_item::before {
    content: "×";
    position: absolute;
    left: -6vw;
    font-size: 4vw;
  }
  .compare_box .demerit_item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
}

/* セクション、見出し
----------------------------------------------------------- */
.common_sec {
  width: 1280px;
  min-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: rgba(85, 168, 171, 0.1);
}
.common_sec .header_wrapper:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 275px;
  height: 77px;
  z-index: 5;
  background: url(/images/common/h2_left.webp) left bottom/contain no-repeat;
}
.common_sec .header_wrapper:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 275px;
  height: 71px;
  z-index: 5;
  background: url(/images/common/h2_right.webp) right top/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .common_sec .header_wrapper:before {
    content: "";
    position: absolute;
    left: -2vw;
    top: -2vw;
    width: 52vw;
    height: 15vw;
    z-index: 5;
    background: url(/images/common/h2_left.webp) left bottom/contain no-repeat;
  }
  .common_sec .header_wrapper:after {
    content: "";
    position: absolute;
    right: -2vw;
    top: 15vw;
    width: 52vw;
    height: 15vw;
    z-index: 5;
    background: url(/images/common/h2_right.webp) right top/contain no-repeat;
  }
}
.common_sec .sec_title {
  position: relative;
  z-index: 2;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.15em;
}
.common_sec .header_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.common_sec .sec_body {
  padding: 0px;
  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: 768px) {
  .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: 16vw;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    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;
  }
}

.br_inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 160px;
}

.breadcrumb {
  position: absolute;
  left: 0;
  bottom: 0px;
  color: #fff;
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 75px 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 {
  letter-spacing: 0.1em;
  font-size: 15px;
}
.breadcrumb .item a {
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    color: #666666;
  }
  .breadcrumb .item {
    font-size: 3.4vw;
  }
  .breadcrumb .item a {
    font-size: 3.4vw;
    color: #666666;
  }
  .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;
  }
}

@media screen and (max-width: 768px) {
  .br_inner {
    width: 100%;
    height: 18vw;
  }
}
.nav {
  position: static;
  z-index: 2;
  top: 450px;
  left: 0;
  width: 1280px;
  margin: auto;
  max-width: 100%;
  padding: 25px 0;
}
.nav .list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.nav .list .item a {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #4D4D4D;
}
.nav .item:not(:last-of-type) {
  margin-right: 0;
}
@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: 768px) {
  .nav {
    display: none;
  }
}

.lead_sec {
  box-sizing: border-box;
  width: 1280px;
  min-width: 100%;
  padding: 30px 20px;
  margin: 70px 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;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.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: 768px) {
  .lead_sec {
    padding: 5.5vw 0;
    margin-bottom: 13.8vw;
    margin-top: 10.8vw;
    width: initial;
  }
  .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: 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: 768px) {
  #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_logo {
  margin-right: 1em;
  width: 19%;
}
.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 {
  width: 360px;
}
.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 {
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #fff;
}
.header .header_right {
  padding-right: 70px;
  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;
  height: 58px;
}
.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;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-shadow: 0 0 2px #000000;
  margin-bottom: 1px;
}
.header .header_right .menu_box .tel_btn .tel_num {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -10px;
  padding-left: 0.8em;
  font-size: 32px;
  text-shadow: 0 0 2px #000000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  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/gold_phone.webp) center/contain no-repeat;
  left: 0;
  width: 25px;
  height: 31px;
}
.header .header_right .menu_box .tel_btn .tel_num::before img {
  width: 100%;
}
.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: 768px) {
  .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 .page_title {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    margin-bottom: 2vw;
    color: #fff;
  }
  .header .header_left .title_box {
    display: flex;
    align-items: center;
    width: initial;
  }
  .header .header_left .title_box .clinic_logo {
    margin-right: 1em;
    width: 15%;
  }
  .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: 57.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: 61px;
  height: 58px;
  transition: all 0.4s;
  background-color: #55A8AB;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 0;
  font-weight: bold;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  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: 35px;
}
.ham .menu_border:nth-of-type(3) {
  top: 45px;
}
.ham a.active span:nth-of-type(1) {
  top: 35px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 35px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .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: 0.2vw;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 30px;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 45px;
  }
  .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);
  }
}

.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 .logo {
  margin-right: 1em;
}
.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: #3E3F40;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.copy_header .header_left .title_box .clinic_box .clinic_name {
  width: 354px;
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.copy_header .header_left .title_box .clinic_box .clinic_name img {
  width: 100%;
}
.copy_header .header_right {
  padding-right: 70px;
  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 20px 0 0;
  font-size: 17px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
}
.copy_header .header_right .menu_box .tel_btn .num {
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  position: relative;
}
.copy_header .header_right .menu_box .tel_btn .num::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  left: -25px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/gold_phone.webp) center/contain no-repeat;
}
.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 .reserve_btn {
  margin: 15px 10px 0 0;
  width: 244px;
  height: 58px;
}
.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: 768px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -93px;
  right: 10px;
  width: 61px;
  height: 58px;
  background: #4a924f;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 15px;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #55A8AB;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 5px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  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: 35px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 45px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 35px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 35px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .copy_ham {
    display: none;
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E6F2F2;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 100%;
  max-width: 100%;
  padding: 100px 0px 80px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}
.ham_sitemap .sitemap_inner02 {
  width: 1280px;
  max-width: 100%;
  padding: 0 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;
  width: 1280px;
  margin: 0 auto;
}
.ham_sitemap .sitemap01 .sitemap_flex {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding: 0 65px;
}
.ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox {
  width: 12%;
}
.ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox .menu_top {
  color: #3B639A;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox .menu_bottom {
  color: #3B639A;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
}
.ham_sitemap .sitemap01 .list_wrap {
  width: 89%;
}
.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;
  color: #153169;
  left: 0;
  top: 3px;
  font-size: 16px;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #474747;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap01 .small {
  width: 20%;
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
  padding: 0 45px;
}
.ham_sitemap .sitemap02 .link_text {
  text-align: center;
  padding: 50px 0 35px;
}
.ham_sitemap .sitemap02 .top_text {
  font-size: 25px;
  color: #3B639A;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.ham_sitemap .sitemap02 .bottom_text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #3B639A;
  text-align: center;
  display: inline-block;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: flex-start;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 260px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.ham_sitemap .sitemap02 .item a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
.ham_sitemap .sitemap02 .item p {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  width: 175px;
  text-align: center;
  justify-content: center;
}
.ham_sitemap .sitemap02 .item img {
  width: 54px;
  height: 60px;
  padding-right: 10px;
}
.ham_sitemap .sitemap02 .item_text {
  position: relative;
}
.ham_sitemap .sitemap02 .item_text::before {
  position: absolute;
  content: ">";
  font-size: 16px;
  color: #153169;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .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;
    background-color: #AAD2D2;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 100%;
    max-width: 100%;
    padding: 21.3vw 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap_inner {
    width: 100%;
    max-width: 100%;
    padding: 21.3vw 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap_inner02 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    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 .logo {
    text-align: center;
  }
  .ham_sitemap .logo img {
    min-width: initial;
    margin-bottom: 2.5vw;
    width: 20%;
    min-width: initial;
  }
  .ham_sitemap .clinic_name {
    text-align: center;
    font-size: 10vw;
    letter-spacing: 0.1em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    margin-bottom: 13.8vw;
  }
  .ham_sitemap .sitemap01 {
    width: 100%;
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap01 .sitemap_flex {
    display: block;
    padding: 0;
  }
  .ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox {
    width: 100%;
    background-color: #3B639A;
  }
  .ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox .menu_top {
    color: #fff;
    font-size: 6vw;
    position: relative;
    padding: 3vw 6vw;
    display: inline-block;
  }
  .ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox .menu_top::before {
    position: absolute;
    content: ">";
    font-size: 6vw;
    right: -10vw;
    bottom: 50%;
    transform: translateY(50%);
  }
  .ham_sitemap .sitemap01 .sitemap_flex .sitemap_menubox .menu_bottom {
    display: none;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
    padding: 0 10vw;
  }
  .ham_sitemap .sitemap01 .list_wrap {
    width: 100%;
  }
  .ham_sitemap .sitemap01 .item {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap01 .item:before {
    content: ">";
    position: absolute;
    left: 0;
    font-size: 4.4vw;
    bottom: 50%;
    transform: translateY(50%);
    color: #153169;
  }
  .ham_sitemap .sitemap01 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 10vw;
    border-bottom: 1px solid #474747;
    box-sizing: border-box;
    color: #474747;
    font-size: 4.4vw;
  }
  .ham_sitemap .sitemap02 {
    width: 100%;
    padding: 0;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 13.8vw;
  }
  .ham_sitemap .sitemap02 .m_sitemap {
    background-color: #3B639A;
    padding: 3vw 6vw;
    text-align: left;
  }
  .ham_sitemap .sitemap02 .m_sitemap .top_text {
    color: #fff;
    font-size: 6vw;
    position: relative;
    display: inline-block;
    position: relative;
  }
  .ham_sitemap .sitemap02 .m_sitemap .top_text::before {
    position: absolute;
    content: ">";
    font-size: 6vw;
    right: -10vw;
    bottom: 50%;
    transform: translateY(50%);
  }
  .ham_sitemap .sitemap02 .m_sitemap .bottom_text {
    display: none;
  }
  .ham_sitemap .sitemap02 .list {
    display: block;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 10vw;
  }
  .ham_sitemap .sitemap02 .item {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
    text-align: center;
    background-color: initial;
  }
  .ham_sitemap .sitemap02 .item::before {
    content: ">";
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    font-size: 4.4vw;
    color: #153169;
  }
  .ham_sitemap .sitemap02 .item a {
    display: flex;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 10vw;
    border-bottom: 1px solid #474747;
    box-sizing: border-box;
    color: #474747;
    font-size: 4.4vw;
  }
  .ham_sitemap .sitemap02 .item p {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    color: #474747;
    font-size: 4.4vw;
    width: 100%;
    text-align: left;
  }
  .ham_sitemap .sitemap02 .item img {
    display: none;
    width: initial;
    height: initial;
    padding-right: initial;
  }
  .ham_sitemap .item_text::before {
    display: none;
  }
  .ham_sitemap .nav_contact {
    margin-bottom: 5.5vw;
    text-align: center;
    background-color: #AAD2D2;
    padding: 10vw 5vw 0;
  }
  .ham_sitemap .nav_contact .tel_text {
    text-align: left;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
  }
  .ham_sitemap .nav_contact .tel_num {
    font-size: 10vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    position: relative;
    margin-bottom: 5vw;
    padding-left: 5vw;
  }
  .ham_sitemap .nav_contact .tel_num::before {
    position: absolute;
    content: "";
    width: 7vw;
    height: 8vw;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/gold_tel_sp.webp) center/contain no-repeat;
  }
  .ham_sitemap .nav_contact .text01 {
    margin-bottom: 5.5vw;
    font-size: 5.8vw;
    letter-spacing: 0.1em;
    color: #444444;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  }
  .ham_sitemap .nav_contact .text02 {
    width: -moz-fit-content;
    width: fit-content;
    margin: initial;
    margin-bottom: 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    text-align: left;
    color: #444444;
  }
  .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%;
    margin-bottom: 5vw;
  }
  .ham_sitemap .nav_contact .timetable img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .access_button {
    background-color: #A67E34;
    color: #fff;
    padding: 5vw 0;
    border-radius: 100vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    position: relative;
    font-size: 4vw;
  }
  .ham_sitemap .access_button::before {
    position: absolute;
    content: "";
    width: 7vw;
    height: 7vw;
    right: 10vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/access_btn.webp) center/contain no-repeat;
  }
}

.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 {
  font-size: 70px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  margin: 0 auto;
}
.footer .upper_box .f_header .clinic_name img {
  width: 100%;
}
.footer .upper_box .f_header .clinic_logo {
  text-align: center;
  margin-bottom: 30px;
}
.footer .upper_box .f_header .address_text {
  font-size: 21px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #474747;
}
.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: #474747;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  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: 1em;
  font-size: clamp(19px, 2.5vw, 32px);
  letter-spacing: 0.1em;
  text-align: center;
  text-wrap: nowrap;
  color: #474747;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  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/gold_phone.webp) center/contain no-repeat;
  left: 0;
  width: 32px;
  height: 36px;
}
.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: rgba(170, 210, 210, 0.27);
}
.footer .lower_box .right .clinic_info {
  box-sizing: border-box;
  padding-top: 40px;
  margin-bottom: 25px;
}
.footer .lower_box .right .clinic_info .text01 {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.2em;
  text-align: center;
}
.footer .lower_box .right .clinic_info .clinic {
  font-size: 58px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  margin: 0 auto;
}
.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;
}
.footer .lower_box .right .access {
  width: 100%;
  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: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  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;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: 1px solid #4FB4A6;
}
.footer .lower_box .right .access .by_text {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #A67E34;
}
.footer .lower_box .right .access .by_text .station {
  color: #474747;
}
.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 {
  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;
  padding-bottom: 5px;
  position: relative;
}
.footer .lower_box .right .link::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  background: url(/images/common/gold_icon.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: #153169;
}
.footer .footer_sitemap .link_text {
  margin-bottom: 30px;
  font-size: 18px;
}
.footer .footer_sitemap .link_text a {
  padding-left: 1.4em;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
}
.footer .footer_sitemap .link_text a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  background: url(/images/common/sitemap_yajirushi.webp) center/contain no-repeat;
  width: 12px;
  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 .cont01 .aboutbox .link_text {
  text-indent: 1em;
  font-size: 16px;
}
.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 .cont02 .medical_grid .medicalbox .link_text {
  text-indent: 1em;
  font-size: 16px;
}
.footer .footer_sitemap .copy {
  background-color: #153169;
  padding: 20px 0;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .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 {
    font-size: 10vw;
    text-align: center;
    margin: 0 auto 5vw;
  }
  .footer .upper_box .f_header .clinic_logo {
    text-align: center;
    width: 20%;
    margin: 0 auto 3vw;
  }
  .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;
    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;
    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/gold_phone.webp) center/contain no-repeat;
    left: -2vw;
    width: 10vw;
    height: 10.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;
  }
  .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 {
    font-size: 10vw;
    text-align: center;
    margin: 0 auto;
  }
  .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: auto;
    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;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .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;
  }
  .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;
    padding-bottom: 1.25vw;
    position: relative;
  }
  .footer .lower_box .right .link::before {
    content: "";
    position: absolute;
    top: 0.5vw;
    right: 0;
    background: url(/images/common/gold_icon.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;
  }
  .footer .footer_sitemap .medicalbox {
    text-align: left;
  }
  .footer .footer_sitemap .link_text {
    margin-bottom: 30px;
    position: relative;
    padding-left: 1.5em;
  }
  .footer .footer_sitemap .link_text::before {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(65%);
    left: 0px;
    background: url(/images/common/sitemap_yajirushi.webp) center/contain no-repeat;
    width: 3.32vw;
    height: 3.83vw;
  }
  .footer .footer_sitemap .link_text a {
    padding-left: 0;
    font-size: 4vw;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #fff;
    position: relative;
  }
  .footer .footer_sitemap .link_text a::before {
    display: none;
  }
  .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 .cont01 .aboutbox {
    padding-left: 1em;
    text-indent: -1em;
  }
  .footer .footer_sitemap .cont01 .aboutbox .link_text {
    padding-left: 1em;
  }
  .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);
    padding-left: 1em;
    text-indent: -1em;
  }
  .footer .footer_sitemap .cont02 .medical_grid .link_text {
    padding-left: 1em;
  }
  .footer .footer_sitemap .cont03 .link_text {
    text-indent: initial;
  }
  .footer .footer_sitemap .copy {
    background-color: #153169;
    padding: 5vw 0 20vw;
    font-size: 3.25vw;
    letter-spacing: 0.03em;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .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: 3.75vw;
    letter-spacing: 0.01em;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  }
  .sp_fixed .fix_tel .tel_num {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    padding-left: 1.5em;
    font-size: 5.25vw;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    position: relative;
  }
  .sp_fixed .fix_tel .tel_num::before {
    content: "";
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    background: url(/images/common/gold_phone.webp) center/contain no-repeat;
    left: 0.5em;
    width: 5.87vw;
    height: 5.26vw;
  }
  .sp_fixed .fix_tel .tel_num::before img {
    width: 100%;
  }
  .sp_fixed .fix_reserve {
    width: 34%;
  }
  .sp_fixed .fix_reserve img {
    width: 100%;
  }
  .sp_fixed .fix_insta {
    width: 20%;
  }
  .sp_fixed .fix_insta img {
    width: 100%;
  }
}

.blog_list .blog_wrap a {
  pointer-events: auto !important;
  display: block;
  z-index: 10;
}/*# sourceMappingURL=common.css.map */