@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --main-color: #10D0AB;
}

/*---------------------------------
common
--------------------------------*/
body {
  font-family: "Roboto", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #3A2F20;
  line-height: 1.8;
  background-color: #F3F0EC;
  width: 100%;
}

body.is-fixed {
  position: fixed;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*---------------------------------
link
--------------------------------*/
a {
  text-decoration: none;
}

a,
a::after,
a::before,
a img,
input {
  transition: 0.5s;
}

/*---------------------------------
css layout
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
* html body {
  overflow: hidden;
}

body {
  margin: 0 auto;
}

.wrap {
  overflow: hidden;
}

.wrap:after {
  clear: both;
  display: block;
  content: "";
}

.innr {
  padding: 0 8%;
}

.innr2 {
  padding: 0 5%;
}

.innr3 {
  padding: 0;
}

/* 白背景 */
.bg__w {
  position: relative;
  width: 100%;
  margin-bottom: 22vw;
}

.bg__w::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

.bg__w.type-a::before {
  top: 1em;
}

.hidden-xs {
  display: none !important;
}

.visible-xs {
  display: inherit !important;
}

.c {
  text-align: center;
}

.l {
  text-align: left;
}

.r {
  text-align: right;
}

strong {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #DBF8F3 60%);
}

.fw-b {
  font-weight: bold;
}

.txt-ul {
  -webkit-text-decoration: underline 1px solid #707070;
          text-decoration: underline 1px solid #707070;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  html,
  body {
    min-width: 1200px;
  }
  .innr,
  .innr2 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
  }
  .innr3 {
    width: 1200px;
    margin: 0 auto;
  }
  /* 白背景 */
  .bg__w {
    margin-bottom: 140px;
  }
  .bg__w.type-a::before {
    top: 1.3em;
  }
  .hidden-xs {
    display: inherit !important;
  }
  .visible-xs {
    display: none !important;
  }
}
/*---------------------------------
header
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
header {
  background: #fff;
  position: relative;
}

header .header_inner {
  padding: 1vw 2vw;
  height: 18.975vw;
}

header .header_inner .logo a {
  display: inline-block;
}

header .header_inner .logo a span {
  color: #707070;
  display: block;
  font-size: 2.5vw;
  padding-bottom: 1.1vw;
}

header .header_inner .logo a img {
  width: 35.41vw;
}

header .header_inner .sp_nav .reserve_btn {
  position: absolute;
  right: 18.975vw;
  top: 0;
}

header .header_inner .sp_nav .reserve_btn a {
  background: rgba(16, 208, 171, 0.15);
  color: #10D0AB;
  display: inline-block;
  height: 18.975vw;
  width: 18.975vw;
  text-align: center;
  position: relative;
}

header .header_inner .sp_nav .reserve_btn a .material-icons-round {
  display: block;
  font-size: 7.5vw;
  margin: 4vw auto 0;
}

header .header_inner .sp_nav .reserve_btn a span:not(.material-icons-round) {
  display: inline-block;
  font-size: 2.564vw;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 2.2vw;
  width: 100%;
}

header .header_inner .sp_nav .menu_btn {
  background: #505050;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 2vw;
  height: 18.975vw;
  width: 18.975vw;
  transition: 0.4s;
  z-index: 9999;
}

header .header_inner .sp_nav .menu_btn:hover {
  cursor: pointer;
}

header .header_inner .sp_nav .menu_btn .border {
  display: block;
  margin: 0 auto;
  margin-top: 5.6vw;
  height: 5.4vw;
  width: 7.695vw;
  position: relative;
}

header .header_inner .sp_nav .menu_btn .border span {
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
}

header .header_inner .sp_nav .menu_btn .border span:nth-child(1) {
  top: 0;
}

header .header_inner .sp_nav .menu_btn .border span:nth-child(2) {
  top: 50%;
}

header .header_inner .sp_nav .menu_btn .border span:nth-child(3) {
  bottom: 0;
}

header .header_inner .sp_nav .menu_btn .text {
  color: #fff;
  display: inline-block;
  font-size: 2.564vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.2vw;
  transition: 0.4s;
}

header .header_inner .sp_nav .menu_btn.is-scroll {
  transition: 0.4s;
  background: none;
}

header .header_inner .sp_nav .menu_btn.is-scroll .border span {
  background: #10D0AB !important;
}

header .header_inner .sp_nav .menu_btn.is-scroll .text {
  color: #10D0AB;
}

header .header_inner .sp_nav .menu_btn.is-open {
  background: none;
  transition: 0.4s;
}

header .header_inner .sp_nav .menu_btn.is-open .border span:nth-child(1) {
  animation: open-bar01 0.5s forwards;
  background: #10D0AB;
}

header .header_inner .sp_nav .menu_btn.is-open .border span:nth-child(2) {
  opacity: 0;
}

header .header_inner .sp_nav .menu_btn.is-open .border span:nth-child(3) {
  animation: open-bar03 0.5s forwards;
  background: #10D0AB;
}
@keyframes open-bar01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2.6vw);
  }
  100% {
    transform: translateY(2.6vw) rotate(30deg);
  }
}
@keyframes open-bar03 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2.6vw);
  }
  100% {
    transform: translateY(-2.6vw) rotate(-30deg);
  }
}
header .header_inner .sp_nav .menu_btn.is-open .text {
  color: #10D0AB;
  transition: 0.4s;
}

header .header_inner .sp_nav .menu_btn.is-close .border span:nth-child(1) {
  animation: close-bar01 0.5s forwards;
  background: #fff;
}

header .header_inner .sp_nav .menu_btn.is-close .border span:nth-child(3) {
  animation: close-bar03 0.5s forwards;
  background: #fff;
}
@keyframes close-bar01 {
  0% {
    transform: translateY(2.6vw) rotate(-30deg);
  }
  50% {
    transform: translateY(2.6vw) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes close-bar03 {
  0% {
    transform: translateY(-2.6vw) rotate(30deg);
  }
  50% {
    transform: translateY(-2.6vw) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
header .header_inner .sp_nav .g_nav_sp {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  padding: 4vw 3.08VW 14vw;
  z-index: 9998;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

header .header_inner .sp_nav .g_nav_sp.is-open {
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .logo {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 4.5vw 3.5vw 4.2vw;
  width: 100%;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .logo img {
  width: 35.41vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .nav {
  margin-top: 15vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .nav ul li:not(:first-child) {
  margin-top: 1.5vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .nav ul li a {
  background: #f4f4f4;
  border-radius: 3px;
  display: flex;
  align-items: center;
  color: #3A2F20;
  font-size: 3.846vw;
  padding: 2.95vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .nav ul li a .material-icons-round {
  color: #10D0AB;
  font-size: 4vw;
  margin-right: 2vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .tel_btn {
  margin-top: 7.5vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .tel_btn a {
  border: 1px solid #10D0AB;
  border-radius: 3px;
  color: #10D0AB;
  display: inline-block;
  padding: 2.6vw 3vw 2.05vw;
  width: 100%;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .tel_btn a .num {
  font-size: 7.179vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .tel_btn a .num .material-icons-round {
  font-size: 6.8vw;
  margin-right: 1.5vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .tel_btn a .time {
  font-size: 2.564vw;
  text-align: right;
  margin: 0.5vw 18vw 0 0;
  line-height: 1;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .net_reserve_btn {
  margin-top: 2.6vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .net_reserve_btn a {
  background: rgba(16, 208, 171, 0.15);
  border-radius: 3px;
  color: #10D0AB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.31vw 3vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .net_reserve_btn a .material-icons-round {
  font-size: 7vw;
  margin-right: 1.8vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .net_reserve_btn a span:not(.material-icons-round) {
  font-size: 4.871vw;
  font-weight: 500;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .address {
  font-size: 3.333vw;
  text-align: center;
  margin-top: 7.5vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .time_table {
  margin-top: 4.5vw;
}

header .header_inner .sp_nav .g_nav_sp .g_nav_sp_inner .time_table table {
  background: #f4f4f4;
}

header .header_inner .pc_nav {
  display: none;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  header {
    position: relative;
  }
  header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    height: 150px;
    width: 100%;
    z-index: -1;
  }
  header .header_inner {
    padding: 13px 60px 20px;
    height: auto;
    margin: 0 auto;
    max-width: 1340px;
    width: 100%;
    display: flex;
  }
  header .header_inner .logo {
    margin-top: 6px;
  }
  header .header_inner .logo a span {
    font-size: 0.75rem;
    padding-bottom: 10px;
  }
  header .header_inner .logo a img {
    width: 264px;
  }
  header .header_inner .sp_nav {
    display: none;
  }
  header .header_inner .pc_nav {
    display: block;
    margin-left: auto;
  }
  header .header_inner .pc_nav .infomation {
    display: flex;
    align-items: center;
  }
  header .header_inner .pc_nav .infomation .time {
    background: #f4f4f4;
    border-radius: 3px;
    color: #3A2F20;
    font-size: 0.75rem;
    margin-left: 14px;
    padding: 7.5px 25px;
    line-height: 1.67;
  }
  header .header_inner .pc_nav .infomation .tel {
    color: #10D0AB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-left: 14px;
    margin-top: 4px;
  }
  header .header_inner .pc_nav .infomation .tel .material-icons-round {
    margin-right: 2px;
  }
  header .header_inner .pc_nav .infomation .reserve_btn {
    margin-left: 14px;
  }
  header .header_inner .pc_nav .infomation .reserve_btn a {
    background: #10D0AB;
    border-radius: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 10px;
    width: 180px;
  }
  header .header_inner .pc_nav .infomation .reserve_btn a:hover {
    background: #16EDC3;
  }
  header .header_inner .pc_nav .infomation .reserve_btn a .material-icons-round {
    font-size: 1.25rem;
    margin-right: 5px;
  }
  header .header_inner .pc_nav .infomation .reserve_btn a span:not(.material-icons-round) {
    font-size: 0.9375rem;
    font-weight: 500;
    margin-top: 1px;
  }
  header .header_inner .pc_nav .g_nav_pc .nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .icon {
    width: 40px;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .icon a img:hover {
    opacity: 0.6;
  }
  header .header_inner .pc_nav .g_nav_pc .nav > ul {
    display: flex;
    justify-content: flex-end;
  }
  header .header_inner .pc_nav .g_nav_pc .nav > ul > li {
    display: flex;
    margin-left: 50px;
  }
  header .header_inner .pc_nav .g_nav_pc .nav > ul > li:first-child {
    margin-left: 10px;
  }
  header .header_inner .pc_nav .g_nav_pc .nav > ul > li > a, header .header_inner .pc_nav .g_nav_pc .nav > ul > li > span {
    color: #3A2F20;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.07rem;
    position: relative;
    transition: 0.4s;
  }
  header .header_inner .pc_nav .g_nav_pc .nav > ul > li > a::after, header .header_inner .pc_nav .g_nav_pc .nav > ul > li > span::after {
    content: "";
    position: absolute;
    bottom: 4.5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #10D0AB;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  header .header_inner .pc_nav .g_nav_pc .nav > ul > li > a:hover, header .header_inner .pc_nav .g_nav_pc .nav > ul > li > span:hover {
    color: #10D0AB;
  }
  header .header_inner .pc_nav .g_nav_pc .nav > ul > li > a:hover::after, header .header_inner .pc_nav .g_nav_pc .nav > ul > li > span:hover::after {
    transform: scale(1, 1);
  }
  header .header_inner .pc_nav .g_nav_pc .nav > ul > li > a:hover .material-icons-round, header .header_inner .pc_nav .g_nav_pc .nav > ul > li > span:hover .material-icons-round {
    color: #10D0AB;
  }
  header .header_inner .pc_nav .g_nav_pc .nav > ul > li > span {
    cursor: pointer;
  }
  header .header_inner .pc_nav .g_nav_pc .nav > ul > li > span .material-icons-round {
    color: #a9a9a9;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box {
    opacity: 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(100% - 20px);
    width: 100%;
    visibility: hidden;
    transition: 0.4s;
    z-index: -1;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner {
    display: flex;
    align-items: flex-start;
    padding: 52px 10px 40px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner .textbox {
    width: 18%;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner .textbox .title {
    padding-left: 10px;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner .textbox .title span {
    display: block;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner .textbox .title span:first-child {
    color: #10D0AB;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner .textbox .title span:last-child {
    font-family: "Noto Serif JP", serif;
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner .textbox .btn {
    margin-top: 14px;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner .textbox .btn a {
    background: #fff;
    border: 1px solid #10D0AB;
    border-radius: 2rem;
    color: #10D0AB;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.5px 5px 8.5px 16px;
    letter-spacing: 0.1rem;
    width: 160px;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner .textbox .btn a:hover {
    background: #10D0AB;
    color: #fff;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner .textbox .btn a:hover .material-icons-round {
    color: #fff;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner .textbox .btn a .material-icons-round {
    font-size: 1.2rem;
    margin-left: 8px;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner ul {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    width: 82%;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner ul li {
    display: flex;
    width: 11.6%;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner ul li a {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #3A2F20;
    text-align: center;
    padding: 16px 10px 9px;
    width: 100%;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner ul li a:hover {
    background: #DBF8F3;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger .megamenu_box .megamenu_box_inner ul li a .img {
    display: block;
    margin-bottom: 8px;
    width: 60px;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger:hover .megamenu_p {
    color: #10D0AB;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger:hover .megamenu_p .material-icons-round {
    color: #10D0AB;
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger:hover .megamenu_p::after {
    transform: scale(1, 1);
  }
  header .header_inner .pc_nav .g_nav_pc .nav .megamenu_trigger:hover .megamenu_box {
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
}
/*---------------------------------
footer
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
footer {
  background-color: #DCDCDC;
}

footer .footer_contents {
  background: #505050;
}

footer .footer_contents .footer_contents_inner {
  padding: 5vw 0 14vw;
  position: relative;
}

footer .footer_contents .footer_contents_inner::before {
  content: "";
  position: absolute;
  left: 6vw;
  top: 0;
  background: #10D0AB;
  height: 2px;
  width: 30px;
}

footer .footer_contents .footer_contents_inner .title {
  color: #a9a9a9;
  font-weight: 500;
  font-size: 3.07vw;
  letter-spacing: 0.28vw;
  padding: 0 6.155vw;
}

footer .footer_contents .footer_contents_inner .nav_lsit {
  display: flex;
  margin-top: 7.5vw;
}

footer .footer_contents .footer_contents_inner .nav_lsit ul {
  padding: 0 6.155vw;
  width: 50%;
}

footer .footer_contents .footer_contents_inner .nav_lsit ul:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer_contents .footer_contents_inner .nav_lsit ul li {
  margin-top: 2.9vw;
}

footer .footer_contents .footer_contents_inner .nav_lsit ul li a {
  color: #fff;
  display: inline-block;
  font-size: 3.333vw;
}

footer .footer_main .footer_main_inner {
  padding: 12.9vw 4.616vw 19vw;
}

footer .footer_main .footer_main_inner .logo {
  text-align: center;
}

footer .footer_main .footer_main_inner .logo a {
  display: inline-block;
}

footer .footer_main .footer_main_inner .logo a img {
  width: 53.334vw;
}

footer .footer_main .footer_main_inner .information .address {
  font-size: 3.333vw;
  text-align: center;
  margin-top: 7.5vw;
}

footer .footer_main .footer_main_inner .time_table {
  margin-top: 5.4vw;
}

footer .footer_main .footer_main_inner .copy {
  color: #a9a9a9;
  font-size: 3.076vw;
  margin-top: 11.4vw;
}

footer .fixed_banner {
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1.299vw;
  width: 100%;
  z-index: 9997;
  display: none;
}

footer .fixed_banner ul {
  display: flex;
  justify-content: space-between;
}

footer .fixed_banner ul li {
  display: flex;
  width: 47.95vw;
}

footer .fixed_banner ul li a {
  border-radius: 3px;
  color: #10D0AB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

footer .fixed_banner ul li.tel a {
  background: #f4f4f4;
  padding: 1.3vw 2vw 1.1vw;
}

footer .fixed_banner ul li.tel a .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.615vw;
  line-height: 1;
  text-align: center;
  width: 100%;
}

footer .fixed_banner ul li.tel a .num .material-icons-round {
  font-size: 4.615vw;
  margin-right: 1vw;
  vertical-align: middle;
}

footer .fixed_banner ul li.tel a .time {
  font-size: 2.564vw;
  margin: 0.25vw 0 0 5.6vw;
  line-height: 1;
}

footer .fixed_banner ul li.reserve a {
  background: rgba(16, 208, 171, 0.15);
  font-size: 3.846vw;
  padding: 1vw 2vw;
  line-height: 1;
}

footer .fixed_banner ul li.reserve a .material-icons-round {
  font-size: 5.128vw;
  margin-right: 1vw;
}

.footer_main a.doctors_file {
  display: block;
  margin-top: 5.4vw;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  footer .footer_contents .footer_contents_inner {
    padding: 25px 60px;
    margin: 0 auto;
    max-width: 1200px;
  }
  footer .footer_contents .footer_contents_inner::before {
    left: 60px;
  }
  footer .footer_contents .footer_contents_inner .title {
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    padding: 0;
  }
  footer .footer_contents .footer_contents_inner .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer_contents .footer_contents_inner .nav .nav_lsit {
    margin: 0;
  }
  footer .footer_contents .footer_contents_inner .nav .nav_lsit ul {
    display: flex;
    padding: 0;
    width: auto;
  }
  footer .footer_contents .footer_contents_inner .nav .nav_lsit ul:first-child {
    border: 0;
  }
  footer .footer_contents .footer_contents_inner .nav .nav_lsit ul:first-child li {
    letter-spacing: 0.07rem;
  }
  footer .footer_contents .footer_contents_inner .nav .nav_lsit ul:first-child li:first-child {
    margin-left: 0;
  }
  footer .footer_contents .footer_contents_inner .nav .nav_lsit ul li {
    margin: 0 0 0 50px;
  }
  footer .footer_contents .footer_contents_inner .nav .nav_lsit ul li a {
    font-size: 0.8125rem;
  }
  footer .footer_contents .footer_contents_inner .nav .nav_lsit ul li a:hover {
    opacity: 0.6;
  }
  footer .footer_main .footer_main_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 60px;
    margin: 0 auto;
    max-width: 1200px;
  }
  footer .footer_main .footer_main_inner .logo {
    margin-top: 12px;
    width: 208px;
  }
  footer .footer_main .footer_main_inner .logo a img {
    width: 208px;
  }
  footer .footer_main .footer_main_inner .information {
    margin: 2px 0 0 65px;
  }
  footer .footer_main .footer_main_inner .information .address {
    font-size: 0.9375rem;
    text-align: left;
    margin-top: 0;
  }
  footer .footer_main .footer_main_inner .information .contact {
    display: flex !important;
    align-items: center;
    margin-top: 22px;
  }
  footer .footer_main .footer_main_inner .information .contact .tel {
    color: #10D0AB;
    display: flex;
    align-items: center;
    font-size: 1.75rem;
  }
  footer .footer_main .footer_main_inner .information .contact .tel span {
    font-size: 1.75rem;
  }
  footer .footer_main .footer_main_inner .information .contact .reserve_btn {
    margin-left: 20px;
  }
  footer .footer_main .footer_main_inner .information .contact .reserve_btn a {
    background: #10D0AB;
    border-radius: 2rem;
    color: #fff;
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6.5px 10px;
    width: 140px;
  }
  footer .footer_main .footer_main_inner .information .contact .reserve_btn a:hover {
    background: #16EDC3;
  }
  footer .footer_main .footer_main_inner .information .contact .reserve_btn a span {
    font-size: 1.375rem;
    margin-right: 9px;
  }
  footer .footer_main .footer_main_inner .copy {
    font-size: 0.75rem;
    margin-top: 28px;
    width: 100%;
  }
  footer .footer_main .footer_main_inner .time_table {
    margin-top: 0;
  }
  footer .fixed_banner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    bottom: auto;
    top: 148px;
    padding: 5px 0 5px 5px;
    width: 50px;
  }
  footer .fixed_banner ul {
    flex-direction: column;
  }
  footer .fixed_banner ul li {
    flex-direction: column;
    width: 100%;
  }
  footer .fixed_banner ul li a {
    flex-direction: column;
    height: 150px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  footer .fixed_banner ul li.tel a {
    padding: 0;
  }
  footer .fixed_banner ul li.tel a:hover {
    background: #A9A9A9;
    color: #DBF8F3;
  }
  footer .fixed_banner ul li.tel a .num {
    flex-direction: column;
    font-size: 0.9375rem;
  }
  footer .fixed_banner ul li.tel a .num .material-icons-round {
    font-size: 1.125rem;
    margin: 0 0 4px 0;
  }
  footer .fixed_banner ul li.tel a .num span:not(.material-icons-round) {
    letter-spacing: 0.17rem;
    writing-mode: vertical-rl;
  }
  footer .fixed_banner ul li.tel a .time {
    display: none;
  }
  footer .fixed_banner ul li.reserve {
    margin-top: 5px;
  }
  footer .fixed_banner ul li.reserve a {
    font-size: 0.9375rem;
    padding: 5px;
  }
  footer .fixed_banner ul li.reserve a:hover {
    background: #10D0AB;
    color: #fff;
  }
  footer .fixed_banner ul li.reserve a .material-icons-round {
    font-size: 1.25rem;
    margin: 0 0 4px 0;
  }
  footer .fixed_banner ul li.reserve a span:not(.material-icons-round) {
    letter-spacing: 0.17rem;
    writing-mode: vertical-rl;
  }
  footer .footer_main a.doctors_file {
    width: 30%;
    margin-top: 0.5vw;
  }
}
/*---------------------------------
pagetop
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.pagetop {
  position: fixed;
  right: 15px;
  bottom: 65px;
  z-index: 998;
  display: none;
}

.pagetop a {
  display: inline-block;
  width: 14vw;
  height: 14vw;
  border-radius: 50%;
  background: #505050;
  color: #fff;
  text-align: center;
}

.pagetop a span {
  font-size: 6vw;
  line-height: 14vw;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .pagetop {
    right: 60px;
    bottom: 40px;
  }
  .pagetop a {
    width: 46px;
    height: 46px;
  }
  .pagetop a span {
    font-size: 1.6em;
    line-height: 46px;
  }
}
/*---------------------------------
time_table
--------------------------------*/
.time_table table {
  background: #fff;
  border-radius: 3px;
  font-size: 3.333vw;
  overflow: hidden;
  width: 100%;
}

