/**  Mixins */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --base-width: 375;
}

@media (min-width: 768px) {
  :root {
    --base-width: 960;
  }
}
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #f39800;
  --second: #8fc31f;
  --third: #ef845d;
  --text-body: #3f3b3a;
  --bg-yellow: #fff6e9;
  --bg-green: #d5ead8;
  --radius: 5px;
  --border-dot: 3px;
}

@media (min-width: 768px) {
  :root {
    --border-dot: 6px;
  }
}
/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "HiraginoUDSansStd", "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}

p:last-of-type {
  margin: 0;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HiraginoUDSansStd", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.16;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  h6 {
    font-size: 20px;
  }
}

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

iframe {
  max-width: 100%;
}

.container-fluid, .container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.worried__box ul, .site-footer__nav ul, .site-nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reasons__heading h3, .worried__bottom h3, .inquiry-bottom__call h3 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.reasons__heading h3::before, .worried__bottom h3::before, .inquiry-bottom__call h3::before, .reasons__heading h3::after, .worried__bottom h3::after, .inquiry-bottom__call h3::after {
  content: "";
  border-right: 4px dotted var(--primary);
  height: 32px;
  transform: rotate(-30deg);
}
@media only screen and (min-width: 768px) {
  .reasons__heading h3::before, .worried__bottom h3::before, .inquiry-bottom__call h3::before, .reasons__heading h3::after, .worried__bottom h3::after, .inquiry-bottom__call h3::after {
    height: 40px;
    border-right-width: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .reasons__heading h3::before, .worried__bottom h3::before, .inquiry-bottom__call h3::before, .reasons__heading h3::after, .worried__bottom h3::after, .inquiry-bottom__call h3::after {
    height: 50px;
    border-right-width: 6px;
  }
}
.reasons__heading h3::after, .worried__bottom h3::after, .inquiry-bottom__call h3::after {
  transform: rotate(30deg);
}

.faq-section__item--body, .news-section__item h4, .blog-section__item--body h3, .blog-section__item--body {
  font-size: 20.5px;
  line-height: 1.46;
  font-weight: 500;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 200px;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border-radius: 999px;
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.btn:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn--second {
  background: var(--second);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.container-fluid {
  max-width: 1920px;
}
@media only screen and (min-width: 768px) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section {
  padding-block: 60px;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-block: 60px 70px;
  }
}
.section--yellow {
  background: var(--bg-yellow);
}
.section--green {
  background: var(--bg-green);
}

.section-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
.section-heading h2 {
  background: var(--primary);
  color: var(--white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  line-height: 1.28;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  margin: 0;
  width: 100%;
  min-height: 64px;
  font-size: 26px;
  max-width: 420px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    width: auto;
    min-width: 607px;
    min-height: 97px;
    font-size: 49px;
    max-width: none;
  }
}
.section-heading h2::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -15px;
  width: 64px;
  height: 64px;
  background: url("../images/icon-heading.png") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
  .section-heading h2::before {
    top: -41px;
    left: -19px;
    width: 84px;
    height: 80px;
  }
}
.section-heading h2::after {
  content: "";
  position: absolute;
  background: url("../images/toothbrush.png") no-repeat 0 0/100%;
  bottom: -20px;
  right: -15px;
  width: 120px;
  height: 59px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2::after {
    bottom: -38px;
    right: -67px;
    width: 207px;
    height: 99px;
  }
}

.opening-hours {
  max-width: 708px;
  margin-inline: auto;
  font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
}
.opening-hours table {
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.opening-hours table tr th {
  background: var(--primary);
  color: var(--white);
  font-weight: 700;
  text-align: center;
  padding: 4px 7px;
  font-size: calc(15 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .opening-hours table tr th {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .opening-hours table tr th {
    font-size: 34px;
  }
}
.opening-hours table tr th + th {
  border-left: 2.5px solid var(--white);
}
.opening-hours table tr td {
  font-weight: 700;
  border-bottom: 2.7px solid var(--primary);
  color: var(--primary);
  font-size: calc(12 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .opening-hours table tr td {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .opening-hours table tr td {
    font-size: 37px;
  }
}
.opening-hours table tr td:first-child {
  color: var(--text-body);
}
.opening-hours__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  font-size: calc(12 / var(--base-width) * 100vw);
  gap: 0 calc(10 / var(--base-width) * 100vw);
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .opening-hours__bottom {
    font-size: 25px;
    gap: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .opening-hours__bottom {
    font-size: 28px;
  }
}
.opening-hours__bottom p {
  margin: 0;
}
.opening-hours__bottom p strong {
  font-weight: 700;
  font-size: calc(12 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .opening-hours__bottom p strong {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .opening-hours__bottom p strong {
    font-size: 33px;
  }
}
.opening-hours__bottom p span {
  color: var(--primary);
}
.opening-hours--min {
  max-width: 258px;
  width: 100%;
}
.opening-hours--min table tr th {
  font-size: 12px;
  padding: 3px;
}
.opening-hours--min table tr td {
  font-size: 14px;
}
.opening-hours--min .opening-hours__bottom {
  font-size: 10px;
  gap: 0 10px;
  margin-top: 2px;
}
.opening-hours--min .opening-hours__bottom strong {
  font-size: 12px;
}

.hamburger {
  position: relative;
  width: 28px;
  height: 22px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 3px;
  background: var(--text-body);
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  top: calc(50% - 1.5px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 3px;
  background: var(--text-body);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 10px;
  transition: 0.3s all ease;
  opacity: 1;
}
.hamburger span::after {
  top: -10px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}
#wpadminbar {
  position: fixed;
  top: 0;
}

.site-header {
  position: relative;
  z-index: 999;
  background: var(--white);
}
.site-header__top {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 5px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .site-header__top {
    padding-block: 8px;
    display: block;
  }
}
.site-header__top p {
  margin: 0;
}
.site-header__inner {
  display: flex;
  gap: 10px;
  padding-block: 15px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    align-items: flex-end;
    padding-block: 10px 20px;
  }
}
.site-header__logo {
  display: flex;
  flex-direction: column;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
}
.site-header__logo a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: var(--text-body);
}
.site-header__logo img {
  max-width: 42px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .site-header__logo img {
    max-width: 47px;
  }
}
.site-header__logo strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  display: none;
}
@media only screen and (min-width: 992px) {
  .site-header__logo strong {
    font-size: 34px;
    display: block;
  }
}
.site-header__contact {
  display: flex;
  text-align: center;
  flex-direction: column;
  font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
  gap: 4px;
}
.site-header__contact h3 {
  font-size: 13px;
  display: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .site-header__contact h3 {
    display: block;
  }
}
.site-header__contact a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  letter-spacing: 3px;
}
@media only screen and (min-width: 768px) {
  .site-header__contact a {
    gap: 12px;
    font-size: 37px;
  }
}
.site-header__contact a img {
  width: 28px;
}
@media only screen and (min-width: 992px) {
  .site-header__contact a img {
    width: 36px;
  }
}
.site-header__contact h5 {
  display: none;
  font-size: 13px;
  line-height: 1.538;
  background: var(--primary);
  color: var(--white);
  padding: 1px 10px;
  border-radius: 8px;
  margin: 0;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .site-header__contact h5 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .opening-hours {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__toggle {
    display: none;
  }
}

.site-nav {
  background: var(--primary);
}
@media only screen and (max-width: 767px) {
  .site-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 100px 0 20px;
    display: none;
    padding: 100px 0 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 768px) {
  .site-nav {
    display: block !important;
  }
}
.site-nav nav ul {
  display: flex;
  font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  flex-direction: column;
  gap: 6px;
}
@media only screen and (min-width: 768px) {
  .site-nav nav ul {
    flex-direction: row;
    gap: 0;
  }
}
.site-nav nav ul li {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
}
.site-nav nav ul li a {
  display: block;
  color: var(--white);
  line-height: 1.2;
  padding: 8px 10px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .site-nav nav ul li a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .site-nav nav ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    height: 30px;
    border-left: 2px solid var(--white);
  }
  .site-nav nav ul li:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    height: 30px;
    border-left: 2px solid var(--white);
  }
}

.inquiry-bottom {
  background: url("../images/inquiry-bg.png") no-repeat 50% 100%/cover;
  padding-block: 35px 50px;
}
@media only screen and (min-width: 768px) {
  .inquiry-bottom {
    padding-block: 45px 85px;
  }
}
.inquiry-bottom h2 {
  text-align: center;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px;
  letter-spacing: 2px;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .inquiry-bottom h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .inquiry-bottom h2 {
    font-size: 50px;
  }
}
.inquiry-bottom__box {
  background: var(--white);
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .inquiry-bottom__box {
    border-radius: 30px;
    padding: 35px 35px 45px;
  }
}
.inquiry-bottom__call {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .inquiry-bottom__call {
    margin-bottom: 35px;
  }
}
.inquiry-bottom__call h3 {
  margin: 0 0 15px;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .inquiry-bottom__call h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .inquiry-bottom__call h3 {
    font-size: 33px;
  }
}
.inquiry-bottom__call a {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
  display: flex;
  align-items: center;
  gap: 16px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .inquiry-bottom__call a {
    font-size: 50px;
    gap: 20px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .inquiry-bottom__call a {
    font-size: 67px;
    gap: 24px;
  }
}
.inquiry-bottom__call a img {
  width: 36px;
}
@media only screen and (min-width: 768px) {
  .inquiry-bottom__call a img {
    width: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .inquiry-bottom__call a img {
    width: 66px;
  }
}
.inquiry-bottom__buttons {
  display: grid;
  justify-content: space-between;
  max-width: 708px;
  margin: 20px auto 0;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media only screen and (min-width: 500px) {
  .inquiry-bottom__buttons {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 30px;
  }
}
.inquiry-bottom__buttons .btn {
  min-height: 40px;
  font-size: 18px;
  font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 5px 10px;
}
@media only screen and (min-width: 500px) {
  .inquiry-bottom__buttons .btn {
    min-height: 54px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .inquiry-bottom__buttons .btn {
    min-height: 63px;
    font-size: 38px;
  }
}

.site-footer__inner {
  padding-block: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media only screen and (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1fr 280px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__inner {
    padding-inline: 30px;
  }
}
.site-footer__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 10px;
  }
}
.site-footer__nav ul li a {
  position: relative;
  display: flex;
  font-size: 16px;
  font-weight: 500px;
  align-items: center;
  gap: 6px;
}
@media only screen and (min-width: 768px) {
  .site-footer__nav ul li a {
    font-size: 20px;
    gap: 11px;
  }
}
.site-footer__nav ul li a::before {
  content: "";
  border-left: 12px solid var(--primary);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav ul li a::before {
    border-left-width: 17px;
    border-top-width: 11px;
    border-bottom-width: 11px;
  }
}
.site-footer__contact {
  text-align: center;
  font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.site-footer__contact h5 {
  font-size: 13px;
  line-height: 1.548;
  font-weight: 700;
  border-radius: 8px;
  background: var(--primary);
  color: var(--white);
  text-align: center;
  padding: 2px 10px;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.site-footer__contact h3 {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  margin: 0 0 2px;
  justify-content: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 3px dotted var(--primary);
}
.site-footer__contact h3 img {
  width: 38px;
}
.site-footer__contact p {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 12px;
}
.site-footer__contact > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 32px;
  line-height: 1;
}
.site-footer__contact > a img {
  width: 32px;
}
.site-footer__bottom {
  font-size: 10px;
  font-weight: 700;
  background: var(--primary);
  text-align: center;
  color: var(--white);
  line-height: 1.5;
  padding-block: 10px;
}
@media only screen and (min-width: 768px) {
  .site-footer__bottom {
    padding-block: 15px;
  }
}
.site-footer__bottom p {
  margin: 0;
}

/** Pages */
.banner {
  position: relative;
  z-index: 1;
}
.banner__inner {
  position: relative;
}
.banner__image {
  width: calc(100% + (50vw - 748px));
  display: block;
  margin-left: 260px;
}
.banner__image img {
  width: 100%;
  border-radius: 36px 0 0 36px;
}
.banner__text {
  width: 100%;
  max-width: 702px;
  left: 0;
  top: 40px;
  position: absolute;
  display: block;
}
.banner__text img {
  width: 100%;
}
.banner__bear {
  width: 100%;
  max-width: 433px;
  left: -190px;
  bottom: -30px;
  position: absolute;
  display: block;
  z-index: 4;
}
.banner__bear img {
  width: 100%;
}
.banner__wave {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.banner__wave--1 {
  background: url("../images/home/wave-1.svg") no-repeat 50% 0/cover;
  height: 746px;
  z-index: -1;
}
.banner__wave--2 {
  background: url("../images/home/wave-2.svg") no-repeat 50% 0/cover;
  height: 492px;
  z-index: 3;
}

.features {
  margin-top: 80px;
  position: relative;
  z-index: 6;
  padding-bottom: 30px;
}
.features h2 {
  text-align: center;
  font-size: 54px;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 2px;
  margin: 0 0 45px;
}
.features h2 small {
  font-size: 42px;
}
.features h2 span {
  font-size: 42px;
  border-bottom: var(--border-dot) dotted var(--primary);
}
.features__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.features__item {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  background: var(--white);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  gap: 10px;
}
.features__item figure {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.features__item figure img {
  max-width: 170px;
  max-height: 110px;
}
.features__item h3 {
  font-weight: 700;
  font-size: 33px;
  line-height: 1.2;
  font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
  margin: 0;
}

.intro {
  padding-block: 45px 70px;
}
@media only screen and (min-width: 768px) {
  .intro__main {
    display: flex;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__main picture {
    width: 37%;
  }
}
.intro__main picture img {
  width: 100%;
}
.intro__body {
  font-size: 20px;
  line-height: 1.85;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .intro__body {
    width: calc(63% - 40px);
  }
}
.intro__body--top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--second);
  padding-bottom: 8px;
  margin-bottom: 30px;
}
.intro__body--top h3 {
  font-size: 45px;
  display: flex;
  gap: 40px;
  align-items: center;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 2px;
  margin: 0;
}
.intro__body--top h3 small {
  font-size: 33px;
}
.intro__body--top img {
  max-width: 190px;
}
.intro__body h2 {
  font-size: 49px;
  font-weight: 700;
  margin: 0;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 2px;
  line-height: 1.26;
  color: var(--primary);
  margin: 0 0 30px;
}
.intro__body h2 small {
  font-size: 43px;
}
.intro__images {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 20px;
}
.intro__images picture {
  width: calc(50% - 10px);
}
.intro__images picture img {
  width: 100%;
}
.intro__images picture:first-child {
  width: 100%;
}

.career {
  background: var(--bg-yellow);
  padding: 20px 25px 25px;
  position: relative;
  margin-top: 40px;
}
.career h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 33px;
  font-weight: 700;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 2px;
  color: var(--primary);
  margin: 0 0 20px;
  line-height: 1.2;
}
.career h2 img {
  width: 38px;
}
.career h2::after {
  content: "";
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 15px;
  border-bottom: var(--border-dot) dotted var(--primary);
}
.career picture {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 629px);
}
.career picture img {
  width: 100%;
}
.career__row {
  display: flex;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.36;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--primary);
  max-width: 563px;
}
.career__row + .career__row {
  margin-top: 12px;
}
.career__row h3 {
  min-width: 145px;
  padding-right: 15px;
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.36;
}

.worried {
  background: url("../images/grassland.png") no-repeat 50% 100%/100% var(--bg-green);
  padding-block: 60px 90px;
}
.worried h2 {
  font-size: 44px;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  line-height: 1.26;
  margin: 0 0 40px;
  text-align: center;
}
.worried h2 span {
  font-size: 59px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.worried h2 span.has-icon {
  position: relative;
}
.worried h2 span.has-icon::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 64px;
  top: -44px;
  left: 2px;
  background: url("../images/icon-2.png") no-repeat 0 0/100%;
}
.worried__box {
  position: relative;
  border-radius: 27px;
  background: var(--white);
}
.worried__box::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 470px;
  bottom: 0;
  right: -15px;
  background: url("../images/bear-1.svg") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
  .worried__box::after {
    bottom: -300px;
    right: -200px;
  }
}
.worried__box ul {
  padding: 30px 25px 40px;
  font-size: 34px;
  line-height: 1.67;
  font-weight: 500;
}
.worried__box ul li {
  background: url("../images/check-orange.svg") no-repeat 12px 15px/44px;
  padding: 8px 0 8px 65px;
  border-bottom: var(--border-dot) dotted var(--primary);
}
.worried__box ul li + li {
  margin-top: 16px;
}
.worried__bottom {
  position: relative;
  padding-top: 190px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
}
.worried__bottom::after {
  content: "";
  position: absolute;
  border-top: 120px solid var(--second);
  border-left: 144px solid transparent;
  border-right: 144px solid transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.worried__bottom h3 {
  margin: 0 0 25px;
  gap: 20px;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .worried__bottom h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .worried__bottom h3 {
    font-size: 45px;
  }
}

.philosophy__inner h3 {
  font-size: 50px;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  color: var(--primary);
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: center;
}
.philosophy__inner picture {
  display: block;
}
.philosophy__inner picture img {
  width: 100%;
}
.philosophy__body {
  font-size: 20.5px;
  line-height: 1.8;
  font-weight: 500;
  margin: 40px auto 32px;
  max-width: 757px;
}
.philosophy__images {
  display: grid;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .philosophy__images {
    grid-template-columns: repeat(2, 1fr);
  }
}

.reasons__heading {
  margin-bottom: 15px;
}
.reasons__heading h3 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  margin: 0;
  gap: 25px;
}
.reasons__heading h2 {
  font-size: 44px;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  line-height: 1.26;
  margin: 0;
}
.reasons__heading h2 span {
  font-size: 104px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: var(--second);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  vertical-align: middle;
  position: relative;
}
.reasons__heading h2 span::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 93px;
  top: -65px;
  left: 1px;
  background: url("../images/icon-3.png") no-repeat 0 0/100%;
}
.reasons-box + .reasons-box {
  margin-top: 50px;
}
.reasons-box h4 {
  background: var(--primary);
  color: var(--white);
  font-size: 31px;
  font-weight: 700;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
  position: relative;
  border-radius: 35px 35px 0 0;
  padding: 15px 70px 0 35px;
}
.reasons-box h4 strong {
  font-weight: 700;
  border-bottom: 4px dotted var(--white);
  padding-bottom: 3px;
}
.reasons-box h4 span {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--second);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 46px;
  line-height: 1;
  border-radius: 99px;
}
.reasons-box h3 {
  background: var(--primary);
  color: var(--white);
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  font-size: 42px;
  border-radius: 0 35px 0 0;
  padding: 30px 35px;
}
.reasons-box__inner {
  background: var(--white);
  padding: 30px 0 30px 35px;
}
@media only screen and (min-width: 768px) {
  .reasons-box__inner {
    display: flex;
    gap: 38px;
  }
}
.reasons-box__inner picture {
  display: block;
}
@media only screen and (min-width: 768px) {
  .reasons-box__inner picture {
    order: 2;
    width: 41.2%;
  }
}
.reasons-box__inner picture img {
  width: 100%;
  border-radius: 18px 0 0 18px;
}
.reasons-box__body {
  font-size: 20.5px;
  line-height: 1.8;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .reasons-box__body {
    width: calc(58.8% - 38px);
  }
}
.reasons-box:nth-child(odd) h4,
.reasons-box:nth-child(odd) h3 {
  background: var(--third);
}

.clinic-info__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .clinic-info__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
.clinic-info__images picture {
  display: block;
}
.clinic-info__images picture img {
  width: 100%;
}
.clinic-info__map {
  margin-top: 70px;
}
.clinic-info__map h2 {
  text-align: center;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 50px;
  margin: 0 auto 40px;
  letter-spacing: 2px;
  max-width: 607px;
  color: var(--primary);
  border-bottom: var(--border-dot) dotted var(--primary);
  padding-bottom: 10px;
  position: relative;
}
.clinic-info__map h2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -100px;
  width: 124px;
  height: 105px;
  background: url("../images/bear-2.svg") no-repeat 0 0/100%;
}
.clinic-info__map iframe {
  width: 100%;
  height: 445px;
}
.clinic-info__contact {
  margin-top: 45px;
  background: var(--bg-yellow);
  border-radius: 21px;
  padding: 20px;
  font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
}
.clinic-info__contact h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 44px;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 25px;
  border-bottom: 3px dotted var(--primary);
  padding-bottom: 10px;
  justify-content: center;
}
.clinic-info__contact h2 img {
  width: 66px;
}
@media only screen and (min-width: 768px) {
  .clinic-info__contact--inner {
    display: flex;
    gap: 20px;
  }
}
.clinic-info__contact--left {
  font-size: 20px;
  font-weight: 700;
  font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .clinic-info__contact--left {
    width: 43%;
  }
}
.clinic-info__contact--left a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  gap: 15px;
  margin-top: 10px;
}
.clinic-info__contact--left a img {
  width: 45px;
}
@media only screen and (min-width: 768px) {
  .clinic-info__contact--right {
    width: calc(57% - 20px);
  }
}
.clinic-info__contact--right h3 {
  background: var(--primary);
  color: var(--white);
  border-radius: 13px;
  text-align: center;
  line-height: 1.547;
  font-size: 20.5px;
  font-weight: 700;
  margin: 0 0 12px;
  padding: 1px 20px;
}
.clinic-info__contact--right p {
  font-size: 18px;
  text-align: center;
  color: var(--primary);
  line-height: 1.2;
  font-weight: 700;
}

