@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 16px;
  color: #555555;
}

body {
  font-family: "游ゴシック", sans-serif;
  line-height: 1.5;
}

main {
  background-color: #f9f9f9;
}

img {
  width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

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

body {
  line-height: 1.5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

blockquote,
q {
  quotes: none;
}

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

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: inherti;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}


.l-about {
  padding-top: 2.8125rem;
  padding-bottom: 3.3125rem;
}

.l-access {
  padding: 0 1.5625rem 10rem;
}

.l-article {
  padding: 8.8125rem 1.5625rem 10rem;
}

.l-contact-check {
  padding: 8.8125rem 1.5625rem 10.25rem;
}

.l-contact-page {
  padding: 8.8125rem 1.5625rem 10rem;
}

.l-contact-thanks {
  padding: 8.8125rem 1.5625rem 10.25rem;
}

.l-contact {
  padding: 0 1.5625rem 7.0625rem;
}

.l-faq {
  padding: 7.0625rem 1.5625rem 7.5rem;
}

.l-footer {
  padding: 4.8125rem 1.5625rem 1.9375rem;
}

.l-inner {
  max-width: 60rem;
  margin: 0 auto;
}

.l-inner--about {
  position: relative;
  padding-top: 7.1875rem;
  padding-bottom: 17.625rem;
}

.l-news {
  padding-bottom: 6.9375rem;
}

.l-notification {
  padding: 8.8125rem 1.5625rem 10rem;
}

.c-btn {
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.625rem 0;
  width: 9.25rem;
  border-radius: 1.5rem;
  border: solid 0.0625rem #f7b560;
  transition: 0.4s ease;
  cursor: pointer;
}

.c-btn--header {
  background-color: #f7b560;
}
.c-section-title {
  display: inline;
  font-size: 2.5rem;
  color: #555555;
  font-weight: bold;
  position: relative;
  z-index: 10;
  letter-spacing: 0.04em;
}

.c-section-title::after {
  content: "";
  position: absolute;
  background: url("../../assets/img/title-line.svg") no-repeat;
  width: 105%;
  height: 1.5625rem;
  bottom: -0.0625rem;
  left: -0.3125rem;
  background-size: contain;
  z-index: -10;
}

.c-site-logo__wrapper {
  display: flex;
  align-items: center;
}

.c-site-logo {
  vertical-align: bottom;
}

.c-site-logo__wrapper--about {
  width: 19.625rem;
  margin: 0 auto;
}

.p-about {
  text-align: center;
  color: #555555;
}

.p-about__img-01 {
  width: 20.83%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-about__img-02 {
  width: 18.85%;
  position: absolute;
  top: 3rem;
  right: 0;
}

.p-about__img-03 {
  width: 20.83%;
  position: absolute;
  bottom: 4.3125rem;
  left: 11.35%;
}

.p-about__img-04 {
  width: 24.52%;
  position: absolute;
  bottom: 0;
  right: 2.7%;
}

.p-about__text-01 {
  margin-top: 3.5625rem;
  margin-bottom: 0.9375rem;
  font-weight: bold;
  line-height: 1.9;
}

.p-about__text-02 {
  line-height: 1.9;
  font-weight: bold;
}

.p-access__title-wrapper {
  text-align: center;
  margin-bottom: 2.875rem;
}

.p-access__info-wrapper {
  filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137));
  display: flex;
  width: 100%;
}

.p-access__info-header {
  width: 26%;
  padding: 4.75rem 0 0 3.125rem;
  background-color: #93c572;
  border-radius: 6.25rem 0 0 6.25rem;
}

.p-access__header-item {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1.4375rem;
  line-height: 1.3;
}

.p-access__header-item:nth-of-type(4) {
  padding-bottom: 4.125rem;
}

.p-access__header-link {
  font-size: 1rem;
  border-bottom: 0.0625rem solid #555555;
  transition: 0.3s ease;
}

.p-access__info-detail {
  width: 74%;
  padding-top: 4.9375rem;
  background-color: #fff;
  border-radius: 0 6.25rem 6.25rem 0;
}

.p-access__detail-item {
  padding-left: 3.125rem;
  padding-bottom: 1.8125rem;
  line-height: 1.15;
}

.p-access__detail-item:nth-of-type(4) {
  padding-bottom: 3.125rem;
}

.p-access__detail-item:last-child {
  padding-bottom: 0;
  padding-left: 0;
}

.p-access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42.2535%;
}

.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 6.25rem 0;
}

.p-access__map--sp {
  display: none;
}
.p-accordion__list {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}

.p-accordion__item {
  border: 3px solid #93c572;
  padding: 0.8125rem 2.5rem;
  border-radius: 50px;
  transition: 0.2s ease;
  position: relative;
  background-color: #fff;
}

.p-accordion__item::before,
.p-accordion__item::after {
  content: "";
  position: absolute;
  top: 38%;
  background-color: #fff;
  height: 0.9375rem;
  width: 0.25rem;
}

.p-accordion__item::before {
  left: -0.1875rem;
}

.p-accordion__item::after {
  right: -0.1875rem;
}

.p-accordion__item.is-active {
  padding: 1.625rem 2.5rem;
}

