@charset "UTF-8";
@import "./css/normalize.css/normalize.css";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

main[data-page=search],
main[data-page=archive-member] {
  border-bottom: 1px solid #DDE3E0;
}

main[data-page=single-member] {
  background: #e6f0e3;
  background: linear-gradient(135deg, #e6f0e3 0%, #f2faf9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6f0e3", endColorstr="#f2faf9",GradientType=1 );
}

body {
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif, sans-serif;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.75;
  color: #393232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body br[data-view=pc] {
    display: none;
  }
}
body br[data-view=sp] {
  display: none;
}
@media screen and (max-width: 767px) {
  body br[data-view=sp] {
    display: block;
  }
}
body a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: under;
  color: #393232;
}
body ul,
body ol {
  list-style: none;
}
body em {
  font-style: normal;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body input,
body button,
body textarea,
body select {
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
body input [type=submit],
body button,
body select {
  cursor: pointer;
}

.c-background {
  background-color: #EEF1EF;
}

.c-button a {
  position: relative;
  display: inline-block;
  padding: 22px 40px 25px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #547462;
  border-radius: 2px;
  text-decoration: none;
  box-shadow: 5px 5px 15px rgba(85, 85, 85, 0.1);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (max-width: 960px) {
  .c-button a {
    font-size: 1.6rem;
  }
}
.c-button a:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
.c-button[data-button=member] a::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 14px;
  background-image: url(./image/icon/icon-limit.svg);
  background-repeat: no-repeat;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (max-width: 767px) {
  .c-button[data-button=member] a::before {
    margin-right: 8px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.c-contact {
  padding: 50px 30px 60px;
  text-align: center;
  color: #fff;
  background-color: #547462;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 55px 30px;
  }
}
@media screen and (max-width: 350px) {
  .c-contact {
    padding: 55px 20px;
  }
}
.c-contact a {
  color: #fff;
}

.c-contact__wrap {
  display: flex;
  justify-content: center;
  margin-left: 46px;
}
@media screen and (max-width: 767px) {
  .c-contact__wrap {
    display: block;
    margin-left: 0;
  }
}

.c-contact__tel a {
  position: relative;
  display: block;
  padding-left: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-contact__tel a {
    display: inline-block;
    padding-left: 27px;
    font-size: 2.8rem;
  }
}
.c-contact__tel a::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(./image/icon/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-contact__tel a::before {
    width: 20px;
    height: 20px;
  }
}
.c-contact__tel span {
  display: inline-block;
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-contact__tel span {
    display: block;
    margin-top: 4px;
    font-size: 1.2rem;
  }
}

.c-contact__mail {
  position: relative;
  margin-left: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-contact__mail {
    margin: 25px 0 0;
    padding: 0;
  }
}
.c-contact__mail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .c-contact__mail::before {
    display: none;
  }
}
.c-contact__mail a {
  position: relative;
  display: inline-block;
  padding: 28px 45px 30px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  color: #547462;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
.c-contact__mail a:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.c-contact__mail a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  margin-right: 10px;
  background-image: url(./image/icon/icon-mail.svg);
  background-repeat: no-repeat;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.c-cta {
  position: fixed;
  z-index: 3;
  right: 0;
  bottom: 0;
  padding: 11px 12px 12px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #DDE3E0;
  border-left: 1px solid #DDE3E0;
  border-radius: 2px 0 0 0;
  opacity: 0;
  transition: opacity 0.2s 0.3s linear;
}
.c-cta[data-position=scroll] {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-cta {
    display: none;
  }
}

.c-cta__tel > span {
  display: block;
}

.c-cta__tel-number {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.4;
}
.c-cta__tel-number::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  background-image: url(./image/icon/icon-tel_dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.c-cta__tel-time {
  margin-top: 1px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.c-cta__mail {
  margin-top: 14px;
}
.c-cta__mail a {
  position: relative;
  display: block;
  padding: 13px 15px 17px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #547462;
  border-radius: 2px;
  text-decoration: none;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.c-cta__mail a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.c-cta__mail a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-right: 7px;
  background-image: url(./image/icon/icon-mail_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.c-faq {
  padding: 80px 0 100px;
  background-color: #EEF1EF;
}
@media screen and (max-width: 767px) {
  .c-faq {
    padding: 60px 0;
  }
}

.c-faq__list li {
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
}
.c-faq__list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-faq__list li + li {
    margin-top: 5px;
  }
}

.c-faq__list-question,
.c-faq__list-answer {
  display: flex;
}

.c-faq__list-question {
  position: relative;
  width: 100%;
  padding: 23px 60px 23px 25px;
  font-weight: 500;
  text-align: left;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-faq__list-question {
    align-items: center;
    padding: 13px 40px 13px 13px;
  }
}
.c-faq__list-question[aria-expanded=true] {
  color: #fff;
  background-color: #547462;
}
.c-faq__list-question[aria-expanded=true]::before {
  background-color: #fff;
}
.c-faq__list-question[aria-expanded=true]::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-color: #fff;
}
.c-faq__list-question:hover {
  color: #fff;
  background-color: #547462;
}
.c-faq__list-question:hover::before, .c-faq__list-question:hover::after {
  background-color: #fff;
}
.c-faq__list-question::before, .c-faq__list-question::after {
  content: "";
  position: absolute;
  right: 35px;
  top: calc(50% - 1px);
  width: 20px;
  height: 1px;
  background-color: #547462;
  transition: opacity 0.7s, visibility 0.8s, background-color 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.7s, visibility 0.8s, transform 0.5s, background-color 0.3s;
  transition: opacity 0.7s, visibility 0.8s, transform 0.5s, background-color 0.3s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .c-faq__list-question::before, .c-faq__list-question::after {
    right: 15px;
    width: 13px;
  }
}
.c-faq__list-question::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-faq__list-answer {
  padding: 24px 25px 32px;
}
@media screen and (max-width: 767px) {
  .c-faq__list-answer {
    padding: 22px 20px 23px 13px;
  }
}

.c-faq__list-text {
  flex: 1;
  position: relative;
  top: 6px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-faq__list-text {
    top: initial;
    line-height: 1.6;
  }
}
.c-faq__list-text p + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-faq__list-text p + p {
    margin-top: 15px;
  }
}

.c-faq__list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 25px;
  padding-bottom: 4px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #547462;
  background-color: #fff;
  border: 1px solid #DDE3E0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-faq__list-icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
}

.c-faq__list-answer .c-faq__list-icon {
  color: #fff;
  background-color: #547462;
}

.c-footer__main {
  max-width: 1020px;
  margin: 0 auto;
  padding: 65px 30px 75px;
  background-color: #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 1080px) {
  .c-footer__main {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media screen and (max-width: 767px) {
  .c-footer__main {
    padding: 50px 35px;
  }
}

.c-footer__logo {
  position: relative;
  padding-left: 52px;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    padding-left: 36px;
  }
}
.c-footer__logo::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -5px;
  left: 0;
  display: block;
  width: 66px;
  height: 69px;
  background-image: url(./image/icon/icon-sasagurinosato.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-footer__logo::before {
    top: -1px;
    width: 48px;
    height: 50px;
    background-size: contain;
  }
}
.c-footer__logo span {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-footer__logo span {
    padding-left: 3px;
    font-size: 1.1rem;
  }
}
.c-footer__logo a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 6px 0 0;
}
@media screen and (max-width: 767px) {
  .c-footer__logo a {
    margin: 3px 0 0;
  }
}
.c-footer__logo a img {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer__logo a img {
    width: 139px;
    height: auto;
  }
}

.c-footer__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .c-footer__wrap {
    display: block;
    margin-top: 30px;
  }
}

.c-footer__info-address {
  font-size: 1.5rem;
  line-height: 1.6;
}
.c-footer__info-address > a {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  padding-left: 18px;
  color: #547462;
}
@media screen and (max-width: 767px) {
  .c-footer__info-address > a {
    margin-top: 12px;
  }
}
.c-footer__info-address > a:hover {
  text-decoration: none;
}
.c-footer__info-address > a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 13px;
  height: 17px;
  background-image: url(./image/icon/icon-map.svg);
}

.c-footer__info-tel {
  margin-top: 25px;
  line-height: 1.4;
}
.c-footer__info-tel > div {
  display: flex;
}
.c-footer__info-tel > div[data-tel=number] {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-footer__info-tel > div[data-tel=number] {
    font-size: 2rem;
  }
}
.c-footer__info-tel > div[data-tel=time] {
  margin-top: 6px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-footer__info-tel > div[data-tel=time] {
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
.c-footer__info-tel > div dt {
  position: relative;
}
.c-footer__info-tel > div dt::after {
  content: ":";
  display: inline-block;
  margin: 0px 3px 0 2px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.c-footer__nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-footer__nav {
    display: block;
    margin-top: 35px;
  }
}
.c-footer__nav ul + ul {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav ul + ul {
    margin: 16px 0 0;
  }
}
.c-footer__nav ul li {
  line-height: 1.6;
}
.c-footer__nav ul li + li {
  margin-top: 16px;
}
.c-footer__nav ul li a {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.3s;
}
.c-footer__nav ul li a:hover {
  color: #547462;
}
.c-footer__nav ul li a svg {
  margin-left: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.c-footer__sub {
  padding: 15px 20px 18px;
  text-align: center;
  color: #fff;
  background-color: #393232;
}
.c-footer__sub small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-form {
  padding: 35px 55px 60px;
  background-color: #EEF1EF;
}
@media screen and (max-width: 767px) {
  .c-form {
    padding: 25px 20px 30px;
  }
}
@media screen and (max-width: 350px) {
  .c-form {
    padding: 25px 15px 30px;
  }
}

.c-form__input > label,
.c-form__input > span {
  display: block;
  margin-bottom: 10px;
  line-height: 2;
  color: #547462;
}
@media screen and (max-width: 767px) {
  .c-form__input > label,
.c-form__input > span {
    margin-bottom: 7px;
  }
}
.c-form__input input[type=text] {
  width: 380px;
  padding: 6px 16px 7px;
  background-color: #fff;
  border: 1px solid #DDE3E0;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-form__input input[type=text] {
    width: 100%;
  }
}
.c-form__input input[type=text]::-webkit-input-placeholder {
  opacity: 0.5;
}
.c-form__input input[type=text]::-moz-placeholder {
  opacity: 0.5;
}
.c-form__input input[type=text]:-ms-input-placeholder {
  opacity: 0.5;
}
.c-form__input input[type=text]::placeholder {
  opacity: 0.5;
}
.c-form__input + .c-form__input {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-form__input + .c-form__input {
    margin-top: 15px;
  }
}

.c-form__check {
  display: flex;
  flex-wrap: wrap;
}
.c-form__check > span {
  width: calc(25% - 11.25px);
  margin-right: 15px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-form__check > span {
    width: calc(30% - 6px);
    margin-right: 20px;
  }
}
.c-form__check > span:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-form__check > span:nth-child(4n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__check > span:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form__check label > input[type=checkbox] {
    display: block;
  }
}
.c-form__check label > input[type=checkbox]:checked + span {
  color: #547462;
}
.c-form__check label > input[type=checkbox]:checked + span::after {
  display: block;
}
.c-form__check label > input[type=checkbox]:checked + span::before {
  background-color: #547462;
  border: 1px solid #547462;
}
.c-form__check label > input[type=checkbox]:focus + span {
  color: #547462;
}
.c-form__check label > input[type=checkbox]:focus + span::before {
  border: solid 2px #547462;
}
.c-form__check label > span {
  position: relative;
  padding-left: 22px;
  font-size: 1.5rem;
  letter-spacing: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form__check label > span {
    padding-left: 19px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 350px) {
  .c-form__check label > span {
    font-size: 1.2rem;
  }
}
.c-form__check label > span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -3px;
  width: 18px;
  height: 18px;
  border: 1px solid #DDE3E0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-form__check label > span::before {
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
  }
}
.c-form__check label > span::after {
  display: none;
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 11px;
  height: 9px;
  background-image: url("./image/icon/icon-check_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-form__check label > span::after {
    top: 7px;
    left: 2px;
    width: 10px;
    height: 7px;
    background-size: 10px 7px;
  }
}

.c-form__button {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__button {
    margin-top: 25px;
  }
}
.c-form__button button {
  position: relative;
  width: 100%;
  padding: 17px 20px 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  background-color: #547462;
  border-radius: 2px;
  box-shadow: 5px 5px 15px rgba(85, 85, 85, 0.1);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.c-form__button button:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
@media screen and (max-width: 767px) {
  .c-form__button button {
    font-size: 1.6rem;
  }
}
.c-form__button button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  background-image: url(./image/icon/icon-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .c-form__button button::before {
    width: 14px;
    height: 14px;
  }
}

.searchandfilter > div > ul > li {
  display: block;
}
.searchandfilter > div > ul > li + li {
  margin-top: 30px;
}
.searchandfilter > div > ul > li h4 {
  color: #547462;
}
.searchandfilter > div > ul > li input[type=text] {
  width: 380px;
  padding: 6px 16px 7px;
  font-size: 1.5rem;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #DDE3E0;
}
.searchandfilter > div > ul > li ul li label input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.c-form__input[data-form=select] {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-form__input[data-form=select] {
    display: block;
  }
}
.c-form__input[data-form=select]::after {
  position: absolute;
  content: "▼";
  right: 15px;
  bottom: 14px;
  color: #547462;
  font-size: 1rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-form__input[data-form=select]::after {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.c-form__input[data-form=select] select {
  display: block;
  width: 140px;
  padding: 6px 16px 7px;
  font-size: 1.5rem;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #DDE3E0;
}
@media screen and (max-width: 767px) {
  .c-form__input[data-form=select] select {
    width: 100%;
  }
}

.c-header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 30px 25px 25px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1080px) {
  .c-header {
    padding: 17px 25px 25px 20px;
  }
}
@media screen and (max-width: 960px) {
  .c-header {
    padding: 9px 15px 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    position: absolute;
  }
}

.c-header[data-position=scroll] {
  padding: 2px 30px 5px 25px;
}
@media screen and (max-width: 960px) {
  .c-header[data-position=scroll] {
    padding: 9px 15px 12px;
  }
}
.c-header[data-position=scroll] .c-header__logo {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 960px) {
  .c-header[data-position=scroll] .c-header__logo {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-header[data-position=scroll] .c-nav-global__limit a {
  padding: 8px 20px 11px;
}
@media screen and (max-width: 1080px) {
  .c-header[data-position=scroll] .c-nav-global__limit a {
    padding: 15px 15px 18px;
  }
}
@media screen and (max-width: 960px) {
  .c-header[data-position=scroll] .c-nav-global__limit a {
    padding: 20px 0 24px;
  }
}

.c-header__logo {
  position: relative;
  padding-left: 52px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 1180px) {
  .c-header__logo {
    padding-left: 45px;
  }
}
@media screen and (max-width: 960px) {
  .c-header__logo {
    padding-left: 36px;
  }
}
.c-header__logo::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 66px;
  height: 69px;
  background-image: url(./image/icon/icon-sasagurinosato.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1180px) {
  .c-header__logo::before {
    width: 55px;
    height: 58px;
  }
}
@media screen and (max-width: 960px) {
  .c-header__logo::before {
    width: 48px;
    height: 50px;
  }
}
.c-header__logo span {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .c-header__logo span {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .c-header__logo span {
    padding-left: 3px;
    font-size: 1.1rem;
  }
}
.c-header__logo h1,
.c-header__logo a {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
}
@media screen and (max-width: 960px) {
  .c-header__logo h1,
.c-header__logo a {
    margin: 3px 0 0;
  }
}
.c-header__logo h1 img,
.c-header__logo a img {
  display: block;
}
@media screen and (max-width: 1180px) {
  .c-header__logo h1 img,
.c-header__logo a img {
    width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .c-header__logo h1 img,
.c-header__logo a img {
    width: 139px;
  }
}
.c-header__logo a {
  display: block;
}

@media screen and (max-width: 960px) {
  .c-header__nav {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    position: fixed;
    z-index: 11;
    top: 0;
    right: -340px;
    bottom: 0;
    width: 0;
    padding: 70px 35px;
    background-color: #EEF1EF;
    opacity: 0;
    overflow: auto;
    transition: right 300ms, opacity 100ms, visibility 100ms;
  }
}
@media screen and (max-width: 960px) {
  .c-header__nav[aria-hidden=false] {
    visibility: visible;
    right: 0;
    opacity: 1;
    max-width: 340px;
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

.c-header__background {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-header__background {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1;
    transition: opacity 0.6s;
  }
  .c-header__background[aria-hidden=false] {
    visibility: visible;
    opacity: 0.8;
    z-index: 10;
  }
  .c-header__background[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
  }
}

.c-header__sp-button {
  display: none;
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  padding: 32.5px;
  background-color: #547462;
  transition: background-color 300ms;
}
@media screen and (max-width: 960px) {
  .c-header__sp-button {
    display: block;
  }
}
.c-header__sp-button[aria-expanded=true]::after, .c-header__sp-button[aria-expanded=true]::before {
  top: 29px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header__sp-button[aria-expanded=true]::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-header__sp-button::before, .c-header__sp-button::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  content: "";
  width: 22px;
  height: 1px;
  background-color: #fff;
  transition: color 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.2s;
  transition: transform 0.3s, color 0.2s, -webkit-transform 0.3s;
}
.c-header__sp-button::before {
  top: 26px;
}
.c-header__sp-button::after {
  top: 34px;
}
.c-header__sp-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-header__nav-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-header__nav-sp {
    display: block;
    margin-top: 30px;
  }
}
.c-header__nav-sp .c-button[data-button=mail] a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header__nav-sp .c-button[data-button=mail] a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 9px;
  background-image: url(./image/icon/icon-mail_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.c-header__nav-sp .c-button a {
  width: 100%;
  min-height: 70px;
  padding: 10px 30px 13px;
}
.c-header__nav-sp .c-button a .c-header__number {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1.4;
}
.c-header__nav-sp .c-button a .c-header__number::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-right: 6px;
  background-image: url(./image/icon/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-header__nav-sp .c-button a .c-header__time {
  display: block;
  margin-top: 2px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
.c-header__nav-sp .c-button + .c-button {
  margin-top: 10px;
}

.c-header__nav-sp-bottom {
  margin-top: 50px;
}

.c-header__nav-sp-bottom-name span {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}

.c-header__nav-sp-bottom-address {
  margin-top: 18px;
  font-size: 1.3rem;
  line-height: 1.6;
}
.c-header__nav-sp-bottom-address span {
  display: block;
}
.c-header__nav-sp-bottom-address a {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #547462;
}
.c-header__nav-sp-bottom-address a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 6px;
  background-image: url(./image/icon/icon-map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.c-heading {
  text-align: center;
}
.c-heading h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-heading h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 350px) {
  .c-heading h2 {
    font-size: 2.2rem;
  }
}

.c-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 520px;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .c-hero {
    height: 410px;
    padding-top: 65px;
  }
}
.c-hero[data-page=about] {
  background-image: url(./image/pict/hero-about.jpg);
}
.c-hero[data-page=news] {
  background-image: url(./image/pict/hero-news.jpg);
}
.c-hero[data-page=search] {
  background-image: url(./image/pict/hero-search.jpg);
}
.c-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-hero h1 {
  position: relative;
  z-index: 1;
  font-size: 3.6rem;
  line-height: 1.15;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-hero h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 350px) {
  .c-hero h1 {
    font-size: 2.2rem;
  }
}

.c-lead {
  margin: 27px 0 45px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-lead {
    margin: 22px 0 25px;
    font-size: 1.5rem;
    text-align: left;
  }
}
.c-lead[data-margin=bottom-small] {
  margin: 27px 0 25px;
}
@media screen and (max-width: 767px) {
  .c-lead[data-margin=bottom-small] {
    margin: 13px 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-lead[data-align=center] {
    text-align: center;
  }
}

.c-nav-breadcrumb {
  margin-top: 25px;
}
.c-nav-breadcrumb ol {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol {
    margin-left: 30px;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (max-width: 350px) {
  .c-nav-breadcrumb ol {
    margin-left: 20px;
  }
}
.c-nav-breadcrumb li + li {
  position: relative;
  margin-left: 7px;
}
.c-nav-breadcrumb li + li::before {
  content: ">";
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 6px;
}
.c-nav-breadcrumb li a {
  font-size: 1.2rem;
}
.c-nav-breadcrumb li a:hover {
  text-decoration: none;
}
.c-nav-breadcrumb li a[aria-current=page] {
  text-decoration: none;
  pointer-events: none;
}

.c-nav-global {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .c-nav-global {
    display: block;
  }
}
.c-nav-global a {
  font-size: 1.5rem;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  .c-nav-global a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global a {
    font-size: 1.6rem;
  }
}

.c-nav-global__normal {
  margin: 0 18px;
}
@media screen and (max-width: 1080px) {
  .c-nav-global__normal {
    margin: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global__normal {
    margin: 0;
    padding: 20px 0 24px;
    border-bottom: 1px solid #DDE3E0;
  }
}
.c-nav-global__normal a {
  position: relative;
  display: block;
  line-height: 1;
  transition: color 0.3s;
}
.c-nav-global__normal a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 1px;
  background-color: rgba(84, 116, 98, 0.5);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .c-nav-global__normal a::before {
    display: none;
  }
}
.c-nav-global__normal a:hover {
  color: #547462;
}
.c-nav-global__normal a:hover::before {
  left: 0;
  right: 0;
  width: 100%;
}
.c-nav-global__normal + .c-nav-global__normal {
  position: relative;
}
.c-nav-global__normal + .c-nav-global__normal::before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  height: 20px;
  width: 1px;
  background-color: #DDE3E0;
}
@media screen and (max-width: 1180px) {
  .c-nav-global__normal + .c-nav-global__normal::before {
    top: -1px;
    left: -12px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global__normal + .c-nav-global__normal::before {
    display: none;
  }
}

.c-nav-global__limit {
  margin-left: 18px;
}
@media screen and (max-width: 1080px) {
  .c-nav-global__limit {
    margin-left: 12px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global__limit {
    margin: 0;
  }
}
.c-nav-global__limit a {
  display: flex;
  align-items: center;
  padding: 15px 20px 18px;
  line-height: 1.4;
  color: #fff;
  background-color: #547462;
  border-radius: 2px;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (max-width: 1080px) {
  .c-nav-global__limit a {
    padding: 15px 15px 18px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global__limit a {
    padding: 20px 0 24px;
    white-space: nowrap;
    color: #547462;
    background-color: transparent;
    border-bottom: 1px solid #DDE3E0;
  }
}
.c-nav-global__limit a:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
.c-nav-global__limit a svg {
  margin-right: 10px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 960px) {
  .c-nav-global__limit a svg {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global__limit a svg path {
    fill: #547462;
    opacity: 1;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
}
.c-pagination li {
  margin: 0 7.5px;
}
@media screen and (max-width: 767px) {
  .c-pagination li {
    margin: 0 5px;
  }
}
.c-pagination li a,
.c-pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-decoration: none;
  color: #547462;
  border: 1px solid #DDE3E0;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination li a,
.c-pagination li span {
    width: 30px;
    height: 30px;
  }
}
.c-pagination li a[aria-current=page],
.c-pagination li span[aria-current=page] {
  color: #fff;
  background-color: #547462;
  border: 1px solid #547462;
}
.c-pagination li a:hover {
  background-color: #EEF1EF;
}
.c-pagination .page-numbers.next,
.c-pagination .page-numbers.prev {
  position: relative;
  width: auto;
  font-size: 0;
  border: none;
}
.c-pagination .page-numbers.next:hover,
.c-pagination .page-numbers.prev:hover {
  background-color: #fff;
}
.c-pagination .page-numbers.next::before,
.c-pagination .page-numbers.prev::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #547462;
  border-right: 1.5px solid #547462;
}
.c-pagination .page-numbers.next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-pagination .page-numbers.prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.c-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 350px) {
  .c-wrapper {
    padding: 0 20px;
  }
}

.c-wrapper__large {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 1600px) {
  .c-wrapper__large {
    max-width: 1240px;
  }
}
@media screen and (max-width: 350px) {
  .c-wrapper__large {
    padding: 0 20px;
  }
}

.c-wrapper__small {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 350px) {
  .c-wrapper__small {
    padding: 0 20px;
  }
}

.c-wrapper__underlayer {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 350px) {
  .c-wrapper__underlayer {
    padding: 0 20px;
  }
}

.p-about {
  color: #393232;
}

.p-about__worry {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-about__worry {
    padding: 60px 0 30px;
  }
}

.p-about__worry-inner {
  padding: 35px 40px 40px;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-about__worry-inner {
    padding: 26px 20px 20px;
  }
}
.p-about__worry-inner h2 {
  padding-bottom: 28px;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #DDE3E0;
}
@media screen and (max-width: 767px) {
  .p-about__worry-inner h2 {
    padding-bottom: 17px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.p-about__worry-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 40px;
}
@media screen and (max-width: 1080px) {
  .p-about__worry-list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-about__worry-list {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-about__worry-list {
    margin-top: 21px;
    padding: 0 5px;
    text-align: left;
  }
}
.p-about__worry-list li {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-about__worry-list li {
    display: flex;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.p-about__worry-list li::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-right: 9px;
  background-image: url(./image/icon/icon-check.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about__worry-list li::before {
    top: 5px;
    width: 11px;
    height: 7px;
    background-size: contain;
  }
}
.p-about__worry-list li:nth-of-type(odd) {
  min-width: 355px;
  margin-right: 35px;
}
@media screen and (max-width: 960px) {
  .p-about__worry-list li:nth-of-type(odd) {
    min-width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__worry-list li:nth-of-type(odd) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__worry-list li + li {
    margin-top: 15px;
  }
}

.p-about__worry-box {
  margin-top: 27px;
  padding: 28px 30px 32px;
  text-align: center;
  background-color: #EEF1EF;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-about__worry-box {
    margin-top: 25px;
    padding: 18px 15px 22px;
  }
}
@media screen and (max-width: 350px) {
  .p-about__worry-box {
    padding: 18px 10px 22px;
  }
}
.p-about__worry-box p {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about__worry-box p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 350px) {
  .p-about__worry-box p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__worry-box p:first-child {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__worry-box p + p {
    margin-top: 10px;
  }
}
.p-about__worry-box p em {
  color: #547462;
}

.p-about__worry-note {
  margin-top: 30px;
  padding: 0 40px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about__worry-note {
    margin-top: 20px;
    padding: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__worry-note br {
    content: "";
    display: block;
    margin: 10px 0;
  }
}

.p-about__worry-image {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-about__worry-image {
    overflow: hidden;
    height: 240px;
    width: 100vw;
    margin-top: 45px;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .p-about__worry-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 350px) {
  .p-about__worry-image {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.p-about__feature {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-about__feature {
    padding: 30px 0 60px;
  }
}

.p-about__feature-merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 75px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-about__feature-merit {
    margin-top: 40px;
  }
}
.p-about__feature-merit li {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 12.5px;
}
@media screen and (max-width: 960px) {
  .p-about__feature-merit li {
    margin: 0 12.5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature-merit li {
    width: 150px;
    height: 150px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 373px) {
  .p-about__feature-merit li {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature-merit li:first-child, .p-about__feature-merit li:nth-child(3) {
    margin-right: 14px;
  }
}
.p-about__feature-merit li::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: calc(50% - 8.5px);
  bottom: 45px;
  display: inline-block;
  width: 17px;
  height: 9px;
  background-image: url(./image/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: bottom 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-about__feature-merit li::before {
    left: calc(50% - 4px);
    bottom: 29px;
    width: 10px;
    height: 5px;
  }
}
.p-about__feature-merit li::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -2px;
  background-color: rgba(84, 116, 98, 0.1);
  border-radius: 100%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  transition: opacity 0.3s, visibility 0.3s;
}
.p-about__feature-merit li:hover::before {
  bottom: 40px;
}
.p-about__feature-merit li:hover::after {
  opacity: 0;
  visibility: hidden;
}
.p-about__feature-merit li:hover a::before {
  background-color: rgba(238, 241, 239, 0.5);
}
.p-about__feature-merit li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-align: center;
  color: #547462;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__feature-merit li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 350px) {
  .p-about__feature-merit li a {
    font-size: 1.3rem;
  }
}
.p-about__feature-merit li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border: 1px solid #DDE3E0;
  border-radius: 100%;
  transition: background-color, 0.4s;
}

.p-about__feature-content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-about__feature-content {
    margin-top: 35px;
  }
}

.p-about__feature-item {
  --feature-padding: 35px;
  border-radius: 2px;
  box-shadow: 5px 5px 15px rgba(85, 85, 85, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about__feature-item {
    --feature-padding: 20px;
  }
}
.p-about__feature-item + .p-about__feature-item {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-about__feature-item + .p-about__feature-item {
    margin-top: 20px;
  }
}

.p-about__feature-heading {
  padding: 17px var(--feature-padding) 20px;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #547462;
}
@media screen and (max-width: 767px) {
  .p-about__feature-heading {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }
}

.p-about__feature-inner {
  padding: 32px var(--feature-padding) 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__feature-inner {
    padding: 20px var(--feature-padding) 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature-inner[data-feature="05"] > p br {
    margin: 10px 0;
  }
}
.p-about__feature-inner > p {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about__feature-inner > p {
    font-size: 1.5rem;
  }
}
.p-about__feature-inner > p br {
  display: block;
  content: "";
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-about__feature-inner > p br {
    margin: 0;
  }
}
.p-about__feature-inner > small {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-about__feature-inner > small {
    margin-top: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.p-about__feature-heading-sub {
  margin: 35px 0 25px;
  padding: 14px 25px 16px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  background-color: #EEF1EF;
  border-left: 2px solid #547462;
}
@media screen and (max-width: 767px) {
  .p-about__feature-heading-sub {
    margin: 20px 0 15px;
    padding: 9px 13px 13px;
    font-size: 1.5rem;
  }
}

.p-about__feature-box {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-about__feature-box {
    padding: 0 10px;
  }
}
.p-about__feature-box ul {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-about__feature-box ul {
    margin-top: 9px;
    font-size: 1.3rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature-box ul[data-detail=fee] {
    margin-top: 13px;
  }
}
.p-about__feature-box ul li + li {
  margin-top: 5px;
}
.p-about__feature-box ul li a {
  color: #547462;
}
.p-about__feature-box ul li a:hover {
  text-decoration: none;
}
.p-about__feature-box > p {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-about__feature-box > p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.p-about__feature-box > p a {
  color: #547462;
}
.p-about__feature-box > p a:hover {
  text-decoration: none;
}
.p-about__feature-box > small {
  display: inline-block;
  margin-top: 12px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about__feature-box > small {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.p-about__feature-box > small a {
  color: #547462;
}
.p-about__feature-box > small a:hover {
  text-decoration: none;
}

.p-about__feature-box-detail {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-about__feature-box-detail {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature-box-detail[data-detail=fee] {
    font-size: 1.5rem;
  }
}
.p-about__feature-box-detail span {
  display: inline-block;
  margin-right: 5px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__feature-box-detail span {
    margin-right: 2px;
    font-size: 1.8rem;
  }
}
.p-about__feature-box-detail span em {
  color: #547462;
}

.p-about__feature-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about__feature-wrap {
    display: block;
  }
}
.p-about__feature-wrap[data-feature="04"] {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-about__feature-wrap[data-feature="04"] {
    margin-top: 20px;
  }
}
.p-about__feature-wrap[data-feature="04"] > div {
  width: calc(50% - 13px);
}
@media screen and (max-width: 767px) {
  .p-about__feature-wrap[data-feature="04"] > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature-wrap[data-feature="04"] > div + div {
    margin-top: 8px;
  }
}
.p-about__feature-wrap > div {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .p-about__feature-wrap > div {
    width: 100%;
  }
}

figure.p-about__feature-wrap {
  display: inline-block;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  figure.p-about__feature-wrap {
    margin-top: 25px;
  }
}
figure.p-about__feature-wrap img {
  display: inline-block;
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  figure.p-about__feature-wrap img {
    display: block;
    width: 100%;
  }
}
figure.p-about__feature-wrap img[data-img=second] {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  figure.p-about__feature-wrap img[data-img=second] {
    margin: 8px 0 0;
  }
}
figure.p-about__feature-wrap figcaption {
  display: block;
  margin-bottom: 20px;
  color: rgba(57, 50, 50, 0.8);
  text-align: center;
}
@media screen and (max-width: 767px) {
  figure.p-about__feature-wrap figcaption {
    margin-bottom: 14px;
    font-size: 1.2rem;
  }
}

.p-about__flow {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-about__flow {
    padding: 60px 0;
  }
}

.p-about__wrapper {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 350px) {
  .p-about__wrapper {
    padding: 0 20px;
  }
}

.p-about__flow-list {
  --flow-padding: 25px;
  border: 1px solid #DDE3E0;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-about__flow-list {
    --flow-padding: 15px;
  }
}
.p-about__flow-list li + li .p-about__flow-list-heading {
  border-top: 1px solid #DDE3E0;
}

.p-about__flow-list-heading {
  display: flex;
  align-items: center;
  padding: 15px var(--flow-padding);
  background-color: #EEF1EF;
}
@media screen and (max-width: 767px) {
  .p-about__flow-list-heading {
    padding: 11px var(--flow-padding) 15px;
  }
}
.p-about__flow-list-heading span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  margin-right: 13px;
  padding-bottom: 2px;
  font-size: 1.4rem;
  line-height: 1;
  color: #547462;
  background-color: #fff;
  border: 1px solid #DDE3E0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__flow-list-heading span {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    font-size: 1.2rem;
  }
}
.p-about__flow-list-heading h3 {
  padding-bottom: 3px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about__flow-list-heading h3 {
    padding-bottom: 1px;
    font-size: 1.5rem;
  }
}

.p-about__flow-list-content {
  padding: 20px var(--flow-padding) 24px;
  background-color: #fff;
}
.p-about__flow-list-content a {
  color: #547462;
}
.p-about__flow-list-content a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-about__flow-list-content {
    padding: 14px var(--flow-padding) 20px;
    font-size: 1.4rem;
  }
}

.p-about__flow-bottom {
  margin-top: 50px;
  padding: 36px 30px 40px;
  text-align: center;
  background-color: #EEF1EF;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom {
    margin-top: 25px;
    padding: 32px 22px 32px;
  }
}
.p-about__flow-bottom + .p-about__flow-bottom {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom + .p-about__flow-bottom {
    margin-top: 10px;
  }
}
.p-about__flow-bottom h3 {
  margin-bottom: 18px;
  font-size: 2.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom h3 {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
}
.p-about__flow-bottom > p {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom > p {
    margin-bottom: 26px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom > p[data-align=left] {
    text-align: left;
  }
}

.p-about__flow-bottom-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 576px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom-wrap {
    display: block;
  }
}
.p-about__flow-bottom-wrap > div {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom-wrap > div {
    width: 100%;
  }
}

.p-about__flow-bottom-button a {
  display: block;
  height: 100%;
  padding: 13px 20px 15px;
  text-decoration: none;
  color: #fff;
  background-color: #547462;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.p-about__flow-bottom-button a:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom-button a {
    min-height: 80px;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.p-about__flow-bottom-button a[data-button=mail] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-about__flow-bottom-button a[data-button=mail] svg {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom-button + .p-about__flow-bottom-button {
    margin-top: 10px;
  }
}
.p-about__flow-bottom-button span.p-about__flow-bottom-button-tel {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4;
}
.p-about__flow-bottom-button span.p-about__flow-bottom-button-tel svg {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.p-about__flow-bottom-button span.p-about__flow-bottom-button-time {
  font-size: 1.2rem;
  font-weight: 400;
}

.p-about__flow-bottom-document {
  max-width: 576px;
  margin: 0 auto;
  padding: 25px 25px 27px;
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom-document {
    padding: 17px 20px 23px;
  }
}
.p-about__flow-bottom-document li a {
  position: relative;
  color: #547462;
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom-document li a {
    display: flex;
    line-height: 1.6;
  }
}
.p-about__flow-bottom-document li a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 10px;
  background-image: url(./image/icon/icon-download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom-document li a::before {
    width: 13px;
    min-width: 13px;
    height: 15px;
    margin-right: 8px;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.p-about__flow-bottom-document li a:hover {
  text-decoration: none;
}
.p-about__flow-bottom-document li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-about__flow-bottom-document li + li {
    margin-top: 12px;
  }
}

.p-front {
  color: #393232;
}

.p-front__hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62.5vw;
  padding-top: 100px;
  background-image: url(./image/pict/front-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1600px) {
  .p-front__hero {
    max-height: 1000px;
  }
}
@media screen and (min-width: 1990px) {
  .p-front__hero {
    max-height: 1400px;
  }
}
@media screen and (max-width: 960px) {
  .p-front__hero {
    height: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front__hero {
    height: 153.3333333333vw;
    background-position: -145px center;
  }
}

.p-front__hero-inner {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-front__hero-inner {
    margin-right: 45px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 350px) {
  .p-front__hero-inner {
    margin-bottom: 100px;
  }
}
.p-front__hero-inner > span {
  order: 2;
}
.p-front__hero-inner > span img {
  width: 100px;
}
@media screen and (max-width: 1280px) {
  .p-front__hero-inner > span img {
    width: 85px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front__hero-inner > span img {
    width: 60px;
  }
}
.p-front__hero-inner > p img {
  width: 109px;
}
@media screen and (max-width: 1280px) {
  .p-front__hero-inner > p img {
    width: 90px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front__hero-inner > p img {
    width: 65px;
  }
}

.p-front__hero-text {
  order: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-front__hero-text {
    margin-right: 10px;
  }
}

.p-front__news {
  display: flex;
  padding: 37px 0 47px;
}
@media screen and (max-width: 767px) {
  .p-front__news {
    display: block;
    padding: 35px 0 45px;
  }
}

.p-front__news-heading {
  margin-right: 11.4583333333vw;
}
@media screen and (min-width: 1600px) {
  .p-front__news-heading {
    margin-right: 165px;
  }
}
@media screen and (max-width: 1280px) {
  .p-front__news-heading {
    margin-right: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front__news-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
}
.p-front__news-heading h2 {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-front__news-heading h2 {
    font-size: 2rem;
  }
}
.p-front__news-heading a {
  position: relative;
  display: inline-block;
  margin-top: 14px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__news-heading a {
    margin-top: 0;
  }
}
.p-front__news-heading a:hover {
  color: #547462;
}
.p-front__news-heading a:hover::after {
  left: 4px;
}
.p-front__news-heading a::after {
  content: "";
  position: relative;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url(./image/icon/icon-arrow_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: left 0.2s ease-out;
}

.p-front__news-list {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front__news-list {
    margin-top: 22px;
  }
}
.p-front__news-list li + li {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-front__news-list li + li {
    margin-top: 20px;
  }
}
.p-front__news-list li a {
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-front__news-list li a {
    display: block;
  }
}
.p-front__news-list li a:hover p {
  text-decoration: none;
}
.p-front__news-list li a time {
  display: inline-block;
  margin-right: 17px;
  padding-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  color: #547462;
}
@media screen and (max-width: 767px) {
  .p-front__news-list li a time {
    display: block;
    margin: 0 0 5px;
  }
}
.p-front__news-list li a p {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.4;
  text-decoration: underline;
}

.p-front__nav {
  padding: 35px 0;
  background-color: #547462;
}
@media screen and (max-width: 767px) {
  .p-front__nav {
    padding: 25px 0;
  }
}

.p-front__nav-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front__nav-wrap {
    display: block;
  }
}

.p-front__nav-link {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 960px) {
  .p-front__nav-link {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .p-front__nav-link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front__nav-link + .p-front__nav-link {
    margin-top: 8px;
  }
}
.p-front__nav-link a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 29px 20px 33px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 960px) {
  .p-front__nav-link a {
    padding: 29px 10px 33px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front__nav-link a {
    padding: 24px 20px 26px;
    border-radius: 2px;
  }
}
.p-front__nav-link a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.p-front__nav-link a::before {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background-image: url(./image/icon/icon-arrow_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 960px) {
  .p-front__nav-link a::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}

.p-front__image {
  position: relative;
  display: flex;
  justify-content: center;
  height: 55.5555555556vw;
  padding: 100px 0;
}
@media screen and (min-width: 1600px) {
  .p-front__image {
    height: 900px;
  }
}
@media screen and (max-width: 1280px) {
  .p-front__image {
    height: 65vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-front__image {
    height: 75vw;
  }
}
@media screen and (max-width: 960px) {
  .p-front__image {
    height: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front__image {
    height: 194.4vw;
  }
}
.p-front__image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 47.0833333333vw;
  background: linear-gradient(180deg, rgba(231, 253, 238, 0.8) 0%, rgba(211, 232, 218, 0) 100%);
}
@media screen and (min-width: 1600px) {
  .p-front__image::before {
    height: 768px;
  }
}
@media screen and (max-width: 1080px) {
  .p-front__image::before {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front__image::before {
    height: 100%;
    bottom: 0;
  }
}
.p-front__image::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 36.1111111111vw;
  background-image: url(./image/pict/front-image_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 1600px) {
  .p-front__image::after {
    height: 900px;
  }
}
@media screen and (max-width: 1080px) {
  .p-front__image::after {
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front__image::after {
    height: 520px;
    height: 138.6666666667vw;
    background-image: url(./image/pict/front-image_bg_sp.png);
  }
}

.p-front__image-wrap {
  position: relative;
  z-index: 2;
  display: flex;
}

.p-front__image-copy {
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-front__image-copy img {
    width: 67px;
    height: auto;
  }
}

.p-front__image-text {
  order: 1;
  margin: 30px 105px 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__image-text {
    margin: 55px 45px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front__image-text img {
    width: 148px;
    height: auto;
  }
}

.p-front__about {
  padding: 134px 0 140px;
  background-color: #EEF1EF;
}
@media screen and (max-width: 1080px) {
  .p-front__about {
    padding: 90px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about {
    padding: 60px 0;
  }
}

.p-front__about-outline {
  position: relative;
  min-height: 700px;
}
@media screen and (min-width: 1600px) {
  .p-front__about-outline {
    min-height: 800px;
  }
}
@media screen and (max-width: 1280px) {
  .p-front__about-outline {
    min-height: 600px;
  }
}
@media screen and (max-width: 1080px) {
  .p-front__about-outline {
    min-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-outline {
    padding-bottom: 130vw;
  }
}

.p-front__about-outline-inner {
  padding-top: 70px;
}
@media screen and (max-width: 1280px) {
  .p-front__about-outline-inner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1180px) {
  .p-front__about-outline-inner {
    padding-top: 0;
  }
}

.p-front__about-outline-content {
  max-width: 540px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1600px) {
  .p-front__about-outline-content {
    max-width: 590px;
  }
}
@media screen and (max-width: 1080px) {
  .p-front__about-outline-content {
    max-width: 480px;
  }
}
@media screen and (max-width: 960px) {
  .p-front__about-outline-content {
    max-width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-outline-content {
    max-width: 100%;
  }
}
.p-front__about-outline-content h2 {
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .p-front__about-outline-content h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-outline-content h2 {
    font-size: 2.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .p-front__about-outline-content h2 {
    font-size: 2.5rem;
  }
}

.p-front__about-text {
  margin-top: 35px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1080px) {
  .p-front__about-text {
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-text {
    line-height: 2;
  }
}
.p-front__about-text p + p {
  margin-top: 10px;
}
.p-front__about-text small {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-front__about-text small {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

.p-front__about-note {
  margin-top: 30px;
  padding: 26px 33px 29px;
  line-height: 1.8;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 1080px) {
  .p-front__about-note {
    padding: 20px 25px 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-note {
    margin-top: 25px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 350px) {
  .p-front__about-note {
    padding: 21px 20px 24px;
  }
}
.p-front__about-note p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__about-note p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-front__about-note p br {
    display: none;
  }
}
.p-front__about-note a {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  color: #547462;
}
@media screen and (max-width: 767px) {
  .p-front__about-note a {
    display: flex;
  }
}
.p-front__about-note a:hover {
  text-decoration: none;
}
.p-front__about-note a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-right: 10px;
  background-image: url("./image/icon/icon-download.svg");
  background-repeat: no-repeat;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.p-front__about-outline-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 42.3611111111vw;
  max-height: 700px;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .p-front__about-outline-image {
    max-width: 38.8888888889vw;
    max-height: 800px;
  }
}
@media screen and (max-width: 960px) {
  .p-front__about-outline-image {
    max-width: 40vw;
  }
  .p-front__about-outline-image img {
    display: block;
    width: 100%;
    height: 80%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-outline-image {
    top: initial;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: 120vw;
  }
  .p-front__about-outline-image img {
    height: 100%;
  }
}

.p-front__about-access {
  position: relative;
  min-height: 380px;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .p-front__about-access {
    min-height: 100%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-access {
    margin-top: 45px;
    padding-bottom: 65vw;
  }
}

.p-front__about-access-inner {
  display: flex;
  align-items: center;
  padding-top: 66px;
}
@media screen and (max-width: 1280px) {
  .p-front__about-access-inner {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1180px) {
  .p-front__about-access-inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-front__about-access-content {
    max-width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-access-content {
    max-width: 100%;
  }
}

.p-front__about-access-heading {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-front__about-access-heading {
    font-size: 2.2rem;
  }
}

.p-front__about-access-address {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
  .p-front__about-access-address {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-access-address {
    margin-top: 22px;
  }
}
.p-front__about-access-address a {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  font-size: 1.6rem;
  color: #547462;
}
@media screen and (max-width: 767px) {
  .p-front__about-access-address a {
    font-size: 1.4rem;
  }
}
.p-front__about-access-address a:hover {
  text-decoration: none;
}
.p-front__about-access-address a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 17px;
  margin-right: 8px;
  background-image: url(./image/icon/icon-map.svg);
  background-repeat: no-repeat;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .p-front__about-access-address a::before {
    width: 12px;
    height: 15px;
    background-size: contain;
  }
}
.p-front__about-access-address ul {
  margin-top: 25px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
  .p-front__about-access-address ul {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-access-address ul {
    margin-top: 22px;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-access-address ul li + li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 960px) {
  .p-front__about-access-address ul li br {
    display: block;
  }
}

.p-front__about-access-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  order: 2;
  max-width: 50vw;
  max-height: 380px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .p-front__about-access-image {
    max-width: 53vw;
    min-width: 570px;
  }
}
@media screen and (max-width: 1080px) {
  .p-front__about-access-image {
    max-width: 510px;
    min-width: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-front__about-access-image {
    max-width: calc(50vw + 30px);
  }
  .p-front__about-access-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-access-image {
    top: initial;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: 53.3333333333vw;
  }
}

.p-front__about-greeting {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-front__about-greeting {
    margin-top: 40px;
  }
}

.p-front__about-greeting-inner {
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-front__about-greeting-inner {
    padding: 22px 20px;
  }
}
.p-front__about-greeting-inner h2 {
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-front__about-greeting-inner h2 {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .p-front__about-greeting-inner h2 {
    letter-spacing: 0;
  }
}

.p-front__about-greeting-text {
  position: relative;
  margin-top: 20px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-front__about-greeting-text {
    margin-top: 19px;
    font-size: 1.3rem;
  }
}
.p-front__about-greeting-text p + p {
  margin-top: 15px;
}

.p-front__about-greeting-text-author {
  margin-top: 25px;
  text-align: right;
}
.p-front__about-greeting-text-author span {
  display: block;
}
.p-front__about-greeting-text-author span b {
  margin-left: 13px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front__about-greeting-text-author span b {
    font-size: 1.8rem;
  }
}

.p-front__about-greeting-background {
  position: absolute;
  z-index: 2;
  bottom: 75px;
  right: 0;
  left: 0;
  height: 88px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
@media screen and (max-width: 767px) {
  .p-front__about-greeting-background {
    bottom: 70px;
    height: 120px;
  }
}
.p-front__about-greeting-background[aria-expanded=true] {
  display: none;
}

.p-front__about-greeting-button {
  margin-top: 15px;
  text-align: center;
}
.p-front__about-greeting-button button {
  position: relative;
  display: inline-block;
  padding: 10px 35px 17px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  border: 1px solid #DDE3E0;
  border-radius: 2px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__about-greeting-button button {
    font-size: 1.5rem;
  }
}
.p-front__about-greeting-button button:hover {
  background-color: rgba(238, 241, 239, 0.5);
}
.p-front__about-greeting-button button[aria-expanded=true] {
  display: none;
}
.p-front__about-greeting-button button::before {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background-image: url(./image/icon/icon-arrow_circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-front__about-greeting-button button::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}

.p-front__picture {
  height: 30.5555555556vw;
  background-image: url("./image/pict/front-picture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .p-front__picture {
    height: 50.4vw;
  }
}

.p-front__worry {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-front__worry {
    padding: 60px 0 50px;
  }
}

.p-front__worry-link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front__worry-link {
    display: block;
  }
}

.p-front__worry-link-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  text-decoration: none;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-front__worry-link-item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 767px) {
  .p-front__worry-link-item {
    display: block;
    width: 100%;
    height: 205px;
  }
}
.p-front__worry-link-item:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.p-front__worry-link-item:hover .p-front__worry-link-item-text {
  color: #547462;
}
@media screen and (max-width: 767px) {
  .p-front__worry-link-item + .p-front__worry-link-item {
    margin-top: 15px;
  }
}
.p-front__worry-link-item img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.45s ease-out;
  transition: transform 0.45s ease-out;
  transition: transform 0.45s ease-out, -webkit-transform 0.45s ease-out;
}
@media screen and (max-width: 767px) {
  .p-front__worry-link-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-front__worry-link-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 13px 22px 12px 12px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  background-color: #fff;
  border-radius: 0 2px 0 0;
  transition: color 0.3s;
}
@media screen and (max-width: 960px) {
  .p-front__worry-link-item-text {
    padding: 10px 20px 11px 12px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__worry-link-item-text {
    bottom: -1px;
    font-size: 1.8rem;
  }
}
.p-front__worry-link-item-text::before {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background-image: url(./image/icon/icon-arrow_circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 960px) {
  .p-front__worry-link-item-text::before {
    top: 6px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__worry-link-item-text::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}

.p-front__member {
  padding: 50px 0 60px;
  text-align: center;
  background-color: #EEF1EF;
}
@media screen and (max-width: 767px) {
  .p-front__member {
    padding: 55px 0;
  }
}

.p-front__member-note {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-front__member-note {
    font-size: 1.3rem;
  }
}
.p-front__member-note a {
  color: #547462;
}
.p-front__member-note a:hover {
  text-decoration: none;
}

.p-front__letter {
  padding: 60px 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__letter {
    padding: 60px 0 50px;
  }
}

.p-front__letter-sort {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.p-front__letter-sort::after {
  content: "▼";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1rem;
  color: #547462;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front__letter-sort::after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.p-front__letter-sort select {
  padding: 5px 45px 7px 15px;
  line-height: 1.8;
  border: 1px solid #DDE3E0;
  border-radius: 2px;
}

.p-front__letter-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.p-front__letter-item {
  text-align: center;
  width: 50%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .p-front__letter-item {
    max-width: 150px;
  }
}
@media screen and (max-width: 374px) {
  .p-front__letter-item {
    max-width: 130px;
  }
}
.p-front__letter-item h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-front__letter-item h3 {
    font-size: 1.8rem;
  }
}
.p-front__letter-item span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-front__letter-item span {
    font-size: 1.3rem;
  }
}
.p-front__letter-item a {
  display: inline-block;
  margin-top: 15px;
  padding: 15px;
  background-color: #EEF1EF;
  border-radius: 2px;
}
.p-front__letter-item a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-front__letter-item a {
    padding: 10px;
  }
}
.p-front__letter-item a:hover img {
  -webkit-transform: scale(103%);
          transform: scale(103%);
}
.p-front__letter-item a img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #DDE3E0;
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}
.p-front__letter-item + .p-front__letter-item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-front__letter-item + .p-front__letter-item {
    margin-left: 15px;
  }
}

.p-member {
  padding: 100px 50px 0;
}
@media screen and (max-width: 767px) {
  .p-member {
    padding: 60px 0 0;
  }
}
.p-member[data-page=single-member] {
  padding: 100px 50px 190px;
}
@media screen and (max-width: 767px) {
  .p-member[data-page=single-member] {
    padding: 60px 0 100px;
  }
}

.p-member__wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-member__wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 350px) {
  .p-member__wrap {
    padding: 0 20px;
  }
}

.p-member__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-member__top {
    display: block;
    margin-top: 60px;
  }
}

.p-member__main {
  width: 60%;
  max-width: 412px;
}
@media screen and (max-width: 767px) {
  .p-member__main {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 45px;
    border-bottom: 1px solid #DDE3E0;
  }
}

.p-member__info {
  flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-member__info {
    margin-right: 0;
  }
}
.p-member__info dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-member__info dl {
    margin-top: 34px;
    font-size: 1.5rem;
  }
}
.p-member__info dl > div {
  display: flex;
  line-height: 1;
}
.p-member__info dl > div + div {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-member__info dl > div + div {
    margin-top: 17px;
  }
}
.p-member__info dl > div dt {
  min-width: 65px;
  margin-right: 30px;
  color: #547462;
}
@media screen and (max-width: 767px) {
  .p-member__info dl > div dt {
    min-width: 60px;
    margin-right: 20px;
  }
}

.p-member__info-name h1 {
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-member__info-name h1 {
    font-size: 2.8rem;
  }
}
.p-member__info-name span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-member__info-name span {
    font-size: 1.3rem;
  }
}

.p-member__gallery {
  margin-top: 70px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
@media screen and (max-width: 767px) {
  .p-member__gallery {
    margin-top: 30px;
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
  }
}
.p-member__gallery div {
  display: inline-block;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-member__gallery div {
    margin-top: 15px;
  }
}
.p-member__gallery div img {
  display: block;
  width: 100%;
}

.p-member__message {
  margin-top: 80px;
  text-align: center;
}
.p-member__message h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  color: #547462;
}
@media screen and (max-width: 767px) {
  .p-member__message h2 {
    padding-bottom: 22px;
    font-size: 2.2rem;
  }
}
.p-member__message h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(84, 116, 98, 0) 0%, #547462 50%, rgba(84, 116, 98, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00547462", endColorstr="#00547462",GradientType=1 );
}

.p-member__message-text {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-member__message-text {
    margin-top: 30px;
  }
}
.p-member__message-text p {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-member__message-text p {
    font-size: 1.5rem;
  }
}
.p-member__message-text p + p {
  margin-top: 20px;
}

.p-member__flower {
  margin: 60px 0 0;
  text-align: center;
}

.p-member__flower-message {
  font-size: 2rem;
  color: #547462;
  opacity: 0;
  transition: opacity 0.4s 2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-member__flower-message {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-member__flower-button {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-member__flower-button {
    margin-top: 21px;
  }
}
.p-member__flower-button::before, .p-member__flower-button::after {
  content: "";
  position: absolute;
  bottom: -35px;
  display: inline-block;
  width: 224px;
  height: 256px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.2s 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-member__flower-button::before, .p-member__flower-button::after {
    bottom: 0;
    width: 105px;
    height: 105px;
  }
}
.p-member__flower-button::before {
  left: 0px;
  background-image: url(./image/pict/flower_left.png);
}
@media screen and (max-width: 767px) {
  .p-member__flower-button::before {
    bottom: 0;
    left: 10px;
  }
}
@media screen and (max-width: 350px) {
  .p-member__flower-button::before {
    left: 0;
  }
}
.p-member__flower-button::after {
  right: 0px;
  background-image: url(./image/pict/flower_right.png);
}
@media screen and (max-width: 767px) {
  .p-member__flower-button::after {
    right: 0px;
  }
}
@media screen and (max-width: 350px) {
  .p-member__flower-button::after {
    right: -10px;
  }
}
.p-member__flower-button button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 134px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (max-width: 767px) {
  .p-member__flower-button button {
    width: 93px;
    height: 93px;
    font-size: 1.5rem;
  }
}
.p-member__flower-button button[aria-expanded=true] {
  pointer-events: none;
}
.p-member__flower-button button[aria-expanded=true] span {
  background-color: rgba(57, 50, 50, 0.7);
}
.p-member__flower-button button:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.p-member__flower-button button:hover::before, .p-member__flower-button button:hover::after {
  opacity: 0;
}
.p-member__flower-button button span {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #547462;
  border-radius: 50%;
  transition: background-color 1s 0.3s ease-in;
}
.p-member__flower-button button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  background-color: rgba(78, 129, 101, 0.1);
  border-radius: 50%;
  transition: opacity 0.2s;
}
.p-member__flower-button button::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  background: radial-gradient(50% 50% at 50% 50%, #BEDDBE 2.6%, rgba(116, 151, 120, 0) 100%);
  transition: opacity 0.2s;
}

.p-member__flower-button[data-view=true]::before, .p-member__flower-button[data-view=true]::after {
  opacity: 1;
}

.p-member__flower-message[data-view=true] {
  opacity: 1;
}

.p-member__flower-count {
  margin-top: 60px;
  font-weight: 400;
  color: #547462;
}
@media screen and (max-width: 767px) {
  .p-member__flower-count {
    margin-top: 45px;
    font-size: 1.6rem;
  }
}

.p-member__wrap-small {
  max-width: 620px;
  margin: 0 auto;
  padding: 38px 30px 100px;
}
@media screen and (max-width: 350px) {
  .p-member__wrap-small {
    padding: 38px 20px 100px;
  }
}

.p-member__list {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-member__list {
    margin-bottom: 80px;
  }
}

.p-member__list-heading {
  margin: 0;
  font-size: 3.4rem;
  line-height: 2;
  color: #547462;
}
@media screen and (max-width: 767px) {
  .p-member__list-heading {
    font-size: 2.8rem;
  }
}

.p-member__list-link {
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .p-member__list-link {
    margin: 30px 0;
  }
}
.p-member__list-link ul li a {
  display: flex;
  align-items: center;
  padding: 12px 0 18px 15px;
  text-decoration: none;
  color: rgba(57, 50, 50, 0.65);
  border-bottom: 1px solid #DDE3E0;
  transition: background-color, 0.3s;
}
@media screen and (max-width: 767px) {
  .p-member__list-link ul li a {
    padding: 10px 0 13px 15px;
  }
}
@media screen and (max-width: 350px) {
  .p-member__list-link ul li a {
    font-size: 1.3rem;
  }
}
.p-member__list-link ul li a:hover {
  background-color: #EEF1EF;
}
.p-member__list-link ul li a span:first-child {
  width: 45%;
  padding-right: 5px;
  font-size: 1.8rem;
  color: #393232;
}
@media screen and (max-width: 767px) {
  .p-member__list-link ul li a span:first-child {
    padding-right: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 350px) {
  .p-member__list-link ul li a span:first-child {
    font-size: 1.5rem;
  }
}
.p-member__list-link ul li a span:nth-child(2) {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-member__list-link ul li a span:nth-child(2) {
    width: 25%;
  }
}
.p-member__list-link ul li a span:nth-child(3) {
  width: 20%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-member__list-link ul li a span:nth-child(3) {
    width: 30%;
  }
}
@media screen and (max-width: 350px) {
  .p-member__list-link ul li a span:nth-child(3) {
    font-size: 1.2rem;
  }
}

.p-member__list-none {
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .p-member__list-none {
    margin: 30px 0;
  }
}

.p-member__list-link-heading {
  display: flex;
  padding: 12px 0 18px 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #547462;
}
@media screen and (max-width: 767px) {
  .p-member__list-link-heading {
    padding: 10px 15px 13px;
  }
}
.p-member__list-link-heading span {
  display: inline-block;
  width: 45%;
}

.p-news {
  padding: 90px 0 140px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 60px 0 100px;
  }
}

.p-news__list {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin: 0 0 45px;
  }
}
.p-news__list li {
  border-top: 1px solid #DDE3E0;
}
.p-news__list li:last-child {
  border-bottom: 1px solid #DDE3E0;
}
.p-news__list li a {
  display: flex;
  padding: 22px 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__list li a {
    display: block;
    padding: 12px 5px 18px;
  }
}
.p-news__list li a:hover {
  background-color: #EEF1EF;
}
.p-news__list li a span {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-news__list li a span {
    display: block;
  }
}
.p-news__list li a time {
  display: inline-block;
  min-width: 77px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #547462;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .p-news__list li a time {
    margin-bottom: 8px;
  }
}

.p-news__single {
  padding: 100px 50px 140px;
}
@media screen and (max-width: 767px) {
  .p-news__single {
    padding: 60px 0 100px;
  }
}

.p-news__single-heading {
  position: relative;
  margin: 60px 0 40px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-news__single-heading {
    margin: 45px 0 35px;
    padding-left: 20px;
  }
}
.p-news__single-heading::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  background-color: #547462;
}
.p-news__single-heading h1 {
  margin: 0 0 8px;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-news__single-heading h1 {
    margin: 0 0 13px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
}
.p-news__single-heading time {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(84, 116, 98, 0.8);
}
@media screen and (max-width: 767px) {
  .p-news__single-heading time {
    font-size: 1.3rem;
  }
}

.p-news__single-thumbnail {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-news__single-thumbnail {
    margin-bottom: 30px;
  }
}

.p-news__single-content {
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-news__single-content {
    margin-bottom: 45px;
  }
}
.p-news__single-content p + p {
  margin-top: 20px;
}
.p-news__single-content a {
  color: #547462;
}
.p-news__single-content a:hover {
  text-decoration: none;
}

.p-news__single-button {
  text-align: center;
}
.p-news__single-button a {
  display: inline-flex;
  align-items: center;
  padding: 15px 35px 15px 25px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-decoration: none;
  border: 1px solid #DDE3E0;
  border-radius: 2px;
}
.p-news__single-button a svg {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-search {
  max-width: 620px;
  margin: 0 auto;
  padding: 70px 30px 100px;
}
@media screen and (max-width: 767px) {
  .p-search {
    padding: 45px 30px 80px;
  }
}
@media screen and (max-width: 350px) {
  .p-search {
    padding: 45px 20px 80px;
  }
}

.p-search__lead {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-search__lead {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-search__list {
  padding: 100px 0 140px;
}
