*,
*::before,
*::after {
    box-sizing: border-box
}

img {
    width: 100%;
    display: block
}

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;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .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: .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: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

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;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .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
}

[role=button] {
    cursor: pointer
}

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
}

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: .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
}

.hover-op {
    /* transition: opacity .5s */
}

.hover-op:hover {
    opacity: .5
}

.custom-border {
    width: 274px;
    margin: 0 auto
}

.reverse {
    transform: rotate(180deg)
}

.d-block {
    display: block
}

.under {
    text-align: center;
    font-family: "anzu" !important;
    font-weight: 600;
    margin: 0;
    background: linear-gradient(transparent 50%, #fdf0b3 50%);
}

.emp {
    color: #6eb46e
}

.btn {
    text-align: center
}

.btn__inner {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    padding: 16px;
    background-color: #6eb46e;
    border: 1px solid #653200;
    border-radius: 50px;
    color: #fff;
    width: 70%;
    max-width: 300px;
    /* transition: .3s */
}

.btn__inner::-webkit-search-decoration {
    display: none
}

.btn__inner:focus {
    outline: none
}

.mb-sm {
    margin-bottom: 16px
}

.mt-md {
    margin-top: 32px
}

table {
    width: 100%
}

ï th {
    background-color: #6eb46e;
    color: #fff;
    border: 1px solid #653200;
    text-align: center
}

td {
    border: 1px solid #6eb46e
}

.note-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.note-list li {
    color: #653200;
    font-weight: 600;
    background: url(../imgs/top/body-background.png);
    margin-bottom: 6px;
    padding: 20px 20px 20px 54px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    position: relative
}

.note-list li::before {
    content: "";
    background-image: url(../imgs/top/check.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    position: absolute;
    left: 20px;
    top: 23px
}

.movie {
    position: relative;
    padding-top: 60%
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body {
    font-family: "hirakaku", sans-serif;
    background-color: #fdf0e5
}

img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto
}

.contents-area {
    background-color: #fff;
    max-width: 1250px;
    margin: 0 auto
}

.h1 {
    background-color: #7cce61;
    color: #fff;
    font-size: 11.5px;
    margin-bottom: 0;
    padding: 3px 60px 3px 20px
}

strong {
    font-weight: bold
}

.header {
    padding-top: 72px;
    margin-bottom: 40px;
}  

.header__border {
    position: relative;
    top: -1px
}

.header__contact {
    display: none
}

.header__contact .tel {
    display: block;
    margin-bottom: 10px
}

.header__info {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 8px
}

.header__kv {
    margin-bottom: 32px
}

.header__access {
    text-decoration: none;
    background-color: #f9b103;
    color: #fff;
    padding: 14px;
    box-shadow: 0 4px 0 #d19403;
    border-radius: 8px;
    display: inline-block;
    /* transition: .2s; */
    position: relative;
    top: 0;
    font-family: "hirakaku";
    font-weight: bold;
    height: 51px
}

.header__access:hover {
    text-decoration: none
}

.header__access:hover {
    color: #fff
}

.header__logo {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 0 auto 32px auto
}

.header__time {
    display: none
}

.sp-nav {
    background-color: #ddf2d6;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid #407c40;
}

.sp-nav__list {
    position: relative;
    display: flex;
    justify-content: space-around;
    gap: 15px;
    margin: 0 auto;
    width: 100%;
    height: 72px;
    list-style: none;
    font-size: 16px;
    padding: 5px 10px;
    max-width: 380px;
}

.sp-nav__list a {
    text-decoration: none;
    color: #407c40
}

.sp-nav__name {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    margin-top: 6px;
    color: #407c40
}

.sp-menu {
    position: fixed;
    top: 73px;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    /* transition: all .2s; */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100000;
    visibility: hidden;
}

.sp-menu.is-active {
    opacity: 1;
    overflow-y: scroll;
    visibility: visible
}

.sp-menu__list {
    width: 100%;
    background-color: #e4f1e4;
    padding: 0;
    margin: 0;
    list-style: none
}

.sp-menu__menu {
    border-bottom: #6eb46e 1px solid
}

.sp-menu__menu .touch-btn {
    padding: 16px 0 16px 20px;
    display: block;
    color: #000;
    text-decoration: none
}

.sp-menu__menu .touch-btn:hover {
    color: #000;
    text-decoration: none
}

.sp-menu__inmenu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f4faf4
}

.sp-menu__inmenu.is-active {
    display: block
}

.sp-menu__inmenu li {
    padding: 16px 0 16px 20px;
    border-top: #6eb46e 1px solid
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #519e51;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto
}

.global-nav {
    margin-bottom: 32px
}

.global-nav__menu {
    display: flex;
    padding: 0;
    margin: 0
}

.global-nav__item {
    position: relative;
    list-style: none;
    flex-grow: 1;
    text-align: center
}

.global-nav__item:not(:last-child) {
    border-right: 1px solid #fff
}

.global-nav__item--menu-hook:hover .global-nav__in-menu {
    display: block
}

.global-nav__link,
.global-nav__hover-btn {
    background-color: #f9b103;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    cursor: pointer;
    /* transition: .2s */
}

.global-nav__link:hover,
.global-nav__hover-btn:hover {
    opacity: .7;
    color: #fff;
    text-decoration: none
}

.global-nav__in-menu {
    z-index: 100;
    display: none;
    margin: 0;
    padding: 8px;
    list-style: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    font-size: 14px
}

.global-nav__in-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.global-nav__in-menu a {
    padding: 8px;
    display: block;
    width: 100%;
    height: 100%;
    color: #653200
}

.global-nav__in-menu a:hover {
    color: #653200;
    text-decoration: none
}

.main {
    padding: 0 16px
}

.main__txt {
    color: #653200
}

.symptoms {
    background-color: #fff2d0;
    border: 2px solid #fa7702;
    border-radius: 20px;
    padding: 40px 20px
}

.symptoms__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.symptoms__icon {
    width: 50%;
    margin-bottom: 10px
}

.symptoms__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.symptoms__list li {
    color: #653200;
    font-weight: 600;
    background: url(../imgs/top/body-background.png);
    margin-bottom: 6px;
    padding: 20px 20px 20px 54px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    position: relative
}

.symptoms__list li::before {
    content: "";
    background-image: url(../imgs/top/check.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    position: absolute;
    left: 20px;
    top: 23px
}

.theory__header {
    text-align: center
}

.theory h3 {
    color: #653200;
    font-weight: 600;
    font-family: "shinmaruH";
    text-align: center;
    font-size: 24px;
    line-height: 1.0815368196em
}

.theory h3 span {
    color: #6eb46e
}

.theory__txt {
    color: #653200
}

.recommended__ttl {
    color: #653200;
    font-weight: 600;
    font-family: "shinmaruH";
    text-align: center;
    font-size: 24px;
    line-height: 1.0815368196em
}

.recommended__ttl span {
    color: #6eb46e
}

.char {
    margin-bottom: 32px
}

.char__header {
    text-align: center;
    font-family: "shinmaruH"
}

.char h3 {
    color: #653200;
    font-weight: 600;
    font-family: "shinmaruH";
    text-align: center;
    font-size: 24px;
    line-height: 1.0815368196em
}

.char h3 span {
    color: #6eb46e
}

.char h4 {
    text-align: center;
    color: #653200;
    font-size: 24px;
    line-height: 1.0815368196em
}

.char__content figure {
    width: 100%
}

.char__txt {
    padding: 16px;
    width: 100%
}

.char__txt figure {
    width: 250px;
    margin: 0 auto 16px auto
}

.char__footer-txt {
    color: #653200
}

.recom {
    background-color: #f3fef0;
    padding: 8px
}

.recom__header {
    padding: 16px 0;
    text-align: center
}

.recom__header h3 {
    color: #653200;
    color: #653200;
    font-weight: 600;
    font-family: "shinmaruH";
    text-align: center;
    font-size: 24px;
    line-height: 1.0815368196em
}

.recom__header h3 span {
    color: #6eb46e
}

.recom__body-outer {
    padding: 10px
}

.recom__body h4 {
    border: 2px solid #000;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    text-align: center;
    font-size: 24px
}

.recom__body h5 {
    font-size: 24px
}

.greeting__header {
    text-align: center
}

.greeting__header h3 {
    color: #653200;
    color: #653200;
    font-weight: 600;
    font-family: "shinmaruH";
    text-align: center;
    font-size: 24px;
    line-height: 1.0815368196em
}

.greeting__header h3 span {
    color: #6eb46e
}

.greeting__body {
    color: #653200
}

.greeting__body h4 {
    font-size: 24px
}

.greeting__body h5 {
    font-size: 14px
}

.greeting__body h5::before {
    content: "■";
    font-size: 18px;
    position: relative;
    top: 1px
}

.greeting__body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.greeting__profile {
    margin-bottom: 16px
}

.greeting__content h4 {
    font-size: 30px;
    text-align: center;
    line-height: 1.0815368196em
}

.corresponding-symptom {
    margin-bottom: 32px
}

.corresponding-symptom__figure {
    width: 34.554973822%
}

.corresponding-symptom__th {
    background-color: #6eb46e;
    color: #fff;
    border: 1px solid #6eb46e;
    padding: 14px;
    text-align: center
}

.corresponding-symptom__sub-th {
    width: 100px;
    background-color: #f3fdf2;
    border: 1px solid #6eb46e;
    color: #653200;
    padding: 14px;
    font-size: 14px;
    text-align: center
}

.corresponding-symptom__td {
    font-size: 14px;
    padding: 14px;
    color: #653200
}

.infomation__heading-img-wrap {
    margin-bottom: 0
}

.infomation__content-wrap {
    border: 4px solid #7cce61;
    border-radius: 5px
}

.infomation__header {
    background-color: #7cce61;
    text-align: center;
    font-family: "shinmaru";
    font-weight: normal;
    font-size: 30px;
    padding: 8px 10px;
    color: #fbf480
}

.infomation__access {
    display: flex;
    align-items: center
}

.infomation__access:first-of-type {
    margin-bottom: 16px
}

.infomation__access h4 {
    color: #7cce61;
    border: 2px solid #7cce61;
    min-width: 95px;
    width: 95px;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    margin: 0
}

.infomation__access p {
    margin: 0;
    color: #653200;
    padding: 0 16px
}

.infomation__body {
    border-bottom: 1px solid #653200;
    padding: 16px
}

.infomation__footer-wrap {
    background-size: auto auto;
    background-color: #fdf0df;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, #fef9e6 10px, #fef9e6 15px)
}

.infomation__footer {
    padding: 24px
}

.front-voice__ttl {
    color: #653200;
    font-weight: 600;
    font-family: "shinmaruH";
    text-align: center;
    font-size: 24px;
    line-height: 1.0815368196em
}

.front-voice__ttl span {
    color: #6eb46e
}

.front-voice__border {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.front-voice__list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px
}

.front-voice__item {
    width: 80%;
    margin-right: auto;
    margin-left: auto
}

.strength__ttl {
    color: #653200;
    font-weight: 600;
    font-family: "shinmaruH";
    text-align: center;
    font-size: 24px;
    line-height: 1.0815368196em
}

.strength__ttl span {
    color: #6eb46e
}

.strength__content *:last-child {
    margin-bottom: 0
}

.strength__txt {
    margin-bottom: 16px;
    color: #653200
}

.googlemap__index iframe {
    vertical-align: bottom;
    width: 100%;
    height: 465px
}

.sidebar {
    display: none;
    margin-bottom: 32px
}

.sidebar__main-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar__main-list li {
    margin-bottom: 20px
}

.sidebar__main-item {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #653200;
    padding: 20px 4% 20px 4%;
    border: 3px solid #6eb46e;
    border-radius: 5px;
    text-align: center;
    text-decoration: none
}

.sidebar__main-item:hover {
    text-decoration: none
}

.sidebar__main-item:hover {
    color: #653200
}

.sidebar__sub {
    margin-bottom: 20px
}

.sidebar__sub-title {
    border-radius: 5px 5px 0 0;
    background-color: #6eb46e;
    padding: 15px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.sidebar__sub-title a {
    text-decoration: underline;
    color: #fff;
}

.sidebar__sub-title a:hover {
    color: #cfcfcf;
}

.sidebar__sub-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5
}

.sidebar__sub-list li {
    border-bottom: dotted gray 1px;
    padding: 16px
}

.sidebar__sub-list li::marker {
    display: none;
}

.sidebar__sub-list li:last-child {
    border: none
}

.sidebar__sub-list ul.children {
    padding-left: 20px;
}

.sidebar__sub-list ul.children li {
    padding: 16px 16px 16px 3px;
}

.sidebar__bnr {
    display: block;
    margin-bottom: 16px
}

.footer {
    background-color: #fbf8f2;
    border-top: 4px solid #b7e5aa
}

.footer__body {
    padding: 20px
}

.footer__info {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.footer__kv {
    max-width: 1250px;
    margin: 0 auto
}

.footer__access {
    text-decoration: none;
    background-color: #f9b103;
    color: #fff;
    padding: 14px;
    box-shadow: 0 4px 0 #d19403;
    border-radius: 8px;
    display: inline-block;
    /* transition: .2s; */
    position: relative;
    top: 0;
    font-family: "hirakaku";
    font-weight: bold;
    height: 51px
}

.footer__access:hover {
    text-decoration: none
}

.footer__access:hover {
    color: #fff
}

.footer__logo {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 0 auto 16px auto
}

.footer__time {
    width: 90%;
    max-width: 500px;
    margin: 0 auto
}

.footer__contact {
    display: none
}

.footer__contact .tel {
    display: block;
    margin-bottom: 10px
}

.footer__copyright {
    background-color: #b7e5aa;
    text-align: center;
    padding: 20px 0;
    color: #653200
}

.footer__copyright p {
    margin: 0
}

.fixed-bnrs {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding-top: 4px;
    z-index: 100;
    background-color: rgba(255, 255, 255, .5);
    flex-wrap: wrap;
}

.fixed-bnrs .bnr {
    width: 100%;
    margin-bottom: 0;
}

.fixed-bnrs__bnr {
  width: calc(100% / 3);
}

.single {
    padding-bottom: 32px
}

.single img {
    height: auto !important
}

.single__ttl {
    background-color: #bae6ab;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 3px solid #6eb46e;
    border-radius: 10px 10px 0 0;
    padding: 25px 3% 25px;
    margin-bottom: 16px
}

.single__sub-ttl {
    background-color: #f7f2e8;
    color: #653200;
    padding: 16px 24px 12px 20px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    z-index: 1
}

.single__worries {
    border: 4px solid #6eb46e;
    border-radius: 5px
}

.single__worries {
    padding: 20px
}

.single__worries ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.single__worries li {
    background: url(../imgs/common/icon-check.png) no-repeat top left;
    font-size: 17px;
    padding-left: 35px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #333;
    margin-bottom: 12px
}

.single__worries li:last-child {
    margin: 0
}

.single__content {
    overflow: hidden;
    height: auto
}

.single .base-hx {
    background-color: #f3fdf2;
    border-left: 6px solid #6eb46e;
    color: #653200;
    padding: 15px 24px 12px 2%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    font-size: 20px
}

.single .base-hx::after {
    content: "";
    border-color: #6eb46e #fff #fff #6eb46e;
    border-style: solid;
    border-width: 0 0 24px 24px;
    bottom: 0;
    position: absolute;
    right: 0
}

.single .sub-hx {
    border-left: 6px solid #6eb46e;
    border-bottom: 1px solid #6eb46e;
    color: #653200;
    padding: 13px 23px 10px 2%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    font-size: 18px
}

.single .small-hx {
    border-bottom: 4px dashed #6eb46e;
    color: #653200;
    padding: 10px 18px 8px 2%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    width: 100%
}

.access__info {
    margin-bottom: 16px
}

.access__info-left {
    text-align: center
}

.access__info th {
    background-color: #6eb46e;
    color: #fff;
    text-align: center
}

.access__ttl {
    font-family: "shinmaruH";
    color: #653200;
    font-size: 12vw;
    line-height: 1.0815368196em;
    display: inline-block;
    text-align: left
}

.access__tel {
    display: block;
    color: #fff;
    background-color: #f9b103;
    padding: 14px;
    border-radius: 5px;
    box-shadow: 0 4px 0 #d19403;
    text-align: center;
    font-size: 6.4vw;
    margin-bottom: 16px;
    text-decoration: none
}

.access__tel:hover {
    color: #fff;
    text-decoration: none
}

.access__time {
    margin-bottom: 16px
}

.access__time table {
    text-align: center
}

.access__time td {
    line-height: 1.4rem
}

.access__time th {
    background-color: #6eb46e;
    color: #fff
}

.access__googlemap {
    margin-bottom: 16px
}

.access__googlemap iframe {
    vertical-align: bottom;
    width: 100%;
    height: 400px
}

.price-list {
    margin-bottom: 1.5rem
}

.price-list th {
    padding: 8px;
    background-color: #6eb46e;
    color: #fff;
    background-color: #6eb46e
}

.price-list td {
    padding: 8px
}

.mwform-radio-field.horizontal-item {
    margin-right: 10px
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important
}

.contact-form__item {
    margin-bottom: 16px
}

.contact-form__ttl {
    margin-bottom: 0;
    padding: 0
}

.contact-form__inner {
    margin-bottom: 16px
}

.contact-form__tr:last-child .contact-form__th {
    border-bottom-color: #6eb46e
}

.contact-form__th {
    padding: 16px;
    background-color: #6eb46e;
    color: #fff
}

.contact-form__td {
    padding: 16px
}

.contact-form__th-inner {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.contact-form__label {
    background-color: #fff;
    color: #6eb46e;
    display: inline-block;
    padding: 0 16px
}

.contact-form__input {
    background-color: #dcdcdc;
    border: none
}

.contact-form__input:focus {
    outline: none
}

.contact-form__input._txt {
    padding: 16px;
    display: block;
    width: 100%
}

.contact-form__input._txt-area {
    width: 100%;
    padding: 16px
}

.voice__content {
    padding: 16px;
    background-color: #fdf0e5;
    border-radius: 5px
}

.voice__content:not(:last-child) {
    margin-bottom: 20px
}

.voice__ttl {
    padding: 4px 30px;
    background-color: #fff;
    color: #653200;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 16px
}

.voice__inner {
    background-color: #fff;
    padding: 10px
}

.voice__media {
    margin-bottom: 16px
}

.voice__img._modal {
    cursor: pointer
}

.voice__txt-wrap *:last-child {
    margin-bottom: 0
}

.voice__sub-ttl {
    font-size: 16px;
    font-weight: bold
}

.voice__txt {
    margin-bottom: 1em
}

.voice__annotation {
    font-size: 14px;
    color: #ccc
}

.pagination {
    display: flex
}

.pagination .page-numbers {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #6eb46e;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 8px;
    font-weight: bold;
    opacity: .9;
    color: #fff
}

.pagination .page-numbers:hover {
    color: #fff
}

.pagination .page-numbers.current {
    opacity: 1
}

.pagination__next,
.pagination__prev {
    position: relative;
    display: block;
    height: 100%;
    width: 100%
}

.pagination__next::before,
.pagination__prev::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%
}

.pagination__next::before {
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    left: 48%
}

.pagination__prev::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    left: 52%
}

.modal-wrapper {
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1600;
    visibility: hidden;
    opacity: 0;
    /* transition: .2s */
}

.modal-wrapper.is-active {
    cursor: pointer;
    visibility: visible;
    opacity: 1
}

.modal {
    width: 90%;
    max-height: 70%;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: scroll;
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    /* transition: all .2s; */
    z-index: 1601
}

.modal.is-active {
    opacity: 1;
    visibility: visible
}

.modal .js-modal-target {
    width: 100%;
    margin: 0
}

.article-list__inner {
    padding: 0;
    margin: 0;
    list-style: none
}

.article-list__item {
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .3)
}

.article-list__item:not(:last-child) {
    margin-bottom: 16px
}

.article-list__link {
    display: flex;
    color: #000;
    text-decoration: none
}

.article-list__link:hover {
    color: #000;
    text-decoration: none
}

.article-list__eye-catch {
    height: 100px;
    width: 100px;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    margin-right: 16px
}

.article-list__content {
    padding: 8px
}

.article-list__date {
    margin-bottom: 0
}

.article-list__ttl {
    font-size: 18px;
    font-weight: bold
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.news-list__item a {
    display: flex;
    align-items: flex-end;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 4px 0
}

.news-list__item a:hover {
    color: #000;
    text-decoration: none
}

.news-list__date {
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 3px
}

.news-list__ttl {
    margin-bottom: 0
}

.recruit-msg__heading {
    font-size: 20px;
    font-weight: bold;
    color: #6eb46e
}

.recruit-msg__heading span {
    background: linear-gradient(transparent 50%, #fdf0b3 50%)
}

.recruit-msg__name {
    color: #653200;
    font-size: 20px
}

.recruit-steps__content {
    display: flex;
    justify-content: center
}

.recruit-steps__description {
    font-size: 14px;
    color: #653200;
    font-weight: bold
}

.recruit-steps__icon {
    margin-right: 16px
}

.recruit-staff__items {
    background-color: #f3fdf2;
    padding: 32px 16px
}

.recruit-staff__item:not(:last-child) {
    border-bottom: 1px solid #6eb46e;
    padding-bottom: 32px;
    margin-bottom: 32px
}

.recruit-staff__img {
    background-color: #dcdcdc;
    background-size: cover;
    background-position: center
}

.recruit-staff__sentence {
    margin-bottom: 16px
}

.recruit-staff__sentence p {
    font-size: 14px
}

.recruit-staff__sentence p:last-child {
    margin-bottom: 0
}

.recruit-staff__sentence p strong {
    font-size: 16px
}

.recruit-staff__name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0
}

@media screen and (min-width: 600px) {
    .fixed-bnrs {
        display: none
    }
}

@media screen and (min-width: 767px) {
    .contact-form__inner {
        margin-bottom: 32px
    }
}

@media (min-width: 768px) {
    .mb-sm {
        margin-bottom: 32px
    }

    .mt-md {
        margin-top: 48px
    }

    .h1 {
        font-size: 14px
    }

    .header__info {
        flex-direction: row;
        flex-wrap: wrap
    }

    .theory h3 {
        font-size: 24px
    }

    .theory h3 {
        font-size: 36px
    }

    .recommended__ttl {
        font-size: 24px
    }

    .recommended__ttl {
        font-size: 36px
    }

    .char h3 {
        font-size: 24px
    }

    .char h3 {
        font-size: 36px
    }

    .char h4 {
        font-size: 24px
    }

    .recom__header h3 {
        font-size: 24px
    }

    .recom__header h3 {
        font-size: 36px
    }

    .recom__body h4 {
        font-size: 24px
    }

    .recom__body h5 {
        font-size: 24px
    }

    .greeting__header h3 {
        font-size: 24px
    }

    .greeting__header h3 {
        font-size: 36px
    }

    .greeting__body h4 {
        font-size: 24px
    }

    .greeting__body h5 {
        font-size: 16px
    }

    .greeting__content h4 {
        font-size: 36px
    }

    .infomation__header {
        font-size: 36px
    }

    .front-voice__ttl {
        font-size: 24px
    }

    .front-voice__ttl {
        font-size: 36px
    }

    .strength__ttl {
        font-size: 24px
    }

    .strength__ttl {
        font-size: 36px
    }

    .footer__info {
        flex-direction: row;
        flex-wrap: wrap
    }

    .access__time {
        margin-bottom: 32px
    }

    .access__googlemap {
        margin-bottom: 32px
    }

    .h1 {
        padding: 3px 20px
    }

    .header {
        padding-top: 0
    }

    .header__kv {
        max-width: 1250px;
        margin: 0 auto;
        margin-bottom: 0
    }

    .header__info {
        justify-content: space-around;
        display: flex;
        padding: 16px
    }

    .header__logo,
    .header__time {
        width: 50%;
        display: block
    }

    .header__contact {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .header__access {
        margin-left: 20px
    }

    .header__logo {
        margin: 0;
        width: 49%
    }

    .togglebtn,
    .sp-nav,
    .sp-menu {
        display: none
    }

    .main {
        padding: 0 20px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between
    }

    .main__contents-area {
        order: 2;
        margin: 0 auto;
        width: 100%
    }

    .symptoms__icon {
        width: 32%
    }

    .char__header p {
        font-size: 24px;
        margin: 0
    }

    .char__content {
        display: flex
    }

    .char__content figure {
        width: 50%
    }

    .char__content:nth-child(even) {
        flex-direction: row-reverse
    }

    .char__txt {
        width: 50%
    }

    .char__txt figure {
        width: 80%
    }

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

    .greeting__profile {
        width: 40%
    }

    .greeting__profile h4 {
        font-size: 20px
    }

    .greeting__content {
        width: 55%
    }

    .greeting__content h4 {
        font-size: 26px;
        text-align: left
    }

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

    .recom figure {
        width: 40%
    }

    .recom__txt {
        width: 57%
    }

    .sidebar {
        display: block;
        min-width: 220px;
        max-width: 220px;
        margin-right: 20px
    }

    .footer__info {
        justify-content: space-around;
        display: flex
    }

    .footer__info--sp {
        display: none
    }

    .footer__time {
        width: 49%;
        margin: 0
    }

    .footer__contact {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .footer__access {
        margin-left: 20px;
        display: block
    }

    .footer__logo {
        margin: 0;
        width: 49%
    }

    .l49 {
        width: 49%;
        float: left;
        margin-bottom: 1em;
      }
      
      .r49 {
        width: 49%;
        float: right;
        margin-bottom: 1em;
      }

    .l60 {
        width: 60%;
        float: left;
        margin-bottom: 1em
    }

    .r38 {
        width: 38%;
        float: right;
        margin-bottom: 1em
    }

    .r60 {
        width: 60%;
        float: right;
        margin-bottom: 1em
    }

    .l38 {
        width: 38%;
        float: left;
        margin-bottom: 1em
    }

    .lr-clear {
        clear: both
    }

    .access__info {
        display: flex
    }

    .access__info-right {
        width: 100%
    }

    .access__info-left {
        margin-right: 20px;
        min-width: 40%;
        width: 40%
    }

    .access__info-left figure {
        margin: 0
    }

    .access__ttl {
        font-size: 3.6vw
    }

    .access__tel {
        font-size: 2.4vw
    }

    th {
        padding: 8px
    }

    td {
        padding: 8px
    }
}

@media screen and (min-width: 768px) {
    .corresponding-symptom__inner {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .corresponding-symptom__table {
        width: 65.445026178%
    }

    .corresponding-symptom__sub-th {
        width: 160px
    }

    .corresponding-symptom__td {
        font-size: 12px
    }

    .front-voice__list {
        display: flex
    }

    .single {
        padding-bottom: 64px
    }

    .single__ttl {
        margin-bottom: 32px
    }

    .single .base-hx {
        font-size: 24px
    }

    .single .sub-hx {
        font-size: 20px
    }

    .voice__content {
        padding: 30px
    }

    .voice__inner {
        padding: 20px
    }

    .voice__media {
        margin-bottom: 24px;
        display: flex;
        justify-content: space-between
    }

    .voice__imgs {
        width: 30%
    }

    .voice__txt-wrap {
        width: 65%
    }

    .recruit-msg__heading {
        font-size: 30px
    }

    .recruit-msg__media {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse
    }

    .recruit-msg__right {
        width: 32%
    }

    .recruit-msg__left {
        width: 64%
    }

    .recruit-steps__inner {
        display: flex;
        justify-content: space-between
    }

    .recruit-steps__step {
        width: 30.7086614173%
    }

    .recruit-kappou__media {
        display: flex;
        justify-content: space-between
    }

    .recruit-kappou__img {
        width: 39.3700787402%
    }

    .recruit-kappou__body {
        width: 56.6929133858%
    }

    .recruit-staff__items {
        padding: 32px
    }

    .recruit-staff__item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .recruit-staff__img {
        padding-top: 44.5%;
        width: 38.9408099688%
    }

    .recruit-staff__body {
        width: 56.3862928349%
    }
}

@media (min-width: 786px) {
    .d-pc-none {
        display: none
    }
}

@media screen and (min-width: 1000px) {
    .btn__inner:hover {
        background-color: #fff;
        color: #653200
    }

    .contact-form__th {
        width: 250px;
        border-bottom: 1px solid #fff
    }
}

@media (min-width: 1250px) {
    .theory h3 {
        font-size: 46.85px;
        line-height: 50.67px
    }

    .recommended__ttl {
        font-size: 46.85px;
        line-height: 50.67px
    }

    .char h3 {
        font-size: 46.85px;
        line-height: 50.67px
    }

    .recom__header h3 {
        font-size: 46.85px;
        line-height: 50.67px
    }

    .greeting__header h3 {
        font-size: 46.85px;
        line-height: 50.67px
    }

    .front-voice__ttl {
        font-size: 46.85px;
        line-height: 50.67px
    }

    .strength__ttl {
        font-size: 46.85px;
        line-height: 50.67px
    }

    .row {
        display: flex
    }

    .header__info {
        padding: 16px 0
    }

    .header__logo {
        width: 436px
    }

    .header__contact {
        width: 260px;
        display: block
    }

    .header__access {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .header__access:hover {
        box-shadow: none;
        top: 4px
    }

    .header__time {
        width: 400px
    }

    .main {
        display: flex;
        max-width: 1250px;
        margin: 0 auto;
        padding: 0 100px
    }

    .main__contents-area {
        order: 2;
        width: 100%;
        max-width: 762px;
        margin: 0 auto
    }

    .symptoms__list {
        font-size: 20px;
        line-height: 28.8px
    }

    .symptoms__icon {
        overflow: hidden
    }

    .symptoms__icon img {
        /* transition: transform .2s */
    }

    .symptoms__icon img:hover {
        transform: scale(1.1)
    }

    .theory h3 {
        font-size: 46.85px;
        line-height: 50.67px
    }

    .char__header {
        color: #653200
    }

    .char__header h3 {
        font-size: 50px;
        line-height: 50.67px
    }

    .char__header p {
        font-size: 36px;
        line-height: 43.2px
    }

    .char h4 {
        font-size: 28px;
        line-height: 33.6px
    }

    .greeting__content h4 {
        font-size: 33.81px;
        line-height: 1.0815368196em
    }

    .recom__body h4 {
        font-size: 30px
    }

    .recom__body h5 {
        font-size: 20px;
        line-height: 24px
    }

    .infomation__footer {
        width: 573px;
        margin: 0 auto
    }

    .sidebar {
        max-width: 220px
    }

    .sidebar__main-list {
        opacity: .7
    }

    .sidebar__main-item {
        position: relative;
        overflow: hidden
    }

    .sidebar__main-item::before {
        top: 0;
        left: 0;
        content: "";
        position: absolute;
        background-color: #6eb46e;
        width: 100%;
        height: 100%;
        z-index: -1;
        transform: translateX(-100%);
        /* transition: transform .2s */
    }

    .sidebar__main-item span {
        z-index: 100;
        /* transition: color .2s */
    }

    .sidebar__main-item:hover::before {
        transform: translateX(0)
    }

    .sidebar__main-item:hover span {
        color: #fff
    }

    .footer__logo {
        width: 436px
    }

    .footer__contact {
        width: 260px;
        display: block
    }

    .footer__access {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .footer__access:hover {
        box-shadow: none;
        top: 4px
    }

    .footer__time {
        width: 400px
    }

    .access__ttl {
        font-size: 42px
    }

    .access__tel {
        font-size: 24px
    }
}

@media (min-width: 1250px)and (min-width: 768px) {
    .access__tel {
        font-size: 24px
    }
}

@media screen and (min-width: 1250px) {

    .global-nav__link,
    .global-nav__hover-btn {
        font-size: 18px
    }

    .article-list__item {
        /* transition: .2s */
    }

    .article-list__item:hover {
        transform: scale(1.05);
        opacity: .7
    }

    .news-list__date {
        margin-right: 30px
    }

    .recruit-staff__items {
        padding: 40px 56px
    }
}

@media screen and (max-width: 1000px) {

    .contact-form__inner,
    .contact-form__tbody,
    .contact-form__tr,
    .contact-form__th,
    .contact-form__td {
        display: block
    }
}

@media (max-width: 787px) {
    .large-table {
        overflow: scroll
    }

    .large-table__inner {
        min-width: 700px;
        table-layout: fixed
    }
}

@media screen and (max-width: 767px) {

    .corresponding-symptom__figure {
        display: none
    }

    .front-voice__border {
        width: 80%
    }

    .voice__img {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 16px
    }

    .article-list__date {
        font-size: 14px
    }

    .article-list__ttl {
        font-size: 16px
    }

    .recruit-msg__img {
        width: 70%;
        margin: 0 auto
    }

    .recruit-msg__name {
        text-align: center
    }

    .recruit-msg__name span {
        text-align: left;
        display: inline-block
    }

    .recruit-steps__img {
        width: 70%;
        margin: 0 auto 16px
    }

    .recruit-kappou__img {
        width: 70%;
        margin: 0 auto 16px
    }

    .recruit-staff__img {
        width: 70%;
        margin: 0 auto 16px;
        padding-top: 86.5%
    }
}