@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.page {
  background: url(../img/page/page_bg.webp) no-repeat top;
  background-size: cover;
  background-position-x: center;
}
@media screen and (max-width: 818px) {
  .page {
    background: url(../img/page/page_bg_sp.webp) no-repeat top;
    background-size: cover;
    background-position-x: center;
  }
}
.page .inner {
  max-width: 1040px;
  padding-top: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .page .inner {
    padding-top: 15px;
    padding-bottom: 80px;
  }
}
.footer {
  background: url(../img/page/page_footer_bg.webp) no-repeat bottom;
  background-size: cover;
  background-position-x: center;
}
@media screen and (max-width: 818px) {
  .footer {
    background: url(../img/page/page_footer_bg_sp.webp) no-repeat bottom;
    background-size: cover;
    background-position-x: center;
  }
}
.footer .inner {
  padding-top: 81px;
  padding-bottom: 81px;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    margin: auto;
    padding: 48px 63px;
    max-width: max-content;
  }
}
.page_h2 {
  padding-top: 81px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .page_h2 {
    padding-top: 60px;
    height: 300px;
  }
}
.page_h2 .ttl {
  text-align: center;
  width: fit-content;
  margin: auto;
  font-size: 40px;
  font-family: "Kaisei Decol", serif;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 818px) {
  .page_h2 .ttl {
    font-size: 32px;
  }
}
.page_h2_news {
  background: url(../img/page/news_h2_bg.webp) no-repeat center;
  background-size: cover;
  background-position-x: center;
}
@media screen and (max-width: 818px) {
  .page_h2_news {
    background: url(../img/page/news_h2_bg_sp.webp) no-repeat center;
    background-size: cover;
    background-position-x: center;
  }
}
.page_h2_contact {
  background: url(../img/page/c_h2_bg.webp) no-repeat center;
  background-size: cover;
  background-position-x: center;
}
@media screen and (max-width: 818px) {
  .page_h2_contact {
    background: url(../img/page/c_h2_bg_sp.webp) no-repeat center;
    background-size: cover;
    background-position-x: center;
  }
}
.news_single {
  background: #ffffff;
  backdrop-filter: blur(10px);
  padding: 50px 15px 80px 15px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .news_single {
    padding: 40px 15px;
  }
}
.news_single .news_txt {
  margin: auto;
  max-width: 600px;
}
.news_single .btn_common {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .news_single .btn_common {
    margin-top: 40px;
  }
}
.news_single .img {
  margin-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .news_single .img {
    margin-bottom: 30px;
  }
}
.news_single .img img {
  width: 100%;
}
.news_single .txt {
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.5;
}
.news_single .txt p + p {
  margin-top: 15px;
}
.news_single .txt a {
  color: #556798;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
  padding-bottom: 1px;
  cursor: pointer;
}
.news_single .txt a:hover {
  opacity: 0.4;
}
.news_single .txt h2 {
  color: #7B895F;
  font-size: 20px;
  padding-bottom: 1px;
  border-bottom: 1px solid #7B895F;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .news_single .txt h2 {
    margin-top: 35px;
  }
}
.news_single .txt h3 {
  min-height: 30px;
  color: #7B895F;
  font-size: 18px;
  padding-left: 10px;
  border-left: 1px solid #7B895F;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}
.news_single .txt .txt_box {
  margin-top: 40px;
  background: #F5F4ED;
  padding: 25px;
  font-size: 12px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .news_single .txt .txt_box {
    padding: 20px;
    margin-top: 35px;
  }
}
.news_single .txt .txt_box .r_txt {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
  color: #556798;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
  padding-bottom: 1px;
  cursor: pointer;
}
.news_single .txt .txt_box .r_txt:hover {
  opacity: 0.4;
}
@media screen and (max-width: 818px) {
  .news_single .txt .txt_box .r_txt {
    margin-top: 10px;
  }
}
.news_single .ttl {
  color: #7B895F;
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .news_single .ttl {
    font-size: 22px;
  }
}
.news_single .tag {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
}
.news_single .tag .data {
  color: #222926;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 12px;
  margin-right: 15px;
}
.news_single .tag .tab {
  width: 121px;
  line-height: 23px;
  border: 1px solid #7B895F;
  color: #7B895F;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  height: fit-content;
}
.news_single .kanren {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .news_single .kanren {
    margin-top: 35px;
  }
}
.news_single .kanren .kan_ttl {
  font-size: 20px;
  text-align: left;
  background: #ECEEE8;
  padding: 5px 10px;
  letter-spacing: 0.02em;
}
.news_single .kanren ul li {
  margin-top: 20px;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECEEE7;
}
.news_single .kanren ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news_single .kanren ul li a {
  display: block;
  opacity: 1;
}
.news_single .kanren ul li a:hover {
  opacity: 1;
}
.news_single .kanren ul li a:hover .kan_data,
.news_single .kanren ul li a:hover .kan_tab {
  opacity: 1;
}
.news_single .kanren ul li a:hover .kan_subttl {
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 818px) {
  .news_single .kanren ul li a {
    display: block;
  }
}
.news_single .kanren ul li a .kan_tag {
  width: 100%;
  display: flex;
  justify-items: first baseline;
  align-items: center;
}
.news_single .kanren ul li a .kan_tag .kan_data {
  width: 100px;
  color: #222926;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 14px;
}
@media screen and (max-width: 818px) {
  .news_single .kanren ul li a .kan_tag .kan_data {
    font-size: 12px;
    width: 72px;
  }
}
.news_single .kanren ul li a .kan_tag .kan_tab {
  width: 121px;
  line-height: 25px;
  border: 1px solid #7B895F;
  color: #7B895F;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  height: fit-content;
}
@media screen and (max-width: 818px) {
  .news_single .kanren ul li a .kan_tag .kan_tab {
    font-size: 10px;
    width: 101px;
    line-height: 23px;
  }
}
.news_single .kanren ul li a .kan_subttl {
  width: 100%;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 5px;
}
@media screen and (max-width: 818px) {
  .news_single .kanren ul li a .kan_subttl {
    margin-top: 10px;
    padding-left: 0;
  }
}
.news_item {
  background: #ffffff;
  backdrop-filter: blur(10px);
  padding: 80px 100px;
}
@media screen and (max-width: 818px) {
  .news_item {
    padding: 50px 15px;
  }
}
.news_item ul {
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .news_item ul {
    margin-bottom: 40px;
  }
}
.news_item ul li + li {
  margin-top: 30px;
}
.news_item ul li a {
  display: flex;
  opacity: 1;
}
.news_item ul li a:hover {
  opacity: 1;
}
.news_item ul li a:hover .data,
.news_item ul li a:hover .tab {
  opacity: 1;
}
.news_item ul li a:hover .ttl {
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 818px) {
  .news_item ul li a {
    display: block;
  }
}
.news_item ul li a .tag {
  width: 221px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .news_item ul li a .tag {
    width: 100%;
  }
}
.news_item ul li a .tag .data {
  width: 100px;
  color: #222926;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 14px;
}
@media screen and (max-width: 818px) {
  .news_item ul li a .tag .data {
    font-size: 12px;
    width: 72px;
  }
}
.news_item ul li a .tag .tab {
  width: 121px;
  line-height: 25px;
  border: 1px solid #7B895F;
  color: #7B895F;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  height: fit-content;
}
@media screen and (max-width: 818px) {
  .news_item ul li a .tag .tab {
    font-size: 10px;
    width: 101px;
    line-height: 23px;
  }
}
.news_item ul li a .ttl {
  width: calc(100% - 221px);
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 818px) {
  .news_item ul li a .ttl {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
  }
}
.news_item .btn {
  text-align: center;
  width: fit-content;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #7B895F;
  padding-bottom: 2px;
  border-bottom: 1px solid #7B895F;
  line-height: 1.01;
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 !important;
}
.pagination {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 !important;
}
.pagination .wp-pagenavi span {
  margin: 0 !important;
}
.pagination .page {
  color: #9DA39D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: none !important;
  border: none !important;
  margin: 0 !important;
}
.pagination .page:hover {
  color: #7B895F;
  opacity: 1;
}
@media screen and (max-width: 818px) {
  .pagination .page {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
.pagination .current {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  font-weight: 400 !important;
  color: #7B895F;
  letter-spacing: 0.02em;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #7B895F !important;
}
@media screen and (max-width: 818px) {
  .pagination .current {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
.pagination .first {
  width: 45px;
  height: 45px;
  position: relative;
  font-size: 0 !important;
  border: none !important;
}
@media screen and (max-width: 818px) {
  .pagination .first {
    width: 40px;
    height: 40px;
  }
}
.pagination .first::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 26px;
  left: calc(50% - 9px);
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/page/navi_l.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.pagination .last {
  width: 45px;
  height: 45px;
  position: relative;
  font-size: 0 !important;
  border: none !important;
}
@media screen and (max-width: 818px) {
  .pagination .last {
    width: 40px;
    height: 40px;
  }
}
.pagination .last::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 26px;
  left: calc(50% - 9px);
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/page/navi_r.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.pagination .extend {
  border: none !important;
  width: 45px;
  height: 45px;
  color: #9DA39D !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .pagination .extend {
    width: 40px;
    height: 40px;
  }
}
.p404 .inner {
  padding-top: 171px;
  padding-bottom: 82px;
}
@media screen and (max-width: 818px) {
  .p404 .inner {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.p404 .ttl {
  font-family: "Kaisei Decol", serif;
  font-size: 120px;
  text-align: center;
  color: #7B895F;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.01;
}
@media screen and (max-width: 818px) {
  .p404 .ttl {
    font-size: 80px;
  }
}
.p404 .sub {
  font-family: "Kaisei Decol", serif;
  font-size: 24px;
  text-align: center;
  color: #7B895F;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.01;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .p404 .sub {
    margin-top: 25px;
    font-size: 16px;
  }
}
.p404 p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .p404 p {
    font-size: 14px;
    text-align: left;
  }
}
.contact_top {
  background: none !important;
}
.contact_top .previous {
  position: relative;
  overflow: hidden;
  width: fit-content;
  margin: auto;
  margin-top: 10px;
}
.contact_top .previous::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(34, 41, 38, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.8s;
  z-index: -1;
}
.contact_top .previous:hover {
  opacity: 1;
}
.contact_top .previous:hover::before {
  right: -100%;
}
.contact_top .previous::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(34, 41, 38, 0.5);
  position: absolute;
  left: -200%;
  bottom: 0;
  transition: 0.8s;
  z-index: -1;
}
.contact_top .previous:hover::after {
  transition-delay: 0.2s;
  left: 0;
}
.contact_top .previous .wpcf7-previous {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  cursor: pointer !important;
  color: rgba(34, 41, 38, 0.5) !important;
  font-size: 14px;
}
.contact_top .wpcf7-submit {
  background: #ffffff !important;
  border: 1px solid #7B895F !important;
  color: #7B895F !important;
  cursor: pointer !important;
}
.contact_top .wpcf7-submit:hover {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background: #7B895F !important;
  color: #ffffff !important;
  opacity: 1 !important;
  cursor: pointer;
}
.contact_top .c_item {
  max-width: 1000px;
  padding: 50px 150px;
}
@media screen and (max-width: 818px) {
  .contact_top .c_item {
    padding: 50px 15px;
  }
}
.contact_top .c_item p,
.contact_top .c_item span {
  word-wrap: break-word;
}
.contact_top .tks {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 818px) {
  .contact_top .tks {
    text-align: left;
  }
}
.contact_top .form {
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .contact_top .form {
    margin-top: 25px;
  }
}
.contact_top .form dl dd {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #222926;
  padding-bottom: 10px;
  margin-top: 15px !important;
}
.contact_top .txt_item {
  margin-top: 0 !important;
}
.contact_top .txt_item p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 818px) {
  .contact_top .txt_item p {
    font-size: 12px;
  }
}
.contact_top .kakunin_txt {
  width: fit-content;
  margin: auto;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 818px) {
  .contact_top .kakunin_txt {
    margin-top: 15px;
  }
}
.contact_top .kakunin_txt::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 16px;
  background: url(../img/common/check_icon.webp) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
}
.contact_top .kakunin_txt span {
  color: #C4242B;
  margin-left: 4px;
}
