*,
::after,
::before {
  box-sizing: border-box;
}
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 {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
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 {
  background: 0 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
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 {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  font-size: 2.66667vw;
}
@media only screen and (min-width: 374px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 850px) {
  html {
    font-size: 0.66667vw;
  }
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 5.5rem;
}
@media only screen and (min-width: 850px) {
  body {
    padding-top: 14rem;
  }
}
picture {
  display: block;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
a:focus,
a:hover {
  opacity: 0.7;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: 0;
  padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
button,
input[type='button'],
input[type='submit'],
label,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
input::-webkit-input-placeholder {
  color: #c3c0c0;
}
input::-moz-placeholder {
  color: #c3c0c0;
}
input:-ms-input-placeholder {
  color: #c3c0c0;
}
input::-ms-input-placeholder {
  color: #c3c0c0;
}
input::placeholder {
  color: #c3c0c0;
}
input:-ms-input-placeholder {
  color: #c3c0c0;
}
input::-ms-input-placeholder {
  color: #c3c0c0;
}
@media only screen and (min-width: 850px) {
  .only-sp {
    display: none;
  }
}
.only-sp-inline {
  display: inline;
}
@media only screen and (min-width: 850px) {
  .only-sp-inline {
    display: none;
  }
}
.only-pc {
  display: none;
}
@media only screen and (min-width: 850px) {
  .only-pc {
    display: block;
  }
}
.only-pc-inline {
  display: none;
}
@media only screen and (min-width: 850px) {
  .only-pc-inline {
    display: inline;
  }
}
.nowrap {
  white-space: nowrap;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
  }
  30% {
    -webkit-transform: translateY(-50%) rotate(20deg) scale(1.05);
    transform: translateY(-50%) rotate(20deg) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(15deg) scale(1.1);
    transform: translateY(-50%) rotate(15deg) scale(1.1);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
  }
  30% {
    -webkit-transform: translateY(-50%) rotate(20deg) scale(1.05);
    transform: translateY(-50%) rotate(20deg) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(15deg) scale(1.1);
    transform: translateY(-50%) rotate(15deg) scale(1.1);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateY(-50%) rotate(28deg);
    transform: translateY(-50%) rotate(28deg);
  }
  30% {
    -webkit-transform: translateY(-50%) rotate(33deg) scale(1.05);
    transform: translateY(-50%) rotate(33deg) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(28deg) scale(1.1);
    transform: translateY(-50%) rotate(28deg) scale(1.1);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateY(-50%) rotate(28deg);
    transform: translateY(-50%) rotate(28deg);
  }
  30% {
    -webkit-transform: translateY(-50%) rotate(33deg) scale(1.05);
    transform: translateY(-50%) rotate(33deg) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(28deg) scale(1.1);
    transform: translateY(-50%) rotate(28deg) scale(1.1);
  }
}
.btn {
  background-color: #fff;
  border: 4px solid #ec8b2d;
  color: #ec8b2d;
  display: inline-block;
  font-size: 1.6rem;
  height: 7rem;
  line-height: 1.5;
  max-width: 31.3rem;
  padding: 1.6rem 1.6rem 2.1rem 1.6rem;
  position: relative;
  text-align: center;
  text-align: center;
  width: 100%;
}
.btn._line {
  border-color: #21dd3d;
  color: #21dd3d;
}
.btn._line:hover {
  background: #21dd3d;
}
@media only screen and (min-width: 850px) {
  .btn {
    font-size: 1.8rem;
    height: 7.5rem;
    line-height: 1.44444;
    max-width: 33.5rem;
    padding: 1.8rem 1.8rem 2.3rem 1.8rem;
  }
}
.btn:hover {
  background: #ec8b2d;
  color: #fff;
  opacity: 1;
}
.btn:hover .line {
  -webkit-animation: move 0.4s ease;
  animation: move 0.4s ease;
}
.btn:hover .line.is-hover {
  opacity: 1;
}
.btn:hover .mail {
  -webkit-animation: move2 0.4s ease;
  animation: move2 0.4s ease;
}
.btn:hover .mail.is-hover {
  opacity: 1;
}
.btn .mail {
  -webkit-transform: translateY(-50%) rotate(13deg);
  left: 2.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(13deg);
  width: 3.6rem;
}
@media only screen and (min-width: 850px) {
  .btn .mail {
    left: 2.8rem;
    width: 3.8rem;
  }
}
.btn .mail.is-hover {
  opacity: 0;
}
.btn .line {
  -webkit-transform: translateY(-50%);
  left: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.7rem;
}
@media only screen and (min-width: 850px) {
  .btn .line {
    left: 1.8rem;
    width: 4.4rem;
  }
}
.btn .line.is-hover {
  opacity: 0;
}
.btn:not(:first-child) {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 850px) {
  .btn:not(:first-child) {
    margin-left: 3.5rem;
    margin-top: 0;
  }
}
.btn__text {
  left: 2.3rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .btn__text {
    left: 2.8rem;
  }
}
.slick-dots {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.slick-dots li button {
  background: #fff;
  height: 0.8rem;
  text-indent: -9999px;
  width: 3.5rem;
}
.slick-dots li.slick-active button {
  background: #ec8b2d;
}
.slick-dots li:not(:first-child) {
  margin-left: 0.7rem;
}
.primary {
  color: #ec8b2d;
}
.text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (min-width: 850px) {
  .text {
    font-size: 1.7rem;
  }
}
.copy {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.41667;
}
@media only screen and (min-width: 850px) {
  .copy {
    font-size: 1.7rem;
    line-height: 2;
  }
}
.bold {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42857;
}
@media only screen and (min-width: 850px) {
  .bold {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.bold-privacy {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.42857;
}
@media only screen and (min-width: 850px) {
  .bold-privacy {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.text-large {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.42857;
}
@media only screen and (min-width: 850px) {
  .text-large {
    font-size: 3rem;
    line-height: 1.46667;
  }
}
.border {
  position: relative;
}
.border::after {
  background: radial-gradient(circle farthest-side, #242424, #242424 37.5%, transparent 37.5%, transparent);
  background-size: 5px 5px;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tag {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.28);
}
@media only screen and (min-width: 850px) {
  .shadow {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
  }
}
.shadow-orange {
  box-shadow: 3px 3px 10px rgba(236, 139, 45, 0.36);
}
@media only screen and (min-width: 850px) {
  .shadow-orange {
    box-shadow: 5px 5px 20px rgba(236, 139, 45, 0.36);
  }
}
.shadow-black {
  box-shadow: 3px 3px 10px rgba(36, 36, 36, 0.2);
}
@media only screen and (min-width: 850px) {
  .shadow-black {
    box-shadow: 5px 5px 20px rgba(36, 36, 36, 0.2);
  }
}
.text-blue {
  color: #2d8eec;
}
.inner {
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .inner {
    max-width: 120rem;
    padding: 0 5rem;
  }
}
.l-footer {
  align-items: center;
  background: #ec8b2d;
  color: #fff;
  display: flex;
  height: 7.8rem;
  justify-content: center;
  margin-bottom: 5.5rem;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .l-footer {
    height: 10rem;
    margin-bottom: 0;
  }
}
.l-footer__btns {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  display: flex;
  height: 5.5rem;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 100;
}
@media only screen and (min-width: 850px) {
  .l-footer__btns {
    display: none;
  }
}
.l-footer__btns--item {
  align-items: center;
  border-radius: 2.2rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  height: 3.6rem;
  justify-content: center;
  position: relative;
  width: 16.7rem;
}
.l-footer__btns--item:hover {
  color: #fff;
  opacity: 1;
}
.l-footer__btns--item:hover ._line-icon {
  -webkit-animation: move 0.4s ease;
  animation: move 0.4s ease;
}
.l-footer__btns--item:hover ._line-icon.is-hover {
  opacity: 1;
}
.l-footer__btns--item:hover ._mail-icon {
  -webkit-animation: move 0.4s ease;
  animation: move 0.4s ease;
}
.l-footer__btns--item:hover ._mail-icon.is-hover {
  opacity: 1;
}
.l-footer__btns--item ._mail-icon {
  -webkit-transform: translateY(-50%);
  left: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
}
.l-footer__btns--item ._line-icon {
  -webkit-transform: translateY(-50%);
  left: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
}
.l-footer__btns--item ._text {
  left: 2rem;
  position: relative;
}
.l-footer__btns--item._mail {
  background: #ec8b2d;
}
.l-footer__btns--item._line {
  background: #21dd3d;
}
.l-footer__btns--item:first-child {
  margin-right: 1.1rem;
}
.l-header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 5.5rem;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.l-header.is-shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 850px) {
  .l-header {
    height: 14rem;
  }
}
.l-header .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 850px) {
  .l-header .inner {
    max-width: 130rem;
    padding: 0 5rem;
  }
}
.l-header__logo {
  width: 16.3rem;
}
@media only screen and (min-width: 850px) {
  .l-header__logo {
    width: auto;
  }
}
@media only screen and (min-width: 850px) {
  .l-header__logo--link {
    display: block;
    width: 36.6rem;
  }
}
.l-header__tag {
  display: none;
}
@media only screen and (min-width: 850px) {
  .l-header__tag {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 1.3rem;
    white-space: nowrap;
  }
}
.l-header__btn--pc {
  display: none;
}
@media only screen and (min-width: 850px) {
  .l-header__btn--pc {
    display: block;
    margin-right: -5rem;
  }
}
.l-header__btns {
  display: none;
  margin-left: auto;
}
@media only screen and (min-width: 850px) {
  .l-header__btns {
    display: block;
  }
}
.l-header__btn--text {
  align-items: flex-end;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: space-between;
  line-height: 1.42857;
  margin-bottom: 1.3rem;
  white-space: nowrap;
}
.l-header__btn--text > img {
  margin-left: 1.4rem;
  width: 20.4rem;
}
.l-header__btn--list {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.l-header__btn--item {
  align-items: center;
  border-radius: 2.8rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 5.6rem;
  justify-content: center;
  position: relative;
  width: 31.5rem;
}
.l-header__btn--item:first-child {
  margin-right: 2rem;
}
.l-header__btn--item:hover {
  color: #fff;
  opacity: 1;
}
.l-header__btn--item:hover ._line-icon {
  -webkit-animation: move 0.4s ease;
  animation: move 0.4s ease;
}
.l-header__btn--item:hover ._line-icon.is-hover {
  opacity: 1;
}
.l-header__btn--item:hover ._mail-icon {
  -webkit-animation: move 0.4s ease;
  animation: move 0.4s ease;
}
.l-header__btn--item:hover ._mail-icon.is-hover {
  opacity: 1;
}
.l-header__btn--item ._mail-icon {
  -webkit-transform: translateY(-50%);
  left: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
}
.l-header__btn--item ._line-icon {
  -webkit-transform: translateY(-50%);
  left: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.3rem;
}
.l-header__btn--item ._text {
  left: 2.5rem;
  position: relative;
}
.l-header__btn--item._mail {
  background: #ec8b2d;
}
.l-header__btn--item._line {
  background: #21dd3d;
}
.l-header__btn--icon {
  align-items: center;
  background: #ec8b2d;
  border-radius: 50%;
  display: flex;
  height: 3.7rem;
  justify-content: center;
  overflow: hidden;
  width: 3.7rem;
}
@media only screen and (min-width: 850px) {
  .l-header__btn--icon {
    height: 5.8rem;
    width: 5.8rem;
  }
}
.l-header__btn--icon:nth-child(2) {
  margin-left: 0.55rem;
}
@media only screen and (min-width: 850px) {
  .l-header__btn--icon:nth-child(2) {
    margin-left: 2.2rem;
  }
}
.l-header__btn--icon:hover {
  -webkit-transform: translateY(1px);
  box-shadow: none;
  transform: translateY(1px);
}
@media only screen and (min-width: 850px) {
  .l-header__btn--icon:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.l-header__btn--icon .mail {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 2rem;
}
@media only screen and (min-width: 850px) {
  .l-header__btn--icon .mail {
    width: 3.3rem;
  }
}
.l-header__btn--icon .line {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 2.1rem;
}
@media only screen and (min-width: 850px) {
  .l-header__btn--icon .line {
    width: 4rem;
  }
}
.l-header__tel--sp {
  display: block;
  margin-left: auto;
  width: 13.2rem;
}
@media only screen and (min-width: 850px) {
  .l-header__tel--sp {
    display: none;
  }
}
.l-about {
  background: #faf7ef;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 850px) {
  .l-about {
    padding-top: 14rem;
  }
}
.l-about .inner {
  padding-top: 4rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 850px) {
  .l-about .inner {
    padding-top: 4.6rem;
  }
}
.l-about__deco {
  -webkit-transform: rotate(-18deg);
  display: none;
  max-width: 8.8rem;
  position: absolute;
  right: 12.2rem;
  top: 8.5rem;
  transform: rotate(-18deg);
}
@media only screen and (min-width: 850px) {
  .l-about__deco {
    display: block;
  }
}
.l-about__pic {
  left: 1.5rem;
  max-width: 16rem;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-about__pic {
    left: 25rem;
    max-width: 24.7rem;
  }
}
.l-about__title {
  left: 5.3rem;
  margin: 0 auto 2.38rem;
  max-width: 19.8rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-about__title {
    left: 15rem;
    margin-bottom: 5.2rem;
    max-width: 28.5rem;
  }
}
.l-about__body {
  background: #fff;
  padding: 2.4rem 1.6rem 3.3rem;
}
@media only screen and (min-width: 850px) {
  .l-about__body {
    display: flex;
    padding: 5.7rem 5rem 0;
  }
}
.l-about__body--pic {
  flex: 0 0 auto;
  margin: 0 auto;
  max-width: 33.5rem;
  position: relative;
  width: 100%;
}
.l-about__body--pic ._bg {
  background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
  display: block;
  height: 2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 30%;
}
.l-about__body--pic::after {
  background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  height: 7rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.l-about__body--pic::before {
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 10rem;
  z-index: 1;
}
@media only screen and (min-width: 850px) {
  .l-about__body--pic {
    margin: 0;
    margin-right: 4.7rem;
    max-width: 50rem;
    top: -2rem;
  }
}
.l-about__texts--logo {
  margin: 0 auto;
  margin-bottom: 1.1rem;
  max-width: 18.6rem;
}
@media only screen and (min-width: 850px) {
  .l-about__texts--logo {
    margin: 0;
    margin-bottom: 4.2rem;
    max-width: 22.4rem;
  }
}
.l-access {
  padding-top: 5.5rem;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .l-access {
    padding-top: 10.6rem;
  }
}
.l-access__title {
  margin: 0 auto 3rem;
  max-width: 24.7rem;
}
@media only screen and (min-width: 850px) {
  .l-access__title {
    margin: 0 auto 7rem;
    max-width: 47.6rem;
  }
}
.l-access__map {
  margin-bottom: 3rem;
  overflow: hidden;
  padding-top: 65.50725%;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-access__map {
    margin-bottom: 7rem;
    padding-top: 36.36364%;
  }
}
.l-access__map iframe {
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.l-access__logo {
  margin: 0 auto 3rem;
  max-width: 20.3rem;
}
@media only screen and (min-width: 850px) {
  .l-access__logo {
    margin: 0 auto 5rem;
    max-width: 38.5rem;
  }
}
.l-access__address {
  font-weight: 400;
  margin-bottom: 2.8rem;
  padding-bottom: 3rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-access__address {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
.l-access__address::after {
  -webkit-transform: translateX(-50%);
  background: #242424;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5rem;
}
.l-access__time--title {
  font-size: 1.7rem;
  line-height: 1.47059;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 850px) {
  .l-access__time--title {
    margin-bottom: 3.5rem;
  }
}
.l-access__time--text {
  font-weight: 400;
}
.l-comm {
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-comm {
    margin-top: 15rem;
    padding-bottom: 10.5rem;
  }
}
.l-comm::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #faf7ef 172.87234%);
  bottom: 0;
  content: '';
  display: block;
  height: 75.2rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-comm::after {
    background: #faf7ef;
    height: 100%;
    right: auto;
    width: 92.1875%;
  }
}
.l-comm .inner {
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-comm .inner {
    padding-left: 48rem;
    padding-right: 0;
  }
}
.l-comm__pic {
  margin: 0 auto 3.1rem;
  max-width: 24.9rem;
}
@media only screen and (min-width: 850px) {
  .l-comm__pic {
    left: -3.1rem;
    margin: 0;
    max-width: 46.7rem;
    position: absolute;
    top: 3.6rem;
  }
}
.l-comm__ttl {
  margin: 0 auto 3.8rem;
  max-width: 34.5rem;
}
@media only screen and (min-width: 850px) {
  .l-comm__ttl {
    margin-bottom: 3.7rem;
    margin-left: 0;
    max-width: 65.8rem;
  }
}
.l-comm__txt {
  color: #c69546;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 850px) {
  .l-comm__txt {
    font-size: 2.8rem;
    line-height: 1.64286;
    margin-bottom: 2.5rem;
  }
}
.l-comm__box {
  margin: 0 auto;
  max-width: 34.5rem;
}
@media only screen and (min-width: 850px) {
  .l-comm__box {
    max-width: 100%;
  }
}
.l-comm__list--ttl {
  color: #c69546;
  font-size: 1.7rem;
  line-height: 1.47059;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 850px) {
  .l-comm__list--ttl {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 2.2rem;
  }
}
.l-comm__item {
  font-size: 1.6rem;
  line-height: 1.6875;
  padding-left: 5.2rem;
  position: relative;
}
.l-comm__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 850px) {
  .l-comm__item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
@media only screen and (min-width: 850px) {
  .l-comm__item {
    font-size: 1.7rem;
    line-height: 1.70588;
  }
}
.l-comm__item img {
  left: 0.6rem;
  position: absolute;
  top: 0.2rem;
  width: 2.9rem;
}
@media only screen and (min-width: 850px) {
  .l-comm__item img {
    -webkit-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-comm__item:last-child img {
  top: -0.1rem;
}
@media only screen and (min-width: 850px) {
  .l-comm__item:last-child img {
    -webkit-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-contact__text {
  margin-bottom: 3.6rem;
}
@media only screen and (min-width: 850px) {
  .l-contact__text {
    margin-bottom: 6.2rem;
  }
}
.l-contact__title {
  display: flex;
  flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  position: relative;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-contact__title {
    font-size: 1.8rem;
    line-height: 1.44444;
    margin-bottom: 0;
    margin-right: 2rem;
    top: 1.8rem;
    width: 22rem;
  }
}
@media only screen and (min-width: 850px) {
  .l-contact__title.kibou {
    top: 0.7rem;
  }
}
.l-contact__title .notRequire,
.l-contact__title .require {
  -webkit-transform: translateY(-50%);
  background-color: #ec8b2d;
  border-radius: 0.4rem;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-left: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
}
@media only screen and (min-width: 850px) {
  .l-contact__title .notRequire,
  .l-contact__title .require {
    border-radius: 0.6rem;
    height: 2.9rem;
    line-height: 2.9rem;
    width: 5.6rem;
  }
}
.l-contact__title .notRequire {
  background-color: #cbcbcb;
}
.l-contact__item {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 850px) {
  .l-contact__item {
    align-items: flex-start;
    display: flex;
    margin-bottom: 5rem;
  }
}
.l-contact__input--box,
.l-contact__kibou--box,
.l-contact__select--box {
  width: 100%;
}
.l-contact__kibou {
  display: flex;
  flex-wrap: wrap;
}
.l-contact__kibou .select-wrap {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}
.l-contact__kibou .select-wrap:nth-child(2) {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 850px) {
  .l-contact__kibou .select-wrap {
    flex-wrap: nowrap;
    width: 29.2rem;
  }
  .l-contact__kibou .select-wrap:nth-child(2) {
    margin-left: 2.6rem;
    margin-top: 0;
  }
}
.l-contact__radio--box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 850px) {
  .l-contact__radio--box {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 6.3rem;
  }
}
.l-contact__select--box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.l-contact__select--box .select-wrap {
  position: relative;
}
.l-contact__select--box .select-wrap .error {
  bottom: 0.2rem;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 850px) {
  .l-contact__select--box .select-wrap .error {
    position: static;
  }
}
@media only screen and (min-width: 850px) {
  .l-contact__select--box {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 6.3rem;
  }
}
.l-contact__select--box select {
  background-color: #fff;
  border-radius: 0.6rem;
  color: #242424;
  font-size: 1.4rem;
  height: 4.6rem;
  line-height: 1.42857;
  padding: 1.2rem 1.5rem 1.4rem;
  width: 14.2rem;
}
.l-contact__select--box select:first-child {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 850px) {
  .l-contact__select--box select {
    border-radius: 1rem;
    font-size: 1.8rem;
    height: 6.3rem;
    line-height: 1.44444;
    padding: 1.7rem 2rem 2rem;
    width: 15.7rem;
  }
  .l-contact__select--box select:first-child {
    margin-bottom: 0;
  }
}
.l-contact__select--box .is-empty {
  color: #c3c0c0;
}
.l-contact__kibou--box select {
  color: #242424;
}
.l-contact__kibou--box .is-empty {
  color: #c3c0c0;
}
.l-contact__input,
.l-contact__kouho,
.l-contact__select,
.l-contact__textarea {
  background-color: #fff;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 1.2rem 1.5rem 1.4rem;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .l-contact__input,
  .l-contact__kouho,
  .l-contact__select,
  .l-contact__textarea {
    border-radius: 1rem;
    font-size: 1.8rem;
    line-height: 1.44444;
    padding: 1.7rem 2rem 2rem;
  }
}
.l-contact__textarea {
  height: 14rem;
  resize: none;
}
@media only screen and (min-width: 850px) {
  .l-contact__textarea {
    height: 27rem;
  }
}
.l-contact__submit--box {
  text-align: center;
}
.l-contact__caution {
  font-size: 1.1rem;
  line-height: 2;
  margin-top: 1.2rem;
}
@media only screen and (min-width: 850px) {
  .l-contact__caution {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 1.5rem;
  }
}
.l-contact__bottom {
  margin-bottom: 5.5rem;
}
@media only screen and (min-width: 850px) {
  .l-contact__bottom {
    margin-bottom: 9.5rem;
  }
}
.select-text {
  font-size: 1.4rem;
  padding: 0 1.5rem 0 0.9rem;
}
.select-text.year {
  margin-right: calc(100% - 20.4rem);
}
@media only screen and (min-width: 850px) {
  .select-text.year {
    margin-right: 0;
  }
}
.select-text.day {
  padding-right: 0;
}
@media only screen and (min-width: 850px) {
  .select-text {
    font-size: 1.6rem;
    padding: 0 1.5rem;
  }
}
.l-reservation .mwform-radio-field-text {
  font-size: 1.3rem;
  line-height: 1.46154;
}
@media only screen and (min-width: 850px) {
  .l-reservation .mwform-radio-field-text {
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
.l-reservation .l-contact__radio + .mwform-radio-field-text {
  padding-left: 3.5rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-reservation .l-contact__radio + .mwform-radio-field-text {
    padding-left: 4.8rem;
  }
}
.l-reservation .l-contact__radio + .mwform-radio-field-text::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 2.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1rem;
}
@media only screen and (min-width: 850px) {
  .l-reservation .l-contact__radio + .mwform-radio-field-text::before {
    border: 2px solid #b7b7b7;
    height: 2.9rem;
    width: 2.9rem;
  }
}
.l-reservation .l-contact__radio + .mwform-radio-field-text::after {
  -webkit-transform: translateY(-50%);
  background-color: #ec8b2d;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 1.1rem;
  left: 0.5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
}
@media only screen and (min-width: 850px) {
  .l-reservation .l-contact__radio + .mwform-radio-field-text::after {
    height: 1.5rem;
    left: 0.7rem;
    width: 1.5rem;
  }
}
.l-reservation .l-contact__radio:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.l-reservation .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 2.6rem;
}
.l-reservation .mw_wp_form .error {
  font-size: 1.2rem;
  padding-top: 1rem;
}
.l-reservation .mw_wp_form .l-contact__radio--box .error {
  padding-left: 1rem;
}
.l-cta {
  margin: 0 auto;
  max-width: 37.5rem;
  padding-bottom: 5rem;
  padding-top: 3rem;
}
@media only screen and (min-width: 850px) {
  .l-cta {
    max-width: 100%;
    padding-bottom: 10rem;
    padding-top: 7.2rem;
  }
}
.l-cta .inner {
  padding-top: 2.4rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-cta .inner {
    max-width: 100rem;
    padding-top: 4.1rem;
  }
}
.l-cta__pic {
  max-width: 11.9rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-cta__pic {
    max-width: 20.8rem;
    right: 16.1rem;
  }
}
.l-cta__pic.item01 {
  top: -1.6rem;
}
.l-cta__pic.item02 {
  left: 1.1rem;
  max-width: 12.4rem;
  right: auto;
}
@media only screen and (min-width: 850px) {
  .l-cta__pic.item02 {
    left: 11.2rem;
    max-width: 20.7rem;
  }
}
.l-cta__pic.item03 {
  left: 2.7rem;
  max-width: 11.9rem;
  right: auto;
  top: -2.1rem;
}
@media only screen and (min-width: 850px) {
  .l-cta__pic.item03 {
    left: 11.2rem;
    max-width: 24.1rem;
    top: -2.1rem;
  }
}
.l-cta__deco {
  -webkit-transform: rotate(26deg);
  display: none;
  left: 0;
  max-width: 8.7rem;
  position: absolute;
  top: 5.5rem;
  transform: rotate(26deg);
}
@media only screen and (min-width: 850px) {
  .l-cta__deco {
    display: block;
  }
}
.l-cta__deco.item02 {
  -webkit-transform: rotate(154deg);
  left: auto;
  right: 0;
  transform: rotate(154deg);
}
.l-cta__title {
  left: -6.15rem;
  margin: 0 auto 2.5rem;
  max-width: 17.6rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-cta__title {
    left: -9.7rem;
    margin-bottom: 5.1rem;
    max-width: 28.1rem;
  }
}
.l-cta__title.item02 {
  left: 6rem;
}
@media only screen and (min-width: 850px) {
  .l-cta__title.item02 {
    left: 9.7rem;
  }
}
.l-cta__box {
  background-color: #ffeddb;
  height: 21.7rem;
  margin: 0 auto;
  padding: 3.1rem 1.6rem;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .l-cta__box {
    align-items: center;
    display: flex;
    height: 20rem;
    justify-content: center;
    max-width: 85rem;
    padding: 0;
  }
}
.l-doctor {
  padding-top: 5.5rem;
}
@media only screen and (min-width: 850px) {
  .l-doctor {
    padding-top: 10.6rem;
  }
}
.l-doctor__title {
  margin: 0 auto 3rem;
  max-width: 24.7rem;
}
@media only screen and (min-width: 850px) {
  .l-doctor__title {
    margin: 0 auto 7rem;
    max-width: 47.6rem;
  }
}
.l-doctor__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 37.5rem;
}
@media only screen and (min-width: 850px) {
  .l-doctor__list {
    max-width: 85rem;
  }
}
@media only screen and (min-width: 850px) {
  .l-doctor__top {
    display: flex;
    justify-content: space-between;
  }
}
.l-doctor__top--pic {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 850px) {
  .l-doctor__top--pic {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 42.3rem;
    order: 2;
  }
}
.l-doctor__item {
  flex: 0 0 auto;
  margin-bottom: 2.7rem;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .l-doctor__item {
    margin-bottom: 6.5rem;
  }
}
.l-doctor__item:nth-child(n + 3) {
  margin-right: 2.7rem;
  width: 15.9rem;
}
@media only screen and (min-width: 850px) {
  .l-doctor__item:nth-child(n + 3) {
    margin-right: 3.5rem;
    width: 26rem;
  }
}
.l-doctor__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 850px) {
  .l-doctor__item:nth-child(2n) {
    margin-right: 3.5rem;
  }
}
@media only screen and (min-width: 850px) {
  .l-doctor__item:nth-child(5) {
    margin-right: 0;
  }
}
.l-doctor__item--name {
  margin-bottom: 0.9rem;
}
.l-doctor__item--career {
  font-size: 1.8rem;
  line-height: 1.44444;
  margin-bottom: 1rem;
}
.l-doctor__item--bottom {
  margin-top: 1.2rem;
  padding-top: 1.8rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-doctor__item--bottom {
    margin-top: 2.7rem;
    padding-top: 2.7rem;
  }
}
.l-doctor__item--bottom::after {
  background: radial-gradient(circle farthest-side, #242424, #242424 37.5%, transparent 37.5%, transparent);
  background-size: 5px 5px;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-doctor__item--body {
  display: flex;
}
.l-doctor__item--body ._text {
  flex: 0 0 auto;
  font-size: 1.1rem;
  line-height: 1.81818;
  width: 18.8rem;
}
@media only screen and (min-width: 850px) {
  .l-doctor__item--body ._text {
    font-size: 1.7rem;
    line-height: 2;
    width: 55rem;
  }
}
.l-doctor__item--body ._text.item02 {
  width: 11rem;
}
@media only screen and (min-width: 850px) {
  .l-doctor__item--body ._text.item02 {
    width: 24.7rem;
  }
}
.l-doctor__item--body ._text.item02:nth-child(2) {
  margin-left: 3.2rem;
  width: 20.3rem;
}
@media only screen and (min-width: 850px) {
  .l-doctor__item--body ._text.item02:nth-child(2) {
    margin-left: 4rem;
    width: 43rem;
  }
}
.l-doctor__item--body ._text:nth-child(2) {
  margin-left: 1.5rem;
  width: 14.2rem;
}
@media only screen and (min-width: 850px) {
  .l-doctor__item--body ._text:nth-child(2) {
    margin-left: 5.3rem;
    width: 24.7rem;
  }
}
.l-facility {
  padding-top: 7rem;
}
@media only screen and (min-width: 850px) {
  .l-facility {
    padding-bottom: 0;
  }
}
.l-facility .inner {
  max-width: 100%;
  padding: 0;
  position: relative;
}
.l-facility__top {
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
}
.l-facility__pic {
  left: 3.8rem;
  max-width: 9.8rem;
  position: absolute;
  top: -2.5rem;
}
@media only screen and (min-width: 850px) {
  .l-facility__pic {
    left: 14.2rem;
    max-width: 16rem;
    top: -4.5rem;
  }
}
.l-facility__deco {
  display: none;
}
@media only screen and (min-width: 850px) {
  .l-facility__deco {
    -webkit-transform: rotate(154deg);
    max-width: 8.7rem;
    position: absolute;
    right: 0;
    top: 3.15rem;
    transform: rotate(154deg);
  }
}
.l-facility__title {
  left: 4.9rem;
  margin: 0 auto 2.76rem;
  max-width: 11.9rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-facility__title {
    left: 11.9rem;
    margin: 0 auto 5.1rem;
    max-width: 35rem;
  }
}
.l-facility__slider {
  position: relative;
}
.l-facility__slider--item {
  margin: 0 1.75rem;
  width: 34.5rem;
}
@media only screen and (min-width: 850px) {
  .l-facility__slider--item {
    margin: 0 3.75rem;
    width: 85rem;
  }
}
.l-facility__slider--pic {
  margin-bottom: 1.4rem;
}
@media only screen and (min-width: 850px) {
  .l-facility__slider--pic {
    margin-bottom: 2.3rem;
  }
}
.l-facility .next,
.l-facility .prev {
  cursor: pointer;
  display: block;
  height: 4.8rem;
  position: absolute;
  top: 8.8rem;
  width: 4.8rem;
  z-index: 1;
}
@media only screen and (min-width: 850px) {
  .l-facility .next,
  .l-facility .prev {
    height: 7rem;
    top: 26.6rem;
    width: 7rem;
  }
}
.l-facility .prev {
  background: url(https://hide-dentalclinic.com/wp-content/themes/hide_dental_clinic/img/common/prev.svg) no-repeat center/cover;
  left: 0;
}
@media only screen and (min-width: 850px) {
  .l-facility .prev {
    -webkit-transform: translateX(-38.5rem);
    left: auto;
    right: 50%;
    transform: translateX(-38.5rem);
  }
}
.l-facility .next {
  background: url(https://hide-dentalclinic.com/wp-content/themes/hide_dental_clinic/img/common/next.svg) no-repeat center/cover;
  right: 0;
}
@media only screen and (min-width: 850px) {
  .l-facility .next {
    -webkit-transform: translateX(38.5rem);
    left: 50%;
    right: auto;
    transform: translateX(38.5rem);
  }
}
.l-feature {
  padding-bottom: 3.1rem;
  padding-top: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-feature {
    margin-top: -5rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.l-feature__list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 34.5rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-feature__list {
    max-width: 69.3rem;
  }
}
.l-feature__item {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 10.6rem;
  width: 10.6rem;
}
@media only screen and (min-width: 850px) {
  .l-feature__item {
    height: 21.3rem;
    width: 21.3rem;
  }
}
.l-feature__item:not(:first-child) {
  margin-left: 1.3rem;
}
@media only screen and (min-width: 850px) {
  .l-feature__item:not(:first-child) {
    margin-left: 2.7rem;
  }
}
.l-feature__text {
  bottom: -3.1rem;
  font-size: 1.1rem;
  font-weight: 400;
  left: 0;
  line-height: 1.45455;
  position: absolute;
}
@media only screen and (min-width: 850px) {
  .l-feature__text {
    bottom: 0;
    font-size: 1.5rem;
    left: auto;
    line-height: 1.4;
    right: -30.3rem;
  }
}
.l-flow {
  padding-bottom: 3rem;
  padding-top: 8.2rem;
}
@media only screen and (min-width: 850px) {
  .l-flow {
    padding-bottom: 7rem;
    padding-top: 14.3rem;
  }
}
.l-flow .inner {
  max-width: 100%;
  padding: 0;
  position: relative;
}
.l-flow__top {
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
}
.l-flow__pic {
  left: 2.9rem;
  max-width: 10.2rem;
  position: absolute;
  top: -5.4rem;
}
@media only screen and (min-width: 850px) {
  .l-flow__pic {
    left: 11.4rem;
    max-width: 20.5rem;
    top: -4.5rem;
  }
}
.l-flow__deco {
  display: none;
}
@media only screen and (min-width: 850px) {
  .l-flow__deco {
    -webkit-transform: rotate(154deg);
    max-width: 8.7rem;
    position: absolute;
    right: 0;
    top: 3.1rem;
    transform: rotate(154deg);
  }
}
.l-flow__title {
  left: 6rem;
  margin: 0 auto 2.5rem;
  max-width: 18.3rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-flow__title {
    left: 0;
    margin-bottom: 5.1rem;
    max-width: 25.4rem;
  }
}
.l-flow__slider {
  position: relative;
}
.l-flow__slider--item {
  margin: 0 1.75rem;
  width: 34.5rem;
}
@media only screen and (min-width: 850px) {
  .l-flow__slider--item {
    width: 85rem;
  }
}
.l-flow__slider--pic {
  margin-bottom: 1.4rem;
}
@media only screen and (min-width: 850px) {
  .l-flow__slider--pic {
    margin-bottom: 2.3rem;
  }
}
.l-flow__slider--title {
  font-size: 1.7rem;
  line-height: 1.47059;
  margin-bottom: 0.8rem;
  padding-left: 6.5rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-flow__slider--title {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 0.5rem;
  }
}
.l-flow__slider--title .num {
  position: absolute;
  top: -2rem;
}
@media only screen and (min-width: 850px) {
  .l-flow__slider--title .num {
    top: -4.5rem;
  }
}
.l-flow__slider--title .num01 {
  left: 0.3rem;
  max-width: 1.9rem;
}
@media only screen and (min-width: 850px) {
  .l-flow__slider--title .num01 {
    left: 0.6rem;
    max-width: 3.36rem;
  }
}
.l-flow__slider--title .num02 {
  left: 0.1rem;
  max-width: 3.3rem;
}
@media only screen and (min-width: 850px) {
  .l-flow__slider--title .num02 {
    left: 0.2rem;
    max-width: 6rem;
  }
}
.l-flow__slider--title .num03 {
  left: 0.3rem;
  max-width: 3rem;
}
@media only screen and (min-width: 850px) {
  .l-flow__slider--title .num03 {
    left: 0.7rem;
    max-width: 5.4rem;
  }
}
.l-flow__slider--title .num04 {
  left: 0;
  max-width: 3.6rem;
}
@media only screen and (min-width: 850px) {
  .l-flow__slider--title .num04 {
    left: 0;
    max-width: 6.4rem;
  }
}
.l-flow .next,
.l-flow .prev {
  cursor: pointer;
  display: block;
  height: 4.8rem;
  position: absolute;
  top: 8.8rem;
  width: 4.8rem;
  z-index: 1;
}
@media only screen and (min-width: 850px) {
  .l-flow .next,
  .l-flow .prev {
    height: 7rem;
    top: 26.6rem;
    width: 7rem;
  }
}
.l-flow .prev {
  background: url(https://hide-dentalclinic.com/wp-content/themes/hide_dental_clinic/img/common/prev.svg) no-repeat center/cover;
  left: 0;
}
@media only screen and (min-width: 850px) {
  .l-flow .prev {
    -webkit-transform: translateX(-38.5rem);
    left: auto;
    right: 50%;
    transform: translateX(-38.5rem);
  }
}
.l-flow .next {
  background: url(https://hide-dentalclinic.com/wp-content/themes/hide_dental_clinic/img/common/next.svg) no-repeat center/cover;
  right: 0;
}
@media only screen and (min-width: 850px) {
  .l-flow .next {
    -webkit-transform: translateX(38.5rem);
    left: 50%;
    right: auto;
    transform: translateX(38.5rem);
  }
}
.l-flow .slick-dots {
  margin-top: 3.6rem;
}
.l-flow .slick-dots li button {
  background: #ededed;
}
.l-flow .slick-dots li.slick-active button {
  background: #ec8b2d;
}
.l-fv {
  margin: 0 auto;
  max-width: 54rem;
}
@media only screen and (min-width: 850px) {
  .l-fv {
    max-width: 240rem;
  }
}
.l-hanarabi {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media only screen and (min-width: 850px) {
  .l-hanarabi {
    padding-bottom: 11.5rem;
    padding-top: 10rem;
  }
}
.l-hanarabi__title {
  margin: 0 auto 3rem;
  max-width: 16rem;
}
@media only screen and (min-width: 850px) {
  .l-hanarabi__title {
    margin: 0 auto 10rem;
    max-width: 25.6rem;
  }
}
.l-hanarabi__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 5rem;
  max-width: 31rem;
}
@media only screen and (min-width: 850px) {
  .l-hanarabi__list {
    margin-bottom: 5.5rem;
    max-width: 100%;
  }
}
.l-hanarabi__item {
  flex: 0 0 auto;
  margin-bottom: 3rem;
  margin-right: 3rem;
  width: 14rem;
}
.l-hanarabi__item:nth-child(2n) {
  margin-right: 0;
}
.l-hanarabi__item:nth-child(7) {
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) {
  .l-hanarabi__item {
    margin-bottom: 6.56rem;
    margin-right: 4.13333rem;
    width: 24.4rem;
  }
  .l-hanarabi__item:nth-child(2n) {
    margin-right: 4.13333rem;
  }
  .l-hanarabi__item:nth-child(n + 5) {
    margin-bottom: 0;
  }
  .l-hanarabi__item:nth-child(4) {
    margin-right: 0;
  }
}
.l-hanarabi__pic {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 850px) {
  .l-hanarabi__pic {
    margin-bottom: 2.7rem;
  }
}
.l-hanarabi__text {
  text-align: center;
}
.l-hanarabi__bottom {
  margin: 0 auto;
  max-width: 34.5rem;
}
@media only screen and (min-width: 850px) {
  .l-hanarabi__bottom {
    max-width: 85.8rem;
  }
}
.l-ortho {
  padding-bottom: 4.5rem;
  padding-top: 5rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-ortho {
    margin-top: 16.6rem;
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
}
.l-ortho .inner {
  position: relative;
}
.l-ortho::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #ffeddb 17.44066%);
  bottom: 0;
  content: '';
  display: block;
  height: 96.9rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-ortho::after {
    background: #ffeddb;
    height: 100%;
    left: auto;
    width: 92.1875%;
  }
}
.l-ortho__pic {
  margin: 0 auto;
  max-width: 24.9rem;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-ortho__pic {
    max-width: 40.8rem;
    position: absolute;
    right: 5rem;
    top: -16.6rem;
    z-index: 1;
  }
}
.l-ortho__ttl {
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-top: -4.7rem;
  max-width: 34.5rem;
}
@media only screen and (min-width: 850px) {
  .l-ortho__ttl {
    margin: 0;
    margin-bottom: 7.1rem;
    max-width: 69.4rem;
  }
}
.l-ortho__box {
  background: #fff;
  margin: 0 auto 1.9rem;
  max-width: 34.5rem;
  padding: 1rem 1.6rem 2.8rem;
}
@media only screen and (min-width: 850px) {
  .l-ortho__box {
    margin-bottom: 5rem;
    max-width: 100%;
    padding: 4.5rem 3.1rem 4.6rem;
    position: relative;
    z-index: 1;
  }
}
.l-ortho__box--ttl {
  margin: 0 auto 2.7rem;
  max-width: 23.5rem;
}
@media only screen and (min-width: 850px) {
  .l-ortho__box--ttl {
    margin-bottom: 6.1rem;
    max-width: 39.8rem;
  }
}
.l-ortho__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-ortho__feature {
  align-items: center;
  background: #faf7ef;
  color: #c69546;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.4rem;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-ortho__feature .bold {
    font-size: 2.4rem;
  }
}
.l-ortho__feature img {
  position: absolute;
}
.l-ortho__feature.item01 {
  height: 5.3rem;
  margin-bottom: 2.2rem;
  width: 100%;
}
.l-ortho__feature.item01 img {
  left: 1.3rem;
  width: 1.9rem;
}
@media only screen and (min-width: 850px) {
  .l-ortho__feature.item01 {
    height: 11.2rem;
    width: 33.4rem;
  }
  .l-ortho__feature.item01 img {
    left: 1.6rem;
    top: -1.9rem;
    width: 3.4rem;
  }
}
.l-ortho__feature.item02 {
  height: 5.9rem;
  width: 14.7rem;
}
.l-ortho__feature.item02 img {
  left: 1rem;
  top: -1.1rem;
  width: 3.3rem;
}
@media only screen and (min-width: 850px) {
  .l-ortho__feature.item02 {
    height: 11.2rem;
    width: 33.4rem;
  }
  .l-ortho__feature.item02 img {
    left: 0.4rem;
    top: -1.9rem;
    width: 5.9rem;
  }
}
.l-ortho__feature.item03 {
  height: 5.9rem;
  width: 14.7rem;
}
.l-ortho__feature.item03 img {
  left: 1.4rem;
  top: -1.1rem;
  width: 3rem;
}
@media only screen and (min-width: 850px) {
  .l-ortho__feature.item03 {
    height: 11.2rem;
    width: 33.4rem;
  }
  .l-ortho__feature.item03 img {
    left: 0.9rem;
    top: -1.9rem;
    width: 5.4rem;
  }
}
.l-ortho__images {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 850px) {
  .l-ortho__images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
}
.l-ortho__img {
  margin: 0 auto;
  max-width: 34.5rem;
}
.l-ortho__img.item01 {
  overflow: hidden;
  padding-top: 17.2rem;
  position: relative;
}
.l-ortho__img.item01 img {
  -o-object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-ortho__img.item02 {
  background: #fff;
  padding: 1.9rem 2rem 2.7rem;
}
@media only screen and (min-width: 850px) {
  .l-ortho__img {
    flex: 0 0 auto;
    margin: 0;
    max-width: 100%;
  }
  .l-ortho__img.item01 {
    width: 35.8rem;
  }
  .l-ortho__img.item02 {
    padding: 3.4rem 3.8rem 3.5rem;
    width: 71.6rem;
  }
}
@media only screen and (min-width: 850px) {
  .l-ortho__txt {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
}
.l-patient {
  padding-top: 5.5rem;
}
@media only screen and (min-width: 850px) {
  .l-patient {
    padding-bottom: 10rem;
    padding-top: 7.3rem;
  }
}
.l-patient .inner {
  max-width: 95rem;
}
.l-patient__title {
  margin: 0 auto 2.6rem;
  max-width: 26.1rem;
}
@media only screen and (min-width: 850px) {
  .l-patient__title {
    margin: 0 auto 6.5rem;
    max-width: 51rem;
  }
}
.l-patient__text {
  font-weight: 400;
  margin-bottom: 2.6rem;
  padding-bottom: 2.6rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-patient__text {
    margin-bottom: 5rem;
    padding-bottom: 4.5rem;
  }
}
.l-patient__text::after {
  -webkit-transform: translateX(-50%);
  background-color: #242424;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5rem;
}
.l-patient__text--bottom {
  color: #2d8eec;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .l-patient__text--bottom {
    font-size: 2rem;
  }
}
.l-point {
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-point {
    margin-top: 6.6rem;
  }
}
.l-point::after {
  content: '';
  display: none;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-point::after {
    background: #ffeddb;
    bottom: auto;
    display: block;
    height: calc(100% - 21.6rem);
    left: 0;
    top: 0;
    width: 92.1875%;
  }
}
.l-point__wrapper {
  margin: 0 auto;
  max-width: 37.5rem;
  padding-top: 32.5rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-point__wrapper {
    max-width: 100%;
    padding-top: 8.8rem;
  }
}
.l-point .inner {
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 850px) {
  .l-point .inner {
    padding-bottom: 0;
  }
}
.l-point .inner::after {
  background: linear-gradient(to bottom, rgba(255, 237, 219, 0) 0, #ffeddb 18%);
  bottom: 0;
  content: '';
  display: block;
  height: 50.8rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-point .inner::after {
    display: none;
  }
}
.l-point__texts {
  margin: 0 auto 2.9rem;
  max-width: 34.6rem;
}
@media only screen and (min-width: 850px) {
  .l-point__texts {
    margin: 0;
    margin-bottom: 4.5rem;
    margin-left: auto;
    max-width: 74.5rem;
  }
}
.l-point__title {
  margin: 0 auto 1.4rem;
  max-width: 30.7rem;
}
@media only screen and (min-width: 850px) {
  .l-point__title {
    margin-bottom: 6rem;
    max-width: 51.9rem;
  }
}
.l-point__item {
  align-items: center;
  background-color: #faf7ef;
  display: flex;
  flex: 0 0 auto;
  height: 5.9rem;
  justify-content: center;
  margin-bottom: 0.9rem;
  position: relative;
  width: 31.4rem;
}
@media only screen and (min-width: 850px) {
  .l-point__item {
    height: 15.2rem;
    margin-bottom: 0;
    width: 33.4rem;
  }
  .l-point__item:first-child {
    margin-bottom: 0;
  }
}
.l-point__item .num {
  position: absolute;
}
.l-point__item .num.item01 {
  left: 1.3rem;
  top: 0.7rem;
  width: 1.9rem;
}
@media only screen and (min-width: 850px) {
  .l-point__item .num.item01 {
    left: 5.1rem;
    top: -1.9rem;
    width: 3.4rem;
  }
}
.l-point__item .num.item02 {
  left: 0.7rem;
  top: 0.7rem;
  width: 3.3rem;
}
@media only screen and (min-width: 850px) {
  .l-point__item .num.item02 {
    left: 3.9rem;
    top: -1.9rem;
    width: 5.9rem;
  }
}
.l-point__item .num.item03 {
  left: 0.9rem;
  top: 0.6rem;
  width: 3rem;
}
@media only screen and (min-width: 850px) {
  .l-point__item .num.item03 {
    left: 3.9rem;
    top: -1.9rem;
    width: 5.9rem;
  }
}
.l-point__box {
  background-color: #fff;
  padding: 2.3rem 1.6rem 2.9rem;
}
@media only screen and (min-width: 850px) {
  .l-point__box {
    margin-bottom: -21.4rem;
    padding: 4.43rem 3.1rem 5.4rem;
  }
}
.l-point__box--text {
  margin: 0 auto;
  max-width: 31.4rem;
}
@media only screen and (min-width: 850px) {
  .l-point__box--text {
    max-width: 65.8rem;
  }
}
.l-point__pic {
  max-width: 32.4rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
  z-index: -2;
}
@media only screen and (min-width: 850px) {
  .l-point__pic {
    left: -2.3rem;
    max-width: 42.6rem;
    top: -6.6rem;
    z-index: -1;
  }
}
@media only screen and (min-width: 850px) {
  .l-point__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.67rem;
  }
}
.l-point__item--text {
  color: #c69546;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71429;
  text-align: center;
}
.l-point__item--text.item03 {
  left: 0.8rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-point__item--text.item03 {
    left: 0;
  }
}
@media only screen and (min-width: 850px) {
  .l-point__item--text {
    font-size: 2.4rem;
    line-height: 1.875;
  }
}
.l-present {
  padding-bottom: 5.2rem;
  position: relative;
}
.l-present .inner {
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-present {
    margin-bottom: 9rem;
    margin-top: 4.2rem;
    padding-bottom: 0;
    padding-top: 9.67rem;
  }
}
@media only screen and (min-width: 850px) {
  .l-present::before {
    background: #faf7ef;
    bottom: 0;
    content: '';
    height: 18rem;
    left: auto;
    position: absolute;
    right: 0;
    width: 92.1875%;
    z-index: -1;
  }
}
.l-present::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #ffeddb 10%, #ffeddb 100%);
  bottom: 0;
  content: '';
  height: 84.3rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -2;
}
@media only screen and (min-width: 850px) {
  .l-present::after {
    background: #ffeddb;
    height: 100%;
    left: auto;
    width: 92.1875%;
  }
}
@media only screen and (min-width: 850px) {
  .l-present__img {
    background: url(https://hide-dentalclinic.com/wp-content/themes/hide_dental_clinic/img/present/img01.png) no-repeat center/cover;
    height: 67.7rem;
    position: absolute;
    right: 6rem;
    top: -21rem;
    width: 43rem;
  }
}
.l-present__pic {
  margin: 0 auto 3.3rem;
  max-width: 34.5rem;
}
@media only screen and (min-width: 850px) {
  .l-present__pic {
    margin: 0;
    margin-bottom: 7rem;
    margin-left: -5rem;
    max-width: 68.7rem;
  }
}
.l-present__box {
  background: #fff;
  margin: 0 auto;
  max-width: 34.5rem;
  padding: 2.3rem 1.6rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 850px) {
  .l-present__box {
    border: 0.4rem solid #ec8b2d;
    margin: 0;
    margin-bottom: -18rem;
    max-width: 110rem;
    padding: 4rem 12.1rem 4.2rem;
  }
}
.l-present__ttl {
  margin: 0 auto 3rem;
  width: 24.8rem;
}
@media only screen and (min-width: 850px) {
  .l-present__ttl {
    margin-bottom: 5.9rem;
    width: 47.5rem;
  }
}
.l-present__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 850px) {
  .l-present__list {
    margin-bottom: 2.4rem;
  }
}
.l-present__item {
  align-items: center;
  background: #faf7ef;
  color: #c69546;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 700;
  height: 5.9rem;
  justify-content: center;
  line-height: 1.42857;
  margin-bottom: 2.3rem;
  position: relative;
  text-align: center;
}
.l-present__item small {
  font-size: 1rem;
  line-height: 1.2;
}
@media only screen and (min-width: 850px) {
  .l-present__item small {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 850px) {
  .l-present__item {
    font-size: 2.8rem;
    height: 11.1rem;
    line-height: 1.60714;
    margin-bottom: 3.6rem;
  }
}
.l-present__item img {
  display: block;
  position: absolute;
  top: -1.1rem;
}
@media only screen and (min-width: 850px) {
  .l-present__item img {
    top: -1.9rem;
  }
}
.l-present__item:nth-child(1) {
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .l-present__item:nth-child(1) {
    width: 40.4rem;
  }
}
.l-present__item:nth-child(1) img {
  left: 1.3rem;
  width: 1.9rem;
}
@media only screen and (min-width: 850px) {
  .l-present__item:nth-child(1) img {
    left: 5.1rem;
    width: 3.4rem;
  }
}
.l-present__item:nth-child(2) {
  width: 14.7rem;
}
@media only screen and (min-width: 850px) {
  .l-present__item:nth-child(2) {
    width: 40.4rem;
  }
}
.l-present__item:nth-child(2) img {
  left: 0.7rem;
  width: 3.3rem;
}
@media only screen and (min-width: 850px) {
  .l-present__item:nth-child(2) img {
    left: 3.9rem;
    width: 5.9rem;
  }
}
.l-present__item:nth-child(3) {
  width: 14.8rem;
}
@media only screen and (min-width: 850px) {
  .l-present__item:nth-child(3) {
    height: 13rem;
    margin-bottom: 0;
    width: 23.9rem;
  }
}
.l-present__item:nth-child(3) img {
  left: 1rem;
  width: 3rem;
}
@media only screen and (min-width: 850px) {
  .l-present__item:nth-child(3) img {
    left: 1.3rem;
    width: 5.4rem;
  }
}
.l-present__item:nth-child(4) {
  margin-bottom: 0;
  width: 14.7rem;
}
@media only screen and (min-width: 850px) {
  .l-present__item:nth-child(4) {
    height: 13rem;
    width: 34.3rem;
  }
}
.l-present__item:nth-child(4) img {
  left: 1.1rem;
  width: 3.6rem;
}
@media only screen and (min-width: 850px) {
  .l-present__item:nth-child(4) img {
    left: 1.4rem;
    width: 6.4rem;
  }
}
.l-present__item:nth-child(5) {
  margin-bottom: 0;
  width: 14.8rem;
}
@media only screen and (min-width: 850px) {
  .l-present__item:nth-child(5) {
    height: 13rem;
    width: 24rem;
  }
}
.l-present__item:nth-child(5) img {
  left: 1.4rem;
  width: 3.1rem;
}
@media only screen and (min-width: 850px) {
  .l-present__item:nth-child(5) img {
    left: 1.1rem;
    width: 5.6rem;
  }
}
.l-price {
  padding-bottom: 4.7rem;
  padding-top: 6.1rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-price {
    margin-bottom: 10rem;
    padding-bottom: 14rem;
    padding-top: 18.1rem;
  }
}
.l-price::after {
  background-color: #faf7ef;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-price::after {
    width: 92.1875%;
  }
}
.l-price__top {
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
}
.l-price__pic {
  left: 0.9rem;
  max-width: 13.3rem;
  position: absolute;
  top: -3.2rem;
}
@media only screen and (min-width: 850px) {
  .l-price__pic {
    left: 21.9rem;
    max-width: 20rem;
    top: -4.5rem;
  }
}
.l-price__deco {
  display: none;
}
@media only screen and (min-width: 850px) {
  .l-price__deco {
    max-width: 8.7rem;
    position: absolute;
    right: 22.5rem;
    top: 3.8rem;
  }
}
.l-price__title {
  left: 5.4rem;
  margin: 0 auto 5.2rem;
  max-width: 9.9rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-price__title {
    margin-bottom: 5.7rem;
    max-width: 15.8rem;
  }
}
.l-price__list {
  position: relative;
  z-index: 1;
}
.l-price__item {
  background-color: #fff;
  padding: 14.2rem 1.6rem 2.8rem;
  position: relative;
}
.l-price__item:not(:last-child) {
  margin-bottom: 4.4rem;
}
@media only screen and (min-width: 850px) {
  .l-price__item {
    align-items: center;
    display: flex;
    padding: 4rem 5rem 4.7rem;
  }
  .l-price__item:not(:last-child) {
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 850px) {
  .l-price__item--body {
    flex-grow: 1;
  }
}
.l-price__item--label {
  -webkit-transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 10px rgba(36, 36, 36, 0.2);
  height: 14.9rem;
  left: 50%;
  position: absolute;
  top: -2.8rem;
  transform: translateX(-50%);
  width: 14.9rem;
}
@media only screen and (min-width: 850px) {
  .l-price__item--label {
    -webkit-transform: none;
    box-shadow: 5px 5px 20px rgba(36, 36, 36, 0.2);
    flex: 0 0 auto;
    height: 22.7rem;
    margin-right: 4.9rem;
    position: static;
    transform: none;
    width: 22.7rem;
  }
}
.l-price__item--text {
  margin-bottom: 2.1rem;
}
@media only screen and (min-width: 850px) {
  .l-price__item--text {
    margin-bottom: 2.8rem;
  }
}
.l-price__item--text2 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.9rem;
}
@media only screen and (min-width: 850px) {
  .l-price__item--text2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 2.5rem;
  }
}
.l-price__item--price01 {
  margin: 0 auto;
  margin-bottom: 1.2rem;
}
.l-price__item--price01.price01 {
  max-width: 29.6rem;
}
.l-price__item--price01.price02 {
  max-width: 30.2rem;
}
.l-price__item--price01.price03 {
  max-width: 29rem;
}
.l-price__item--price01.price04 {
  max-width: 30.4rem;
}
@media only screen and (min-width: 850px) {
  .l-price__item--price01 {
    margin: 0;
    margin-bottom: 1.8rem;
  }
  .l-price__item--price01.price01 {
    max-width: 61.3rem;
  }
  .l-price__item--price01.price02 {
    max-width: 62.7rem;
  }
  .l-price__item--price01.price03 {
    max-width: 60.7rem;
  }
  .l-price__item--price01.price04 {
    max-width: 63rem;
  }
}
.l-price__item--price02 {
  margin: 0 auto;
}
.l-price__item--price02.price01 {
  max-width: 27.7rem;
}
.l-price__item--price02.price02 {
  max-width: 27.7rem;
}
.l-price__item--price02.price03 {
  max-width: 27.3rem;
}
.l-price__item--price02.price04 {
  max-width: 27.7rem;
}
@media only screen and (min-width: 850px) {
  .l-price__item--price02 {
    margin: 0;
  }
  .l-price__item--price02.price01 {
    max-width: 54.8rem;
  }
  .l-price__item--price02.price02 {
    max-width: 54.8rem;
  }
  .l-price__item--price02.price03 {
    max-width: 54.2rem;
  }
  .l-price__item--price02.price04 {
    max-width: 54.8rem;
  }
}
.l-privacy {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media only screen and (min-width: 850px) {
  .l-privacy {
    padding-bottom: 7rem;
    padding-top: 10rem;
  }
}
.l-privacy__box {
  border: 1px solid #242424;
  border-radius: 1rem;
  height: 28.8rem;
  margin-bottom: 5rem;
  overflow: scroll;
  padding: 4.5rem 1.5rem;
}
@media only screen and (min-width: 850px) {
  .l-privacy__box {
    height: 34.6rem;
    margin-bottom: 10rem;
    padding: 7.5rem 12.5rem;
  }
}
.l-privacy__title {
  margin: 0 auto 3.3rem;
  max-width: 16.7rem;
}
@media only screen and (min-width: 850px) {
  .l-privacy__title {
    margin: 0 auto 6rem;
    max-width: 25.5rem;
  }
}
.l-privacy__logo {
  text-align: center;
}
.l-privacy__logo--link {
  display: inline-block;
  max-width: 21.1rem;
}
@media only screen and (min-width: 850px) {
  .l-privacy__logo--link {
    max-width: 38.5rem;
  }
}
.l-privacy__text {
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 850px) {
  .l-privacy__text {
    margin-bottom: 4rem;
  }
}
.l-privacy__bold {
  margin-bottom: 0.8rem;
  padding-bottom: 1.6rem;
}
@media only screen and (min-width: 850px) {
  .l-privacy__bold {
    margin-bottom: 2rem;
    padding-bottom: 3.6rem;
  }
}
.l-question {
  padding-bottom: 3rem;
  padding-top: 5.5rem;
}
@media only screen and (min-width: 850px) {
  .l-question {
    padding-bottom: 10rem;
    padding-top: 14.6rem;
  }
}
.l-question__title {
  margin: 0 auto 4rem;
  max-width: 24.7rem;
}
@media only screen and (min-width: 850px) {
  .l-question__title {
    margin: 0 auto 10.5rem;
    max-width: 47.6rem;
  }
}
.l-question__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-question__item {
  flex: 0 0 auto;
  max-width: 52.1rem;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .l-question__item {
    margin-bottom: 9rem;
  }
}
@media only screen and (min-width: 850px) {
  .l-question__item:nth-child(n + 5) {
    margin-bottom: 0;
  }
}
.l-question__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) {
  .l-question__item:nth-child(2n) {
    margin-left: 5.8rem;
  }
}
.l-question__term {
  align-items: flex-end;
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.47059;
  margin-bottom: 1.4rem;
  min-height: 6.7rem;
  padding-bottom: 1.9rem;
  padding-left: 6.1rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-question__term {
    cursor: auto;
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 3.1rem;
    min-height: 8rem;
    padding-bottom: 3.6rem;
    padding-left: 10.3rem;
    pointer-events: none;
  }
}
.l-question__term img {
  bottom: 1.6rem;
  left: 0;
  max-width: 4.7rem;
  position: absolute;
}
@media only screen and (min-width: 850px) {
  .l-question__term img {
    bottom: 3.6rem;
    max-width: 8.4rem;
  }
}
.l-question__description {
  display: none;
  padding-bottom: 4.5rem;
}
@media only screen and (min-width: 850px) {
  .l-question__description {
    display: block;
    padding-bottom: 0;
  }
}
.l-reason {
  padding-bottom: 5rem;
  padding-top: 5.5rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-reason {
    padding-bottom: 10.5rem;
    padding-top: 36.2rem;
  }
}
.l-reason::after {
  background-color: #faf7ef;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-reason::after {
    width: 92.1875%;
  }
}
.l-reason .inner {
  position: relative;
  z-index: 1;
}
.l-reason__deco {
  display: none;
}
@media only screen and (min-width: 850px) {
  .l-reason__deco {
    -webkit-transform: rotate(-162deg);
    left: 8.5rem;
    max-width: 8.8rem;
    position: absolute;
    top: 3.9rem;
    transform: rotate(-162deg);
  }
}
.l-reason__pic {
  max-width: 11.7rem;
  position: absolute;
  right: 3.4rem;
  top: -0.2rem;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-reason__pic {
    max-width: 19rem;
    right: 12.5rem;
    top: -4.6rem;
  }
}
.l-reason__title {
  left: -6.6rem;
  margin: 0 auto 2.51rem;
  max-width: 15.3rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-reason__title {
    left: -6.68rem;
    margin-bottom: 4.75rem;
    max-width: 62.5rem;
  }
}
.l-reason__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media only screen and (min-width: 850px) {
  .l-reason__list {
    margin: 0;
  }
}
.l-reason__item {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 2.8rem;
  width: 24.3rem;
}
@media only screen and (min-width: 850px) {
  .l-reason__item {
    margin-bottom: 6.5rem;
    margin-right: 4rem;
    width: 34rem;
  }
}
.l-reason__item:nth-child(n + 4) {
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) {
  .l-reason__item:nth-child(3n) {
    margin-right: 0;
  }
}
.l-reason__item--pic {
  margin-bottom: 2.2rem;
}
.l-reason__item--title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47059;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 850px) {
  .l-reason__item--title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
}
.l-reason .slick-dots {
  margin-top: 2.6rem;
}
.l-reason .prev {
  display: none;
}
.l-reason .next {
  background: url(https://hide-dentalclinic.com/wp-content/themes/hide_dental_clinic/img/common/next.svg) no-repeat center/cover;
  cursor: pointer;
  display: block;
  height: 4.8rem;
  position: absolute;
  right: 1.3rem;
  top: 8.5rem;
  width: 4.8rem;
  z-index: 1;
}
@media only screen and (min-width: 850px) {
  .l-reason .next {
    display: none;
  }
}
.l-reservation {
  padding-bottom: 5rem;
  padding-top: 5.7rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .l-reservation {
    padding-bottom: 10rem;
    padding-top: 10.6rem;
  }
}
.l-reservation::after {
  background-color: #faf7ef;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 850px) {
  .l-reservation::after {
    width: 92.1875%;
  }
}
@media only screen and (min-width: 850px) {
  .l-reservation .inner {
    max-width: 95rem;
  }
}
.l-reservation__title {
  margin: 0 auto 2.3rem;
  max-width: 29.9rem;
}
@media only screen and (min-width: 850px) {
  .l-reservation__title {
    margin: 0 auto 6.5rem;
    max-width: 87.4rem;
  }
}
.l-sns {
  bottom: 4.9rem;
  display: none;
  position: fixed;
  right: 4.9rem;
  z-index: 1000;
}
@media only screen and (min-width: 850px) {
  .l-sns {
    display: block;
  }
}
.l-sns__btn--icon {
  align-items: center;
  background: #ec8b2d;
  border-radius: 50%;
  display: flex;
  height: 5.8rem;
  justify-content: center;
  overflow: hidden;
  width: 5.8rem;
}
.l-sns__btn--icon:nth-child(2) {
  margin-top: 2.2rem;
}
.l-sns__btn--icon:hover {
  -webkit-transform: translateY(3px);
  box-shadow: none;
  transform: translateY(3px);
}
.l-sns__btn--icon .mail {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 3.3rem;
}
.l-sns__btn--icon .line {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 4rem;
}
.l-thanks {
  padding: 3rem 0 5rem;
}
@media only screen and (min-width: 850px) {
  .l-thanks {
    padding: 7.2rem 0 10rem;
  }
}
.l-thanks__title {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .l-thanks__title {
    margin-bottom: 4rem;
  }
}
.l-thanks__text {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 850px) {
  .l-thanks__text {
    margin-bottom: 4rem;
    text-align: center;
  }
}
.l-thanks__btn--box {
  text-align: center;
}
