@charset "UTF-8";
/************************** reset設定 **************************/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  left: 0;
  right: 0;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.1em;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333333;
  outline: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

img {
  border: 0;
  vertical-align: middle;
}
img:not([width]) {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 75px;
  }
}
em,
i {
  font-style: normal;
}

button,
input:not([type=checkbox]):not([type=radio]),
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 6px 10px;
  width: 100%;
}

select {
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #ffffff url("../images/common/select_arrow.svg") no-repeat center right 10px;
  vertical-align: middle;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  padding: 9px 10px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #cccccc;
}

option {
  outline: 0;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

@-ms-viewport {
  width: device-width;
}
.btn {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.btn a {
  display: block;
  background: #0081CC;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 26px;
  position: relative;
}
.btn .btn_arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-color: #fff;
}
.btn.btn_s {
  max-width: 250px;
}
.btn.text_left {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .btn {
    max-width: 280px;
  }
}

#link01 {
  padding-top: 100px;
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  #link01 {
    padding-top: 0;
    margin-top: 0;
  }
}

.inview.fade {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
}
.inview.fade.active {
  opacity: 1;
}
.inview.fade.fade_left {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.inview.fade.fade_left.active {
  -webkit-transform: none;
          transform: none;
}
.inview.fade.fade_right {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.inview.fade.fade_right.active {
  -webkit-transform: none;
          transform: none;
}
.inview.fade.fade_bottom {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.inview.fade.fade_bottom.active {
  -webkit-transform: none;
          transform: none;
}
.inview.inview_delay01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.inview.inview_delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.inview.inview_delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.inview.inview_delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.inview.inview_delay05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.inview.inview_delay06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.inview.inview_delay07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.inview.inview_delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.inview.inview_delay09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.inview.inview_delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.key_visual {
  background: #E0EFF8;
  padding: 120px 15px;
  border-radius: 50px;
  margin: 0 60px;
  text-align: center;
}
.key_visual .en {
  color: #0081CC;
  margin-bottom: 5px;
}
.key_visual h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
.key_visual .key_visual_img {
  max-width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .key_visual {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 960px) {
  .key_visual {
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .key_visual {
    margin: 0 15px;
    border-radius: 25px;
  }
  .key_visual .key_visual_img {
    max-width: 40px;
  }
  .key_visual h2 {
    font-size: 22px;
  }
}

#staff .key_visual {
  background: url("../images/staff/main.webp") no-repeat center right -200px;
  background-size: cover;
}

#medical_menu .key_visual {
  background: url("../images/cleaning/main.webp") no-repeat center center;
  background-size: cover;
}

#medical_menu .key_visual.key_visual_whitening {
  background: url("../images/cleaning/main_whitening.webp") no-repeat center center;
  background-size: cover;
}

#facility .key_visual {
  background: url("../images/facility/main.webp") no-repeat center center;
  background-size: cover;
}

#clinic .key_visual {
  background: url("../images/clinic/main.webp") no-repeat center center;
  background-size: cover;
}

#treatment .key_visual {
  background: url("../images/treatment/main.webp") no-repeat center right -100px;
  background-size: cover;
}

#recruit .key_visual {
  background: url("../images/recruit/main.webp") no-repeat center right -230px;
  background-size: cover;
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none !important;
}

.pagenavi {
  text-align: center;
}
.pagenavi .wp-pagenavi {
  position: relative;
  display: inline-block;
}
.pagenavi .wp-pagenavi a {
  -webkit-transition: background 0.5s ease-in-out, opacity 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, opacity 0.5s ease-in-out, color 0.5s ease-in-out;
}
.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  padding: 0px 0;
  width: 40px;
  line-height: 36px;
  text-decoration: none;
  border-radius: 50%;
  display: inline-block;
  margin: 0 7px 10px;
  margin-bottom: 10px;
  opacity: 1;
  vertical-align: top;
  background: #fff;
  border: 2px solid #0081CC;
  color: #0081CC;
  font-weight: bold;
}
.pagenavi .wp-pagenavi span.current,
.pagenavi .wp-pagenavi a:hover {
  color: #fff;
  background: #0081CC;
}
.pagenavi .wp-pagenavi .nextpostslink,
.pagenavi .wp-pagenavi .previouspostslink {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: relative;
  text-indent: -9999em;
  border: 2px solid #0081CC;
  background: url("../images/common/arrow_blue.svg") no-repeat center center/12px !important;
}
.pagenavi .wp-pagenavi .previouspostslink {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pagenavi .wp-pagenavi span.extend {
  background: none;
  color: #333;
  border: 0;
}
.pagenavi .wp-pagenavi .nextpostslink:hover,
.pagenavi .wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi a,
  .pagenavi .wp-pagenavi span {
    width: 30px;
    line-height: 26px;
    margin: 0 4px 10px;
  }
  .pagenavi .wp-pagenavi .nextpostslink,
  .pagenavi .wp-pagenavi .previouspostslink {
    width: 30px;
    height: 28px;
    background-size: 14px !important;
  }
}

.l-breadcrumb {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 15px;
  margin: 0 auto 40px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .l-breadcrumb {
    margin-bottom: 30px;
    font-size: 12px;
  }
}

.l-breadcrumb .l-breadcrumb-inner > span:last-child {
  color: #333333;
}

.l-breadcrumb a {
  color: #0081CC;
  text-decoration: none;
  opacity: 1;
}

.l-breadcrumb a:hover {
  text-decoration: underline;
}

.l-breadcrumb p {
  display: inline-block;
  text-align: left;
}

.side_nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  pointer-events: none;
  margin: auto;
  height: 560px;
}
.side_nav > div {
  margin-bottom: 15px;
  pointer-events: all;
}
.side_nav > div:last-child {
  margin-bottom: 0;
}
.side_nav .side_nav_btn > a > img {
  max-width: 80px;
}
.side_nav .side_nav_btn {
  position: relative;
  left: calc(100% - 80px);
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.side_nav .side_nav_btn.side_nav_medical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side_nav .side_nav_btn.side_nav_medical.active {
  left: 0;
}
.side_nav .side_nav_medical_toggle {
  background: #f8f9fb;
  padding: 15px 50px;
}
.side_nav .side_nav_medical_calendar > table {
  width: 100%;
}
.side_nav .side_nav_medical_calendar thead th {
  border-bottom: 1px solid #0081CC;
  font-weight: bold;
}
.side_nav .side_nav_medical_calendar th, .side_nav .side_nav_medical_calendar td {
  padding: 7px 10px;
}
.side_nav .side_nav_medical_calendar tbody td {
  border-bottom: 1px dashed #BEC6CE;
  text-align: center;
}
.side_nav .side_nav_medical_calendar .possible {
  color: #0081CC;
}
.side_nav .side_nav_medical_txt img {
  position: relative;
  top: -2px;
}
.side_nav .map_btn {
  margin-top: 5px;
}
.side_nav .map_btn a {
  display: inline-block;
  color: #0081CC;
  padding: 1px 12px;
  border-radius: 15px;
  font-size: 12px;
  border: 1px solid #0081CC;
}
@media only screen and (max-width: 767px) {
  .side_nav {
    display: none;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .mb1_sp {
    margin-bottom: 1px !important;
  }
  .mb2_sp {
    margin-bottom: 2px !important;
  }
  .mb3_sp {
    margin-bottom: 3px !important;
  }
  .mb4_sp {
    margin-bottom: 4px !important;
  }
  .mb5_sp {
    margin-bottom: 5px !important;
  }
  .mb6_sp {
    margin-bottom: 6px !important;
  }
  .mb7_sp {
    margin-bottom: 7px !important;
  }
  .mb8_sp {
    margin-bottom: 8px !important;
  }
  .mb9_sp {
    margin-bottom: 9px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .mb55_sp {
    margin-bottom: 55px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .mb65_sp {
    margin-bottom: 65px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .mb75_sp {
    margin-bottom: 75px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .mb85_sp {
    margin-bottom: 85px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .mb95_sp {
    margin-bottom: 95px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .mb105_sp {
    margin-bottom: 105px !important;
  }
  .mb110_sp {
    margin-bottom: 110px !important;
  }
  .mb115_sp {
    margin-bottom: 115px !important;
  }
  .mb120_sp {
    margin-bottom: 120px !important;
  }
  .mb125_sp {
    margin-bottom: 125px !important;
  }
  .mb130_sp {
    margin-bottom: 130px !important;
  }
  .mb135_sp {
    margin-bottom: 135px !important;
  }
  .mb140_sp {
    margin-bottom: 140px !important;
  }
  .mb145_sp {
    margin-bottom: 145px !important;
  }
  .mb150_sp {
    margin-bottom: 150px !important;
  }
  .mb155_sp {
    margin-bottom: 155px !important;
  }
  .mb160_sp {
    margin-bottom: 160px !important;
  }
  .mb165_sp {
    margin-bottom: 165px !important;
  }
  .mb170_sp {
    margin-bottom: 170px !important;
  }
  .mb175_sp {
    margin-bottom: 175px !important;
  }
  .mb180_sp {
    margin-bottom: 180px !important;
  }
  .mb185_sp {
    margin-bottom: 185px !important;
  }
  .mb190_sp {
    margin-bottom: 190px !important;
  }
  .mb195_sp {
    margin-bottom: 195px !important;
  }
  .mb200_sp {
    margin-bottom: 200px !important;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
  height: 90px;
}
#header > h1 {
  position: absolute;
  top: 18px;
  left: 100px;
  max-width: 311px;
  z-index: 9;
}
#header > h1 a {
  display: block;
}
#header > h1 img {
  width: 100%;
}
#header .header_logo {
  position: relative;
}
#header .header_logo > div {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#header .header_logo .header_logo_on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  top: -6px;
  pointer-events: none;
}
#header.header_on .header_logo .header_logo_init {
  pointer-events: none;
  opacity: 0;
}
#header.header_on .header_logo .header_logo_on {
  opacity: 1;
  pointer-events: all;
}
#header .header_access {
  position: absolute;
  right: 60px;
  top: 17px;
  max-width: 170px;
  width: 100%;
  text-align: center;
}
#header .header_access a {
  display: block;
  padding: 7px 10px;
  border: 1px solid #0081CC;
  color: #0081CC;
  border-radius: 20px;
}
#header .header_access img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
#header .header_nav {
  position: absolute;
  top: 24px;
  right: 260px;
}
#header .header_nav > ul {
  letter-spacing: -0.5em;
}
#header .header_nav > ul > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 30px;
  position: relative;
  padding-bottom: 25px;
}
#header .header_nav > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #0081CC;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#header .header_nav > ul > li:hover::before {
  opacity: 1;
}
#header .header_nav > ul > li:hover .header_nav_menu {
  opacity: 1;
  pointer-events: all;
}
#header .header_nav > ul > li > a {
  position: relative;
  opacity: 1;
}
#header .header_nav .header_nav_menu {
  padding: 50px 25px;
  position: absolute;
  -webkit-transform: translate(-60%, 100%);
          transform: translate(-60%, 100%);
  bottom: 5px;
  width: 1200px;
  left: 0;
  right: 0;
  background: #f7f9fb;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#header .header_nav .header_nav_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  text-align: center;
  gap: 2.04%;
}
#header .header_nav .header_nav_menu br {
  display: none;
}
#header .header_nav .header_nav_menu br.pc_br {
  display: block;
}
#header .header_nav .header_nav_menu li {
  width: 18.75%;
  max-width: 210px;
}
#header .header_nav .header_nav_menu li:not(:nth-child(-n+5)) {
  margin-top: 15px;
}
#header .header_nav .header_nav_menu li a {
  border-top: 2px solid #0081CC;
  display: block;
  padding: 25px 10px 20px;
  height: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
