@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
input, textarea, button, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

p, li, dd, dt, td, th {
  word-wrap: break-word;
}

select, input {
  word-wrap: normal;
}

address, caption, cite, code, dfn, em, strong, th, var, time, mark {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

mark {
  color: #000;
  background: #FFF;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, keygen {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

pre, code,
kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

input:not([type=radio]):not([type=checkbox]), textarea, button {
  /* iosでボタンなどのデフォルト装飾を解除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Firefoxでボタン系の高さが1pxずれる対策 */
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0px;
}

/*----------------------
     html base
---------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
  background: #fff;
}

body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
  font-weight: 400;
  background: #fff;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
a:hover {
  opacity: 0.7;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

button, input, textarea {
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
}

input[type=text], textarea, select, input[type=password] {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  width: 100%;
}

textarea {
  height: 10em;
}

button {
  cursor: pointer;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.l-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-main {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-contents {
  text-align: center;
  line-height: 1.6;
  display: grid;
  gap: 3.2rem;
}
@media (min-width: 1024px) {
  .l-contents {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .l-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .l-contents {
    padding: 0 3vw;
  }
}

.l-container {
  position: relative;
  width: 100%;
  margin-top: 10rem;
}

.l-main {
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .l-main {
    margin-top: 2.4rem;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  height: 10rem;
  z-index: 10;
  top: 0;
  left: 0;
}

.l-header_nav {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin: 1.6rem auto;
  display: flex;
  gap: 1.6rem;
  justify-content: space-around;
  align-items: center;
}
.l-header_nav_logo {
  width: 14rem;
}
.l-header_nav_list {
  display: flex;
  row-gap: 0.5em;
  flex-wrap: wrap;
  grid-template-columns: repeat(10, auto);
}
.l-header_nav_list .__item:not(:last-of-type) {
  border-right: 1px solid;
}
.l-header_nav_list a {
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
  padding: 0 1em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3764705882);
}
@media (max-width: 767px) {
  .l-header_nav_list a {
    font-size: 1.44rem;
  }
}
@media (max-width: 767px) {
  .l-header_nav {
    margin: 0;
    height: auto;
    display: none;
  }
  .l-header_nav_logo {
    display: none;
  }
  .l-header_nav_list {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 70vw;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    justify-content: center;
    padding-top: 5vh;
    margin-top: 0;
    transition: all 0.3s;
  }
  .l-header_nav_list li {
    width: 100%;
    text-align: left;
    padding: 0rem 3.2rem;
  }
  .l-header_nav_list li:not(:last-child):after {
    content: "";
  }
  .l-header_nav_list li:before {
    content: "";
    display: inline-block;
    margin-right: 1em;
  }
  .l-header_nav.open {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
  }
}

.l-footer {
  position: relative;
}

.p-common {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.c-title_maru {
  font-weight: 500;
  font-size: 4.2rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  color: #84be6c;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .c-title_maru {
    font-size: 3.36rem;
  }
}
.c-title_maru.a-center {
  text-align: center;
}
.c-title_maru.a-line {
  border-bottom: 3px solid #e7daa0;
  padding-bottom: 0.2em;
}
@media (max-width: 767px) {
  .c-title_maru {
    font-weight: "";
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-title_maru {
    font-size: 2.24rem;
  }
}

.c-title_sub {
  display: flex;
  gap: 0.4em;
  align-items: center;
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  letter-spacing: 0.08em;
  color: #876f3d;
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .c-title_sub {
    font-size: 1.92rem;
  }
}
.c-title_sub:before {
  content: "";
  display: block;
  width: 5px;
  height: 1.4em;
  background: #84be6c;
}

.c-title_inner {
  color: #84be6c;
  font-weight: 500;
  font-size: 3.8rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-title_inner {
    font-size: 3.04rem;
  }
}
.c-title_inner.a-center {
  text-align: center;
}
@media (max-width: 767px) {
  .c-title_inner {
    font-weight: "";
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-title_inner {
    font-size: 2.24rem;
  }
}

.c-title_inner2 {
  color: #876f3d;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .c-title_inner2 {
    font-size: 1.92rem;
  }
}
.c-title_inner2.a-center {
  text-align: center;
}
@media (max-width: 767px) {
  .c-title_inner2 {
    font-weight: "";
    font-size: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-title_inner2 {
    font-size: 1.6rem;
  }
}

.c-listitem {
  counter-reset: number 0;
  display: grid;
  gap: 0.5em;
}

.c-listitem_no {
  display: flex;
  gap: 0.4em;
  line-height: 1.4;
}
.c-listitem_no span {
  font-weight: 500;
  font-size: 2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .c-listitem_no span {
    font-size: 1.6rem;
  }
}
.c-listitem_no:before {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number);
  background: #d6c15d;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  color: #fff;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
}

.c-text {
  line-height: 1.6;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-text {
    font-size: 1.6rem;
  }
}

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

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

.c-hide {
  display: none;
}

.c-image img {
  max-width: 100%;
}
.c-image .__caption {
  margin-top: 0.8rem;
  text-align: right;
}

.c-underline {
  text-decoration-color: #bbd9a8;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 0.2em;
}
.c-underline.a-brown {
  text-decoration-color: #e7daa0;
}

.c-tel {
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-tel {
    pointer-events: auto;
  }
}

.c-pdf {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: 400;
  font-size: 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-pdf {
    font-size: 1.6rem;
  }
}

.c-block_bg0 {
  border-radius: 1.4rem;
  padding: 2.4rem;
}

.c-block_bg1 {
  background: #f6f0da;
  border-radius: 1.4rem;
  padding: 2.4rem;
}

.c-listicon {
  display: flex;
  gap: 0.2em;
}
.c-listicon:before {
  content: attr(data-icon);
}
.c-listicon.a-green:before {
  color: #84be6c;
}
.c-listicon.a-brown:before {
  color: #d6c15d;
}
.c-listicon.a-text_brown {
  color: #876f3d;
}

.c-anchor {
  background: #84be6c;
  color: #fff;
  border-radius: 0.6rem;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  padding: 1em 0.4rem;
  display: block;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-anchor {
    font-size: 1.92rem;
  }
}
.c-anchor .__prefix {
  font-size: 80%;
}
.c-anchor:after {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background: #84be6c url(../images/icon_arrow_bottom_w.png) no-repeat center 80%/65%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -20%;
  transform: translateX(-50%);
  -webkit-clip-path: circle(65% at bottom);
          clip-path: circle(65% at bottom);
}
.c-anchor:nth-of-type(even) {
  background: #d6c15d;
}
.c-anchor:nth-of-type(even):after {
  background-color: #d6c15d;
}

.c-accortion_btn {
  margin-top: 1.6rem;
  margin-inline: auto;
  background: #876f3d;
  border-radius: 8px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.5em;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-accortion_btn {
    font-size: 1.6rem;
  }
}
.c-accortion_btn:hover {
  opacity: 0.7;
}

.c-remarkicon {
  border: 2px solid #876f3d;
  border-radius: 6px;
  padding: 0.8rem 1.6rem;
  color: #876f3d;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .c-remarkicon {
    font-size: 1.44rem;
  }
}

.c-pagetop {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 0.8rem;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .c-pagetop {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-pagetop {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .c-pagetop {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.75);
  }
}
.c-pagetop__inner {
  cursor: pointer;
}
.c-pagetop.a-inner {
  margin-bottom: 0;
}

.p-mv {
  display: block;
  background: url(../images/mv.png) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 1440/600;
}
@media (max-width: 767px) {
  .p-mv {
    background: url(../images/mv.png) no-repeat 60% center/cover;
    aspect-ratio: 300/300;
  }
}
.p-mv__inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  height: 100%;
  aspect-ratio: 1080/600;
}
.p-mv__image {
  width: 100%;
}
@media (max-width: 1023px) {
  .p-mv__image {
    padding: 5vw;
  }
}
.p-mv__image img {
  width: 100%;
  max-width: 20rem;
  aspect-ratio: 200/340;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .p-mv__image img {
    max-width: 30vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-mv__image img {
    max-width: 18vw;
    max-height: 50%;
  }
}

.p-top_contents {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-top_contents {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top_contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-top_contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 1023px) {
  .p-top_contents {
    padding: 5vw;
  }
}

.p-top_news {
  position: relative;
  padding-inline: 1.6rem;
}
.p-top_news__title {
  margin-bottom: 0;
}
.p-top_news__more_wrap {
  position: absolute;
  top: 0;
  right: 2.4rem;
}
@media (max-width: 767px) {
  .p-top_news__more_wrap {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top_news__more {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 500;
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-top_news__more {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-top_news__more img {
    display: none;
  }
}
.p-top_news__title_inner {
  color: #d6c15d;
  font-weight: 700;
  font-size: 2.6rem;
  font-family: "DIN Alternate", "Abel", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .p-top_news__title_inner {
    font-size: 2.08rem;
  }
}
.p-top_news__list {
  border-bottom: 3px solid #e7daa0;
}
.p-top_news__list .__item:last-of-type {
  border-bottom: none;
}

.p-top_subject {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.p-top_subject__desc {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .p-top_subject__desc {
    font-size: 1.92rem;
  }
}
@media (max-width: 767px) {
  .p-top_subject__desc {
    font-weight: 400;
    font-size: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top_subject__desc {
    font-size: 1.6rem;
  }
}

.p-top_map {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.p-top_map iframe {
  width: 100%;
  aspect-ratio: 1280/300;
}
@media (max-width: 767px) {
  .p-top_map iframe {
    aspect-ratio: 400/300;
  }
}

.p-top_reception_hours {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.p-top_reception_hours__list {
  border: 2px solid #d6c15d;
  border-radius: 1.4rem;
  overflow: hidden;
  margin-top: 2.4rem;
}
.p-top_reception_hours__list .__row {
  width: calc(100% + 2px);
  position: relative;
  left: -1px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #d6c15d;
}
.p-top_reception_hours__list .__row:first-of-type {
  border-top: 0;
}
.p-top_reception_hours__list .__row:last-of-type {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .p-top_reception_hours__list .__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top_reception_hours__list .__row:nth-of-type(2) {
    border-top: none;
  }
}
.p-top_reception_hours__list .__row .__head {
  background: #f6f0da;
  color: #876f3d;
  text-align: center;
  letter-spacing: 0.08em;
}
.p-top_reception_hours__list .__row .__col {
  padding-block: 1.6rem;
  border-inline: 1px solid #d6c15d;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.p-top_reception_hours__list .__row .__title {
  background: #e8f2e1;
  text-align: center;
  color: #876f3d;
  letter-spacing: 0.16em;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-top_reception_hours__list .__row .__title {
    font-size: 1.44rem;
  }
}
@media (max-width: 767px) {
  .p-top_reception_hours__list .__row .__title {
    grid-column: 1/3;
  }
}
.p-top_reception_hours__list .__row .__detail {
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-top_reception_hours__list .__row .__detail {
    font-size: 1.44rem;
  }
}
@media (max-width: 767px) {
  .p-top_reception_hours__list .__row .__detail {
    font-weight: 400;
    font-size: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top_reception_hours__list .__row .__detail {
    font-size: 1.6rem;
  }
}
.p-top_reception_hours__list .__row .__sp_heading {
  display: none;
}
@media (max-width: 767px) {
  .p-top_reception_hours__list .__row .__sp_heading {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    grid-column: 1/3;
    border-block: 2px solid #d6c15d;
  }
  .p-top_reception_hours__list .__row .__sp_heading .__head {
    padding-block: 0.8rem;
  }
}
.p-top_reception_hours__list .__row .__item {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  text-align: right;
}
.p-top_reception_hours__list .__row .__time {
  width: 11rem;
}
@media (max-width: 767px) {
  .p-top_reception_hours__list .__row .__time {
    width: 10rem;
  }
}
.p-top_reception_hours__list .__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-top_reception_hours__list .__heading .__col {
  padding: 0.8rem;
}
.p-top_reception_hours__notice {
  line-height: 1.6;
}
.p-top_reception_hours__remarks {
  margin-top: 2.4rem;
  line-height: 1.6;
}
.p-top_reception_hours__text {
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-top_reception_hours__text {
    font-size: 1.6rem;
  }
}
.p-top_reception_hours__text .__prefix {
  width: 5em;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
  color: #876f3d;
}
.p-top_reception_hours__text .__prefix:after {
  content: "／";
}

.p-page_mv {
  width: 100%;
  max-height: 22.5rem;
  aspect-ratio: 1440/225;
  display: grid;
  place-content: center;
}
.p-page_mv_title {
  font-weight: 700;
  font-size: 4.4rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 767px) {
  .p-page_mv_title {
    font-size: 3.52rem;
  }
}
@media (max-width: 767px) {
  .p-page_mv {
    aspect-ratio: 750/225;
  }
  .p-page_mv_title {
    font-weight: "";
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-page_mv_title {
    font-size: 2.24rem;
  }
}

.page-about .p-page_mv {
  background: #f2c989 url(../images/bg_title_about.png) no-repeat right bottom/contain;
}

.page-outpatient .p-page_mv {
  background: #b1d8c9 url(../images/bg_title_gairai.png) no-repeat right bottom/contain;
}

.page-hospitalization .p-page_mv {
  background: #b5d9e3 url(../images/bg_title_hospitalization.png) no-repeat right bottom/contain;
}

.page-care .p-page_mv {
  background: #eeb49c url(../images/bg_title_care.png) no-repeat right bottom/contain;
}

.p-page_mv_small {
  width: 100%;
  max-height: 16.5rem;
  aspect-ratio: 1440/165;
  background: #e0d087;
  display: flex;
  align-items: center;
}
.p-page_mv_small_title {
  font-weight: 700;
  font-size: 4.4rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-page_mv_small_title {
    font-size: 3.52rem;
  }
}
@media (max-width: 767px) {
  .p-page_mv_small {
    aspect-ratio: 750/165;
  }
  .p-page_mv_small_title {
    padding-inline: 5vw;
    font-weight: "";
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-page_mv_small_title {
    font-size: 2.24rem;
  }
}

.p-page_contents {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-page_contents {
    padding-top: calc(7.2rem * 1);
    padding-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-page_contents {
    padding-top: calc(5.6rem * 1);
    padding-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-page_contents {
    padding-top: calc(4rem * 1);
    padding-bottom: calc(4rem * 1);
  }
}
.p-page_contents_l {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.p-page_contents__inner {
  padding-inline: 2.4rem;
}
.p-page_contents.a-border {
  border-top: 3px solid #d6c15d;
}
@media (min-width: 1024px) {
  .p-page_contents__block {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-page_contents__block {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-page_contents__block {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}

@media (min-width: 1024px) {
  .p-hospitalization__block {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-hospitalization__block {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-hospitalization__block {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-hospitalization__block_border {
  border: 5px solid #84be6c;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  border-radius: 14px;
}
@media (min-width: 1024px) {
  .p-hospitalization__block_border {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-hospitalization__block_border {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-hospitalization__block_border {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-hospitalization__block_border {
    padding-inline: 1.6rem;
  }
}
.p-hospitalization__kijun {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 1.6rem 2.4rem;
  border: 3px solid #84be6c;
  border-radius: 6px;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: auto 2fr;
  justify-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-hospitalization__kijun {
    grid-template-columns: 1fr;
  }
}
.p-hospitalization__kijun .__desc {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-hospitalization__kijun .__desc {
    font-size: 1.92rem;
  }
}
@media (max-width: 767px) {
  .p-hospitalization__kijun .__desc {
    font-weight: 500;
    font-size: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-hospitalization__kijun .__desc {
    font-size: 1.6rem;
  }
}
.p-hospitalization__block1 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #f5efd5;
  padding: 1.6rem;
}
@media (min-width: 1024px) {
  .p-hospitalization__block1 {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-hospitalization__block1 {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-hospitalization__block1 {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-hospitalization__block2 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-hospitalization__block2 {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-hospitalization__block2 {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-hospitalization__block2 {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-hospitalization__text2 {
  color: #84be6c;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
}
@media (max-width: 767px) {
  .p-hospitalization__text2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .p-hospitalization__text2 {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-hospitalization__text2 {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-hospitalization__text2 {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-hospitalization__contact.a-madoguchi {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-hospitalization__contact.a-madoguchi {
    font-size: 1.6rem;
  }
}
.p-hospitalization__contact .__group {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  line-height: 1.6;
}
.p-hospitalization__contact .__group .__heading {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.p-hospitalization__contact .__group .__heading:after {
  content: "／";
}
@media (max-width: 767px) {
  .p-hospitalization__contact .__group {
    grid-template-columns: 1fr;
  }
  .p-hospitalization__contact .__group .__heading {
    text-align: left;
    text-justify: left;
    -moz-text-align-last: left;
         text-align-last: left;
    font-weight: 700;
  }
  .p-hospitalization__contact .__group .__heading:after {
    content: "";
  }
}
.p-hospitalization__contact_image {
  display: flex;
  gap: 0.8rem;
}
.p-hospitalization__col2 {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr 1.2fr;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-hospitalization__col2 {
    grid-template-columns: 1.2fr 1fr;
  }
  .p-hospitalization__col2 img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-hospitalization__col2 {
    grid-template-columns: 1fr;
  }
}
.p-hospitalization__nolist {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-hospitalization__nolist {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .p-hospitalization__nolist {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-hospitalization__nolist {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-hospitalization__nolist {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-hospitalization__nolist .c-listitem_no:before {
  font-size: 80%;
}
.p-hospitalization__nolist .__title {
  border-bottom: 3px solid #e7daa0;
  padding: 0.4em 0.5em;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  color: #876f3d;
}
@media (max-width: 767px) {
  .p-hospitalization__nolist .__title {
    font-size: 1.92rem;
  }
}
.p-hospitalization__nolist .__detail {
  padding: 0.4em 0.5em;
}

@media (min-width: 1024px) {
  .p-outpatient__block {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__block {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-outpatient__block {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-outpatient__block_desc {
  background: #fff;
  border: 3px solid #d6c15d;
  border-radius: 6px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4rem 3.2rem;
}
@media (min-width: 1024px) {
  .p-outpatient__block_desc {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__block_desc {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-outpatient__block_desc {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-outpatient__block_desc {
    padding-inline: 1.6rem;
  }
}
.p-outpatient__block_w {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4rem 3.2rem;
}
@media (min-width: 1024px) {
  .p-outpatient__block_w {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__block_w {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-outpatient__block_w {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-outpatient__anchors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 2.4rem 1.6rem;
}
@media (min-width: 1024px) {
  .p-outpatient__anchors {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__anchors {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-outpatient__anchors {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-outpatient__anchors {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-outpatient__title_spacing2 {
  text-indent: 1em;
  letter-spacing: 1em;
}
.p-outpatient__list {
  display: grid;
  gap: 0.5em;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-outpatient__list {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .p-outpatient__list {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-outpatient__list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-outpatient__list .__title {
  line-height: 1.4;
}
.p-outpatient__list.a-small {
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-outpatient__list.a-small {
    font-size: 1.44rem;
  }
}
.p-outpatient__nolist_l {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 2rem;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .p-outpatient__nolist_l {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .p-outpatient__nolist_l {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__nolist_l {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-outpatient__nolist_l {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (min-width: 1024px) {
  .p-outpatient__remark {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__remark {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-outpatient__remark {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-outpatient__kinen_title {
  position: relative;
}
.p-outpatient__kinen_title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(100%);
  background: url(../images/img_kinen_01.png) no-repeat center center/contain;
  width: 15rem;
  aspect-ratio: 175/113;
}
@media (max-width: 767px) {
  .p-outpatient__kinen_title:after {
    width: 6rem;
  }
}
.p-outpatient__pickup {
  border: 5px solid #c7dfb7;
  border-radius: 14px;
  padding: 1em;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  color: #876f3d;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-outpatient__pickup {
    font-size: 1.76rem;
  }
}
.p-outpatient__accordion_target {
  padding: 4rem;
  position: relative;
}
@media (min-width: 1024px) {
  .p-outpatient__accordion_target {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__accordion_target {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-outpatient__accordion_target {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-outpatient__accordion_target {
    padding-inline: 1.6rem;
  }
}
.p-outpatient__accordion_target:before {
  content: "";
  background: url(../images/icon_arrow_brown_line.png) no-repeat center center/contain;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.6rem;
  aspect-ratio: 37/17;
}
.p-outpatient__col2 {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1.2fr auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__col2 {
    grid-template-columns: 1.5fr 1fr;
  }
  .p-outpatient__col2 img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-outpatient__col2 {
    grid-template-columns: 1fr;
  }
}
.p-outpatient__table {
  width: 100%;
  border-collapse: collapse;
}
.p-outpatient__table th, .p-outpatient__table td {
  border: 2px solid #d6c15d;
  padding: 0.8rem 1.6rem;
}
.p-outpatient__table thead th {
  vertical-align: middle;
  text-align: center;
  background: #e8f2e1;
  color: #876f3d;
  font-weight: "";
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-outpatient__table thead th {
    font-size: 1.44rem;
  }
}
.p-outpatient__table tbody td, .p-outpatient__table tbody th {
  background: #fff;
}
.p-outpatient__table tbody .__price {
  width: 9em;
  text-align: right;
}
.p-outpatient__table tbody .__days {
  width: 14em;
  text-align: center;
}
.p-outpatient__table .__small {
  font-weight: "";
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-outpatient__table .__small {
    font-size: 1.12rem;
  }
}
.p-outpatient__table .__middle {
  font-weight: "";
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-outpatient__table .__middle {
    font-size: 1.28rem;
  }
}
.p-outpatient__table.a-additional thead th {
  background: #e4ddcf;
}
@media (max-width: 767px) {
  .p-outpatient__table thead tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-outpatient__table thead tr th:first-of-type {
    grid-column: 1/3;
  }
  .p-outpatient__table thead tr th {
    padding: 0.8rem;
  }
  .p-outpatient__table thead tr th.__price {
    border-top: none;
    border-right: none;
  }
  .p-outpatient__table thead tr th.__days {
    border-top: none;
  }
  .p-outpatient__table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-outpatient__table tbody tr th {
    grid-column: 1/3;
  }
  .p-outpatient__table tbody th {
    font-weight: "";
    font-size: 1.6rem;
    border-block: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-outpatient__table tbody th {
    font-size: 1.28rem;
  }
}
@media (max-width: 767px) {
  .p-outpatient__table tbody .__price {
    width: auto;
    font-weight: "";
    font-size: 1.6rem;
    border-right: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-outpatient__table tbody .__price {
    font-size: 1.28rem;
  }
}
@media (max-width: 767px) {
  .p-outpatient__table tbody .__days {
    width: auto;
    font-weight: "";
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-outpatient__table tbody .__days {
    font-size: 1.28rem;
  }
}
.p-outpatient__timeline {
  width: 100%;
  border: 1px solid #d6c15d;
}
@media (max-width: 767px) {
  .p-outpatient__timeline {
    display: grid;
    grid-template-columns: 1fr repeat(2, 1.5fr);
  }
}
.p-outpatient__timeline .__row {
  display: grid;
  grid-template-columns: 1fr repeat(6, 1.1fr);
  text-align: center;
  border: 1px solid #d6c15d;
}
.p-outpatient__timeline .__row.__charge {
  grid-template-rows: 10rem;
}
@media (max-width: 767px) {
  .p-outpatient__timeline .__row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 10rem repeat(5, 6.4rem) 10rem;
  }
  .p-outpatient__timeline .__row.__charge {
    grid-template-rows: 10rem repeat(5, 6.4rem) 10rem;
  }
}
.p-outpatient__timeline .__week,
.p-outpatient__timeline .__doctor {
  border-left: 2px solid #d6c15d;
}
@media (max-width: 767px) {
  .p-outpatient__timeline .__week,
  .p-outpatient__timeline .__doctor {
    border-left: none;
    border-top: 1px solid #d6c15d;
  }
}
.p-outpatient__timeline .__time,
.p-outpatient__timeline .__doctor {
  display: grid;
}
.p-outpatient__timeline .__doctor {
  display: grid;
  align-items: center;
}
.p-outpatient__timeline .__doctor,
.p-outpatient__timeline .__time {
  padding: 1.6rem;
}
.p-outpatient__timeline .__week,
.p-outpatient__timeline .__empty {
  padding: 0.8rem;
  background: #e7daa0;
  color: #876f3d;
}
.p-outpatient__inin_btn {
  display: block;
  margin-top: 0.8rem;
  margin-inline: auto 0;
  float: right;
  background: #876f3d;
  border-radius: 8px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1em;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .p-outpatient__inin_btn {
    font-size: 1.28rem;
  }
}
.p-outpatient__inin_btn:hover {
  opacity: 0.7;
}
.p-outpatient__contact {
  text-align: center;
  font-weight: "";
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-outpatient__contact {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .p-outpatient__contact {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__contact {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-outpatient__contact {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-outpatient__contact .__telno {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-outpatient__contact .__telno {
    font-size: 1.92rem;
  }
}
.p-outpatient__contact .__tel a {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-outpatient__contact .__tel a {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .p-outpatient__contact {
    padding-inline: 1.6rem;
  }
}
.p-outpatient__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .p-outpatient__cards {
    grid-template-columns: 1fr;
  }
}
.p-outpatient__card {
  background: #f8f4e2;
  border-radius: 14px;
  padding: 1.6rem 2.4rem;
  line-height: 1.4;
}
.p-outpatient__card .__name {
  font-weight: 400;
  font-size: 3.2rem;
  position: relative;
  z-index: 2;
  width: 100%;
  background: linear-gradient(transparent 1.15em, #bbd9a8 1.15em, #bbd9a8 1.3em, transparent 1.3em, transparent 100%);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-outpatient__card .__name {
    font-size: 2.56rem;
  }
}
@media (max-width: 767px) {
  .p-outpatient__card .__name {
    letter-spacing: 0;
  }
}
.p-outpatient__card .__name:after {
  content: attr(data-ruby);
  position: absolute;
  right: 0;
  bottom: 0.2em;
  color: #bbd9a8;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .p-outpatient__card .__name:after {
    font-size: 1.44rem;
  }
}
@media (min-width: 1024px) {
  .p-outpatient__card .__desc {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-outpatient__card .__desc {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-outpatient__card .__desc {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-outpatient__card .__icon {
  display: block;
  margin-bottom: 0.2em;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 80px;
  padding: 0.2em 0.8em 0.4em;
  color: #fff;
  background: #84be6c;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 767px) {
  .p-outpatient__card .__icon {
    font-size: 1.12rem;
  }
}
.p-outpatient__card .__text {
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-outpatient__card .__text {
    font-size: 1.44rem;
  }
}

@media (min-width: 1024px) {
  .p-care__block {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-care__block {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-care__block {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-care__block_border {
  border: 5px solid #84be6c;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  border-radius: 14px;
}
@media (min-width: 1024px) {
  .p-care__block_border {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-care__block_border {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-care__block_border {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-care__block_border {
    padding-inline: 1.6rem;
  }
}
.p-care__block_border.a-brown {
  border: 5px solid #d6c15d;
}
.p-care__block_border img {
  max-width: 100%;
}
.p-care__anchors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 2.4rem 1.6rem;
}
@media (min-width: 1024px) {
  .p-care__anchors {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-care__anchors {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-care__anchors {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-care__anchors {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-care__icon {
  width: -moz-fit-content;
  width: fit-content;
  background: #d6c15d;
  color: #fff;
  padding: 0.4rem 0.5em;
  border-radius: 14px;
}
@media (min-width: 1024px) {
  .p-care__image {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-care__image {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-care__image {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-care__image .c-image {
  display: block;
  margin-inline: auto;
}
.p-care__contact.a-madoguchi {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-care__contact.a-madoguchi {
    font-size: 1.6rem;
  }
}
.p-care__contact .__title {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .p-care__contact .__title {
    font-size: 1.92rem;
  }
}
.p-care__contact .__group {
  display: grid;
  grid-template-columns: 12rem 2.5fr;
  line-height: 1.6;
}
.p-care__contact .__group .__heading {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.p-care__contact .__group .__detail:before {
  content: "／";
}
@media (max-width: 767px) {
  .p-care__contact .__group {
    grid-template-columns: 1fr;
  }
  .p-care__contact .__group .__heading {
    text-align: left;
    text-justify: left;
    -moz-text-align-last: left;
         text-align-last: left;
    font-weight: 700;
  }
  .p-care__contact .__group .__heading:after {
    content: "";
  }
}
.p-care__contact_image {
  display: flex;
  gap: 0.8rem;
}
.p-care__rehabilitation_flow {
  display: grid;
  gap: 6.4rem;
}
@media (min-width: 1024px) {
  .p-care__rehabilitation_flow {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-care__rehabilitation_flow {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-care__rehabilitation_flow {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-care__rehabilitation_flow .__group {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 7rem;
  min-height: 19rem;
}
.p-care__rehabilitation_flow .__group:last-of-type .__action:after {
  content: none;
}
@media (max-width: 767px) {
  .p-care__rehabilitation_flow .__group {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
  .p-care__rehabilitation_flow .__group:last-of-type .__desc:after {
    content: none;
  }
}
.p-care__rehabilitation_flow .__action {
  background: #eeddff;
  border-radius: 15px;
  color: #333;
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-care__rehabilitation_flow .__action {
    font-size: 1.92rem;
  }
}
.p-care__rehabilitation_flow .__action:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon_arrow_brown.png) no-repeat center center/contain;
  width: 8.6rem;
  aspect-ratio: 86/31;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-care__rehabilitation_flow .__action {
    padding: 1.6rem;
  }
  .p-care__rehabilitation_flow .__action:after {
    content: none;
  }
}
.p-care__rehabilitation_flow .__desc {
  border-radius: 5px;
  border: 4px solid #ddd;
  padding: 2.4rem;
  position: relative;
  display: grid;
  place-content: center;
}
.p-care__rehabilitation_flow .__desc:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon_arrow_r_01.png) no-repeat center center/contain;
  width: 4.7rem;
  aspect-ratio: 47/50;
  top: 50%;
  left: -6rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-care__rehabilitation_flow .__desc:before {
    content: none !important;
  }
  .p-care__rehabilitation_flow .__desc:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icon_arrow_brown.png) no-repeat center center/contain;
    width: 8.6rem;
    aspect-ratio: 86/31;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-care__rehabilitation_flow .__group01 .__action {
  background: #fff2ad;
  color: #e97f00;
}
.p-care__rehabilitation_flow .__group01 .__desc {
  border-color: #fff2ad;
}
.p-care__rehabilitation_flow .__group01 .__desc:before {
  background-image: url(../images/icon_arrow_r_01.png);
}
.p-care__rehabilitation_flow .__group02 .__action {
  background: #fbdfdc;
  color: #e45e5e;
}
.p-care__rehabilitation_flow .__group02 .__desc {
  border-color: #fbdfdc;
}
.p-care__rehabilitation_flow .__group02 .__desc:before {
  background-image: url(../images/icon_arrow_r_02.png);
}
.p-care__rehabilitation_flow .__group03 .__action {
  background: #dbeff4;
  color: #4fa1d6;
}
.p-care__rehabilitation_flow .__group03 .__desc {
  border-color: #dbeff4;
}
.p-care__rehabilitation_flow .__group03 .__desc:before {
  background-image: url(../images/icon_arrow_r_03.png);
}
.p-care__rehabilitation_flow .__group04 .__action {
  background: #e8deed;
  color: #8f5ba1;
}
.p-care__rehabilitation_flow .__group04 .__desc {
  border-color: #e8deed;
}
.p-care__rehabilitation_flow .__group04 .__desc:before {
  background-image: url(../images/icon_arrow_r_04.png);
}
.p-care__rehabilitation_flow .__group05 .__action {
  background: #fde8c6;
  color: #eb613b;
}
.p-care__rehabilitation_flow .__group05 .__desc {
  border-color: #fde8c6;
}
.p-care__rehabilitation_flow .__group05 .__desc:before {
  background-image: url(../images/icon_arrow_r_05.png);
}
.p-care__rehabilitation_flow .__group06 .__action {
  background: #e1eecf;
  color: #6bb15a;
}
.p-care__rehabilitation_flow .__group06 .__action.a-border {
  border: 2px solid #6bb15a;
}
.p-care__rehabilitation_flow .__group06 .__desc {
  border-color: #e1eecf;
}
.p-care__rehabilitation_flow .__group06 .__desc:before {
  background-image: url(../images/icon_arrow_r_06.png);
}

.p-news__list .__item {
  padding: 2.4rem 0.2em;
  border-bottom: 2px dotted #e7daa0;
}
.p-news__list .__date {
  font-weight: 400;
  font-size: 1.8rem;
  color: #84be6c;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .p-news__list .__date {
    font-size: 1.44rem;
  }
}
.p-news__list .__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-news__list .__text {
    font-size: 1.44rem;
  }
}

.page-information .p-news__list .__item {
  display: grid;
  position: relative;
}
.page-information .p-news__list .__item:after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  content: "";
  background: url(../images/icon_arrow_circle.png) no-repeat center center/contain;
  display: block;
  width: 20px;
  aspect-ratio: 20/20;
}
.page-information .p-news__list .__text {
  margin-right: 6.4rem;
}
@media (max-width: 767px) {
  .page-information .p-news__list .__text {
    margin-right: 4rem;
  }
}

.p-news_detail {
  display: grid;
}
.p-news_detail .__date {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #84be6c;
}
@media (max-width: 767px) {
  .p-news_detail .__date {
    font-size: 1.28rem;
  }
}
.p-news_detail .__title {
  border-bottom: 1px solid #fff;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Murecho", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  padding-block: 1.6rem;
}
@media (max-width: 767px) {
  .p-news_detail .__title {
    font-size: 1.92rem;
  }
}
.p-news_detail .__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  padding-block: 2.4rem;
}
.p-news_detail .__images .__image {
  padding-block: 0;
}
.p-news_detail .__images .__image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 600/400;
}
.p-news_detail .__image {
  text-align: center;
  padding-block: 1.6rem;
}
.p-news_detail .__image img {
  max-width: 1120px;
  max-width: 100%;
}
.p-news_detail .__comment {
  line-height: 1.6;
  padding-block: 1.6rem;
}
.p-news_detail .__comment2 {
  line-height: 1.6;
  padding: 1.6rem;
  background: #876f3d;
}
.p-news_detail .__btn {
  padding-block: 1.6rem;
}
.p-news_detail .__btn a {
  margin-inline: auto;
}

.p-inquiry__inner {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.p-inquiry__form {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #d6c15d;
  border-radius: 10px;
  padding: 4rem;
}
@media (min-width: 1024px) {
  .p-inquiry__form {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-inquiry__form {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-inquiry__form {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-inquiry__form {
    padding: 4rem 1.6rem;
  }
}
.p-inquiry__title {
  color: #84be6c;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-inquiry__title {
    font-size: 1.92rem;
  }
}
@media (max-width: 767px) {
  .p-inquiry__title {
    font-weight: "";
    font-size: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-inquiry__title {
    font-size: 1.6rem;
  }
}
.p-inquiry__input {
  border-bottom: 3px dotted #d6c15d;
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 16.4rem auto;
  align-items: center;
}
@media (max-width: 767px) {
  .p-inquiry__input {
    grid-template-columns: 1fr;
    gap: 0.5em;
  }
}
.p-inquiry__input-title.p-inquiry__required:after {
  content: "*";
  margin-left: 0.2em;
}
.p-inquiry__input-parts_line {
  display: flex;
  gap: 1em;
}
.p-inquiry__btn_wrap {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  .p-inquiry__btn_wrap {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-inquiry__btn_wrap {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-inquiry__btn_wrap {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
.p-inquiry__btn {
  background-color: #84be6c;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  padding: 0.8rem 1em;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .p-inquiry__btn {
    font-size: 1.92rem;
  }
}
.p-inquiry__btn:hover {
  opacity: 0.7;
}
.p-inquiry__btn.a-back {
  background: #666;
}

.p-about__catch {
  font-weight: 700;
  font-size: 4.2rem;
  color: #876f3d;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-about__catch {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about__catch {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-about__catch {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-about__catch {
    font-size: 3.36rem;
  }
}
@media (max-width: 1023px) {
  .p-about__catch {
    font-weight: "";
    font-size: 3.2rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .p-about__catch {
    font-size: 2.56rem;
  }
}
.p-about__nolist {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-about__nolist {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .p-about__nolist {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about__nolist {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-about__nolist {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-about__nolist_l {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-about__nolist_l {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .p-about__nolist_l {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about__nolist_l {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-about__nolist_l {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-about__block {
  margin-block: 1.6rem;
}
.p-about__contact {
  text-align: center;
  font-weight: "";
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-about__contact {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .p-about__contact {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about__contact {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-about__contact {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-about__contact .__telno {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-about__contact .__telno {
    font-size: 1.92rem;
  }
}
.p-about__contact .__tel a {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-about__contact .__tel a {
    font-size: 3.2rem;
  }
}
.p-about__files {
  text-align: left;
  display: grid;
  gap: 1em;
}
@media (min-width: 1024px) {
  .p-about__files {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about__files {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-about__files {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-about__table {
  border-collapse: collapse;
}
.p-about__table th, .p-about__table td {
  border: 2px solid #d6c15d;
  padding: 0.4em 0.8em;
}
.p-about__table .__title {
  background: #f6f0da;
  color: #876f3d;
  letter-spacing: 0.04em;
  font-weight: "";
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-about__table .__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-about__table .__title {
    width: 5em;
  }
}
.p-about__table .__detail {
  letter-spacing: 0.04em;
  font-weight: "";
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-about__table .__detail {
    font-size: 1.6rem;
  }
}

.p-recruit__block {
  margin-block: 1.6rem;
}
.p-recruit__contact {
  text-align: center;
  font-weight: "";
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-recruit__contact {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .p-recruit__contact {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-recruit__contact {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-recruit__contact {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-recruit__contact .__telno {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-recruit__contact .__telno {
    font-size: 1.92rem;
  }
}
.p-recruit__contact .__tel a {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-recruit__contact .__tel a {
    font-size: 1.92rem;
  }
}
.p-recruit__table {
  border-collapse: collapse;
  width: 100%;
}
.p-recruit__table th, .p-recruit__table td {
  border: 2px solid #d6c15d;
  padding: 0.4em 0.8em;
}
.p-recruit__table .__title {
  background: #f6f0da;
  color: #876f3d;
  letter-spacing: 0.04em;
  font-weight: "";
  font-size: 2rem;
  width: 8em;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 767px) {
  .p-recruit__table .__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-recruit__table .__title {
    width: 5em;
  }
}
.p-recruit__table .__detail {
  letter-spacing: 0.04em;
  font-weight: "";
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-recruit__table .__detail {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-recruit__table tr {
    display: grid;
  }
  .p-recruit__table .__title {
    width: 100%;
    text-align: center;
    text-justify: inter-ideograph;
    -moz-text-align-last: center;
         text-align-last: center;
    border-top: 2px solid #d6c15d;
  }
  .p-recruit__table .__detail {
    border-top: 1px solid #d6c15d;
  }
}

.p-link__list .__item {
  border-left: 3px solid #e7daa0;
  padding-inline: 1.5em;
  padding-block: 0.5em;
  display: grid;
  gap: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-link__list .__item {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-link__list .__item {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-link__list .__item {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0.75);
  }
}
.p-link__list .__item.__kyokai {
  border-color: #bccce2;
}
.p-link__list .__title {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Noto Sans JP", serif;
  color: #84be6c;
}
@media (max-width: 767px) {
  .p-link__list .__title {
    font-size: 1.92rem;
  }
}

.p-privacipolicy__list .__item {
  display: grid;
  gap: 0.5em;
}
@media (min-width: 1024px) {
  .p-privacipolicy__list .__item {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-privacipolicy__list .__item {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-privacipolicy__list .__item {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-privacipolicy__list .__title {
  font-weight: "";
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .p-privacipolicy__list .__title {
    font-size: 1.92rem;
  }
}

.p-pagination {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.p-pagination__list {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.p-pagination_wrap {
  margin-block: 4rem;
}

@media (max-width: 767px) {
  .p-pagination__list {
    display: none;
  }
}

.p-pagination__link {
  display: inline-block;
  padding: 0.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  transition: opacity 0.3s;
  display: grid;
  place-content: center;
  width: 2em;
  height: 2em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .p-pagination__link {
    font-size: 1.28rem;
  }
}

.p-pagination__link:hover {
  opacity: 0.7;
}

.p-pagination__link--wrap {
  width: 9rem;
  display: block;
}

.p-pagination__link--previcon {
  transform: rotate(180deg);
}

.p-pagination__disabled {
  pointer-events: none;
  display: none;
  opacity: 0.7;
}

.p-pagination .__current {
  background: #84be6c;
  display: grid;
  place-content: center;
  width: 2em;
  height: 2em;
  aspect-ratio: 1/1;
  border-radius: 2em;
  color: #fff;
}

button {
  cursor: pointer;
}

label {
  /* margin-bottom: 1em; */
  display: inline-block;
  display: flex;
  align-items: center;
}

.p-form button, .p-form input, .p-form textarea {
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
}
.p-form input[type=text],
.p-form input[type=date],
.p-form input[type=time],
.p-form input[type=password],
.p-form textarea, .p-form select {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 2px solid;
  background-color: #fff;
  border-color: #d7d7d7;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.p-form input[type=text]:focus,
.p-form input[type=date]:focus,
.p-form input[type=time]:focus,
.p-form input[type=password]:focus,
.p-form textarea:focus, .p-form select:focus {
  border: 2px solid #00b1b3;
}
.p-form input[type=text].__error,
.p-form input[type=date].__error,
.p-form input[type=time].__error,
.p-form input[type=password].__error,
.p-form textarea.__error, .p-form select.__error {
  border: 2px solid;
}
.p-form textarea {
  height: 10em;
}
.p-form textarea.multi_text {
  height: 4em;
}
.p-form input[type=radio],
.p-form input[type=checkbox] {
  transform: scale(1.5, 1.5);
  margin-right: 0.5em;
}
.p-form label:has(> input[type=radio]:focus),
.p-form label:has(> input[type=checkbox]:focus) {
  text-decoration: underline;
}
.p-form input[type=time] {
  width: 6em;
}
.p-form .inline_area input[type=text],
.p-form .inline_area input[type=date],
.p-form .inline_area input[type=time],
.p-form .inline_area input[type=password],
.p-form .inline_area textarea,
.p-form .inline_area select {
  display: inline-block;
}
.p-form .inner_list label {
  margin-bottom: 0;
}
.p-form .datetime, .p-form .date_picker, .p-form .time_picker {
  display: inline-flex;
  position: relative;
  width: 15em;
  align-items: center;
  cursor: pointer;
}
.p-form .datetime:after, .p-form .date_picker:after, .p-form .time_picker:after {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.5em;
  font-size: 2.4rem;
  color: #999;
}
.p-form .__mindate .datetime {
  width: 12em;
}
.p-form .clear_icon {
  position: relative;
}
.p-form .close_icon_block {
  display: none;
}
.p-form .clear_icon .close_icon_block {
  display: block;
  font-size: 1.4rem;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 75%;
  color: #999;
  top: 50%;
  transform: translateY(-50%);
}
.p-form .multi_line {
  vertical-align: top;
  gap: 0.4rem;
}
.p-form .__colum2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-form .__colum2 {
    flex-direction: column;
    gap: 0.8rem;
  }
  .p-form .__colum2 .__colum2_size {
    width: 100%;
  }
}
.p-form .__colum3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-form .__colum3 {
    flex-direction: column;
    gap: 0.8rem;
  }
  .p-form .__colum3 .__colum2_size {
    width: 100%;
  }
}
.p-form .wrap_block {
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .p-form .wrap_block {
    padding: 0em;
  }
}
.p-form .file_upload_block {
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 6px;
  margin-bottom: 1.6rem;
  width: 100%;
}
.p-form .colum2 .file_upload_block {
  width: 49%;
}
.p-form .field_title {
  margin-bottom: 0.5rem;
  display: block !important;
  font-size: 80%;
}
.p-form .file_label {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
}
.p-form .file_label input[type=file] {
  display: none;
}
.p-form input[type=text].__half {
  width: 48%;
}
@media (max-width: 767px) {
  .p-form input[type=text].__half {
    width: 100%;
  }
}
.p-form input[type=text].__small {
  width: 25%;
}
@media (max-width: 767px) {
  .p-form input[type=text].__small {
    width: 30%;
  }
}
.p-form input[type=text].__inline {
  display: inline-block;
}
.p-form .__disabled {
  background: #eee !important;
}

