@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: "Zen Maru Gothic", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  font-weight: 500;
  color: #333;
  background-color: #fffcf1;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.875;
  }
}

main {
  margin-top: 80px;
}
@media only screen and (min-width: 992px) {
  main {
    margin-top: 0;
  }
}

img {
  display: block;
}

.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: 20px;
    padding-left: 20px;
  }
}
@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: 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: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s ease-in-out;
  background-color: #fffcf1;
}
@media only screen and (min-width: 1386px) {
  .l-header {
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}
.l-header__inner {
  height: 100%;
  padding-right: 10px;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1385px) {
  .l-header__inner {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__inner {
    padding-right: 50px;
    padding-left: 30px;
  }
}
.l-header__logo img {
  width: 238px;
}
@media only screen and (min-width: 1386px) {
  .l-header__logo img {
    width: 285px;
  }
}
.l-header__ttl {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #809b72;
  white-space: nowrap;
  position: absolute;
  top: 2px;
  left: -12px;
}
@media only screen and (max-width: 1385px) {
  .l-header__ttl {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__ttl {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.6666666667;
    border-left: 1px solid #c4d3bc;
    top: 50%;
    left: 330px;
    transform: translateY(-50%);
  }
}
.l-header__ttl .pc {
  display: none;
}
@media only screen and (min-width: 1386px) {
  .l-header__ttl .pc {
    display: block;
  }
}
.l-header__cover {
  width: 100%;
  height: calc(100dvh - 80px);
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1386px) {
  .l-header__cover {
    display: none;
  }
}
.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: #809b72;
  cursor: pointer;
  border-radius: 50%;
}
@media only screen and (min-width: 1386px) {
  .l-header .c-button {
    display: none;
  }
}
.l-header .p-hamburger {
  width: 46px;
  height: 46px;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.l-header .p-hamburger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  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: -9px;
}
.l-header .p-hamburger__line::after {
  top: 9px;
}
.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);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
@media only screen and (max-width: 1385px) {
  .l-header__nav {
    height: auto;
    padding: 10px 15px;
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    background-color: #809b72;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__nav {
    padding: 12px 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column-reverse;
    background-color: #809b72;
    border-radius: 50px;
    position: relative;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__nav .l-header__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 28px;
  }
}
@media only screen and (max-width: 1385px) {
  .l-header__nav .l-header__list li:last-child a {
    background: none;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__nav .l-header__list li:not(:last-child) {
    position: relative;
  }
  .l-header__nav .l-header__list li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    right: -18px;
    background-color: #000;
  }
}
@media only screen and (min-width: 1386px) and (min-width: 1386px) {
  .l-header__nav .l-header__list li:not(:last-child)::after {
    display: none;
  }
}
.l-header__nav .l-header__list li a {
  padding: 20px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1385px) {
  .l-header__nav .l-header__list li a {
    background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
    background-position: left -3px bottom;
    background-repeat: repeat-x;
    background-size: 9px 3px;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__nav .l-header__list li a {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.5625;
    color: #fff;
    border: none;
    position: relative;
    display: inline-block;
    transition: 0.3s ease-in-out;
  }
  .l-header__nav .l-header__list li a::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #a0bc92;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1386px) {
  .l-header__nav .l-header__list li a:hover::after {
    opacity: 1;
  }
}
.l-header__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1386px) {
  .l-header__links {
    margin-bottom: 5px;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
}
body.is-drawerActive {
  overflow: hidden;
}
body.is-drawerActive .l-header__nav {
  opacity: 1;
  visibility: visible;
}
body.is-drawerActive .l-header__cover {
  opacity: 0.8;
  visibility: visible;
}

.l-footer {
  padding: 40px 0 35px;
  background-color: #a0bc92;
  overflow: hidden;
}
.l-footer .l-footer__logo {
  max-width: 285px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .l-footer .l-footer__logo {
    max-width: 428px;
    margin-bottom: 30px;
  }
}
.l-footer .l-footer__list {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 17px;
}
@media only screen and (min-width: 576px) {
  .l-footer .l-footer__list {
    width: auto;
    border-radius: 40px;
    flex-direction: row;
    gap: 30px;
  }
}
.l-footer .l-footer__list li a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  color: #fff;
}
.l-footer .l-footer__copyright {
  margin-top: 15px;
  font-size: 10px;
  line-height: 2.4;
  text-align: center;
  color: #fff;
  display: block;
}

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

.c-btn {
  width: 100%;
  height: 60px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #4f6641;
  border: 2px solid #4f6641;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.c-btn::before {
  content: "";
  width: 22px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/icon_arrow_white.svg);
  transition: all 0.3s ease-in-out;
}
.c-btn:hover {
  background-color: #fff;
  color: #4f6641;
}
.c-btn:hover::before {
  background-image: url(../img/icon_arrow.svg);
}

