/**  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: 4px;
    }
}
@media (min-width: 1000px) {
    :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;
    position: relative;
}
.reasons__heading h3::before, .worried__bottom h3::before, .inquiry-bottom__call h3::before{
    position: absolute;
    left: -30px;
    bottom: 10px;
    content: "";
    transform: rotate(60deg);
    background-image: radial-gradient(circle, var(--primary) calc(var(--border-dot) / 2), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 2) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
    width: 24px;
    height: 0;

}
.reasons__heading h3::after, .worried__bottom h3::after, .inquiry-bottom__call h3::after{
    position: absolute;
    right: -30px;
    bottom: 10px;
    content: "";
    transform: rotate(120deg);
    background-image: radial-gradient(circle, var(--primary) calc(var(--border-dot) / 2), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 2) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
    width: 24px;
    height: 0;
}
@media only screen and (min-width: 768px) {
    .reasons__heading h3::before, .worried__bottom h3::before, .inquiry-bottom__call h3::before {
        left: -40px;
        bottom: 15px;
        width: 30px;
    }
    .reasons__heading h3::after, .worried__bottom h3::after, .inquiry-bottom__call h3::after {
        right: -40px;
        bottom: 15px;
        width: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .reasons__heading h3::before, .worried__bottom h3::before, .inquiry-bottom__call h3::before {
        left: -60px;
        bottom: 25px;
        width: 58px;
    }
    .reasons__heading h3::after, .worried__bottom h3::after, .inquiry-bottom__call h3::after {
        right: -60px;
        bottom: 25px;
        width: 58px;
    }
}
/*.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, .reasons-box__body, .philosophy__body, .page-content__row, .blog-section__item h4 {
    font-size: 16px;
    line-height: 1.46;
    font-weight: 500;
}
@media only screen and (min-width: 1000px) {
    .faq-section__item--body, .news-section__item h4, .blog-section__item--body h3, .blog-section__item--body, .reasons-box__body, .philosophy__body, .page-content__row, .blog-section__item h4 {
        font-size: 20.5px;
    }
}

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: 40px;
}
@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: 30px;
}
@media only screen and (min-width: 768px) {
    .section-heading {
        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: "Zen Maru Gothic", sans-serif;
    margin: 0;
    width: calc(100% - 30px);
    min-height: 64px;
    font-size: 26px;
    max-width: 420px;
}
@media only screen and (min-width: 768px) {
    .section-heading h2 {
        width: auto;
        min-width: 607px;
        max-width: none;
        min-height: 72px;
        font-size: 32px;
    }
}
@media only screen and (min-width: 1000px) {
    .section-heading h2 {
        min-height: 97px;
        font-size: 49px;
    }
}
.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;
}
.site-header__toggle {
	position: absolute;
	right: 15px;
}
.hamburger {
	background: #F39800;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 40px 5px 5px;
    position: relative;
    width: 57px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
	text-align: center;
    z-index: 99;
    opacity: 1;
}
.hamburger span {
    width: 28px;
    height: 3px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    top: 20px;
    left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 3px;
    background: #fff;
    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;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

@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: 7.5px;
    font-weight: 700;
    line-height: 1.5;
    padding-block: 5px;
}
@media only screen and (min-width: 768px) {
	.site-header__top {
		font-size: 12px;
	}
}
@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;
	flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
	.site-header__top {
		text-align: center;
	}
	.site-header__inner {
		flex-direction: column;
	}
}
@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: "Zen Maru Gothic", sans-serif;
}
.site-header__logo a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    color: var(--text-body);
}
.site-header__logo img {
    max-width: 30px;
    width: 100%;
}

@media only screen and (min-width: 992px) {
	.site-header__logo a {
		gap: 10px;
	}
    .site-header__logo img {
        max-width: 47px;
    }
}
.site-header__logo strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
@media only screen and (min-width: 992px) {
    .site-header__logo strong {
        font-size: 34px;
    }
}
.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;
}
@media only screen and (max-width: 991px) {
	.site-header__contact {
		flex-direction: row;
		margin-top: 10px;
	}
}
.site-header__contact h3 {
    font-size: 13px;
    margin: 0;
}

.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 {
    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 (max-width: 767px) {
    .site-header .opening-hours {
        display: none;
    }
	.site-header__contact h3 {
		font-size: 6px;
	}
	.site-header__contact h5 {
		font-size: 6px;
		display: flex;
		align-items: center;
	}
}
@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: 158px 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: "Zen Maru Gothic", 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: "Zen Maru Gothic", 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 300px;
    }
}
@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: "Zen Maru Gothic", sans-serif;
    margin: 0 0 2px;
    justify-content: center;
    gap: 10px;
    padding-bottom: 8px;
    /*border-bottom: 3px dotted var(--primary);*/
    position: relative;
}
.site-footer__contact h3:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: none;
    height: 3px;
    background-image: radial-gradient(circle, var(--primary) calc(var(--border-dot) / 3), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 1.5) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
}
.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-page {
    margin-block: 32px 64px;
}
.banner-page__inner {
    background: url("../images/banner-page.svg") no-repeat 0 0/cover;
    min-height: 168px;
    font-size: 18px;
    line-height: 1.44;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding: 25px;
}
@media only screen and (min-width: 768px) {
    .banner-page__inner {
        padding: 30px 230px 20px 40px;
    }
}
@media only screen and (min-width: 992px) {
    .banner-page__inner {
        padding-left: 65px;
    }
}
.banner-page__inner::after {
    content: "";
    background: url("../images/bear-3.svg") no-repeat 0 0/100%;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 60px;
    height: 56px;
}
.page-template-nagare .banner-page__inner::after,
.page-template-menu .banner-page__inner::after {
    background: url("../images/bear-4.svg") no-repeat 0 0/100%;
    width: 60px;
    height: 51px;
}
@media only screen and (min-width: 768px) {
    .banner-page__inner::after {
        width: 150px;
        height: 133px;
        right: 40px;
        top: 12px;
    }
    .page-template-nagare .banner-page__inner::after,
    .page-template-menu .banner-page__inner::after  {
        width: 156px;
        height: 132px;  
    }
}
.banner-page__inner h1 {
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.25;
    margin: 0 0 5px;
    font-size: 30px;
}
@media only screen and (min-width: 768px) {
    .banner-page__inner h1 {
        font-size: 50px;
    }
}
.banner-page__inner h1 small {
    font-size: 22px;
}
@media only screen and (min-width: 768px) {
    .banner-page__inner h1 small {
        font-size: 39px;
    }
}