.p-accordion__item.is-active::before,
.p-accordion__item.is-active::after {
  height: 1.875rem;
  top: 43%;
}

.p-accordion__question {
  position: relative;
}

.p-accordion__question::before,
.p-accordion__question::after {
  content: "";
  position: absolute;
  right: -0.3125rem;
  width: 21px;
  height: 3px;
  background-color: #93c572;
}

.p-accordion__question::before {
  top: 48%;
  transform: rotate(0deg);
  transition: 0.3s ease all;
}

.p-accordion__question::after {
  top: 48%;
  transition: 0.3s ease all;
  transform: rotate(90deg);
}

.p-accordion__question.is-open::before {
  rotate: 180deg;
}

.p-accordion__question.is-open::after {
  rotate: 90deg;
}

.p-accordion__title {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.1;
}

.p-accordion__q {
  font-size: 2.1875rem;
  color: #93c572;
}

.p-accordion__answer {
  margin-top: 1.5rem;
  display: none;
}

.p-accordion__text {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
  line-height: 2;
}

.p-accordion__a {
  font-size: 2.1875rem;
  color: #f7b560;
}

.p-article__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.p-article__date-wrapper {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 3.125rem;
}

.p-article__category {
  font-size: 0.875rem;
  background-color: #93c572;
  color: #fff;
  padding: 0.1875rem 0;
  width: 6rem;
  border-radius: 0.3125rem;
  text-align: center;
}

.p-article__contents {
  background-color: #fff;
  border-radius: 6.25rem;
  filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0, 0, 0, 0.1607843137));
  padding: 3.125rem 0;
}

.p-article__contents-inner {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-article__img-wrapper {
  margin-bottom: 1.875rem;
}

.p-article__img {
  width: 37.5rem;
  height: 24.4375rem;
  filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137));
  border-radius: 1.25rem;
}

.p-article__index-wrapper {
  border: 0.125rem solid #93c572;
  border-radius: 1.25rem;
  padding: 1.625rem 0 1.625rem 1.875rem;
  margin-bottom: 4.6875rem;
}

.p-article__index {
  font-weight: bold;
  font-size: 1.25rem;
}

.p-article__index-list {
  list-style: decimal inside;
  padding-left: 3.125rem;
}

.p-article__index-item {
  list-style-type: inherit;
}

.p-article__indexH2 {
  font-weight: bold;
}

.p-article__index-item::marker {
  color: #f7b560;
}

.p-article__subIndex-list {
  list-style: disc inside;
  padding-left: 1em;
}

.p-article__subIndex-item {
  list-style-type: inherit;
}

.p-article__indexH3 {
  font-weight: bold;
}

.p-article__subIndex-item::marker {
  color: #93c572;
}

.p-article__sub-contents {
  margin-bottom: 7.875rem;
}

.p-article__subheading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.375rem;
  display: inline-block;
  position: relative;
}

.p-article__subheading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background-color: #93c572;
}

.p-article__subheading-text {
  margin-bottom: 5.125rem;
  flex: 1;
}

.p-article__subsubheading {
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 0.625rem;
  border-left: 0.625rem solid #93c572;
  margin-bottom: 1.25rem;
}

.p-article__subheading-wrapper {
  margin-bottom: 3.9375rem;
}

.p-article__subheading-imgwrapper {
  float: right;
  margin-left: 1.25rem;
}

.p-article__subheading-img {
  filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137));
  border-radius: 1.25rem;
  width: 18.125rem;
}

.p-article__subsubheading-list {
  margin-bottom: 3.125rem;
}

.p-article__subsubheading-item {
  list-style-type: inherit;
  list-style: disc;
  list-style-position: inside;
}

.p-article__btn {
  background-color: #fff;
  color: #93c572;
  border: solid 0.125rem #93c572;
  border-radius: 3.125rem;
  width: 100%;
  padding: 1.125rem 0;
  max-width: 18.75rem;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  display: block;
  margin: 0 auto;
  transition: 0.2s ease;
}
.p-contact-check__form {
  background-color: #fff;
  padding: 4.8125rem 0 5.0625rem;
  margin-top: 2.8125rem;
  border-radius: 6.25rem;
  filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0, 0, 0, 0.1607843137));
}

.p-contact-check__inner {
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
}

.p-contact-check__field {
  margin-bottom: 1.5625rem;
}

.p-contact-check__field p:nth-of-type(1) {
  margin-bottom: 0.5rem;
}

.p-contact-check__title {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}

.p-contact-form__required {
  position: absolute;
  top: 0;
  right: -3.5rem;
  background-color: #93c572;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.3125rem;
  border-radius: 0.3125rem;
}

.p-contact-check__btn {
  background-color: #fff;
  color: #93c572;
  border: solid 0.125rem #93c572;
  border-radius: 3.125rem;
  padding: 0.9375rem 0;
  max-width: 12.5rem;
  width: 100%;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  transition: 0.2s ease;
}
.p-contact-form {
  background-color: #fff;
  padding: 4.8125rem 0 11.25rem;
  border-radius: 6.25rem;
  filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0, 0, 0, 0.1607843137));
}

.p-contact-form__inner {
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
}

.p-contact-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

