/*--------------------------------------------
  value
--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fsx2ee");
  src: url("../fonts/icomoon.eot?fsx2ee#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fsx2ee") format("truetype"), url("../fonts/icomoon.woff?fsx2ee") format("woff"), url("../fonts/icomoon.svg?fsx2ee#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "avenir-next";
  src: url("../fonts/avenir-next-ultra-light.ttf") format("truetype");
}
/*--------------------------------------------
  media query
--------------------------------------------*/
/*--------------------------------------------
  transition
--------------------------------------------*/
/*--------------------------------------------
  hover image
--------------------------------------------*/
/*--------------------------------------------
  hover opacity
--------------------------------------------*/
/*--------------------------------------------
  slick slider dot nav
--------------------------------------------*/
/*--------------------------------------------
  icon
--------------------------------------------*/
.slideout-open .slideout-menu {
  height: 100dvh;
}

.l-breadcrumb_list > li:last-child > a {
  color: #fff;
}

.c-fixed_navi {
  z-index: 10;
}
.c-fixed_navi__link.-green {
  background: #4cc764;
}

.l-gnavi__link.-sns img {
  width: 2.2em;
  height: 2.2em;
}
.l-gnavi__snss {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.9px) {
  .l-gnavi__btns {
    margin-top: 0;
  }
}

.l-footer__logo a {
  transition: all 0.4s;
}
.l-footer__logo a:hover {
  opacity: 0.7;
}
.l-footer__logo a.-sns {
  width: 4rem;
  height: 4rem;
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .l-footer__logo a.-sns {
    width: 3rem;
    height: 3rem;
  }
}

.p-home_news__ttl a {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767.9px) {
  .p-home_news__ttl a {
    gap: 0;
    flex-direction: column;
  }
}

.c-panel_contact .c-animation.-ttl > span > span {
  display: inline-block;
  opacity: 0;
  transform: translateX(150%);
  transition: transform 0.6s 0.4s, opacity 0.6s 0.4s;
}
.c-panel_contact .c-animation.-ttl.scrolled > span > span {
  opacity: 1;
  transform: translate(0%, 0%);
}
.c-panel_contact .c-animation.-ttl > span {
  display: inline-block;
}
.c-panel_contact .c-animation.-fadeUp.scrolled {
  opacity: 1;
  transform: translateY(0%);
}
.c-panel_contact .c-animation.-fadeUp {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(50px);
}