.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 {
  padding-bottom: 35px;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.0666666667;
  text-align: center;
  color: #4f6641;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .c-ttl {
    font-size: 34px;
    line-height: 0.9411764706;
  }
}
.c-ttl::before {
  content: attr(data-title-en) "";
  width: 100%;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.6666666667;
  text-align: center;
  color: #4f6641;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .c-ttl::before {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}
.c-ttl--white {
  color: #fff;
}
.c-ttl--white::before {
  color: #fff;
}

#top .p-mv {
  padding-top: 5px;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  #top .p-mv {
    padding-left: 120px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 220px;
  }
}
#top .p-mv .p-mv__lead {
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  color: #4f6641;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__lead {
    writing-mode: vertical-rl;
    position: absolute;
    top: 5%;
    left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__lead {
    margin-bottom: 0;
    padding-left: 0;
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 0.32em;
    line-height: 1.3157894737;
    top: 20%;
    left: 90px;
  }
}
#top .p-mv .p-mv__img {
  width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__img {
    width: 92.5531914894%;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__img {
    width: 92.5531914894%;
  }
}
#top .p-mv .p-mv__wrap {
  width: 190px;
  height: 190px;
  position: absolute;
  bottom: 0;
  left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__wrap {
    width: 280px;
    height: 280px;
    left: 80px;
  }
}
#top .p-mv .p-mv__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff4ed;
  border-radius: 50%;
  background: center/contain no-repeat url(../img/bg_mv.png);
  z-index: -1;
}
#top .p-mv .p-mv__icon {
  width: 24px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__icon {
    width: 30px;
  }
}
#top .p-mv .p-mv__ttl {
  padding-top: 5px;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.4210526316;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__ttl {
    padding-top: 15px;
    font-size: 27px;
    line-height: 1.4814814815;
  }
}
#top .p-mv .p-mv__ttl span {
  font-size: 24px;
  line-height: 1.3333333333;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__ttl span {
    font-size: 34px;
    line-height: 0.9411764706;
  }
}
#top .p-mv .p-mv__ttl span.txt {
  font-size: 17px;
  line-height: 1.2941176471;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__ttl span.txt {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
#top .p-mv .p-mv__preview {
  width: 200px;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview {
    width: 292px;
    font-size: 21px;
    line-height: 1.3;
  }
}
#top .p-mv .p-mv__preview span {
  font-size: 21px;
  line-height: 1.4285714286;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview span {
    font-size: 30px;
    line-height: 1;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview span.txt {
    font-size: 16px;
    line-height: 1.875;
  }
}
#top .p-about {
  padding: 45px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 576px) {
  #top .p-about {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about {
    padding: 70px 0 65px;
  }
}
#top .p-about .c-ttl {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  #top .p-about .c-ttl {
    margin-bottom: 50px;
  }
}
#top .p-about .p-about__wrap {
  position: relative;
}
#top .p-about .p-about__feature {
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #809b72;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-about .p-about__feature {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 1.25;
  }
}
#top .p-about .p-about__feature::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #809b72;
}
@media only screen and (min-width: 992px) {
  #top .p-about .p-about__feature::after {
    bottom: -20px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about .p-about__feature.un-feature {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
#top .p-about .p-about__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (min-width: 576px) {
  #top .p-about .p-about__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 50px 25px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about .p-about__list {
    gap: 75px 50px;
  }
}
#top .p-about .p-about__list li {
  padding: 40px 20px 35px;
  background-color: #f1f5e5;
  position: relative;
  border-radius: 10px;
}
@media only screen and (min-width: 576px) {
  #top .p-about .p-about__list li {
    width: calc((100% - 50px) / 2);
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about .p-about__list li {
    width: calc((100% - 100px) / 3);
    padding: 55px 20px 50px;
  }
}
#top .p-about .p-about__num {
  font-weight: bold;
  font-size: 40px;
  line-height: 0.75;
  text-align: center;
  color: #809b72;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  #top .p-about .p-about__num {
    font-size: 50px;
    line-height: 0.6;
  }
}
#top .p-about .p-about__img {
  width: 100px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #top .p-about .p-about__img {
    width: 120px;
  }
}
#top .p-about .p-about__desc {
  font-weight: 500;
}
#top .p-medical {
  padding: 85px 0 80px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-medical {
    padding: 155px 0 120px;
  }
}
#top .p-medical .p-medical__wrap {
  margin-top: -50px;
  padding: 60px 20px 60px;
  background-color: #f1f5e5;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  #top .p-medical .p-medical__wrap {
    padding: 90px 50px 80px;
  }
}
#top .p-medical .p-medical__img {
  max-width: 460px;
  width: 75%;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 992px) {
  #top .p-medical .p-medical__img {
    margin-bottom: 95px;
  }
}
#top .p-medical .p-medical__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media only screen and (min-width: 576px) {
  #top .p-medical .p-medical__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-medical .p-medical__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