.p-contact-form__field:nth-of-type(5) {
  margin-bottom: 1.875rem;
}

.p-contact-form__label {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  position: relative;
  display: inline-block;
}

.p-contact-form__required {
  line-height: 1.2;
  position: absolute;
  top: 0.3125rem;
  right: -2.75rem;
  background-color: #93c572;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.3125rem;
  border-radius: 0.3125rem;
}

.p-contact-form__select {
  padding: 0.9375rem 0 0.9375rem 0.625rem;
  border: solid 0.0625rem #93c572;
  border-radius: 0.3125rem;
  max-width: 25rem;
  width: 100%;
}

.p-contact-form__input {
  line-height: 1.5;
  padding: 0.875rem 0 0.875rem 1.25rem;
  border: solid 0.0625rem #93c572;
  border-radius: 0.3125rem;
  max-width: 31.25rem;
  width: 100%;
}

.p-contact-form__textarea {
  border: solid 0.0625rem #93c572;
  border-radius: 0.3125rem;
  max-width: 37.5rem;
  width: 100%;
  height: 9.375rem;
}

.p-contact-form__btn {
  background-color: #fff;
  color: #93c572;
  border: solid 0.125rem #93c572;
  border-radius: 3.125rem;
  padding: 0.6875rem 0;
  max-width: 12.5rem;
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  transition: 0.2s ease;
}

.p-contact-form__select option {
  background-color: #f9f9f9;
  color: #93c572;
}

.p-contact-page__text {
  margin-top: 1.875rem;
  margin-bottom: 2.8125rem;
}

.p-contact-thanks__container {
  background-color: #fff;
  text-align: center;
  padding: 4.8125rem 0 5.0625rem;
  margin-top: 2.8125rem;
  border-radius: 6.25rem;
  filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0, 0, 0, 0.1607843137));
}

.p-contact-thanks__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.4375rem;
}

.p-contact-thanks__text {
  margin-bottom: 1.8125rem;
}

.p-contact-thanks__tel {
  color: #93c572;
}

.p-contact-thanks__tel a {
  font-size: 1.875rem;
  font-weight: bold;
}

.p-contact-thanks__reception {
  color: #93c572;
  font-weight: bold;
  margin-bottom: 2.9375rem;
}

.p-contact-thanks__btn {
  background-color: #fff;
  color: #93c572;
  border: solid 0.125rem #93c572;
  border-radius: 3.125rem;
  padding: 0.9375rem 0;
  max-width: 12.5rem;
  width: 100%;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  transition: 0.2s ease;
}
.p-contact__inner {
  max-width: 60rem;
  margin-inline: auto;
  text-align: center;
  background-color: #f7b560;
  border-radius: 3.125rem;
  padding: 3.125rem 1.25rem;
  filter: drop-shadow(0rem 0rem 0.625rem rgba(0, 0, 0, 0.1607843137));
  color: #fff;
}

.p-contact__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.75rem;
  line-height: 1.325;
}

.p-contact__text {
  font-size: 1.125rem;
  letter-spacing: normal;
  margin-bottom: 2.25rem;
}

.p-contact__btn {
  background-color: #fff;
  color: #93c572;
  border: solid 0.125rem #93c572;
  border-radius: 3.125rem;
  padding: 1.125rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  max-width: 18.75rem;
  margin: 0 auto 2rem;
  display: block;
  transition: 0.2s ease;
  width: 100%;
}

.p-contact__tel {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.p-contact__tel a {
  font-size: 1.875rem;
  font-weight: bold;
}

.p-contact__reception {
  font-weight: bold;
  font-size: 1.25rem;
}
.p-faq__section-title-wrapper {
  text-align: center;
}

.p-faq__section-title {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 2.25rem;
  letter-spacing: 0.1em;
  display: inline-block;
}

.p-faq__section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.3125rem;
  background: url("../../assets/img/title-line.svg") no-repeat center;
  background-size: contain;
  height: 1.5625rem;
  width: 100%;
  z-index: -1;
}

.p-footer__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.75rem;
}

.p-footer__info {
  display: flex;
  flex-direction: column;
}

.p-footer__logo {
  width: 12.625rem;
  margin-bottom: 2rem;
}

.p-footer__address {
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.p-footer__list-wrapper {
  display: flex;
  gap: 1.875rem;
}

.p-footer__list {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}

.p-footer__item {
  font-weight: bold;
  transition: 0.2s ease;
}

.p-footer__sns-list {
  display: flex;
  justify-content: space-between;
  width: 11.6875rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-footer__sns-item {
  font-size: 1.5625rem;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 624.9375rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
}

.p-footer__sns-item img {
  vertical-align: middle;
}

.p-footer__copyright {
  font-family: "Archivo Narrow";
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}
.p-fv {
  height: 48rem;
  background-image: url("../../assets/img/FV.webp");
  background-position: center;
  background-size: cover;
  position: relative;
}

.p-fv__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
}

.p-fv__logo-wrapper {
  text-align: center;
  margin-bottom: 0.6875rem;
}

.p-fv__logo {
  width: 12.6875rem;
}

.p-fv__catchcopy {
  font-size: 3.125rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: #93c572;
  filter: drop-shadow(0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.3019607843));
}