.time_table table thead {
  background: #505050;
  color: #fff;
}

.time_table table thead th {
  font-weight: 400;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  padding: 1.15vw 2vw;
}

.time_table table thead th:last-child {
  border-right: 0;
}

.time_table table tbody tr {
  border-top: 1px solid #dcdcdc;
}

.time_table table tbody tr th {
  border-right: 1px solid #dcdcdc;
  color: #505050;
  font-size: 3.589vw;
  font-weight: 500;
  text-align: right;
  padding: 0.95vw 2vw;
  letter-spacing: 0.05vw;
  width: 26.5vw;
}

.time_table table tbody tr td {
  border-right: 1px solid #dcdcdc;
  color: rgba(16, 208, 171, 0.5);
  text-align: center;
  padding: 0 2vw;
  vertical-align: middle;
}

.time_table table tbody tr td:last-child {
  border-right: 0;
}

.time_table .att {
  color: #505050;
  font-size: 3.589vw;
  margin-top: 2vw;
}

.time_table .att span {
  display: none;
}

@media (min-width: 751px) {
  .time_table {
    margin-left: auto;
  }
  .time_table table {
    font-size: 0.8125rem;
    width: 354px;
  }
  .time_table table thead th {
    padding: 4px;
  }
  .time_table table tbody tr th {
    font-size: 0.875rem;
    padding: 4px 6px;
    letter-spacing: 0.03em;
    width: 102px;
  }
  .time_table table tbody tr td {
    padding: 4px;
  }
  .time_table .att {
    font-size: 0.75rem;
    margin-top: 10px;
  }
  .time_table .att span {
    display: block;
  }
}
/*---------------------------------
ページネーション
--------------------------------*/
.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}

.nav-links li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}

.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #000000;
}

.pagination .screen-reader-text {
  display: none;
}

/*---------------------------------
title h2 h3
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
/* PC用 751px以上に適用されるCSS */
/*---------------------------------
xxxx Template xxxx
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
/* PC用 751px以上に適用されるCSS */
:root {
  --main-color: #10D0AB;
}

/* コピペ用コード */
.font-size-dummy {
  font-size: 2.56vw;
  /* 10px */
  font-size: 0.75rem;
  font-size: 3vw;
  /* 12px */
  font-size: 0.8125rem;
  font-size: 3.3vw;
  /* 13px */
  font-size: 0.875rem;
  font-size: 3.58vw;
  /* 14px */
  font-size: 0.9375rem;
  font-size: 3.8vw;
  /* 15px */
  font-size: 1rem;
  font-size: 4.1vw;
  /* 16px */
  font-size: 1.125rem;
  font-size: 4.6vw;
  /* 18px */
  font-size: 1.25rem;
  font-size: 5.12vw;
  /* 20px */
  font-size: 1.5rem;
  font-size: 6.15vw;
  /* 24px */
  font-size: 1.625rem;
  /* 26px */
  font-size: 1.75rem;
  font-size: 7.17vw;
  /* 28px */
  font-size: 7.6vw;
  /* 30px */
  font-size: 2rem;
  font-size: 8.2vw;
  /* 32px */
  font-size: 2.25rem;
  /* 36px */
  font-size: 2.625rem;
  /* 46px */
  font-size: 3.75rem;
  font-size: 15.38vw;
  /* 60px */
  font-size: 5rem;
  /* 80px */
}

/* view 表示させたい文字サイズ÷幅×100 */
/*---------------------------------
page__title
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
#page__title .inner .pic__bg {
  width: 100%;
  height: 46vw;
  position: relative;
}

#page__title .inner .pic__bg::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#page__title .inner .pic__bg .title__area {
  position: absolute;
  top: 40%;
  left: 6%;
  z-index: 2;
}

#page__title .inner .pic__bg h1 {
  font-weight: normal;
}

#page__title .inner .pic__bg h1 .en {
  font-size: 3vw;
  color: #DBF8F3;
  letter-spacing: 0.2em;
}

#page__title .inner .pic__bg h1 .serif {
  font-size: 7.17vw;
  color: #fff;
  line-height: 1.2;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #page__title .inner {
    margin: 0 auto;
    max-width: 1920px;
    width: calc(100% - 120px);
  }
  #page__title .inner .pic__bg {
    height: 320px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  #page__title .inner .pic__bg::after {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  #page__title .inner .pic__bg .title__area {
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #page__title .inner .pic__bg h1 .en {
    font-size: 0.9375rem;
  }
  #page__title .inner .pic__bg h1 .serif {
    font-size: 2.25rem;
    line-height: 1.4;
  }
}
/*---------------------------------
pankuzu
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
#pankuzu .inner {
  padding: 0.8em 1em 5em;
}

#pankuzu ul {
  display: block;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}

#pankuzu ul li img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

#pankuzu ul li {
  display: inline;
  margin-right: 0.8em;
  font-size: 3vw;
}

#pankuzu ul li::after {
  content: "／";
  color: #B7A895;
  padding-left: 1em;
}

#pankuzu ul li:last-child:after {
  content: none;
}

#pankuzu ul li a {
  color: #B7A895;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #pankuzu .inner {
    margin: 0 auto;
    max-width: 1920px;
    width: calc(100% - 120px);
    padding: 0.8em 0 5em;
  }
  #pankuzu ul {
    overflow: inherit;
    white-space: inherit;
  }
  #pankuzu ul li {
    font-size: 0.75rem;
  }
}
/*---------------------------------
title h2 h3
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
h2,
h3,
h4 {
  position: relative;
  display: inline-block;
  font-weight: normal;
}

/* h2 type-a */
.title__area h2.type-a {
  padding-top: 5vw;
  padding-bottom: 15vw;
}

.title__area h2.type-a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background-color: var(--main-color);
  border-radius: 2px;
}