#top .p-medical .p-medical__list li {
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  border-bottom: 1px solid #cdd3bd;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  #top .p-medical .p-medical__list li {
    padding: 8px 0 8px 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6666666667;
    white-space: nowrap;
  }
}
#top .p-medical .p-medical__list li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #809b72;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  #top .p-medical .p-medical__list li::before {
    width: 16px;
    height: 16px;
    top: 16px;
  }
}
#top .p-medical .p-medical__list li img {
  width: 50px;
  margin: 0 auto;
}
#top .p-medical .p-medical__list li span {
  margin-top: 5px;
  font-size: 14px;
  line-height: 2.1428571429;
  color: #fff;
  display: block;
}
@media only screen and (min-width: 992px) {
  #top .p-medical .p-medical__list li span {
    font-size: 18px;
    line-height: 1.8888888889;
  }
}
#top .p-medical .p-medical__list li span.un-txt {
  font-size: 16px;
  line-height: 1.5;
}
#top .p-medical .p-medical__line {
  margin: 35px 0 40px;
  border: none;
  border-top: 1px solid #ddd1a4;
  height: 1px;
}
@media only screen and (min-width: 992px) {
  #top .p-medical .p-medical__line {
    margin: 27px 0 28px;
  }
}
#top .p-medical .p-medical__other {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.9166666667;
}
@media only screen and (min-width: 992px) {
  #top .p-medical .p-medical__other {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
#top .p-medical .p-medical__other span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#top .p-medical .p-medical__other span::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffeb7c;
  z-index: -1;
}
#top .p-message {
  padding: 45px 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #top .p-message {
    padding: 65px 0 120px;
  }
}
#top .p-message .c-ttl {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  #top .p-message .c-ttl {
    margin-bottom: 25px;
  }
}
#top .p-message .p-message__wrapper {
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__wrapper {
    padding: 0 25px 40px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__wrapper {
    padding: 0 100px 80px;
  }
}
#top .p-message .p-message__wrapper::after {
  content: "";
  height: calc(100% + 65px);
  position: absolute;
  bottom: 0;
  background-color: #f1f5e5;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  #top .p-message .p-message__wrapper::after {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__wrapper::after {
    width: 100%;
    height: calc(100% + 65px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__wrapper::after {
    height: calc(100% + 75px);
  }
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__column {
    display: grid;
    grid-template-columns: 32% 64%;
    gap: 4%;
  }
}
@media only screen and (max-width: 575px) {
  #top .p-message .p-message__imgWrap {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }
}
#top .p-message .p-message__position {
  font-weight: 500;
  font-size: 12px;
  line-height: 2.5;
  color: #4f6641;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__position {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