.p-fv__news-container {
  background-color: #f7b560;
  border-radius: 1.25rem;
  filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137));
  color: #fff;
  width: 21.0625rem;
  padding: 1rem 0 1.125rem 0.9375rem;
  position: absolute;
  bottom: 6.25%;
  right: 3.29%;
  transition: filter 0.4s;
}

.p-fv__news-container.hidden {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-6.25rem);
  }
}
.p-fv__news-header {
  display: flex;
  flex-direction: column;
  font-family: "Archivo Narrow";
}

.p-fv__news {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  text-transform: capitalize;
  line-height: 0.9;
}

.p-fv__news-date {
  display: block;
  font-size: 0.75rem;
}

.p-fv__news-text {
  width: 15.25rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-fv__scroll {
  position: absolute;
  text-transform: uppercase;
  bottom: 1.375rem;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
.p-fv__scroll span {
  position: absolute;
  top: -5.9375rem;
  left: 50%;
  translate: -50%;
  color: #eee;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.p-fv__scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.25rem;
  width: 0.1875rem;
  height: 1.25rem;
  background: #eee;
  transform: skewX(-31deg);
}

.p-fv__scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.1875rem;
  height: 3.75rem;
  background: #eee;
}
.p-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6.25rem;
  padding: 1.375rem 1.875rem 1.375rem 2.5rem;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1607843137);
  margin: 1.25rem 2.3125rem 0;
  background-color: #fff;
}

.p-header__hum {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
}

.p-header__hum span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 28px;
  height: 2px;
  border-radius: 5px;
  background: #93c572;
  width: 1.25rem;
}

.p-header__hum span:nth-of-type(1) {
  top: 0.9375rem;
}

.p-header__hum span:nth-of-type(2) {
  top: 1.3125rem;
}

.p-header__hum span:nth-of-type(2)::after {
  content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 0.25rem;
  left: 50%;
  translate: -50%;
  color: #93c572;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: "Archivo Narrow";
}

.p-header__hum.is-active span:nth-of-type(1) {
  top: 0.75rem;
  left: 1.5625rem;
  translate: 0 0.375rem;
  rotate: -45deg;
}

.p-header__hum.is-active span:nth-of-type(2) {
  top: 1.5rem;
  left: 1.5625rem;
  translate: 0 -0.375rem;
  rotate: 45deg;
}

.p-header__hum.is-active span:nth-of-type(2)::after {
  content: "close";
  translate: 0;
  rotate: -45deg;
}

.p-news__wrapper {
  display: flex;
  margin-right: calc(50% - 50vw);
}

.p-news__contents {
  margin-top: 4.5rem;
  width: 25rem;
}

.p-news__text {
  margin-top: 2.25rem;
  margin-bottom: 3.75rem;
}

.p-news__btn {
  font-size: 1.25rem;
  padding: 1.1875rem 0;
  max-width: 18.75rem;
  width: 100%;
  border-radius: 3.125rem;
  text-align: center;
  color: #93c572;
  background-color: #fff;
  border: solid 0.0625rem #93c572;
  margin-left: 3.125rem;
  cursor: pointer;
  transition: 0.2s ease;
  letter-spacing: 0.05em;
  font-family: "Archivo Narrow";
}
.p-news__btn span {
  text-transform: capitalize;
}

.p-news__btn--pc {
  display: block;
}

.p-news__btn--sp {
  display: none;
}

.p-news__list {
  flex: 1;
  margin-left: 5rem;
  padding: 5rem 3.125rem 4.8125rem 3.125rem;
  background-color: #fff;
  border-radius: 6.25rem 0 0 6.25rem;
  filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0, 0, 0, 0.1607843137));
}

.p-news__item {
  margin-bottom: 2.3125rem;
}

.p-news__item:last-child {
  margin-bottom: 0;
}

.p-news__header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.p-news__data {
  width: 6.25rem;
}

.p-news__category {
  margin-left: 0.625rem;
  display: flex;
  gap: 1rem;
}

.p-news__category span {
  font-size: 0.875rem;
  padding: 0.1875rem 0.3125rem;
  background-color: #93c572;
  color: #fff;
  border-radius: 0.3125rem;
}

.p-news__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-notification__category-list {
  text-align: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  margin-top: 2.8125rem;
  margin-bottom: 3.125rem;
  padding: 0.625rem 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.p-notification__category-btn {
  flex-shrink: 0;
  width: 7.875rem;
  border: none;
  background-color: #fff;
  color: #f7b560;
  padding: 0.6875rem 0;
  font-weight: bold;
  border-radius: 3.125rem;
  filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137));
  transition: 0.5s all;
  white-space: nowrap;
}

.p-notification__category-btn.is-active {
  background-color: #93c572;
  color: #fff;
}

.p-notification__list-wrapper {
  background-color: #fff;
  border-radius: 6.25rem;
  filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0, 0, 0, 0.1607843137));
  padding: 5rem 3.125rem;
}

.p-notification__list {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}

.p-notification__article {
  display: flex;
  gap: 2.3125rem;
}

.p-notification__img {
  width: 14.375rem;
  height: 9.375rem;
  vertical-align: bottom;
  border-radius: 1.25rem;
  filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137));
}

