@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: #333333;
  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;
}

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

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

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

.sec_text {
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

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

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

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

.cont_title {
  margin-bottom: 33px;
  padding-left: 10px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

.cont_text {
  padding-left: 10px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

.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;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}

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

.point_num {
  min-width: 55px;
  margin-right: 20px;
  padding-left: 10px;
  font-family: "noto sans";
  font-size: 40px;
  color: #172243;
}

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

.point_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  color: #333333;
}

.point_text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}

.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: 1.8;
  text-align: justify;
  color: #333333;
}

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

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

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

.about_btn {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 45px;
  background-color: #fff;
  border: 1px solid #172243;
  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: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(/images/common/icon_btn_arrows_white.webp) center/contain no-repeat;
}
.about_btn p {
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
.about_btn a {
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

.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: #172243;
  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 #172243;
  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: 1100px;
  max-width: 100%;
  padding-top: 35px;
  margin: 0 auto;
  background-color: #d2c1ad;
  border: 2px solid #c7b299;
  box-sizing: border-box;
}
.check_list_box::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/common/text_checklist.webp) center/contain no-repeat;
  width: 148px;
  height: 42px;
}
.check_list_box .check_list_subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #534741;
  margin-bottom: 10px;
}
.check_list_box .check_list_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #534741;
  margin-bottom: 35px;
  position: relative;
  z-index: 3;
}
.check_list_box .check_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 50px 150px 0px;
}
.check_list_box .check_column {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 50px 150px 0px;
}
.check_list_box .column01 {
  margin-right: 30px;
}
.check_list_box .check_item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 3em;
  padding-right: 1em;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