#header .header_nav .header_nav_menu li img {
  max-width: 100px;
  margin: 0 auto 10px;
}
#header .header_nav .header_nav_menu li figcaption {
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  #header > h1 {
    max-width: 200px;
    left: 30px;
  }
  #header .header_nav {
    top: 28px;
    right: 215px;
  }
  #header .header_nav > ul > li {
    margin-right: 15px;
  }
  #header .header_access {
    max-width: 130px;
  }
  #header .header_nav .header_nav_menu {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
@media screen and (max-width: 1200px) {
  #header .header_nav {
    top: 6px;
    max-width: 366px;
    text-align: right;
  }
  #header .header_nav .header_nav_menu {
    width: 700px;
    padding: 20px 30px;
    bottom: 0px;
  }
  #header .header_nav .header_nav_menu > ul {
    gap: 4.25%;
  }
  #header .header_nav > ul > li {
    padding-bottom: 11px;
  }
  #header .header_nav .header_nav_menu li {
    width: 30.5%;
  }
  #header .header_nav .header_nav_menu li:not(:nth-child(-n+3)) {
    margin-top: 15px;
  }
  #header .header_nav > ul > li:before {
    bottom: 1px;
  }
}
@media screen and (max-width: 960px) {
  #header h1 {
    left: 15px;
  }
  #header .header_access {
    right: 15px;
  }
  #header .header_nav {
    right: 150px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    height: 60px;
  }
  #header .header_logo .header_logo_on {
    top: -8px;
  }
  #header .header_nav,
  #header .header_access {
    display: none;
  }
  #header > h1 {
    max-width: 180px;
  }
}

#header .btn_nav {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #0081CC;
  z-index: 99999999;
  border-radius: 0 0 0 9px;
}
#header .btn_nav > div {
  position: absolute;
  width: 29px;
  height: 29px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#header .btn_nav hr {
  background: #fff;
  height: 2px;
  position: absolute;
  border: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#header .btn_nav hr:nth-child(1) {
  top: 5px;
}
#header .btn_nav hr:nth-child(2) {
  top: 13px;
}
#header .btn_nav hr:nth-child(3) {
  top: 22px;
}
#header .btn_nav.opened hr:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}
#header .btn_nav.opened hr:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  top: 14px;
}
#header .btn_nav.opened hr:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
}
#header .header_sp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  padding-top: 100px;
  background: #E0EFF8;
}
#header .header_sp > div {
  padding: 20px 20px 43vw;
  background: #E0EFF8;
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
}
#header .header_sp .header_sp_nav > li {
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
#header .header_sp .header_sp_nav > li:last-child {
  margin-bottom: 0;
}
#header .header_sp .header_sp_nav > li > a {
  background: #fff;
  display: block;
  padding: 8px 20px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#header .header_sp .header_sp_nav > li > a img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
#header .header_sp .header_sp_nav > li > a .header_sp_nav_arrow {
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #0081CC;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../images/common/arrow_blue.svg") no-repeat center center;
  background-size: 8px;
  background-color: #fff;
}
#header .header_sp_nav_toogle .header_sp_nav_arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#header .header_sp_nav_toogle.on .header_sp_nav_arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#header .header_sp_nav_toogle_block {
  display: none;
  height: auto !important;
}
#header .header_sp_nav_list {
  padding: 10px 20px 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.25%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-weight: 500;
}
#header .header_sp_nav_list > li {
  width: 47.43%;
}
#header .header_sp_nav_list > li:not(:nth-child(-n+2)) {
  margin-top: 12px;
}
#header .header_sp_nav_list a {
  border-top: 2px solid #0081CC;
  display: block;
  padding: 13px 10px 12px;
  height: 100%;
  font-size: 13px;
  background: #F7F9FB;
  border-radius: 0 0 20px 20px;
}
#header .header_sp_nav_list img {
  max-width: 40px;
  margin: 0 auto 9px;
}
@media only screen and (max-width: 767px) {
  #header .btn_nav {
    display: block;
  }
}

#footer {
  padding: 90px 0 45px;
  background: #F7F9FB;
  position: relative;
}
#footer::before {
  content: "";
  display: block;
  padding-top: 7.8125%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave5.webp") no-repeat top center;
  background-size: cover;
}
#footer .footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer_block h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0081cc;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px dashed #0081cc;
}
#footer .footer_block > div:nth-child(1) {
  width: 35%;
}
#footer .footer_block > div:nth-child(2) {
  width: 58.34%;
}
#footer .footer_block .footer_sub_ttl {
  font-weight: bold;
  padding: 10px 10px;
  background: #fff;
  text-align: center;
}
#footer .footer_btns {
  text-align: center;
  font-size: 18px;
}
#footer .footer_btns > li {
  margin-bottom: 20px;
}
#footer .footer_btns > li:last-child {
  margin-bottom: 0;
}
#footer .footer_btns > li a {
  display: block;
  padding: 10px 10px;
  border-radius: 25px;
}
#footer .footer_btns > li.footer_btns_tel a {
  border: 1px solid #0081CC;
  background: #fff;
  color: #0081CC;
}
#footer .footer_btns > li.footer_btns_tel a img {
  margin-right: 10px;
}
#footer .footer_btns > li.footer_btns_res a {
  background: #004098;
  color: #fff;
  position: relative;
}
#footer .footer_btns > li.footer_btns_res a img {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer .footer_btns > li.footer_btns_res a .footer_btns_arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  right: 15px;
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-color: #fff;
}
#footer .footer_gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 72.86%;
  border-radius: 20px;
  overflow: hidden;
}
#footer .footer_gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer .footer_gmap + p {
  padding-left: 20px;
  background: url("../images/common/access.svg") no-repeat left top 5px;
}
#footer .footer_calendar > table {
  width: 100%;
}
#footer .footer_calendar thead th {
  border-bottom: 1px solid #0081CC;
  font-weight: bold;
}
#footer .footer_calendar th, #footer .footer_calendar td {
  padding: 7px 10px;
}
#footer .footer_calendar tbody td {
  border-bottom: 1px dashed #BEC6CE;
  text-align: center;
}
#footer .footer_calendar .possible {
  color: #0081CC;
}
#footer .copyright {
  font-size: 12px;
  color: #666666;
}
@media only screen and (max-width: 960px) {
  #footer .footer_block {
    display: block;
  }
  #footer .footer_block > div:first-child {
    width: auto;
    margin-bottom: 30px;
  }
  #footer .footer_block > div:nth-child(2) {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 55px 0 20px;
  }
  #footer::before {
    background-image: url("../images/wave/wave5_sp.webp");
  }
  #footer h2 {
    max-width: 120px;
    margin: 0 auto;
  }
  #footer .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #footer {
    padding-bottom: 18vw;
  }
}

.page_top {
  position: fixed;
  right: 35px;
  bottom: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 99;
}
.page_top.scrolled {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 767px) {
  .page_top {
    right: 10px;
    bottom: 70px;
    max-width: 40px;
  }
}

