@charset "UTF-8"; /*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*,
.footer,
::after,
::before {
  background-repeat: no-repeat;
}
button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[aria-disabled],
html {
  cursor: default;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.drawer-menu,
nav ol,
nav ul {
  list-style: none;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
body,
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  left: 0;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.drawer-nav,
.drawer-overlay {
  top: 0;
  height: 100%;
  position: fixed;
}
.slick-arrow.slick-hidden {
  display: none;
}
.drawer-brand,
.drawer-menu-item {
  display: block;
  text-decoration: none;
  color: #222;
}
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important;
}
.drawer-nav {
  z-index: 2;
  overflow: hidden;
  width: 16.25rem;
  color: #222;
  background-color: #fff;
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.drawer-menu {
  margin: 0;
  padding: 0;
}
.drawer-menu-item {
  font-size: 1rem;
  padding: 0.75rem;
}
.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}
.drawer-overlay {
  z-index: 1;
  left: 0;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.drawer-open .drawer-overlay {
  display: block;
}
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--top.drawer-open .drawer-nav {
  top: 0;
}
.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}
.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  padding: 18px 0.75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}
@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}
.drawer-navbar--fixed {
  position: fixed;
}
.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}
.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}
@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
  .drawer-container {
    max-width: 60rem;
  }
}
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}
.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0 0.75rem 0 1.5rem;
  text-decoration: none;
  color: #222;
}
dd,
dl,
dt,
li,
ol,
ul {
  padding: 0;
}
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}
dd,
dl,
dt,
figure,
li,
ol,
ul {
  margin: 0;
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  line-height: 1.5;
}
body {
  min-width: 1050px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
dd,
dt,
li {
  list-style-type: none;
}
a {
  color: #333;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
a:hover {
  opacity: 0.8;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.Note {
  margin-top: 40px;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 20px;
  color: #000;
  font-size: 13px !important;
  line-height: 2.4 !important;
  position: relative;
}
.Note span {
  font-size: 14px;
  padding: 0 10px;
  background: #83c7ff;
  position: absolute;
  color: #fff;
  top: -20px;
  left: -20px;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  html > * {
    -webkit-tap-highlight-color: transparent;
  }
  body {
    width: 100%;
    min-width: auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .Note {
    margin-bottom: 40px;
    line-height: 1;
  }
  .Note span {
    left: -5px;
  }
}
.bb {
  background: #52b0fc;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px;
}
.about {
  padding-top: 36px;
}
.about__inner {
  width: 1000px;
  margin: 0 auto;
}
.about__inner #about2,
.about__inner #about3,
.about__inner #about4,
.about__inner #about5,
.about__inner #about6,
.about__inner #about7 {
  margin-top: -170px;
  padding-top: 170px;
}
.about__inner__box-waiting {
  margin-bottom: 150px;
}
.about__inner__box-waiting__visual {
  margin-bottom: 60px;
  position: relative;
}
.about__inner__box-waiting__visual > img {
  width: 100%;
}
.about__inner__box-waiting__visual-description {
  background-image: url(../img/about_txt-bg_room.png);
  width: 445px;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
}
.about__inner__box-calendar__visual-description,
.about__inner__box-microscope__visual-description,
.about__inner__box-safety__visual-description {
  background-size: 100% 100%;
  vertical-align: middle;
  color: #fff;
  top: -30px;
  left: 50%;
}
.about__inner__box-waiting__main {
  background-image: url(../img/about_img_bg-circle.png);
  background-position: center top;
}
.about__inner__box-waiting__main-txt {
  margin-bottom: 55px;
}
.about__inner__box-waiting__main-txt:after {
  content: "";
  display: block;
  clear: both;
}
.about__inner__box-waiting__main-txt__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about__inner__box-waiting__main-txt__block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about__inner__box-waiting__main-txt__block-wrap {
  width: 500px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about__inner__box-waiting__main-txt__block-wrap:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 450px;
  font-size: 14px;
}
.about__inner__box-waiting__main-txt__block-wrap:nth-of-type(2) img {
  width: 100%;
}
.about__inner__box-waiting__main-txt__block-wrap:nth-of-type(2) span {
  display: block;
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  border-left: 1px solid #ccc;
}
.about__inner__box-waiting__main-txt__block-wrap:nth-of-type(2) span a {
  display: block;
  padding: 5px 0 0;
  font-size: 12px;
}
.about__inner__box-waiting__main-txt__block__head {
  font-size: 25px;
  margin-bottom: 37px;
  letter-spacing: 0.2em;
}
.about__inner__box-waiting__main-txt__block__description {
  font-size: 15px;
  text-align: justify;
  line-height: 40px;
}
@media (max-width: 750px) {
  .about__inner__box-waiting__main-txt__block__description {
    line-height: 32px;
  }
}
.about__inner__box-waiting__main-designer {
  margin-bottom: 100px;
}
.about__inner__box-waiting__main-designer__block {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__inner__box-waiting__main-designer__block:nth-of-type(1) {
  margin-bottom: 20px;
  display: block;
}
.about__inner__box-waiting__main-designer__block:nth-of-type(1) img {
  width: 500px;
  height: 100%;
  margin-right: 10px;
}
.about__inner__box-waiting__main-designer__block:nth-of-type(2) img,
.about__inner__box-waiting__main-light__block figure img {
  width: auto;
  height: 250px;
}
.about__inner__box-waiting__main-designer__block figure figcaption {
  display: block;
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  border-left: 1px solid #ccc;
}
.about__inner__box-waiting__main-light {
  margin-bottom: 50px;
}
.about__inner__box-waiting__main-light__block {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__inner__box-waiting__main-light__block figure figcaption {
  display: block;
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  border-left: 1px solid #ccc;
}
.about__inner__box-waiting__main-simbol__block {
  text-align: right;
  margin-bottom: 55px;
}
.about__inner__box-waiting__main-simbol__block .image-area {
  display: inline-block;
}
.about__inner__box-waiting__main-simbol__block .image-area span {
  display: block;
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  text-align: left;
  border-left: 1px solid #ccc;
}
.about__inner__box-waiting__main-simbol__block .image-area span a {
  display: block;
  padding: 5px 0 0;
  font-size: 12px;
}
.about__inner__box-safety {
  margin-bottom: 150px;
}
.about__inner__box-safety__visual {
  margin-bottom: 43px;
  position: relative;
}
.about__inner__box-safety__visual > img {
  width: 100%;
}
.about__inner__box-safety__visual-description {
  background-image: url(../img/about_txt-bg_safty.png);
  width: 519px;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about__inner__box-safety__main {
  background-image: url(../img/about_img_bg-circle.png);
  background-position: center top;
  padding-top: 17px;
}
.about__inner__box-safety__main:after {
  content: "";
  display: block;
  clear: both;
}
.about__inner__box-safety__main-txt {
  float: left;
}
.about__inner__box-safety__main-txt__block {
  width: 500px;
}
.about__inner__box-safety__main-txt__block__head {
  width: 542px;
  letter-spacing: 0.275em;
  font-size: 25px;
  text-align: left;
  margin-bottom: 37px;
}
.about__inner__box-safety__main-txt__block__description {
  margin: 0 0 60px;
  font-size: 15px;
  text-align: justify;
  line-height: 40px;
}
@media (max-width: 750px) {
  .about__inner__box-safety__main-txt__block__description {
    line-height: 32px;
  }
}
.about__inner__box-safety__main__right-block {
  float: right;
  padding-top: 293px;
  width: 350px;
}
.about__inner__box-microscope__visual > img,
.about__inner__box-safety__main__right-block img {
  width: 100%;
}
.about__inner__box-safety__main__right-block__steam {
  padding-bottom: 118px;
}
.about__inner__box-safety__main__right-block__steam__caption {
  text-align: center;
  font-size: 15px;
}
.about__inner__box-safety__main__right-block__washer {
  text-align: center;
}
.about__inner__box-safety__main__right-block__washer__img {
  padding-bottom: 28px;
}
.about__inner__box-safety__main__right-block__disinfection {
  text-align: center;
}
.about__inner__box-safety__main__right-block__disinfection__img {
  padding-bottom: 26px;
}
.about__inner__box-microscope {
  margin-bottom: 150px;
}
.about__inner__box-microscope__visual {
  position: relative;
  margin-bottom: 60px;
}
.about__inner__box-microscope__visual-description {
  background-image: url(../img/about_txt-bg_microscope.png);
  width: 665px;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 17px;
}
.about__inner__box-microscope__main {
  background-image: url(../img/about_img_bg-circle.png);
  background-position: center 92px;
}
.about__inner__box-microscope__main:after {
  content: "";
  display: block;
  clear: both;
}
.about__inner__box-microscope__main-txt {
  float: right;
}
.about__inner__box-microscope__main-txt__block {
  width: 500px;
}
.about__inner__box-microscope__main-txt__block__head-title {
  width: 510px;
  letter-spacing: 0.198em;
  font-size: 25px;
  float: right;
  margin-bottom: 37px;
}
.about__inner__box-microscope__main-txt__block__head-ray {
  width: 425px;
  letter-spacing: 0.178em;
  font-size: 25px;
  margin-bottom: 31px;
}
.about__inner__box-microscope__main-txt__block__head-microscope {
  margin-top: 59px;
  width: 320px;
  letter-spacing: 0.163em;
  font-size: 25px;
  margin-bottom: 31px;
}
.about__inner__box-microscope__main-txt__block__description-title {
  font-size: 15px;
  text-align: justify;
  line-height: 40px;
  margin-bottom: 71px;
}
@media (max-width: 750px) {
  .about__inner__box-microscope__main-txt__block__description-title {
    line-height: 32px;
  }
}
.about__inner__box-microscope__main-txt__block__description-ray {
  font-size: 15px;
  text-align: justify;
  line-height: 40px;
  margin-bottom: 33px;
}
@media (max-width: 750px) {
  .about__inner__box-microscope__main-txt__block__description-ray {
    line-height: 32px;
  }
}
.about__inner__box-microscope__main-txt__block__description-ray:before {
  content: "";
  display: block;
  clear: both;
}
.about__inner__box-microscope__main-txt__block__description-microscope {
  font-size: 15px;
  text-align: justify;
  line-height: 40px;
  margin-bottom: 33px;
  letter-spacing: -0.3px;
}
@media (max-width: 750px) {
  .about__inner__box-microscope__main-txt__block__description-microscope {
    line-height: 32px;
  }
}
.about__inner__box-microscope__main-txt__block__description-microscope:before {
  content: "";
  display: block;
  clear: both;
}
.about__inner__box-microscope__main__right-block {
  float: left;
  padding-top: 293px;
  padding-left: 127px;
}
.about__inner__box-microscope__main__right-block__steam {
  padding-bottom: 118px;
}
.about__inner__box-microscope__main__right-block__steam__caption {
  text-align: center;
  font-size: 15px;
}
.about__inner__box-microscope__main__right-block__washer {
  text-align: center;
  padding-bottom: 134px;
}
.about__inner__box-microscope__main__right-block__washer__img {
  padding-bottom: 28px;
}
.about__inner__box-microscope__main__right-block__disinfection {
  text-align: center;
}
.about__inner__box-microscope__main__right-block__disinfection__img {
  padding-bottom: 26px;
}
.about__inner__box-calendar {
  margin-bottom: 150px;
}
.about__inner__box-calendar__visual {
  position: relative;
  margin-bottom: 40px;
}
.about__inner__box-calendar__visual > img {
  width: 100%;
}
.about__inner__box-calendar__visual-description {
  background-image: url(../img/about_txt-bg_calendar.png);
  width: 411px;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about__inner__box-specialty__visual-description,
.about__inner__box-treatment__visual-description {
  -webkit-transform: translateX(-50%);
  background-size: 100% 100%;
  vertical-align: middle;
  color: #fff;
  top: -30px;
  left: 50%;
}
.about__inner__box-calendar__main {
  background-image: url(../img/about_img_bg-circle.png);
  background-position: center top;
}
.about__inner__box-calendar__main:after {
  content: "";
  display: block;
  clear: both;
}
.about__inner__box-calendar__main-txt {
  padding-top: 20px;
  float: left;
}
.about__inner__box-calendar__main-txt__block {
  width: 500px;
}
.about__inner__box-calendar__main-txt__block__head {
  width: 408px;
  letter-spacing: 0.198em;
  font-size: 25px;
  margin-bottom: 37px;
}
.about__inner__box-calendar__main-txt__block__description {
  font-size: 15px;
  text-align: justify;
  line-height: 40px;
  margin-bottom: 55px;
  letter-spacing: -0.3px;
}
@media (max-width: 750px) {
  .about__inner__box-calendar__main-txt__block__description {
    line-height: 32px;
  }
}
.about__inner__box-calendar__main-txt .comments {
  font-size: 12px;
}
.about__inner__box-treatment {
  margin-bottom: 150px;
}
.about__inner__box-treatment__visual {
  position: relative;
  margin-bottom: 40px;
}
.about__inner__box-treatment__visual > img {
  width: 100%;
}
.about__inner__box-treatment__visual-description {
  background-image: url(../img/about_txt-bg_treatment.png);
  width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  position: absolute;
  transform: translateX(-50%);
}
.about__inner__box-treatment__main {
  background-image: url(../img/about_img_bg-circle.png);
  background-position: center top;
}
.about__inner__box-treatment__main:after {
  content: "";
  display: block;
  clear: both;
}
.about__inner__box-treatment__main-txt {
  padding-top: 20px;
  float: right;
}
.about__inner__box-treatment__main-txt__block {
  width: 500px;
}
.about__inner__box-treatment__main-txt__block__head {
  letter-spacing: 0.198em;
  font-size: 25px;
  margin-bottom: 37px;
}
.about__inner__box-treatment__main-txt__block__description {
  font-size: 15px;
  text-align: justify;
  line-height: 40px;
  letter-spacing: -0.3px;
}
@media (max-width: 750px) {
  .about__inner__box-treatment__main-txt__block__description {
    line-height: 32px;
  }
}
.about__inner__box-specialty {
  margin-bottom: 150px;
}
.about__inner__box-specialty__visual {
  position: relative;
  margin-bottom: 59px;
}
.about__inner__box-specialty__visual > img {
  width: 100%;
}
.about__inner__box-specialty__visual-description {
  background-image: url(../img/about_txt-bg_specialty.png);
  width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  position: absolute;
  transform: translateX(-50%);
}
.about__inner__box-specialty__main {
  background-image: url(../img/about_img_bg-circle.png);
  background-position: center 256px;
}
.about__inner__box-specialty__main:after {
  content: "";
  display: block;
  clear: both;
}
.about__inner__box-specialty__main-txt {
  float: left;
}
.about__inner__box-specialty__main-txt__block {
  width: 500px;
}
.about__inner__box-specialty__main-txt__block__head {
  letter-spacing: 0.198em;
  font-size: 25px;
  margin-bottom: 37px;
  text-align: left;
}
.about__inner__box-specialty__main-txt__block__description {
  font-size: 15px;
  text-align: justify;
  line-height: 40px;
}
@media (max-width: 750px) {
  .about__inner__box-specialty__main-txt__block__description {
    line-height: 32px;
  }
}
.about__inner__box-message {
  margin-bottom: 150px;
}
.about__inner__box-message__visual {
  position: relative;
  margin-bottom: 59px;
}
.about__inner__box-message__visual > img {
  width: 100%;
}
.about__inner__box-message__visual-description {
  background-image: url(../img/about_txt-bg_message.png);
  width: 580px;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about__inner__box-message__main {
  background-image: url(../img/about_img_bg-circle.png);
  background-position: center 369px;
}
.about__inner__box-message__main:after {
  content: "";
  display: block;
  clear: both;
}
.about__inner__box-message__main-txt {
  float: right;
}
.about__inner__box-message__main-txt__block {
  width: 500px;
}
.about__inner__box-message__main-txt__block__head {
  letter-spacing: 0.198em;
  font-size: 25px;
  margin-bottom: 37px;
  text-align: left;
}
.about__inner__box-message__main-txt__block__description {
  font-size: 15px;
  text-align: justify;
  line-height: 40px;
}
.about_left_img_1 {
  position: relative;
  height: 0;
}
.about_left_img_1 > img {
  position: absolute;
  top: 0;
  left: -500px;
  width: 400px;
  -webkit-transform: translateY(-115%);
  transform: translateY(-115%);
}
@media (max-width: 750px) {
  .about__inner__box-message__main-txt__block__description {
    line-height: 32px;
  }
  .about_left_img_1 {
    height: auto;
  }
  .about_left_img_1 > img {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.about_left_img_2 {
  position: relative;
  height: 0;
}
.about_left_img_2 > img {
  position: absolute;
  top: 0;
  left: -500px;
  width: 400px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (max-width: 750px) {
  .about_left_img_2 {
    height: auto;
  }
  .about_left_img_2 > img {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.calendar__table {
  margin-bottom: 15px;
}
.calendar__table__thead-head__space-before {
  width: 30px;
  border-bottom: solid 1px #7f7f7f;
}
.calendar__table__thead-head__space-after {
  width: 57px;
  border-bottom: solid 1px #7f7f7f;
  border-left: solid 1px #7f7f7f;
}
.calendar__table__thead-head__week {
  font-weight: 400;
  width: 91px;
  height: 28px;
  border-bottom: solid 1px #7f7f7f;
  border-left: solid 1px #7f7f7f;
}
.calendar__table__thead-head__consultation {
  font-weight: 400;
  width: 315px;
  border-bottom: solid 1px #7f7f7f;
  border-left: solid 1px #7f7f7f;
}
.calendar__table__tbody-data__space-before {
  border-bottom: solid 1px #7f7f7f;
}
.calendar__table__tbody-data__space-after {
  border-bottom: solid 1px #7f7f7f;
  border-left: solid 1px #7f7f7f;
}
.calendar__table__tbody-data__space-end {
  height: 26px;
  border-left: solid 1px #7f7f7f;
}
.calendar__table__tbody-data__week,
.calendar__table__tbody-data__week-saturday,
.calendar__table__tbody-data__week-sunday {
  height: 48px;
  border-bottom: solid 1px #7f7f7f;
  border-left: solid 1px #7f7f7f;
  text-align: center;
}
.calendar__table__tbody-data__week-saturday {
  color: #0071bc;
}
.calendar__table__tbody-data__week-sunday {
  color: #c1272d;
}
.calendar__table__tbody-data__consultation {
  border-bottom: solid 1px #7f7f7f;
  border-left: solid 1px #7f7f7f;
  text-align: center;
}
.footer {
  margin-top: 90px;
  padding: 57px 0;
  background-image: url(../img/bg_footer.png);
  background-size: cover;
  background-position: top center;
}
.footer__inner {
  width: 1000px;
  margin: 0 auto;
}
.footer__inner::after {
  content: "";
  display: block;
  clear: both;
}
.footer__inner__left-contents {
  float: left;
  width: 600px;
}
.footer__inner__left-contents > img {
  width: 100%;
  margin-bottom: 14px;
  border-radius: 8px;
}
.footer__inner__left-contents__links {
  text-align: center;
}
.footer__inner__left-contents__links a {
  color: #59a338;
  text-decoration: none;
  font-size: 13px;
}
.footer__inner__left-contents__links a img {
  width: 1em;
  margin-right: 0.5em;
}
.footer__inner__right-contents {
  float: right;
  width: 400px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer__inner__right-contents__name {
  color: #59a338;
  font-size: 18px;
  line-height: 2;
}
.footer__inner__right-contents__address {
  font-size: 15px;
  font-style: normal;
  margin-bottom: 30px;
}
.footer__inner__right-contents__ather dl {
  border-top: 1px solid #59a338;
  content: "";
  display: block;
  clear: both;
  font-size: 15px;
  padding: 1em 0;
}
.footer__inner__right-contents__ather dl dt {
  display: inline-block;
  vertical-align: top;
  width: 4em;
}
.footer__inner__right-contents__ather dl dd {
  display: inline-block;
  vertical-align: top;
  padding-left: 1em;
}
.footer__inner__right-contents__link {
  margin-bottom: 20px;
}
.footer__inner__right-contents__link a {
  color: #59a338;
  text-decoration: none;
}
.footer__inner__right-contents__link a img {
  width: 1em;
  margin-right: 0.5em;
}
.header-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-info__inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-info__inner__box dd,
.header-info__inner__box dt {
  display: inline-block;
  font-size: 0.75rem;
}
.header-info__inner__box dd a,
.header-info__inner__box dt a {
  display: block;
}
.header-info__inner__box__contact {
  pointer-events: none;
  width: 154px;
}
.header-info__inner__box__contact img {
  width: 100%;
}
.header-info__inner__box__contact-title {
  padding-right: 1em;
  position: relative;
}
.header-info__inner__box__contact-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1em;
  height: 1.5em;
  background-image: url(../img/right_tri_black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.sp-nav,
.sp-nav-second {
  display: none;
}
.top-about {
  padding: 57px 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center center;
  margin-bottom: 83px;
}
.top-about__inner {
  width: 1000px;
  margin: 0 auto;
}
.top-about__inner__title {
  text-align: center;
  margin-bottom: 50px;
}
.top-about__inner__title img {
  width: 745px;
}
.top-about__inner__contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-about__inner__contents {
  width: 300px;
  margin-bottom: 35px;
}
.top-about__inner__contents a {
  display: block;
  color: #333;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.top-about__inner__contents a figure img {
  margin-bottom: 20px;
}
.top-about__inner__contents a figure figcaption {
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
}
.top-about__inner__contents__check {
  position: absolute;
  width: 20%;
  right: -10px;
  top: 150px;
}
@media (max-width: 750px) {
  .top-about__inner__contents__check {
    width: 40%;
    top: 15vw;
  }
}
.top-news__inner {
  width: 1000px;
  margin: 0 auto;
}
.top-news__inner:after {
  content: "";
  display: block;
  clear: both;
}
.top-news__inner__title {
  margin-bottom: 30px;
  width: 100%;
}
.top-news__inner__title img {
  width: 247px;
  margin-right: 14px;
  vertical-align: middle;
}
.top-news__inner__title__more-link {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.5em;
  position: relative;
  color: #333;
  text-decoration: none;
}
.top-news__inner__title__more-link::after {
  content: "";
  display: block;
  width: 1em;
  height: 1.5em;
  background-image: url(../img/right_arrow_green.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-news__inner__left-contents {
  float: left;
  width: 50%;
}
.top-news__inner__left-contents__div {
  position: relative;
}
.top-news__inner__left-contents__div img {
  border-radius: 10px;
  width: 235px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
.top-news__inner__left-contents ul:after {
  content: "";
  display: block;
  clear: both;
}
.top-news__inner__left-contents ul li {
  float: left;
  width: 235px;
  position: relative;
  margin-right: 30px;
  border-radius: 8px;
}
.top-news__inner__left-contents ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.top-news__inner__left-contents ul li img {
  width: 100%;
}
.top-news__inner__left-contents ul li dl {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  border-radius: 0 0 8px 8px;
  background-color: rgba(89, 163, 56, 0.8);
  color: #fff;
  padding: 16px 14px 12px;
}
.top-news__inner__left-contents ul li dl dt {
  font-size: 12px;
}
.top-news__inner__left-contents ul li dl dd {
  font-size: 15px;
}
.top-news__inner__right-contents {
  width: 50%;
  padding-left: 30px;
  float: right;
}
.top-news__inner__right-contents a {
  text-decoration: none;
}
.top-news__inner__right-contents dl {
  margin-bottom: 10px;
}
.top-news__inner__right-contents dl dt {
  display: inline-block;
  width: 100px;
  font-size: 12px;
  padding: 2px 0;
  line-height: 1;
  vertical-align: middle;
}
.top-news__inner__right-contents dl dd {
  width: 360px;
  display: inline-block;
  font-size: 15px;
  color: #59a338;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.introduction__inner {
  width: 1000px;
  margin: 0 auto;
}
.introduction__inner__box-waiting {
  margin-bottom: 94px;
}
.introduction__inner__box-waiting__visual {
  position: relative;
  margin-bottom: 22px;
}
.introduction__inner__box-waiting__visual__title {
  width: 264px;
  display: inline-block;
  background-image: url(../img/icon_fukidashi.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px;
  color: #fff;
  position: absolute;
  font-size: 25px;
  padding: 44px 55px;
  top: 37%;
  left: 40%;
  opacity: 0.8;
}
.introduction__inner__box-clinic__visual__title,
.introduction__inner__box-front__visual__title,
.introduction__inner__box-greenwall__visual__title {
  width: 264px;
  display: inline-block;
  background-image: url(../img/icon_fukidashi.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px;
  color: #fff;
  top: 50%;
  left: 40%;
  opacity: 0.8;
}
.introduction__inner__box-waiting__description {
  text-align: center;
}
.introduction__inner__box-waiting__description__picture {
  margin-bottom: 9px;
}
.introduction__inner__box-waiting__description__txt {
  font-size: 15px;
  line-height: 40px;
}
@media (max-width: 750px) {
  .introduction__inner__box-waiting__description__txt {
    line-height: 32px;
  }
}
.introduction__inner__box-greenwall {
  margin-bottom: 94px;
}
.introduction__inner__box-greenwall__visual {
  margin-bottom: 22px;
  position: relative;
}
.introduction__inner__box-greenwall__visual__title {
  position: absolute;
  font-size: 25px;
  padding: 44px 55px 44px 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.introduction__inner__box-greenwall__description {
  text-align: center;
}
.introduction__inner__box-greenwall__description__picture {
  margin-bottom: 9px;
}
.introduction__inner__box-greenwall__description__txt {
  font-size: 15px;
  line-height: 40px;
}
@media (max-width: 750px) {
  .introduction__inner__box-greenwall__description__txt {
    line-height: 32px;
  }
}
.introduction__inner__box-front {
  margin-bottom: 94px;
}
.introduction__inner__box-front__visual {
  position: relative;
  margin-bottom: 22px;
}
.introduction__inner__box-front__visual__title {
  position: absolute;
  font-size: 25px;
  padding: 44px 55px 44px 72px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.introduction__inner__box-front__description {
  text-align: center;
}
.introduction__inner__box-front__description__picture {
  margin-bottom: 9px;
}
.introduction__inner__box-front__description__txt {
  font-size: 15px;
  line-height: 40px;
}
@media (max-width: 750px) {
  .introduction__inner__box-front__description__txt {
    line-height: 32px;
  }
}
.introduction__inner__box-clinic {
  margin-bottom: 94px;
}
.introduction__inner__box-clinic__visual {
  position: relative;
  margin-bottom: 22px;
}
.introduction__inner__box-clinic__visual__title {
  position: absolute;
  font-size: 25px;
  padding: 44px 55px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.introduction__inner__box-clinic__description {
  text-align: center;
}
.introduction__inner__box-clinic__description__picture {
  margin-bottom: 9px;
}
.introduction__inner__box-clinic__description__txt {
  font-size: 15px;
  line-height: 40px;
  margin: 0 auto;
}
.introduction__inner__box-disinfection__visual__title,
.introduction__inner__box-operating__visual__title {
  width: 264px;
  display: inline-block;
  background-image: url(../img/icon_fukidashi.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px;
  color: #fff;
  font-size: 25px;
  left: 41%;
  opacity: 0.8;
}
@media (max-width: 750px) {
  .introduction__inner__box-clinic__description__txt {
    line-height: 32px;
  }
}
.introduction__inner__box-operating {
  margin-bottom: 94px;
}
.introduction__inner__box-operating__visual {
  position: relative;
  margin-bottom: 22px;
}
.introduction__inner__box-operating__visual__title {
  position: absolute;
  padding: 44px 55px;
  top: 36%;
}
.introduction__inner__box-operating__description {
  text-align: center;
}
.introduction__inner__box-operating__description__picture {
  margin-bottom: 9px;
}
.introduction__inner__box-operating__description__txt {
  font-size: 15px;
  line-height: 40px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .introduction__inner__box-operating__description__txt {
    line-height: 32px;
  }
}
.introduction__inner__box-disinfection {
  margin-bottom: 94px;
}
.introduction__inner__box-disinfection__visual {
  position: relative;
  margin-bottom: 22px;
}
.introduction__inner__box-disinfection__visual__title {
  position: absolute;
  text-align: center;
  padding: 44px 75px 44px 0;
  top: 40%;
}
.introduction__inner__box-microscope__visual__title,
.introduction__inner__box-ray__visual__title {
  width: 264px;
  display: inline-block;
  background-image: url(../img/icon_fukidashi.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px;
  left: 40%;
  text-align: center;
  color: #fff;
}
.introduction__inner__box-disinfection__description {
  text-align: center;
}
.introduction__inner__box-disinfection__description__picture {
  margin-bottom: 9px;
}
.introduction__inner__box-disinfection__description__txt {
  font-size: 15px;
  line-height: 40px;
}
@media (max-width: 750px) {
  .introduction__inner__box-disinfection__description__txt {
    line-height: 32px;
  }
}
.introduction__inner__box-ray {
  margin-bottom: 94px;
  opacity: 0.3;
}
.introduction__inner__box-ray__visual {
  position: relative;
  margin-bottom: 22px;
}
.introduction__inner__box-ray__visual__title {
  position: absolute;
  font-size: 19px;
  padding: 44px 90px 44px 13px;
  top: 37%;
  opacity: 0.8;
}
.introduction__inner__box-ray__description {
  text-align: center;
}
.introduction__inner__box-ray__description__picture {
  margin-bottom: 9px;
}
.introduction__inner__box-ray__description__txt {
  font-size: 15px;
  line-height: 40px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .introduction__inner__box-ray__description__txt {
    line-height: 32px;
  }
}
.introduction__inner__box-microscope {
  margin-bottom: 94px;
  opacity: 0.3;
}
.introduction__inner__box-microscope__visual {
  position: relative;
  margin-bottom: 22px;
}
.introduction__inner__box-microscope__visual__title {
  position: absolute;
  font-size: 22px;
  padding: 53px 75px 44px 0;
  line-height: 1.2;
  top: 31%;
  opacity: 0.8;
}
.introduction__inner__box-microscope__visual__title__small {
  font-size: 15px;
  position: relative;
  bottom: 3px;
}
.introduction__inner__box-microscope__description {
  text-align: center;
}
.introduction__inner__box-microscope__description__picture {
  margin-bottom: 9px;
}
.introduction__inner__box-microscope__description__txt {
  font-size: 15px;
  line-height: 40px;
  width: 588px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .introduction__inner__box-microscope__description__txt {
    line-height: 32px;
  }
}
.main-nav {
  margin-top: 50px;
}
.main-nav__inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-nav__inner li {
  width: 14%;
  height: 77px;
}
.main-nav__inner li a {
  display: block;
  text-align: center;
  height: 100%;
}
.main-nav__inner li a img {
  height: 100%;
  width: auto;
}
.sub .main-nav {
  position: fixed;
  top: 50px;
  margin: 0;
  z-index: 100;
  width: 100%;
}
.sub .main-nav__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main-nav {
    display: none;
  }
}
.main-visual__inner__slides img {
  width: 100%;
}
.drawer-toggle,
drawer-nav {
  display: none;
}
.news #news,
.news #news2,
.news #news3,
.news #news4,
.news #news5 {
  margin-top: -130px;
  padding-top: 130px;
}
.news__inner__contents__title {
  position: relative;
  margin-bottom: 50px;
}
.news__inner__contents__title span {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translateY(-50%) translateX(-65%);
  transform: translateY(-50%) translateX(-65%);
  letter-spacing: 0.5rem;
}
.news__inner__contents__title img {
  width: 264px;
  display: block;
  margin: 0 auto;
}
.news__inner__contents__news__block {
  width: 760px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 140px;
}
.news__inner__contents__news__block--main {
  width: 400px;
  float: left;
}
.news__inner__contents__news__block--main__title--head {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 1.5rem;
  letter-spacing: 1rem;
}
@media (max-width: 750px) {
  .news__inner__contents__news__block--main__title--head {
    line-height: 32px;
  }
}
.news__inner__contents__news__block--main__title--time {
  font-size: 15px;
  padding-bottom: 2rem;
}
.news__inner__contents__news__block--main__txt {
  font-size: 15px;
  line-height: 40px;
}
.news__inner__contents__news__block--main__txt img {
  display: none;
}
.news__inner__contents__news__block--img {
  width: 330px;
  float: right;
  text-align: center;
}
.news__inner__contents__news__block--img img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.news__inner__contents__news__block:after {
  content: "";
  background-image: url(../img/news_point.png);
  background-size: 100%;
  width: 51px;
  height: 32px;
  display: block;
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news__inner__contents__news:nth-last-of-type(1) > div:after {
  display: none;
}
.news__inner__contents__page .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news__inner__contents__page .wp-pagenavi .current {
  padding: 1px 6px;
  background: #52b0fc;
  color: #fff;
}
.news__inner__contents__page .wp-pagenavi .page {
  margin: 0 8px;
  border: 1px solid #ccc;
}
.news__inner__contents__page .wp-pagenavi span {
  margin: 0 8px;
}
.news__inner__contents__page .wp-pagenavi.first,
.news__inner__contents__page .wp-pagenavi.last,
.news__inner__contents__page .wp-pagenavi.nextpostslink,
.news__inner__contents__page .wp-pagenavi.previouspostslink {
  margin: 0 15px;
  border: none;
}
.news__inner__contents__page .wp-pagenavi.first a,
.news__inner__contents__page .wp-pagenavi.last a,
.news__inner__contents__page .wp-pagenavi.nextpostslink a,
.news__inner__contents__page .wp-pagenavi.previouspostslink a {
  padding: 0;
}
@media (max-width: 750px) {
  .news__inner__contents__news__block--main__txt {
    line-height: 32px;
  }
  .news__inner__contents__page .wp-pagenavi .previouspostslink {
    margin-right: 20px;
    display: none;
  }
  .news__inner__contents__page .wp-pagenavi .nextpostslink {
    margin-left: 20px;
    display: none;
  }
  .news__inner__contents__page .wp-pagenavi .first,
  .news__inner__contents__page .wp-pagenavi .last {
    display: none;
  }
}
.news__inner__contents__page .wp-pagenavi a {
  text-decoration: none;
  padding: 1px 6px;
}
.recruit .pc {
  display: inline-block;
}
.recruit__inner {
  width: 1000px;
  margin: 0 auto;
}
.recruit__inner__nav {
  text-align: center;
}
.recruit__inner__nav-title {
  padding-bottom: 40px;
}
.recruit__inner__nav-block {
  background-image: url(../img/services_bg_nav.png);
}
.recruit__inner__nav-block__bottom {
  padding: 35px 0 70px;
  width: 666px;
  margin: 0 auto;
}
.recruit__inner__nav-block__bottom p {
  font-size: 40px;
  color: #fff;
}
.recruit__inner__nav-block__list {
  padding: 25px 0;
  width: 666px;
  margin: 0 auto;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recruit__inner__nav-block__list p {
  color: #fff;
  font-size: 20px;
}
.recruit__inner__nav-block__list-ul {
  padding-bottom: 80px;
  padding-top: 20px;
}
.recruit__inner__nav-block__list-ul__cavity {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0;
  padding-right: 80px;
}
.recruit__inner__nav-block__list-ul__disease {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 80px;
}
.recruit__inner__nav-block__list-ul__implant,
.recruit__inner__nav-block__list-ul__surgery {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 28px;
}
.recruit__inner__nav-block__list-ul__prevention {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 28px;
  padding-right: 0;
}
.recruit__inner__cavity h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 70px;
  font-weight: 600;
}
.recruit__inner__cavity__caution {
  width: 765px;
  text-align: center;
  margin: 0 auto 0 0;
  font-size: 15px;
  padding-bottom: 85px;
}
.recruit__inner__cavity__caution-txt {
  padding-top: 17px;
  padding-bottom: 34px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}
.recruit__inner__cavity__caution__left-block {
  width: 500px;
  float: left;
  text-align: left;
  line-height: 40px;
}
@media (max-width: 750px) {
  .recruit__inner__cavity__caution__left-block {
    line-height: 32px;
  }
}
.recruit__inner__cavity__caution__right-block {
  width: 378px;
  float: right;
  text-align: left;
  line-height: 40px;
}
@media (max-width: 750px) {
  .recruit__inner__cavity__caution__right-block {
    line-height: 32px;
  }
}
.recruit__inner__cavity__caution:after {
  content: "";
  display: block;
  clear: both;
}
.recruit__inner__cavity__contents__span-img {
  margin: 0 20px;
}
.recruit__inner__cavity__contents__span-cent {
  height: 100%;
  vertical-align: -webkit-baseline-middle;
}
.recruit__inner__cavity__contents__left {
  width: 495px;
  float: left;
}
.recruit__inner__cavity__contents__left-head {
  font-size: 19px;
  border: 1px solid #ccc;
  border-radius: 30px;
  line-height: 1;
  position: relative;
  padding: 15px 15px 15px 40px;
  margin-left: 25px;
  margin-bottom: 35px;
}
.recruit__inner__cavity__contents__left-head img {
  position: absolute;
  left: -25px;
  top: -10px;
}
.recruit__inner__cavity__contents__left-main {
  margin-bottom: 70px;
}
.recruit__inner__cavity__contents__left-main__cavity {
  font-size: 19px;
  padding-bottom: 45px;
}
.recruit__inner__cavity__contents__left-main__treatment {
  font-size: 19px;
  padding-top: 54px;
  padding-bottom: 45px;
}
.recruit__inner__cavity__contents__left-main p {
  line-height: 40px;
  font-size: 15px;
  padding-bottom: 58px;
}
@media (max-width: 750px) {
  .recruit__inner__cavity__contents__left-main p {
    line-height: 32px;
  }
}
.recruit__inner__cavity__contents__left-main li {
  margin-bottom: 20px;
}
.recruit__inner__cavity__contents__left-main table {
  margin-left: 30px;
}
.recruit__inner__cavity__contents__left-main table td:nth-child(1) {
  width: 150px;
  padding: 5px 0;
  vertical-align: top;
}
.recruit__inner__cavity__contents__left-main table td:nth-child(2) {
  padding: 5px 0;
}
.recruit__inner__cavity__contents__right {
  float: right;
  width: 475px;
}
.recruit__inner__cavity__contents__right__img {
  float: right;
}
.recruit__inner__cavity__contents__right__fukidashi {
  width: 265px;
  background-image: url(../img/icon_fukidashi.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  padding: 135px 90px 43px 20px;
  margin-left: 100px;
  z-index: -1;
  position: relative;
  margin-bottom: 67px;
  font-size: 25px;
  letter-spacing: 0.3em;
  text-align: center;
}
.recruit__inner__cavity__contents__right__progress {
  padding-bottom: 82px;
}
.recruit__inner__cavity__contents__right__decalcification {
  padding-bottom: 56px;
}
.recruit__inner__cavity__contents:after {
  content: "";
  display: block;
  clear: both;
}
.recruit__inner__nav-title__bottom {
  padding-bottom: 2.5rem;
}
.recruit .empty .recruit__inner__cavity__caution {
  padding: 0;
}
.recruit .empty .recruit__inner__cavity__caution-txt {
  padding: 40px 20px 20px 25px;
}
.recruit .empty .recruit__inner__cavity__contents {
  padding-top: 100px;
}
.recruit .empty .recruit__inner__cavity__contents__left {
  font-size: 14px;
}
.recruit .empty .recruit__inner__cavity__contents__left-head {
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  padding-left: 29px;
}
.recruit .empty .recruit__inner__cavity__contents__left-main {
  width: 80%;
  padding-top: 10px;
  margin: 0 auto;
}
.services__img--block {
  overflow: hidden;
  width: 200%;
}
.services__img--block img {
  margin-bottom: 2rem;
}
.services__img--block .left {
  width: 50%;
  float: left;
}
.services__img--block .left .link {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 15px;
  display: block;
}
.services__img--block .left .link a {
  display: block;
  line-height: 1;
}
.services__img--block .right {
  max-width: 48%;
  font-size: 13px;
  float: right;
}
.services__img--block .right.img01,
.services__img--block .right.img02 {
  max-width: 31%;
}
.services__inner {
  width: 1000px;
  margin: 0 auto;
}
.services__inner__nav {
  text-align: center;
}
.services__inner__nav-title {
  padding-bottom: 52px;
}
.services__inner__nav-block {
  background-image: url(../img/services_bg_nav.png);
}
.services__inner__nav-block__list {
  padding: 25px 0;
  width: 700px;
  margin: 0 auto;
}
.services__inner__nav-block__list-ul {
  padding-bottom: 80px;
  padding-top: 20px;
}
.services__inner__nav-block__list-ul__cavity {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0;
  padding-right: 18px;
}
.services__inner__nav-block__list-ul__disease,
.services__inner__nav-block__list-ul__implant,
.services__inner__nav-block__list-ul__surgery {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 18px;
}
.services__inner__nav-block__list-ul__prevention {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 18px;
  padding-right: 0;
}
.services__inner__cavity__caution {
  width: 765px;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  padding-bottom: 85px;
}
.services__inner__cavity__caution-txt {
  padding-top: 30px;
  padding-bottom: 40px;
}
.services__inner__cavity__caution__left-block {
  text-align: left;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services__inner__cavity__caution:after,
.services__inner__cavity__contents:after {
  display: block;
  clear: both;
  content: "";
}
.services__inner__cavity__caution__left-block li {
  width: 50%;
}
@media (max-width: 750px) {
  .services__inner__cavity__caution__left-block {
    line-height: 32px;
    display: block;
  }
  .services__inner__cavity__caution__left-block li {
    width: 100%;
  }
}
.services__inner__cavity__caution__left-block + p {
  clear: both;
  padding-top: 3rem;
  line-height: 40px;
}
@media (max-width: 750px) {
  .services__inner__cavity__caution__left-block + p {
    line-height: 32px;
  }
}
.services__inner__cavity__caution__right-block {
  width: 378px;
  float: right;
  text-align: left;
  line-height: 40px;
}
@media (max-width: 750px) {
  .services__inner__cavity__caution__right-block {
    line-height: 32px;
  }
}
.services__inner__cavity__contents__left {
  width: 495px;
  float: left;
}
.services__inner__cavity__contents__left-head {
  font-size: 19px;
  border: 1px solid #ccc;
  border-radius: 30px;
  position: relative;
  padding: 5px 5px 5px 40px;
  margin-left: 25px;
  margin-bottom: 35px;
}
.services__inner__cavity__contents__left-head.service_mr {
  margin-top: 60px;
}
.services__inner__cavity__contents__left-head img {
  position: absolute;
  left: -25px;
  top: -10px;
}
.services__inner__cavity__contents__left-main__cavity {
  font-size: 19px;
  font-weight: 700;
  padding: 15px 0 37px;
}
.services__inner__cavity__contents__left-main__treatment {
  font-size: 19px;
  padding-bottom: 45px;
}
.services__inner__cavity__contents__left-main p {
  line-height: 40px;
  font-size: 15px;
  padding-bottom: 58px;
}
@media (max-width: 750px) {
  .services__inner__cavity__contents__left-main p {
    line-height: 32px;
  }
}
.services__inner__cavity__contents__right {
  float: right;
  width: 475px;
}
.services__inner__cavity__contents__right__fukidashi {
  width: 265px;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  font-size: 29px;
  padding: 320px 90px 27px 57px;
  margin-left: -65px;
  z-index: -1;
  position: relative;
  margin-bottom: 67px;
}
.services__inner__cavity__contents__right__fukidashi.implant,
.services__inner__cavity__contents__right__fukidashi.koku,
.services__inner__cavity__contents__right__fukidashi.mushiba,
.services__inner__cavity__contents__right__fukidashi.shishu,
.services__inner__cavity__contents__right__fukidashi.yobo {
  background-image: url(../img/icon_fukidashi.png);
}
.services__inner__cavity__contents__right__progress {
  padding-bottom: 82px;
}
.services__inner__cavity__contents__right__decalcification {
  padding-bottom: 56px;
}
.services__d h4 {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 2.5rem;
}
.services__d .img06 {
  margin-top: 9rem;
}
.services__d__care__block__inner--head {
  width: 315px;
  background: #52b0fc;
  color: #fff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 1;
  padding: 10px 0;
}
.services__d__care__block__inner--head span {
  font-size: 18px;
}
.services__d__care__block__inner--txt {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  border-left: solid 1px #52b0fc;
  position: relative;
}
.services__d__care__block__inner--txt.end {
  border-left: none;
  margin-bottom: 5rem;
}
.services__d__care__block__inner--txt.end:after {
  display: none;
}
.services__d__care__block__inner--txt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -5px;
  border-style: solid;
  border-width: 8.7px 5px 0;
  border-color: #007bff transparent transparent;
}
.services__d__care__block__inner--txt p {
  padding-bottom: 0;
}
.services__d__care__block__inner--txt__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 2.5rem;
  margin-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.services__d__care__block__inner--txt__photo > div {
  text-align: right;
  margin-right: 1.5rem;
}
.services__d__care__block__inner--txt__photo > div div {
  background: #52b0fc;
  color: #fff;
  padding: 1rem 0.5rem;
  margin-bottom: 8px;
  text-align: center;
}
.services__d__qa__block--left p,
.services__d__qa__block--right p {
  padding-left: 80px;
  padding-top: 10px;
}
.services__d__qa {
  width: 200%;
}
.services__d__qa__block {
  overflow: hidden;
  margin-bottom: 3rem;
}
.services__d__qa__block--left {
  float: left;
  width: 43%;
}
.services__d__qa__block--left:before {
  content: "";
  background-image: url(../img/servicesD_cavity_img_q.png);
  display: inline-block;
  height: 46px;
  width: 71px;
  position: absolute;
}
.services__d__qa__block--right {
  float: right;
  width: 50%;
}
.services__d__qa__block--right img {
  float: left;
}
.services__d__talk {
  text-align: center;
}
.services__d__talk p {
  background: #52b0fc;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 10px 50px;
}
.services__i h4 {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 1.5rem;
}
.services__i .img04 {
  display: block;
}
.services__i .img04 + a {
  text-align: center;
  display: block;
  text-decoration: none;
  padding-bottom: 3rem;
}
.services__i .services__inner__cavity__contents__right__fukidashi {
  width: 280px;
  padding: 495px 76px 20px 20px;
  margin-left: -95px;
  font-size: 18px;
  text-align: center;
}
.services__i__qa__fukidashi {
  width: 325px;
  height: 160px;
  background-image: url(../img/icon_fukidashi-qa.png);
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  z-index: -1;
  position: relative;
  margin-top: -100px;
  margin-bottom: 30px;
  margin-left: 300px;
}
.services__i__qa__fukidashi p {
  font-size: 45px;
}
.services__s h4 {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 2.5rem;
}
.services__s .img01 {
  margin: 0;
  width: 100%;
}
.services__s__contents__right--block {
  width: 45%;
}
.services__s .services__inner__cavity__caution-txt {
  text-align: left;
  line-height: 40px;
}
@media (max-width: 750px) {
  .services__s .services__inner__cavity__caution-txt {
    line-height: 32px;
  }
}
.services__s .services__inner__cavity__caution-txt span {
  font-size: 20px;
  color: #52b0fc;
}
.services__s .services__inner__cavity__contents__left ul {
  padding-bottom: 48px;
}
.services__s .services__inner__cavity__contents__left ul li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1rem;
  text-indent: -1rem;
  padding-bottom: 10px;
}
.services__s .services__inner__cavity__contents__right__fukidashi {
  width: 265px;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  font-size: 25px;
  padding: 321px 89px 32px 48px;
  margin-left: 0;
  z-index: -1;
  position: relative;
  margin-bottom: 67px;
}
.services__p h4 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
}
.services__p ul {
  padding-bottom: 2rem;
}
.services__p ul li {
  padding-bottom: 1rem;
}
.services__p table {
  border: 1px solid #333;
  margin-bottom: 25px;
  margin-top: -33px;
}
.services__p table tr td {
  font-size: 14px;
  border-bottom: solid 1px #333;
  padding: 3px 5px;
}
.services__p table tr td:nth-of-type(1) {
  border-right: solid 1px #333;
  width: 7rem;
}
.services__p table tr td span {
  display: inline-block;
  width: 5.5rem;
  color: red;
}
.services__p .img01 {
  margin-top: 25.5rem;
}
.services__p .img03 {
  margin-top: 4rem;
}
.services__p .services__inner__cavity__contents__right__fukidashi {
  width: 265px;
  color: #fff;
  font-size: 25px;
  padding: 370px 89px 33px 45px;
  margin-left: -65px;
  margin-bottom: 67px;
  line-height: 1.2;
}
.caution__img {
  padding-top: 30px;
  padding-bottom: 40px;
}
.serviceI_site {
  margin: 0 !important;
  border: 1px solid #ddd;
  max-width: 100%;
}
.serviceI_site + .link {
  margin: 15px 0 45px !important;
}
.serviceI_site-logo {
  margin-bottom: 5px !important;
  margin-top: 10px;
}
.staff__inner {
  width: 1000px;
  margin: 0 auto;
}
.staff__inner__contents {
  padding-left: 495px;
  background-image: url(../img/staff_img01.png);
  background-size: 495px auto;
  background-position: left top;
  margin-bottom: 80px;
}
.staff__inner__contents__director-name {
  position: relative;
  left: -118px;
  margin-bottom: 45px;
  width: 264px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 0 45px 40px;
  background-image: url(../img/icon_fukidashi.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  color: #fff;
  font-size: 25px;
}
.staff__inner__contents__director-history-title,
.staff__inner__contents__director-staff-title {
  position: relative;
  left: -20px;
  background-image: url(../img/icon_fukidashi.svg);
  background-size: 100% auto;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
}
.staff__inner__contents__director-history-title div,
.staff__inner__contents__director-staff-title div {
  padding-top: 15px;
  padding-left: 15px;
}
.staff__inner__contents__director-comment {
  line-height: 40px;
  font-size: 15px;
  letter-spacing: 0.01em;
}
@media (max-width: 750px) {
  .staff__inner__contents__director-comment {
    line-height: 32px;
  }
}
.staff__inner__contents__director-comment__name {
  display: block;
  text-align: right;
}
.staff__inner__contents__director-history-title {
  width: 109px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 0;
  font-size: 17px;
  height: 53px;
}
.staff__inner__contents__director-history-contents li {
  font-size: 13px;
  line-height: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .staff__inner__contents__director-history-contents li {
    line-height: 32px;
  }
}
.staff__inner__contents__director-staff-comment {
  margin-top: 10px;
  font-size: 15px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .staff__inner__contents__director-staff-comment {
    line-height: 32px;
  }
}
.staff__inner__contents__director-staff-comment span {
  display: block;
  text-align: right;
  line-height: 1.5;
}
.staff__inner__contents__director-staff-title {
  width: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 0;
  font-size: 17px;
  height: 80px;
}
.staff__inner__contents__director-staff-contents {
  font-size: 13px;
  line-height: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .staff__inner__contents__director-staff-title {
    margin-left: 20px;
  }
  .staff__inner__contents__director-staff-contents {
    line-height: 32px;
  }
}
.sub-header {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 17.4%;
}
.sub-header__inner * img {
  width: 100%;
}
.sub-main-visual {
  width: 100%;
  background-image: url();
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  padding-top: 44.17%;
  margin-bottom: 36px;
}
.sub-main-visual--about {
  background-image: url(../img/about_mv.png);
}
.sub-main-visual--staff {
  background-image: url(../img/staff_mv.png);
}
.sub-main-visual--introduction {
  background-image: url(../img/introduction_mv.png);
}
.sub-main-visual--introduction h2 {
  width: auto;
}
.sub-main-visual--services {
  background-image: url(../img/services_mv.png);
}
.sub-main-visual--news {
  background-image: url(../img/news_mv.png);
}
.sub-main-visual--recruit {
  background-image: url(../img/recruit_mv.png);
}
.sub-main-visual__inner {
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 44.17%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sub-main-visual__inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 258px;
  text-align: center;
}
.top-header {
  position: relative;
  z-index: 100;
  margin-top: -190px;
  margin-bottom: 72px;
}
.top-header__inner {
  text-align: center;
}
.top-header__inner h1 {
  display: inline-block;
  width: 450px;
}
.top-header__inner h1 img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .sub-main-visual--about {
    background-image: url(../img/about_mv-sp.png);
  }
  .sub-main-visual--introduction {
    background-image: url(../img/introduction_mv-sp.png);
  }
  .sub-main-visual--staff {
    background-image: url(../img/staff_mv-sp.png);
  }
  .sub-main-visual--services {
    background-image: url(../img/service_mv-sp.png);
  }
  .sub-main-visual--news {
    background-image: url(../img/news_mv-sp.png);
  }
  .sub-main-visual--recruit {
    background-image: url(../img/recruit_mv-sp.png);
  }
  .top-header {
    margin-top: -22vw;
    margin-bottom: 0;
    z-index: 0;
  }
  .top-header__inner h1 {
    width: 70%;
  }
  .about__inner,
  .about__inner__box-waiting__visual img {
    width: 100%;
  }
  .about__inner__box-waiting__main-designer__block,
  .about__inner__box-waiting__main-light__block {
    display: block;
  }
  .about {
    padding: 0 5%;
  }
  .about__inner #about2,
  .about__inner #about3,
  .about__inner #about4,
  .about__inner #about5,
  .about__inner #about6 {
    margin-top: -30px;
    padding-top: 30px;
  }
  .about__inner__box-waiting {
    margin-bottom: 100px;
  }
  .about__inner__box-waiting__visual-description {
    position: absolute;
    top: -24px;
    font-size: 14px;
    height: auto;
    line-height: 1.3;
    background: #52b0fc;
    border-radius: 30px;
    width: 90%;
  }
  .about__inner__box-waiting__main-txt__block {
    width: 100%;
    float: none;
    display: block;
  }
  .about__inner__box-waiting__main-txt__block img {
    width: 100%;
  }
  .about__inner__box-waiting__main-txt__block__head {
    width: 100%;
    text-align: left;
  }
  .about__inner__box-waiting__main-txt__block__head-microscope,
  .about__inner__box-waiting__main-txt__block__head-ray,
  .about__inner__box-waiting__main-txt__block__head-title {
    width: 100%;
    float: none;
  }
  .about__inner__box-waiting__main-txt__block-wrap {
    width: 100%;
  }
  .about__inner__box-waiting__main-txt__block-wrap:nth-of-type(2) {
    width: 100%;
    margin-top: 50px;
  }
  .about__inner__box-waiting__main-txt__block-wrap:nth-of-type(2) img {
    width: 100%;
  }
  .about__inner__box-waiting__main-designer {
    margin-bottom: 0;
  }
  .about__inner__box-waiting__main-designer__block:nth-of-type(1) img {
    width: 100%;
  }
  .about__inner__box-waiting__main-designer__block:nth-of-type(2) figure {
    margin-bottom: 20px;
    width: 100%;
  }
  .about__inner__box-waiting__main-designer__block:nth-of-type(2) figure img {
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
  }
  .about__inner__box-waiting__main-light {
    margin-bottom: 0;
  }
  .about__inner__box-waiting__main-light__block figure {
    margin-bottom: 20px;
    width: 100%;
  }
  .about__inner__box-waiting__main-light__block figure img {
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
  }
  .about__inner__box-waiting__main-simbol__block img {
    width: 100%;
  }
  .about__inner__box-safety {
    margin-bottom: 50px;
  }
  .about__inner__box-safety__visual img {
    width: 100%;
  }
  .about__inner__box-safety__visual-description {
    position: absolute;
    font-size: 14px;
    height: auto;
    line-height: 1.3;
    background: #52b0fc;
    border-radius: 30px;
    width: 90%;
    top: -30px;
  }
  .about__inner__box-safety__main-txt__block {
    width: 100%;
    float: none;
  }
  .about__inner__box-safety__main-txt__block img {
    width: 100%;
  }
  .about__inner__box-safety__main-txt__block__head {
    width: 100%;
    text-align: left;
  }
  .about__inner__box-safety__main-txt__block__head-microscope,
  .about__inner__box-safety__main-txt__block__head-ray,
  .about__inner__box-safety__main-txt__block__head-title {
    width: 100%;
    float: none;
  }
  .about__inner__box-safety__main__right-block {
    float: none;
    padding: 0;
    width: 100%;
  }
  .about__inner__box-safety__main__right-block div {
    padding-bottom: 50px;
  }
  .about__inner__box-microscope__visual img {
    width: 100%;
  }
  .about__inner__box-microscope__visual-description {
    position: absolute;
    font-size: 14px;
    height: auto;
    line-height: 1.3;
    background: url(../img/about_txt-bg_microscope-sp.png) #52b0fc;
    border-radius: 30px;
    width: 90%;
    top: -30px;
  }
  .about__inner__box-calendar__visual-description,
  .about__inner__box-treatment__visual-description {
    position: absolute;
    font-size: 14px;
    height: auto;
    line-height: 1.3;
    background: #52b0fc;
    border-radius: 30px;
  }
  .about__inner__box-microscope__main-txt {
    float: none;
  }
  .about__inner__box-microscope__main-txt__block {
    width: 100%;
    float: none;
  }
  .about__inner__box-microscope__main-txt__block img {
    width: 100%;
  }
  .about__inner__box-microscope__main-txt__block__head {
    width: 100%;
    text-align: left;
  }
  .about__inner__box-microscope__main-txt__block__head-microscope,
  .about__inner__box-microscope__main-txt__block__head-ray,
  .about__inner__box-microscope__main-txt__block__head-title {
    width: 100%;
    float: none;
  }
  .about__inner__box-calendar__visual img {
    width: 100%;
  }
  .about__inner__box-calendar__visual-description {
    top: -24px;
    width: 90%;
  }
  .about__inner__box-calendar__main-txt {
    float: none;
  }
  .about__inner__box-calendar__main-txt__block {
    width: 100%;
    float: none;
  }
  .about__inner__box-calendar__main-txt__block img {
    width: 100%;
  }
  .about__inner__box-calendar__main-txt__block__head {
    width: 100%;
    text-align: left;
  }
  .about__inner__box-calendar__main-txt__block__head-microscope,
  .about__inner__box-calendar__main-txt__block__head-ray,
  .about__inner__box-calendar__main-txt__block__head-title {
    width: 100%;
    float: none;
  }
  .about__inner__box-treatment__visual img {
    width: 100%;
  }
  .about__inner__box-treatment__visual-description {
    width: 90%;
    top: -40px;
  }
  .about__inner__box-message__visual-description,
  .about__inner__box-specialty__visual-description {
    font-size: 14px;
    height: auto;
    line-height: 1.3;
    background: #52b0fc;
    border-radius: 30px;
    top: -30px;
    position: absolute;
  }
  .about__inner__box-treatment__main-txt {
    float: none;
  }
  .about__inner__box-treatment__main-txt__block {
    width: 100%;
    float: none;
  }
  .about__inner__box-treatment__main-txt__block img {
    width: 100%;
  }
  .about__inner__box-treatment__main-txt__block__head {
    width: 100%;
    text-align: left;
  }
  .about__inner__box-treatment__main-txt__block__head-microscope,
  .about__inner__box-treatment__main-txt__block__head-ray,
  .about__inner__box-treatment__main-txt__block__head-title {
    width: 100%;
    float: none;
  }
  .about__inner__box-specialty__visual img {
    width: 100%;
  }
  .about__inner__box-specialty__visual-description {
    width: 90%;
  }
  .about__inner__box-specialty__main-txt {
    float: none;
  }
  .about__inner__box-specialty__main-txt__block {
    width: 100%;
    float: none;
  }
  .about__inner__box-specialty__main-txt__block img {
    width: 100%;
  }
  .about__inner__box-specialty__main-txt__block__head {
    width: 100%;
    text-align: left;
  }
  .about__inner__box-specialty__main-txt__block__head-microscope,
  .about__inner__box-specialty__main-txt__block__head-ray,
  .about__inner__box-specialty__main-txt__block__head-title {
    width: 100%;
    float: none;
  }
  .about__inner__box-message__visual img {
    width: 100%;
  }
  .about__inner__box-message__visual-description {
    width: 90%;
  }
  .about__inner__box-message__main-txt {
    float: none;
  }
  .about__inner__box-message__main-txt__block {
    width: 100%;
    float: none;
  }
  .about__inner__box-message__main-txt__block img {
    width: 100%;
  }
  .about__inner__box-message__main-txt__block__head {
    width: 100%;
    text-align: left;
  }
  .about__inner__box-message__main-txt__block__head-microscope,
  .about__inner__box-message__main-txt__block__head-ray,
  .about__inner__box-message__main-txt__block__head-title {
    width: 100%;
    float: none;
  }
  .footer {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
    background-size: cover;
  }
  .footer__inner {
    padding: 0 5%;
    width: 100%;
  }
  .footer__inner__left-contents {
    float: none;
    width: 100%;
  }
  .footer__inner__left-contents__links {
    display: none;
  }
  .footer__inner__right-contents {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .footer__inner__right-contents__name {
    font-size: 5vw;
    text-align: center;
  }
  .footer__inner__right-contents__ather dl,
  .footer__inner__right-contents__link a {
    font-size: 3.5vw;
  }
  .footer__inner__right-contents__address {
    font-size: 3.5vw;
    text-align: center;
  }
  .footer__inner__right-contents__ather dl:nth-last-of-type(1) {
    border-bottom: 1px solid #59a338;
    margin-bottom: 3em;
  }
  .footer__inner__right-contents__ather dl dt {
    width: 5em;
  }
  .footer__inner__right-contents__link {
    margin-bottom: 25px;
    text-align: center;
  }
  .footer__inner__right-contents__link a img {
    display: block;
    width: 10.625vw;
    margin: 0 auto 0.5em;
  }
  .footer__inner__right-contents__copy {
    font-size: 3vw;
    text-align: center;
    display: block;
  }
  .header-info {
    display: none;
    position: absolute;
  }
  .header-info__inner {
    width: 100%;
    display: block;
  }
  .header-info__inner__box dd,
  .header-info__inner__box dt {
    font-size: 3vw;
  }
  .top-about {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .top-about__inner {
    width: 100%;
    padding: 0 5%;
  }
  .top-about__inner__title {
    margin-bottom: 20px;
  }
  .top-about__inner__title img {
    width: 100%;
  }
  .top-about__inner__contents-box {
    display: inline-block;
  }
  .top-about__inner__contents {
    display: inline-block;
    width: 49%;
    padding: 2%;
    vertical-align: top;
  }
  .top-about__inner__contents a figure img {
    width: 100%;
  }
  .top-about__inner__contents a figure figcaption {
    font-size: 3.5vw;
  }
  .top-about__inner__contents__check img {
    width: 30px;
  }
  .top-news__inner {
    width: 100%;
  }
  .top-news__inner__title {
    padding: 0 5%;
  }
  .top-news__inner__title img {
    width: 60%;
  }
  .top-news__inner__title__more-link {
    font-size: 4vw;
  }
  .top-news__inner__left-contents {
    padding: 0 5%;
    float: none;
    width: 100%;
  }
  .top-news__inner__left-contents ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
  .top-news__inner__left-contents ul li img {
    width: 100%;
  }
  .top-news__inner__right-contents {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .top-news__inner__right-contents ul li {
    width: 100%;
  }
  .top-news__inner__right-contents a {
    display: block;
  }
  .top-news__inner__right-contents a:nth-child(odd) {
    background-color: #e6e6e6;
  }
  .top-news__inner__right-contents a:nth-child(even) {
    background-color: #eef7ff;
  }
  .top-news__inner__right-contents a dl {
    margin-bottom: 0;
    padding: 10px 5px;
  }
  .top-news__inner__right-contents a dl dt {
    width: 100px;
    display: inline-block;
    font-size: 12px;
    padding: 6.5px;
  }
  .top-news__inner__right-contents a dl dd {
    width: calc(100% - 110px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    line-height: 1.7em;
  }
  .introduction {
    padding: 5%;
  }
  .introduction__inner,
  .introduction__inner > div > div > img {
    width: 100%;
  }
  .introduction__inner__box-waiting__visual__title {
    top: 0;
    left: 0;
    width: 70vw;
    font-size: 5vw;
    margin-left: 50px;
    opacity: 0.8;
    background-size: 39vw;
    padding: 29% 22.1vw;
  }
  .introduction__inner__box-clinic__visual__title,
  .introduction__inner__box-front__visual__title,
  .introduction__inner__box-greenwall__visual__title {
    margin-left: 35px;
    font-size: 5vw;
    background-size: 39vw;
    top: 0;
    left: 0;
    opacity: 0.8;
  }
  .introduction__inner__box-waiting__description__txt {
    width: 100%;
    text-align: left;
  }
  .introduction__inner__box-greenwall__visual__title {
    width: 80vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 10% 24vw;
  }
  .introduction__inner__box-greenwall__description__txt {
    width: 100%;
    text-align: left;
  }
  .introduction__inner__box-front__visual__title {
    width: 80vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 10% 30.1vw;
  }
  .introduction__inner__box-front__description__txt {
    width: 100%;
    text-align: left;
  }
  .introduction__inner__box-clinic__visual__title {
    width: 80vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 10% 27.7vw;
  }
  .introduction__inner__box-clinic__description__txt {
    width: 100%;
    text-align: left;
  }
  .introduction__inner__box-operating__visual__title {
    top: 0;
    left: 0;
    width: 70vw;
    font-size: 5vw;
    margin-left: 50px;
    opacity: 0.8;
    background-size: 39vw;
    padding: 29% 22.1vw;
  }
  .introduction__inner__box-operating__description__txt {
    width: 100%;
    text-align: left;
  }
  .introduction__inner__box-disinfection__visual__title {
    top: 0;
    left: 0;
    width: 70vw;
    font-size: 5vw;
    margin-left: 50px;
    opacity: 0.8;
    background-size: 39vw;
    padding: 29% 22.1vw;
    text-align: left;
  }
  .introduction__inner__box-disinfection__description__txt {
    width: 100%;
    text-align: left;
  }
  .introduction__inner__box-ray__visual__title {
    top: 0;
    left: 0;
    width: 70vw;
    margin-left: 50px;
    opacity: 0.8;
    font-size: 3.3vw;
    background-size: 42vw;
    padding: 29% 30vw 29% 18vw;
  }
  .introduction__inner__box-ray__description__txt {
    width: 100%;
    text-align: left;
  }
  .introduction__inner__box-microscope__visual__title {
    top: 0;
    left: 0;
    width: 70vw;
    font-size: 5vw;
    margin-left: 50px;
    opacity: 0.8;
    background-size: 45vw;
    padding: 29% 23vw 25% 10vw;
  }
  .introduction__inner__box-microscope__visual__title span {
    font-size: 3vw;
    bottom: 10px;
  }
  .introduction__inner__box-microscope__description__txt {
    width: 100%;
    text-align: left;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 14em;
  }
  .drawer--right.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-hamburger {
    display: block;
    padding-right: 25px;
    padding-top: 25px;
  }
  .drawer-hamburger .drawer-hamburger-icon,
  .drawer-hamburger .drawer-hamburger-icon:after,
  .drawer-hamburger .drawer-hamburger-icon:before {
    background-color: #71af65;
    width: 30px;
    height: 4px;
    border-radius: 5px;
  }
  .drawer-nav {
    display: block;
    height: 100%;
    z-index: 9998;
    background-color: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
    width: 14em;
  }
  .drawer-nav ul li {
    border-bottom: solid 1px #fff;
    padding: 12px 0;
    margin: 0 10px;
  }
  .drawer-nav ul li:nth-of-type(1) {
    margin-top: 1vw;
  }
  .drawer-nav ul li p {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-right: 0.5em;
    letter-spacing: -1px;
  }
  .drawer-nav ul li span {
    color: #fff;
    font-size: 10px;
    opacity: 0.6;
    display: block;
  }
  .drawer--right,
  .drawer-hamburger,
  .drawer-nav {
    -webkit-transition: right 1.2s cubic-bezier(0.19, 1, 0.22, 1) !important;
    transition: right 1.2s cubic-bezier(0.19, 1, 0.22, 1) !important;
  }
  .news {
    padding: 0 5%;
  }
  .news #news,
  .news #news2,
  .news #news3,
  .news #news4,
  .news #news5 {
    margin-top: 0;
    padding-top: 0;
  }
  .news__inner__contents__title {
    display: none;
    width: 50%;
    margin: 0 auto 50px;
  }
  .news__inner__contents__news__block,
  .news__inner__contents__title img {
    width: 100%;
  }
  .news__inner__contents__news__block--img,
  .news__inner__contents__news__block--main {
    width: 100%;
    float: none;
  }
  .news__inner__contents__news:nth-last-of-type(1) > div {
    padding-bottom: 70px;
  }
  .news__inner__contents__page ul li.next,
  .news__inner__contents__page ul li.next--end,
  .news__inner__contents__page ul li.prev,
  .news__inner__contents__page ul li.prev--home {
    margin: 0 5px;
  }
  .recruit {
    padding: 0 5%;
  }
  .recruit .pc {
    display: none;
  }
  .recruit__inner {
    width: 100%;
  }
  .recruit__inner__nav {
    text-align: center;
  }
  .recruit__inner__nav-title {
    padding-bottom: 0;
  }
  .recruit__inner__nav-title__bottom {
    text-align: left;
  }
  .recruit__inner__nav-block {
    background-size: 100% 100%;
  }
  .recruit__inner__nav-block__bottom {
    padding: 21px 0 23px;
    width: 100%;
    margin: 0 auto;
    background-color: #99d6ff;
    border-radius: 122px 66px 122px 102px;
  }
  .recruit__inner__nav-block__bottom p {
    font-size: 20px;
    color: #fff;
  }
  .recruit__inner__nav-block__list {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .recruit__inner__nav-block__list-ul__cavity,
  .recruit__inner__nav-block__list-ul__disease {
    padding-left: 0;
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
  }
  .recruit__inner__nav-block__list p {
    font-size: 14px;
  }
  .recruit__inner__nav-block__list-ul {
    padding-bottom: 50px;
  }
  .recruit__inner__nav-block__list-ul li {
    padding: 0;
  }
  .recruit__inner__nav-block__list-ul__cavity .sp,
  .recruit__inner__nav-block__list-ul__disease .sp {
    margin: 0 auto;
  }
  .recruit__inner__nav-block__list-ul__implant,
  .recruit__inner__nav-block__list-ul__surgery {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 28px;
  }
  .recruit__inner__nav-block__list-ul__prevention {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 28px;
    padding-right: 0;
  }
  .recruit__inner__cavity h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 70px;
    font-weight: 200;
  }
  .recruit__inner__cavity__caution {
    width: 100%;
    text-align: center;
    margin: 0 auto 0 0;
    font-size: 15px;
    padding-bottom: 85px;
  }
  .recruit__inner__cavity__caution-txt {
    padding-top: 17px;
    padding-bottom: 34px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
  }
  .recruit__inner__cavity__caution__left-block {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 32px;
  }
  .recruit__inner__cavity__caution__right-block {
    width: 100%;
    float: right;
    text-align: left;
    line-height: 32px;
  }
  .recruit__inner__cavity__caution:after {
    content: "";
    display: block;
    clear: both;
  }
  .recruit__inner__cavity__contents__span-img {
    margin: 0 20px 0 0;
  }
  .recruit__inner__cavity__contents__span-cent {
    height: 100%;
    vertical-align: -webkit-baseline-middle;
  }
  .recruit__inner__cavity__contents__left {
    width: 100%;
    float: left;
  }
  .recruit__inner__cavity__contents__left-head {
    font-size: 19px;
    border: 1px solid;
    border-radius: 30px;
    position: relative;
    padding: 5px 5px 5px 40px;
    margin-left: 25px;
    margin-bottom: 35px;
  }
  .recruit__inner__cavity__contents__left-head img {
    position: absolute;
    left: -25px;
    top: -10px;
  }
  .recruit__inner__cavity__contents__left-main {
    margin-bottom: 70px;
  }
  .recruit__inner__cavity__contents__left-main__cavity {
    font-size: 19px;
    padding-bottom: 45px;
  }
  .recruit__inner__cavity__contents__left-main__treatment {
    font-size: 19px;
    padding-top: 54px;
    padding-bottom: 45px;
  }
  .recruit__inner__cavity__contents__left-main p {
    line-height: 32px;
    font-size: 15px;
    padding-bottom: 58px;
  }
  .recruit__inner__cavity__contents__left-main li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit__inner__cavity__contents__left-main table {
    margin-left: 0;
  }
  .recruit__inner__cavity__contents__left-main table tbody {
    display: block;
  }
  .recruit__inner__cavity__contents__left-main table tbody.treatment tr {
    padding-bottom: 0.5rem;
  }
  .recruit__inner__cavity__contents__left-main table tr {
    padding-bottom: 20px;
    display: block;
  }
  .recruit__inner__cavity__contents__left-main table td:nth-child(1) {
    width: 90px;
    display: block;
    padding: 0;
  }
  .recruit__inner__cavity__contents__left-main table td:nth-child(2) {
    padding: 0;
    display: block;
  }
  .recruit__inner__cavity__contents__right {
    display: none;
    float: right;
    width: 475px;
  }
  .recruit__inner__cavity__contents__right__img {
    float: right;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .recruit__inner__cavity__contents__right__img img {
    width: 100%;
    height: auto;
  }
  .recruit__inner__cavity__contents__right__fukidashi {
    width: 265px;
    background-image: url(../img/icon_fukidashi.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #fff;
    padding: 135px 90px 43px 20px;
    margin-left: 100px;
    z-index: -1;
    position: relative;
    margin-bottom: 67px;
    font-size: 25px;
    letter-spacing: 0.3em;
    text-align: center;
  }
  .recruit__inner__cavity__contents__right__progress {
    padding-bottom: 82px;
  }
  .recruit__inner__cavity__contents__right__decalcification {
    padding-bottom: 56px;
  }
  .recruit__inner__cavity__contents:after {
    content: "";
    display: block;
    clear: both;
  }
  .recruit .empty .recruit__inner__cavity__contents {
    padding-top: 50px;
  }
  .recruit .empty .recruit__inner__cavity__contents__left-head,
  .recruit .empty .recruit__inner__cavity__contents__left-main,
  .services__img--block {
    width: 100%;
  }
  .services__img--block .left {
    width: 100%;
    float: none;
  }
  .services__img--block .right {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .services__img--block .right.img01,
  .services__img--block .right.img02 {
    max-width: 100%;
  }
  .services__inner {
    width: 100%;
    padding: 0 5%;
  }
  .services__inner__nav-title {
    padding-bottom: 20px;
  }
  .services__inner__nav-block {
    background-image: none;
  }
  .services__inner__nav-block__list {
    width: 100%;
  }
  .services__inner__nav-block__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .services__inner__nav-block__list ul li {
    width: 33%;
    display: block;
    padding: 0;
    margin-bottom: 50px;
    position: relative;
  }
  .services__inner__nav-block__list ul li:nth-child(4),
  .services__inner__nav-block__list ul li:nth-child(5) {
    margin-bottom: 0;
  }
  .services__inner__nav-block__list ul li img {
    margin: 0 auto;
  }
  .services__inner__cavity__caution {
    width: 100%;
  }
  .services__inner__cavity__caution img {
    max-width: 100%;
    max-height: 15px;
  }
  .services__inner__cavity__caution ul {
    width: 100%;
    float: none;
  }
  .services__inner__cavity__caution ul li {
    padding-left: 1rem;
    text-indent: -1rem;
  }
  .services__inner__cavity__contents__left {
    width: 100%;
    float: none;
  }
  .services__inner__cavity__contents__left-head {
    font-size: 15px;
  }
  .services__inner__cavity__contents__left-head.service_mr {
    margin-top: 30px;
  }
  .services__inner__cavity__contents__right {
    width: 100%;
    float: none;
  }
  .services__inner__cavity__contents__right img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .services__d .img06 {
    margin-top: -3rem;
  }
  .services__d__care {
    padding-left: 0.3rem;
  }
  .services__d__care__block__inner--head {
    width: auto;
  }
  .services__d__care__block__inner--txt__photo {
    display: block;
    margin-right: 0;
  }
  .services__d__care__block__inner--txt.end {
    padding-left: 0;
  }
  .services__d__qa {
    width: 100%;
    border-bottom: 1px dashed #ccc;
  }
  .services__d__qa:nth-last-of-type(1) {
    margin-bottom: 2rem;
  }
  .services__d__qa__block {
    margin-bottom: 0;
  }
  .services__d__qa__block--left {
    width: 100%;
    float: none;
    position: relative;
  }
  .services__d__qa__block--left:before {
    width: 60px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .services__d__qa__block--left p {
    position: relative;
    padding: 30px 30px 40px 70px;
  }
  .services__d__qa__block--left span {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #333 transparent transparent;
    position: absolute;
    bottom: 15px;
    right: calc(50% - 5px);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  .services__d__qa__block--left.qa__open span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .services__d__qa__block--right {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .services__d__qa__block--right img {
    width: 60px;
  }
  .services__d__qa__block--right span {
    padding-left: 80px;
    padding-top: 13px;
  }
  .services__d__qa__block--right p {
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 70px;
  }
  .services__d__talk {
    width: 100%;
    background: #52b0fc;
    display: inline-block;
    color: #fff;
    padding: 5px;
  }
  .services__d__talk p {
    display: inline-block;
    padding: 0;
  }
  .services__i .img01 {
    margin-left: 0;
  }
  .services__i .img02 {
    margin-left: 0;
    margin-bottom: 58px;
  }
  .services__i .img03 {
    margin-bottom: 58px;
  }
  .services__i .img04 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .services__i .img04 + a {
    font-size: 13px;
  }
  .services__i__qa__fukidashi {
    display: none;
  }
  .services__p table tr td span {
    display: block;
  }
  .services__p .img01,
  .services__p .img03 {
    margin-top: 0;
  }
  .staff__inner {
    width: 100%;
    padding: 0 5%;
  }
  .staff__inner__contents {
    margin-bottom: 50px;
    padding-left: 0;
    background-image: none;
  }
  .staff__inner__contents img {
    margin-bottom: 20px;
    width: 100%;
  }
  .staff__inner__contents__director-name {
    left: 0;
    margin-bottom: 20px;
  }
  .staff__inner__contents__director-comment {
    margin-bottom: 50px;
  }
  .staff__inner__contents__director-history-title {
    left: 0;
  }
  .staff__inner__picture img {
    width: 100%;
  }
  .sub-main-visual {
    padding-top: 67.37%;
  }
  .sub-main-visual__inner {
    width: 100%;
    padding-top: 74.17%;
  }
  .sub-main-visual__inner .sub-header {
    width: 26%;
    padding-right: 5%;
    padding-bottom: 10px;
  }
  .sub-main-visual__inner h2 {
    width: 100%;
  }
  .sub-main-visual__inner h2 img {
    width: 60%;
  }
}

.holiday {
  margin: 0px 0px 80px;
  text-align: center;
}
.holiday p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .holiday p {
    font-size: 16px;
  }
}
.holiday h4 {
  padding: 20px;
  background: #dcefff;
  margin-top: 1em;
  border-radius: 10px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .holiday h4 {
    font-size: 15px;
  }
}

/* 20230413 追加 */
.top-banner {
  margin-top: 70px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .top-banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .top-banner > * {
    padding: 0 5%;
  }
}
.top-banner a {
  display: block;
  margin: auto;
  max-width: 500px;
}
.top-banner a img {
  width: 100%;
}
/* end 20230413 追加 */


#sp-footer_button {
  display: none;
}
@media screen and (max-width: 750px) {
  #sp-footer_button {
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
  }
  #sp-footer_button a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 5%;
    background-color: #52b0fc;
  }
  #sp-footer_button a img {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .footer {
    padding-bottom: 80px;
  }
}