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

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

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

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

q, blockquote {
  quotes: none;
}

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

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

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

a:focus {
  outline: none;
}

a img {
  border: none;
}

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

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

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

* html .clearfix {
  zoom: 1;
}

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

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

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

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

strong {
  font-weight: normal;
}

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

body {
  position: relative;
  width: 100%;
  min-width: 1280px;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #000;
}

.no-scroll {
  overflow: hidden;
}

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

.sp {
  display: none;
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  position: relative;
  display: block;
  width: 1440px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

.circle_text01 {
  position: absolute;
}

.circle_text02 {
  position: absolute;
}

.circle_text03 {
  position: absolute;
}

.circle_text04 {
  position: absolute;
}

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

.point_flexbox {
  margin-bottom: 13.8vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

.item_btn {
  border-radius: 30px;
}
.item_btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 50px 15px 25px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.item_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  height: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 999px) and (min-width: 768px) {
  .cont {
    margin-bottom: 8vw;
  }
  .point {
    margin-bottom: 8vw;
  }
  .point_num {
    min-width: 55px;
    margin-top: 5px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 949px) and (min-width: 768px) {
  .check_list_box {
    padding: 80px 40px;
  }
  .check_list_box .list {
    display: flex;
    justify-content: flex-start;
  }
  .check_list_box .item {
    width: 90% !important;
    max-width: 90%;
    margin-left: 2em;
    margin-bottom: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .check_list_box .item:nth-of-type(2n-1) {
    margin-right: initial;
  }
  .check_list_box .box_text {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 375px;
    margin-bottom: 8vw;
  }
  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 {
    width: 100%;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0.2vw;
  }
  .imagebox {
    width: 100%;
    min-width: initial;
    max-width: initial;
    box-sizing: border-box;
    margin: 0 auto 4.2vw;
  }
  .imagebox img {
    width: 100%;
    height: 100%;
  }
  .cont_title {
    font-size: 5.3vw;
    margin-bottom: 4.2vw;
    padding-left: initial;
  }
  .cont_text {
    padding-left: initial;
    padding-right: initial;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .cont_image {
    margin: 0 auto 4.2vw;
  }
  .cont_image img {
    width: 100%;
    height: 100%;
    height: initial;
  }
  .point_flexbox {
    margin-bottom: 13.8vw;
  }
  .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 2.7vw;
    align-items: center;
  }
  .point_header_box {
    margin-bottom: 2vw;
  }
  .point_sub {
    font-size: 3.4vw;
  }
  .point_num {
    width: 10.6vw;
    min-width: 10.6vw;
    margin-right: 5.5vw;
  }
  .point_icon {
    width: 18.13vw;
    min-width: 18.13vw;
    margin-right: 2.7vw;
    margin-bottom: initial;
  }
  .point_icon img {
    width: 100%;
    min-width: 10.6vw;
  }
  .point_title {
    font-size: 5.5vw;
  }
  .point_text {
    font-size: 4vw;
  }
  .point_image {
    margin: 0 auto 4.2vw;
  }
  .point_image img {
    width: 100%;
    height: 100%;
    height: initial;
  }
  .item_text {
    font-size: 4vw;
  }
  .box_text {
    font-size: 4vw;
  }
  .flexbox {
    display: block;
    margin: 0 auto;
  }
  .waku_box {
    padding: 0 5.5vw 11vw;
    position: relative;
    box-sizing: border-box;
  }
  .waku_box .waku01 {
    content: "";
    position: absolute;
    top: 4vw;
    left: 0;
    width: 15.2vw;
    height: 13.6vw;
    border-top: 1px solid #806363;
    border-left: 1px solid #806363;
  }
  .waku_box .waku02 {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15.2vw;
    height: 13.6vw;
    border-bottom: 1px solid #806363;
    border-left: 1px solid #806363;
  }
  .waku_box .waku03 {
    content: "";
    position: absolute;
    top: 4vw;
    right: 0;
    width: 15.2vw;
    height: 13.6vw;
    border-top: 1px solid #806363;
    border-right: 1px solid #806363;
  }
  .waku_box .waku04 {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15.2vw;
    height: 13.6vw;
    border-bottom: 1px solid #806363;
    border-right: 1px solid #806363;
  }
  .waku_box .waku_subtitle {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
  .waku_box .waku_title {
    max-width: 80%;
    font-family: "noto sans jp", sans-serif;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 12vw;
  }
  .about_btn {
    padding: 4vw 12vw 4vw 4vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 4vw;
    position: relative;
  }
  .about_btn:before {
    width: 10.4vw;
    height: 10.4vw;
  }
  .about_btn p {
    font-size: 4vw;
  }
  .about_btn a {
    font-size: 4vw;
  }
  .about_btn:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .item_btn {
    border-radius: 8vw;
  }
  .item_btn a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 13.33vw 4vw 1.066vw;
    font-size: 4.266vw;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
  .item_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.666vw;
    width: 10.666vw;
    height: 10.666vw;
  }
  .price_dbox {
    margin-bottom: 8vw;
  }
  .price_dline {
    display: block;
    width: 100%;
  }
  .price_dline:nth-of-type(1) {
    margin-bottom: 6.6vw;
  }
  .price_term {
    width: 100%;
    padding: 4vw 4vw 2vw;
    font-size: 4vw;
  }
  .price_data {
    width: 100%;
    padding: 4vw;
    font-size: 4vw;
  }
  .cautionarynote {
    font-size: 3.7vw;
    margin-bottom: 4.2vw;
  }
  .column_box {
    padding: 5.5vw;
    margin: 0 auto 13.8vw;
    background-color: #e9e0d6;
    box-sizing: border-box;
  }
  .column_box_subtitle {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 3.7vw;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 2.6vw;
  }
  .column_box_title {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    padding-bottom: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .column_box_text {
    font-size: 4vw;
    line-height: 1.8;
  }
  .check_list_box {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    position: relative;
  }
  .check_list_box::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images01/common/text_checklist.webp) center/contain no-repeat;
    width: 84.3vw;
    height: 9.27vw;
  }
  .check_list_box .check_list_subtitle {
    font-size: 4vw;
    margin-bottom: 6.8vw;
    padding-top: 6.8vw;
  }
  .check_list_box .check_list_title {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 4.2vw;
  }
  .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -5.33vw;
    right: -21.9vw;
    transform: translateX(-50%);
    background: url(/images01/common/icon_title_check.webp) center/contain no-repeat;
    width: 16.8vw;
    height: 13.2vw;
  }
  .check_list_box .check_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 4.2vw 5.5vw 0;
  }
  .check_list_box .check_column {
    display: block;
    padding: 12vw 5.5vw 0.1vw;
  }
  .check_list_box .column01 {
    margin-right: initial;
  }
  .check_list_box .check_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5.3vw;
    display: flex;
    align-items: center;
  }
  .check_list_box .check_item:before {
    width: 12vw;
    height: 9.33vw;
    background: url(/images01/common/icon_check.webp) center/contain no-repeat;
  }
  .check_list_box .check_item:nth-of-type(2n-1) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .check_list_box .check_item:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .check_list_box .check_img {
    min-width: 7.73vw;
    width: 7.73vw;
    height: 6.4vw;
    padding-right: 4vw;
    text-align: center;
  }
  .check_list_box .check_img img {
    width: 100%;
    height: 100%;
  }
  .check_list_box .check_text {
    font-size: 4vw;
    text-align: left;
  }
  .check_list_box .box_text {
    padding: 0;
    font-size: 4vw;
    text-align: left;
  }
}
.common_sec {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.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: #C2DED4;
}
.common_sec .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 181px;
  height: 100px;
  background: url(/images01/common/sec_header_before@2x.webp) left bottom/contain no-repeat;
}
.common_sec .sec_header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 181px;
  height: 100px;
  background: url(/images01/common/sec_header_after@2x.webp) right top/contain no-repeat;
}
.common_sec .sec_title {
  position: relative;
  z-index: 2;
  font-family: "noto sans jp", sans-serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #534741;
}
.common_sec .header_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.common_sec .sec_body {
  padding: 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .common_sec .sec_body {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .common_sec .sec_header:before {
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/images01/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(/images01/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;
  }
  .common_sec .header_text {
    font-size: 4.4vw;
  }
  .common_sec .sec_body {
    padding: 0 5.5vw;
  }
}

.footer {
  box-sizing: border-box;
  padding-top: 100px;
  padding: initial !important;
  background-color: #fff;
}
.footer .contact .contact_subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 95px;
  font-weight: 200;
  letter-spacing: 0.15em;
  text-align: center;
  color: #8FB4C7;
  margin-bottom: -20px;
}
.footer .contact .contact_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.footer .contact .flexbox01 {
  margin-bottom: 100px;
}
.footer .contact .flexbox01 .tel_link {
  margin-right: 160px;
}
.footer .contact .flexbox02 {
  width: 100%;
  margin-bottom: 50px;
}
.footer .contact .flexbox02 .tel_link {
  width: clamp(469px, 36.666vw, 528px);
  max-width: 37%;
  margin-right: 40px;
}
.footer .contact .flexbox02 .tel_link a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .contact .flexbox02 .tel_link .num {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 1.2em;
  letter-spacing: 0.1em;
  font-size: 46px;
  font-weight: 600;
  text-wrap: nowrap;
  position: relative;
}
.footer .contact .flexbox02 .tel_link .num::before {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
  background: url(/images/common/f_tel_icon.webp) center/contain no-repeat;
  width: 46px;
  height: 46px;
}
.footer .contact .flexbox02 .tel_link .address {
  font-size: 24px;
  text-align: center;
  text-wrap: nowrap;
}
.footer .contact .flexbox02 .timetable {
  width: clamp(573px, 44.791vw, 645px);
}
.footer .contact .flexbox02 .timetable img {
  width: 100%;
  height: 100%;
}
.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 .access_box .access_title {
  padding-left: 1em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 95px;
  color: #2063A6;
}
.footer .access_box iframe {
  width: 100%;
  max-width: 100%;
  height: 625px;
}
.footer .footer_sitemap {
  background-color: #2063A6;
  padding: 80px 20px 100px;
}
.footer .footer_sitemap .link_text {
  margin-bottom: 20px;
}
.footer .footer_sitemap .link_text a {
  padding-left: 1.3em;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
}
.footer .footer_sitemap .link_text {
  position: relative;
}
.footer .footer_sitemap .link_text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url(/images/common/f_link_icon.webp) center/contain no-repeat;
  width: 12px;
  height: 13px;
}
.footer .footer_sitemap .link_text {
  content: "";
}
.footer .footer_sitemap .title {
  font-size: 20px;
  color: #E4B419;
  margin-bottom: 20px;
}
.footer .footer_sitemap .gridbox {
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.footer .footer_sitemap .gridbox .indent {
  padding-left: 1.2em;
}
.footer .footer_sitemap .link_invisalign {
  display: flex;
  justify-content: right;
}
.footer .copyright {
  padding: 20px 0 0;
  font-size: 15px;
  color: #2063A6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 13.8vw;
  }
  .footer .contact .contact_subtitle {
    font-size: 10.66vw;
    font-weight: 200;
    letter-spacing: 0.15em;
    margin-bottom: -3.5vw;
  }
  .footer .contact .contact_title {
    font-size: 7.93vw;
    font-weight: 600;
    margin-bottom: 13.8vw;
  }
  .footer .contact .flexbox01 {
    margin-bottom: 8vw;
  }
  .footer .contact .flexbox01 .tel_link {
    margin-right: initial;
    width: 91.46vw;
    margin: 0 auto 4.2vw;
  }
  .footer .contact .flexbox01 .tel_link a img {
    width: 100%;
  }
  .footer .contact .flexbox01 .reserve_link {
    width: 88.53vw;
    margin: 0 auto;
  }
  .footer .contact .flexbox01 .reserve_link a img {
    width: 100%;
  }
  .footer .contact .flexbox02 {
    width: 100%;
    margin-bottom: 8vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .contact .flexbox02 .tel_link {
    width: 100%;
    max-width: initial;
    margin-right: initial;
  }
  .footer .contact .flexbox02 .tel_link a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer .contact .flexbox02 .tel_link .num {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 1.3em;
    letter-spacing: 0.06em;
    font-size: 9.46vw;
    font-weight: 600;
    text-wrap: nowrap;
    position: relative;
  }
  .footer .contact .flexbox02 .tel_link .num::before {
    content: "";
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 0;
    background: url(/images/common/f_tel_icon.webp) center/contain no-repeat;
    width: 9.6vw;
    height: 9.6vw;
  }
  .footer .contact .flexbox02 .tel_link .address {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 5.6vw;
    text-align: left;
    text-wrap: nowrap;
  }
  .footer .contact .flexbox02 .timetable {
    width: 96%;
    margin: 0 auto 2.4vw;
  }
  .footer .contact .flexbox02 .timetable img {
    width: 100%;
    height: 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 .access_box .access_title {
    padding-left: 1em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 10.66vw;
    color: #2063A6;
  }
  .footer .access_box iframe {
    width: 100%;
    max-width: 100%;
    height: 64vw;
  }
  .footer .footer_sitemap {
    background-color: #2063A6;
    padding: 8vw 5.5vw 13.8vw;
  }
  .footer .footer_sitemap .link_text {
    margin-bottom: 4.2vw;
  }
  .footer .footer_sitemap .link_text a {
    padding-left: 1.1em;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4.26vw;
    letter-spacing: 0.01em;
    color: #fff;
  }
  .footer .footer_sitemap .link_text {
    position: relative;
  }
  .footer .footer_sitemap .link_text::before {
    content: "";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -0.5vw;
    background: url(/images/common/f_link_icon.webp) center/contain no-repeat;
    width: 3.2vw;
    height: 3.46vw;
  }
  .footer .footer_sitemap .link_text {
    content: "";
  }
  .footer .footer_sitemap .title {
    font-size: 5.33vw;
    color: #E4B419;
    margin-bottom: 5.33vw;
  }
  .footer .footer_sitemap .gridbox {
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 4.2vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .footer_sitemap .gridbox .indent {
    padding-left: 1.2em;
  }
  .footer .footer_sitemap .link_invisalign {
    padding-top: 4.2vw;
    display: flex;
    justify-content: center;
  }
  .footer .footer_sitemap .link_invisalign a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .footer .footer_sitemap .link_invisalign a img {
    width: 100%;
  }
  .footer .footer_sitemap .top_footer_space {
    padding: 16.7vw;
  }
  .footer .copyright {
    padding: 4.2vw 0 4.2vw 1em;
    font-size: 4vw;
    color: #2063A6;
    text-align: center;
    display: flex;
    align-items: center;
  }
}

/* インプラント講演会バナー */
.seminar_banner {
  z-index: 999;
  position: fixed;
  right: 5px;
  bottom: 180px;
}
@media screen and (max-width: 768px) {
  .seminar_banner {
    z-index: 999;
    position: fixed;
    right: 5px;
    bottom: 45.33vw;
    width: 26.66vw;
  }
  .seminar_banner a img {
    width: 100%;
  }
}

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