.p-form_main_title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: calc(1.6rem * 1);
  display: flex;
  gap: 0.5em;
}
@media (max-width: 767px) {
  .p-form_main_title {
    font-size: 1.92rem;
  }
}
.p-form_title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: calc(1.6rem * 0.5);
  padding-bottom: calc(1.6rem * 0.5);
  display: flex;
  gap: 0.5em;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .p-form_title {
    font-size: 1.44rem;
  }
}
.p-form_group {
  padding: 1.6rem 0;
}
.p-form_input_block:not(:last-of-type) {
  margin-bottom: 1em;
}
.p-form_input_block_side {
  display: flex;
  gap: 1rem;
}
.p-form_input_label {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: calc(1.6rem * 0.5);
  margin-top: calc(1.6rem * 0.5);
  display: flex;
  gap: 0.5em;
}
@media (max-width: 767px) {
  .p-form_input_label {
    font-size: 1.28rem;
  }
}
.p-form.__required:before,
.p-form .__required:before {
  content: "必須";
  font-size: 80%;
}
.p-form.__any:before,
.p-form .__any:before {
  content: "任意";
  font-size: 80%;
}
.p-form.__choice:before,
.p-form .__choice:before {
  content: attr(data-title);
  font-size: 80%;
}
.p-form_title_remark {
  padding: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  gap: 0.5em;
}
.p-form_title_remark:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
}
.p-form_input_confirm {
  padding: 0.5em;
  margin: 0.5em 0;
  width: 100%;
}
.p-form_message {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.p-form_is_detail .p-form_title_remark {
  display: none;
}
.p-form_is_detail .p-format_add_block,
.p-form_is_detail .p-format_loop_remove {
  display: none;
}

.message_inline {
  padding: 0.8rem 1.2rem;
}

.p-form-message__text {
  text-align: left;
  position: relative;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-form-message__text {
    font-size: 1.28rem;
  }
}

.p-form-message__error {
  color: #772b35;
  background-color: #fadddd;
}

.p-form-message__success {
  color: #18603a;
  background-color: #d5f1de;
}

.p-header {
  background: #fff;
  padding-block: 1.6rem;
  padding-inline: 1.6rem;
}
@media (max-width: 767px) {
  .p-header {
    padding-block: 1.6rem;
  }
}
.p-header_inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-header_inner {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: 1fr;
  }
}
.p-header__logo {
  width: 100%;
  max-width: 30.2rem;
}
.p-header__logo img {
  width: 100%;
  aspect-ratio: 302/65;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header__logo {
    max-width: 25vw;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .p-header__logo {
    max-width: 50vw;
    z-index: 100;
  }
}
.p-header__contents {
  display: grid;
  gap: 0.4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header__contents {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.p-header__info {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
  align-items: baseline;
}
@media (max-width: 767px) {
  .p-header__info {
    display: flex;
    justify-content: start;
  }
}
.p-header__info .__address {
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-header__info .__address {
    font-size: 1.28rem;
  }
}
.p-header__info .__tel {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-header__info .__tel {
    font-size: 1.92rem;
  }
}
.p-header__info .__tel a {
  font-weight: 700;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .p-header__info .__tel a {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-header__info .__tel {
    font-weight: 700;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-header__info .__tel {
    font-size: 1.12rem;
  }
}
@media (max-width: 767px) {
  .p-header__info .__tel a {
    font-weight: 700;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-header__info .__tel a {
    font-size: 1.92rem;
  }
}

@media (max-width: 767px) {
  .p-header__nav {
    background: #e8f2e1;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    top: 4.6rem;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
  }
  .p-header__nav.is-open {
    display: flex;
    opacity: 1;
    z-index: 10;
    visibility: visible;
  }
}
.p-header__navlist {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-header__navlist .__item:not(:last-of-type):after {
  content: "|";
  margin-inline: 1em;
  color: #84be6c;
}
@media (max-width: 767px) {
  .p-header__navlist {
    display: flex;
    -moz-column-count: 1;
         column-count: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .p-header__navlist .__item {
    padding: 0.5em;
  }
  .p-header__navlist .__item:not(:last-of-type):after {
    content: none;
  }
}
.p-header__nav_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 0.8rem;
}
.p-header__nav_list .__item {
  position: relative;
}
.p-header__nav_list .__item a {
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
}
@media (max-width: 767px) {
  .p-header__nav_list .__item a {
    font-size: 1.12rem;
  }
}
.p-header__nav_list .__item a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-header__nav_external {
  flex-shrink: 0;
}

.u-hidden {
  overflow: hidden;
}

body.is-open {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
}

.c-hamburger {
  display: none;
  position: relative;
  width: 3rem;
  height: 2rem;
  cursor: pointer;
  background: transparent;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .c-hamburger {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    z-index: 11;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-hamburger .__hum {
    height: -moz-fit-content;
    height: fit-content;
  }
  .c-hamburger .__menu {
    width: 100%;
    display: flex;
    place-content: center;
  }
  .c-hamburger .__menu img {
    aspect-ratio: 46/10;
    height: 1rem;
  }
}

.c-hamburger__top,
.c-hamburger__center,
.c-hamburger__bottom {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s;
  border-radius: 5px;
  background-color: #d6c15d;
}

.c-hamburger__top {
  top: 0;
}

.c-hamburger__center {
  margin-top: 3px;
  margin-bottom: 3px;
}

.c-hamburger__bottom {
  top: 0;
}

.c-hamburger.is-open .c-hamburger__top {
  top: 4px;
  width: 20px;
  transform: rotate(-45deg);
}

.c-hamburger.is-open .c-hamburger__center {
  opacity: 0;
}

.c-hamburger.is-open .c-hamburger__bottom {
  top: -4px;
  width: 20px;
  transform: rotate(45deg);
}

.page-sub .p-footer_inner {
  border-top: 3px solid #d6c15d;
}

.p-footer {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.p-footer_inner {
  padding: 5rem;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1.5fr 1fr;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer_inner {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 767px) {
  .p-footer_inner {
    grid-template-columns: 1fr;
    padding-inline: 1.6rem;
  }
}
.p-footer__info {
  width: 100%;
  max-width: 53rem;
  display: grid;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .p-footer__info {
    order: 2;
  }
}
.p-footer__info .__logo img {
  width: 100%;
  max-width: 38rem;
}
.p-footer__info .__address {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-footer__info .__address {
    font-size: 1.92rem;
  }
}
.p-footer__info .__tel {
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .p-footer__info .__tel {
    font-size: 1.92rem;
  }
}
.p-footer__info .__tel .__prefix {
  display: inline-block;
  width: 2.5em;
}
.p-footer__info .__tel .__no {
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .p-footer__info .__tel .__no {
    font-size: 2.56rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer__info .__logo {
    max-width: 50vw;
  }
  .p-footer__info .__logo img {
    width: 100%;
    max-width: 28rem;
  }
  .p-footer__info .__address {
    font-weight: 700;
    font-size: 1.6rem;
    font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .p-footer__info .__address {
    font-size: 1.28rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer__info .__tel {
    font-weight: 700;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .p-footer__info .__tel {
    font-size: 1.28rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer__info .__tel .__prefix {
    display: inline-block;
    width: 2.5em;
  }
  .p-footer__info .__tel .__no {
    font-weight: 700;
    font-size: 1.6rem;
    font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .p-footer__info .__tel .__no {
    font-size: 1.28rem;
  }
}
@media (max-width: 767px) {
  .p-footer__info {
    grid-template-columns: 1fr 1fr;
  }
  .p-footer__info .__logo {
    grid-column: 1/3;
    max-width: 50vw;
  }
  .p-footer__info .__logo img {
    width: 100%;
    max-width: 38rem;
  }
  .p-footer__info .__address {
    grid-column: 1/3;
    font-weight: 700;
    font-size: 2rem;
    font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-footer__info .__address {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-footer__info .__tel {
    font-weight: 700;
    font-size: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-footer__info .__tel {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-footer__info .__tel .__prefix {
    display: inline-block;
    width: 2.5em;
  }
  .p-footer__info .__tel .__no {
    font-weight: 700;
    font-size: 2.4rem;
    font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-footer__info .__tel .__no {
    font-size: 1.92rem;
  }
}
.p-footer__navlist {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 1.6rem;
}
.p-footer__navlist .__item {
  border-bottom: 1px solid #84be6c;
  padding-bottom: 0.8rem;
}

.p-pagetop {
  position: fixed;
  right: 10px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
}
.p-pagetop > span {
  display: grid;
  place-content: center;
  text-align: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  transition: all 0.3s;
  cursor: pointer;
  background: rgba(0, 176, 179, 0.6235294118);
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
}
.p-pagetop > span:hover {
  opacity: 0.7;
}
.p-pagetop.upMove {
  animation: UpAnime 0.5s forwards;
}
.p-pagetop.downMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media (min-width: 1024px) {
  .h-pc_hide,
  .h-pc_tab_hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-tab_hide,
  .h-pc_tab_hide,
  .h-sp_tab_hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .h-sp_hide,
  .h-sp_tab_hide {
    display: none !important;
  }
}
.h-hide {
  display: none;
}

.h-inlineblock {
  display: inline-block;
}

.hp_mb0 {
  margin-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_mb0 {
    margin-bottom: 0rem !important;
  }
}

.hp_pb0 {
  padding-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_pb0 {
    padding-bottom: 0rem !important;
  }
}

.hp_mb10 {
  margin-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb10 {
    margin-bottom: 0.8rem !important;
  }
}

.hp_pb10 {
  padding-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb10 {
    padding-bottom: 0.8rem !important;
  }
}

.hp_mb20 {
  margin-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb20 {
    margin-bottom: 1.6rem !important;
  }
}

.hp_pb20 {
  padding-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb20 {
    padding-bottom: 1.6rem !important;
  }
}

.hp_mb30 {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb30 {
    margin-bottom: 2.4rem !important;
  }
}

.hp_pb30 {
  padding-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb30 {
    padding-bottom: 2.4rem !important;
  }
}

.hp_mb40 {
  margin-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb40 {
    margin-bottom: 3.2rem !important;
  }
}

.hp_pb40 {
  padding-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb40 {
    padding-bottom: 3.2rem !important;
  }
}

.hp_mb50 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_mb50 {
    margin-bottom: 4rem !important;
  }
}

.hp_pb50 {
  padding-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_pb50 {
    padding-bottom: 4rem !important;
  }
}

.hp_mb60 {
  margin-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb60 {
    margin-bottom: 4.8rem !important;
  }
}

.hp_pb60 {
  padding-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb60 {
    padding-bottom: 4.8rem !important;
  }
}

.hp_mb70 {
  margin-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb70 {
    margin-bottom: 5.6rem !important;
  }
}

.hp_pb70 {
  padding-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb70 {
    padding-bottom: 5.6rem !important;
  }
}

.hp_mb80 {
  margin-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb80 {
    margin-bottom: 6.4rem !important;
  }
}

.hp_pb80 {
  padding-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb80 {
    padding-bottom: 6.4rem !important;
  }
}

.hp_mb90 {
  margin-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb90 {
    margin-bottom: 7.2rem !important;
  }
}

.hp_pb90 {
  padding-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb90 {
    padding-bottom: 7.2rem !important;
  }
}

.hp_mb100 {
  margin-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_mb100 {
    margin-bottom: 8rem !important;
  }
}

.hp_pb100 {
  padding-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_pb100 {
    padding-bottom: 8rem !important;
  }
}

.hp_mt0 {
  margin-top: 0rem !important;
}

.hp_mt10 {
  margin-top: 1.6rem !important;
}

.hp_mt20 {
  margin-top: 3.2rem !important;
}

.hp_mt30 {
  margin-top: 4.8rem !important;
}

.hp_mt40 {
  margin-top: 6.4rem !important;
}

.hp_mt50 {
  margin-top: 8rem !important;
}

.hp_mt60 {
  margin-top: 9.6rem !important;
}

.hp_mt70 {
  margin-top: 11.2rem !important;
}

.hp_mt80 {
  margin-top: 12.8rem !important;
}

.hp_mt90 {
  margin-top: 14.4rem !important;
}

.hp_mt100 {
  margin-top: 16rem !important;
}

.hp_bold {
  font-weight: 700;
}

.hp_white {
  color: #fff;
}

.hp_black {
  color: #000;
}

.hp_tac {
  text-align: center;
}

@media (max-width: 767px) {
  .hp_sp_tal {
    text-align: left;
  }
}

.hp_tal {
  text-align: left;
}

@media (max-width: 767px) {
  .hp_sp_padding {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.hp_bg_white {
  background: #fff;
}
.hp_bg_white .__note {
  color: #000;
}

.hp_bg_radius {
  border-radius: 1.4rem;
}

.hp_contents_padding {
  padding: 2.4rem;
}

.hp_image_org_width img {
  width: auto !important;
}

.hp_fontL {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .hp_fontL {
    font-size: 1.8rem;
  }
}

.hp_fontS {
  font-size: 80%;
}

.hp_notice {
  font-size: 80%;
}