.blog-section__inner {
  background: var(--white);
  border-radius: 30px;
  padding: 30px 25px;
}
.blog-section__item {
  padding-inline: 20px;
  display: flex;
  gap: 20px;
}
.blog-section__item + .blog-section__item {
  padding-top: 22px;
  margin-top: 22px;
  border-top: var(--border-dot) dotted var(--primary);
}
.blog-section__item figure {
  width: 105px;
}
.blog-section__item figure img {
  width: 100%;
}
.blog-section__item--body {
  width: calc(100% - 125px);
}
.blog-section__item--body h3 {
  font-weight: 600;
  color: var(--primary);
  margin: 0;
}
.blog-section__item--body h3 a {
  color: var(--primary);
}
.blog-section__item--body a {
  color: var(--primary);
}

.news-section__inner {
  background: var(--white);
  border-radius: 30px;
  padding: 30px 25px;
}
.news-section__item {
  padding-inline: 20px;
}
.news-section__item + .news-section__item {
  padding-top: 22px;
  margin-top: 22px;
  border-top: var(--border-dot) dotted var(--primary);
}
.news-section__item h4 {
  margin: 0 0 6px;
}
.news-section__item h3 {
  font-size: 25px;
  font-weight: 500;
  color: var(--text-body);
  line-height: 1.4;
  margin: 0;
}
.news-section__item h3 a {
  color: var(--text-body);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.news-section__item h3 a::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/arrow-right-orange.svg") no-repeat 0 0/100%;
}
.news-section__item h3 a:hover {
  color: var(--primary);
}
.news-section__button {
  text-align: center;
  margin-top: 25px;
}
.news-section__button .btn {
  font-size: 33px;
  min-width: 300px;
  min-height: 62px;
  padding: 5px 20px;
}

.faq-section__item + .faq-section__item {
  margin-top: 60px;
}
.faq-section__item h3 {
  background: var(--second);
  color: var(--white);
  font-size: 25px;
  font-family: "TsukuARdGothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 45px;
  padding: 10px 20px;
}
.faq-section__item h3::before {
  content: "Q";
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
}
.faq-section__item--body {
  padding: 0 60px 35px 150px;
  background: url("../images/logo.svg") no-repeat 30px 22px/106px var(--bg-yellow);
  position: relative;
}
.faq-section__item--body::before {
  content: "";
  width: 344px;
  height: 104px;
  background: url("../images/answer.svg") no-repeat 0 0/100%;
  display: inline-block;
  margin: -13px 0 22px;
}

/*# sourceMappingURL=styles.css.map */