.page-content {
    padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
    .page-content {
        padding-bottom: 92px;
    }
}
.page-content__row {
    line-height: 1.8;
}
.page-content__row + .page-content__row {
    margin-top: 60px;
}
@media only screen and (min-width: 768px) {
    .page-content__row + .page-content__row {
        margin-top: 86px;
    }
}
.page-content__row h2, .single-post .page-content h2.post-title {
    line-height: 1.45;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    margin: 0 0 20px 20px;
    background: var(--primary);
    color: var(--white);
    border-radius: 26px;
    position: relative;
    font-size: 20px;
    padding: 10px 20px 10px 30px;
}
.single-post .page-content h2.post-title {
    margin-top: 50px;
}
.page-content__row--orange h2 {
    background: var(--third);
}
.page-content__row--green h2 {
    background: #8ABA29;
}
.page-content__row h2 strong {
    border-bottom: none;
    font-size: 20px;
    margin-right: 15px;
    position: relative;
}
.page-content__row h2 strong:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 98%;
    border-bottom: none;
    height: 3px;
    background-image: radial-gradient(circle, var(--white) calc(var(--border-dot) / 3), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 1.5) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
}

@media only screen and (min-width: 768px) {
    .page-content__row h2, .single-post .page-content h2.post-title {
        font-size: 26px;
        padding: 9px 20px 9px 40px;
        border-radius: 56px;
    }
    .page-content__row h2 strong {
        border-bottom: none;
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .page-content__row h2, .single-post .page-content h2.post-title {
        font-size: 33px;
        padding: 9px 30px 9px 63px;
    }
    .page-content__row h2.small {
        font-size: 27px;
    }
    .page-content__row h2 strong {
        border-bottom: none;
        font-size: 31px;
    }
}
.page-content__row h2::before, .single-post .page-content h2.post-title:before {
    content: "";
    position: absolute;
    top: -31px;
    left: -15px;
    width: 64px;
    height: 64px;
    background: url("../images/icon-heading-yellow-2.png") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
    .page-content__row h2::before, .single-post .page-content h2.post-title:before {
        top: -40px;
        left: -21px;
        width: 85px;
        height: 78px;
    }
}
.page-content__row h2 small {
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .page-content__row h2 small {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .page-content__row h2 small {
        font-size: 27px;
    }
}
.page-content__row h3, .single-post .post-content h3 {
    background: #feecd2;
    font-size: 24px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.4;
    margin: 25px 0 20px;
    text-align: center;
    padding: 7px 10px;
    color: var(--primary);
}
.page-content__row--orange h3 {
    background: #FDEADF;
    color: var(--third);
}
.page-content__row--green h3 {
    background: #D5EAD8;
    color: #8FC31F;
}
@media only screen and (min-width: 768px) {
    .page-content__row h3, .single-post .post-content h3 {
        font-size: 28px;
        margin: 30px 0 25px;
    }
}
@media only screen and (min-width: 992px) {
    .page-content__row h3, .single-post .post-content h3 {
        font-size: 33px;
    }
}
.page-content__row h4, .single-post .post-content h4 {
    font-weight: 700;
    line-height: 1.4;
    margin: 30px 0 12px;
    padding-bottom: 8px;
    border-bottom: var(--border-dot) dotted var(--primary);
    font-size: 20px;
}
@media only screen and (min-width: 768px) {
    .page-content__row h4, .single-post .post-content h4 {
        font-size: 24px;
        margin: 35px 0 12px;
    }
}
@media only screen and (min-width: 992px) {
    .page-content__row h4, .single-post .post-content h4 {
        font-size: 27px;
    }
}
.page-content__row p {
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .page-content__row p {
        margin-bottom: 37px;
    }
}
.page-content__row p span {
    color: #ea5506;
}
.page-content__row picture {
    display: block;
}
.page-content__row figure {
    margin: 20px 0;
}
.page-content__row figure figcaption {
    margin-top: 10px;
    font-size: 18px;
}
@media only screen and (min-width: 1000px) {
    .page-content__row figure figcaption {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) {
    .page-content__row--inner {
        display: flex;
        gap: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .page-content__row--inner {
        gap: 40px;
    }
}
.page-content__row--inner picture {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .page-content__row--inner picture {
        width: 40%;
        order: 2;
        margin-bottom: 0;
    }
}
.page-content__row--inner picture img {
    border-radius: 12px;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .page-content__row--inner picture img {
        border-radius: 18px 0 0 18px;
    }
}
@media only screen and (min-width: 768px) {
    .page-content__row--body {
        width: calc(60% - 30px);
        flex-grow: 1;
    }
}
@media only screen and (min-width: 992px) {
    .page-content__row--body {
        width: calc(60% - 40px);
    }
}
.page-content__row--red h2 {
    background: #f58466;
}
.page-content__row--red h2::before {
    background-image: url("../images/icon-heading-red.png");
    left: -16px;
}
@media only screen and (min-width: 768px) {
    .page-content__row--red h2::before {
        top: -40px;
        left: -21px;
    }
}
.page-content__row--red h3 {
    background: #fde3d7;
    color: #f58466;
}
.page-content__row--red p span {
    color: #f15a22;
}

.banner {
    position: relative;
    z-index: 1;
}
.banner__inner {
    position: relative;
}
.banner__image {
    width: calc(100% + 30px);
    display: block;
    margin-left: -15px;
}
@media only screen and (min-width: 990px) {
    .banner__image {
        width: calc(100% + (50vw - 648px));
        margin-left: 160px;
    }
}
@media only screen and (min-width: 1200px) {
    .banner__image {
        width: calc(100% + (50vw - 748px));
        margin-left: 260px;
    }
}
.banner__image img {
    width: 100%;
}
@media only screen and (min-width: 990px) {
    .banner__image img {
        border-radius: 36px 0 0 36px;
    }
}
.banner__text {
    width: 100%;
    max-width: calc(240 / var(--base-width) * 100vw);
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    position: absolute;
    display: block;
}
@media only screen and (min-width: 768px) {
    .banner__text {
        max-width: calc(500 / var(--base-width) * 100vw);
    }
}
@media only screen and (min-width: 990px) {
    .banner__text {
        left: 0;
        transform: none;
        max-width: 500px;
    }
}
@media only screen and (min-width: 1200px) {
    .banner__text {
        max-width: 702px;
    }
}
.banner__text img {
    width: 100%;
}
.banner__bear {
    width: 100%;
    position: absolute;
    display: block;
    z-index: 4;
    max-width: calc(80 / var(--base-width) * 100vw);
    left: 0;
    bottom: calc(-50 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
    .banner__bear {
        max-width: calc(230 / var(--base-width) * 100vw);
    }
}
@media only screen and (min-width: 990px) {
    .banner__bear {
        max-width: 280px;
    }
}
@media only screen and (min-width: 1200px) {
    .banner__bear {
        max-width: 320px;
        left: -80px;
        bottom: -30px;
    }
}
@media only screen and (min-width: 1600px) {
    .banner__bear {
        max-width: 433px;
        left: -190px;
    }
}
.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-family: "Zen Maru Gothic", sans-serif;
    /*letter-spacing: 2px;*/
    margin: 0 0 45px;
    font-size: 34px;
}
@media only screen and (min-width: 1000px) {
    .features h2 {
        font-size: 54px;
    }
}
.features h2 small {
    font-size: 26px;
}
@media only screen and (min-width: 768px) {
    .features h2 small {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1000px) {
    .features h2 small {
        font-size: 42px;
    }
}
.features h2 span {
    font-size: 26px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}
.features h2 span:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: none;
    height: 3px;
    background-image: radial-gradient(circle, var(--primary) calc(var(--border-dot) / 2), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 2) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
}
@media only screen and (min-width: 768px) {
    .features h2 span {
        font-size: 28px;
        display: inline;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1000px) {
    .features h2 span {
        font-size: 42px;
    }
}
.features__inner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.features__item {
    width: calc(160 / var(--base-width) * 100vw);
    height: calc(160 / var(--base-width) * 100vw);
    border-radius: 50%;
    background: var(--white);
    padding: calc(25 / var(--base-width) * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    gap: calc(20 / var(--base-width) * 100vw) calc(10 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
    .features__item {
        width: calc(200 / var(--base-width) * 100vw);
        height: calc(200 / var(--base-width) * 100vw);
    }
}
@media only screen and (min-width: 1000px) {
    .features__item {
        width: 218px;
        height: 218px;
        padding: 25px;
        gap: 10px;
    }
}
.features__item figure {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.features__item figure img {
    max-width: calc(100 / var(--base-width) * 100vw);
    max-height: calc(66 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
    .features__item figure img {
        max-width: calc(120 / var(--base-width) * 100vw);
        max-height: calc(85 / var(--base-width) * 100vw);
    }
}
@media only screen and (min-width: 1000px) {
    .features__item figure img {
        max-width: 170px;
        max-height: 110px;
    }
}
.features__item h3 {
    font-weight: 700;
    font-size: calc(20 / var(--base-width) * 100vw);
    line-height: 1.4;
    font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .features__item h3 {
        font-size: calc(26 / var(--base-width) * 100vw);
    }
}
@media only screen and (min-width: 1000px) {
    .features__item h3 {
        font-size: 33px;
    }
}

.intro {
    padding-block: 40px;
}
@media only screen and (min-width: 768px) {
    .intro {
        padding-block: 45px 70px;
    }
}
@media only screen and (min-width: 768px) {
    .intro__main {
        display: flex;
        gap: 40px;
    }
}
.intro__main picture {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .intro__main picture {
        width: 37%;
        margin-bottom: 0;
    }
}
.intro__main picture img {
    width: 80%;
}
@media only screen and (min-width: 768px) {
    .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 {
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 2px;
    margin: 0;
    font-size: 24px;
}
@media only screen and (min-width: 768px) {
    .intro__body--top h3 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1000px) {
    .intro__body--top h3 {
        font-size: 45px;
        gap: 40px;
    }
}
.intro__body--top h3 small {
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .intro__body--top h3 small {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1000px) {
    .intro__body--top h3 small {
        font-size: 33px;
    }
}
.intro__body--top img {
    max-width: 140px;
}
@media only screen and (min-width: 1000px) {
    .intro__body--top img {
        max-width: 190px;
    }
}
.intro__body h2 {
    font-weight: 700;
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    /*letter-spacing: 2px;*/
    line-height: 1.26;
    color: var(--primary);
    margin: 0 0 30px;
    font-size: 28px;
}
@media only screen and (min-width: 768px) {
    .intro__body h2 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 1000px) {
    .intro__body h2 {
        font-size: 48px;
        white-space: nowrap;
    }
}
.intro__body h2 small {
    font-size: 26px;
}
@media only screen and (min-width: 768px) {
    .intro__body h2 small {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1000px) {
    .intro__body h2 small {
        font-size: 43px;
    }
}
.intro__images {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
@media only screen and (min-width: 768px) {
    .intro__images {
        margin-top: 55px;
        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);
    position: relative;
    margin-top: 40px;
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .career {
        padding: 20px 25px 25px;
    }
}
.career h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 2px;
    color: var(--primary);
    margin: 0 0 20px;
    line-height: 1.4;
}
@media only screen and (min-width: 768px) {
    .career h2 {
        font-size: 33px;
    }
}
.career h2 img {
    width: 32px;
}
@media only screen and (min-width: 768px) {
    .career h2 img {
        width: 38px;
    }
}
.career h2::after {
    content: "";
    flex-basis: 0;
    flex-grow: 1;
    margin-left: 15px;

    height: 3px;
    background-image: radial-gradient(circle, var(--primary) calc(var(--border-dot) / 2), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 2) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
    /*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: 18px;
    font-weight: 500;
    line-height: 1.36;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--primary);
    max-width: 563px;
}
@media only screen and (min-width: 768px) {
    .career__row {
        font-size: 25px;
    }
}
.career__row + .career__row {
    margin-top: 12px;
}
.career__row h3 {
    padding-right: 15px;
    margin: 0;
    font-weight: 500;
    line-height: 1.36;
    font-size: 18px;
    min-width: 100px;
}
@media only screen and (min-width: 768px) {
    .career__row h3 {
        font-size: 25px;
        min-width: 145px;
    }
}

.worried {
    background: url("../images/grassland.png") no-repeat 50% 100%/100% var(--bg-green);
    padding-block: 40px;
}
@media only screen and (min-width: 768px) {
    .worried {
        padding-block: 60px 90px;
    }
}
.worried h2 {
    font-size: 44px;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.26;
    margin: 0 0 40px;
    text-align: center;
    font-size: 26px;
}
@media only screen and (min-width: 1000px) {
    .worried h2 {
        font-size: 34px;
    }
}
.worried h2 span {
    font-size: 36px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 50px 2px 15px;
}
@media only screen and (min-width: 1000px) {
    .worried h2 span {
        font-size: 59px;
        width: 95px;
        height: 95px;
        margin: 0 2px;
    }
}
.worried h2 span.has-icon {
    position: relative;
}
.worried h2 span.has-icon::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 49px;
    top: -34px;
    left: 2px;
    background: url("../images/icon-2.png") no-repeat 0 0/100%;
}
@media only screen and (min-width: 1000px) {
    .worried h2 span.has-icon::after {
        width: 84px;
        height: 64px;
        top: -44px;
    }
}
.worried__box {
    position: relative;
    background: var(--white);
    border-radius: 16px;
}
@media only screen and (min-width: 1000px) {
    .worried__box {
        border-radius: 27px;
    }
}
@media only screen and (min-width: 1000px) {
    .worried__box::after {
        content: "";
        position: absolute;
        background: url("../images/bear-1.svg") no-repeat 0 0/100%;
        width: 100px;
        height: 236px;
        right: 0;
        bottom: -200px;
    }
}
@media only screen and (min-width: 1200px) {
    .worried__box::after {
        width: 110px;
        height: 260px;
        bottom: -180px;
        right: -110px;
    }
}
@media only screen and (min-width: 1600px) {
    .worried__box::after {
        width: 200px;
        height: 470px;
        bottom: -300px;
        right: -200px;
    }
}
.worried__box ul {
    padding: 20px;
    font-size: 18px;
    line-height: 1.67;
    font-weight: 500;
}
@media only screen and (min-width: 1000px) {
    .worried__box ul {
        font-size: 34px;
        padding: 30px 25px 40px;
    }
}
.worried__box ul li {
    background: url("../images/check-orange.svg") no-repeat 6px 11px/26px;
    padding: 8px 0 8px 44px;
    position: relative;
    /*border-bottom: var(--border-dot) dotted var(--primary);*/
}
@media only screen and (min-width: 1000px) {
    .worried__box ul li {
        background-position: 12px 15px;
        background-size: 44px;
        padding: 8px 0 8px 65px;
    }
}
.worried__box ul li + li {
    margin-top: 16px;
}
.worried__box ul li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: none;
    height: 3px;
    background-image: radial-gradient(
        circle,
        var(--primary) calc(var(--border-dot) / 2),
        transparent calc(var(--border-dot) / 2)
        );
    background-size: calc(var(--border-dot) * 2) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
}

.worried__bottom {
    position: relative;
    padding-top: 100px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .worried__bottom {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1000px) {
    .worried__bottom {
        padding-top: 190px;
        font-size: 45px;
    }
}
.worried__bottom::before {
    content: "";
    position: absolute;
    border-top: 70px solid var(--second);
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 1000px) {
    .worried__bottom::before {
        border-top-width: 120px;
        border-left-width: 144px;
        border-right-width: 144px;
    }
}
.worried__bottom h3 {
    margin: 0 0 25px;
    gap: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .worried__bottom h3 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1000px) {
    .worried__bottom h3 {
        font-size: 45px;
    }
}

.philosophy__inner h3 {
    font-size: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
    color: var(--primary);
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
    font-size: 22px;
}
@media only screen and (min-width: 768px) {
    .philosophy__inner h3 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1000px) {
    .philosophy__inner h3 {
        font-size: 50px;
    }
}
.philosophy__inner picture {
    display: block;
}
.philosophy__inner picture img {
    width: 100%;
}
.philosophy__body {
    line-height: 1.8;
    margin: 40px auto 32px;
    max-width: 757px;
    width: 80%;
}
.philosophy__images {
    display: grid;
    gap: 20px;
}
@media only screen and (min-width: 768px) {
    .philosophy__images {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

.reasons__heading {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .reasons__heading {
        align-items: flex-start;
        text-align: left;
    }
}
.reasons__heading h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    margin: 0 0 20px;
    gap: 25px;
}
@media only screen and (min-width: 768px) {
    .reasons__heading h3 {
        font-size: 28px;
        margin: 0;
    }
}
@media only screen and (min-width: 1000px) {
    .reasons__heading h3 {
        font-size: 38px;
    }
}
.reasons__heading h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.26;
    margin: 0;
    font-size: 32px;
}
@media only screen and (min-width: 768px) {
    .reasons__heading h2 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 1000px) {
    .reasons__heading h2 {
        font-size: 44px;
    }
}
.reasons__heading h2 span {
    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;
    font-size: 36px;
    width: 60px;
    height: 60px;
}
@media only screen and (min-width: 768px) {
    .reasons__heading h2 span {
        font-size: 60px;
        width: 100px;
        height: 100px;
    }
}
@media only screen and (min-width: 1000px) {
    .reasons__heading h2 span {
        font-size: 104px;
        width: 138px;
        height: 138px;
    }
}
@media only screen and (min-width: 768px) {
    .reasons__heading h2 span::after {
        content: "";
        position: absolute;
        width: 88px;
        height: 70px;
        top: -48px;
        left: 0;
        background: url("../images/icon-3.png") no-repeat 0 0/100%;
    }
}
@media only screen and (min-width: 1000px) {
    .reasons__heading h2 span::after {
        width: 120px;
        height: 93px;
        top: -65px;
        left: 1px;
    }
}
.reasons-box + .reasons-box {
    margin-top: 40px;
}
@media only screen and (min-width: 768px) {
    .reasons-box + .reasons-box {
        margin-top: 50px;
    }
}
.reasons-box h4 {
    background: var(--primary);
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.4;
    margin: 0;
    display: inline-block;
    position: relative;
    border-radius: 24px 24px 0 0;
    padding: 15px 70px 0 20px;
}
@media only screen and (min-width: 768px) {
    .reasons-box h4 {
        padding: 15px 70px 0 35px;
        border-radius: 35px 35px 0 0;
        font-size: 31px;
    }
}
.reasons-box h4 strong {
    font-weight: 700;
    /*border-bottom: 3px dotted var(--white);*/
    padding-bottom: 3px;
    position: relative;
}
.reasons-box h4 strong:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 96%;
    border-bottom: none;
    height: 3px;
    background-image: radial-gradient(circle, var(--white) calc(var(--border-dot) / 2), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 2) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
}
@media only screen and (min-width: 768px) {
    .reasons-box h4 strong:after {
        width: 98%;
        border-bottom: none;
        height: 3px;
        background-image: radial-gradient(circle, var(--white) calc(var(--border-dot) / 3), transparent calc(var(--border-dot) / 2));
        background-size: calc(var(--border-dot) * 2) var(--border-dot);
        background-repeat: repeat-x;
        background-position: left bottom;
        padding-bottom: var(--border-dot);
    }
}
.reasons-box h4 span {
    width: 54px;
    height: 54px;
    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: 28px;
    line-height: 1;
    border-radius: 99px;
}
@media only screen and (min-width: 768px) {
    .reasons-box h4 span {
        width: 64px;
        height: 64px;
        font-size: 46px;
    }
}
.reasons-box h3 {
    background: var(--primary);
    color: var(--white);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    font-size: 22px;
    border-radius: 0 24px 0 0;
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .reasons-box h3 {
        font-size: 36px;
        border-radius: 0 35px 0 0;
        padding: 30px 15px 30px 15px;
    }
}
@media only screen and (min-width: 1000px) {
    .reasons-box h3 {
        font-size: 42px;
    }
}
.reasons-box__inner {
    background: var(--white);
    padding: 20px;
    border-radius: 0 0 24px 24px;
}
@media only screen and (min-width: 768px) {
    .reasons-box__inner {
        display: flex;
        gap: 38px;
        padding: 30px 0 30px 35px;
        border-radius: 0 0 35px 35px;
    }
}
.reasons-box__inner picture {
    display: block;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .reasons-box__inner picture {
        order: 2;
        width: 41.2%;
        margin-bottom: 0;
    }
}
.reasons-box__inner picture img {
    width: 100%;
    border-radius: 18px;
}
@media only screen and (min-width: 768px) {
    .reasons-box__inner picture img {
        border-radius: 18px 0 0 18px;
    }
}
.reasons-box__body {
    line-height: 1.8;
}
@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: 40px;
}
@media only screen and (min-width: 768px) {
    .clinic-info__map {
        margin-top: 70px;
    }
}
.clinic-info__map h2 {
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    font-size: 50px;
    margin: 0 auto 20px;
    letter-spacing: 2px;
    max-width: 607px;
    color: var(--primary);
    /*border-bottom: var(--border-dot) dotted var(--primary);*/
    padding-bottom: 10px;
    position: relative;
    font-size: 26px;
}
.clinic-info__map h2:after{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    content: "";

    height: 3px;
    background-image: radial-gradient(circle, var(--primary) calc(var(--border-dot) / 2), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 2) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
}
@media only screen and (min-width: 768px) {
    .clinic-info__map h2 {
        font-size: 36px;
        margin: 0 auto 40px;
    }
}
@media only screen and (min-width: 1000px) {
    .clinic-info__map h2 {
        font-size: 50px;
    }
}
.clinic-info__map h2::before {
    content: "";
    position: absolute;
    background: url("../images/bear-2.svg") no-repeat 0 0/100%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 54px;
}
@media only screen and (min-width: 768px) {
    .clinic-info__map h2::before {
        width: 80px;
        height: 70px;
    }
}
@media only screen and (min-width: 992px) {
    .clinic-info__map h2::before {
        right: -60px;
    }
}
@media only screen and (min-width: 1200px) {
    .clinic-info__map h2::before {
        bottom: -10px;
        right: -100px;
        width: 124px;
        height: 105px;
    }
}
.clinic-info__map iframe {
    width: 100%;
    height: 320px;
}
@media only screen and (min-width: 768px) {
    .clinic-info__map iframe {
        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: 26px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 25px;
    border-bottom: 3px dotted var(--primary);
    padding-bottom: 10px;
    justify-content: center;
}
@media only screen and (min-width: 1000px) {
    .clinic-info__contact h2 {
        font-size: 44px;
    }
}
.clinic-info__contact h2 img {
    width: 42px;
}
@media only screen and (min-width: 1000px) {
    .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: 15px;
    font-weight: 700;
    font-family: "dnp-shuei-mgothic-std", "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .clinic-info__contact--left {
        width: 45%;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1000px) {
    .clinic-info__contact--left {
        font-size: 20px;
        width: 43%;
    }
}
.clinic-info__contact--left a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    gap: 15px;
    margin-top: 10px;
}
@media only screen and (min-width: 1000px) {
    .clinic-info__contact--left a {
        font-size: 44px;
    }
}
.clinic-info__contact--left a img {
    width: 45px;
}
@media only screen and (min-width: 768px) {
    .clinic-info__contact--right {
        width: calc(55% - 20px);
    }
}
@media only screen and (min-width: 1000px) {
    .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: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    padding: 1px 20px;
}
@media only screen and (min-width: 1000px) {
    .clinic-info__contact--right h3 {
        font-size: 20.5px;
    }
}
.clinic-info__contact--right p {
    font-size: 18px;
    text-align: center;
    color: var(--primary);
    line-height: 1.4;
    font-weight: 700;
}

.blog-section__inner {
    background: var(--white);
    border-radius: 20px;
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .blog-section__inner {
        border-radius: 30px;
        padding: 30px 25px;
    }
}
.blog-section__item {
    display: flex;
    gap: 20px;
}
@media only screen and (min-width: 768px) {
    .blog-section__item {
        padding-inline: 20px;
    }
}
.blog-section__item + .blog-section__item {
    padding-top: 22px;
    margin-top: 22px;
    position: relative;
    /*border-top: var(--border-dot) dotted var(--primary);*/
}
.blog-section__item + .blog-section__item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    height: 3px;
    background-image: radial-gradient(circle, var(--primary) calc(var(--border-dot) / 2), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 2) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
}
.blog-section__item figure {
    width: 80px;
}
@media only screen and (min-width: 768px) {
    .blog-section__item figure {
        width: 105px;
    }
}
.blog-section__item figure img {
    width: 100%;
}
.blog-section__item--body {
    width: calc(100% - 100px);
}
@media only screen and (min-width: 768px) {
    .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: 20px;
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .news-section__inner {
        border-radius: 30px;
        padding: 30px 25px;
    }
}
@media only screen and (min-width: 768px) {
    .news-section__item {
        padding-inline: 20px;
    }
}
.news-section__item + .news-section__item {
    padding-top: 22px;
    margin-top: 22px;
    position: relative;
    /*border-top: var(--border-dot) dotted var(--primary);*/
}
.news-section__item + .news-section__item:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";

    height: 3px;
    background-image: radial-gradient(circle, var(--primary) calc(var(--border-dot) / 2), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 2) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
}
.news-section__item h4, .blog-section__item h4 {
    margin: 0 0 6px;
}
.news-section__item h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-body);
    line-height: 1.4;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .news-section__item h3 {
        font-size: 25px;
    }
}
.news-section__item h3 a {
    color: var(--text-body);
    display: inline-flex;
    gap: 8px;
    align-items: center;
}
.news-section__item h3 a::after {
    content: "";
    min-width: 28px;
    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: 18px;
    min-width: 180px;
    min-height: 42px;
    padding: 5px 20px;
}
@media only screen and (min-width: 768px) {
    .news-section__button .btn {
        font-size: 26px;
        min-width: 230px;
        min-height: 56px;
    }
}
@media only screen and (min-width: 1000px) {
    .news-section__button .btn {
        font-size: 33px;
        min-width: 300px;
        min-height: 62px;
    }
}

.faq-section__item + .faq-section__item {
    margin-top: 40px;
}
@media only screen and (min-width: 768px) {
    .faq-section__item + .faq-section__item {
        margin-top: 60px;
    }
}
.faq-section__item h3 {
    background: var(--second);
    color: var(--white);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0 0 30px;
    padding: 10px 20px;
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .faq-section__item h3 {
        font-size: 26px;
        margin: 0 0 45px;
    }
}
@media only screen and (min-width: 1000px) {
    .faq-section__item h3 {
        font-size: 25px;
    }
}
.faq-section__item h3::before {
    content: "Q";
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: var(--white);
}
@media only screen and (min-width: 768px) {
    .faq-section__item h3::before {
        font-size: 46px;
    }
}
.faq-section__item--body {
    position: relative;
    padding: 0 20px 20px 80px;
    background: url(../images/logo.svg) no-repeat 20px 20px/50px var(--bg-yellow);
}
@media only screen and (min-width: 768px) {
    .faq-section__item--body {
        padding: 0 60px 35px 150px;
        background-position: 30px 22px;
        background-size: 106px;
    }
}
.faq-section__item--body::before {
    content: "";
    height: 68px;
    width: 220px;
    background: url("../images/answer.svg") no-repeat 0 0/100%;
    display: inline-block;
    margin: -13px 0 22px;
}
@media only screen and (min-width: 768px) {
    .faq-section__item--body::before {
        width: 344px;
        height: 104px;
    }
}

.page-content__row--type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 60px 0 0;
}

.page-content__row--type .type-item {
    flex: 0 0 calc(100% - 10px);
    text-align: center;
}

.btn-second {
    background: var(--second);
}

.btn-third {
    background: var(--third);
}

.btn-icon {
    position: relative;
    padding-left: 88px;
    padding-right : 72px;
}

.btn-icon:before {
    content: "";
    position: absolute;
    left: -22px;
    bottom: 0;
    height: 82px;
    width: 102px;
}	

.btn-icon:after {
    background: url(../images/arrow-right.png) no-repeat;
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    width: 18px;
}

.btn-icon.btn-icon-1:before {
    background: url(../images/btn-icon-1.png) no-repeat;
}

.btn-icon.btn-icon-2:before {
    background: url(../images/btn-icon-2.png) no-repeat;
}

.btn-icon.btn-icon-3:before {
    background: url(../images/btn-icon-3.png) no-repeat;
}

.btn-icon.btn-icon-4:before {
    background: url(../images/btn-icon-4.png) no-repeat;
}

.btn-icon.btn-icon-5:before {
    background: url(../images/btn-icon-5.png) no-repeat;
}

.row-btn {
    margin-top: 20px;
}

.pagination-single {
    margin-top: 50px;
}

.pagination-single__inner {
    display: flex;
    justify-content: space-between;
}

.pagination ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.pagination ul li a, .pagination ul li span {
    background: #f39800;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.pagination ul li span {
    opacity: 0.8;
}

.pagination ul li a.next, .pagination ul li a.prev {
    font-size: 24px;
    line-height: 32px;
}

@media only screen and (min-width: 768px) {
    .page-content__row--type .type-item {
        flex: 0 0 calc(33.3333% - 10px);
    }
}

@media only screen and (min-width: 1000px) {
    .pagination-single__inner > * {
        flex: 1;
    }

    .pagination-single__next {
        text-align: right;
    }
}

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