.p-company .c-inner {
  width: min(90%, 930px);
  margin: 0 auto;
  padding: 0;
}
.p-company__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  width: min(90%, 35rem);
  margin: 0 auto;
  margin-bottom: 4rem;
  font-weight: bold;
}
.p-company__ttl span {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #98854E;
}
.p-company__ttl::before, .p-company__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #98854E;
}
.p-company__ttl::before {
  left: 0;
}
.p-company__ttl::after {
  right: 0;
}
.p-company .p-company_message__item {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 2.3;
  letter-spacing: 0.22rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_message__item {
    font-size: 1.6rem;
  }
}
.p-company .p-company_message__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: min(100%, 79rem);
  height: 2px;
  background: linear-gradient(to right, #98854E 30%, #555555 30%);
}
.p-company .p-company_message__president {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 3.4rem;
  align-items: start;
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_message__president {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-company .p-company_message__president .img {
  width: min(100%, 32.8rem);
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_message__president .img {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.p-company .p-company_message__president .txt h3 {
  font-size: 2.8rem;
  letter-spacing: 0.12rem;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
.p-company .p-company_message__president .txt h3 span {
  font-size: 1.5rem;
}
.p-company .p-company_message__president .txt ul {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.p-company .p-company_message__president .txt ul li {
  display: flex;
  gap: 1em;
  font-size: 1.5rem;
}
.p-company .p-company_outline {
  margin-top: 6rem;
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_outline {
    margin-top: 4rem;
  }
}
.p-company .p-company_outline__wrapper {
  border: 1px solid #98854E;
  border-radius: 10px;
  padding: 5rem 0;
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_outline__wrapper {
    padding: 2rem 0;
  }
}
.p-company .p-company_outline__tbl {
  width: min(90%, 72rem);
  margin: 0 auto;
}
.p-company .p-company_outline__tbl dl {
  display: flex;
  gap: 1.2em;
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_outline__tbl dl {
    flex-direction: column;
    gap: 0;
  }
}
.p-company .p-company_outline__tbl dl dt {
  color: #98854E;
  border-bottom: 1px solid #98854E;
  width: min(100%, 13rem);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_outline__tbl dl dt {
    width: 100%;
  }
}
.p-company .p-company_outline__tbl dl dd {
  color: #fff;
  border-bottom: 1px solid #9A9A9A;
  width: 100%;
}
.p-company .p-company_outline__tbl dl dt,
.p-company .p-company_outline__tbl dl dd {
  font-size: 1.7rem;
  padding: 1.2rem 0;
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_outline__tbl dl:last-of-type dd {
    border-bottom: none;
  }
}
.p-company .p-company_access {
  margin-top: 6rem;
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_access {
    margin-top: 4rem;
  }
}
.p-company .p-company_access {
  margin-bottom: 10rem;
}
.p-company .p-company_access iframe {
  width: 100%;
  height: 32rem;
}

@media screen and (min-width: 992px) {
  .p-faq_body__ttl,
  .p-home_faq__ttl {
    font-size: 2.1rem;
  }
}

.p-faq_body__item:first-child .p-faq_body__a {
  display: none;
}

.p-faq_body__cat span {
  font-size: 1em;
}

.p-home_faq__cat span {
  font-size: 0.925em;
}

.mw_wp_form .error {
  color: #ff5353;
}

.c-form {
  max-width: 1130px;
  margin: 0 auto;
}
.c-form select[name=your_pref] {
  width: 40%;
}
@media screen and (max-width: 575.9px) {
  .c-form select[name=your_pref] {
    padding: 0.75em;
  }
}
.c-form input[name=your_birthday_01],
.c-form input[name=your_birthday_02],
.c-form input[name=your_birthday_03] {
  width: 8em;
}
@media screen and (max-width: 575.9px) {
  .c-form input[name=your_birthday_01],
  .c-form input[name=your_birthday_02],
  .c-form input[name=your_birthday_03] {
    width: 5em;
  }
}
.c-form__select {
  appearance: none;
  background-color: #fff;
  cursor: pointer;
}
.c-form__note {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.c-form__agreement a {
  color: #fff;
}
.c-form__button {
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .c-form__button {
    flex-direction: column;
  }
}
.c-form__button .c-btn {
  color: #fff;
  max-width: 25rem;
  border: 1px solid #fff;
  transition: ease 0.4s;
}
.c-form__button .c-btn.-confirm, .c-form__button .c-btn.-submit {
  border-color: #98854E;
  color: #fff;
  background: #98854E;
}
.c-form__button .c-btn.-confirm:hover, .c-form__button .c-btn.-submit:hover {
  border-color: #98854E;
  background: #fff;
  color: #98854E;
}

.p-privacy {
  color: #fff;
}
.p-privacy__head {
  font-weight: 500;
}
.p-privacy__body {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.p-privacy__item:not(:first-child) {
  margin-top: 4rem;
}
.p-privacy__item > dt {
  margin-bottom: 1.8rem;
  font-weight: 700;
  line-height: 1;
  font-size: 2rem;
}
.p-privacy__item a {
  text-decoration: underline;
  color: #98854E;
}
@media (min-width: 992px) {
  .p-privacy__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.p-privacy__list {
  padding-left: 1.5em;
  font-weight: 500;
}
.p-privacy__list > li {
  list-style-type: disc;
}
.p-privacy__list > li:not(:first-child) {
  margin-top: 0.25em;
}
.p-privacy__box {
  padding: 2em;
  margin-top: 1em;
}
.p-privacy__ga {
  margin-top: 1em;
}
.p-privacy__ga .link_box {
  margin-top: 1em;
}
.p-privacy__ga .link_box .ttl {
  margin-bottom: 1em;
}
.p-privacy__ga a {
  word-break: break-all;
  text-decoration: underline;
  color: #98854E;
}
@media (min-width: 992px) {
  .p-privacy__ga a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media (max-width: 991.9px) {
  .p-privacy__item > dt {
    font-size: 2rem;
  }
  .p-privacy__item > dd {
    font-size: 1.6rem;
  }
  .p-privacy__head {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-privacy__head {
    font-size: 1.4rem;
  }
  .p-privacy__item > dt {
    font-size: 1.8rem;
  }
  .p-privacy__item > dd {
    font-size: 1.4rem;
  }
}

.p-news {
  margin-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .p-news .c-inner {
    width: min(90%, 93rem);
    margin: 0 auto;
    padding: 0;
  }
}
.p-news .c-card_news__date {
  font-size: 1.6rem;
}
.p-news .c-card_news__term {
  border: 1px solid #fff;
}
.p-news .c-card_news__link {
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
  font-size: 1.6rem;
}

.p-news_single__head {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  border-bottom: solid 1px #DBDBDB;
}
.p-news_single__info {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.p-news_single__date {
  margin-bottom: 1em;
  display: block;
  color: #98854E;
}
.p-news_single__term {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background: #98854E;
  color: #fff;
  padding: 0.5rem 1.5rem;
  display: inline-block;
}
.p-news_single__ttl {
  font-size: 2em;
  line-height: 1.4;
  color: #98854E;
}
@media screen and (max-width: 767.9px) {
  .p-news_single__ttl {
    font-size: 1.4em;
  }
}
.p-news_single__btn {
  margin-top: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news_single__btn a {
  margin: 0 auto;
}/*# sourceMappingURL=include.css.map */