.fix_btns {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  display: none;
}
.fix_btns > li {
  width: 50%;
}
.fix_btns img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .fix_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix_btns.scrolled {
    opacity: 1;
    pointer-events: all;
  }
}

body.nav_open .fix_btns {
  opacity: 1;
  pointer-events: all;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 15px;
  position: relative;
  z-index: 9;
}

.content_pb {
  padding-bottom: 240px !important;
}
@media only screen and (max-width: 767px) {
  .content_pb {
    padding-bottom: 100px !important;
  }
}

body:not(#top) main {
  margin-top: 90px;
}

#wrap {
  overflow: hidden;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.tel-disable {
  pointer-events: none;
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .ta_lsp {
    text-align: left;
  }
}
.indent {
  text-indent: -0.6em;
  padding-left: 0.6em;
}

.no_link {
  pointer-events: none;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.fs20 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .fs20 {
    font-size: 16px;
  }
}

.fs18 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .fs18 {
    font-size: 16px;
  }
}

.fs16 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .fs16 {
    font-size: 14px;
  }
}

#top .main {
  margin-top: 90px;
  padding: 0 60px;
}
#top .main .main_img img {
  height: auto;
  width: 100%;
}
#top .main .swiper-pagination,
#top .main .swiper-button-prev,
#top .main .swiper-button-next,
#top .main .swiper-scrollbar {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #top .main {
    padding: 0 20px;
  }
}
#top .treatment {
  padding: 240px 0 265px;
  background: #E0EFF8;
  position: relative;
}
#top .treatment::before {
  content: "";
  display: block;
  padding-top: 10%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave1.webp") no-repeat top center;
  background-size: cover;
}
#top .treatment .treatment_ttl_block {
  position: absolute;
  max-width: 1525px;
  margin: 0 auto;
  padding: 0 15px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  top: -50px;
  z-index: 9;
}
#top .treatment .treatment_bn {
  max-width: 960px;
  margin: 0 auto;
}
#top .treatment .treatment_bn a {
  background: url("../images/menu_bg.webp") no-repeat right top;
  background-size: cover;
  border-top: 2px solid #0081CC;
  display: block;
  padding: 65px 75px 60px;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}
#top .treatment .treatment_bn h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
#top .treatment .treatment_bn h3 img {
  margin-right: 10px;
  max-width: 50px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 960px) {
  #top .treatment .treatment_ttl_block {
    top: -14px;
  }
  #top .treatment .treatment_ttl_block h2 {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  #top .treatment {
    padding: 20px 0 105px;
  }
  #top .treatment::before {
    background-image: url("../images/wave/wave1_sp.webp");
  }
  #top .treatment .treatment_ttl_block {
    position: static;
    margin-bottom: 50px;
  }
  #top .treatment .treatment_bn h3 img {
    max-width: 25px;
    margin-right: 10px;
  }
  #top .treatment .treatment_bn a {
    padding: 25px 25px;
  }
  #top .treatment .treatment_bn h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #top .treatment .treatment_bn a {
    background-position: top right -100px;
  }
}
#top .clinic {
  padding-top: 75px;
  position: relative;
  padding-bottom: 300px;
}
#top .clinic::before {
  content: "";
  display: block;
  padding-top: 5%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave2.webp") no-repeat top center;
  background-size: cover;
}
#top .clinic .clinic_articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .clinic .clinic_articles .img {
  border-radius: 20px;
  margin-bottom: 30px;
}
#top .clinic .clinic_articles > article {
  width: 48.34%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .clinic .clinic_articles > article:not(:nth-child(-n+2)) {
  margin-top: 60px;
}
#top .clinic .clinic_articles > article > div {
  width: 100%;
}
#top .clinic .clinic_articles > article > div:nth-child(1) {
  margin-bottom: auto;
}
#top .clinic .clinic_articles > article > div:nth-child(2) {
  margin-top: 35px;
}
#top .clinic .clinic_articles > article a {
  display: block;
}
#top .clinic .clinic_articles > article h3 {
  font-size: 24px;
  color: #0081CC;
  margin-bottom: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #top .clinic {
    padding: 30px 0;
  }
  #top .clinic::before {
    background-image: url("../images/wave/wave2_sp.webp");
  }
  #top .clinic .clinic_articles > article h3 + p {
    text-align: left;
  }
  #top .clinic .clinic_articles .img {
    margin-bottom: 15px;
  }
  #top .clinic .clinic_articles > article h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #top .clinic .clinic_articles {
    display: block;
  }
  #top .clinic .clinic_articles > article {
    width: auto;
    display: block;
  }
  #top .clinic .clinic_articles > article:not(:nth-child(-n+1)) {
    margin-top: 40px;
  }
}
#top .info {
  position: relative;
  padding-bottom: 240px;
  background: #E0EFF8;
}
#top .info::before {
  content: "";
  display: block;
  padding-top: 10%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave3.webp") no-repeat top center;
  background-size: cover;
}
#top .info .info_block {
  padding: 70px 15px 50px;
  background: #fff;
  border-radius: 0 0 28px 28px;
  border-top: 2px solid #0081cc;
}
#top .info .info_block .info_block_head {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .info .info_block .info_block_head > div:nth-child(1) {
  width: calc(100% - 250px);
}
#top .info .info_block .info_block_head > div:nth-child(2) {
  width: 235px;
  text-align: center;
}
#top .info .info_block .info_block_body {
  max-width: 960px;
  margin: 0 auto;
}
#top .info .info_block .info_block_body dl {
  padding: 15px 10px;
  border-bottom: 1px dashed #bec6ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .info .info_block .info_block_body dl:first-child {
  border-top: 1px dashed #bec6ce;
}
#top .info .info_block .info_block_body dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
}
#top .info .info_block .info_block_body dl dt > time {
  width: 105px;
  color: #0081CC;
}
#top .info .info_block .info_block_body dl dt .cat {
  max-width: calc(100% - 105px);
  text-align: center;
  overflow: hidden;
}
#top .info .info_block .info_block_body dl dt .cat a {
  display: block;
  background: #E0EFF8;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#top .info .info_block .info_block_body dl dd {
  width: calc(100% - 250px);
  overflow: hidden;
}
#top .info .info_block .info_block_body dl dd a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 767px) {
  #top .info {
    padding: 50px 0 80px;
  }
  #top .info::before {
    background-image: url("../images/wave/wave3_sp.webp");
  }
  #top .info .info_block {
    padding: 30px 20px;
  }
  #top .info .info_block .info_block_head {
    display: block;
  }
  #top .info .info_block .info_block_head > div:first-child {
    width: auto;
  }
  #top .info .info_block .info_block_head > div:nth-child(2) {
    display: none;
  }
  #top .info .info_block .info_block_body dl {
    display: block;
  }
  #top .info .info_block .info_block_body dl dt {
    width: auto;
  }
  #top .info .info_block .info_block_body dl dd {
    width: auto;
    margin-top: 5px;
  }
}
#top .column .column_articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}
#top .column .column_articles > article {
  width: 30%;
}
#top .column .column_articles > article img {
  margin-bottom: 18px;
  aspect-ratio: 1/0.64;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: auto;
  border-radius: 25px;
}
#top .column .column_articles > article .column_article_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
#top .column .column_articles > article .column_article_sub > time {
  width: 100px;
}
#top .column .column_articles > article .column_article_sub .cats {
  letter-spacing: -0.5em;
  width: calc(100% - 100px);
}
#top .column .column_articles > article .column_article_sub .cats li {
  border-radius: 14px;
  font-size: 14px;
  color: #0081CC;
  background: #fff;
  display: inline-block;
  letter-spacing: normal;
  padding: 2px 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #top .column::before {
    padding-top: 20px;
    background-image: url("../images/wave/wave4_sp.webp");
  }
  #top .column .column_articles {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .column .column_articles > article {
    width: 48.5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #top .column .column_articles {
    display: block;
  }
  #top .column .column_articles > article {
    width: auto;
    margin-bottom: 40px;
  }
  #top .column .column_articles > article:last-child {
    margin-bottom: 0;
  }
  #top .column .column_articles > article .column_article_sub > time {
    width: 80px;
  }
  #top .column .column_articles > article .column_article_sub .cats {
    width: calc(100% - 87px);
  }
}
#top .rec_bn {
  background: #64afdd;
  position: relative;
  padding: 75px 0px 240px;
}
#top .rec_bn::before {
  content: "";
  display: block;
  padding-top: 5%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave4.webp") no-repeat top center;
  background-size: cover;
}
#top .rec_bn .rec_bn_inner {
  max-width: 960px;
  margin: 0 auto;
}
#top .rec_bn .rec_bn_inner a {
  display: block;
  padding: 70px 70px 50px;
  background: url("../images/info_bg.webp") no-repeat right top;
  background-size: cover;
  border-top: 2px solid #0081CC;
  border-radius: 0 0 20px 20px;
}
#top .rec_bn .rec_bn_inner h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #0081CC;
}
@media only screen and (max-width: 767px) {
  #top .rec_bn {
    padding: 50px 0 100px;
  }
  #top .rec_bn .rec_bn_inner a {
    padding: 20px 20px;
    background-image: url("../images/info_bg_sp.webp");
  }
  #top .rec_bn .rec_bn_inner h2 {
    font-size: 22px;
    margin-bottom: 7px;
  }
}

