@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  list-style: none;
  margin: 0;
  outline: none;
  text-decoration: none;
  vertical-align: baseline;
}
body *, body *::before, body *::after {
  box-sizing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  list-style: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
}

img {
  vertical-align: top;
}

body {
  font-family: "Zen Maru Gothic", serif;
}
body *,
body *::before,
body *::after {
  font-family: inherit;
}

:root {
  --symbol_color: #14A83B;
  --moss_green: #14A83B;
  --line_green: #00C100;
  --yellow: #FFFA8B;
  --orange: #FF9900;
  --dark_orange: #E86716;
  --light_orange: #FFFAF2;
  --beige: #F8F7F3;
  --hpb: #8F3256;
}

.l-wrapper {
  width: 100%;
}
.l-main.-home {
  margin: 0;
  width: auto;
}

.l-header {
  z-index: 10;
}

.c-btn {
  display: inline-flex;
}
.c-btn.-cmn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  justify-content: center;
  position: relative;
  transition: 0.2s;
}
.c-btn.-cmn::after {
  border-color: transparent white transparent transparent;
  border-style: solid;
  border-width: 0 16px 16px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 0;
}

.p-global_header {
  display: flex;
  width: 100%;
}
.p-global_nav__close {
  height: 60px;
  position: relative;
}
.p-global_nav__close .c-close {
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
}
.p-global_nav__close .c-close::before, .p-global_nav__close .c-close::after {
  background: black;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 30px;
}
.p-global_nav__close .c-close::after {
  transform: rotate(-45deg);
}
.p-global_nav__body a {
  font-size: 1.125rem;
}
.p-global_nav__body a::after {
  content: "";
}
.p-float_nav__item.-hpb {
  background: var(--hpb);
}
.p-float_nav__item.-hpb b {
  line-height: 1.3;
  text-align: center;
}
.p-float_nav__item.-line {
  background: var(--line_green);
}
.p-kv img {
  height: auto;
  width: 100%;
}

.p-feature {
  display: flex;
}
.p-feature .c-item {
  display: flex;
  flex-direction: column;
}
.p-feature .c-img {
  border: 1px solid var(--symbol_color);
  border-radius: 5px;
  overflow: hidden;
}
.p-feature .c-headline {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
}
.p-feature .c-headline em {
  color: var(--dark_orange);
}