.title__area h2.type-a .en {
  color: var(--main-color);
  font-size: 3vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.title__area h2.type-a .serif {
  display: block;
  font-size: 6.15vw;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

/* h2 type-b */
.title__area h2.type-b {
  letter-spacing: 0.15em;
  padding-bottom: 10vw;
}

.title__area h2.type-b .clinic {
  font-size: 4.1vw;
  line-height: 2.8;
}

.title__area h2.type-b .big {
  font-size: 7.6vw;
  line-height: 1.3;
}

.title__area h2.type-b .small {
  font-size: 6.15vw;
}

/* h2 type-d */
.title__area h2.type-d {
  letter-spacing: 0.15em;
  font-size: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 4em;
  padding-top: 2em;
}

.title__area h2.type-d span.lump {
  writing-mode: vertical-rl;
  line-height: 1.6;
  letter-spacing: 0.15em;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}

.title__area h2.type-d span.number {
  text-orientation: upright;
}

.title__area h2.type-d .en {
  color: var(--main-color);
  font-size: 3vw;
  margin-left: 1.5em;
  font-weight: 500;
}

.title__area h2.type-d .clinic {
  font-size: 4.1vw;
  line-height: 2.8;
}

.title__area h2.type-d .big {
  font-size: 7.6vw;
  line-height: 1.3;
}

.title__area h2.type-d .small {
  font-size: 6.15vw;
}

/* h3 type-a : h2 type-c */
.title__area h3.type-a,
.title__area h2.type-c {
  font-size: 5.12vw;
  margin-bottom: 1.8em;
  color: var(--main-color);
  border-bottom: 1px solid;
}

/* h3 type-b */
.title__area h3.type-b {
  font-size: 4.6vw;
  margin-bottom: 2.2em;
  font-weight: bold;
  color: #fff;
}

.title__area h3.type-b span {
  background: var(--main-color);
  padding: 0.2em 0.3em;
}

/* h3 type-c */
.title__area h3.type-c {
  font-size: 5.12vw;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  letter-spacing: 0.2em;
  display: inline-block;
  text-align: left;
}

/* h4 */
.title__area h4 {
  font-size: 4.6vw;
  font-weight: bold;
  padding-bottom: 1.8em;
  display: flex;
  align-items: center;
}

.title__area h4::before,
.title__area h4::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #3A2F20;
}

.title__area h4::before {
  margin-right: 1rem;
}

.title__area h4::after {
  margin-left: 1rem;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  /* h2 type-a */
  .title__area h2.type-a {
    padding-top: 32px;
    padding-bottom: 80px;
  }
  .title__area h2.type-a::before {
    width: 40px;
  }
  .title__area h2.type-a .en {
    font-size: 0.9375rem;
  }
  .title__area h2.type-a .serif {
    font-size: 2.25rem;
  }
  /* h2 type-b */
  .title__area h2.type-b {
    padding-bottom: 60px;
  }
  .title__area h2.type-b .clinic {
    font-size: 1.25rem;
  }
  .title__area h2.type-b .big {
    font-size: 2.625rem;
  }
  .title__area h2.type-b .small {
    font-size: 2rem;
  }
  /* h2 type-d */
  .title__area h2.type-d {
    justify-content: start;
  }
  .title__area h2.type-d .en {
    font-size: 0.875rem;
  }
  .title__area h2.type-d .clinic {
    font-size: 1.25rem;
  }
  .title__area h2.type-d .big {
    font-size: 2.625rem;
  }
  .title__area h2.type-d .small {
    font-size: 2rem;
  }
  /* h3 type-a : h2 type-c */
  .title__area h3.type-a,
  .title__area h2.type-c {
    font-size: 1.5rem;
    margin-bottom: 40px;
    margin-left: 0;
  }
  /* h3 type-b */
  .title__area h3.type-b {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
  /* h3 type-c */
  .title__area h3.type-c {
    font-size: 1.5rem;
  }
  /* h4 */
  .title__area h4 {
    font-size: 1.125rem;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*---------------------------------
txt
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.txt__area p,
.txt__area ul,
.txt__area dl {
  font-size: 3.8vw;
  padding-bottom: 1.25rem;
}

/* name */
p.name {
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 2em;
}

p.name .serif {
  font-size: 6.15vw;
}

p.name .en {
  font-size: 3vw;
  color: #B7A895;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .txt__area p,
  .txt__area ul,
  .txt__area dl {
    font-size: 1rem;
  }
  /* single */
  .txt__area.single {
    margin: 0 auto;
    width: 800px;
  }
  /* name */
  p.name .serif {
    font-size: 2.25rem;
  }
  p.name .en {
    font-size: 0.9375rem;
  }
}
/*---------------------------------
ul li dl
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
/* ul */
ul.list {
  margin: 0;
  padding: 0;
}

ul.list li {
  list-style-type: none;
  position: relative;
  padding-left: 0.9em;
  padding-bottom: 1.25em;
}

ul.list li:last-child {
  padding-bottom: 0;
}

ul.list li::before {
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  background-color: var(--main-color);
}

/* ol */
ol.flow {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol.flow li {
  width: 100%;
  position: relative;
  border: 1px solid;
  border-color: var(--main-color);
  border-radius: 8px;
  padding: 1em 1.5em;
  margin: 0 0 1.25em 0;
  background-color: #fff;
}

ol.flow li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--main-color);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -11px;
}

ol.flow li:last-child::before {
  content: none;
}

ol.flow li::after {
  position: absolute;
  bottom: -0.4em;
  right: 0.2em;
  color: rgba(16, 208, 171, 0.15);
  font-size: 15vw;
}

ol.flow li.n01::after {
  content: "01";
}

ol.flow li.n02::after {
  content: "02";
}

ol.flow li.n03::after {
  content: "03";
}

ol.flow li.n04::after {
  content: "04";
}

ol.flow li.n05::after {
  content: "05";
}

ol.flow li.n06::after {
  content: "06";
}

/* table dl */
.fb .table {
  margin-bottom: 6vw;
}

.fb .table:last-child {
  margin-bottom: 0;
}

.table {
  border: 1px solid var(--main-color);
  border-radius: 8px;
  padding: 2px;
  background-color: #fff;
}

.table.nb {
  border: none;
  padding: 3px;
}

.table > dl {
  padding-bottom: 0;
}

.table > dl > dt {
  font-size: 4.1vw;
  font-weight: 700;
  background-color: #DBF8F3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0.8em 1em;
}

.table > dl > dd {
  padding: 0.8em 1em;
}

/* dl type-a */
dl.type-a dt {
  font-size: 4.1vw;
  font-weight: 700;
  padding-bottom: 1em;
}

dl.type-a dt .en {
  font-size: 3vw;
  font-weight: 400;
  color: #B7A895;
  letter-spacing: 0.1em;
}

/* dl type-b */
dl.type-b dd {
  padding: 2px 0 !important;
}

dl.type-b dd .fb {
  display: flex;
  justify-content: space-between;
}

dl.type-b dd .fb > dl {
  width: 50%;
  padding-bottom: 0;
}

dl.type-b dd .distinction {
  padding: 1em 1em 0.8em;
}

dl.type-b dd .distinction dl dt {
  font-size: 4.1vw;
  font-weight: 700;
  text-align: center;
}

dl.type-b dd .distinction dl dd {
  text-align: center;
}

dl.type-b dd .distinction dl.merit {
  border-right: #DBF8F3 1px solid;
}

dl.type-b dd .distinction dl.merit dt {
  color: var(--main-color);
}

dl.type-b dd .distinction dl.demerit dt {
  color: #B7A895;
}

/* dl type-c */
.table dl.type-c {
  display: table;
  width: 100%;
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #DBF8F3;
}

.table dl.type-c:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.table dl.type-c dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 18%;
  border-radius: 0px;
}

.table dl.type-c:first-child dt {
  border-top-left-radius: 5px;
}

.table dl.type-c:last-child dt {
  border-bottom-left-radius: 5px;
}

.table dl.type-c dd {
  display: table-cell;
  width: 70%;
}

/* dl type-d */
dl.type-d dt {
  font-size: 5.12vw;
  padding: 1em 0;
  font-weight: normal;
  letter-spacing: 0.1em;
}

/* dl .chronology */
dl.chronology {
  padding-bottom: 1.25em;
}

dl.chronology:last-child {
  padding-bottom: 0;
}

dl.chronology dt {
  font-weight: normal;
  color: var(--main-color);
}

/* dl type-e */
dl.type-e dd .price__area {
  text-align: center;
  color: var(--main-color);
  font-weight: 700;
  font-size: 6.15vw;
  line-height: 1.4;
  padding-bottom: 0.45em;
  border-bottom: 1px solid #DBF8F3;
}

dl.type-e dd .pic__area {
  margin-left: 1.5em;
}

dl.type-e dd .price__area span {
  font-size: 0.5em;
  padding-left: 0.2em;
}

dl.type-e ul.list li {
  padding-bottom: 0;
}

dl.type-e dd .fb {
  display: flex;
  padding: 1em 0.5em;
  padding-bottom: 0;
}

/* dl type-f */
dl.type-f {
  border-bottom: 1px solid #DCDCDC;
  padding-top: 1.4em;
}

dl.type-f dt {
  font-weight: bold;
  padding-bottom: 0.5em;
  color: #B7A895;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  /* ul */
  ul.list li::before {
    top: 0.75em;
  }
  /* ol */
  ol.flow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  ol.flow li {
    width: 33%;
    margin: 0 1em;
  }
  ol.flow.type-a li {
    width: 30%;
    margin: 0 0.8em 2em;
  }
  ol.flow li::before {
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent var(--main-color);
    top: 50%;
    right: -13px;
    bottom: inherit;
    left: inherit;
    margin-top: -8px;
  }
  ol.flow.type-a li:nth-child(3)::before {
    content: none;
    /*
    right: inherit;
    top: inherit;
    left: -5px;
    bottom: -16px;
    border-left: none;
    border-right: 12px solid var(--main-color);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    transform: rotate(80deg);
    */
  }
  ol.flow li::after {
    font-size: 5rem;
  }
  /* table dl */
  .fb .table {
    width: 48.5%;
  }
  .fb .table:first-child {
    margin-bottom: 0;
  }
  .table > dl > dt {
    font-size: 1.125rem;
  }
  .table > dl > dd {
    padding: 1em 1.2em;
  }
  /* dl type-a */
  dl.type-a dt {
    font-size: 1.125rem;
  }
  dl.type-a dt .en {
    font-size: 0.75rem;
  }
  /* dl type-b */
  dl.type-b dd .distinction dl {
    width: 50%;
  }
  dl.type-b dd .distinction dl dt {
    font-size: 1.125rem;
  }
  /* dl type-d */
  dl.type-d dt {
    font-size: 1.5rem;
  }
  /* dl type-e */
  dl.type-e dd .price__area {
    font-size: 2rem;
  }
  dl.type-e dd .fb {
    padding: 1.4em;
    padding-bottom: 0;
  }
  /* dl type-f */
  dl.type-f dt {
    width: 20%;
    padding: 0 1em;
  }
  dl.type-f dd {
    width: 80%;
    padding: 0 1em;
  }
}
/*---------------------------------
cnt
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
/* type-a */
.cnt.type-a {
  padding-bottom: 18vw;
}

/* type-b */
.cnt.type-b {
  padding-bottom: 22vw;
}

/* type-c */
.cnt.type-c {
  padding-bottom: 24vw;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  /* type-a */
  .cnt.type-a {
    padding-bottom: 80px;
  }
  /* type-b */
  .cnt.type-b {
    padding-bottom: 140px;
  }
  /* type-c */
  .cnt.type-c {
    padding-bottom: 180px;
  }
}
/*---------------------------------
fb
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .fb {
    display: flex;
    justify-content: space-between;
  }
  .fb.reverse {
    flex-direction: row-reverse;
  }
  /* type-a */
  .fb.type-a .box {
    width: 50%;
    padding-left: 60px;
  }
  .fb.type-a .box:first-child {
    width: 50%;
    padding-left: 0;
    padding-right: 60px;
    border-right: 1px solid #DCDCDC;
  }
  .fb.type-a .cnt.type-a:last-child {
    padding-bottom: 20px;
  }
}
/*---------------------------------
pic
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.pic__area .bd {
  border-radius: 8px;
  border: #DCDCDC 1px solid;
  background-color: #fff;
  padding: 0.4em;
  width: 100%;
}

.fb.three-rows {
  flex-wrap: wrap;
}

.fb.three-rows .pic__area {
  text-align: center;
  margin-bottom: 2em;
}

.fb.three-rows .pic__area .caption {
  display: block;
  width: 100%;
  background: #F4F4F4;
  padding: 0.3em 0;
  font-weight: bold;
  font-size: 3.3vw;
  letter-spacing: 0.1em;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .pic__area.bd {
    border-radius: 12px;
    width: 420px;
  }
  .fb .pic__area.l-img {
    margin-left: -60px;
  }
  .fb .pic__area.r-img {
    margin-right: -60px;
  }
  .fb.three-rows {
    justify-content: space-between;
  }
  .fb.three-rows .pic__area {
    width: 31.5%;
  }
  .fb.three-rows .pic__area .caption {
    font-size: 0.9375rem;
  }
}
/*---------------------------------
btn
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.btn__area {
  margin-top: 2vw;
}

.btn.type-a a,
.btn.type-b a {
  background: #fff;
  font-size: 4.1vw;
  border-radius: 3px;
  border: 1px solid var(--main-color);
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  padding: 1em 2em;
  color: var(--main-color);
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}

.btn.type-b a {
  background: none;
  font-size: 3.8vw;
  border-radius: 100px;
  max-width: 80%;
  padding: 0.7em 1.7em;
  margin: inherit;
}

.btn.type-a a:after,
.btn.type-b a:after {
  font-family: "Material Icons Round";
  content: "\e5c8";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
}

.btn.type-a a:hover,
.btn.type-b a:hover {
  background: var(--main-color);
  color: #FFF;
}

.btn.type-a a:hover:after,
.btn.type-b a:hover:after {
  right: 0.7em;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .btn__area {
    margin-top: 15px;
  }
  .btn.type-a a {
    font-size: 1.125rem;
    max-width: 320px;
    padding: 0.7em 2em;
  }
  .btn.type-b a {
    font-size: 1rem;
    max-width: 260px;
    padding: 0.7em 2em;
  }
}
/*---------------------------------
three-points
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.three-points {
  margin-bottom: 3em;
}

.three-points dl {
  border-radius: 6px;
  background-color: #fff;
  padding: 1.5em 1.8em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

.three-points dl dt,
.three-points__area .bg .title__area .nm {
  color: var(--main-color);
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  width: 20%;
}

.three-points__area .bg .title__area .nm {
  margin-bottom: 1.8em;
}

.three-points dl dt::after,
.three-points__area .bg .title__area .nm::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  display: inline-block;
  width: 3.5em;
  height: 5px;
  background-color: #DBF8F3;
  transform: rotate(-60deg);
  border-radius: 16px;
}

.three-points__area .bg .title__area .nm::after {
  right: inherit;
  left: 0.8em;
  top: 55%;
}

.three-points dl dt .small,
.three-points__area .bg .title__area .nm .small {
  font-size: 2.56vw;
  letter-spacing: 0.1em;
}

.three-points dl dt .big,
.three-points__area .bg .title__area .nm .big {
  font-size: 7.6vw;
}

.three-points dl dd {
  font-size: 4.1vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 72%;
  display: flex;
  align-items: center;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .three-points {
    margin-bottom: 4em;
  }
  .three-points dl {
    width: 31.5%;
    text-align: center;
    display: block;
    margin-bottom: 0;
  }
  .three-points dl dt,
  .three-points__area .bg .title__area .nm {
    font-weight: normal;
    margin-bottom: 1.5em;
    width: 100%;
  }
  .three-points dl dt::after {
    right: 28.5%;
    height: 8px;
  }
  .three-points dl dt::after,
  .three-points__area .bg .title__area .nm::after {
    width: 60px;
    height: 6px;
  }
  .three-points__area .bg .title__area .nm::after {
    left: 4.5%;
    height: 8px;
  }
  .three-points dl dt .small,
  .three-points__area .bg .title__area .nm .small {
    font-size: 0.75rem;
  }
  .three-points dl dt .big,
  .three-points__area .bg .title__area .nm .big {
    font-size: 2.25rem;
  }
  .three-points dl dd {
    font-size: 1.125rem;
    width: 100%;
    justify-content: center;
  }
}
/*---------------------------------
three-points__area
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.three-points__area .bg {
  margin-bottom: 40vw;
}

.three-points__area .bg.l {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}

.three-points__area .bg.r {
  background: linear-gradient(270deg, #fff 50%, #fff 0%, transparent 50%, transparent 100%);
  text-align: left;
}

.three-points__area .bg .cnt-wrap {
  background-color: #fff;
}

.three-points__area .bg .cnt-wrap .pic__area {
  position: relative;
  top: -3em;
}

.three-points__area .bg.l .cnt-wrap .pic__area {
  margin-right: -10%;
}

.three-points__area .bg.r .cnt-wrap .pic__area {
  margin-left: -10%;
}

.three-points__area .bg.l .cnt-wrap .txt__area {
  padding: 2em 2em 2em 0;
}

.three-points__area .bg.r .cnt-wrap .txt__area {
  padding: 2em 0 2em 2em;
}

.three-points__area .bg.r .cnt-wrap .title__area {
  padding-left: 2em;
}

.three-points__area .bg .title__area h3 {
  font-size: 5.12vw;
}

.three-points__area .bg .title__area h3 span {
  background: linear-gradient(transparent 70%, #DBF8F3 70%);
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .three-points__area .innr {
    position: relative;
  }
  .three-points__area > .innr > .title__area {
    margin-left: 220px;
  }
  .three-points__area .bg {
    margin-bottom: 230px;
  }
  .three-points__area .bg .cnt-wrap {
    width: 950px;
  }
  .three-points__area .bg.r .cnt-wrap {
    margin-left: auto;
  }
  .three-points__area .bg .cnt-wrap .pic__area {
    margin-top: -80px;
    width: 540px;
    position: inherit;
    top: inherit;
  }
  .three-points__area .bg.l .cnt-wrap .pic__area {
    margin-right: -130px;
  }
  .three-points__area .bg.r .cnt-wrap .pic__area {
    margin-left: -130px;
  }
  .three-points__area .bg .cnt-wrap .title__area {
    width: 480px;
  }
  .three-points__area .bg.l .cnt-wrap .title__area {
    padding: 80px 0 0 60px;
  }
  .three-points__area .bg.r .cnt-wrap .fb {
    justify-content: start;
  }
  .three-points__area .bg.r .cnt-wrap .title__area {
    padding: 70px 0 0 80px;
  }
  .three-points__area .bg.l .cnt-wrap .txt__area {
    padding: 60px 90px 70px 60px;
  }
  .three-points__area .bg.r .cnt-wrap .txt__area {
    padding: 60px 60px 70px 90px;
  }
  .three-points__area .bg .title__area h3 {
    font-size: 1.5rem;
  }
}
/*---------------------------------
bg__top
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.bg__top {
  position: relative;
  background-color: #DBF8F3;
  margin-bottom: 22vw;
}

.bg__top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #DBF8F3;
  height: 40vw;
  width: 100%;
  z-index: -1;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .bg__top {
    margin-bottom: 140px;
  }
  .bg__top::before {
    height: 292px;
  }
}
/*---------------------------------
guide_btm
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
#guide_btm {
  margin-bottom: 10vw;
}

#guide_btm .innr {
  padding: 0 4%;
}

#guide_btm ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#guide_btm ul li {
  width: 48%;
  margin-bottom: 3vw;
}

#guide_btm ul li a {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  font-size: 3.3vw;
  line-height: 1.5;
  font-weight: 700;
  color: #3A2F20;
  padding: 3vw;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: center;
  position: relative;
}

#guide_btm ul li a:after {
  font-family: "Material Icons Round";
  content: "\e5c8";
  font-size: 3.5vw;
  color: var(--main-color);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#guide_btm ul li a:hover {
  background: #DBF8F3;
}

#guide_btm ul li a .img {
  display: block;
  margin-right: 7px;
  width: 21.5%;
}

#guide_btm ul li a .img img {
  width: 100%;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #guide_btm {
    margin-bottom: 80px;
  }
  #guide_btm .innr {
    padding: 0;
  }
  #guide_btm ul.fb {
    justify-content: center;
    flex-wrap: nowrap;
  }
  #guide_btm ul li {
    width: 120px;
    margin: 0 8px;
  }
  #guide_btm ul li a {
    border-radius: 6px;
    font-size: 0.75rem;
    padding: 20px 10px 15px;
    flex-direction: column;
    justify-content: center;
  }
  #guide_btm ul li a:after {
    content: none;
  }
  #guide_btm ul li a .img {
    margin-right: 0;
    margin-bottom: 8px;
    width: 66px;
  }
}
/*---------------------------------
xxxx Template xxxx
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
/* PC用 751px以上に適用されるCSS */
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #B7A895;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 44%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  /* opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);*/
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: 0.5;
  background: url(overlays/02.webp) center center;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide, body.vegas-container > .vegas-timer {
  position: fixed;
  z-index: -1;
}

.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0) brightness(1.01);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  transform: translateY(0);
}

.vegas-transition-slideDown2-out {
  transform: translateY(100%);
}

.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  transform: translateX(0);
}

.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  transform: translateX(0);
}

.vegas-transition-slideRight2-out {
  transform: translateX(100%);
}

.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  transform: translateY(100%);
}

.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  transform: translateY(0);
}

.vegas-transition-slideUp2-out {
  transform: translateY(-100%);
}

.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

.vegas-animation-kenburns {
  animation: kenburns ease-out;
}
@keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out;
}
@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out;
}
@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out;
}
@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out;
}
@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out;
}
@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out;
}
@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out;
}
@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out;
}
@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*---------------------------------
mv
--------------------------------*/
#mv .inner .mvtop {
  position: relative;
}

#mv .inner .mvtop .slider {
  position: relative;
}

#mv .inner .mvtop .slider .slider_inner {
  min-height: 420px;
  background: url(../img/mv01_sp.webp);
  background-size: cover;
}

#mv .inner .mvtop .slider .slider_inner .vegas-animation-kenburns {
  animation: kenburns ease-out;
}
@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#mv .inner .mvtop .slider .title {
  position: absolute;
  right: 37px;
  top: 7.5vh;
}

#mv .inner .mvtop .slider .title p {
  font-size: 5.64vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

#mv .inner .mvtop .slider .title p span {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  padding: 8px 1px 8px 0;
  letter-spacing: 0.15em;
  line-height: 1.6;
  white-space: nowrap;
  position: relative;
  margin-left: 8px;
  z-index: 0;
}

#mv .inner .mvtop .slider .title p span::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

#mv .inner .mvtop .slider .title p span.punctuation {
  padding-bottom: 0;
}

#mv .inner .mvtop .slider .title p span.punctuation::after {
  height: calc(100% - 12px);
}

#mv .inner .mvtop .slider .point {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#mv .inner .mvtop .slider .point li {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #10D0AB;
  border-radius: 50%;
  color: #10D0AB;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.43;
  margin-right: 18px;
  height: 97px;
  width: 97px;
}