#news .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news .news > div {
  width: calc(100% - 240px);
}
#news .news > aside {
  width: 210px;
}
#news .news > aside h2 {
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
#news .news > aside .news_cats {
  text-align: center;
}
#news .news > aside .news_cats li {
  margin-bottom: 10px;
}
#news .news > aside .news_cats li:last-child {
  margin-bottom: 0;
}
#news .news > aside .news_cats a {
  background: #0081CC;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #news .news {
    display: block;
  }
  #news .news > div {
    width: auto;
    margin-bottom: 20px;
  }
  #news .news > aside {
    width: auto;
  }
}
#news .news_articles {
  border-top: 1px dashed #BEC6CE;
}
#news .news_articles > article a {
  padding: 17px 10px;
  display: block;
  border-bottom: 1px dashed #BEC6CE;
}
#news .news_articles .news_articles_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .news_articles .news_articles_sub > time {
  width: 105px;
  color: #0081CC;
}
#news .news_articles .news_articles_sub > .news_articles_cats {
  letter-spacing: -0.05em;
  width: calc(100% - 105px);
}
#news .news_articles .news_articles_sub > .news_articles_cats > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1px 20px;
  background: #E0EFF8;
  font-size: 14px;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  #news .news_articles .news_articles_sub {
    display: block;
  }
  #news .news_articles .news_articles_sub > time {
    width: auto;
    display: block;
    margin-bottom: 5px;
  }
  #news .news_articles .news_articles_sub > .news_articles_cats {
    width: auto;
  }
  #news .news_articles .news_articles_sub > .news_articles_cats > li {
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 8px;
  }
}
#news .news_detail .news_detail_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .news_detail .news_detail_sub > time {
  width: 105px;
  color: #0081CC;
}
#news .news_detail .news_detail_sub > .news_detail_sub_cats {
  letter-spacing: -0.05em;
  width: calc(100% - 105px);
}
#news .news_detail .news_detail_sub > .news_detail_sub_cats > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}
#news .news_detail .news_detail_sub > .news_detail_sub_cats a {
  padding: 3px 20px;
  background: #E0EFF8;
  font-size: 14px;
  border-radius: 12px;
  display: block;
}
#news .news_detail .news_detail_thumb {
  text-align: center;
}
#news .news_detail .news_detail_thumb img {
  width: auto;
  height: auto;
  border-radius: 20px;
}
#news .news_detail .news_detail_ttl {
  font-size: 22px;
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #0081cc;
  margin-bottom: 40px;
}
#news .news_detail .news_detail_content h1,
#news .news_detail .news_detail_content h2,
#news .news_detail .news_detail_content h3,
#news .news_detail .news_detail_content h4,
#news .news_detail .news_detail_content h5,
#news .news_detail .news_detail_content h6 {
  font-weight: bold;
  margin-bottom: 17px;
}
#news .news_detail .news_detail_content h1,
#news .news_detail .news_detail_content h2 {
  color: #0081CC;
}
#news .news_detail .news_detail_content h1 {
  font-size: 22px;
}
#news .news_detail .news_detail_content h2 {
  font-size: 18px;
}
#news .news_detail .news_detail_content h4 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #news .news_detail .news_detail_ttl {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #news .news_detail .news_detail_content h1 {
    font-size: 16px;
  }
  #news .news_detail .news_detail_content h2 {
    font-size: 15px;
  }
}

#privacy .privacy .inner {
  max-width: 950px;
}
#privacy .privacy .privacy_dlwrap dl {
  margin-bottom: 45px;
}
#privacy .privacy .privacy_dlwrap dl:last-child {
  margin-bottom: 0;
}
#privacy .privacy .privacy_dlwrap dt {
  color: #0081CC;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #privacy .privacy .privacy_dlwrap dl {
    margin-bottom: 25px;
  }
  #privacy .privacy .privacy_dlwrap dt {
    font-size: 17px;
  }
}

#column .column .column_cats {
  letter-spacing: -0.5em;
}
#column .column .column_cats > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}
#column .column .column_cats > li:last-child {
  margin-right: 0;
}
#column .column .column_cats > li a {
  background: #E0EFF8;
  color: #0081CC;
  display: block;
  padding: 5px 35px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 40px;
  opacity: 1;
  -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}
#column .column .column_cats > li a.active, #column .column .column_cats > li a:hover {
  background: #0081CC;
  color: #fff;
}
#column .column .column_articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.495%;
}
#column .column .column_articles > article {
  width: 31.67%;
}
#column .column .column_articles > article:not(:nth-child(-n+3)) {
  margin-top: 70px;
}
#column .column .column_articles > article figure {
  margin-bottom: 15px;
}
#column .column .column_articles > article figure {
  display: block;
  overflow: hidden;
  border-radius: 25px;
}
#column .column .column_articles > article figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.64;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#column .column .column_articles > article .column_articles_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#column .column .column_articles > article .column_articles_sub > time {
  width: 95px;
}
#column .column .column_articles > article .column_articles_sub > ul {
  letter-spacing: -0.05em;
  width: calc(100% - 95px);
}
#column .column .column_articles > article .column_articles_sub > ul > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1px 20px;
  background: #E0EFF8;
  font-size: 14px;
  border-radius: 12px;
}
#column .column .column_articles > article h3 {
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  #column .column .column_articles {
    gap: 3%;
  }
  #column .column .column_articles > article {
    width: 48.5%;
  }
  #column .column .column_articles > article:not(:nth-child(-n+2)) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #column .column .column_articles {
    display: block;
  }
  #column .column .column_articles > article {
    width: auto;
  }
  #column .column .column_articles > article:not(:nth-child(-n+1)) {
    margin-top: 30px;
  }
}
#column .column_detail .column_detail_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#column .column_detail .column_detail_sub > time {
  width: 105px;
  color: #0081CC;
}
#column .column_detail .column_detail_sub > .column_detail_sub_cats {
  letter-spacing: -0.05em;
  width: calc(100% - 105px);
}
#column .column_detail .column_detail_sub > .column_detail_sub_cats > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}
#column .column_detail .column_detail_sub > .column_detail_sub_cats a {
  padding: 3px 20px;
  background: #E0EFF8;
  font-size: 14px;
  border-radius: 12px;
  display: block;
}
#column .column_detail .column_detail_thumb {
  text-align: center;
}
#column .column_detail .column_detail_thumb img {
  width: auto;
  height: auto;
  border-radius: 20px;
}
#column .column_detail .column_detail_ttl {
  font-size: 22px;
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #0081cc;
  margin-bottom: 40px;
}
#column .column_detail .column_detail_content h1,
#column .column_detail .column_detail_content h2,
#column .column_detail .column_detail_content h3,
#column .column_detail .column_detail_content h4,
#column .column_detail .column_detail_content h5,
#column .column_detail .column_detail_content h6 {
  font-weight: bold;
  margin-bottom: 17px;
}
#column .column_detail .column_detail_content h1,
#column .column_detail .column_detail_content h2 {
  color: #0081CC;
}
#column .column_detail .column_detail_content h1 {
  font-size: 22px;
}
#column .column_detail .column_detail_content h2 {
  font-size: 18px;
}
#column .column_detail .column_detail_content h4 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #column .column_detail .column_detail_ttl {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #column .column_detail .column_detail_content h1 {
    font-size: 16px;
  }
  #column .column_detail .column_detail_content h2 {
    font-size: 15px;
  }
}

#staff .staff {
  margin-bottom: -300px;
}
@media only screen and (max-width: 767px) {
  #staff .staff {
    margin-bottom: -150px;
  }
}
#staff .staff_posts {
  padding-top: 330px;
  background: #E0EFF8;
  position: relative;
}
#staff .staff_posts::before {
  content: "";
  display: block;
  padding-top: 10%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave3.webp") no-repeat top center;
  background-size: cover;
}
#staff .staff_posts .staff_posts_cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  gap: 2.21333333%;
}
#staff .staff_posts .staff_posts_cats > li {
  width: 23.34%;
  margin-bottom: 15px;
}
#staff .staff_posts .staff_posts_cats a {
  background: #0081CC;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 10px 15px;
  border-radius: 30px;
}
#staff .staff_posts .staff_posts_articles > article {
  background: #fff;
  padding: 50px 50px;
  border-radius: 20px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#staff .staff_posts .staff_posts_articles > article > div:nth-child(1) {
  width: 27.28%;
}
#staff .staff_posts .staff_posts_articles > article > div:nth-child(1) img {
  border-radius: 20px;
}
#staff .staff_posts .staff_posts_articles > article > div:nth-child(2) {
  width: 69.1%;
}
#staff .staff_posts .staff_posts_articles > article:last-child {
  margin-bottom: 0;
}
#staff .staff_posts .staff_posts_articles_cats {
  letter-spacing: -0.5em;
}
#staff .staff_posts .staff_posts_articles_cats > li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}
#staff .staff_posts .staff_posts_articles_cats > li a {
  background: #0081CC;
  color: #fff;
  padding: 1px 12px;
  border-radius: 14px;
}
#staff .staff_posts .staff_posts_articles_name {
  letter-spacing: -0.5em;
  margin-bottom: 30px;
}
#staff .staff_posts .staff_posts_articles_name h3,
#staff .staff_posts .staff_posts_articles_name p {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: bottom;
}
#staff .staff_posts .staff_posts_articles_name h3 {
  margin-right: 18px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}