.p-notification__content-header {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
  margin-bottom: 0.375rem;
}

.p-notification__content-category {
  display: flex;
  gap: 1rem;
}

.p-notification__content-category span {
  font-size: 0.875rem;
  background-color: #93c572;
  border-radius: 0.3125rem;
  padding: 0.1875rem 1.25rem;
  color: #fff;
}

.p-notification__content-category--sp {
  display: flex;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.p-notification__content-category--sp span {
  display: none;
}

.p-notification__content-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-notification__content-text {
  font-size: 0.875rem;
}

.p-pc-nav__list {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.p-pc-nav__item {
  font-weight: bold;
  transition: 0.2s ease;
}
.p-sp-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  top: 0;
  left: -120%;
  margin-top: 3.125rem;
  background-color: #f9f9f9;
  padding: 0 0.875rem;
  transition: ease 0.5s;
}

.p-sp-nav.is-active {
  left: 0;
}

.p-sp-nav__list {
  margin-bottom: 0.875rem;
}

.p-sp-nav__item {
  font-weight: bold;
  border-top: 0.0625rem solid #93c572;
  transition: 0.2s ease;
  position: relative;
}
.p-sp-nav__item a {
  padding: 1.125rem 0;
  display: block;
}
.p-sp-nav__item span {
  font-size: 0.75rem;
  color: #f7b560;
  margin-left: 1.4375rem;
  text-transform: uppercase;
}

.p-sp-nav__item::before {
  content: "";
  position: absolute;
  background-color: #93c572;
  top: 38%;
  right: 5px;
  width: 0.1875rem;
  height: 0.5rem;
  transform: skewX(45deg);
  transition: 0.2s ease;
}

.p-sp-nav__item::after {
  content: "";
  position: absolute;
  background-color: #93c572;
  top: 50%;
  right: 0.1875rem;
  width: 1.25rem;
  height: 0.125rem;
  translate: 0 -50%;
  transition: 0.2s ease;
}

.p-sp-nav__item:first-child {
  border-top: none;
}

.p-sp-nav__item:last-child {
  border-bottom: 0.0625rem solid #93c572;
}

.p-sp-nav__footer {
  text-align: center;
  color: #93c572;
}

.p-sp-nav__tel-ttl {
  font-size: 0.875rem;
  font-weight: bold;
}

.p-sp-nav__tel {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5625rem;
}

.p-sp-nav__reception {
  font-size: 0.875rem;
  margin-bottom: 1.4375rem;
}

.p-sp-nav__reception-ttl {
  font-weight: bold;
}

.p-sp-nav__reception-text {
  font-weight: bold;
}

.p-sp-nav__btn {
  padding: 0.8125rem 6.625rem;
  font-weight: bold;
  background-color: #f7b560;
  color: #fff;
  border-radius: 1.5rem;
  border: none;
  transition: 0.4s ease;
}
.p-tab__wrapper {
  display: flex;
  gap: 1.1875rem;
}

.p-tab__item {
  border: none;
  padding: 1.1875rem 0;
  max-width: 11.875rem;
  width: 100%;
  border-radius: 1.25rem;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.1607843137);
  font-size: 1.25rem;
  background-color: #fff;
  color: #f7b560;
  font-weight: bold;
  text-align: center;
  transition: 0.5s all;
}

.p-tab__item.is-active {
  background-color: #93c572;
  color: #fff;
}

.p-tab__item:nth-of-type(3) {
  padding: 1.1875rem 1.5625rem;
}

.p-tab__text {
  max-width: 60rem;
  margin-bottom: 3.875rem;
  margin-left: auto;
}

.p-tab__content {
  visibility: hidden;
  height: 0;
}

.p-tab__content.is-active {
  visibility: visible;
  height: auto;
}

.p-works__wrapper {
  margin-left: calc(50% - 50vw);
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  border-radius: 0 6.25rem 6.25rem 0;
  background-color: #fff;
  filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0, 0, 0, 0.1607843137));
}

.p-works__header {
  max-width: 60rem;
  margin-left: auto;
}

.p-works-tab {
  margin-top: 1.1875rem;
  margin-bottom: 2.9375rem;
}

.breadcrumb {
  margin-bottom: 4.5rem;
  font-size: 0.875rem;
}

.wpcf7-spinner {
  visibility: hidden !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  border: solid 0.0625rem #d53838;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
  text-align: center;
}

.page-numbers {
  line-height: 1;
  width: 3.125rem;
  font-size: 0.875rem;
  margin-right: 10px;
  padding: 1.0625rem 0;
  color: #93c572;
  border-radius: 3px;
  background: #f9f9f9;
  border: 1px solid #f0f3f5;
}

.page-numbers.current {
  padding: 1.0625rem 0;
  width: 3.125rem;
  background-color: #f9f9f9;
  color: #93c572;
}

.page-numbers.prev,
.page-numbers.next {
  background: transparent;
  box-shadow: none;
  width: 3.125rem;
  padding: 0.625rem 0;
  color: #93c572;
  border-radius: 3px;
  background: #f9f9f9;
  border: 1px solid #f0f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers.dots {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #666666;
}