#mv .inner .mvtop .slider .point li:last-child {
  margin-right: 0;
}

#mv .inner .mvtop .time_table {
  padding: 0 4.616vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#mv .inner .mvtop .time_table table thead {
  background: #7C6546;
}

#mv .inner .mvtop .time_table table thead th {
  border-color: #F3F0EC;
}

#mv .inner .mvtop .time_table table tbody tr {
  border-color: #F3F0EC;
}

#mv .inner .mvtop .time_table table tbody tr th {
  border-color: #F3F0EC;
  color: #3A2F20;
}

#mv .inner .mvtop .time_table table tbody tr td {
  border-color: #F3F0EC;
  color: #B7A895;
}

#mv .inner .mvtop .time_table .att {
  color: #3A2F20;
}

#mv .inner .topics {
  color: #3A2F20;
  padding: 0 9.234vw;
  margin-top: 11.6vw;
}

#mv .inner .topics .titlebox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 5.2vw;
  position: relative;
}

#mv .inner .topics .titlebox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #10D0AB;
  height: 2px;
  width: 30px;
}

#mv .inner .topics .titlebox .title {
  font-size: 3.846vw;
  font-weight: 500;
}

#mv .inner .topics .titlebox .title span.en {
  color: #10D0AB;
  font-size: 3.076vw;
  display: block;
  margin-bottom: 0.3vw;
  letter-spacing: 0.2vw;
}

#mv .inner .topics .titlebox .link {
  font-size: 3.589vw;
  margin-bottom: 0.3vw;
}

#mv .inner .topics .titlebox .link a {
  text-decoration: underline;
}

#mv .inner .topics .swiper-container {
  margin-top: 6.5vw;
}

#mv .inner .topics .swiper-container .swiper-wrapper .swiper-slide {
  width: 76.925vw;
}

#mv .inner .topics .swiper-container .swiper-wrapper .swiper-slide a {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  font-size: 3.846vw;
  display: inline-block;
  padding: 2.9vw 3.5vw;
  line-height: 1.5;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#mv .inner .topics .swiper-container .swiper-wrapper .swiper-slide a span {
  font-size: 3.076vw;
  color: #B7A895;
  display: block;
  margin-bottom: 0.8vw;
}

@media (min-width: 751px) {
  #mv .inner {
    margin: 0 auto;
    max-width: 1920px;
    width: calc(100% - 120px);
    position: relative;
    padding-bottom: 40px;
  }
  #mv .inner .mvtop {
    position: static;
  }
  #mv .inner .mvtop .slider .slider_inner {
    border-radius: 50px 0 0 0;
    height: 580px;
    background: #F3F0EC url(../img/mv01.webp);
    background-size: cover;
  }
  #mv .inner .mvtop .slider .title {
    right: 18%;
    top: 50px;
  }
  #mv .inner .mvtop .slider .title p {
    font-size: 1.75rem;
  }
  #mv .inner .mvtop .slider .title p span {
    padding: 10px 2px 5px;
    line-height: 1.8;
  }
  #mv .inner .mvtop .slider .point {
    left: 64px;
    bottom: 55px;
    width: auto;
  }
  #mv .inner .mvtop .slider .point li {
    font-size: 1.0625rem;
    line-height: 1.47;
    margin-right: 23px;
    height: 120px;
    width: 120px;
  }
  #mv .inner .mvtop .time_table {
    background: #F3F0EC;
    border-radius: 12px 0 0 0;
    padding: 60px 0 60px 60px;
    right: 0;
    bottom: 0;
    width: -moz-max-content;
    width: max-content;
  }
  #mv .inner .topics {
    background: #fff;
    display: flex;
    padding: 14px 414px 14px 0;
    margin-top: 0;
    overflow: hidden;
  }
  #mv .inner .topics .titlebox {
    flex-shrink: 0;
    padding: 0 32px;
    display: block;
    text-align: center;
    border-right: 1px solid rgba(16, 208, 171, 0.3);
  }
  #mv .inner .topics .titlebox::before {
    display: none;
  }
  #mv .inner .topics .titlebox .title {
    margin-top: 2px;
  }
  #mv .inner .topics .titlebox .title span.en {
    font-size: 0.9375rem;
    margin-bottom: 0;
    letter-spacing: 0.05rem;
  }
  #mv .inner .topics .titlebox .title span:not(.en) {
    display: none;
  }
  #mv .inner .topics .titlebox .link {
    font-size: 0.8125rem;
    margin-bottom: 0;
  }
  #mv .inner .topics .titlebox .link a:hover {
    text-decoration: none;
  }
  #mv .inner .topics .swiper-container {
    margin: 0 auto;
    height: 53px;
    width: 100%;
    overflow: hidden;
  }
  #mv .inner .topics .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  #mv .inner .topics .swiper-container .swiper-wrapper .swiper-slide a {
    background: none;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    height: 53px;
    font-size: 0.9375rem;
    padding: 4px 30px 0;
  }
  #mv .inner .topics .swiper-container .swiper-wrapper .swiper-slide a:hover {
    opacity: 0.7;
  }
  #mv .inner .topics .swiper-container .swiper-wrapper .swiper-slide a span {
    font-size: 0.8125rem;
    margin: 0 22px 0 0;
  }
}
/*---------------------------------
message
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
#message {
  display: block;
  background-color: #fff;
  margin: 56vw auto 30vw 0;
}

#message .innr {
  position: relative;
}

#message .innr::before {
  position: absolute;
  content: "Message";
  color: rgba(183, 168, 149, 0.15);
  font-size: 19.5vw;
  font-family: "Roboto";
  font-weight: 500;
  top: -2.45em;
  left: 22vw;
  z-index: -1;
}

#message .innr .sp-fb {
  display: flex;
  justify-content: space-between;
}

#message .innr .fb .pic__area {
  width: 58%;
  margin-top: -100px;
  margin-left: -10px;
}

#message .innr .fb .title__area {
  margin-top: -3.55em;
}

#message .innr .fb .title__area h2 {
  font-size: 5.12vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

#message .innr .fb .title__area h2 span {
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  margin-left: 6px;
  line-height: 1.8;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}

#message .innr .fb .title__area h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-right: 1px solid #3A2F20;
}

#message .innr .fb .title__area h2 span.punctuation::after {
  height: calc(100% - 12px);
}

#message .innr .fb .txt__area {
  padding: 2em 4% 0;
}

#message .innr .fb .txt__area .name .serif {
  font-size: 7.17vw;
  padding-right: 0.3em;
}

#message .innr .pic__area.btm {
  margin: 30vw -10% 0;
}

#message .innr .pic__area.btm img {
  width: 100%;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #message {
    display: block;
    background-color: #fff;
    width: 100%;
    margin: 300px auto 360px 0;
    padding-bottom: 230px;
  }
  #message .innr {
    position: relative;
  }
  #message .innr::before {
    position: absolute;
    content: "Message";
    color: rgba(183, 168, 149, 0.15);
    font-size: 7.5rem;
    font-family: "Roboto";
    font-weight: 500;
    top: -260px;
    left: 310px;
    z-index: -1;
  }
  #message .innr .sp-fb {
    width: 56%;
  }
  #message .innr .fb .pic__area {
    width: 380px;
    margin-top: -120px;
    margin-left: 0;
  }
  #message .innr .fb .title__area {
    margin-top: -48px;
  }
  #message .innr .fb .title__area h2 {
    font-size: 1.75rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #message .innr .fb .title__area h2 span {
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    margin-left: 8px;
    line-height: 1.8;
    white-space: nowrap;
    position: relative;
    z-index: 0;
  }
  #message .innr .fb .title__area h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-right: 1px solid #3A2F20;
  }
  #message .innr .fb .title__area h2 span.punctuation::after {
    height: calc(100% - 12px);
  }
  #message .innr .fb .txt__area {
    width: 400px;
    padding: 5em 0 0;
  }
  #message .innr .fb .txt__area .name {
    position: absolute;
    left: 60px;
    bottom: -90px;
  }
  #message .innr .fb .txt__area .name .serif {
    font-size: 2rem;
    padding-right: 0.3em;
  }
  #message .innr .fb .txt__area .btn.type-a a {
    margin: 0 0 0 auto;
  }
  #message .innr .pic__area.btm {
    position: absolute;
    right: 0;
    top: 470px;
    margin: 0;
  }
  #message .innr .pic__area.btm img {
    width: 580px;
  }
}
/* PC用 1260px以上に適用されるCSS */
@media (min-width: 1260px) {
  #message {
    width: calc(100% - 60px);
  }
}
/*---------------------------------
features
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
#features .innr {
  padding: 0;
}

#features .title__area {
  position: relative;
}

#features .title__area h2.type-a {
  padding-top: 1.5vw;
}

#features .title__area h2 .en {
  position: absolute;
  right: 3em;
  bottom: 9em;
}

#features .title__area h2 .clinic {
  font-size: 4.1vw;
}

#features .title__area h2 .number {
  font-size: 15.38vw;
}

#features .title__area h2 .small {
  font-size: 6.15vw;
}

#features .title__area h2 .big {
  font-size: 8.2vw;
}

#features .cnt {
  padding-bottom: 20vw;
}

#features .cnt:last-child {
  padding-bottom: 30vw;
}

#features .cnt.fb {
  padding-right: 3%;
}

#features .cnt.fb.reverse {
  padding-left: 3%;
  padding-right: 0;
}

#features .cnt.fb .txt__area {
  padding: 0 11%;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #features .innr {
    padding: 0 60px;
  }
  #features .title__area h2.type-a {
    padding-top: 12px;
  }
  #features .title__area h2 .en {
    right: 65px;
    bottom: 144px;
  }
  #features .title__area h2 .clinic {
    font-size: 1.5rem;
  }
  #features .title__area h2 .number {
    font-size: 5rem;
  }
  #features .title__area h2 .small {
    font-size: 2rem;
  }
  #features .title__area h2 .big {
    font-size: 2.625rem;
  }
  #features .cnt {
    padding-bottom: 120px;
  }
  #features .cnt:last-child {
    padding-bottom: 180px;
  }
  #features .cnt.fb {
    padding-right: 0;
  }
  #features .cnt.fb.reverse {
    padding-left: 0;
    padding-right: 0;
  }
  #features .cnt .pic__area {
    width: 650px;
  }
  #features .cnt .txt__area {
    width: 420px;
    padding: 0 !important;
  }
}
/*---------------------------------
medical
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
#medical .innr {
  background-color: #fff;
  margin: 0 5%;
  padding: 15vw 6% 10vw;
  border-radius: 12px;
}

#medical .nav {
  padding-bottom: 5vw;
}

#medical .nav .fb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#medical .nav ul li {
  display: flex;
  width: 30.5%;
  margin: 0 3vw 3vw 0;
}

#medical .nav ul li:nth-child(3),
#medical .nav ul li:nth-child(6) {
  margin-right: 0;
}

#medical .nav ul li a {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  font-size: 3.58vw;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #3A2F20;
  text-align: center;
  padding: 5vw 2vw 4vw;
  width: 100%;
}

#medical .nav ul li a:hover {
  background: #DBF8F3;
}

#medical .nav ul li a .img {
  display: block;
  margin-bottom: 8px;
  width: 80%;
}

#medical .nav ul li a .img img {
  width: 100%;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #medical {
    background-color: #fff;
  }
  #medical .innr {
    margin: 0 auto;
    padding: 100px 0 120px;
  }
  #medical .nav {
    padding: 0 150px 20px;
  }
  #medical .nav .fb {
    justify-content: center;
  }
  #medical .nav ul li {
    display: flex;
    width: 160px;
    margin: 0 15px 30px 15px;
  }
  #medical .nav ul li a {
    font-size: 0.9375rem;
    padding: 28px 10px 22px;
  }
  #medical .nav ul li a .img {
    margin-bottom: 10px;
    width: 80px;
  }
}
/*---------------------------------
about
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
#about .pic__area {
  padding-top: 30vw;
}

#about .title__area {
  padding-top: 20vw;
}

#about .innr {
  padding-bottom: 30vw;
}

#about .swiper-wrapper .swiper-slide .caption {
  font-size: 4.1vw;
  font-weight: 700;
  padding-top: 1em;
}

#about .swiper-wrapper .swiper-slide .caption span {
  font-size: 3vw;
  font-weight: 400;
  color: #B7A895;
  letter-spacing: 0.1em;
}

#about .swiper-button-prev,
#about .swiper-button-next {
  display: none;
}

#about .btn__area {
  padding-top: 10vw;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #about .pic__area {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 0;
  }
  #about .title__area {
    padding-top: 140px;
  }
  #about .innr {
    padding: 0 180px 150px 180px;
  }
  #about .swiper-container-about {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
  }
  #about .swiper-wrapper {
    margin: 0 auto;
    width: 680px;
    padding: 0 80px;
  }
  #about .swiper-wrapper .swiper-slide img {
    width: 680px;
  }
  #about .swiper-wrapper .swiper-slide .caption {
    font-size: 1.125rem;
  }
  #about .swiper-wrapper .swiper-slide .caption span {
    font-size: 0.875rem;
  }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
  #about .swiper-button-prev,
  #about .swiper-button-next {
    display: block;
  }
  #about .btn__area {
    padding-top: 40px;
  }
}
/*---------------------------------
orthodontics
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
#orthodontics {
  background: #fff;
  padding: 6vw 0 22vw;
  margin-bottom: 3.8vw;
}

#orthodontics .pic__area {
  width: 88%;
  margin: 0 auto;
  background: url(../img/top-orthodontics01_sp.webp) 50% 50% no-repeat;
  background-size: cover;
}

#orthodontics .pic__area::before {
  content: "";
  padding-top: 94%;
  display: block;
}

#orthodontics .pic__area .innr {
  position: relative;
  width: 100%;
  height: 100%;
}

#orthodontics .pic__area .catch {
  margin-bottom: 1em;
  position: absolute;
  bottom: -1.8em;
  right: 0;
  left: 0;
  font-size: 4.1vw;
  text-align: center;
}

#orthodontics .pic__area .catch span {
  display: inline-block;
  background-color: var(--main-color);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0.8em;
}

#orthodontics .pic__area h2 {
  position: absolute;
  bottom: -5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 6.15vw;
  text-align: center;
}

#orthodontics .txt__area {
  padding-top: 8.3em;
}

#orthodontics .txt__area .innr {
  padding: 0 10%;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #orthodontics {
    margin: 0 auto;
    padding: 0 0 0 0;
    flex-direction: row-reverse;
  }
  #orthodontics .pic__area {
    width: 55%;
    background: url(../img/top-orthodontics01.webp) left 50% no-repeat;
    background-size: cover;
  }
  #orthodontics .pic__area::before {
    content: none;
  }
  #orthodontics .pic__area .innr {
    position: relative;
    padding: 80px 0 0 70px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 0;
  }
  #orthodontics .pic__area .innr::before {
    width: 352px;
    height: 180px;
    top: 153px;
    right: 280px;
    bottom: inherit;
  }
  #orthodontics .pic__area .catch {
    position: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 1em;
  }
  #orthodontics .pic__area h2 {
    position: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    margin: 0;
    font-size: 2.25rem;
    text-align: left;
    padding-bottom: 0.8em;
  }
  #orthodontics .txt__area {
    width: 45%;
    padding-top: inherit;
  }
  #orthodontics .txt__area .innr {
    padding: 65px 105px 65px 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
  #orthodontics .txt__area .innr p {
    width: 340px;
  }
  #orthodontics .txt__area .innr .btn__area a {
    max-width: 340px;
  }
}
/*---------------------------------
whitening
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
#whitening {
  background: #fff;
  padding: 6vw 0 22vw;
}

#whitening .pic__area {
  width: 88%;
  margin: 0 auto;
  background: url(../img/top-whitening01_sp.webp) 50% 50% no-repeat;
  background-size: cover;
}

#whitening .pic__area::before {
  content: "";
  padding-top: 94%;
  display: block;
}

#whitening .pic__area .innr {
  position: relative;
  width: 100%;
  height: 100%;
}

#whitening .pic__area .innr::before {
  position: absolute;
  content: "";
  background: url(../img/top-whitening-txt.webp) 0 0 no-repeat;
  background-size: contain;
  width: 80%;
  height: 36vw;
  bottom: -7em;
  right: 0;
}

#whitening .pic__area h2 {
  position: absolute;
  bottom: -0.8em;
  left: 1em;
  font-size: 6.15vw;
}

#whitening .pic__area .circle.fb {
  display: none;
}

#whitening .txt__area {
  padding-top: 7em;
}

#whitening .txt__area .innr {
  padding: 0 10%;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #whitening {
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  #whitening .pic__area {
    width: 55%;
    background: url(../img/top-whitening01.webp) right 50% no-repeat;
    background-size: cover;
  }
  #whitening .pic__area::before {
    content: none;
  }
  #whitening .pic__area .innr {
    position: relative;
    /* padding: 60px 350px 0 0; */
    padding: 100px 350px 0 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
  #whitening .pic__area .innr::before {
    width: 352px;
    height: 180px;
    /* top: 153px; */
    top: 220px;
    right: 280px;
    bottom: inherit;
  }
  #whitening .pic__area h2 {
    position: inherit;
    font-size: 2.25rem;
    padding-bottom: 0.8em;
    bottom: inherit;
    left: inherit;
  }
  #whitening .pic__area .circle.fb {
    display: flex;
    justify-content: start;
  }
  #whitening .pic__area .circle div {
    position: relative;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 1px solid var(--main-color);
    background-color: rgba(255, 255, 255, 0.85);
    margin-right: 20px;
  }
  #whitening .pic__area .circle div span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    width: 120px;
    color: var(--main-color);
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.43;
  }
  #whitening .pic__area .circle div big {
    font-size: 1.5rem;
    font-weight: 500;
  }
  #whitening .txt__area {
    width: 45%;
    padding-top: inherit;
  }
  #whitening .txt__area .innr {
    padding: 65px 0 65px 105px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 0;
  }
  #whitening .txt__area .innr p {
    width: 340px;
  }
  #whitening .txt__area .innr .btn__area a {
    max-width: 340px;
  }
}
/*---------------------------------
access
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
#access {
  padding-top: 30vw;
  padding-bottom: 30vw;
}

#access .txt__area .innr {
  padding: 0 5%;
}

#access .txt__area address {
  text-align: center;
}

#access .txt__area .point {
  display: table;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 10px;
}

#access .txt__area .point li {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 3px;
  color: var(--main-color);
  font-weight: bold;
  padding: 0.5em 1em;
  white-space: nowrap;
}

#access .btn__area.sp {
  padding: 10vw 6% 0 6%;
}

#access .txt__area .btn__area.pc {
  display: none;
}

#access .map__area {
  width: 90%;
  margin: 0 auto;
}

#access .map__area iframe {
  width: 100%;
  height: 40vh;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #access {
    padding-top: 0;
    padding-bottom: 0;
  }
  #access .txt__area {
    width: 50%;
  }
  #access .txt__area .innr {
    padding: 50px 110px 70px 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
  #access .txt__area h2 {
    padding-bottom: 50px;
  }
  #access .txt__area address {
    text-align: center;
    white-space: nowrap;
  }
  #access .txt__area .point {
    display: table;
    margin: 0 auto;
    padding-bottom: 0;
    border-collapse: separate;
    border-spacing: 10px;
  }
  #access .txt__area .point li {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 3px;
    color: var(--main-color);
    font-weight: bold;
    padding: 0.5em 1em;
    white-space: nowrap;
  }
  #access .txt__area .btn__area.pc {
    display: block;
  }
  #access .txt__area .btn__area.pc a {
    max-width: 365px;
  }
  #access .btn__area.sp {
    display: none;
  }
  #access .map__area {
    width: 50%;
  }
  #access .map__area iframe {
    width: 100%;
    height: 100%;
  }
}
/* MV開院日通知 */
#mv .mvtop .slider .nairankai {
  left: 4.16vw;
  bottom: 70vw;
  width: auto;
  position: absolute;
  width: 45%;
}