#staff .staff_posts .staff_posts_articles_name p.staff_posts_articles_name_en {
  color: #0081CC;
}
#staff .staff_posts h4 {
  color: #0081CC;
  font-size: 18px;
  margin-bottom: 8px;
}
#staff .staff_posts .staff_posts_articles_list > li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}
#staff .staff_posts .staff_posts_articles_list > li:last-child {
  margin-bottom: 0;
}
#staff .staff_posts .staff_posts_articles_list > li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #0081CC;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
@media only screen and (max-width: 960px) {
  #staff .staff_posts .staff_posts_cats {
    gap: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #staff .staff_posts .staff_posts_cats > li {
    width: 48.5%;
  }
  #staff .staff_posts .staff_posts_articles > article {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #staff .staff_posts {
    padding-top: 160px;
  }
  #staff .staff_posts::before {
    background-image: url("../images/wave/wave3_sp.webp");
  }
  #staff .staff_posts .staff_posts_articles > article {
    display: block;
  }
  #staff .staff_posts .staff_posts_articles > article > div:first-child {
    width: auto;
    margin-bottom: 25px;
    text-align: center;
  }
  #staff .staff_posts .staff_posts_articles > article > div:nth-child(2) {
    width: auto;
  }
  #staff .staff_posts .staff_posts_articles_name {
    margin-bottom: 10px;
  }
  #staff .staff_posts .staff_posts_articles_name h3 {
    font-size: 23px;
  }
}

#contact .contact .inner {
  max-width: 960px;
  margin: 0 auto;
}
#contact .contact .contact_circle > li {
  position: relative;
  padding-left: 15px;
}
#contact .contact .contact_circle > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0081CC;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
#contact .contact .contact_circle .contact_circle_indent {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
#contact .contact .contact_table > table {
  border-top: 1px dashed #bec6ce;
  width: 100%;
}
#contact .contact .contact_table th,
#contact .contact .contact_table td {
  padding: 15px 10px;
  border-bottom: 1px dashed #bec6ce;
}
#contact .contact .contact_table th {
  text-align: left;
  padding-right: 60px;
  position: relative;
  width: 270px;
  vertical-align: top;
}
#contact .contact .contact_table td {
  padding-left: 40px;
}
#contact .contact .contact_table .required th::before {
  content: "必須";
  display: block;
  position: absolute;
  right: 0;
  top: 22px;
  background: #0081CC;
  font-weight: normal;
  border-radius: 13px;
  font-size: 14px;
  line-height: 1.3;
  padding: 1px 10px;
  color: #fff;
}
#contact .contact .contact_table .checkbox_block input {
  display: none;
}
#contact .contact .contact_table .checkbox_block input:checked + .checkbox_block_span::after {
  display: block;
}
#contact .contact .contact_table .checkbox_block input:checked + .checkbox_block_span::before {
  background: #004098;
}
#contact .contact .contact_table .checkbox_block .checkbox_block_span {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
#contact .contact .contact_table .checkbox_block .checkbox_block_span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  background: #e2e2e2;
  border: 1px solid #999999;
}
#contact .contact .contact_table .checkbox_block .checkbox_block_span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: none;
}
#contact .contact .contact_table .checkbox_block .checkbox_block_span a {
  text-decoration: underline;
}
#contact .contact .contact_table .checkbox_block .checkbox_block_span a:hover {
  text-decoration: none;
}
#contact .contact .contact_table input[type=text],
#contact .contact .contact_table input[type=email],
#contact .contact .contact_table textarea {
  background: #f3f3f3;
  border: 1px solid #DDDDDD;
}
#contact .contact .contact_table input[type=text]::-webkit-input-placeholder, #contact .contact .contact_table input[type=email]::-webkit-input-placeholder, #contact .contact .contact_table textarea::-webkit-input-placeholder {
  color: #B4B4B4;
}
#contact .contact .contact_table input[type=text]::-moz-placeholder, #contact .contact .contact_table input[type=email]::-moz-placeholder, #contact .contact .contact_table textarea::-moz-placeholder {
  color: #B4B4B4;
}
#contact .contact .contact_table input[type=text]:-ms-input-placeholder, #contact .contact .contact_table input[type=email]:-ms-input-placeholder, #contact .contact .contact_table textarea:-ms-input-placeholder {
  color: #B4B4B4;
}
#contact .contact .contact_table input[type=text]::-ms-input-placeholder, #contact .contact .contact_table input[type=email]::-ms-input-placeholder, #contact .contact .contact_table textarea::-ms-input-placeholder {
  color: #B4B4B4;
}
#contact .contact .contact_table input[type=text]::placeholder,
#contact .contact .contact_table input[type=email]::placeholder,
#contact .contact .contact_table textarea::placeholder {
  color: #B4B4B4;
}
#contact .contact .contact_table .other textarea {
  width: 100% !important;
  height: 108px;
}
#contact .contact .contact_table .max_w1 {
  max-width: 450px;
}
#contact .contact .contact_table .max_w2 {
  max-width: 200px;
}
#contact .contact .error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
}
#contact .contact .contact_btn {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
#contact .contact .contact_btn button {
  outline: none;
  border: 0;
  cursor: pointer;
  display: block;
  background: #0081CC;
  color: #fff;
  font-weight: bold;
  padding: 14px 15px;
  border-radius: 26px;
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#contact .contact .contact_btn button:hover {
  opacity: 0.7;
}
#contact .contact .contact_btn .btn_arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-color: #fff;
}
#contact .contact .contact_btn_back {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
#contact .contact .contact_btn_back a {
  display: block;
  background: #0081CC;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 26px;
  position: relative;
}
#contact .contact .contact_btn_back .btn_arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #contact .contact .contact_table > table,
  #contact .contact .contact_table th,
  #contact .contact .contact_table td,
  #contact .contact .contact_table tr,
  #contact .contact .contact_table tbody {
    display: block;
    width: 100%;
  }
  #contact .contact .contact_table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #contact .contact .contact_table td {
    padding: 15px 10px;
  }
  #contact .contact .contact_table .required th:before {
    right: 15px;
    top: 17px;
  }
  #contact .contact .contact_btn_back,
  #contact .contact .contact_btn {
    max-width: 280px;
  }
}

#thanks .contact_thanks h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #0081CC;
}
@media only screen and (max-width: 767px) {
  #thanks .contact_thanks h2 {
    font-size: 18px;
  }
}

#clinic .clinic.clinic_sec1 .img_list {
  position: relative;
  z-index: 9;
  width: 93.75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -120px;
}
#clinic .clinic.clinic_sec1 .img_list > li {
  width: 32.23%;
}
#clinic .clinic.clinic_sec1 .clinic_wave_wrap {
  background: #F7F9FB;
  position: relative;
  padding: 250px 0;
}
#clinic .clinic.clinic_sec1 .clinic_wave_wrap::before {
  content: "";
  display: block;
  padding-top: 188px;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave6.webp") no-repeat top center;
  background-size: cover;
}
#clinic .clinic.clinic_sec1 .clinic_greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#clinic .clinic.clinic_sec1 .clinic_greeting > div:nth-child(1) {
  width: 30.84%;
}
#clinic .clinic.clinic_sec1 .clinic_greeting > div:nth-child(2) {
  width: 62.5%;
}
#clinic .clinic.clinic_sec1 .clinic_greeting h3 {
  font-size: 32px;
  padding-top: 30px;
  font-weight: bold;
  border-top: 2px solid #0081CC;
  margin-bottom: 40px;
}
#clinic .clinic.clinic_sec1 .clinic_greeting .clinic_greeting_director {
  text-align: right;
  line-height: 1.4;
}
#clinic .clinic.clinic_sec1 .clinic_greeting .clinic_greeting_director > p:nth-child(2) {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #clinic .clinic.clinic_sec1 .clinic_wave_wrap {
    padding: 100px 0;
  }
  #clinic .clinic.clinic_sec1 .clinic_wave_wrap::before {
    padding-top: 40px;
    background-image: url("../images/wave/wave6_sp.webp");
  }
  #clinic .clinic.clinic_sec1 .img_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3%;
    margin-bottom: -55px;
  }
  #clinic .clinic.clinic_sec1 .img_list > li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #clinic .clinic.clinic_sec1 .clinic_greeting {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #clinic .clinic.clinic_sec1 .clinic_greeting > div:first-child {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #clinic .clinic.clinic_sec1 .clinic_greeting > div:nth-child(2) {
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  #clinic .clinic.clinic_sec1 .clinic_greeting h3 {
    font-size: 18px;
    padding-top: 15px;
    margin-bottom: 10px;
  }
}
#clinic .clinic.clinic_sec2 {
  padding-top: 75px;
  position: relative;
  padding-bottom: 300px;
  background: #E0EFF8;
}
#clinic .clinic.clinic_sec2::before {
  content: "";
  display: block;
  padding-top: 5%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave7.webp") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #clinic .clinic.clinic_sec2 {
    padding: 30px 0 100px;
  }
  #clinic .clinic.clinic_sec2::before {
    background-image: url("../images/wave/wave7_sp.webp");
  }
}