.check_list_box .check_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 35px;
  background: url(/images/common/icon_check.webp) center/contain no-repeat;
}
.check_list_box .check_text {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab {
    display: block;
  }
  .column_box {
    width: 1100px;
    max-width: 100%;
    padding: 40px 30px;
    margin: 0 auto 80px;
    background-color: #e9e0d6;
    box-sizing: border-box;
  }
  .check_list_box .check_column {
    padding: 50px 6.64vw 0px;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin-bottom: 18.6vw;
  }
  a {
    letter-spacing: 0.05em;
  }
  a:hover {
    opacity: 1;
    transition: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .inner {
    padding: 0;
  }
  .sec_text {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .cont {
    display: block;
    padding: initial;
  }
  .textbox {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0.2vw;
  }
  .imagebox {
    min-width: 100%;
    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;
    text-align: center;
    color: #333333;
  }
  .cont_text {
    padding-left: initial;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .cont_image {
    margin: 0 auto 4.2vw;
  }
  .cont_image img {
    width: 100%;
    height: 100%;
  }
  .point_flexbox {
    margin-bottom: 13.8vw;
  }
  .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 2.7vw;
  }
  .point_num {
    width: 16.6vw;
    min-width: 16.6vw;
    margin-right: 2.7vw;
    font-size: 10.6vw;
  }
  .point_icon {
    width: 18.13vw;
    min-width: 18.13vw;
    margin-right: 2.7vw;
  }
  .point_icon img {
    width: 100%;
  }
  .point_title {
    font-size: 5.5vw;
    letter-spacing: 0.008em;
  }
  .point_text {
    padding-left: initial;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .point_image {
    margin: 0 auto 4.2vw;
  }
  .point_image img {
    width: 100%;
    height: 100%;
  }
  .item_text {
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .box_text {
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .flexbox {
    display: block;
    margin: 0 auto;
  }
  .about_btn {
    padding: 4vw 12vw 4vw 5.3vw;
    position: relative;
    font-size: 4vw;
  }
  .about_btn p {
    padding-right: 4vw;
    font-size: 4vw;
  }
  .about_btn a {
    padding-right: 4vw;
    font-size: 4vw;
  }
  .about_btn:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .price_dbox {
    margin-bottom: 8vw;
  }
  .price_dline {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .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%;
    margin-top: 20.7vw;
    padding: 8.2vw 0 0;
  }
  .check_list_box::before {
    content: "";
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/common/text_checklist.webp) center/contain no-repeat;
    width: 39.46vw;
    height: 11.2vw;
  }
  .check_list_box .check_list_subtitle {
    font-size: 4.2vw;
    margin-bottom: 2.4vw;
    padding-top: 4.2vw;
  }
  .check_list_box .check_list_title {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 2.4vw;
  }
  .check_list_box .check_list {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 12vw 5.5vw 0;
  }
  .check_list_box .check_column {
    display: block;
    background-color: #fff;
    padding: 12vw 5.5vw 0.1vw;
  }
  .check_list_box .column01 {
    margin-right: initial;
  }
  .check_list_box .check_item {
    position: relative;
    width: 100%;
    padding-left: 3.5em;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 4.2vw;
    letter-spacing: 0.2em;
    margin-bottom: 12vw;
  }
  .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_text {
    padding: 0;
    font-size: 4vw;
    text-align: left;
  }
}
.header .page_title {
  margin: 5px 0 0 5px;
  padding-right: 85px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-bottom: -15px;
}
.header .box {
  display: flex;
  justify-content: space-between;
  height: 85px;
  box-sizing: border-box;
}
.header .header_left {
  padding: 20px 0 3px 10px;
}
.header .header_left .page_title {
  margin: -0.3em 0 5px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.header .header_left .clinic_box {
  display: flex;
  align-items: center;
}
.header .header_left .clinic_box .logo {
  width: 56px;
  height: 50px;
  margin-right: 10px;
}
.header .header_left .clinic_box .clinic_name01 {
  margin: -0.3em 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.header .header_left .clinic_box .clinic_name02 {
  margin: -0.25em 0;
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.15em;
}
.header .header_left .clinic_box .clinic_name03 {
  margin: -0.3em 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.header .header_right {
  display: flex;
  padding-right: 80px;
}
.header .header_right .menu_box {
  display: flex;
}
.header .header_right .menu_box .tel_btn {
  margin: 15px 15px 15px 0;
  padding-left: 55px;
  position: relative;
}
.header .header_right .menu_box .tel_btn::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 5px;
  background: url(/images/common/header_freedial.webp) center/contain no-repeat;
  width: 44px;
  height: 25px;
}
.header .header_right .menu_box .tel_btn a {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: #172243;
}
.header .header_right .menu_box .tel_btn .text {
  font-family: initial;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #172243;
}
.header .header_right .menu_box .reserve_btn {
  width: 196px;
  margin: 15px 15px 15px 0;
}
.header .header_right .menu_box .implant_btn {
  width: 148px;
  margin: 15px 15px 15px 0;
}
.header .header_right .menu_box .prelusion_btn {
  width: 162px;
  height: 80px;
  margin: 15px 15px 15px 0;
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .header .header_left {
    width: 357px;
    padding: 20px 0 5px 10px;
  }
  .header .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 998px) and (min-width: 768px) {
  .header .prelusion_btn {
    display: none;
  }
}
@media screen and (max-width: 814px) and (min-width: 768px) {
  .header .reserve_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    height: 100px;
    box-sizing: border-box;
  }
  .header .page_title {
    margin: 1vw 0 0 1vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    padding-right: 88px;
    margin-bottom: -2vw;
  }
  .header .header_left {
    padding: 2.5vw 0 2.5vw 0.5vw;
  }
  .header .header_left .clinic_box {
    display: flex;
    align-items: center;
  }
  .header .header_left .clinic_box .logo {
    margin-top: 5px;
    width: 54px;
    height: 54px;
    margin-right: 1vw;
  }
  .header .header_left .clinic_box .clinic_name01 {
    margin: -0.3em 0;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 11px;
    letter-spacing: 0.01em;
  }
  .header .header_left .clinic_box .clinic_name02 {
    margin: -0.25em 0;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 24px;
    letter-spacing: 0.15em;
  }
  .header .header_left .clinic_box .clinic_name03 {
    margin: -0.3em 0;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .header .header_right {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 499;
  top: -5px;
  right: 0;
  width: 85px;
  height: 95px;
  background: #172243;
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #172243;
  font-size: 14px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 20px;
  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: 50px;
}
.ham .menu_border:nth-of-type(2) {
  top: 60px;
}
.ham .menu_border:nth-of-type(3) {
  top: 70px;
}
.ham a.active span:nth-of-type(1) {
  top: 55px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 55px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .ham {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 0px;
    right: 0;
    width: 85px;
    height: 85px;
    background: #fff;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    background: #172243;
    font-size: 13px;
    text-align: center;
  }
  .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: 40px;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 50px;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 60px;
  }
  .ham a.active span:nth-of-type(1) {
    top: 45px;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 45px;
    transform: rotate(-45deg);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -88px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 85px;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .header_left {
  padding: 0 0 5px 10px;
}
.copy_header .header_left .page_title {
  margin: -0.3em 0 5px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.copy_header .header_left .clinic_box {
  display: flex;
  align-items: center;
}
.copy_header .header_left .clinic_box .logo {
  width: 56px;
  height: 50px;
  margin-right: 10px;
}
.copy_header .header_left .clinic_box .clinic_name01 {
  margin: -0.3em 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.copy_header .header_left .clinic_box .clinic_name02 {
  margin: -0.25em 0;
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.15em;
}
.copy_header .header_left .clinic_box .clinic_name03 {
  margin: -0.3em 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.copy_header .header_right {
  display: flex;
  padding-right: 85px;
}
.copy_header .header_right .menu_box {
  display: flex;
}
.copy_header .header_right .menu_box .tel_btn {
  margin: 5px 15px 0px 0;
  padding-left: 55px;
  position: relative;
}
.copy_header .header_right .menu_box .tel_btn::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 5px;
  background: url(/images/common/header_freedial.webp) center/contain no-repeat;
  width: 44px;
  height: 25px;
}
.copy_header .header_right .menu_box .tel_btn a {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: #172243;
}
.copy_header .header_right .menu_box .tel_btn .text {
  font-family: initial;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #172243;
}
.copy_header .header_right .menu_box .reserve_btn {
  width: 196px;
  margin: 5px 15px 0px 0;
  box-sizing: border-box;
}
.copy_header .header_right .menu_box .implant_btn {
  width: 148px;
  margin: 5px 15px 0px 0;
  box-sizing: border-box;
}
.copy_header .header_right .menu_box .prelusion_btn {
  width: 162px;
  height: 80px;
  margin: 5px 15px 0px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .copy_header .header_left {
    width: 357px;
    padding: 0 0 5px 10px;
  }
  .copy_header .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 998px) and (min-width: 768px) {
  .copy_header .prelusion_btn {
    display: none;
  }
}
@media screen and (max-width: 814px) and (min-width: 768px) {
  .copy_header .reserve_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 499;
  top: -88px;
  right: 0;
  width: 85px;
  height: 85px;
  background: #fff;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 0;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #172243;
  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: 40px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 50px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 60px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 45px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 45px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .copy_ham {
    display: none;
    position: fixed;
    z-index: 499;
    top: -88px;
    right: 0;
    width: 85px;
    height: 85px;
    background: #fff;
    transition: all 0.4s;
  }
  .copy_ham.show {
    top: 0;
  }
  .copy_ham a {
    display: block;
    width: 100%;
    height: 100%;
    background: #172243;
    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: 40px;
  }
  .copy_ham .menu_border:nth-of-type(2) {
    top: 50px;
  }
  .copy_ham .menu_border:nth-of-type(3) {
    top: 60px;
  }
  .copy_ham a.active span:nth-of-type(1) {
    top: 45px;
    transform: rotate(45deg);
  }
  .copy_ham a.active span:nth-of-type(2) {
    display: none;
  }
  .copy_ham a.active span:nth-of-type(3) {
    top: 45px;
    transform: rotate(-45deg);
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 498;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #172243;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 1280px;
  max-width: 100%;
  padding: 160px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  padding-right: 0.5em;
  margin-right: 5em;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .link_text:before {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0em;
  font-size: 16px;
  color: #fff;
}
.ham_sitemap .link_text a {
  position: relative;
  margin-left: 0em;
  padding-left: 1em;
  text-indent: -1.2em;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-wrap: balance;
  color: #fff;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 95px;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  padding-left: 1.5em;
  padding-right: 0.5em;
  margin-right: 5em;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0em;
  font-size: 16px;
  color: #fff;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
}
.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: 17px;
}
.ham_sitemap .sitemap02 .item img {
  padding-right: 10px;
}
@media screen and (max-width: 969px) and (min-width: 768px) {
  .ham_sitemap .sitemap01 .item a {
    font-size: 16px;
  }
  .ham_sitemap .sitemap02 .item a {
    font-size: 15px;
  }
  .ham_sitemap .sitemap02 .item img {
    width: 40px;
    height: 40px;
    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 5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .ham_sitemap .link_text:before {
    display: none;
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 6vw 0 6% 12vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #fff;
  }
  .ham_sitemap .sitemap01 {
    margin-bottom: 8vw;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
  }
  .ham_sitemap .sitemap01 .link_text {
    padding: 0 0 6vw;
    text-indent: initial;
  }
  .ham_sitemap .sitemap01 .link_text a {
    padding: 6vw 0vw 6vw 9vw;
  }
  .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: 6vw 0 6vw 4vw;
    text-indent: initial;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .nav_prelusion {
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .ham_sitemap .nav_prelusion a {
    display: block;
    align-items: center;
  }
  .ham_sitemap .nav_prelusion img {
    width: 77.33vw;
    height: 18.4vw;
    margin: 0 auto;
    padding-bottom: 2.7vw;
  }
  .ham_sitemap .sitemap02 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap02 .link_text {
    padding: 0vw 0 4vw;
    text-align: center;
  }
  .ham_sitemap .sitemap02 .link_text a {
    padding: 4vw 0 4vw;
  }
  .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 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: 4.2vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .ham_sitemap .nav_contact .text02 {
    margin-bottom: 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    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%;
  }
  .ham_sitemap .nav_contact .tel_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .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;
  }
}

.nav {
  background-color: #fff;
  padding: 30px 15px 30px;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.nav .list {
  display: flex;
  justify-content: space-evenly;
}
.nav .item:not(:last-of-type) {
  margin-right: 20px;
}
.nav .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .item a {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}
.nav .item .sub {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #172243;
  color: #fff;
}
@media screen and (max-width: 914px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}

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

.common_sec {
  overflow: hidden;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .sec_header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 93px;
  margin-bottom: 85px;
  background: #172243;
  transform: skewX(-45deg);
  width: 95%;
  margin: 0 auto 80px;
}
.common_sec .sec_header::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 93px;
  border: 1px solid #172243;
}
.common_sec .sec_subtitle {
  position: relative;
  z-index: 2;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  transform: skewX(45deg);
  padding-right: 3em;
}
.common_sec .sec_title {
  position: relative;
  z-index: 2;
  width: 89%;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2em;
  text-wrap-style: auto;
  color: #fff;
  transform: skewX(45deg);
}
.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: 1024px) and (min-width: 768px) {
  .common_sec .sec_body {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@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 {
    width: 87%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    background: #172243;
    transform: skewX(-15deg);
    margin-bottom: 13vw;
    border-radius: 0;
  }
  .common_sec .sec_header::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    height: 100%;
    border: 1px solid #172243;
  }
  .common_sec .sec_subtitle {
    position: relative;
    z-index: 2;
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    transform: skewX(15deg);
    margin-bottom: 2vw;
    padding-right: 0;
  }
  .common_sec .sec_title {
    width: 94%;
    font-size: 5vw;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    transform: skewX(15deg);
  }
  .common_sec .header_text {
    font-size: 4.4vw;
  }
  .common_sec .sec_body {
    padding: 0 5.5vw;
  }
}

.lead_sec {
  box-sizing: border-box;
  width: 1280px;
  max-width: 100%;
  padding: 30px 20px 0;
  margin: 0 auto;
  margin-bottom: 100px;
}
.lead_sec .sec_title {
  position: relative;
  z-index: 5;
  margin: 60px 0 60px 50px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #333333;
  text-align: center;
  text-shadow: 3px 3px 5px white, -3px 3px 5px white, 3px -3px 5px white, -3px -3px 5px white;
}
.lead_sec .sec_text {
  position: relative;
  z-index: 5;
  width: 710px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto 100px;
  font-size: 15px;
  text-align: justify;
  color: #333333;
  text-shadow: 4px 4px 5px white, -4px 4px 5px white, 4px -4px 5px white, -4px -4px 5px white;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 5.5vw 5.5vw 0;
    margin-bottom: 13.8vw;
  }
  .lead_sec .sec_title {
    font-size: 5.3vw;
    margin: 60px 0 60px 0px;
    margin-bottom: 13.8vw;
  }
  .lead_sec .sec_text {
    font-size: 4vw;
    margin: 0 auto 13.8vw;
  }
}

.footer .flexbox {
  width: 1145px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .flexbox01 {
  margin-bottom: 30px;
}
.footer .flexbox01 .link:nth-of-type(1) {
  margin-right: 20px;
}
.footer .flexbox02 {
  align-items: flex-end;
  margin-bottom: 40px;
}
.footer .flexbox02 .link:nth-of-type(1),
.footer .flexbox02 .link:nth-of-type(2) {
  margin-right: 20px;
}
.footer .prelusion_banner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.footer .prelusion_banner .link_prelusion {
  width: 100%;
  max-width: 100%;
}
.footer .prelusion_banner .link_prelusion a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .prelusion_banner .link_prelusion img {
  width: 100%;
  height: 100%;
}
.footer .flexbox03 {
  width: 1145px;
  max-width: 100%;
  margin: 0 auto 60px;
  align-items: flex-start;
  box-sizing: border-box;
}
.footer .flexbox03 .map {
  width: 48%;
  height: 360px;
  max-width: 48%;
}
.footer .flexbox03 .map iframe {
  width: 100%;
  height: 100%;
}
.footer .flexbox03 .clinic_info {
  width: 510px;
  max-width: 44%;
  margin-left: 55px;
}
.footer .flexbox03 .f_clinic .text01 {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.footer .flexbox03 .f_clinic .f_name_box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.footer .flexbox03 .f_clinic .logo {
  width: 84px;
  margin-right: 20px;
}
.footer .flexbox03 .f_clinic .name {
  width: 386px;
}
.footer .flexbox03 .address {
  font-size: 21px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 35px;
}
.footer .f_mamo_clinic_link {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto 140px;
}
.footer .f_mamo_clinic_link .f_mamo_clinic {
  width: 82.5vw;
  max-width: 1056px;
  margin: 0 auto 125px;
}
.footer .f_mamo_clinic_link .about_morioka_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(20px, 2.03vw, 24px);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  color: #1d2b53;
  margin-bottom: 65px;
  position: relative;
}
.footer .f_mamo_clinic_link .about_morioka_title::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #1d2b53;
  width: 87px;
  height: 1px;
}
.footer .f_mamo_clinic_link .about_morioka_text {
  width: 820px;
  max-width: 95%;
  margin: 0 auto;
  font-size: clamp(13px, 1.17vw, 15px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  color: #4d4d4d;
}
.footer .flexbox04 {
  margin-bottom: 40px;
}
.footer .flexbox05 {
  margin-bottom: 40px;
}
.footer .flexbox05 .link:nth-of-type(1),
.footer .flexbox05 .link:nth-of-type(2) {
  margin-right: 80px;
}
.footer .flexbox06 {
  margin-bottom: 40px;
}
.footer .flexbox06 .link:nth-of-type(1),
.footer .flexbox06 .link:nth-of-type(2),
.footer .flexbox06 .link:nth-of-type(3) {
  margin-right: 60px;
}
.footer .footer_sitemap {
  padding: 60px 0 30px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  background-color: #172243;
}
.footer .footer_sitemap .sitemap_box {
  width: 1240px;
  max-width: 100%;
  box-sizing: border-box;
}
.footer .footer_sitemap .link_text {
  margin-bottom: 25px;
  padding-left: 1.3em;
  padding-right: 0.5em;
  box-sizing: border-box;
}
.footer .footer_sitemap .link_text a {
  position: relative;
  margin-left: 0em;
  text-indent: -1.2em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-wrap: balance;
  color: #fff;
}
.footer .footer_sitemap .link_text a:before {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0em;
  font-size: 16px;
  color: #fff;
}
.footer .footer_sitemap .cont01 {
  width: 100%;
  box-sizing: border-box;
}
.footer .footer_sitemap .cont02 {
  display: flex;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.footer .footer_sitemap .cont02 .left {
  width: 25%;
  box-sizing: border-box;
}
.footer .footer_sitemap .cont02 .left .subbox .link_text {
  padding-left: 2.3em;
}
.footer .footer_sitemap .cont02 .left .subbox .link_text a {
  margin-left: 0em;
  text-indent: -1.3em;
  font-size: 16px;
}
.footer .footer_sitemap .cont02 .right {
  width: 75%;
  box-sizing: border-box;
}
.footer .footer_sitemap .cont02 .right .medicalbox {
  width: 100%;
  display: flex;
}
.footer .footer_sitemap .cont02 .right .subbox {
  width: 33%;
}
.footer .footer_sitemap .cont02 .right .subbox .link_text {
  padding-left: 2.3em;
}
.footer .footer_sitemap .cont02 .right .subbox .link_text a {
  margin-left: 0em;
  text-indent: -1.3em;
  font-size: 16px;
}
.footer .footer_sitemap .cont02 .right .subbox .ortho {
  margin-bottom: 12px;
}
.footer .footer_sitemap .cont02 .right .orthobox .link_text:nth-of-type(1) {
  margin-bottom: 12px;
}
.footer .footer_sitemap .cont02 .right .orthobox .link_text {
  padding-left: 3.3em;
}
.footer .footer_sitemap .cont02 .right .orthobox .link_text a {
  margin-left: 0em;
  text-indent: -1.3em;
  font-size: 16px;
}
.footer .footer_sitemap .cont03 {
  width: 100%;
  display: flex;
}
.footer .footer_sitemap .cont03 .link_text {
  width: 28%;
}
.footer .footer_sitemap .cont03_1 {
  width: 100%;
  display: flex;
}
.footer .footer_sitemap .cont03_1 .link_text {
  width: 100%;
}
.footer .footer_sitemap .cont04 {
  margin-bottom: 30px;
}
.footer .copy {
  padding: 20px 20px;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #1d2b53;
}
@media screen and (max-width: 1089px) and (min-width: 768px) {
  .footer .footer_sitemap .link_text {
    margin-bottom: 25px;
  }
  .footer .footer_sitemap .cont02 .left {
    width: 22%;
  }
  .footer .footer_sitemap .cont02 .right {
    width: 78%;
  }
  .footer .footer_sitemap .cont02 .right .subbox:nth-of-type(1) {
    flex: 1;
  }
  .footer .footer_sitemap .cont02 .right .subbox:nth-of-type(2) {
    flex: 1;
  }
  .footer .footer_sitemap .cont02 .right .subbox:nth-of-type(3) {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer .flexbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
  }
  .footer .flexbox01 {
    margin-bottom: 6.6vw;
  }
  .footer .flexbox01 .link:nth-of-type(1) {
    margin-right: initial;
  }
  .footer .flexbox01 .f_instagram {
    margin-bottom: 4.2vw;
  }
  .footer .flexbox01 .f_instagram img {
    width: 100%;
  }
  .footer .flexbox01 .f_recruit img {
    width: 100%;
  }
  .footer .flexbox02 {
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .footer .flexbox02 .link:nth-of-type(1),
  .footer .flexbox02 .link:nth-of-type(2) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .footer .flexbox02 .link:nth-of-type(1) img,
  .footer .flexbox02 .link:nth-of-type(2) img {
    width: 100%;
  }
  .footer .flexbox02 .f_freedial,
  .footer .flexbox02 .f_reserve {
    margin-bottom: 4.2vw;
  }
  .footer .flexbox02 .f_freedial img,
  .footer .flexbox02 .f_reserve img {
    width: 100%;
  }
  .footer .flexbox02 .f_line img {
    width: 100%;
  }
  .footer .prelusion_banner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 6.6vw;
  }
  .footer .prelusion_banner .link_prelusion {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer .flexbox03 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    padding: 0;
    box-sizing: border-box;
  }
  .footer .flexbox03 .map {
    width: 100%;
    height: 61.86vw;
    max-width: 100%;
    margin-bottom: 6.6vw;
  }
  .footer .flexbox03 .map iframe {
    width: 100%;
    height: 100%;
  }
  .footer .flexbox03 .clinic_info {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin-left: initial;
    box-sizing: border-box;
  }
  .footer .flexbox03 .f_clinic .text01 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .footer .flexbox03 .f_clinic .f_name_box {
    display: flex;
    align-items: center;
    margin-bottom: 4vw;
  }
  .footer .flexbox03 .f_clinic .logo {
    width: 16vw;
    min-width: 16vw;
    margin-right: 4vw;
  }
  .footer .flexbox03 .f_clinic .logo img {
    width: 100%;
  }
  .footer .flexbox03 .f_clinic .name {
    width: 100%;
  }
  .footer .flexbox03 .address {
    font-size: 4vw;
    letter-spacing: 0.03em;
    text-align: left;
    margin-bottom: 4.2vw;
  }
  .footer .flexbox03 .timetable {
    width: 92.26vw;
    margin: 0 auto 9.3vw;
  }
  .footer .flexbox03 .timetable img {
    width: 100%;
  }
  .footer .f_mamo_clinic_link {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto 20.7vw;
  }
  .footer .f_mamo_clinic_link .f_mamo_clinic {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
  }
  .footer .f_mamo_clinic_link .f_mamo_clinic img {
    width: 100%;
  }
  .footer .f_mamo_clinic_link .about_morioka_title {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    margin-bottom: 17.33vw;
    position: relative;
  }
  .footer .f_mamo_clinic_link .about_morioka_title::before {
    content: "";
    position: absolute;
    bottom: -5.3vw;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #1d2b53;
    width: 23.2vw;
    height: 1px;
  }
  .footer .f_mamo_clinic_link .about_morioka_text {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto;
    font-size: 3.5vw;
    box-sizing: border-box;
  }
  .footer .flexbox04 {
    margin-bottom: 4.2vw;
  }
  .footer .flexbox04 .link:nth-of-type(1) {
    margin-right: initial;
  }
  .footer .flexbox04 .f_mamo_clinic_malio {
    width: 88vw;
    height: 28vw;
    margin: 0 auto 4.2vw;
  }
  .footer .flexbox04 .f_mamo_clinic_malio img {
    width: 100%;
  }
  .footer .flexbox04 .f_ortho_guide {
    width: 88vw;
    margin: 0 auto;
  }
  .footer .flexbox04 .f_ortho_guide img {
    width: 100%;
  }
  .footer .flexbox05 {
    margin-bottom: 4.2vw;
  }
  .footer .flexbox05 .link:nth-of-type(1),
  .footer .flexbox05 .link:nth-of-type(2) {
    margin-right: initial;
  }
  .footer .flexbox05 .f_medical_doc,
  .footer .flexbox05 .f_proreco {
    text-align: center;
    width: 88vw;
    margin: 0 auto 4.2vw;
  }
  .footer .flexbox05 .f_medical_doc img,
  .footer .flexbox05 .f_proreco img {
    width: 100%;
  }
  .footer .flexbox05 .f_infection_control {
    text-align: center;
    width: 88vw;
    margin: 0 auto;
  }
  .footer .flexbox05 .f_infection_control img {
    width: 100%;
  }
  .footer .flexbox06 {
    margin-bottom: 4.2vw;
  }
  .footer .flexbox06 .link:nth-of-type(1),
  .footer .flexbox06 .link:nth-of-type(2),
  .footer .flexbox06 .link:nth-of-type(3) {
    margin-right: initial;
  }
  .footer .flexbox06 .f_malo_dental_medical {
    text-align: center;
    width: 88vw;
    margin: 0 auto 4.2vw;
  }
  .footer .flexbox06 .f_malo_dental_medical img {
    width: 100%;
  }
  .footer .flexbox06 .f_nobel_biocare {
    text-align: center;
    width: 66.66vw;
    margin: 0 auto 4.2vw;
  }
  .footer .flexbox06 .f_nobel_biocare img {
    width: 100%;
  }
  .footer .flexbox06 .f_invisalign {
    text-align: center;
    width: 82.6vw;
    margin: 0 auto 4.2vw;
  }
  .footer .flexbox06 .f_invisalign img {
    width: 100%;
  }
  .footer .flexbox06 .f_beyond_whitening {
    text-align: center;
    width: 74.66vw;
    margin: 0 auto;
  }
  .footer .flexbox06 .f_beyond_whitening img {
    width: 100%;
  }
  .footer .footer_sitemap {
    padding: 14.6vw 5.5vw;
    margin: 0 auto 4.2vw;
    box-sizing: border-box;
    background-color: #172243;
  }
  .footer .footer_sitemap .sitemap_box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .link_text {
    margin-bottom: 12vw;
    padding-left: 1.8em;
    padding-right: 0.5em;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .link_text a {
    position: relative;
    margin-left: 0em;
    text-indent: -1.6em;
    font-family: initial;
    font-size: 3.73vw;
    letter-spacing: 0.01em;
    text-wrap: balance;
    color: #fff;
  }
  .footer .footer_sitemap .link_text a:before {
    content: "▶";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0em;
    font-size: 4vw;
    color: #fff;
  }
  .footer .footer_sitemap .cont01 {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 8.8vw;
  }
  .footer .footer_sitemap .cont02 {
    display: block;
    margin-bottom: 15px;
    margin-bottom: 8.8vw;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont02 .link_text {
    text-align: center;
  }
  .footer .footer_sitemap .cont02 .medicalbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer_sitemap .cont02 .medicalbox .link_text {
    text-align: left;
  }
  .footer .footer_sitemap .cont02 .medicalbox .link_text a {
    text-indent: 0;
  }
  .footer .footer_sitemap .cont02 .medicalbox .link_text a::before {
    left: -1.3em;
    top: -1vw;
    transform: none;
  }
  .footer .footer_sitemap .cont03 {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer_sitemap .cont03 .link_text {
    width: 100%;
    margin-bottom: 8vw;
  }
  .footer .footer_sitemap .cont03_1 {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .footer_sitemap .cont03_1 .link_text {
    width: 100%;
    margin-bottom: 8vw;
  }
  .footer .footer_sitemap .cont04 {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer_sitemap .cont04 .link_text {
    width: 100%;
    margin-bottom: 0;
  }
  .footer .copy {
    padding: 4vw 0 3vw;
    font-size: 3.2vw;
    letter-spacing: 0.001em;
    text-align: center;
  }
}

.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: 145px;
  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;
}

@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 18.5vw;
    display: flex;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 0;
  }
  .sp_fixed .fix_freedial {
    width: 27.466vw;
  }
  .sp_fixed .fix_freedial img {
    width: 100%;
  }
  .sp_fixed .fix_reserve {
    width: 36.26vw;
  }
  .sp_fixed .fix_reserve img {
    width: 100%;
  }
  .sp_fixed .fix_implant {
    width: 36.26vw;
  }
  .sp_fixed .fix_implant img {
    width: 100%;
  }
}

/* fixed_ai */
/*
.fixed_ai {
    position: fixed;
    z-index: 496;
    bottom:   3px;
    right:    3px;
    width:  340px;
    height: 122px;
    * padding: 10px 0; *
    padding: initial;
    border: 0px solid #00B9EF;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 2px #333;
    transition: 0.5s;
    img {
        width: 100%;
        height: 100%;
    }
  @media screen and (max-width: 767px) {

    bottom: 19vw;
    right:  initial;//27vw;
    left:    2vw;
    width:  53vw;    //64vw;
    height: 18.66vw; //24vw;
  }
}
.fixed_ai.show {
  bottom: 10px;
}
*/
@media screen and (max-width: 767px) {
  iframe[src*="console.nomoca-ai.com"],
  div[id*=chatbot],
  div[class*=chatbot] {
    left: 0 !important;
    right: auto !important;
  }
}/*# sourceMappingURL=common01.css.map */