#mv .mvtop .slider .nairankai li {
  width: 100%;
  font-size: 1.5rem;
  background-color: #10D0AB;
  color: white;
  text-align: center;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #mv .mvtop .slider .nairankai {
    left: 64px;
    bottom: 200px;
    width: 33%;
  }
  #mv .mvtop .slider .nairankai li {
    font-size: 2rem;
  }
}
/*---------------------------------
about
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.about #page__title .inner .pic__bg {
  background: #fff url(../img/about-mv_sp.webp) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.about #catch p {
  width: 100%;
  padding: 2em 2.5em;
  font-size: 4.1vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7C6546;
  margin: 0 auto;
  position: relative;
}

.about #catch p::before,
.about #catch p::after {
  content: "";
  width: 3em;
  height: 3em;
  position: absolute;
}

.about #catch p::before {
  border-left: solid 1px #B7A895;
  border-top: solid 1px #B7A895;
  top: 0;
  left: 0;
}

.about #catch p::after {
  border-right: solid 1px #B7A895;
  border-bottom: solid 1px #B7A895;
  bottom: 0;
  right: 0;
}

.about #hospital .title__area h2.type-c {
  margin-left: 5%;
}

.about #hospital .txt__area {
  width: 90%;
  background-color: #fff;
  padding: 1.2em 2em 0.5em;
  margin: -2em -6% 0 auto;
  position: relative;
}

.about #facilities .cnt.type-a {
  padding-bottom: 0;
}

.about #facilities .cnt.type-b .txt__area {
  padding-left: 1em;
  padding-right: 1em;
}

.about #facilities .title__area h2.type-c {
  margin-bottom: 15vw;
}

.about #facilities .cnt.type-b .title__area h3 {
  padding-bottom: 1.5em;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .about #page__title .inner .pic__bg {
    background: #fff url(../img/about-mv.webp) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .about #catch p {
    width: 760px;
    padding: 45px 60px;
    font-size: 1.125rem;
  }
  .about #catch p::before,
  .about #catch p::after {
    width: 60px;
    height: 60px;
  }
  .about #hospital .title__area h2.type-c {
    margin-left: 0;
    margin-bottom: 60px;
  }
  .about #hospital .fb {
    flex-wrap: wrap;
  }
  .about #hospital .fb .cnt {
    width: 47%;
    padding-right: 20px;
  }
  .about #hospital .txt__area {
    width: 80%;
    margin: -30px -20px 0 auto;
  }
  .about #facilities .title__area h2.type-c {
    margin-bottom: 120px;
  }
  .about #facilities .cnt.type-a {
    padding-bottom: 80px;
  }
  .about #facilities .cnt.type-b .title__area h3 {
    padding-bottom: 0;
    padding-left: 130px;
  }
  .about #facilities .cnt.type-b .txt__area {
    width: 680px;
    padding-right: 60px;
    padding-left: 0;
    display: flex;
    align-items: center;
  }
}
/*---------------------------------
recruit
--------------------------------*/
/* PC用 751px以上に適用されるCSS */
.recruit #facilities {
  padding-bottom: 140px;
}