#medical_menu .denture .denture_info {
  padding: 40px 40px;
  background: #F7F9FB;
  border-radius: 20px;
}
#medical_menu .denture .denture_info h4 {
  color: #0081CC;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #medical_menu .denture .denture_info {
    padding: 20px 25px;
    border-radius: 10px;
  }
}
#medical_menu .cleaning.cleaning_sec2 .medical_ttl h2 + ul > li {
  background: #A2D5F3;
  color: #333333;
}

#facility .facility_ttl {
  color: #0081CC;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #facility .facility_ttl {
    font-size: 18px;
  }
}
#facility .facility_sec1 {
  margin-bottom: -380px;
}
@media only screen and (max-width: 767px) {
  #facility .facility_sec1 {
    margin-bottom: -150px;
  }
}
#facility .facility_sec2 {
  margin-top: 150px;
  position: relative;
  padding-bottom: 200px;
  padding-top: 60px;
  margin-top: 13%;
  background: #E0EFF8;
}
#facility .facility_sec2::before {
  content: "";
  display: block;
  padding-top: 10%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave3.webp") no-repeat top center;
  background-size: cover;
}
#facility .facility_sec2 .img_list {
  position: relative;
  z-index: 9;
  width: 93.75%;
  margin: 0 auto;
  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;
  margin-bottom: -120px;
}
#facility .facility_sec2 .img_list > li {
  width: 32.23%;
}
@media only screen and (max-width: 767px) {
  #facility .facility_sec2 {
    padding: 60px 0 80px;
  }
  #facility .facility_sec2::before {
    background-image: url("../images/wave/wave3_sp.webp");
  }
  #facility .facility_sec2 .img_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3%;
  }
  #facility .facility_sec2 .img_list > li {
    width: 48.5%;
    margin-bottom: 3%;
  }
}
#facility .facility_sec3 {
  padding-top: 75px;
  position: relative;
  padding-bottom: 300px;
}
#facility .facility_sec3::before {
  content: "";
  display: block;
  padding-top: 5%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave2.webp") no-repeat top center;
  background-size: cover;
}
#facility .facility_sec3 .facility_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#facility .facility_sec3 .facility_block > div:nth-child(1) {
  width: 48.34%;
}
#facility .facility_sec3 .facility_block > div:nth-child(2) {
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  #facility .facility_sec3 {
    padding: 30px 0 100px;
  }
  #facility .facility_sec3::before {
    background-image: url("../images/wave/wave2_sp.webp");
  }
  #facility .facility_sec3 .facility_block {
    display: block;
  }
  #facility .facility_sec3 .facility_block > div:first-child {
    width: auto;
    margin-bottom: 10px;
  }
  #facility .facility_sec3 .facility_block > div:nth-child(2) {
    width: auto;
  }
}

#recruit .recruit.recruit_sec1 {
  margin-bottom: -140px;
}
#recruit .recruit.recruit_sec1 .recruit_btns {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#recruit .recruit.recruit_sec1 .recruit_btns > li {
  width: 47.62%;
}
#recruit .recruit.recruit_sec1 .recruit_btns .btn_arrow {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#recruit .recruit.recruit_sec1 .recruit_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260vw;
  -webkit-animation: loop 50s linear infinite forwards;
          animation: loop 50s linear infinite forwards;
  position: relative;
  z-index: 9;
}
#recruit .recruit.recruit_sec1 .recruit_slider .recruit_slider_list {
  width: 130vw;
  gap: 1.5625%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.78125%;
}
#recruit .recruit.recruit_sec1 .recruit_slider .recruit_slider_list:last-child {
  margin-right: 0;
}
#recruit .recruit.recruit_sec1 .recruit_slider .recruit_slider_list > li {
  width: 30.21%;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%);
  }
  100% {
    -webkit-transform: translateX(-44%);
            transform: translateX(-44%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%);
  }
  100% {
    -webkit-transform: translateX(-44%);
            transform: translateX(-44%);
  }
}
@media only screen and (max-width: 767px) {
  #recruit .recruit.recruit_sec1 {
    margin-bottom: -50px;
  }
  #recruit .recruit.recruit_sec1 .recruit_btns {
    display: block;
  }
  #recruit .recruit.recruit_sec1 .recruit_btns > li {
    width: auto;
    margin-bottom: 15px;
  }
  #recruit .recruit.recruit_sec1 .recruit_btns > li:last-child {
    margin-bottom: 0;
  }
}
#recruit .recruit.recruit_sec2 {
  background: #E0EFF8;
  position: relative;
  padding: 250px 0 200px;
}
#recruit .recruit.recruit_sec2::before {
  content: "";
  display: block;
  padding-top: 10%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave3.webp") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit.recruit_sec2 {
    padding: 100px 0 100px;
  }
  #recruit .recruit.recruit_sec2::before {
    background-image: url("../images/wave/wave3_sp.webp");
  }
}
#recruit .staff_bn {
  max-width: 960px;
  margin: 0 auto;
}
#recruit .staff_bn a {
  display: block;
  padding: 90px 75px;
  background: url("../images/recruit/staff_bn.webp") no-repeat right top;
  background-size: cover;
  border-top: 2px solid #0081CC;
  border-radius: 0 0 20px 20px;
}
#recruit .staff_bn h2 {
  font-size: 28px;
  font-weight: 500;
  color: #0081CC;
}
@media only screen and (max-width: 767px) {
  #recruit .staff_bn a {
    padding: 50px 20px;
  }
  #recruit .staff_bn h2 {
    font-size: 22px;
  }
}
#recruit .requirements {
  position: relative;
  padding: 60px 0 250px;
}
#recruit .requirements::before {
  content: "";
  display: block;
  padding-top: 5%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave2.webp") no-repeat top center;
  background-size: cover;
}
#recruit .requirements .requirements_info {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px dashed #BEC6CE;
}
#recruit .requirements .requirements_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px dashed #BEC6CE;
}
#recruit .requirements .requirements_info dl dt {
  width: 250px;
  font-weight: bold;
}
#recruit .requirements .requirements_info dl dd {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 767px) {
  #recruit .requirements {
    padding: 40px 0 140px;
  }
  #recruit .requirements::before {
    background-image: url("../images/wave/wave2_sp.webp");
  }
  #recruit .requirements .requirements_info dl {
    display: block;
  }
  #recruit .requirements .requirements_info dl dt {
    width: auto;
    margin-bottom: 5px;
  }
  #recruit .requirements .requirements_info dl dd {
    width: auto;
  }
}