#top .p-message .p-message__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: row;
  gap: 10px;
}
#top .p-message .p-message__name::after {
  content: attr(data-name);
  font-size: 12px;
  line-height: 2.5;
  color: #7c7c7c;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__name::after {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
#top .p-message .p-message__txtWrap {
  position: relative;
}
#top .p-message .p-message__txtWrap::before {
  content: "";
  width: 230px;
  aspect-ratio: 230/251;
  background: center/contain no-repeat url(../img/logo_primary.svg);
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
}
#top .p-message .p-message__info {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__info {
    align-items: baseline;
    flex-direction: row;
  }
}
#top .p-message .p-message__label {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  color: #4f6641;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__label {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__txt {
    line-height: 1.75;
  }
}
#top .p-message .p-message__lead {
  margin-bottom: 15px;
  padding: 5px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6666666667;
  color: #4f6641;
  background-image: radial-gradient(circle, #809b72 1.5px, transparent 1.5px);
  background-position: left -3px bottom;
  background-repeat: repeat-x;
  background-size: 9px 3px;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__lead {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.5;
  }
}
#top .p-message .p-message__sub {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #4f6641;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__sub {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
#top .p-message .p-message__parent {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__parent {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__parent .div1 {
    grid-area: 1/1/4/2;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__parent .div2 {
    padding-bottom: 0;
    grid-area: 1/2/3/3;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__parent .div3 {
    grid-area: 3/2/4/3;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-message .p-message__parent .div4 {
    grid-area: 4/1/5/3;
  }
}
#top .p-message .p-message__child {
  padding: 10px 20px 15px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__child {
    padding: 25px 30px;
  }
}
#top .p-message .p-message__list li {
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__list li {
    padding-left: 25px;
  }
}
#top .p-message .p-message__list li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 2px;
  background-color: #809b72;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  #top .p-message .p-message__list li::before {
    width: 14px;
    height: 14px;
    top: 9px;
  }
}
#top .p-access {
  padding: 85px 0 80px;
  position: relative;
  background: center/cover no-repeat url(../img/bg_access.jpg);
}
@media only screen and (min-width: 992px) {
  #top .p-access {
    padding: 130px 0 120px;
  }
}
#top .p-access::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(255, 244, 237) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
}
#top .p-access .c-ttl {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #top .p-access .c-ttl {
    margin-bottom: 35px;
  }
}
#top .p-access .p-access__wrap {
  padding: 30px 0 50px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__wrap {
    padding: 30px 20px 50px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__wrap {
    padding: 80px 50px 75px;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__column {
    display: grid;
    grid-template-columns: 50% 46.5%;
    gap: 3.5%;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__column {
    grid-template-columns: 30% 64.6%;
    gap: 5.5%;
  }
}
#top .p-access .p-access__logo {
  max-width: 285px;
  width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__logo {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__logo {
    max-width: 381px;
  }
}
@media only screen and (max-width: 575px) {
  #top .p-access .p-access__info {
    padding: 0 20px;
  }
}
#top .p-access .p-access__tableWrap {
  margin-top: 35px;
}
@media only screen and (max-width: 575px) {
  #top .p-access .p-access__tableWrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__tableWrap {
    max-width: 1000px;
    margin: 45px auto 0;
  }
}
#top .p-access .p-access__table {
  width: 100%;
}
#top .p-access .p-access__table tr:last-child td {
  border-bottom: none;
}
#top .p-access .p-access__table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
#top .p-access .p-access__table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
#top .p-access .p-access__table th,
#top .p-access .p-access__table td {
  text-align: center;
  vertical-align: middle;
}
#top .p-access .p-access__table th {
  width: 12.5%;
  padding: 5px 0;
  font-size: 14px;
  line-height: 2.1428571429;
  color: #fff;
  background-color: #809b72;
  border-left: 1px solid #d5d5d5;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__table th {
    width: 11.0833333333%;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
