@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
sub, sup, tt, var,
b, u, i, center,
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,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
}

input, textarea {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  font-weight: 500;
  color: #635449;
  background-color: #faf7ed;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.875;
  }
}

main {
  margin-top: 95px;
}
@media only screen and (min-width: 576px) {
  main {
    margin-top: 100px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

.u-sp {
  display: block !important;
}
@media only screen and (min-width: 576px) {
  .u-sp {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media only screen and (min-width: 576px) {
  .u-tab {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .u-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

.c-txt-left {
  text-align: left;
}

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

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

/* ==================================
レイアウト
===================================== */
.l-container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
@media only screen and (min-width: 576px) {
  .l-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .l-container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: content-box;
  }
}
@media only screen and (min-width: 992px) {
  .l-container--mid {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 992px) {
  .l-container--wide {
    max-width: 1336px;
  }
}
@media only screen and (min-width: 992px) {
  .l-container--ultrawide {
    max-width: 1436px;
  }
}

@media only screen and (min-width: 576px) {
  .l-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) {
  .l-column.rev {
    flex-direction: row-reverse;
  }
}

.l-header {
  width: 100%;
  height: 95px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (min-width: 992px) {
  .l-header {
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent;
  }
}
.l-header__inner {
  height: 100%;
  padding: 15px 10px 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .l-header__inner {
    padding: 0 40px 10px 40px;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.l-header__ttl {
  font-size: 10px;
  letter-spacing: normal;
  line-height: 3;
  color: #666;
  white-space: nowrap;
  position: absolute;
  top: 1px;
  left: 10px;
}
@media only screen and (max-width: 991px) {
  .l-header__ttl {
    transform: scale(0.9);
    top: -2px;
    left: -5px;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__ttl {
    font-size: 12px;
    line-height: 2.5;
    top: 15px;
    left: initial;
    right: 40px;
  }
}
.l-header__logo img {
  max-width: 287px;
}
@media only screen and (min-width: 992px) {
  .l-header__logo img {
    max-width: 383px;
  }
}
.l-header .c-button {
  position: relative;
  background-color: transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #f7a45e;
  cursor: pointer;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .l-header .c-button {
    display: none;
  }
}
.l-header .p-hamburger {
  width: 40px;
  height: 40px;
  outline: none;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) {
  .l-header .p-hamburger {
    margin-top: 0;
  }
}
.l-header .p-hamburger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: inherit;
  z-index: 2;
}
.l-header .p-hamburger__line::before,
.l-header .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: inherit;
}
.l-header .p-hamburger__line::before {
  top: -6px;
}
.l-header .p-hamburger__line::after {
  top: 6px;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #244474;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(45deg);
  background-color: #fff;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-45deg);
  background-color: #fff;
}
.l-header .u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
@media only screen and (max-width: 991px) {
  .l-header__nav {
    max-width: 500px;
    width: 100%;
    height: calc(100dvh - 95px);
    padding: 0 30px;
    position: fixed;
    top: 95px;
    right: 0;
    background-color: #f5930d;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column-reverse;
    position: relative;
    background-color: transparent;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list li:not(:last-child) {
    position: relative;
  }
}
.l-header__nav .l-header__list li a {
  padding: 20px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list li a {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.875;
    color: #635449;
    border: none;
    position: relative;
    display: inline-block;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list li a::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: radial-gradient(circle at 1px center, #fff, #fff 1px, transparent 1.5px, transparent 100%);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
  }
}
.l-header__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .l-header__links {
    margin-bottom: 5px;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
}
.l-header__logo--sec {
  width: 120px;
  margin: 50px auto 0;
}
@media only screen and (min-width: 992px) {
  .l-header__logo--sec {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .l-header .p-access__table {
    display: none;
  }
}

body.is-drawerActive {
  overflow: hidden;
}
body.is-drawerActive .l-header {
  background-color: #fff;
}
body.is-drawerActive .l-header__nav {
  opacity: 1;
  visibility: visible;
}

.l-footer {
  padding: 40px 0 35px;
  background-color: #fffaea;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .l-footer {
    padding: 40px 0 70px;
  }
}
.l-footer .l-footer__logo {
  max-width: 345px;
  margin: 0 auto 30px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .l-footer .l-footer__logo {
    margin: 0 auto 20px;
  }
}
.l-footer .l-footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}
@media only screen and (min-width: 576px) {
  .l-footer .l-footer__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.l-footer .l-footer__list li {
  position: relative;
}
@media only screen and (min-width: 576px) {
  .l-footer .l-footer__list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 1px;
    height: 15px;
    background-color: #333;
    transform: translateY(-50%);
  }
}
.l-footer .l-footer__list li a {
  font-size: 16px;
  line-height: 1.5625;
  color: #333;
}
.l-footer .l-footer__copyright {
  width: 100vw;
  margin: 20px calc(50% - 50vw) 0;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 992px) {
  .l-footer .l-footer__copyright {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
}

.c-bg {
  background-color: #f4f8f8;
}

.c-btn__tel {
  padding: 7px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #ffb284;
  border-radius: 25px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .c-btn__tel {
    padding: 4px 18px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.c-btn__tel span {
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (min-width: 992px) {
  .c-btn__tel span {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.c-btn__link {
  padding: 10px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3636363636;
  text-align: center;
  color: #fff;
  background-color: #ffb284;
  border-radius: 25px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .c-btn__link {
    padding: 5px 28px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-fw--lt {
  font-weight: 300;
}
.c-fw--rg {
  font-weight: 400;
}
.c-fw--m {
  font-weight: 500;
}
.c-fw--sbd {
  font-weight: 600;
}
.c-fw--b {
  font-weight: 700;
}
.c-fw--bk {
  font-weight: 900;
}

.c-al--l {
  text-align: left;
}
.c-al--c {
  text-align: center;
}
.c-al--r {
  text-align: right;
}

.c-ttl {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .c-ttl {
    font-size: 40px;
    gap: 15px;
  }
}
.c-ttl::after {
  content: attr(data-title-en);
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #f7a3a9;
}
@media only screen and (min-width: 992px) {
  .c-ttl::after {
    font-size: 16px;
    line-height: 1.875;
  }
}
@media only screen and (min-width: 992px) {
  .c-ttl--sec {
    align-items: flex-start;
  }
}

.p-mv {
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .p-mv {
    padding-bottom: 0;
  }
}
.p-mv::after {
  content: "";
  width: 100%;
  height: calc(100% - 150px);
  background-color: #fffaea;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .p-mv::after {
    height: calc(100% - 200px);
    background: linear-gradient(to bottom, #fff 0%, #fffaea 50%);
  }
}
.p-mv .p-mv__ttl {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: min(23px, 6.1333333333vw);
  letter-spacing: 0.15em;
  line-height: 1.7391304348;
  text-align: center;
  color: #fff;
  -webkit-text-stroke: 6px #635449;
  paint-order: stroke fill;
  position: absolute;
  top: calc(50% - 73px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__ttl {
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 2.5;
    top: calc(50% - 48px);
  }
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__ttl span {
    font-size: 36px;
    line-height: 1.25;
  }
}
.p-mv .p-mv__open {
  width: 200px;
  height: 200px;
  padding-top: 15px;
  background: center/contain no-repeat url(../img/img_pre_open.webp);
  position: absolute;
  bottom: 0;
  right: 4%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__open {
    width: 300px;
    height: 300px;
    padding-top: 25px;
    bottom: 3%;
    left: 2.5%;
  }
}
.p-mv .p-mv__logo {
  width: 120px;
  margin: 0 auto 25px;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__logo {
    width: 147px;
    margin-bottom: 0;
  }
}
.p-mv .p-mv__date {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #4b4133;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__date {
    font-size: 20px;
  }
}
.p-mv .p-mv__date .num {
  font-size: 22px;
  line-height: 1.1818181818;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__date .num {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
.p-mv .p-mv__date .day {
  font-size: 16px;
  line-height: 3.0588235294;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__date .day {
    font-size: 22px;
  }
}
.p-mv .p-mv__date .txt {
  font-size: 16px;
  line-height: 1.875;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__date .txt {
    font-size: 28px;
  }
}
.p-mv .p-mv__pre {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0 0 5px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5454545455;
  text-align: center;
  color: #4b4133;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__pre {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
.p-mv .p-mv__pre .num {
  font-size: 18px;
  line-height: 1.3333333333;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__pre .num {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.p-mv .p-mv__pre .txt {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .p-mv .p-mv__pre .txt {
    font-size: 18px;
  }
}

.p-about {
  padding: 45px 0 120px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-about {
    padding: 90px 0 145px;
  }
}
.p-about::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fffaea;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -2;
}
.p-about::after {
  content: "";
  width: 100%;
  height: 870px;
  background-color: #eef7e4;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .p-about::after {
    height: 525px;
  }
}
.p-about .c-ttl {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .p-about .c-ttl {
    margin-bottom: 35px;
  }
}
.p-about .p-about__list {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr;
  gap: 70px;
}
@media only screen and (min-width: 576px) {
  .p-about .p-about__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .p-about .p-about__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 50px 40px;
  }
}
.p-about .p-about__list li {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-about .p-about__list li {
    grid-column: span 2;
  }
  .p-about .p-about__list li:nth-child(4) {
    grid-column: 2/span 2;
  }
  .p-about .p-about__list li:nth-child(5) {
    grid-column: 4/span 2;
  }
}
.p-about .p-about__imgWrap {
  position: relative;
}
.p-about .p-about__num {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 50px;
  line-height: 1;
  color: #86b596;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .p-about .p-about__num {
    font-size: 65px;
  }
}
.p-about .p-about__txtWrap {
  position: relative;
  width: 88.4057971014%;
  margin: -40px auto 0;
  background-color: #fff;
  padding: 20px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .p-about .p-about__txtWrap {
    width: 90.4306220096%;
    margin-top: -40.6698564593%;
    padding: 20px 20px 15px;
  }
}
.p-about .p-about__ttl {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #f7a3a9;
}
@media only screen and (min-width: 992px) {
  .p-about .p-about__ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.4583333333;
  }
}
.p-about .p-about__txt {
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .p-about .p-about__txt {
    margin-top: 15px;
  }
}

.p-medical {
  padding: 85px 0 70px;
  background-color: #fffaea;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-medical {
    padding: 85px 0;
  }
}
.p-medical .c-ttl {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .p-medical .c-ttl {
    margin-bottom: 40px;
  }
}
.p-medical .p-medical__items {
  display: grid;
  gap: 70px;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__items {
    gap: 30px;
  }
}
.p-medical .p-medical__item {
  position: relative;
}
.p-medical .p-medical__iconWrap {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #deeacc;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__iconWrap {
    width: 130px;
    height: 130px;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
.p-medical .p-medical__icon {
  width: 35px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__icon {
    width: 45px;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
  }
}
.p-medical .p-medical__card {
  padding: 20px 20px 25px;
  background-color: #fff;
  border-radius: 0 30px 0 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__card {
    padding: 40px 40px 35px 40px;
    border-radius: 20px;
  }
}
.p-medical .p-medical__label {
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  color: #f7a3a9;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__label {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
}
.p-medical .p-medical__row {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 576px) {
  .p-medical .p-medical__row {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-medical .p-medical__list {
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 576px) {
  .p-medical .p-medical__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__list {
    margin-top: 10px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }
}
.p-medical .p-medical__list li {
  width: 100%;
  padding-left: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.1428571429;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__list li {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-medical .p-medical__list li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #afd089;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__list li::before {
    width: 14px;
    height: 14px;
    top: 10px;
  }
}
.p-medical .p-medical__other {
  margin-top: 25px;
  padding: 4px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .p-medical .p-medical__other {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .p-medical .p-medical__other {
    margin-top: 55px;
    padding: 6px 0;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }
}
.p-medical .p-medical__other span {
  display: inline-block;
  position: relative;
}
.p-medical .p-medical__other span::after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffe4b1;
  z-index: -1;
}

.p-doctor {
  padding: 85px 0 80px;
  background: center/cover no-repeat url(../img/bg_doctor_sp.webp);
}
@media only screen and (min-width: 992px) {
  .p-doctor {
    padding: 90px 0 80px;
    background: center/cover no-repeat url(../img/bg_doctor.webp);
  }
}
.p-doctor .c-ttl {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .p-doctor .c-ttl {
    margin-bottom: 25px;
  }
}
.p-doctor .p-doctor__column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media only screen and (min-width: 576px) {
  .p-doctor .p-doctor__column {
    grid-template-columns: calc(100% - 260px) 240px;
    align-items: start;
    gap: 20px;
  }
  .p-doctor .p-doctor__column .p-doctor__info {
    grid-column: 2;
    grid-row: 1;
  }
  .p-doctor .p-doctor__column .p-doctor__txtWrap {
    grid-column: 1;
    grid-row: 1;
  }
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__column {
    grid-template-columns: calc(100% - 360px) 320px;
    gap: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .p-doctor .p-doctor__info {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.p-doctor .p-doctor__lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__lead {
    font-size: 22px;
  }
}
.p-doctor .p-doctor__txt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__txt {
    line-height: 1.75;
  }
}
@media only screen and (min-width: 576px) {
  .p-doctor .p-doctor__txtMore {
    display: none;
  }
}
.p-doctor .p-doctor__readmore {
  display: none;
  margin-top: 5px;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.8571428571;
  color: #f7a3a9;
  background: none;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 4px;
}
@media only screen and (min-width: 576px) {
  .p-doctor .p-doctor__readmore {
    display: inline-flex;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__readmore {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-doctor .p-doctor__readmore-icon {
  font-size: 10px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__readmore-icon {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) {
  .p-doctor .p-doctor__txtWrap.is-open .p-doctor__txtMore {
    display: block;
  }
}
.p-doctor .p-doctor__txtWrap.is-open .p-doctor__readmore {
  display: none;
}
.p-doctor .p-doctor__list {
  margin-top: 10px;
}
.p-doctor .p-doctor__position {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__position {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.p-doctor .p-doctor__name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__name {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-doctor .p-doctor__name::after {
  content: attr(data-en);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  color: #819a72;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__name::after {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.p-doctor .p-doctor__ttl {
  margin-bottom: 15px;
  padding-bottom: 3px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #f7a3a9;
  border-bottom: 1px solid #f7a3a9;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__ttl {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.p-doctor .p-doctor__ttl--sec {
  margin-bottom: 15px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #fff;
  background-color: #f7a3a9;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
}
.p-doctor .p-doctor__ttl--sec::before, .p-doctor .p-doctor__ttl--sec::after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__ttl--sec::before, .p-doctor .p-doctor__ttl--sec::after {
    right: 20px;
  }
}
.p-doctor .p-doctor__ttl--sec::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}
.p-doctor .p-doctor__ttl--sec.is-show::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.p-doctor .p-doctor__accordion {
  display: none;
}
.p-doctor .p-doctor__accordion.is-show {
  display: block;
}
.p-doctor .p-doctor__wrap {
  padding: 15px 20px 45px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(77, 124, 43, 0.16);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__wrap {
    margin-top: 40px;
    padding: 20px 100px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__row {
    display: flex;
    gap: 80px;
    margin-top: 20px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__row .p-doctor__content {
    flex: 1;
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__row .p-doctor__content:not(:last-child)::before {
    width: 2px;
    height: 100%;
    top: 0;
    bottom: auto;
    left: auto;
    right: -40px;
    background-image: radial-gradient(circle at center 1px, #58a737, #58a737 1px, transparent 1.5px, transparent 100%);
    background-position: center;
    background-repeat: repeat-y;
    background-size: 2px 8px;
  }
}
.p-doctor .p-doctor__content {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__content {
    margin-top: 20px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .p-doctor .p-doctor__list--sec li {
    display: flex;
    align-items: baseline;
    gap: 25px;
  }
}
.p-doctor .p-doctor__list--sec li:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__list--sec li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-doctor .p-doctor__year {
  color: #819a72;
}
@media only screen and (min-width: 576px) {
  .p-doctor .p-doctor__year {
    min-width: 95px;
  }
}
.p-doctor .p-doctor__history {
  line-height: 1.5714285714;
}
.p-doctor .p-doctor__txt--sec {
  padding-left: 25px;
  position: relative;
}
.p-doctor .p-doctor__txt--sec:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__txt--sec:not(:last-child) {
    margin-bottom: 9px;
  }
}
.p-doctor .p-doctor__txt--sec::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #afd089;
  border-radius: 50%;
}
@media only screen and (min-width: 576px) {
  .p-doctor .p-doctor__publicationWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .p-doctor .p-doctor__publication + .p-doctor__publication {
    margin-top: 15px;
  }
}
.p-doctor .p-doctor__txt--ter {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .p-doctor .p-doctor__txt--ter {
    margin-bottom: 10px;
  }
}
.p-doctor .p-doctor__img--sec {
  width: auto;
  height: 200px;
}

.p-access {
  padding: 90px 0 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .p-access {
    padding: 90px 0 60px;
  }
}
.p-access::before {
  content: "";
  width: 100%;
  height: 615px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #deeacc;
  z-index: -1;
}
.p-access .c-ttl {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .p-access .c-ttl {
    margin-bottom: 35px;
  }
}
.p-access__table {
  max-width: 1000px;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .p-access__table {
    margin: 50px auto 0;
  }
}
.p-access__table tr:not(:first-child) th {
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .p-access__table tr:not(:first-child) th {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.p-access__table tr:last-child th {
  border-radius: 0 0 0 10px;
}
.p-access__table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.p-access__table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.p-access__table th,
.p-access__table td {
  text-align: center;
  vertical-align: middle;
}
.p-access__table th {
  width: 11.1666666667%;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8571428571;
  background-color: #d4edca;
  border-bottom: 1px solid #e8f2db;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .p-access__table th {
    width: 12.5%;
    height: 60px;
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.6666666667;
  }
}
.p-access__table th:nth-child(1) {
  width: 33%;
}
@media only screen and (min-width: 992px) {
  .p-access__table th:nth-child(1) {
    width: 25%;
  }
}
.p-access__table td {
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.1428571429;
  color: #819a72;
  background-color: #fff;
  border-bottom: 1px solid #e8f2db;
}
@media only screen and (min-width: 992px) {
  .p-access__table td {
    height: 60px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.p-access__table td:first-child {
  font-size: 12px;
  letter-spacing: normal;
  color: #333;
}
.p-access__table td span {
  color: #333;
}
.p-access .p-access__content {
  padding: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__content {
    padding: 60px 50px;
  }
}
.p-access .p-access__logo {
  max-width: 287px;
  margin: 0 auto 10px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__logo {
    max-width: 335px;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__links {
    display: flex;
    gap: 40px;
  }
}
.p-access .p-access__link {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #333;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__link {
    font-size: 30px;
    line-height: 1.0666666667;
  }
}
@media only screen and (max-width: 575px) {
  .p-access .p-access__link + .p-access__link {
    margin-top: 10px;
  }
}
.p-access .p-access__link span {
  color: #f0aa25;
}
.p-access .p-access__mapWrap {
  width: calc(100% + 40px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .p-access .p-access__mapWrap {
    transform: translateX(-20px);
  }
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__mapWrap {
    width: 56%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__mapWrap {
    width: 66%;
  }
}
.p-access .p-access__map {
  width: 100%;
  height: 215px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__map {
    height: 520px;
  }
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__map {
    height: 565px;
  }
}
.p-access .p-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__info {
    width: 41%;
  }
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__info {
    width: 30%;
  }
}
.p-access .p-access__line {
  width: 100%;
  height: 1px;
  margin: 15px 0 20px;
  background-color: #d1d1d1;
  border: none;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__line {
    margin: 15px 0 17px;
  }
}
.p-access .p-access__address {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__address {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-access .p-access__label {
  margin-bottom: 10px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  color: #fff;
  background-color: #f7a3a9;
  border-radius: 5px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__label {
    padding: 2px 20px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-access .p-access__sub-label {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__sub-label {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-access .p-access__sub-label + .p-access__address {
  margin-bottom: 15px;
}
.p-access .p-access__sub-label:not(:first-of-type) {
  margin-top: 10px;
}
.p-access .p-access__list li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8571428571;
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__list li {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-access .p-access__list li::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #70b544;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__list li::before {
    top: 10px;
  }
}
.p-access .p-access__notice {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 2.1666666667;
  color: #666;
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__notice {
    max-width: 1000px;
    margin: 5px auto 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8571428571;
  }
}
.p-access .p-access__recruit {
  margin: 45px auto 0;
  padding: 30px 20px 30px;
  background-color: #a3c978;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__recruit {
    max-width: 500px;
    flex-direction: row;
    align-items: center;
    margin: 30px auto 0;
    padding: 10px 20px 10px 10px;
    border-radius: 9999px;
    gap: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__recruit {
    max-width: 830px;
    margin-top: 100px;
    padding: 35px 25px 50px 15px;
    gap: 20px;
  }
}
.p-access .p-access__recruit-icon {
  margin-top: 15px;
  flex-shrink: 0;
  order: 3;
  width: 50px;
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__recruit-icon {
    order: unset;
    width: 60px;
    transform: translate(15px, -5px);
  }
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__recruit-icon {
    width: 70px;
    transform: translate(25px, -5px);
  }
}
.p-access .p-access__recruit-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-access .p-access__recruit-body {
  display: contents;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__recruit-body {
    display: block;
    flex: 1;
    min-width: 0;
  }
}
.p-access .p-access__recruit-label {
  order: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 20px;
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__recruit-label {
    order: unset;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__recruit-label {
    font-size: 18px;
    line-height: 1.8888888889;
  }
}
.p-access .p-access__recruit-line {
  order: 2;
  display: block;
  width: 100%;
  max-width: 58px;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__recruit-line {
    order: unset;
    max-width: 280px;
    margin: 6px auto;
  }
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__recruit-line {
    max-width: 478px;
  }
}
.p-access .p-access__recruit-message {
  margin-top: 10px;
  order: 4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5909090909;
  text-align: center;
  color: #fff;
  display: block;
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__recruit-message {
    order: unset;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__recruit-message {
    margin-top: 15px;
    font-size: 28px;
    line-height: 1.5;
  }
}
.p-access .p-access__recruit-arrow {
  margin-top: 15px;
  flex-shrink: 0;
  order: 5;
  width: 26px;
}
@media only screen and (min-width: 576px) {
  .p-access .p-access__recruit-arrow {
    order: unset;
    width: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .p-access .p-access__recruit-arrow {
    width: 35px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
  }
}
.p-access .p-access__recruit-arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.p-recruit {
  padding: 70px 0 75px;
  background: center/cover no-repeat url(../img/img_recruit.jpg);
}
@media only screen and (min-width: 992px) {
  .p-recruit {
    padding: 70px 0 80px;
  }
}
.p-recruit .c-ttl {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .p-recruit .c-ttl {
    margin-bottom: 45px;
  }
}
.p-recruit .p-recruit__wrap {
  padding: 5px 20px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__wrap {
    padding: 10px 30px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .p-recruit .p-recruit__wrap {
    padding: 25px 50px 40px;
    border-radius: 40px;
  }
}
.p-recruit .p-recruit__table {
  width: 100%;
}
.p-recruit .p-recruit__heading {
  padding-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8571428571;
  text-align: left;
  color: #f0aa25;
}
@media only screen and (max-width: 575px) {
  .p-recruit .p-recruit__heading {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__heading {
    padding: 16px 0;
    border-bottom: 1px solid #dedede;
  }
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__heading {
    min-width: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .p-recruit .p-recruit__heading {
    min-width: 150px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-recruit .p-recruit__data {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8571428571;
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 575px) {
  .p-recruit .p-recruit__data {
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__data {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 992px) {
  .p-recruit .p-recruit__data {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-recruit .p-recruit__entry {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 20px;
}
@media only screen and (min-width: 576px) {
  .p-recruit .p-recruit__entry {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .p-recruit .p-recruit__entry {
    margin-top: 20px;
    padding: 50px 20px 40px;
    border-radius: 40px;
  }
}
.p-recruit .p-recruit__label {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  color: #725724;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .p-recruit .p-recruit__label {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1;
  }
}
.p-recruit .p-recruit__label span {
  display: inline-block;
  position: relative;
}
.p-recruit .p-recruit__label span::after {
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #ffe4b1;
  z-index: -1;
}
.p-recruit .p-recruit__txt {
  text-align: center;
}
.p-recruit .p-recruit__txt a {
  color: #333;
}/*# sourceMappingURL=style.css.map */