.swiper {
  margin-right: 3.125rem;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  margin-left: 1.5625rem;
  width: 18.75rem;
  height: 15.625rem;
}

.ts-control {
  border: none;
  padding: 0;
}

.ts-dropdown {
  margin-top: 0.0625rem;
  border-radius: 0.3125rem;
  border: solid #93c572 0.0625rem;
  background: #f9f9f9;
  color: #93c572;
}

.ts-dropdown-content {
  padding: 0 0.625rem;
}

.ts-dropdown .option {
  padding: 0.9375rem 1.25rem;
  border-bottom: 0.125rem #b9b9b9 dashed;
  font-weight: bold;
  font-size: 1rem;
}

.ts-dropdown .option:last-child {
  border: none;
}

.ts-dropdown .active {
  color: inherit;
  background-color: inherit;
}

@media screen and (max-width:821px) {
  html {
    font-size: 16px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .l-about {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .l-contact {
    padding: 0 0.9375rem 3.75rem;
  }
  .l-faq {
    padding: 4.625rem 0.9375rem 0.9375rem;
  }
  .l-footer {
    padding: 1.875rem 0.9375rem 1.5625rem;
  }
  .l-inner--about {
    padding-top: 5.5rem;
    padding-bottom: 8.5625rem;
  }
  .l-news {
    padding-bottom: 4.625rem;
  }
  .c-section-title {
    font-size: 1.875rem;
  }
  .c-section-title::after {
    bottom: -0.625rem;
  }
  .c-site-logo__wrapper {
    width: 7.25rem;
  }
  .c-site-logo__wrapper--about {
    width: 14.5rem;
  }
  .p-about__img-03 {
    left: 2%;
    bottom: 1.6875rem;
  }
  .p-about__text-01 {
    margin-top: 1.875rem;
    margin-bottom: 2.1875rem;
  }
  .p-access__title-wrapper {
    margin-bottom: 2.5625rem;
  }
  .p-access__info-header {
    border-radius: 3.125rem 0 0 0;
    padding-top: 1.8125rem;
    padding-left: 1.25rem;
    width: 50%;
  }
  .p-access__header-item {
    font-size: 1rem;
    padding-bottom: 1.5625rem;
  }
  .p-access__header-item:nth-of-type(2) {
    padding-bottom: 3.5625rem;
  }
  .p-access__header-item:nth-of-type(4) {
    padding-bottom: 2.9375rem;
  }
  .p-access__header-item:nth-of-type(5) {
    padding-bottom: 0.4375rem;
  }
  .p-access__header-link {
    font-size: 0.875rem;
  }
  .p-access__info-detail {
    padding-top: 1.875rem;
    border-radius: 0 3.125rem 0 0;
  }
  .p-access__detail-item {
    font-size: 0.875rem;
    padding-left: 1.25rem;
    padding-bottom: 1.625rem;
  }
  .p-access__map {
    padding-top: 42%;
  }
  .p-access__map iframe {
    border-radius: 0 0 3.125rem 3.125rem;
  }
  .p-access__map--pc {
    display: none;
  }
  .p-access__map--sp {
    display: block;
  }
  .p-accordion__list {
    gap: 1.875rem;
  }
  .p-accordion__title {
    font-size: 1rem;
    width: 90%;
    gap: 0.625rem;
    line-height: 1.8;
  }
  .p-accordion__q {
    font-size: 1.5625rem;
  }
  .p-accordion__answer {
    margin-top: 0.6875rem;
  }
  .p-accordion__text {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    line-height: 1.5;
  }
  .p-article__title {
    font-size: 1.5rem;
    margin-top: 2.375rem;
  }
  .p-article__img {
    width: 100%;
    height: auto;
    min-height: 11.875rem;
  }
  .p-article__index-list {
    padding-left: 0.9375rem;
  }
  .p-article__indexH2 {
    font-size: 0.875rem;
  }
  .p-article__index-item::marker {
    font-size: 0.875rem;
  }
  .p-article__indexH3 {
    font-size: 0.875rem;
  }
  .p-contact-form__field {
    margin-bottom: 1.625rem;
  }
  .p-contact-form__select {
    max-width: inherit;
  }
  .p-contact-form__input {
    max-width: inherit;
  }
  .p-contact-page__text {
    margin-top: 0.625rem;
    margin-bottom: 2.5rem;
  }
  .p-contact-thanks__tel a {
    font-size: 1.25rem;
    margin-bottom: 0.5625rem;
  }
  .p-contact__inner {
    padding: 2.75rem 0.9375rem 1.25rem;
  }
  .p-contact__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .p-contact__text {
    margin-bottom: 0.9375rem;
  }
  .p-contact__btn {
    padding: 1.3125rem 0;
    margin-bottom: 0.9375rem;
  }
  .p-contact__reception {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .p-faq__section-title {
    font-size: 1.875rem;
    margin-bottom: 1.75rem;
  }
  .p-footer__wrapper {
    flex-direction: column;
    padding-bottom: 7.3125rem;
    margin-bottom: 0;
  }
  .p-footer__info {
    margin-bottom: 1.9375rem;
  }
  .p-footer__logo {
    margin-bottom: 1.25rem;
  }
  .p-footer__address {
    margin-bottom: 0.9375rem;
  }
  .p-footer__list {
    flex-direction: column;
    gap: 0.5rem;
  }
  .p-footer__item {
    line-height: 1.3;
  }
  .p-footer__sns-list {
    bottom: 2.4375rem;
  }
  .p-fv {
    height: 37.5rem;
  }
  .p-fv__wrapper {
    top: 55%;
  }
  .p-fv__logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-header__hum {
    display: block;
  }
  .p-news__text {
    margin-top: 1.5625rem;
    margin-bottom: 1.875rem;
    line-height: 1.7;
  }
  .p-news__title {
    font-size: 1rem;
  }
  .p-notification__category-list {
    justify-content: flex-start;
    padding: 0.75rem 0;
    margin: 0.3125rem 0 0.8125rem;
  }
  .p-notification__list {
    gap: 1.875rem;
  }
  .p-notification__content-header {
    font-size: 0.75rem;
  }
  .p-notification__content-category {
    gap: 0.1875rem;
  }
  .p-notification__content-category span {
    padding: 0.1875rem 0.5rem;
  }
  .p-notification__content-category--sp {
    top: 0.3125rem;
    right: 0.75rem;
  }
  .p-notification__content-title {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .p-pc-nav__list {
    display: none;
  }
  .p-tab__wrapper {
    gap: 0.4375rem;
  }
  .p-tab__item {
    padding: 0.9375rem 0;
    font-size: 1rem;
    border-radius: 0.625rem;
    width: 6.875rem;
  }
  .p-tab__item:nth-of-type(3) {
    font-size: 0.875rem;
    padding: 0.9375rem 0.25rem;
  }
  .breadcrumb {
    margin-bottom: 2.1875rem;
  }
  .pagination {
    margin-top: 0;
  }
  .swiper {
    margin-right: 0;
  }
  .swiper-slide {
    width: 15.625rem;
    height: 13.0625rem;
  }
}

@media screen and (max-width:1024px) {
  .l-access {
    padding: 0 0.9375rem 5rem;
  }
  .l-article {
    padding: 8.125rem 0.9375rem 5rem;
  }
  .l-contact-check {
    padding: 6.875rem 0.9375rem 5rem;
  }
  .l-contact-page {
    padding: 6.875rem 0.9375rem 5rem;
  }
  .l-contact-thanks {
    padding: 6.875rem 0.9375rem 5rem;
  }
  .l-notification {
    padding: 6.6875rem 0.9375rem 5rem;
  }
  .c-btn {
    width: 6rem;
  }
  .c-btn--header {
    border-radius: 1.5625rem;
  }
  .p-accordion__item {
    padding: 1.1875rem 1.1875rem;
    border-radius: 1.875rem;
  }
  .p-accordion__item.is-active {
    padding: 1rem 1.1875rem;
  }
  .p-accordion__question::before,
  .p-accordion__question::after {
    right: -0.3125rem;
    width: 0.9375rem;
  }
  .p-accordion__a {
    font-size: 1.5625rem;
  }
  .p-article__date-wrapper {
    margin-bottom: 2.5rem;
  }
  .p-article__contents {
    padding: 1.875rem 1.25rem;
    border-radius: 3.125rem;
  }
  .p-article__img-wrapper {
    margin-bottom: 0.625rem;
  }
  .p-article__index-wrapper {
    margin-bottom: 2.5rem;
    padding: 0.6875rem 0.9375rem 1rem;
  }
  .p-article__index-item {
    padding-bottom: 0.9375rem;
  }
  .p-article__sub-contents {
    margin-bottom: 7.25rem;
  }
  .p-article__subheading {
    font-size: 1.25rem;
  }
  .p-article__subsubheading {
    font-size: 1.125rem;
  }
  .p-article__subheading-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 2.5rem;
  }
  .p-article__subheading-imgwrapper {
    margin-left: 0;
    clear: both;
  }
  .p-article__subheading-img {
    width: 100%;
  }
  .p-article__subsubheading-list {
    margin-bottom: 2.5rem;
  }
  .p-contact-check__form {
    border-radius: 3.125rem;
    padding: 4.8125rem 1.25rem 5rem;
  }
  .p-contact-form {
    border-radius: 3.125rem;
    padding: 4.8125rem 1.25rem 5rem;
  }
  .p-contact-thanks__container {
    border-radius: 3.125rem;
    padding: 1.625rem 1.25rem 1.875rem;
  }
  .p-footer__list-wrapper {
    flex-direction: column;
    gap: 0.5rem;
  }
  .p-fv__catchcopy {
    font-size: clamp(1.5625rem, 6vw, 2.5rem);
    letter-spacing: 0.08em;
    line-height: 1.35;
  }
  .p-fv__news-container {
    width: 8.875rem;
    bottom: 1.25rem;
    left: 5.63%;
    padding: 0.5625rem 0 0.5rem 0.625rem;
    border-radius: 0.625rem;
  }
  .p-fv__news-header {
    align-items: baseline;
  }
  .p-fv__news-header a {
    display: flex;
  }
  .p-fv__news {
    font-size: 0.875rem;
  }
  .p-fv__news-date {
    font-size: 0.625rem;
    margin-left: 0.375rem;
  }
  .p-fv__news-text {
    width: 6.25rem;
    font-size: 0.75rem;
    -webkit-line-clamp: 2;
  }
  .p-header {
    padding: 0.625rem 0.9375rem 0.625rem 1.25rem;
  }
  .p-news__wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 0.9375rem;
  }
  .p-news__contents {
    width: 100%;
    margin-top: 3.9375rem;
    padding-right: 0.9375rem;
  }
  .p-news__btn {
    margin-left: 0;
  }
  .p-news__btn--pc {
    display: none;
  }
  .p-news__btn--sp {
    display: block;
    margin-left: calc(50% - 50vw);
  }
  .p-news__list {
    margin-left: 0;
    padding: 1.875rem 1.3125rem;
    border-radius: 3.125rem 0 0 3.125rem;
    margin-bottom: 1.875rem;
    width: 100%;
  }
  .p-news__header {
    margin-bottom: 0.625rem;
  }
  .p-news__data {
    width: 5.5rem;
    font-size: 0.875rem;
  }
  .p-notification__list-wrapper {
    border-radius: 3.125rem;
    padding: 2.9375rem 1.25rem 1.75rem;
  }
  .p-notification__article {
    position: relative;
    display: block;
  }
  .p-notification__img {
    width: 100%;
    height: auto;
    aspect-ratio: 305/199;
  }
  .p-notification__content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 1.25rem 1.25rem;
    padding: 0.3125rem 0.6875rem;
    width: 100%;
  }
  .p-notification__content-category span {
    display: none;
  }
  .p-notification__content-category--sp span {
    display: flex;
  }
  .p-notification__content-text {
    font-weight: bold;
    display: none;
  }
  .p-pc-nav__list {
    font-size: 0.875rem;
    gap: 0.9375rem;
  }
  .p-tab__text {
    padding: 0 0.9375rem;
    margin-left: 0;
    margin-bottom: 5.4375rem;
  }
  .p-works__wrapper {
    width: 100%;
    border-radius: 0;
    padding: 2.75rem 0rem 3.125rem;
  }
  .p-works__header {
    padding: 0 0.9375rem;
  }
}

@media screen and (max-width:1024px) and (max-width:821px) {
  .l-article {
    padding: 4.1875rem 0.9375rem 5rem;
  }
  .l-contact-check {
    padding: 4.1875rem 0.9375rem 3.75rem;
  }
  .l-contact-page {
    padding: 4.25rem 0.9375rem 3.8125rem;
  }
  .l-contact-thanks {
    padding: 4.1875rem 0.9375rem 3.75rem;
  }
  .l-notification {
    padding: 4.1875rem 0.9375rem 5rem;
  }
  .p-contact-form {
    padding: 1.6875rem 1.25rem 0;
  }
  .p-header {
    margin: 0;
    border-radius: 0;
    padding: 0 0.625rem;
  }
}

@media (any-hover: hover) {
  .c-btn--header:hover {
    background-color: #fff;
    color: #f7b560;
  }
  .p-access__header-link:hover {
    color: #fff;
    border-bottom: solid 0.0625rem #fff;
  }
  .p-article__btn:hover {
    background-color: #93c572;
    color: #fff;
  }
  .p-contact-check__btn:hover {
    background-color: #93c572;
    color: #fff;
  }
  .p-contact-thanks__btn:hover {
    background-color: #93c572;
    color: #fff;
  }
  .p-contact__btn:hover {
    background-color: #93c572;
    color: #fff;
  }
  .p-footer__item:hover {
    color: #f7b560;
  }
  .p-fv__news-container:hover {
    filter: brightness(80%);
  }
  .p-news__btn:hover {
    background-color: #93c572;
    color: #fff;
  }
  .p-pc-nav__item:hover {
    color: #f7b560;
  }
  .p-sp-nav__item:hover {
    color: #fff;
    background-color: #93c572;
  }
  .p-sp-nav__item:hover span {
    color: #fff;
  }
  .p-sp-nav__item:hover::before,
  .p-sp-nav__item:hover::after {
    background-color: #fff;
  }
  .p-sp-nav__btn:hover {
    background-color: #fff;
    color: #f7b560;
    border: solid 0.0625rem #f7b560;
  }
  .p-contact-form__btn:hover {
    background-color: #93c572;
    color: #fff;
  }
}

@media screen and (max-width:521px) {
  .p-about__img-01 {
    width: 3.9375rem;
    left: 9.06%;
  }
  .p-about__img-02 {
    top: 0.6875rem;
    right: 11.2%;
    width: 3.5625rem;
  }
  .p-about__img-03 {
    left: 12.26%;
    width: 5.375rem;
  }
  .p-about__img-04 {
    width: 5.75rem;
    right: 16.43%;
    bottom: 0.3125rem;
  }
  .p-access__map {
    padding-top: 72.1739%;
  }
  .p-fv__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-fv__logo-wrapper {
    margin-bottom: 0;
  }
  .p-fv__logo {
    width: 4.5rem;
  }
  .p-fv__catchcopy {
    font-size: 1.5625rem;
    filter: none;
  }
  .p-fv__scroll {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