#treatment .treatment_sec2 {
  padding-top: 75px;
  position: relative;
  padding-bottom: 300px;
  background: #E0EFF8;
}
#treatment .treatment_sec2::before {
  content: "";
  display: block;
  padding-top: 5%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave7.webp") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #treatment .treatment_sec2 {
    padding: 30px 0 100px;
  }
  #treatment .treatment_sec2::before {
    background-image: url("../images/wave/wave7_sp.webp");
  }
}
#treatment .treatment_sec3 {
  position: relative;
  padding: 90px 0 150px;
  background: #f7f9fb;
}
#treatment .treatment_sec3::before {
  content: "";
  display: block;
  padding-top: 10%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave6.webp") no-repeat top center;
  background-size: cover;
}
#treatment .treatment_sec3 .treatment_merit {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
#treatment .treatment_sec3 .treatment_merit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
#treatment .treatment_sec3 .treatment_merit dl:last-child {
  margin-bottom: 0;
}
#treatment .treatment_sec3 .treatment_merit dl dt {
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #0081CC;
  border-radius: 50%;
  margin-right: 15px;
}
#treatment .treatment_sec3 .treatment_merit dl dd {
  font-size: 24px;
  font-weight: 500;
}
#treatment .treatment_sec3 .treatment_merit dl .treatment_merit_blue {
  color: #0081CC;
}
@media only screen and (max-width: 767px) {
  #treatment .treatment_sec3 {
    padding: 50px 0 70px;
  }
  #treatment .treatment_sec3::before {
    background-image: url("../images/wave/wave6_sp.webp");
  }
  #treatment .treatment_sec3 .treatment_merit dl dt {
    width: 25px;
    min-width: 25px;
    line-height: 25px;
    font-size: 18px;
    position: relative;
    top: 2px;
  }
  #treatment .treatment_sec3 .treatment_merit dl dd {
    font-size: 16px;
  }
}
#treatment .treatment_sec4 {
  position: relative;
  padding-top: 60px;
  margin-bottom: 250px;
}
#treatment .treatment_sec4::before {
  content: "";
  display: block;
  padding-top: 5%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave2.webp") no-repeat top center;
  background-size: cover;
}
#treatment .treatment_sec4 .treatment_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.495%;
  text-align: center;
}
#treatment .treatment_sec4 .treatment_point img {
  margin-bottom: 25px;
}
#treatment .treatment_sec4 .treatment_point > li {
  width: 31.67%;
}
@media only screen and (max-width: 767px) {
  #treatment .treatment_sec4 {
    padding-top: 25px;
    margin-bottom: 80px;
  }
  #treatment .treatment_sec4::before {
    background-image: url("../images/wave/wave2_sp.webp");
  }
}
@media screen and (max-width: 480px) {
  #treatment .treatment_sec4 .treatment_point {
    display: block;
    max-width: 380px;
    margin: 0 auto;
  }
  #treatment .treatment_sec4 .treatment_point > li {
    width: auto;
    margin-bottom: 50px;
  }
  #treatment .treatment_sec4 .treatment_point > li:last-child {
    margin-bottom: 0;
  }
}
#treatment .treatment_sec5 {
  background: #0081cc;
  position: relative;
  padding: 85px 0 230px;
}
#treatment .treatment_sec5::before {
  content: "";
  display: block;
  padding-top: 10%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave8.webp") no-repeat top center;
  background-size: cover;
}
#treatment .treatment_sec5 .ttl_head {
  border-color: #fff;
  color: #fff;
  line-height: 1.4;
}
#treatment .treatment_sec5 .ttl_head .small {
  font-size: 75%;
}
#treatment .treatment_sec5 .check_list {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 24px;
  color: #fff;
}
#treatment .treatment_sec5 .check_list > li {
  padding-left: 55px;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
}
#treatment .treatment_sec5 .check_list > li::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/treatment/check.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#treatment .treatment_sec5 .check_list > li > span {
  text-decoration: underline;
  text-underline-offset: 10px;
}
#treatment .treatment_sec5 .check_list > li:last-child {
  margin-bottom: 0;
}
#treatment .treatment_sec5 .treatment_worries {
  background: #fff;
  padding: 80px 50px;
  border-radius: 20px;
  position: relative;
}
#treatment .treatment_sec5 .treatment_worries::before {
  content: "";
  display: block;
  width: 168px;
  height: 57px;
  background: url("../images/treatment/arrow.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#treatment .treatment_sec5 .treatment_worries h3 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}
#treatment .treatment_sec5 .treatment_worries h3 > span {
  color: #0081CC;
}
#treatment .treatment_sec5 .treatment_worries .treatment_worries_item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px dashed #bec6ce;
}
#treatment .treatment_sec5 .treatment_worries .treatment_worries_item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#treatment .treatment_sec5 .treatment_worries .treatment_worries_item h4 {
  font-weight: bold;
  color: #0081CC;
  font-size: 22px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  #treatment .treatment_sec5 {
    padding: 50px 0 90px;
  }
  #treatment .treatment_sec5::before {
    padding-top: 10%;
    background-image: url("../images/wave/wave8_sp.webp");
  }
  #treatment .treatment_sec5 .check_list {
    font-size: 14px;
  }
  #treatment .treatment_sec5 .check_list > li:before {
    width: 25px;
    height: 25px;
    top: 5px;
  }
  #treatment .treatment_sec5 .check_list > li {
    padding-left: 40px;
  }
  #treatment .treatment_sec5 .treatment_worries {
    padding: 40px 15px;
  }
  #treatment .treatment_sec5 .treatment_worries::before {
    width: 60px;
    height: 20px;
  }
  #treatment .treatment_sec5 .treatment_worries h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #treatment .treatment_sec5 .treatment_worries .treatment_worries_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #treatment .treatment_sec5 .treatment_worries .treatment_worries_item h4 {
    font-size: 17px;
  }
}
#treatment .treatment_sec6 {
  background: #E0EFF8;
  padding: 75px 0 223px;
  position: relative;
}
#treatment .treatment_sec6::before {
  content: "";
  display: block;
  padding-top: 5%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave7.webp") no-repeat top center;
  background-size: cover;
}
#treatment .treatment_sec6 .treatment_target {
  padding: 50px 15px;
  border: 1px solid #0081CC;
  border-radius: 20px;
  text-align: center;
  background: #f7f9fb;
}
#treatment .treatment_sec6 .treatment_target h3 {
  font-size: 32px;
  font-weight: bold;
}
#treatment .treatment_sec6 .treatment_target h3 > span {
  color: #0081CC;
}
#treatment .treatment_sec6 .treatment_target h4 {
  color: #0081CC;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #treatment .treatment_sec6 {
    padding: 30px 0 100px;
  }
  #treatment .treatment_sec6::before {
    background-image: url("../images/wave/wave7_sp.webp");
  }
  #treatment .treatment_sec6 .treatment_target h3 {
    font-size: 22px;
  }
  #treatment .treatment_sec6 .treatment_target h4 {
    font-size: 17px;
  }
}
#treatment .treatment_sec7 {
  background: #64afdd;
  padding: 50px 0 220px;
  position: relative;
}
#treatment .treatment_sec7::before {
  content: "";
  display: block;
  padding-top: 5%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url("../images/wave/wave9.webp") no-repeat top center;
  background-size: cover;
}
#treatment .treatment_sec7 .entry_block h2 > span {
  color: #0081CC;
}
#treatment .treatment_sec7 .entry_block h2 + p {
  font-size: 18px;
  color: #0081CC;
}
@media only screen and (max-width: 767px) {
  #treatment .treatment_sec7 {
    padding: 30px 0 100px;
  }
  #treatment .treatment_sec7 .entry_block h2 + p {
    font-size: 15px;
  }
  #treatment .treatment_sec7::before {
    background-image: url("../images/wave/wave9_sp.webp");
  }
}

#top .ttl_block {
  margin-bottom: 55px;
  text-align: center;
}
#top .ttl_block.ttl_block_inline {
  text-align: left;
}
#top .ttl_block.ttl_block_inline h2,
#top .ttl_block.ttl_block_inline p {
  display: inline-block;
}
#top .ttl_block.ttl_block_inline h2 {
  margin-right: 15px;
}
#top .ttl_block .ttl_block_en {
  color: #0081CC;
}
#top .ttl_block h2 {
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #top .ttl_block {
    margin-bottom: 25px;
  }
  #top .ttl_block .ttl_block_en {
    font-size: 12px;
  }
  #top .ttl_block h2 {
    font-size: 24px;
  }
}

#medical_menu .medical_ttl {
  padding-top: 35px;
  border-top: 2px solid #0081CC;
  letter-spacing: -0.5em;
  margin-bottom: 40px;
}
#medical_menu .medical_ttl h2,
#medical_menu .medical_ttl h2 + ul {
  display: inline-block;
}
#medical_menu .medical_ttl h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: normal;
  margin-right: 25px;
}
#medical_menu .medical_ttl h2 + ul {
  font-weight: 500;
}
#medical_menu .medical_ttl h2 + ul > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 10px;
  background: #0081CC;
  padding: 1px 17px;
  border-radius: 15px;
  color: #fff;
}
#medical_menu .medical_ttl h2 + ul > li.medical_ttl_list_bg {
  background: #A2D5F3;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  #medical_menu .medical_ttl {
    padding-top: 20px;
    margin-bottom: 15px;
  }
  #medical_menu .medical_ttl h2 {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
  }
}
#medical_menu .medical_sub_ttl {
  font-size: 24px;
  color: #0081CC;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #medical_menu .medical_sub_ttl {
    font-size: 18px;
  }
}
#medical_menu .medical_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#medical_menu .medical_block > div:nth-child(1) {
  width: 45%;
}
#medical_menu .medical_block > div:nth-child(2) {
  width: 50%;
}
#medical_menu .medical_block .medical_block_table > table {
  width: 100%;
  border-top: 1px dashed #bec6ce;
}
#medical_menu .medical_block .medical_block_table > table th,
#medical_menu .medical_block .medical_block_table > table td {
  padding: 20px 10px;
  border-bottom: 1px dashed #bec6ce;
}
#medical_menu .medical_block .medical_block_table > table th {
  font-weight: bold;
  text-align: left;
  width: 250px;
  padding-right: 15px;
}
@media only screen and (max-width: 960px) {
  #medical_menu .medical_block .medical_block_table > table,
  #medical_menu .medical_block .medical_block_table > table tr,
  #medical_menu .medical_block .medical_block_table > table tbody,
  #medical_menu .medical_block .medical_block_table > table th,
  #medical_menu .medical_block .medical_block_table > table td {
    display: block;
    width: 100%;
  }
  #medical_menu .medical_block .medical_block_table > table th {
    padding: 10px 0 0;
    border-bottom: 0;
  }
  #medical_menu .medical_block .medical_block_table > table td {
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #medical_menu .medical_block {
    display: block;
  }
  #medical_menu .medical_block > div:first-child {
    width: auto;
    margin-bottom: 30px;
  }
  #medical_menu .medical_block > div:nth-child(2) {
    width: auto;
    max-width: 600px;
    margin: 0 auto;
  }
}
#medical_menu .merit_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#medical_menu .merit_block > .merit_block_item {
  background: #E0EFF8;
  padding: 35px 20px;
  border-radius: 20px;
  width: 48.34%;
}
#medical_menu .merit_block > .merit_block_item.merit_block_item_bg1 {
  background: #F4F4F4;
}
#medical_menu .merit_block > .merit_block_item h3 {
  color: #0081CC;
  font-size: 24px;
  text-align: center;
  margin-bottom: 13px;
  font-weight: 500;
}
#medical_menu .merit_block > .merit_block_item h3 + ul {
  max-width: 485px;
  margin: 0 auto;
  line-height: 1.3;
}
#medical_menu .merit_block > .merit_block_item h3 + ul > li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 7px;
}
#medical_menu .merit_block > .merit_block_item h3 + ul > li:last-child {
  margin-bottom: 0;
}
#medical_menu .merit_block > .merit_block_item h3 + ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 8px;
  height: 8px;
  background: #0081CC;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #medical_menu .merit_block {
    display: block;
  }
  #medical_menu .merit_block > .merit_block_item {
    padding: 15px 15px;
    width: auto;
    border-radius: 15px;
    margin-bottom: 25px;
  }
  #medical_menu .merit_block > .merit_block_item:last-child {
    margin-bottom: 0;
  }
  #medical_menu .merit_block > .merit_block_item h3 {
    font-size: 18px;
  }
}