.recruit .table {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.recruit input, .recruit textarea {
  border: 1px solid black;
  border-radius: 5px;
}

.recruit textarea {
  width: 90%;
  height: 5rem;
}

.recruit .wpcf7-radio label {
  margin-right: 2rem;
}

.recruit input[type=radio] {
  height: 1rem;
  width: 1rem;
  border-color: var(--main-color);
}

.recruit input[type=radio]:checked {
  background-color: var(--main-color); /* チェック後の中心の色 */
}

.recruit input.wpcf7-submit {
  padding: 0.7em 4em;
  background: var(--main-color);
  border-radius: 3px;
  border: 1px solid var(--main-color);
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}

.recruit .recruit_off {
  display: none;
}

/* 募集していないときに表示される文章の切り替え*/
.recruit main section.recruit_off {
  display: block;
}

.recruit main section.recruit_on {
  display: none;
}

/* 歯科助手　表示非表示切り替え */
.recruit .dental-assistant .recruit_off {
  display: none;
}

.recruit .dental-assistant .recruit_on {
  display: block;
}

/* スマホ用 750px以下に適用されるCSS */
@media (max-width: 750px) {
  .recruit input, .recruit textarea {
    width: 100%;
  }
  .recruit input.wpcf7-submit {
    width: 80%;
  }
}
/*---------------------------------
doctor
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.doctor #page__title .inner .pic__bg {
  background: #fff url(../img/doctor-mv_sp.webp) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.doctor .bg__top {
  background-color: #fff;
}

.doctor .bg__top::before {
  background: #fff;
}

.doctor #doctor-intro .innr.top {
  position: relative;
  padding: 0;
}

.doctor #doctor-intro .innr.top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  top: -25vw;
  background: url(../img/doctor-bg.webp) no-repeat;
  background-position: -17vw 0;
  background-size: 125%;
}

.doctor #doctor-intro .catch {
  width: 100%;
  font-size: 4.6vw;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  letter-spacing: 0.2em;
  display: flex;
  text-align: left;
  line-height: 1.8;
  align-items: center;
  padding-top: 1em;
}

.doctor #doctor-intro .reverse .pic__area {
  padding-bottom: 2em;
  margin-left: -4%;
  margin-right: -4%;
}

.doctor #doctor-intro .fb.type-a .box:last-child .cnt.type-a:last-child {
  padding-bottom: 20px;
}

.doctor #staff-intro dl.type-a dt {
  padding-bottom: 1.5em;
}

.doctor #staff-intro .part-time .pic__area img {
  width: 66%;
}

.doctor #staff-intro .part-time .pic__area p.name {
  padding-top: 1em;
}

.doctor #staff-intro .part-time .pic__area p.name .serif {
  font-size: 5.12vw;
}

.doctor #staff-intro .part-time .pic__area p.name .en {
  font-size: 2.56vw;
}

.doctor #staff-intro .type-c {
  margin-left: -5%;
  margin-right: -5%;
}

.doctor #staff-intro .part-time .career .cnt {
  padding-bottom: 2.5em;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .doctor #page__title .inner .pic__bg {
    background: #fff url(../img/doctor-mv.webp) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .doctor #doctor-intro .innr.top::before {
    height: 600px;
    top: 0;
    background: url(../img/doctor-bg.webp) no-repeat;
    background-position: 0 0;
    background-size: 65%;
  }
  .doctor #doctor-intro .catch {
    width: 85%;
    font-size: 1.5rem;
    display: inline-block;
    line-height: 2;
    padding-top: 0;
  }
  .doctor #doctor-intro .reverse .pic__area {
    margin-left: 0;
    margin-right: 0;
  }
  .doctor #doctor-intro .pic__area.r-img {
    width: 45%;
    margin-right: 0;
  }
  .doctor #doctor-intro .reverse .txt__area {
    width: 50%;
  }
  .doctor #staff-intro .fb.part-time {
    justify-content: center;
  }
  .doctor #staff-intro .part-time .pic__area {
    width: 400px;
  }
  .doctor #staff-intro .part-time .pic__area img {
    width: 200px;
  }
  .doctor #staff-intro .part-time .pic__area p.name .serif {
    font-size: 1.5rem;
  }
  .doctor #staff-intro .part-time .pic__area p.name .en {
    font-size: 0.8125rem;
  }
  .doctor #staff-intro .part-time .career {
    width: 400px;
    padding-top: 2em;
  }
  .doctor #staff-intro .type-c img {
    width: 800px;
  }
}
/*---------------------------------
access
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.access #page__title .inner .pic__bg {
  background: #fff url(../img/access-mv_sp.webp) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.access a.txt {
  font-weight: bold;
  text-decoration: underline;
}

.access a.txt:hover {
  text-decoration: none;
}

.access #map .google-map {
  margin-bottom: 1em;
}

.access #map .google-map iframe {
  width: 100%;
  height: 45vh;
}

.access #map .txt__area .point {
  display: table;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 10px;
}

.access #map .txt__area .point li {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 3px;
  color: var(--main-color);
  font-weight: bold;
  padding: 0.5em 1em;
  white-space: nowrap;
}

.access #map .txt__area dl dt {
  font-size: 3.8vw;
  color: #B7A895;
  padding-bottom: 0.5em;
}

.access #parking {
  background-color: #fff;
  padding: 22vw 0 24vw;
  margin-bottom: 22vw;
}

.access #parking h2,
.access #route h2 {
  margin-bottom: 12vw;
}

.access #parking .fb {
  margin-bottom: 2em;
}

.access #parking .fb .map {
  margin-bottom: 2em;
}

.access #parking .fb .map iframe {
  width: 100%;
  height: 40vh;
}

.access #parking .parking-name {
  padding-bottom: 2em;
}

.access #parking .notice {
  display: inline-block;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 3px;
  padding: 1em 1.2em;
  text-align: left;
}

.access #route ul li {
  position: relative;
  margin-bottom: 3em;
}

.access #route ul li .txt__area {
  padding-top: 1em;
}

.access #route ul li:after {
  font-family: "Material Icons Round";
  content: "\e5db";
  font-size: 8vw;
  color: #B7A895;
  position: absolute;
  bottom: -1.2em;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.access #route ul li:last-child {
  margin-bottom: 0;
}

.access #route ul li:last-child::after {
  content: none;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .access #page__title .inner .pic__bg {
    background: #fff url(../img/access-mv.webp) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .access #map .google-map {
    margin-bottom: 60px;
  }
  .access #map .google-map iframe {
    width: 100%;
    height: 420px;
  }
  .access #map .txt__area > div {
    width: 50%;
  }
  .access #map .txt__area div:last-child {
    border-left: 1px solid #DCDCDC;
    padding-left: 3em;
  }
  .access #map .txt__area .point {
    margin: 0 0 1em -10px;
    padding-bottom: 0;
  }
  .access #map .txt__area dl {
    padding-bottom: 0;
  }
  .access #map .txt__area dl dt {
    font-size: 1rem;
    padding-bottom: 0.6em;
  }
  .access #map .txt__area div:last-child dl:first-child {
    padding-bottom: 2em;
  }
  .access #parking {
    padding: 140px 0 180px;
    margin-bottom: 140px;
  }
  .access #parking h2,
  .access #route h2 {
    margin-bottom: 60px;
  }
  .access #parking .fb {
    margin-bottom: 60px;
  }
  .access #parking .fb > div {
    width: 48%;
  }
  .access #parking .fb .map iframe {
    width: 100%;
    height: 437px;
  }
  .access #parking .parking-name {
    padding-bottom: 30px;
  }
  .access #parking .notice {
    padding: 1.2em 2em;
    text-align: center;
  }
  .access #route ul li {
    width: 30%;
    margin-bottom: 0;
  }
  .access #route ul li:after {
    font-family: "Material Icons Round";
    content: "\e5c8";
    font-size: 26px;
    color: #B7A895;
    position: absolute;
    top: 30%;
    right: -40px;
    bottom: inherit;
    left: inherit;
  }
}
/*---------------------------------
xxxx Template xxxx
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
/* PC用 751px以上に適用されるCSS */
/*---------------------------------
medical guide
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.medical.guide #page__title .inner .pic__bg {
  background: #fff url(../img/medical-mv_sp.webp) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.medical.guide #guide .cnt {
  position: relative;
}

.medical.guide #guide .pic__area {
  width: 77%;
  position: absolute;
  z-index: -1;
}

.medical.guide #guide .pic__area.l-img {
  left: -10%;
}

.medical.guide #guide .pic__area.r-img {
  right: -10%;
}

.medical.guide #guide .title__area {
  text-align: right;
  padding-top: 1.2em;
}

.medical.guide #guide dl {
  padding-top: 3em;
}

.medical.guide #guide dl dt {
  padding-left: 32vw;
  padding-bottom: 2em;
  text-shadow: 0px 0px 3px rgb(243, 240, 236), 0px 0px 6px rgb(243, 240, 236), 0px 0px 10px rgb(243, 240, 236);
}

.medical.guide #guide .reverse .title__area,
.medical.guide #guide .reverse dl dt {
  text-align: left;
}

.medical.guide #guide .reverse dl dt {
  padding-left: 0;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .medical.guide #page__title .inner .pic__bg {
    background: #fff url(../img/medical-mv.webp) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .medical.guide #guide .innr {
    padding: 0 120px;
  }
  .medical.guide #guide .pic__area {
    position: inherit;
    width: 480px;
  }
  .medical.guide #guide .pic__area.l-img {
    left: inherit;
  }
  .medical.guide #guide .pic__area.r-img {
    right: inherit;
  }
  .medical.guide #guide dl {
    padding-top: 0;
  }
  .medical.guide #guide dl dt {
    padding-left: 0;
    padding-bottom: 1em;
  }
  .medical.guide .txt__area {
    width: 480px;
  }
  .medical.guide #guide .title__area {
    text-align: left;
    padding-top: 0;
  }
  .medical.guide #guide .reverse .title__area,
  .medical.guide #guide .reverse dl dt {
    text-align: right;
  }
  .medical.guide .btn__area a {
    margin: 0 0 0 auto;
  }
  .medical.guide .reverse .btn__area a {
    margin: 0 auto 0 0;
  }
}
/*---------------------------------
medical cavity
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.medical.cavity #page__title .inner .pic__bg {
  background: #fff url(../img/cavity-mv_sp.webp) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.medical.cavity .innr2 .txt__area p,
.medical.preventive .innr2 .txt__area dd {
  padding-left: 3%;
  padding-right: 3%;
}

.medical.cavity #vision-top .cnt.main {
  padding: 0 0 2em 0;
}

.medical.cavity #vision-top .cnt.main .title__area h2 .number,
.medical.cavity #vision .title__area h2 .number {
  font-size: 15.38vw;
  line-height: 1;
}

.medical.cavity #vision-top .cnt.main .title__area h2 strong {
  font-weight: normal;
}

.medical.cavity #vision-top .innr {
  position: relative;
}

.medical.cavity #vision-top .innr::before {
  position: absolute;
  content: "";
  background: url(../img/cavity-bg01.webp) no-repeat;
  width: 58%;
  height: 30%;
  background-size: contain;
  top: -3.5em;
  right: -6%;
  z-index: -1;
}

.medical.cavity #decayed {
  background-color: #fff;
}

.medical.cavity #decayed .innr3 .pic__area {
  margin-bottom: 6em;
}

.medical.cavity #decayed .n01 .pic__area {
  padding-top: 0.5em;
}

.medical.cavity #decayed .n01 .pic__area .bd {
  padding: 0.5em 2.5em;
}

.medical.cavity #decayed .n02 .table {
  margin: 0 auto 2.5em;
}

.medical.cavity #decayed .n02 .pic__area .bd {
  padding: 1.5em 5.2em;
  margin: 0 auto 2em;
}

.medical.cavity #decayed .grey__bg,
.medical.cavity #periodontal .grey__bg {
  display: block;
  background-color: #F4F4F4;
  margin: 10vw 4% 22vw 0;
  padding-bottom: 10vw;
}

.medical.cavity #periodontal .grey__bg {
  margin: 10vw 0 22vw 4%;
}

.medical.cavity #decayed .grey__bg .title__area,
.medical.cavity #periodontal .grey__bg .title__area {
  position: relative;
  top: -1em;
}

.medical.cavity #wisdom .innr {
  padding-top: 22vw;
}

.medical.cavity #periodontal {
  background-color: #fff;
  padding: 22vw 0;
}

.medical.cavity #periodontal .n01 .flow .fb {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--main-color);
  border-radius: 8px;
}

.medical.cavity #periodontal .n01 .flow .fb ul li {
  padding: 1.5em 1.8em 1em 1.2em;
  border-bottom: 1px solid var(--main-color);
  position: relative;
  font-size: 3.8vw;
}

.medical.cavity #periodontal .n01 .flow .fb ul li:last-child {
  border-bottom: none;
}

.medical.cavity #periodontal .n01 .flow .fb ul li::before {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 30px;
  border-top: 14px solid var(--main-color);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.medical.cavity #periodontal .n01 .flow .fb ul li:last-child:before {
  content: none;
}

.medical.cavity #periodontal .n01 .flow .pic__area {
  width: 50%;
  padding: 1em 1.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.medical.cavity #periodontal .n01 .flow .pic__area img {
  margin-bottom: 0.1em;
}

.medical.cavity #periodontal .grey__bg .fb {
  justify-content: center;
}

.medical.cavity #periodontal .grey__bg .pic__area {
  margin: 0 -4%;
}

.medical.cavity #periodontal .grey__bg .pic__area .bd {
  padding: 1.5em 2em;
}

.medical.cavity #periodontal .grey__bg .check li {
  font-size: 4.1vw;
  font-weight: bold;
  color: #7C6546;
  line-height: 2.2;
  position: relative;
  padding-left: 1.8em;
}

.medical.cavity #periodontal .grey__bg .check li::before {
  font-family: "Material Icons Round";
  content: "\e2e6";
  position: absolute;
  left: 0;
  top: -0.2em;
  font-size: 125%;
  font-weight: normal;
}

.medical.cavity #preventive {
  margin-top: -12vw;
}

.medical.cavity #preventive .innr {
  padding: 0;
}

.medical.cavity #preventive .title__area {
  position: relative;
  width: 100%;
  height: 130vw;
}

.medical.cavity #preventive .title__area p {
  position: absolute;
  top: 5.2em;
  right: 2em;
  font-size: 5.64vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.medical.cavity #preventive .title__area p span {
  writing-mode: vertical-rl;
  padding: 10px 2px 5px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  white-space: nowrap;
  position: relative;
  margin-left: 10px;
  z-index: 0;
}

.medical.cavity #preventive .title__area p span::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.medical.cavity #preventive .title__area::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 46vw;
  background: url(../img/cavity-preventive01_sp.webp) 0 0 no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.medical.cavity #preventive .title__area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 72vw;
  background: url(../img/cavity-preventive02_sp.webp) 0 0 no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.medical.cavity #preventive .txt__area {
  padding: 0 8%;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .medical.cavity #page__title .inner .pic__bg {
    background: #fff url(../img/cavity-mv.webp) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .medical.cavity .innr2 .txt__area p,
  .medical.preventive .innr2 .txt__area dd {
    padding-left: 0;
    padding-right: 0;
  }
  .medical.cavity #vision-top .innr::before {
    background: url(../img/cavity-bg01.webp) no-repeat;
    width: 540px;
    height: 462px;
    background-size: cover;
    top: 0;
    right: 0;
  }
  .medical.cavity #vision-top .cnt.main {
    padding: 60px 0 60px 60px;
  }
  .medical.cavity #vision-top .cnt.main .title__area {
    padding-left: 40px;
  }
  .medical.cavity #vision-top .cnt.main .title__area h2 .number,
  .medical.cavity #vision .title__area h2 .number {
    font-size: 5rem;
  }
  .medical.cavity #vision-top .cnt.main .txt__area {
    width: 380px;
  }
  .medical.cavity #decayed .innr3 .pic__area {
    position: relative;
    top: -190px;
    margin-top: 190px;
    margin-bottom: -80px;
  }
  .medical.cavity #decayed .n01 .txt__area {
    width: 580px;
  }
  .medical.cavity #decayed .n01 .pic__area {
    padding-top: 0;
  }
  .medical.cavity #decayed .n01 .pic__area .bd {
    width: 420px;
    padding: 1em 2.5em;
  }
  .medical.cavity #decayed .n02 .table {
    width: 600px;
    margin: 0 auto 3em;
  }
  .medical.cavity #decayed .n02 .pic__area .bd {
    width: 420px;
    padding: 2em 6em;
  }
  .medical.cavity #decayed .n02 .txt__area p {
    text-align: center;
  }
  .medical.cavity #decayed .n02 .txt__area.single p {
    text-align: left;
  }
  .medical.cavity #decayed .grey__bg,
  .medical.cavity #periodontal .grey__bg {
    width: 100%;
    margin: 30px 0 140px;
    padding-bottom: 30px;
  }
  .medical.cavity #periodontal .grey__bg {
    margin: 30px 0 140px auto;
  }
  .medical.cavity #decayed .grey__bg .title__area,
  .medical.cavity #periodontal .grey__bg .title__area {
    top: -1.4em;
  }
  .medical.cavity #wisdom .innr {
    padding: 140px 120px 0;
  }
  .medical.cavity #wisdom .fb {
    flex-direction: row-reverse;
  }
  .medical.cavity #wisdom .txt__area {
    width: 510px;
  }
  .medical.cavity #wisdom .pic__area {
    width: 450px;
  }
  .medical.cavity #periodontal {
    padding: 140px 0;
  }
  .medical.cavity #periodontal .n01 .txt__area {
    width: 550px;
  }
  .medical.cavity #periodontal .n01 .flow {
    width: 460px;
  }
  .medical.cavity #periodontal .n01 .flow .fb ul li {
    font-size: 1rem;
  }
  .medical.cavity #periodontal .n01 .flow .pic__area {
    width: 30%;
    padding: 1em 1.2em;
  }
  .medical.cavity #periodontal .n01 .flow .pic__area img {
    width: 90px;
  }
  .medical.cavity #periodontal .grey__bg .pic__area {
    margin: 0 0 0 60px;
  }
  .medical.cavity #periodontal .grey__bg .pic__area .bd {
    width: 420px;
    padding: 1.5em 2.8em;
  }
  .medical.cavity #periodontal .grey__bg .check li {
    font-size: 1.125rem;
  }
  .medical.cavity #preventive {
    margin-top: -80px;
  }
  .medical.cavity #preventive .innr {
    padding: 0 120px;
  }
  .medical.cavity #preventive .title__area {
    height: 570px;
  }
  .medical.cavity #preventive .title__area p {
    top: 215px;
    left: 185px;
    right: inherit;
    font-size: 1.5rem;
  }
  .medical.cavity #preventive .title__area::before {
    width: 216px;
    height: 254px;
    background: url(../img/cavity-preventive01.webp) 0 0 no-repeat;
    background-size: contain;
  }
  .medical.cavity #preventive .title__area::after {
    width: 542px;
    height: 390px;
    background: url(../img/cavity-preventive02.webp) 0 0 no-repeat;
    background-size: contain;
  }
  .medical.cavity #preventive .txt__area {
    padding: 0;
  }
}
/* Firefox */
@-moz-document url-prefix() {
  .medical.cavity #preventive .title__area p {
    left: 170px;
  }
}
/* PC用 1260px以上に適用されるCSS */
@media (min-width: 1260px) {
  .medical.cavity #decayed .grey__bg,
  .medical.cavity #periodontal .grey__bg {
    width: calc(100% - 60px);
  }
  .medical.cavity #decayed .grey__bg .innr {
    padding-right: 0;
  }
  .medical.cavity #periodontal .grey__bg .innr {
    padding-left: 0;
  }
}
/*---------------------------------
medical preventive
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.medical.preventive #page__title .inner .pic__bg {
  background: #fff url(../img/preventive-mv_sp.webp) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.medical.preventive #features-top .cnt.main,
.medical.child #features-top .cnt.main {
  padding: 0 0 2em 0;
}

.medical.preventive #features-top .innr {
  position: relative;
}

.medical.preventive #features-top .innr::before {
  position: absolute;
  content: "";
  background: url(../img/preventive-bg01.webp) no-repeat;
  width: 58%;
  height: 30%;
  background-size: contain;
  top: -3em;
  right: -8%;
  z-index: -1;
}

.medical.preventive #pereventive .innr3 .pic__area {
  padding-bottom: 18vw;
}

.medical.preventive #pereventive .n01 .fb {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}

.medical.preventive #pereventive .n01 .fb > div {
  margin: 0 15px;
  text-align: center;
  width: 40%;
}

.medical.preventive #pereventive .n01 .fb .icn {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #B7A895;
  position: relative;
}

.medical.preventive #pereventive .n01 .fb .icn img {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.medical.preventive #pereventive .n01 .fb p {
  padding-top: 1em;
  font-weight: 700;
  color: #7C6546;
  font-size: 4.1vw;
}

.medical.preventive #mis .title__area h3.type-b {
  margin-bottom: 3em;
}

.medical.preventive #mis .n01 .pic__area .bd {
  padding: 3em 1em;
}

.medical.preventive #mis .n02 .pic__area .bd {
  padding: 3em 2.2em;
}

.medical.preventive #mis .n03 .pic__area .bd {
  padding: 3em 2.5em;
}

.medical.preventive #mis .txt__area dt {
  text-align: center;
  padding-bottom: 2em;
  letter-spacing: 0.1em;
}

.medical.preventive #mis .txt__area dt .title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 4.1vw;
}

.medical.preventive #mis .txt__area dt .title::before {
  font-family: "Material Icons Round";
  content: "\e5cd";
  position: absolute;
  top: -60px;
  left: -30px;
  font-size: 4em;
  color: #DBF8F3;
  z-index: -1;
  font-weight: normal;
}

.medical.preventive #mis .txt__area dt .part {
  position: relative;
  display: inline-block;
  background: var(--main-color);
  border-radius: 100vh;
  padding: 0.1em 2em;
  margin-bottom: 1.2em;
  color: #fff;
  font-weight: normal;
}

.medical.preventive #mis .txt__area dt .part::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid var(--main-color);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.medical.preventive #mis .txt__area dt .part .nm {
  font-size: 5.12vw;
  padding-left: 0.1em;
}

.medical.preventive #flow .pic__area,
.medical.whitening #flow .pic__area {
  position: relative;
}

.medical.preventive #flow .pic__area .step,
.medical.whitening #flow .pic__area .step {
  position: absolute;
  top: -3em;
  right: -1em;
  color: var(--main-color);
  line-height: 1;
  font-weight: 500;
}

.medical.preventive #flow .reverse .pic__area .step,
.medical.whitening #flow .reverse .pic__area .step {
  left: -1.2em;
}

.medical.preventive #flow .pic__area .step small,
.medical.whitening #flow .pic__area .step small {
  font-size: 3.8vw;
  letter-spacing: 0.1em;
  padding-left: 0.2em;
}

.medical.preventive #flow .pic__area .step .nm,
.medical.whitening #flow .pic__area .step .nm {
  font-size: 17.94vw;
}

.medical.preventive #flow .pic__area.r-img,
.medical.whitening #flow .pic__area.r-img {
  margin-right: -10%;
}

.medical.preventive #flow .pic__area.l-img,
.medical.whitening #flow .pic__area.l-img {
  margin-left: -10%;
}

.medical.preventive #flow .txt__area,
.medical.whitening #flow .txt__area {
  padding: 0 4%;
}

.medical.preventive #features .title__area .clinic {
  margin-left: 0.8em;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .medical.preventive #page__title .inner .pic__bg {
    background: #fff url(../img/preventive-mv.webp) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .medical.preventive #features-top .innr::before {
    background: url(../img/preventive-bg01.webp) no-repeat;
    width: 505px;
    height: 448px;
    background-size: cover;
    top: 0;
    right: 0;
  }
  .medical.preventive #features-top .cnt.main,
  .medical.child #features-top .cnt.main {
    padding: 60px 0 60px 60px;
  }
  .medical.preventive #features-top .cnt.main .txt__area {
    width: 380px;
  }
  .medical.preventive #pereventive .innr3 .pic__area {
    padding-bottom: 100px;
  }
  .medical.preventive #pereventive .txt__area {
    text-align: center;
  }
  .medical.preventive #pereventive .n01 .fb > div {
    margin: 0 30px;
    width: auto;
  }
  .medical.preventive #pereventive .n01 .fb .icn {
    width: 172px;
    height: 172px;
    padding-top: 0;
    position: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .medical.preventive #pereventive .n01 .fb .icn img {
    position: inherit;
    width: auto;
    top: inherit;
    left: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
  }
  .medical.preventive #pereventive .n01 .fb p {
    font-size: 1.125rem;
  }
  .medical.preventive #pereventive .n02 .txt__area {
    text-align: left;
  }
  .medical.preventive #mis .innr2 {
    padding: 0 120px;
  }
  .medical.preventive #mis .title__area h3.type-b {
    margin-bottom: 100px;
  }
  .medical.preventive #mis .pic__area {
    width: 420px;
  }
  .medical.preventive #mis .n01 .pic__area .bd {
    padding: 40px 36px;
  }
  .medical.preventive #mis .n02 .pic__area .bd {
    padding: 40px 75px;
  }
  .medical.preventive #mis .n03 .pic__area .bd {
    padding: 40px 67px;
  }
  .medical.preventive #mis .txt__area {
    width: 480px;
    margin-top: -20px;
  }
  .medical.preventive #mis .txt__area dt {
    padding-bottom: 40px;
  }
  .medical.preventive #mis .txt__area dt .title {
    font-size: 1.25rem;
  }
  .medical.preventive #mis .txt__area dt .title::before {
    top: -74px;
    left: -30px;
  }
  .medical.preventive #mis .txt__area dt .part .nm {
    font-size: 1.5rem;
  }
  .medical.preventive #flow .innr,
  .medical.whitening #flow .innr {
    padding: 0 120px;
  }
  .medical.preventive #flow .pic__area,
  .medical.whitening #flow .pic__area {
    position: relative;
    width: 460px;
  }
  .medical.preventive #flow .pic__area .step,
  .medical.whitening #flow .pic__area .step {
    top: -60px;
    right: -22px;
  }
  .medical.preventive #flow .reverse .pic__area .step,
  .medical.whitening #flow .reverse .pic__area .step {
    left: -22px;
  }
  .medical.preventive #flow .pic__area .step small,
  .medical.whitening #flow .pic__area .step small {
    font-size: 1.25rem;
  }
  .medical.preventive #flow .pic__area .step .nm,
  .medical.whitening #flow .pic__area .step .nm {
    font-size: 5rem;
  }
  .medical.preventive #flow .pic__area.r-img,
  .medical.whitening #flow .pic__area.r-img {
    margin-right: -60px;
  }
  .medical.preventive #flow .pic__area.l-img,
  .medical.whitening #flow .pic__area.l-img {
    margin-left: -60px;
  }
  .medical.preventive #flow .txt__area,
  .medical.whitening #flow .txt__area {
    width: 480px;
    padding: 0;
  }
}
/*---------------------------------
medical aesthetic
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.medical.aesthetic #page__title .inner .pic__bg {
  background: #fff url(../img/aesthetic-mv_sp.webp) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.medical.aesthetic #implant .innr {
  padding: 0;
}

.medical.aesthetic #implant .txt__area {
  background-color: #fff;
  padding: 0 8% 14vw;
}

.medical.aesthetic #implant .txt__area dt {
  display: inline-block;
  color: #fff;
  background-color: var(--main-color);
  padding: 0.6em 1.6em;
  font-size: 4.6vw;
  margin-bottom: 1.8em;
  margin-top: -2.2em;
}

.medical.aesthetic #implant .txt__area dt span {
  color: #DBF8F3;
  font-size: 3vw;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .medical.aesthetic #page__title .inner .pic__bg {
    background: #fff url(../img/aesthetic-mv.webp) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .medical.aesthetic #prosthetics h3.type-a {
    margin-bottom: 60px;
  }
  .medical.aesthetic #prosthetics .fb {
    flex-wrap: wrap;
  }
  .medical.aesthetic #prosthetics .fb .fb {
    flex-wrap: nowrap;
  }
  .medical.aesthetic #prosthetics .fb .table {
    margin-bottom: 36px;
  }
  .medical.aesthetic #implant {
    position: relative;
    margin-bottom: 60px;
  }
  .medical.aesthetic #implant::before {
    content: "";
    width: 100%;
    height: 400px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    top: 50px;
  }
  .medical.aesthetic #implant .innr {
    padding: 0 60px;
  }
  .medical.aesthetic #implant .pic__area {
    width: 620px;
  }
  .medical.aesthetic #implant .txt__area {
    width: 440px;
    background-color: inherit;
    padding: 0;
  }
  .medical.aesthetic #implant .txt__area dt {
    padding: 0.8em 1.8em;
    font-size: 1.625rem;
    margin-top: 0;
  }
  .medical.aesthetic #implant .txt__area dt span {
    font-size: 1rem;
  }
}
/*---------------------------------
medical child
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.medical.child #page__title .inner .pic__bg {
  background: #fff url(../img/child-mv_sp.webp) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.medical.child #features-top .innr {
  position: relative;
}

.medical.child #features-top .innr::before {
  position: absolute;
  content: "";
  background: url(../img/child-bg01_sp.webp) no-repeat;
  width: 36%;
  height: 24%;
  background-size: contain;
  top: -3em;
  right: 5%;
}

.medical.child #features-top .two-points {
  padding-bottom: 5em;
  display: flex;
  justify-content: space-between;
}

.medical.child #features-top .two-points dl {
  position: relative;
  z-index: 1;
  width: 48%;
}

.medical.child #features-top .two-points dl:last-child {
  margin-top: 3em;
}

.medical.child #features-top .two-points dl dt {
  position: relative;
  top: -1.2em;
  right: -6em;
  color: var(--main-color);
  font-weight: 500;
  line-height: 1;
}

.medical.child #features-top .two-points dl dt .small {
  font-size: 3vw;
  padding-left: 0.2em;
  letter-spacing: 0.1em;
}

.medical.child #features-top .two-points dl dt .big {
  font-size: 12.82vw;
}

.medical.child #features-top .two-points dl dd {
  text-align: center;
  font-weight: 700;
  font-size: 4.1vw;
  margin-top: -1em;
}

.medical.child #features-top .two-points dl::before {
  position: absolute;
  content: "";
  background: url(../img/child-circle.svg) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 100%;
  z-index: -1;
}

.medical.child #pediatric .innr2 .txt__area p {
  padding-left: 3%;
  padding-right: 3%;
}

.medical.child #pediatric .fb {
  padding-top: 2em;
}

.medical.child #pediatric .fb .pic__area .bd {
  padding: 0.1em 2em 0.8em;
  margin-bottom: 2em;
}

.medical.child #pediatric .fb .txt__area dt {
  width: 35%;
}

.medical.child #plan.bg__w {
  padding-bottom: 52vw;
}

.medical.child #plan.bg__w::before {
  background: #fff url(../img/child-plan-bg01_sp.webp) 50% bottom no-repeat;
  background-size: contain;
}

.medical.child #plan .title__area h3.type-b {
  margin-bottom: 2.5em;
}

.medical.child #plan .cnt.type-a {
  padding-bottom: 7vw;
}

.medical.child #plan .catch p {
  font-size: 5.12vw;
  letter-spacing: 0.1em;
}

.medical.child #plan .catch strong {
  font-weight: normal;
}

.medical.child #method .innr2 .txt__area p {
  padding-left: 3%;
  padding-right: 3%;
}

.medical.child #method h3 {
  margin-bottom: 3em;
}

.medical.child #method .fb .table {
  margin-bottom: 2.8em;
}

.medical.child #method .fb .table dt {
  position: relative;
}

.medical.child #method .fb .table dt .nm {
  position: absolute;
  background: url(../img/child-tooth.svg) 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 46px;
  top: -22px;
  left: 28px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.medical.child #method .fb .table p {
  padding: 0 2em 1.5em;
}

.medical.child #features .title__area .clinic {
  margin-left: 0.8em;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .medical.child #page__title .inner .pic__bg {
    background: #fff url(../img/child-mv.webp) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .medical.child #features-top .innr::before {
    background: url(../img/child-bg01.webp) no-repeat;
    width: 294px;
    height: 400px;
    background-size: cover;
    top: 15px;
    right: 180px;
  }
  .medical.child #features-top .txt__area {
    width: 520px;
  }
  .medical.child #features-top .cnt.type-b {
    position: relative;
  }
  .medical.child #features-top .cnt.type-b::after {
    position: absolute;
    content: "";
    background: url(../img/child-bg02.webp) 0 0 no-repeat;
    background-size: contain;
    width: 420px;
    height: 260px;
    top: 0;
    left: 0;
  }
  .medical.child #features-top .two-points {
    width: 450px;
    margin-left: auto;
    margin-right: 130px;
    padding-bottom: 2em;
  }
  .medical.child #features-top .two-points dl {
    width: 206px;
    height: 200px;
  }
  .medical.child #features-top .two-points dl:last-child {
    margin-top: 80px;
  }
  .medical.child #features-top .two-points dl dt {
    top: -20px;
    right: -130px;
  }
  .medical.child #features-top .two-points dl dt .small {
    font-size: 0.875rem;
  }
  .medical.child #features-top .two-points dl dt .big {
    font-size: 3.75rem;
  }
  .medical.child #features-top .two-points dl dd {
    font-size: 1.125rem;
    margin-top: 0;
  }
  .medical.child #features-top .two-points dl::before {
    width: 206px;
    height: 200px;
  }
  .medical.child #pediatric .innr2 {
    padding: 0 60px;
  }
  .medical.child #pediatric .innr2 .txt__area p {
    padding-left: 0;
    padding-right: 0;
  }
  .medical.child #pediatric .fb .pic__area,
  .medical.child #pediatric .fb .txt__area {
    width: 47%;
  }
  .medical.child #pediatric .fb .pic__area .bd {
    padding: 10px 60px 20px;
    margin-bottom: 0;
  }
  .medical.child #pediatric .fb .txt__area dt {
    width: 27%;
  }
  .medical.child #plan.bg__w {
    padding-bottom: 140px;
  }
  .medical.child #plan.bg__w::before {
    background: #fff url(../img/child-plan-bg01.webp) center bottom no-repeat;
    background-size: cover;
  }
  .medical.child #plan .title__area h3.type-b {
    margin-bottom: 80px;
  }
  .medical.child #plan .catch p {
    text-align: center;
    font-size: 1.5rem;
  }
  .medical.child #plan .cnt.type-a {
    padding-bottom: 80px;
  }
  .medical.child #method .innr2 .txt__area p {
    padding-left: 0;
    padding-right: 0;
  }
  .medical.child #method .fb {
    margin-bottom: 60px;
  }
  .medical.child #method .fb > div {
    margin-right: 30px;
  }
  .medical.child #method .fb > div:last-child {
    margin-right: 0;
  }
  .medical.child #method .fb .table {
    margin-bottom: 0;
  }
  .medical.child #method .fb .table dt {
    position: relative;
  }
  .medical.child #method .fb .table dt .nm {
    position: absolute;
    background: url(../img/child-tooth.svg) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
    top: -22px;
    left: 28px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .medical.child #method .fb .table p {
    padding: 0 2em 1.5em;
  }
}
/*---------------------------------
medical whitening
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.medical.whitening #page__title .inner .pic__bg {
  background: #fff url(../img/whitening-mv_sp.webp) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.medical.whitening .bg__top {
  background-color: #fff;
  padding-bottom: 24vw;
}

.medical.whitening .bg__top::before {
  background: #fff;
}

.medical.whitening #top__cnt .innr {
  background: url(../img/whitening-top01_sp.webp) 0 0 no-repeat;
  background-size: contain;
}

.medical.whitening .cnt.main .circle div {
  position: relative;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 1px solid var(--main-color);
  background-color: rgba(255, 255, 255, 0.5);
  margin: -2em 0 0 auto;
}

.medical.whitening .cnt.main .circle div span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 120px;
  color: var(--main-color);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.43;
}

.medical.whitening .cnt.main .circle div big {
  font-size: 1.5rem;
  font-weight: 500;
}

.medical.whitening .cnt.main h2 {
  font-size: 6.15vw;
  position: relative;
  margin-top: 10em;
}

.medical.whitening .cnt.main h2::after {
  content: "";
  position: absolute;
  background: url(../img/top-whitening-txt.webp) 0 0 no-repeat;
  background-size: contain;
  width: 120%;
  height: 140px;
  bottom: -36px;
  right: -110px;
}

.medical.whitening #whitening .innr2 .txt__area p {
  padding-left: 3%;
  padding-right: 3%;
}

.medical.whitening #whitening .n01 .fb .txt__area {
  padding-bottom: 2.5em;
}

.medical.whitening #whitening .n01 .fb .fb {
  display: flex;
  justify-content: space-between;
  font-size: 3.8vw;
}

.medical.whitening #whitening .n01 .fb .fb > div {
  border-radius: 8px;
  border: 3px solid #fff;
  text-align: center;
  width: 48%;
  padding-bottom: 1em;
}

.medical.whitening #whitening .n01 .fb .fb > div dt {
  font-weight: 700;
  margin-top: -2.2em;
  letter-spacing: 0.1em;
}

.medical.whitening #whitening .n01 .fb .fb > div dt span {
  background: #F3F0EC;
  display: inline-block;
  padding: 0.5em;
}

.medical.whitening #whitening .n01 .fb .fb > div dd.icn {
  padding: 0.5em 2.5em 1em;
}

.medical.whitening #whitening .n02 .txt__area.single {
  padding-bottom: 1.5em;
}

.medical.whitening #our_service .txt__area.single {
  padding-bottom: 1.5em;
}

.medical.whitening #our_service .fb .catch__area {
  position: relative;
}

.medical.whitening #our_service .fb .catch__area::before {
  content: "";
  position: absolute;
  background: url(../img/whitening-our01_sp.webp) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vw;
  z-index: -1;
}

.medical.whitening #our_service .fb .catch__area p {
  font-size: 6.15vw;
  position: relative;
  padding: 8.5em 0 0 1.4em;
}

.medical.whitening #our_service .fb .catch__area p::after {
  content: "";
  position: absolute;
  background: url(../img/top-whitening-txt.webp) 0 0 no-repeat;
  background-size: contain;
  width: 90%;
  height: 220px;
  bottom: -160px;
  left: 60px;
}

.medical.whitening #our_service .fb .txt__area {
  padding: 5em 0.8em 4em;
}

.medical.whitening #cost {
  padding-top: 22vw;
  margin-bottom: 0;
}

.medical.whitening #cost .price__area {
  color: var(--main-color);
  font-weight: 700;
  font-size: 3.8vw;
  display: table;
  margin: 0 auto 1.2em;
}

.medical.whitening #cost .price__area span {
  display: table-cell;
  vertical-align: middle;
}

.medical.whitening #cost .price__area .circle {
  color: #fff;
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--main-color);
  text-align: center;
  line-height: 52px;
  font-size: 3.8vw;
  margin-right: 0.3em;
}

.medical.whitening #cost .price__area .nm,
.medical.whitening #cost .table dd > span .nm {
  font-weight: 500;
  font-size: 7.6vw;
  padding: 0 0.1em;
}

.medical.whitening #cost .table dd > span {
  color: var(--main-color);
  font-weight: 700;
  font-size: 3.8vw;
}

.medical.whitening #cost .fb img {
  width: 40%;
}

.medical.whitening #cost .fb .box:last-child .cnt.type-a {
  padding-bottom: 6vw;
}

.medical.whitening #reserve {
  background-color: #DBF8F3;
  margin-bottom: 24vw;
  padding-bottom: 24vw;
}

.medical.whitening #reserve .txt__area {
  text-align: center;
}

.medical.whitening #reserve .txt__area h3 {
  font-weight: 700;
  font-size: 4.1vw;
}

.medical.whitening #reserve .txt__area .btn.type-a a {
  margin: 2em 0 0 0;
  justify-content: center;
}

.medical.whitening #reserve .txt__area .btn.type-a a::after {
  content: none;
}

.medical.whitening #reserve .txt__area .btn.type-a a .material-icons-round {
  margin-right: 0.4em;
}

.medical.whitening #reserve .pic__area {
  margin: 0 -10% 3em;
}

.medical.whitening section.cost {
  padding-top: 22vw;
}

.medical.whitening section.cost .fs {
  font-size: 0.7rem;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .medical.whitening #page__title .inner .pic__bg {
    background: #fff url(../img/whitening-mv.webp) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .medical.whitening .bg__top {
    padding-bottom: 180px;
  }
  .medical.whitening #top__cnt .innr {
    background: none;
  }
  .medical.whitening .cnt.main {
    background: url(../img/whitening-top01.webp) right top no-repeat;
    background-size: 60%;
  }
  .medical.whitening .cnt.main .circle {
    padding: 30px 0 0 330px;
  }
  .medical.whitening .cnt.main .circle div {
    margin: 0 20px 0 0;
  }
  .medical.whitening .cnt.main h2 {
    font-size: 2.25rem;
    margin-top: 60px;
  }
  .medical.whitening .cnt.main h2::after {
    width: 400px;
    height: 220px;
    bottom: -40px;
    right: -144px;
  }
  .medical.whitening .cnt.main .txt__area {
    padding-top: 90px;
    width: 636px;
  }
  .medical.whitening #whitening .innr2 .txt__area p {
    padding-left: 0;
    padding-right: 0;
  }
  .medical.whitening #whitening .n01 .fb .txt__area {
    width: 52%;
    padding-bottom: 0;
  }
  .medical.whitening #whitening .n01 .fb .txt__area p:last-child {
    padding-bottom: 0;
  }
  .medical.whitening #whitening .n01 .fb .fb {
    font-size: 1rem;
    width: 42%;
  }
  .medical.whitening #whitening .n01 .fb .fb > div {
    width: 47%;
    padding-bottom: 0;
  }
  .medical.whitening #whitening .n01 .fb .fb > div dt {
    margin-top: -0.9em;
  }
  .medical.whitening #whitening .n01 .fb .fb > div dt span {
    padding: 0.1em 0.5em;
  }
  .medical.whitening #whitening .n01 .fb .fb > div dd.icn {
    padding: 1.5em 3.5em 1.2em;
  }
  .medical.whitening #our_service {
    margin-bottom: 360px;
  }
  .medical.whitening #our_service .fb .catch__area {
    width: 68%;
  }
  .medical.whitening #our_service .fb .catch__area::before {
    background: url(../img/whitening-our01.webp) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 430px;
  }
  .medical.whitening #our_service .fb .catch__area p {
    font-size: 2.25rem;
    margin: 2.5em 0 0 2.2em;
    padding: 0;
  }
  .medical.whitening #our_service .fb .catch__area p::after {
    width: 400px;
    height: 220px;
    bottom: -160px;
    left: 60px;
  }
  .medical.whitening #our_service .fb .txt__area {
    width: 27%;
    padding: 1em 0 2em;
  }
  .medical.whitening #cost {
    padding-top: 140px;
    margin-bottom: 0;
  }
  .medical.whitening #cost .price__area {
    font-size: 1.25rem;
  }
  .medical.whitening #cost .price__area .circle {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 1.125rem;
    margin-right: 0.5em;
  }
  .medical.whitening #cost .price__area .nm,
  .medical.whitening #cost .table dd > span .nm {
    font-size: 2.25rem;
  }
  .medical.whitening #cost .table dd > span {
    font-size: 1.25rem;
  }
  .medical.whitening #cost .table {
    width: 460px;
    margin: 0 auto;
  }
  .medical.whitening #cost .fb img {
    width: 116px;
  }
  .medical.whitening #reserve {
    margin-bottom: 180px;
    padding-bottom: 0;
  }
  .medical.whitening #reserve .txt__area {
    width: 35%;
    padding: 120px 0 0 60px;
    text-align: left;
  }
  .medical.whitening #reserve .txt__area h3 {
    font-size: 1.125rem;
  }
  .medical.whitening #reserve .txt__area .btn.type-a a {
    margin: 40px 0 0 0;
  }
  .medical.whitening #reserve .pic__area {
    width: 60%;
    margin-top: -50px;
    margin-bottom: 70px;
  }
  .medical.whitening section.cost {
    padding-top: 140px;
  }
  .medical.whitening section.cost dl.type-f dt {
    width: 40%;
  }
  .medical.whitening section.cost dl.type-f dd {
    width: 60%;
  }
  .medical.whitening section.cost .fs {
    font-size: 0.7rem;
  }
}
/*---------------------------------
medical pediatric_orthodontics
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.medical.pediatric_orthodontics #page__title .inner .pic__bg {
  background: #fff url(../img/pediatric_orthodontics-mv_sp.webp) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.medical.pediatric_orthodontics #top__cnt .txt__area {
  position: relative;
}

.medical.pediatric_orthodontics #top__cnt .txt__area::before {
  position: absolute;
  content: "";
  background: url(../img/pediatric_orthodontics-bg01.webp) no-repeat;
  width: 32.82vw;
  height: 27.692vw;
  background-size: contain;
  top: -1.8em;
  right: 0;
}

.medical.pediatric_orthodontics #top__cnt .title__area h2 {
  font-size: 6.153vw;
}

.medical.pediatric_orthodontics #merit .bg__w {
  padding-top: 22vw;
  margin-bottom: 0;
}

.medical.pediatric_orthodontics #merit .cnt.n02 .title__area {
  margin-top: -1em;
}

.medical.pediatric_orthodontics #merit .pic__area {
  padding-bottom: 7.692vw;
  padding-top: 2.564vw;
}

.medical.pediatric_orthodontics #merit .pic__area .bd {
  border: var(--main-color) 1px solid;
  padding: 0;
}

.medical.pediatric_orthodontics #merit .pic__area .bd img {
  border-radius: 9px;
}

.medical.pediatric_orthodontics #merit .title__area h4 {
  padding-top: 10.256vw;
}

.medical.pediatric_orthodontics #merit .three-points div.cnt {
  width: 100%;
  display: block;
  margin-bottom: 0;
  border-radius: 6px;
  background-color: #fff;
  padding: 1em 1.2em;
  margin-bottom: 1.5em;
}

.medical.pediatric_orthodontics #merit .three-points dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 1em;
  margin-bottom: 0;
}

.medical.pediatric_orthodontics #merit .three-points .sp__fb {
  display: flex;
  justify-content: space-between;
}

.medical.pediatric_orthodontics #merit .three-points .pic__area {
  width: 40%;
}

.medical.pediatric_orthodontics #merit .three-points .txt__area {
  width: 54%;
  font-weight: normal;
  font-size: 4.1vw;
  text-align: left;
  letter-spacing: normal;
  line-height: 1.6;
}

.medical.pediatric_orthodontics #merit .three-points .txt__area p {
  padding-bottom: 0;
}

.medical.pediatric_orthodontics #merit .table dl.type-c dt,
.medical.pediatric_orthodontics #merit .table dl.type-c dd {
  display: block;
  width: 100%;
}

.medical.pediatric_orthodontics #merit .table dl.type-c:last-child dt {
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
}

.medical.pediatric_orthodontics #merit .table.mislead dt {
  position: relative;
  padding-top: 1.2em;
}

.medical.pediatric_orthodontics #merit .table.mislead dt span {
  position: absolute;
  display: inline-block;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 100px;
  padding: 0 20px;
  top: -1.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50%;
}

.medical.pediatric_orthodontics #merit .table.mislead dt span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--main-color);
  bottom: -8px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.medical.pediatric_orthodontics #case .title__area h3.type-b {
  margin-bottom: 3em;
}

.medical.pediatric_orthodontics #case .fb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -8%;
}

.medical.pediatric_orthodontics #case .fb > div {
  margin-bottom: 5.128vw;
}

.medical.pediatric_orthodontics #case .fb img {
  border-radius: 50%;
  border: 1px solid #B7A895;
  width: 28.717vw;
  margin: 0 1.2vw 5.128vw;
}

.medical.pediatric_orthodontics #case .fb p {
  color: #7C6546;
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 1.4;
}

.medical.pediatric_orthodontics #case .fb p .small {
  font-size: 3.58vw;
}

.medical.pediatric_orthodontics #about .pic__area.figure {
  padding-bottom: 7.692vw;
  padding-top: 2.564vw;
}

.medical.pediatric_orthodontics #about .pic__area.figure .bd {
  border: #DBF8F3 5px solid;
  padding: 0;
}

.medical.pediatric_orthodontics #about .fb .table .txt__area {
  padding: 1em 1.2em 0 1.2em;
}

.medical.pediatric_orthodontics #about .fb .table .txt__area dl dt {
  font-size: 4.1vw;
  text-align: center;
  border-radius: 8px;
  line-height: 1;
  padding: 0.5em 0 0.4em;
  margin-bottom: 0.6em;
}

.medical.pediatric_orthodontics #about .fb .table .txt__area dl.feature dt {
  border: var(--main-color) 1px solid;
  color: var(--main-color);
}

.medical.pediatric_orthodontics #about .fb .table .txt__area dl.merit dt {
  background-color: var(--main-color);
  color: #fff;
}

.medical.pediatric_orthodontics #about .fb .table .txt__area dl.attention dt {
  background-color: #F3F0EC;
  color: #B7A895;
}

.medical.pediatric_orthodontics #about .fb .table .txt__area ul.list li {
  padding-bottom: 0;
}

.medical.pediatric_orthodontics #about .title__area.n02 {
  padding-top: 20.512vw;
}

.medical.pediatric_orthodontics #about .table.comparison {
  margin: 0 -5%;
}

.medical.pediatric_orthodontics #about .table.comparison table {
  width: 100%;
  font-size: 3.8vw;
}

.medical.pediatric_orthodontics #about .table.comparison table tr {
  border-bottom: 1px solid #DBF8F3;
}

.medical.pediatric_orthodontics #about .table.comparison table tr:first-child,
.medical.pediatric_orthodontics #about .table.comparison table tr:last-child {
  border-bottom: none;
}

.medical.pediatric_orthodontics #about .table.comparison table tr.head th {
  background-color: #DBF8F3;
}

.medical.pediatric_orthodontics #about .table.comparison table tr.head th:first-child {
  border-top-left-radius: 4px;
  width: 20%;
}

.medical.pediatric_orthodontics #about .table.comparison table tr.head th:last-child {
  border-top-right-radius: 4px;
  width: 40%;
}

.medical.pediatric_orthodontics #about .table.comparison table td {
  padding: 1em 0.5em;
}

.medical.pediatric_orthodontics #about .table.comparison table th {
  padding: 1em 0.5em 1em 1em;
}

.medical.pediatric_orthodontics #about .table.comparison table tr:first-child th {
  padding: 1em 0.5em;
}

.medical.pediatric_orthodontics #features .title__area h2.type-d {
  margin-bottom: 2em;
}

.medical.pediatric_orthodontics #features .title__area p {
  font-size: 4.1vw;
  letter-spacing: 0.15em;
  padding-bottom: 6em;
}

.medical.pediatric_orthodontics #features .title__area .clinic {
  margin-left: 0.8em;
}

.medical.pediatric_orthodontics #features.three-points__area .bg.last {
  margin-bottom: 15.384vw;
}

.medical.pediatric_orthodontics #features .cnt .change {
  border-radius: 8px;
  border: 1vw solid #fff;
}

.medical.pediatric_orthodontics #features .cnt .change .txt__area {
  padding: 1.4em;
  padding-bottom: 0;
}

.medical.pediatric_orthodontics #features .cnt .change .txt__area dt {
  font-size: 4.615vw;
  font-weight: normal;
  padding-bottom: 1em;
}

.medical.pediatric_orthodontics #flow ol.flow li dt {
  text-align: center;
  color: var(--main-color);
  font-size: 4.6vw;
}

.medical.pediatric_orthodontics #price dl.type-b dd .price__area {
  text-align: center;
  color: var(--main-color);
  font-weight: 700;
  font-size: 7.2vw;
  line-height: 0.9;
  padding: 0.9em;
}

.medical.pediatric_orthodontics #price dl.type-b dd .price__area span {
  font-size: 0.5em;
  padding-left: 0.2em;
}

.medical.pediatric_orthodontics #price dl.type-b dd .price__area span.tax {
  font-weight: normal;
  color: #3A2F20;
  padding-left: 0;
}

.medical.pediatric_orthodontics #counseling {
  background: #fff;
  padding: 6vw 0 10vw;
}

.medical.pediatric_orthodontics #counseling .pic__area {
  width: 88%;
  margin: 0 auto;
  background: url(../img/pediatric_orthodontics-counseling_sp.webp) 50% 50% no-repeat;
  background-size: cover;
}

.medical.pediatric_orthodontics #counseling .title__area h2.type-d {
  justify-content: right;
  padding-bottom: 1.4em;
  margin-bottom: 0;
}

.medical.pediatric_orthodontics #counseling .txt__area {
  padding-top: 1.5em;
}

.medical.pediatric_orthodontics #counseling .txt__area .innr {
  padding: 0 10%;
}

.medical.pediatric_orthodontics #counseling .txt__area .btn.type-b a {
  max-width: 100%;
}

.medical.pediatric_orthodontics #counseling .txt__area .btn.type-b .tel_btn a {
  justify-content: center;
}

.medical.pediatric_orthodontics #counseling .txt__area .btn.type-b .tel_btn a .text {
  display: inline-block;
  border: 1px solid var(--main-color);
  font-size: 3.3vw;
  line-height: 1.3;
  padding: 0.3em 0.4em 0.2em 0.4em;
  margin-right: 0.6em;
  font-weight: 700;
}

.medical.pediatric_orthodontics #counseling .txt__area .btn.type-b .tel_btn a .time {
  font-size: 3vw;
}

.medical.pediatric_orthodontics #counseling .txt__area .btn.type-b .tel_btn a .material-icons-round {
  vertical-align: bottom;
}

.medical.pediatric_orthodontics #counseling .txt__area .btn.type-b .tel_btn a .r {
  line-height: 1.1;
}

.medical.pediatric_orthodontics #counseling .txt__area .btn.type-b .tel_btn a .nm {
  font-size: 5.641vw;
}

.medical.pediatric_orthodontics #counseling .txt__area .btn.type-b .tel_btn {
  padding-bottom: 2vw;
}

.medical.pediatric_orthodontics #counseling .txt__area .btn.type-b .reserve_btn a {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 700;
  justify-content: center;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}

.medical.pediatric_orthodontics #counseling .txt__area .btn.type-b .reserve_btn a span {
  margin-right: 0.4em;
}

.medical.pediatric_orthodontics #guidelines {
  padding-top: 35.897vw;
}

.medical.pediatric_orthodontics #guidelines dl.type-f {
  border-bottom: 1px solid #fff;
}

.medical.pediatric_orthodontics #guidelines dl.type-f dt {
  color: #3A2F20;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .medical.pediatric_orthodontics #page__title .inner .pic__bg {
    background: #fff url(../img/pediatric_orthodontics-mv.webp) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .medical.pediatric_orthodontics #top__cnt .txt__area::before {
    background: url(../img/pediatric_orthodontics-bg01.webp) no-repeat;
    width: 224px;
    height: 190px;
    background-size: cover;
    top: -2.2em;
    right: 0;
  }
  .medical.pediatric_orthodontics #top__cnt .title__area h2 {
    font-size: 2.625rem;
  }
  .medical.pediatric_orthodontics #merit .bg__w {
    padding-top: 140px;
  }
  .medical.pediatric_orthodontics #merit .pic__area {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .medical.pediatric_orthodontics #merit .cnt.n01,
  .medical.pediatric_orthodontics #merit .cnt.n02 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .medical.pediatric_orthodontics #merit .cnt.n02 .title__area {
    margin-top: -1.2em;
  }
  .medical.pediatric_orthodontics #merit .fb.three-points {
    flex-wrap: wrap;
  }
  .medical.pediatric_orthodontics #merit .three-points div.cnt {
    width: 31.9%;
    display: block;
    padding: 1.5em 1.8em;
    margin-bottom: 1.5em;
  }
  .medical.pediatric_orthodontics #merit .title__area h4 {
    padding-top: 40px;
  }
  .medical.pediatric_orthodontics #merit .three-points dl {
    display: block;
  }
  .medical.pediatric_orthodontics #merit .three-points .cnt.n06 dd {
    padding: 0.9em 0 0.8em;
  }
  .medical.pediatric_orthodontics #merit .three-points .sp__fb {
    display: block;
  }
  .medical.pediatric_orthodontics #merit .three-points .pic__area {
    width: 100%;
    padding-bottom: 1em;
  }
  .medical.pediatric_orthodontics #merit .three-points .txt__area {
    width: 100%;
    font-size: 1rem;
  }
  .medical.pediatric_orthodontics #merit .table dl.type-c dt {
    display: table-cell;
    width: 30%;
  }
  .medical.pediatric_orthodontics #merit .table dl.type-c dd {
    display: table-cell;
    width: 70%;
  }
  .medical.pediatric_orthodontics #merit .table dl.type-c:last-child dt {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
  }
  .medical.pediatric_orthodontics #merit .table.mislead dt span {
    left: 70px;
    right: inherit;
    width: auto;
  }
  .medical.pediatric_orthodontics #case .title__area h3.type-b {
    margin-bottom: 80px;
  }
  .medical.pediatric_orthodontics #case .fb {
    margin: 0;
  }
  .medical.pediatric_orthodontics #case .fb > div {
    margin-bottom: 0;
  }
  .medical.pediatric_orthodontics #case .fb img {
    width: 172px;
    margin: 0 15px 20px;
  }
  .medical.pediatric_orthodontics #case .fb p {
    font-size: 1.125rem;
  }
  .medical.pediatric_orthodontics #case .fb p .small {
    font-size: 0.875rem;
  }
  .medical.pediatric_orthodontics #about .cnt {
    padding-left: 60px;
    padding-right: 60px;
  }
  .medical.pediatric_orthodontics #about .pic__area.figure {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .medical.pediatric_orthodontics #about .fb .table .txt__area dl dt {
    font-size: 1.125rem;
  }
  .medical.pediatric_orthodontics #about .title__area.n02 {
    padding-top: 80px;
  }
  .medical.pediatric_orthodontics #about .title__area.n02 h4 {
    width: 60%;
  }
  .medical.pediatric_orthodontics #about .table.comparison {
    margin: 0;
  }
  .medical.pediatric_orthodontics #about .table.comparison table {
    font-size: 1rem;
  }
  .medical.pediatric_orthodontics #about .table.comparison table td {
    padding: 1em 0;
  }
  .medical.pediatric_orthodontics #about .table.comparison table th {
    padding: 1em 0 1em 2.5em;
  }
  .medical.pediatric_orthodontics #about .table.comparison table tr:first-child th {
    padding: 1em 0;
  }
  .medical.pediatric_orthodontics #features .title__area h2.type-d {
    margin-bottom: 4em;
  }
  .medical.pediatric_orthodontics #features .title__area p {
    font-size: 1rem;
    width: 420px;
    margin-left: 300px;
    padding-top: 2em;
    padding-bottom: 0;
  }
  .medical.pediatric_orthodontics #features.three-points__area .bg.last {
    margin-bottom: 120px;
  }
  .medical.pediatric_orthodontics #features .cnt .change {
    border: 5px solid #fff;
  }
  .medical.pediatric_orthodontics #features .cnt .change .pic__area {
    width: 52%;
  }
  .medical.pediatric_orthodontics #features .cnt .change .txt__area {
    width: 48%;
    padding: 2.6em;
    padding-bottom: 0;
  }
  .medical.pediatric_orthodontics #features .cnt .change .txt__area dt {
    font-size: 1.5rem;
  }
  .medical.pediatric_orthodontics #flow .cnt {
    padding-left: 60px;
    padding-right: 60px;
  }
  .medical.pediatric_orthodontics #flow ol.flow {
    justify-content: space-between;
  }
  .medical.pediatric_orthodontics #flow ol.flow li {
    width: 32%;
    margin: 0;
  }
  .medical.pediatric_orthodontics #flow ol.flow li dt {
    font-size: 1.16rem;
  }
  .medical.pediatric_orthodontics #price .cnt {
    padding-left: 60px;
    padding-right: 60px;
  }
  .medical.pediatric_orthodontics #price dl.type-b dd .price__area {
    font-size: 2rem;
  }
  .medical.pediatric_orthodontics #counseling {
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .medical.pediatric_orthodontics #counseling .pic__area {
    width: 60%;
    background: url(../img/pediatric_orthodontics-counseling.webp) right 50% no-repeat;
    background-size: cover;
  }
  .medical.pediatric_orthodontics #counseling .pic__area .innr {
    position: relative;
    padding: 40px 130px 0 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
  .medical.pediatric_orthodontics #counseling .title__area h2.type-d {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .medical.pediatric_orthodontics #counseling .txt__area {
    width: 45%;
    padding-top: inherit;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .innr {
    padding: 84px 0 84px 68px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 0;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .innr p {
    width: 340px;
    padding-bottom: 40px;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .innr .tel {
    display: flex !important;
    color: var(--main-color);
    padding-bottom: 10px;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .innr .tel .text {
    padding-right: 0.8em;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .innr .tel .text span {
    display: inline-block;
    border: 1px solid var(--main-color);
    font-weight: 700;
    font-size: 1.125rem;
    padding: 0 0.4em;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .innr .tel .r {
    line-height: 1.1;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .innr .tel .material-icons-round {
    vertical-align: text-bottom;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .innr .tel .nm {
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .innr .tel .time {
    font-size: 0.8125rem;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .innr .btn__area a {
    max-width: 340px;
  }
  .medical.pediatric_orthodontics #counseling .txt__area .btn.type-b .reserve_btn a {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
  .medical.pediatric_orthodontics #guidelines {
    padding-top: 180px;
  }
  .medical.pediatric_orthodontics #guidelines .txt__area {
    padding-left: 60px;
    padding-right: 60px;
  }
  .medical.pediatric_orthodontics #guidelines dl.type-f dt {
    width: 30%;
    display: flex;
    align-items: center;
  }
  .medical.pediatric_orthodontics #guidelines dl.type-f dd {
    width: 70%;
  }
}/*# sourceMappingURL=style.css.map */