.p-information.-light_orange {
  background: var(--light_orange);
}
.p-information__container {
  display: grid;
}
.p-information__symbol {
  grid-area: symbol;
}
.p-information__address {
  font-weight: 500;
  grid-area: address;
  padding-top: 12px;
}
.p-information__nav {
  grid-area: nav;
  letter-spacing: 0.05rem;
  padding-top: 20px;
}
.p-information__nav .c-btn {
  background: var(--symbol_color);
  color: white;
  padding: 16px;
  width: 100%;
}
.p-information__nav .c-icn {
  margin-right: 8px;
}
.p-information__nav small {
  font-size: 0.75rem;
}
.p-information__station {
  font-weight: 500;
  grid-area: station;
  line-height: 1.4;
}
.p-information__service {
  display: flex;
  grid-area: service;
}
.p-information__service .c-item {
  align-items: center;
  display: inline-flex;
}
.p-information__service .c-item + * {
  margin-left: 28px;
}
.p-information__service .c-item .c-icn {
  margin-right: 8px;
}
.p-information__hours {
  grid-area: hours;
}
.p-information__hours table {
  background: white;
  border: 1px solid var(--symbol_color);
  border-collapse: collapse;
  color: var(--symbol_color);
  table-layout: fixed;
  width: 100%;
}
.p-information__hours table th, .p-information__hours table td {
  border: 1px solid var(--symbol_color);
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.p-information__hours table th:first-child, .p-information__hours table td:first-child {
  width: 160px;
}
.p-information__exterior .c-img {
  border: 1px solid var(--symbol_color);
  border-radius: 5px;
  overflow: hidden;
}
.p-information__exterior .c-img img {
  height: auto;
  width: 100%;
}
.p-information__exterior figcaption {
  font-weight: 500;
  padding-top: 12px;
  text-align: center;
}
.p-information__exterior figcaption em {
  color: var(--dark_orange);
}
.p-information__exterior.-clinic {
  grid-area: exterior_clinic;
}
.p-information__exterior.-parking {
  grid-area: exterior_parking;
}

.p-access_btn {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-access_btn.-light_orange {
  background: var(--light_orange);
}
.p-access_btn .c-btn {
  color: white;
  flex-direction: column;
}
.p-access_btn .c-btn::after {
  content: none;
}
.p-access_btn .c-btn img {
  max-width: 100%;
}
.p-access_btn .c-btn small + * {
  margin-top: 10px;
}
.p-access_btn .c-btn .c-case {
  align-items: center;
  display: flex;
}
.p-access_btn .c-btn .c-case .c-icn {
  margin-right: 12px;
}
.p-access_btn .c-btn.-web {
  background: var(--orange);
  flex-shrink: 1;
  width: 100%;
}

.p-insurance {
  text-align: center;
}
.p-concept__header {
  border-bottom: 1px solid var(--symbol_color);
  position: relative;
}
.p-concept__header::before, .p-concept__header::after {
  border-color: white transparent transparent transparent;
  border-style: solid;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 50%;
  top: 100%;
  width: 0;
}
.p-concept__header::before {
  border-color: var(--symbol_color) transparent transparent transparent;
  transform: translateX(1.5px);
}
.p-concept__header h2 {
  color: var(--symbol_color);
  line-height: 1.6;
}
.p-concept__about .c-img {
  flex-shrink: 0;
  overflow: hidden;
}
.p-concept__about .c-img img {
  border-radius: 10px;
}
.p-concept__about .c-heading {
  color: var(--symbol_color);
  font-size: 1.875rem;
}
.p-concept__about p {
  line-height: 1.8;
}
.p-concept__director_info p {
  margin-top: 0;
}
.p-concept__director_info p.c-name {
  font-size: 1.75rem;
  font-weight: bold;
}
.p-concept__director_info p.c-name small {
  font-size: 1rem;
}
.p-concept__director_info p.c-biography {
  font-size: 1.125rem;
}
.p-concept__director_info p.c-biography b {
  font-weight: bold;
}
.p-slider__stage {
  position: relative;
}
.p-slider__stage li {
  border-radius: 10px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.p-slider__stage li img {
  vertical-align: top;
}
.p-slider__thumbnails {
  display: flex;
  margin-top: 20px;
}
.p-slider__thumbnails li {
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
}
.p-slider__thumbnails li img {
  height: auto;
  vertical-align: top;
  width: 176px;
}

.p-group {
  background: var(--beige);
  border: 2px solid var(--symbol_color);
  border-radius: 10px;
}
.p-group .c-heading {
  color: var(--symbol_color);
  text-align: center;
}
.p-group__container .c-item {
  background: white;
  border: 2px solid var(--symbol_color);
  border-radius: 5px;
  color: var(--symbol_color);
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  transition: 0.2s;
}
.p-group__container .c-headline {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: center;
}
.p-group__container .c-headline small {
  font-size: 0.75rem;
}
.p-group__container .c-headline::before {
  background-image: url(../img/icn/icn_circle_arrow_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  margin-right: 16px;
  width: 20px;
}
.p-group__container .c-img {
  margin-bottom: 12px;
  margin-left: -2px;
  margin-right: -2px;
}
.p-group__container .c-address {
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: center;
}
.p-group__container .c-website {
  margin-top: auto;
  text-align: center;
}

.p-root {
  background: var(--beige);
  border: 2px solid var(--symbol_color);
  border-radius: 10px;
}
.p-root__header {
  align-items: center;
  border-bottom: 1px solid var(--symbol_color);
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}
.p-root__header::before, .p-root__header::after {
  border-color: var(--beige) transparent transparent transparent;
  border-style: solid;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 50%;
  top: 100%;
  width: 0;
}
.p-root__header::before {
  border-color: var(--symbol_color) transparent transparent transparent;
  transform: translateX(1.5px);
}
.p-root__header h2 {
  color: var(--symbol_color);
  line-height: 1.4;
}
.p-root .c-lead.-lv1 {
  line-height: 1.6;
}
.p-root .c-lead.-lv2 {
  color: var(--symbol_color);
  line-height: 1.6;
  text-align: center;
}
.p-root__flow {
  margin-top: 40px;
  text-align: center;
}
.p-root .c-list.-problem {
  background: white;
  border: 1px solid var(--moss_green);
}
.p-root .c-list.-problem li {
  font-size: 1.125rem;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
}
.p-root .c-list.-problem li + li {
  margin-top: 12px;
}
.p-root .c-list.-problem li::before {
  background-image: url(../img/icn/icn_checkbox_checked_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 20px;
}

.p-commit {
  background: var(--beige);
  border: 2px solid var(--symbol_color);
  border-radius: 10px;
}
.p-commit__header {
  align-items: center;
  border-bottom: 1px solid var(--symbol_color);
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}
.p-commit__header::before, .p-commit__header::after {
  border-color: var(--beige) transparent transparent transparent;
  border-style: solid;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 50%;
  top: 100%;
  width: 0;
}
.p-commit__header::before {
  border-color: var(--symbol_color) transparent transparent transparent;
  transform: translateX(1.5px);
}
.p-commit__header h2 {
  color: var(--symbol_color);
  line-height: 1.4;
}
.p-commit__item .c-img {
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  width: 440px;
}
.p-commit__item .c-img img {
  height: auto;
  width: 100%;
}
.p-commit__item .c-heading {
  position: relative;
  z-index: 2;
}
.p-commit__item .c-heading b {
  color: #D8E8DC;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-commit__item .c-heading small {
  z-index: 2;
}
.p-commit__item p {
  line-height: 2;
  position: relative;
  z-index: 2;
}

.p-more_info {
  background: var(--light_orange);
  border: 2px solid var(--orange);
  border-radius: 10px;
}
.p-more_info .c-heading {
  color: var(--orange);
}
.p-more_info__item {
  background: white;
  border: 1px solid var(--orange);
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  position: relative;
  width: 100%;
}
.p-more_info__item * {
  transition: 0.2s;
}
.p-more_info__item:hover * {
  opacity: 0.6;
}
.p-more_info__item::before {
  border-color: transparent var(--orange) transparent transparent;
  border-style: solid;
  border-width: 0 12px 12px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 0;
}
.p-more_info__item .c-headline {
  color: var(--orange);
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-align: center;
}
.p-more_info__item p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-more_info__item .c-more_info {
  color: var(--orange);
  margin-top: auto;
  text-align: center;
}

.p-treatment {
  background: var(--beige);
  border: 2px solid var(--symbol_color);
  border-radius: 10px;
}
.p-treatment__header {
  align-items: center;
  border-bottom: 1px solid var(--symbol_color);
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}
.p-treatment__header::before, .p-treatment__header::after {
  border-color: var(--beige) transparent transparent transparent;
  border-style: solid;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 50%;
  top: 100%;
  width: 0;
}
.p-treatment__header::before {
  border-color: var(--symbol_color) transparent transparent transparent;
  transform: translateX(1.5px);
}
.p-treatment__header h2 {
  color: var(--symbol_color);
  line-height: 1.4;
}
.p-treatment__container {
  display: flex;
  flex-wrap: wrap;
}
.p-treatment__item {
  background: white;
  border: 1px solid var(--symbol_color);
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.p-treatment__item * {
  transition: 0.2s;
}
.p-treatment__item:hover * {
  opacity: 0.7;
}
.p-treatment__item::before {
  border-color: transparent var(--symbol_color) transparent transparent;
  border-style: solid;
  border-width: 0 12px 12px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 0;
}
.p-treatment__item.-s {
  overflow: hidden;
  position: relative;
}
.p-treatment__item.-s .c-pct {
  position: relative;
  z-index: 2;
}
.p-treatment__item.-s .c-pct img {
  width: 100%;
}
.p-treatment__item.-s .c-headline {
  align-items: center;
  background: var(--yellow);
  border-radius: 100%;
  color: var(--symbol_color);
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.p-treatment__item.-s .c-sub {
  color: var(--symbol_color);
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 3;
}
.p-treatment__item.-l {
  position: relative;
  width: 100%;
}
.p-treatment__item.-l .c-headline {
  color: var(--symbol_color);
  display: inline-flex;
  flex-direction: column;
  flex-shrink: 0;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.p-treatment__item.-l .c-headline::before {
  background: var(--yellow);
  border-radius: 100%;
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-treatment__item.-l p {
  line-height: 2;
}
.p-treatment__item.-l .c-more_info {
  bottom: 15px;
  color: var(--symbol_color);
  position: absolute;
  right: 20px;
}
.p-treatment__other .c-heading {
  color: var(--symbol_color);
  text-align: center;
}
.p-treatment__list {
  background: white;
  border: 2px solid var(--symbol_color);
}
.p-treatment__list .c-list {
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
}
.p-treatment__list .c-list li a {
  display: block;
  line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
}
.p-treatment__list .c-list li a::before {
  background: unset;
  color: var(--symbol_color);
  content: "✔︎";
  height: unset;
  left: 0;
  position: absolute;
  text-decoration: none;
  transform: unset;
  width: unset;
}
.p-treatment__list .c-btn_wrapper {
  display: flex;
  justify-content: center;
}
.p-treatment__list .c-btn_wrapper .c-btn {
  align-items: center;
  background: var(--orange);
  border-radius: 4px;
  color: white;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 4px 12px;
  width: 180px;
}

.p-voice {
  background-image: url(../img/cmn/bg_voices.png);
  background-position: center top;
  background-repeat: repeat-x;
}
.p-voice__appeal {
  margin: auto;
  position: relative;
}
.p-voice__appeal .c-ranking {
  position: absolute;
}
.p-voice__appeal .c-ranking img {
  width: 100%;
}
.p-voice__body {
  background: rgba(248, 247, 243, 0.92);
  position: relative;
}
.p-voice__body .c-heading {
  align-items: flex-end;
  color: var(--symbol_color);
  display: flex;
  justify-content: center;
}
.p-voice__body .c-list {
  line-height: 1.6;
  overflow-y: auto;
}
.p-voice__body .c-list .c-scope + .c-scope {
  margin-top: 40px;
}
.p-voice__body .c-list dt {
  color: var(--symbol_color);
  position: relative;
}
.p-voice__body .c-list dt::before {
  background-image: url(../img/icn/icn_voice.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  width: 32px;
}
.p-voice__body .c-list li {
  line-height: 1.6;
}
.p-voice__body .c-list li em {
  font-weight: bold;
}
.p-voice__body .c-pct {
  position: absolute;
}
.p-voice__body .c-pct.-img_01 {
  right: calc(100% - 30px);
  top: -180px;
}
.p-voice__body .c-pct.-img_02 {
  left: calc(100% - 100px);
  top: -160px;
}
.p-voice__body .c-pct.-img_03 {
  bottom: -50px;
  left: calc(100% - 100px);
}
.p-voice__pro {
  background: rgba(248, 247, 243, 0.92);
}
.p-voice__pro .c-lead {
  color: var(--symbol_color);
  line-height: 1.4;
}
.p-voice__pro .c-img {
  display: flex;
  justify-content: center;
}
.p-faq .c-heading {
  align-items: flex-end;
  color: var(--symbol_color);
  display: flex;
  justify-content: center;
  text-align: center;
}
.p-faq .c-list.-faq .c-scope {
  border-top: 1px solid var(--symbol_color);
}
.p-faq .c-list.-faq .c-scope dt {
  cursor: pointer;
  position: relative;
}
.p-faq .c-list.-faq .c-scope dt::before, .p-faq .c-list.-faq .c-scope dt::after {
  background: gray;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 20px;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
  transition: 0.2s;
  width: 3px;
}
.p-faq .c-list.-faq .c-scope dt::before {
  transform: rotate(90deg);
}
.p-faq .c-list.-faq .c-scope dt.is-open::after {
  width: 0;
}
.p-faq .c-list.-faq .c-scope dt.is-open + dd {
  display: flex;
}
.p-faq .c-list.-faq .c-scope dd {
  color: var(--symbol_color);
  display: none;
  line-height: 1.6;
}
.p-faq .c-list.-faq .c-scope dd .c-icn {
  flex-shrink: 0;
}
.p-faq .c-list.-faq .c-scope dd .c-icn img {
  width: 100%;
}

.p-welcome__header {
  align-items: center;
  border-bottom: 1px solid var(--dark_orange);
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.p-welcome__header::before, .p-welcome__header::after {
  border-color: white transparent transparent transparent;
  border-style: solid;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 50%;
  top: 100%;
  width: 0;
}
.p-welcome__header::before {
  border-color: var(--dark_orange) transparent transparent transparent;
  transform: translateX(1.5px);
}
.p-welcome__header h2 {
  color: var(--dark_orange);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
.p-welcome .c-img {
  display: flex;
  justify-content: center;
}

.p-global_footer {
  background: var(--beige);
}
.p-global_footer__link li a {
  align-items: center;
  background: white;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  outline: 1px solid #A5C6AE;
  transition: 0.2s;
  width: 100%;
}
.p-global_footer__link li img {
  max-width: 100%;
  vertical-align: top;
}
.p-global_footer__nav {
  border-top: 1px solid lightgray;
  display: flex;
  justify-content: center;
}
.p-global_footer__nav li a:hover {
  text-decoration: underline;
}
.p-global_footer__sub_nav {
  border-bottom: 1px solid lightgray;
}
.p-global_footer__sub_nav li a {
  font-size: 0.8125rem;
}
.p-global_footer__sub_nav li a:hover {
  text-decoration: underline;
}
.p-global_footer .c-copyright {
  color: gray;
  font-size: 0.75rem;
  padding-bottom: 20px;
  text-align: center;
}

.p-gutenberg {
  padding-bottom: 100px;
}
.p-gutenberg .wp-block-heading {
  line-height: 1.4;
  margin-bottom: 1em;
}
.p-gutenberg h1.wp-block-heading {
  font-size: 2rem;
}
.p-gutenberg h2.wp-block-heading {
  font-size: 1.8rem;
}
.p-gutenberg h3.wp-block-heading {
  font-size: 1.6rem;
}
.p-gutenberg h4.wp-block-heading {
  font-size: 1.4rem;
}
.p-gutenberg h5.wp-block-heading {
  font-size: 1.2rem;
}
.p-gutenberg h6.wp-block-heading {
  font-size: 1rem;
}
.p-gutenberg p {
  line-height: 1.8;
}
.p-gutenberg p + p {
  margin-top: 1em;
}
.p-gutenberg p + .wp-block-heading {
  margin-top: 40px;
}
.p-gutenberg p a {
  color: var(--symbol_color);
  text-decoration: underline;
}
.p-gutenberg p strong {
  font-weight: bold;
}
.p-gutenberg p s {
  text-decoration: line-through;
}
.p-gutenberg p em {
  background: var(--orange);
  padding: 0 4px;
}
.p-gutenberg p mark.has-inline-color.has-luminous-vivid-amber-color {
  color: var(--dark_orange);
}
.p-gutenberg .wp-block-image {
  display: flex;
}
.p-gutenberg .wp-block-image + * {
  margin-top: 40px;
}
.p-gutenberg .wp-block-image.size-full {
  display: block;
}
.p-gutenberg .wp-block-image figcaption {
  margin-top: 12px;
}
.p-gutenberg .wp-block-image .aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.p-gutenberg .wp-block-image .aligncenter figcaption {
  text-align: center;
}
.p-gutenberg .wp-block-image .alignright {
  float: none;
  margin-left: auto;
}
.p-gutenberg .wp-block-image .alignright figcaption {
  text-align: right;
}
.p-gutenberg .wp-block-list + * {
  margin-top: 40px;
}
.p-gutenberg ul.wp-block-list li {
  line-height: 1.4;
  padding-left: 1.2em;
  position: relative;
}
.p-gutenberg ul.wp-block-list li + li {
  margin-top: 8px;
}
.p-gutenberg ul.wp-block-list li::before {
  content: "・";
  left: 0;
  position: absolute;
}
.p-gutenberg ol.wp-block-list li {
  line-height: 1.4;
  list-style: decimal;
  list-style-position: inside;
}
.p-gutenberg ol.wp-block-list li + li {
  margin-top: 8px;
}
.p-gutenberg .wp-block-table.is-style-regular + * {
  margin-top: 40px;
}
.p-gutenberg .wp-block-table.is-style-regular table {
  border: 1px solid #ccc;
}
.p-gutenberg .wp-block-table.is-style-regular table.has-fixed-layout {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.p-gutenberg .wp-block-table.is-style-regular table th, .p-gutenberg .wp-block-table.is-style-regular table td {
  border: 1px solid #ccc;
  padding: 24px;
}
.p-gutenberg .wp-block-table.is-style-regular table th {
  background: #EEEEEE;
}
.p-gutenberg .wp-block-media-text {
  gap: 24px;
  align-items: flex-start;
  display: flex;
}
.p-gutenberg .wp-block-media-text + * {
  margin-top: 40px;
}
.p-gutenberg .wp-block-media-text + .wp-block-media-text {
  margin-top: 60px;
}
.p-gutenberg .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.p-gutenberg .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  margin-bottom: 0.5em;
}
.p-gutenberg .wp-block-columns {
  gap: 24px;
  display: flex;
}
.p-gutenberg .wp-block-columns + * {
  margin-top: 40px;
}
.p-gutenberg .wp-block-group {
  background-color: white !important;
  border: 2px solid var(--symbol_color);
  border-radius: 10px;
  padding: 24px 40px;
}
.p-gutenberg .wp-block-group + * {
  margin-top: 40px;
}
.p-gutenberg .wp-block-group .wp-block-heading {
  color: var(--symbol_color);
}
.p-gutenberg * + .wp-block-heading {
  margin-top: 60px !important;
}

.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media, .wp-block-media-text > .wp-block-media-text__content, .wp-block-media-text > .wp-block-media-text__media {
  align-self: unset !important;
}

.p-category {
  display: flex;
  flex-wrap: wrap;
}
.p-category__item .c-img {
  aspect-ratio: 4/3;
  margin-bottom: 12px;
  overflow: hidden;
}
.p-category__item .c-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-category__item .c-heading {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-category__item p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-category__item .c-date {
  display: block;
  font-size: 0.8rem;
  text-align: right;
}

.nav-links {
  gap: 8px;
  display: flex;
  justify-content: center;
}
.nav-links a,
.nav-links span.current {
  align-items: center;
  border: 1px solid var(--symbol_color);
  color: var(--symbol_color);
  display: inline-flex;
  font-size: 1rem;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
}
.nav-links span.current {
  background: var(--symbol_color);
  border-color: var(--symbol_color);
  color: white;
}
.nav-links span.next {
  border-right: 2px solid var(--symbol_color);
  border-top: 2px solid var(--symbol_color);
  height: 10px;
  transform: translateX(-3px) rotate(45deg);
  width: 10px;
}
.nav-links span.prev {
  border-bottom: 2px solid var(--symbol_color);
  border-left: 2px solid var(--symbol_color);
  height: 10px;
  transform: translateX(3px) rotate(45deg);
  width: 10px;
}

.u-bg_beige {
  background: var(--beige);
}
._hidden {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .l-wrapper {
    min-width: 1260px;
  }
  .l-main {
    margin: 100px auto 0;
    min-width: 1080px;
    overflow: hidden;
  }
  .l-header {
    align-items: center;
    background: white;
    height: 96px;
    justify-content: center;
    min-width: 1160px;
    position: sticky;
    top: 0;
    width: 100%;
  }
  .c-btn.-cmn:hover {
    opacity: 0.8;
  }
  .p-global_header {
    align-items: center;
    height: 92px;
    max-width: 1400px;
    padding-left: 36px;
  }
  .p-global_header__symbol img {
    height: 60px;
    width: auto;
  }
  .p-global_nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #EAEAEA;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    height: 48px;
    justify-content: center;
    left: 0;
    padding-top: 8px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .p-global_nav__hamburger {
    display: none;
  }
  .p-global_nav__close {
    display: none;
  }
  .p-global_nav__body .c-list {
    display: flex;
  }
  .p-global_nav__body li + li {
    margin-left: 24px;
  }
  .p-global_nav__body a {
    color: black;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    word-break: keep-all;
  }
  .p-global_nav__body a:hover::after {
    width: 100%;
  }
  .p-global_nav__body a::after {
    background: var(--symbol_color);
    bottom: 0px;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: 0.2s;
    width: 0;
  }
  .p-global_nav #GLOBAL_NAV_STATUS {
    display: none;
  }
  .p-float_nav {
    gap: 16px;
    display: flex;
    position: absolute;
    right: 26px;
    top: 0;
  }
  .p-float_nav__item {
    gap: 8px;
    align-items: center;
    border-radius: 0 0 8px 8px;
    color: white;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 210px;
  }
  .p-float_nav__item.-phone {
    align-items: center;
    color: black;
    font-size: 1.2rem;
    height: unset;
    position: absolute;
    right: 0;
    top: calc(100% + 16px);
    white-space: nowrap;
    width: unset;
  }
  .p-float_nav__item.-phone .c-icn {
    flex-shrink: 0;
    height: 20px;
    width: 20px;
  }
  .p-float_nav__item.-phone .c-icn img {
    height: 100%;
    width: 100%;
  }
  .p-kv {
    display: flex;
    justify-content: center;
  }
  .p-kv img {
    max-width: 1600px;
  }
  .p-feature {
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 40px;
    width: 1080px;
  }
  .p-feature .c-headline {
    margin-top: 8px;
    min-height: 3.25rem;
  }
  .p-information__container {
    gap: 0 24px;
    grid-template-areas: "symbol service service" "symbol hours hours" "address hours hours" "nav hours hours" "station hours hours" "exterior_clinic exterior_clinic exterior_parking";
    grid-template-columns: 380px 350px 1fr;
    grid-template-rows: auto auto auto auto auto auto;
    margin: 0 auto;
    padding-top: 68px;
    width: 1080px;
  }
  .p-information__address {
    font-size: 1.125rem;
    padding-left: 12px;
  }
  .p-information__station {
    font-size: 1.25rem;
    padding-top: 32px;
  }
  .p-information__service .c-item {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .p-information__hours {
    padding-top: 16px;
  }
  .p-information__hours table {
    font-size: 1.125rem;
  }
  .p-information__hours table th, .p-information__hours table td {
    padding: 20px 8px;
  }
  .p-information__exterior {
    padding-top: 56px;
  }
  .p-information__exterior figcaption {
    font-size: 1.125rem;
  }
  .p-information__symbol {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-information__address {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-information__nav {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-information__station {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .p-information__service {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-information__hours {
    -ms-grid-row: 3;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-information__exterior.-clinic {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-information__exterior.-parking {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .p-information__root {
    gap: 24px;
    display: flex;
    margin: 0 auto;
    padding-top: 30px;
    width: 1080px;
  }
  .p-access_btn {
    margin: auto;
    padding-top: 148px;
  }
  .p-access_btn.-light_orange {
    padding-bottom: 80px;
  }
  .p-access_btn .c-btn {
    width: 770px;
  }
  .p-access_btn .c-btn + .c-btn {
    margin-top: 24px;
  }
  .p-access_btn .c-btn small {
    font-size: 1.75rem;
  }
  .p-access_btn .c-btn .c-case {
    font-size: 3.25rem;
  }
  .p-access_btn .c-btn .c-case + * {
    margin-top: 15px;
  }
  .p-access_btn .c-btn.-web {
    font-size: 1.875rem;
  }
  .p-access_btn .c-btn.-web .c-icn {
    margin-bottom: 5px;
  }
  .p-access_btn .c-container {
    gap: 0 20px;
    display: flex;
    margin-top: 30px;
    width: 770px;
  }
  .p-access_btn .c-container .c-btn + .c-btn {
    margin: 0;
  }
  .p-insurance {
    padding: 140px 0 72px;
  }
  .p-insurance a {
    transition: 0.2s;
  }
  .p-insurance a:hover {
    opacity: 0.8;
  }
  .p-concept {
    margin: 0 auto;
    width: 1080px;
  }
  .p-concept__header {
    margin-bottom: 70px;
    padding: 100px 80px;
  }
  .p-concept__header::before, .p-concept__header::after {
    border-width: 70px 90px 0 0;
  }
  .p-concept__header h2 {
    font-size: 3.75rem;
  }
  .p-concept__about {
    display: flex;
    margin-top: 170px;
  }
  .p-concept__about .c-img {
    border-radius: 10px;
    margin-right: 60px;
    width: 520px;
  }
  .p-concept__about p {
    font-size: 1.125rem;
    margin-top: 36px;
  }
  .p-concept__director_info {
    margin-top: 32px;
  }
  .p-concept__director_info p {
    font-size: 1.625rem;
  }
  .p-slider {
    margin: 100px auto 0;
    width: 1080px;
  }
  .p-slider__stage {
    height: 614px;
    width: 1080px;
  }
  .p-group {
    margin: 64px auto 0;
    padding: 36px 60px 60px;
    width: 1080px;
  }
  .p-group .c-heading {
    font-size: 1.75rem;
  }
  .p-group__container {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
  }
  .p-group__container .c-item:hover {
    opacity: 0.8;
  }
  .p-root {
    margin: 72px auto 0;
    width: 1080px;
  }
  .p-root__header {
    padding: 90px 0 60px;
  }
  .p-root__header::before, .p-root__header::after {
    border-width: 70px 90px 0 0;
  }
  .p-root__header h2 {
    font-size: 3rem;
  }
  .p-root__body {
    margin-top: 128px;
  }
  .p-root .c-lead.-lv1 {
    font-size: 1.75rem;
    text-align: center;
  }
  .p-root .c-lead.-lv2 {
    font-size: 1.75rem;
    margin-top: 60px;
    text-align: center;
  }
  .p-root .c-list.-problem {
    margin: 24px 40px 40px;
    padding: 40px;
  }
  .p-commit {
    margin: 72px auto 0;
    width: 1080px;
  }
  .p-commit__header {
    padding: 90px 0 60px;
  }
  .p-commit__header::before, .p-commit__header::after {
    border-width: 70px 90px 0 0;
  }
  .p-commit__header h2 {
    font-size: 3rem;
  }
  .p-commit__body {
    margin-bottom: 40px;
    margin-top: 128px;
  }
  .p-commit__item + * {
    margin-top: 100px;
  }
  .p-commit__item {
    gap: 0 40px;
    align-items: flex-start;
    display: flex;
  }
  .p-commit__item:nth-child(odd) {
    margin-left: 80px;
    margin-right: 20px;
  }
  .p-commit__item:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: 20px;
    margin-right: 80px;
  }
  .p-commit__item .c-img {
    width: 440px;
  }
  .p-commit__item .c-heading + p {
    margin-top: 32px;
  }
  .p-commit__item .c-heading {
    font-size: 1.875rem;
    line-height: 1.4;
  }
  .p-commit__item .c-heading b {
    font-size: 12.5rem;
    transform: translateY(-50%);
  }
  .p-commit__item .c-heading small {
    font-size: 1rem;
  }
  .p-commit__item p {
    font-size: 1.0625rem;
  }
  .p-more_info {
    margin: 40px auto 0;
    padding: 60px;
    width: 1080px;
  }
  .p-more_info .c-heading {
    font-size: 1.5rem;
  }
  .p-more_info__container {
    gap: 0 24px;
    display: flex;
    margin-top: 60px;
  }
  .p-treatment {
    margin: 72px auto 0;
    width: 1080px;
  }
  .p-treatment__header {
    padding: 90px 0 60px;
  }
  .p-treatment__header::before, .p-treatment__header::after {
    border-width: 70px 90px 0 0;
  }
  .p-treatment__header h2 {
    font-size: 3rem;
  }
  .p-treatment__container {
    gap: 30px;
    justify-content: flex-start;
    margin: 128px 60px 0;
  }
  .p-treatment__item.-s {
    width: calc(33.3333333333% - 20px);
  }
  .p-treatment__item.-s .c-headline {
    font-size: 3.25rem;
    height: 140px;
    left: 15px;
    top: 15px;
    width: 140px;
  }
  .p-treatment__item.-s .c-sub {
    bottom: 20px;
    font-size: 1.25rem;
  }
  .p-treatment__item.-l {
    align-items: center;
    display: flex;
    min-height: 220px;
    padding: 25px;
  }
  .p-treatment__item.-l .c-headline {
    font-size: 2.5rem;
    padding-left: 25px;
    width: 45%;
  }
  .p-treatment__item.-l .c-headline::before {
    height: 120px;
    left: 0;
    width: 120px;
  }
  .p-treatment__item.-l .c-headline small {
    font-size: 1.25rem;
  }
  .p-treatment__other {
    margin: 60px;
  }
  .p-treatment__other .c-heading {
    font-size: 1.875rem;
  }
  .p-treatment__list {
    border-radius: 16px;
    margin-top: 40px;
    padding: 32px 40px;
  }
  .p-treatment__list .c-list li {
    max-width: calc((100% - 30px) / 2);
    min-width: calc((100% - 60px) / 3);
  }
  .p-treatment__list .c-list li a:hover {
    text-decoration: underline;
  }
  .p-treatment__list .c-btn_wrapper {
    margin-top: 40px;
  }
  .p-treatment__list .c-btn_wrapper .c-btn {
    transition: 0.2s;
  }
  .p-treatment__list .c-btn_wrapper .c-btn:hover {
    opacity: 0.7;
  }
  .p-voice {
    margin-top: 80px;
  }
  .p-voice .c-container {
    margin: 0 auto;
    width: 1080px;
  }
  .p-voice__appeal {
    width: 980px;
  }
  .p-voice__appeal .c-appeal img {
    width: 960px;
  }
  .p-voice__appeal .c-ranking {
    right: -50px;
    top: -20px;
    width: 300px;
  }
  .p-voice__body {
    margin-top: 60px;
    padding: 20px 60px 60px;
  }
  .p-voice__body .c-heading {
    font-size: 2.5rem;
  }
  .p-voice__body .c-icn {
    margin-right: 20px;
    transform: translateY(20px);
  }
  .p-voice__body .c-list {
    font-size: 1.5rem;
    height: 750px;
    margin-top: 60px;
  }
  .p-voice__body .c-list dt {
    margin-bottom: 20px;
    padding-left: 48px;
  }
  .p-voice__body .c-list dt::before {
    height: 32px;
    width: 32px;
  }
  .p-voice__body .c-list li + li {
    margin-top: 50px;
  }
  .p-voice__body .c-list li {
    font-size: 1.5rem;
  }
  .p-voice__pro {
    margin-top: 60px;
    padding: 40px;
  }
  .p-voice__pro .c-lead {
    font-size: 1.875rem;
    text-align: center;
  }
  .p-voice__pro .c-img {
    margin-top: 30px;
  }
  .p-faq {
    margin-top: 120px;
  }
  .p-faq .c-heading {
    font-size: 2.5rem;
  }
  .p-faq .c-heading .c-icn {
    margin-right: 20px;
    transform: translateY(20px);
  }
  .p-faq .c-list.-faq {
    margin: 60px auto 0;
    width: 1080px;
  }
  .p-faq .c-list.-faq .c-scope dt {
    font-size: 1.5rem;
    padding: 20px 50px;
  }
  .p-faq .c-list.-faq .c-scope dd {
    font-size: 1.25rem;
    padding: 20px 50px;
  }
  .p-faq .c-list.-faq .c-scope dd .c-icn {
    margin-left: 40px;
    width: 90px;
  }
  .p-welcome__header {
    padding: 90px 0 60px;
    width: 1080px;
  }
  .p-welcome__header::before, .p-welcome__header::after {
    border-width: 70px 90px 0 0;
  }
  .p-welcome__header h2 {
    font-size: 2rem;
  }
  .p-welcome .c-img {
    margin-top: 120px;
  }
  .p-welcome .c-img img {
    height: auto;
    width: 100%;
  }
  .p-global_footer {
    padding: 80px 0 0;
  }
  .p-global_footer__link {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    width: 940px;
  }
  .p-global_footer__link li {
    width: 220px;
  }
  .p-global_footer__link li a {
    width: 220px;
  }
  .p-global_footer__link li a:hover {
    opacity: 0.7;
  }
  .p-global_footer__nav {
    margin: 80px auto 0;
    padding: 80px 0 0;
    width: 1080px;
  }
  .p-global_footer__nav li + li {
    margin-left: 20px;
  }
  .p-global_footer__sub_nav {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    padding: 0 0 80px;
    width: 1080px;
  }
  .p-global_footer__sub_nav li + li {
    margin-left: 20px;
  }
  .p-gutenberg {
    margin: auto;
    width: 1024px;
  }
  .p-gutenberg p a:hover {
    text-decoration: none;
  }
  .p-gutenberg .wp-block-media-text .wp-block-media-text__media {
    align-self: flex-start !important;
    flex-shrink: 0;
    width: 250px;
  }
  .p-category {
    gap: 60px 30px;
    margin: 0 auto 100px;
    width: 1024px;
  }
  .p-category__heading {
    font-size: 2rem;
    margin: 0 auto 30px;
    width: 1024px;
  }
  .p-category__item {
    width: calc((100% - 90px) / 4);
  }
  .p-category__item .c-heading {
    height: 3.36rem;
  }
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    margin: 60px 0 0;
  }
  .p-global_nav__body {
    z-index: 10;
  }
  .l-header {
    display: flex;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
  }
  .p-global_header {
    justify-content: center;
    padding: 10px;
    position: relative;
  }
  .p-global_header__symbol img {
    height: auto;
    width: 60vw;
  }
  .p-global_nav__hamburger {
    align-items: center;
    background: white;
    border: 2px solid var(--symbol_color);
    border-radius: 4px;
    display: inline-flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
  }
  .p-global_nav__hamburger .c-patty, .p-global_nav__hamburger::before, .p-global_nav__hamburger::after {
    background: var(--symbol_color);
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
  }
  .p-global_nav__hamburger::before {
    transform: translateY(-10px);
  }
  .p-global_nav__hamburger::after {
    transform: translateY(10px);
  }
  .p-global_nav__body {
    background: white;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: 0.2s;
  }
  .p-global_nav__body .c-list {
    border-top: 1px solid darkgray;
  }
  .p-global_nav__body li {
    border-bottom: 1px solid darkgray;
  }
  .p-global_nav__body a {
    display: flex;
    padding: 20px 30px;
    position: relative;
  }
  .p-global_nav__body a::after {
    border-right: 2px solid gray;
    border-top: 2px solid gray;
    bottom: 0;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    transform: rotate(45deg);
    width: 10px;
  }
  .p-global_nav #GLOBAL_NAV_STATUS {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: translate(-100%, -100%);
  }
  body.is-debug .p-global_nav #GLOBAL_NAV_STATUS {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    opacity: 1;
    transform: translate(100%, 100%);
    z-index: 10000;
  }
  .p-global_nav #GLOBAL_NAV_STATUS:checked ~ .p-global_nav__body {
    transform: translateX(0);
  }
  .p-float_nav {
    gap: 2px;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    display: flex;
    left: 0;
    padding: 4px;
    position: fixed;
    right: 0;
  }
  .p-float_nav__item.-phone {
    align-items: center;
    background: var(--orange);
    border-radius: 3px;
    color: white;
    display: flex;
    font-size: 1.125rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.1em;
    padding: 12px;
    width: 100%;
  }
  .p-float_nav__item.-phone .c-icn {
    height: 24px;
    margin-right: 8px;
    width: 24px;
  }
  .p-float_nav__item.-phone .c-icn img {
    width: 100%;
  }
  .p-float_nav__item.-hpb {
    align-items: center;
    border-radius: 3px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.1em;
    padding: 0 0;
    width: 50%;
  }
  .p-float_nav__item.-hpb small {
    font-size: 10px;
    margin-bottom: 2px;
    text-align: center;
    transform: scale(0.8);
  }
  .p-float_nav__item.-hpb b {
    font-size: 11px;
    line-height: 1.2;
  }
  .p-float_nav__item.-line {
    align-items: center;
    border-radius: 3px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 0.8125rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.1em;
    padding: 8px 0;
    width: 50%;
  }
  .p-float_nav__item.-line .c-icn {
    height: 24px;
    margin-bottom: 4px;
    width: 24px;
  }
  .p-float_nav__item.-line .c-icn img {
    height: 100%;
    width: 100%;
  }
  .p-feature {
    gap: 25px;
    flex-wrap: wrap;
    padding: 20px 25px;
  }
  .p-feature .c-item {
    width: calc((100% - 25px) / 2);
  }
  .p-feature .c-img img {
    height: auto;
    width: 100%;
  }
  .p-feature .c-headline {
    font-size: 0.875rem;
    margin-top: 4px;
    min-height: 2.5rem;
  }
  .p-information__container {
    gap: 0 12px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-areas: "symbol symbol" "address address" "station station" "service service" "hours hours" "exterior_clinic exterior_parking" "nav nav";
    grid-template-columns: calc((100% - 12px) * 0.585) calc((100% - 12px) * 0.415);
    grid-template-rows: auto auto auto auto auto auto auto;
    margin: 20px 24px;
  }
  .p-information__symbol {
    text-align: center;
  }
  .p-information__symbol img {
    height: auto;
    width: 100%;
  }
  .p-information__address {
    font-size: 1.125rem;
  }
  .p-information__nav .c-btn {
    line-height: 1.2;
  }
  .p-information__station {
    font-size: 1.125rem;
    padding-top: 12px;
  }
  .p-information__service {
    padding-top: 20px;
  }
  .p-information__service .c-item {
    font-size: 0.75rem;
  }
  .p-information__service .c-item + * {
    margin-left: 12px;
  }
  .p-information__service .c-item .c-icn img {
    height: auto;
    width: 16px;
  }
  .p-information__hours {
    padding-top: 12px;
  }
  .p-information__hours table {
    font-size: 0.875rem;
  }
  .p-information__hours table th, .p-information__hours table td {
    padding: 10px;
  }
  .p-information__hours table th:first-child, .p-information__hours table td:first-child {
    width: 100px;
  }
  .p-information__exterior {
    padding-top: 20px;
  }
  .p-information__exterior figcaption {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .p-information__symbol {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-information__address {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-information__nav {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-information__station {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-information__service {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-information__hours {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-information__exterior.-clinic {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-information__exterior.-parking {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .p-information__root {
    gap: 24px;
    display: flex;
    flex-direction: column;
    margin: 0 24px 60px;
  }
  .p-access_btn {
    padding: 0 24px;
  }
  .p-access_btn.-light_orange {
    padding-bottom: 40px;
  }
  .p-access_btn .c-btn + .c-btn {
    margin-top: 12px;
  }
  .p-access_btn .c-btn small {
    font-size: 0.75rem;
  }
  .p-access_btn .c-btn .c-case {
    font-size: 1.5rem;
  }
  .p-access_btn .c-btn .c-case + * {
    margin-top: 10px;
  }
  .p-access_btn .c-btn .c-case .c-icn img {
    height: 100%;
    width: 100%;
  }
  .p-access_btn .c-btn.-web {
    flex-direction: row;
    font-size: 1.5rem;
  }
  .p-access_btn .c-btn.-web .c-icn {
    align-items: center;
    display: inline-flex;
    height: 40px;
    margin-right: 8px;
    width: 40px;
  }
  .p-access_btn .c-btn.-web .c-icn img {
    width: 100%;
  }
  .p-access_btn .c-container {
    margin-top: 8px;
  }
  .p-access_btn .c-container .c-btn + .c-btn {
    margin-top: 8px;
  }
  .p-insurance {
    padding: 40px 24px;
  }
  .p-insurance img {
    height: auto;
  }
  .p-insurance img {
    height: auto;
    width: 100%;
  }
  .p-concept__header {
    display: flex;
    justify-content: center;
    padding: 40px 30px;
  }
  .p-concept__header::before, .p-concept__header::after {
    border-width: 35px 45px 0 0;
  }
  .p-concept__header h2 {
    font-size: 1.875rem;
  }
  .p-concept__about {
    margin-top: 80px;
  }
  .p-concept__about .c-img {
    margin: 0 50px;
  }
  .p-concept__about .c-img img {
    height: auto;
    width: 100%;
  }
  .p-concept__about .c-desc {
    margin: 48px 24px;
  }
  .p-concept__about .c-heading {
    line-height: 1.6;
  }
  .p-concept__about p {
    font-size: 1rem;
    margin-top: 24px;
  }
  .p-concept__director_info {
    margin-top: 8px;
  }
  .p-slider {
    margin: 24px 24px 0;
  }
  .p-slider__stage {
    width: 100%;
  }
  .p-slider__stage li img {
    height: auto;
    width: 100%;
  }
  .p-slider__thumbnails {
    display: none !important;
  }
  .p-group {
    margin: 24px 24px 0;
    padding: 24px;
  }
  .p-group .c-heading {
    font-size: 1.125rem;
  }
  .p-group__container {
    margin-top: 24px;
  }
  .p-group__container .c-item + .c-item {
    margin-top: 12px;
  }
  .p-group__container .c-img img {
    height: auto;
    width: 100%;
  }
  .p-root {
    margin: 40px 24px 0;
  }
  .p-root__header {
    padding: 24px;
  }
  .p-root__header::before, .p-root__header::after {
    border-width: 35px 45px 0 0;
  }
  .p-root__header h2 {
    font-size: 1.25rem;
  }
  .p-root__body {
    margin: 60px 24px 0;
  }
  .p-root .c-lead.-lv1 {
    font-size: 1rem;
  }
  .p-root .c-lead.-lv2 {
    font-size: 1rem;
    margin-top: 40px;
  }
  .p-root__flow img {
    height: auto;
    width: 80%;
  }
  .p-root .c-list.-problem {
    margin: 24px 0;
    padding: 24px;
  }
  .p-commit {
    margin: 24px 24px 0;
  }
  .p-commit__header {
    padding: 24px;
  }
  .p-commit__header::before, .p-commit__header::after {
    border-width: 35px 45px 0 0;
  }
  .p-commit__header h2 {
    font-size: 1.25rem;
  }
  .p-commit__body {
    margin-top: 80px;
  }
  .p-commit__item {
    margin: 60px 24px 24px;
  }
  .p-commit__item .c-img {
    margin-top: 24px;
    width: 100%;
  }
  .p-commit__item .c-heading + p {
    margin-top: 12px;
  }
  .p-commit__item .c-heading {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-commit__item .c-heading b {
    font-size: 6.25rem;
    transform: translateY(-50%);
  }
  .p-commit__item .c-heading small {
    font-size: 0.75rem;
  }
  .p-commit__item p {
    font-size: 0.875rem;
  }
  .p-more_info {
    margin: 24px;
    padding: 24px;
  }
  .p-more_info .c-heading {
    font-size: 1.25rem;
    text-align: center;
  }
  .p-more_info__container {
    margin-top: 24px;
  }
  .p-more_info__item + * {
    margin-top: 20px;
  }
  .p-treatment {
    margin: 60px 24px 0;
  }
  .p-treatment__header {
    padding: 24px;
  }
  .p-treatment__header::before, .p-treatment__header::after {
    border-width: 35px 45px 0 0;
  }
  .p-treatment__header h2 {
    font-size: 1.25rem;
  }
  .p-treatment__container {
    gap: 20px 20px;
    margin: 80px 24px 0;
  }
  .p-treatment__item.-s {
    width: calc((100% - 20px) / 2);
  }
  .p-treatment__item.-s .c-headline {
    font-size: 1.25rem;
    height: 50px;
    left: 5px;
    top: 5px;
    width: 50px;
  }
  .p-treatment__item.-s .c-sub {
    bottom: 8px;
    font-size: 0.75rem;
  }
  .p-treatment__item.-l {
    padding: 24px;
  }
  .p-treatment__item.-l .c-headline {
    font-size: 1.75rem;
    margin-bottom: 28px;
    padding-left: 0;
  }
  .p-treatment__item.-l .c-headline::before {
    height: 80px;
    left: -12px;
    width: 80px;
  }
  .p-treatment__item.-l .c-headline small {
    font-size: 1rem;
  }
  .p-treatment__other {
    margin: 60px 24px 24px;
  }
  .p-treatment__other .c-heading {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-treatment__list {
    border-radius: 12px;
    margin-top: 32px;
    padding: 16px 24px;
  }
  .p-treatment__list .c-list li {
    min-width: calc((100% - 30px) / 2);
  }
  .p-treatment__list .c-btn_wrapper {
    margin-top: 24px;
  }
  .p-voice {
    background-size: auto 100%;
    margin-top: 80px;
  }
  .p-voice .c-container {
    margin: 0 24px;
  }
  .p-voice__appeal .c-appeal img {
    width: 100%;
  }
  .p-voice__appeal .c-ranking {
    right: 0;
    top: 0;
    transform: translateY(-50%);
    width: 60%;
  }
  .p-voice__body {
    margin-top: 24px;
    padding: 20px 24px;
  }
  .p-voice__body .c-heading {
    font-size: 1.25rem;
  }
  .p-voice__body .c-icn {
    margin-right: 8px;
    transform: translateY(10px);
    width: 40px;
  }
  .p-voice__body .c-icn img {
    height: auto;
    width: 100%;
  }
  .p-voice__body .c-list {
    -webkit-overflow-scrolling: touch;
    font-size: 1rem;
    height: 60vh;
    margin-right: -10px;
    margin-top: 24px;
    padding-right: 10px;
  }
  .p-voice__body .c-list dt {
    margin-bottom: 16px;
    padding-left: 36px;
  }
  .p-voice__body .c-list dt::before {
    height: 24px;
    top: 3px;
    width: 24px;
  }
  .p-voice__body .c-list li + li {
    margin-top: 24px;
  }
  .p-voice__body .c-list li {
    font-size: 1rem;
  }
  .p-voice__body .c-pct.-img_01 {
    display: none;
  }
  .p-voice__body .c-pct.-img_02 {
    display: none;
  }
  .p-voice__body .c-pct.-img_03 {
    display: none;
  }
  .p-voice__pro {
    margin-top: 40px;
    padding: 24px;
  }
  .p-voice__pro .c-lead {
    font-size: 1.25rem;
  }
  .p-voice__pro .c-img {
    margin-top: 24px;
  }
  .p-voice__pro .c-img img {
    width: 120%;
  }
  .p-faq {
    margin-top: 40px;
  }
  .p-faq .c-heading {
    font-size: 1.25rem;
  }
  .p-faq .c-heading .c-icn {
    margin-right: 8px;
    transform: translateY(10px);
    width: 40px;
  }
  .p-faq .c-heading .c-icn img {
    width: 100%;
  }
  .p-faq .c-list.-faq {
    margin: 24px 24px 0;
  }
  .p-faq .c-list.-faq .c-scope dt {
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 12px 50px 12px 16px;
  }
  .p-faq .c-list.-faq .c-scope dd {
    padding: 12px 16px;
  }
  .p-faq .c-list.-faq .c-scope dd .c-icn {
    margin-left: 16px;
    width: 60px;
  }
  .p-welcome__header {
    padding: 60px 24px 24px;
  }
  .p-welcome__header::before, .p-welcome__header::after {
    border-width: 35px 45px 0 0;
  }
  .p-welcome__header h2 {
    font-size: 1.25rem;
  }
  .p-welcome .c-img {
    margin-top: 60px;
  }
  .p-welcome .c-img img {
    height: auto;
    width: 100%;
  }
  .p-global_footer {
    padding: 40px 24px 0;
  }
  .p-global_footer__link {
    margin: 0 20px;
  }
  .p-global_footer__link li + li {
    margin-top: 12px;
  }
  .p-global_footer__nav {
    flex-wrap: wrap;
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
  .p-global_footer__nav li {
    margin-bottom: 24px;
    width: calc((100% - 20px) / 2);
  }
  .p-global_footer__sub_nav {
    padding: 0 0 40px;
  }
  .p-global_footer__sub_nav li + li {
    margin-top: 24px;
  }
  .p-global_footer__sub_nav li {
    margin-left: 10px;
  }
  .p-global_footer__sub_nav li a {
    font-size: 1rem;
  }
  .p-global_footer .c-copyright {
    line-height: 1.4;
    padding-bottom: 80px;
    padding-top: 20px;
  }
  .p-category {
    gap: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-category__heading {
    font-size: 1.8rem;
    margin: 0 20px 30px;
    padding-top: 24px;
  }
  ._pc {
    display: none !important;
  }
}
/*# sourceMappingURL=maps/style.css.map */