#clinic .dental_articles > article,
#recruit .dental_articles > article,
#medical_menu .dental_articles > article,
#facility .dental_articles > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
#clinic .dental_articles > article:last-child,
#recruit .dental_articles > article:last-child,
#medical_menu .dental_articles > article:last-child,
#facility .dental_articles > article:last-child {
  margin-bottom: 0;
}
#clinic .dental_articles > article:nth-child(2n),
#recruit .dental_articles > article:nth-child(2n),
#medical_menu .dental_articles > article:nth-child(2n),
#facility .dental_articles > article:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#clinic .dental_articles > article > div:nth-child(1),
#recruit .dental_articles > article > div:nth-child(1),
#medical_menu .dental_articles > article > div:nth-child(1),
#facility .dental_articles > article > div:nth-child(1) {
  width: 50%;
}
#clinic .dental_articles > article > div:nth-child(2),
#recruit .dental_articles > article > div:nth-child(2),
#medical_menu .dental_articles > article > div:nth-child(2),
#facility .dental_articles > article > div:nth-child(2) {
  width: 45%;
}
#clinic .dental_articles .dental_articles_icon,
#recruit .dental_articles .dental_articles_icon,
#medical_menu .dental_articles .dental_articles_icon,
#facility .dental_articles .dental_articles_icon {
  font-size: 20px;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  background: #0081CC;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
#clinic .dental_articles h3,
#recruit .dental_articles h3,
#medical_menu .dental_articles h3,
#facility .dental_articles h3 {
  font-size: 24px;
  color: #0081CC;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #clinic .dental_articles > article,
  #recruit .dental_articles > article,
  #medical_menu .dental_articles > article,
  #facility .dental_articles > article {
    display: block;
    max-width: 600px;
    margin: 0 auto 30px;
  }
  #clinic .dental_articles > article:last-child,
  #recruit .dental_articles > article:last-child,
  #medical_menu .dental_articles > article:last-child,
  #facility .dental_articles > article:last-child {
    margin-bottom: 0;
  }
  #clinic .dental_articles > article > div:first-child,
  #recruit .dental_articles > article > div:first-child,
  #medical_menu .dental_articles > article > div:first-child,
  #facility .dental_articles > article > div:first-child {
    width: auto;
    margin-bottom: 20px;
  }
  #clinic .dental_articles > article > div:nth-child(2),
  #recruit .dental_articles > article > div:nth-child(2),
  #medical_menu .dental_articles > article > div:nth-child(2),
  #facility .dental_articles > article > div:nth-child(2) {
    width: auto;
  }
  #clinic .dental_articles h3,
  #recruit .dental_articles h3,
  #medical_menu .dental_articles h3,
  #facility .dental_articles h3 {
    font-size: 17px;
  }
  #clinic .dental_articles .dental_articles_icon,
  #recruit .dental_articles .dental_articles_icon,
  #medical_menu .dental_articles .dental_articles_icon,
  #facility .dental_articles .dental_articles_icon {
    width: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}

#staff .ttl_head,
#facility .ttl_head,
#clinic .ttl_head,
#recruit .ttl_head,
#treatment .ttl_head {
  padding-top: 45px;
  border-top: 2px solid #0081CC;
  text-align: center;
}
#staff .ttl_head h2,
#facility .ttl_head h2,
#clinic .ttl_head h2,
#recruit .ttl_head h2,
#treatment .ttl_head h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 44px;
}
#staff .ttl_head h2 > .blue,
#facility .ttl_head h2 > .blue,
#clinic .ttl_head h2 > .blue,
#recruit .ttl_head h2 > .blue,
#treatment .ttl_head h2 > .blue {
  color: #0081CC;
}
@media only screen and (max-width: 960px) {
  #staff .ttl_head h2,
  #facility .ttl_head h2,
  #clinic .ttl_head h2,
  #recruit .ttl_head h2,
  #treatment .ttl_head h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #staff .ttl_head,
  #facility .ttl_head,
  #clinic .ttl_head,
  #recruit .ttl_head,
  #treatment .ttl_head {
    padding-top: 25px;
  }
  #staff .ttl_head h2,
  #facility .ttl_head h2,
  #clinic .ttl_head h2,
  #recruit .ttl_head h2,
  #treatment .ttl_head h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

#facility .dental_column,
#medical_menu .dental_column {
  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;
}
#facility .dental_column > article,
#medical_menu .dental_column > article {
  width: 48.34%;
}
#facility .dental_column > article figure img,
#medical_menu .dental_column > article figure img {
  margin-bottom: 35px;
}
#facility .dental_column > article figure > figcaption,
#medical_menu .dental_column > article figure > figcaption {
  font-size: 24px;
  color: #0081CC;
  font-weight: bold;
  margin-bottom: 15px;
}
#facility .dental_column > article:not(:nth-child(-n+2)),
#medical_menu .dental_column > article:not(:nth-child(-n+2)) {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  #facility .dental_column,
  #medical_menu .dental_column {
    display: block;
    max-width: 580px;
    margin: 0 auto;
  }
  #facility .dental_column > article,
  #medical_menu .dental_column > article {
    width: auto;
  }
  #facility .dental_column > article figure img,
  #medical_menu .dental_column > article figure img {
    margin-bottom: 10px;
  }
  #facility .dental_column > article figure > figcaption,
  #medical_menu .dental_column > article figure > figcaption {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #facility .dental_column > article:not(:nth-child(-n+1)),
  #medical_menu .dental_column > article:not(:nth-child(-n+1)) {
    margin-top: 35px;
  }
}

#recruit .entry_block,
#treatment .entry_block {
  padding: 40px 15px 60px;
  background: #E0EFF8;
  border-top: 2px solid #0081CC;
  border-radius: 0 0 20px 20px;
}
#recruit .entry_block.entry_block_bg1,
#treatment .entry_block.entry_block_bg1 {
  background: #fff;
}
#recruit .entry_block h2,
#treatment .entry_block h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
#recruit .entry_block .entry_block_btn,
#treatment .entry_block .entry_block_btn {
  max-width: 880px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.54%;
}
#recruit .entry_block .entry_block_btn > li,
#treatment .entry_block .entry_block_btn > li {
  width: 47.73%;
}
#recruit .entry_block .entry_block_btn > li a,
#treatment .entry_block .entry_block_btn > li a {
  display: block;
  padding: 10px 10px;
  border-radius: 25px;
}
#recruit .entry_block .entry_block_btn > li.entry_block_tel a,
#treatment .entry_block .entry_block_btn > li.entry_block_tel a {
  border: 1px solid #0081CC;
  background: #fff;
  color: #0081CC;
}
#recruit .entry_block .entry_block_btn > li.entry_block_tel a img,
#treatment .entry_block .entry_block_btn > li.entry_block_tel a img {
  margin-right: 10px;
}
#recruit .entry_block .entry_block_btn > li.entry_block_contact a,
#treatment .entry_block .entry_block_btn > li.entry_block_contact a {
  background: #004098;
  color: #fff;
  position: relative;
}
#recruit .entry_block .entry_block_btn > li.entry_block_contact a img,
#treatment .entry_block .entry_block_btn > li.entry_block_contact a img {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#recruit .entry_block .entry_block_btn > li.entry_block_contact a .footer_btns_arrow,
#treatment .entry_block .entry_block_btn > li.entry_block_contact a .footer_btns_arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  right: 15px;
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #recruit .entry_block,
  #treatment .entry_block {
    padding: 20px 15px;
  }
  #recruit .entry_block h2,
  #treatment .entry_block h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #recruit .entry_block .entry_block_btn,
  #treatment .entry_block .entry_block_btn {
    display: block;
    max-width: 460px;
    margin: 0 auto;
  }
  #recruit .entry_block .entry_block_btn > li,
  #treatment .entry_block .entry_block_btn > li {
    width: auto;
    margin-bottom: 15px;
  }
}

#top .treatment_list,
#treatment .treatment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3333333333%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
#top .treatment_list > li,
#treatment .treatment_list > li {
  width: 22.5%;
  margin-bottom: 40px;
}
#top .treatment_list br,
#treatment .treatment_list br {
  display: none;
}
#top .treatment_list br.pc_br,
#treatment .treatment_list br.pc_br {
  display: block;
}
#top .treatment_list a,
#treatment .treatment_list a {
  border-top: 2px solid #0081CC;
  display: block;
  padding: 25px 10px 50px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  height: 100%;
}
#top .treatment_list img,
#treatment .treatment_list img {
  max-width: 100px;
  margin: 0 auto 10px;
}
#top .treatment_list figcaption,
#treatment .treatment_list figcaption {
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  #top .treatment_list,
  #treatment .treatment_list {
    gap: 4.25%;
  }
  #top .treatment_list > li,
  #treatment .treatment_list > li {
    width: 30.5%;
  }
}
@media only screen and (max-width: 767px) {
  #top .treatment_list a,
  #treatment .treatment_list a {
    padding: 15px 10px 20px;
  }
  #top .treatment_list img,
  #treatment .treatment_list img {
    max-width: 70px;
  }
  #top .treatment_list > li,
  #treatment .treatment_list > li {
    width: 47.43%;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .vpc767 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none !important;
  }
}
.br_pc {
  display: block !important;
}