#top .p-access .p-access__table th:nth-child(1) {
  width: 25%;
  border-radius: 10px 0 0 0;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__table th:nth-child(1) {
    width: 33.5%;
  }
}
#top .p-access .p-access__table th:last-child {
  border-radius: 0 10px 0 0;
}
#top .p-access .p-access__table th:first-child {
  border-left: none;
}
#top .p-access .p-access__table td {
  padding: 5px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.1428571429;
  color: #a0bc92;
  background-color: #f1f5e5;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__table td {
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
#top .p-access .p-access__table td:first-child {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.1666666667;
  color: #333;
  border-left: none;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__table td:first-child {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
}
#top .p-access .p-access__table td span {
  color: #746957;
}
#top .p-access .p-access__table td span.time {
  font-size: 13px;
  line-height: 1.5384615385;
  color: #f2b25a;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__table td span.time {
    font-size: 16px;
  }
}
#top .p-access .p-access__notice {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #666;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__notice {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__links {
    display: flex;
    gap: 40px;
  }
}
#top .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) {
  #top .p-access .p-access__link {
    font-size: 30px;
    line-height: 1.0666666667;
  }
}
@media only screen and (max-width: 575px) {
  #top .p-access .p-access__link + .p-access__link {
    margin-top: 10px;
  }
}
#top .p-access .p-access__link span {
  color: #158d96;
}
#top .p-access .p-access__map {
  width: calc(100% + 40px);
  height: 340px;
  margin-bottom: 20px;
  transform: translateX(-20px);
  position: relative;
}
@media only screen and (min-width: 576px) {
  #top .p-access .p-access__map {
    width: 100%;
    height: 605px;
    margin-bottom: 0;
    transform: none;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__map {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
  }
}
#top .p-access .p-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .p-access .p-access__address {
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__address {
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
    flex-direction: row;
    gap: 20px;
  }
}
#top .p-access .p-access__label {
  margin-bottom: 5px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  color: #fff;
  background-color: #809b72;
  border-radius: 5px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__label {
    margin-bottom: 10px;
    padding: 2px 20px;
    font-size: 16px;
    line-height: 1.875;
  }
}
#top .p-access .p-access__lead {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  color: #4f6641;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__lead {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.875;
  }
}
#top .p-access .p-access__line {
  margin: 15px 0;
  border: none;
  display: block;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #809b72 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 9px 3px;
}
#top .p-access .p-access__caution {
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8333333333;
}
@media only screen and (min-width: 992px) {
  #top .p-access .p-access__caution {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.7142857143;
  }
}
#top .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) {
  #top .p-access .p-access__list li {
    line-height: 2.1428571429;
  }
}
#top .p-access .p-access__list li::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #ffdcc6;
  border-radius: 50%;
}
#top .p-recruit {
  padding: 80px 0;
}
@media only screen and (min-width: 576px) {
  #top .p-recruit .c-ttl {
    padding-top: 10px;
    text-align: left;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-recruit .c-ttl::before {
    left: 0;
    transform: none;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-recruit .p-recruit__wrap {
    max-width: 790px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#top .p-recruit .p-recruit__ttlWrap {
  padding: 30px 20px 10px;
  background-color: #a0bc92;
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 576px) {
  #top .p-recruit .p-recruit__ttlWrap {
    padding: 10px 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px 0 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-recruit .p-recruit__ttlWrap {
    padding: 45px 40px 45px;
  }
}
#top .p-recruit .p-recruit__icon {
  width: 80px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 576px) {
  #top .p-recruit .p-recruit__icon {
    margin: initial;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-recruit .p-recruit__icon {
    width: 120px;
  }
}
#top .p-recruit .p-recruit__txtWrap {
  padding: 20px 20px 40px;
  background-color: #f1f5e5;
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 576px) {
  #top .p-recruit .p-recruit__txtWrap {
    border-radius: 0 10px 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-recruit .p-recruit__txtWrap {
    padding: 35px 55px 40px 40px;
  }
}
#top .p-recruit .p-recruit__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #top .p-recruit .p-recruit__txt {
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
  }
}
#top .p-recruit .p-recruit__btn {
  margin-top: 15px;
}/*# sourceMappingURL=style.css.map */