@charset "UTF-8";
body, .p-entry__body--page {
  background: #F4F2E9;
  color: #231815;
  font-size: 18px;
}

@media (max-width: 767px) {
  body, .p-entry__body--page {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .l-header__logo img {
    max-height: 40px;
    height: 40px;
    width: auto;
  }
}

.p-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 56px;
  line-height: 1.4;
  width: 100%;
  max-width: 220px;
  font-size: 16px;
}

@media (-ms-high-contrast: none) {
  .p-btn {
    height: 56px;
  }
}

.p-triangle {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-article08__content {
    display: flex;
    flex-direction: column;
  }
  .p-article08__btn {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .p-footer-link {
    height: auto;
    padding: 85px 0;
  }
}

@media (min-width: 768px) {
  .p-footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .p-footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .p-copyright {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 50px;
    line-height: 1.2;
    text-align: left;
  }
}

.post-type-archive-news .l-primary,
.single-news .l-primary {
  width: 100%;
}

.post-type-archive-news .l-secondary,
.single-news .l-secondary {
  display: none;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .row:not(:last-child) {
    margin-bottom: 4%;
  }
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

figure {
  text-align: center;
}

figure + h3, figure + h4 {
  margin-top: .8em;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 768px) and (min-width: 1181px) {
  .tablet-only {
    display: none !important;
  }
  .sp-tablet-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.p-entry__body img {
  vertical-align: middle;
}

.p-entry__body a {
  text-decoration: underline;
}

.p-entry__body a:hover {
  text-decoration: none;
}

.p-entry__body p, .p-entry__body ul, .p-entry__body ol {
  margin-bottom: 1em;
  line-height: 2;
}

@media (max-width: 767px) {
  .p-entry__body p, .p-entry__body ul, .p-entry__body ol {
    line-height: 1.8;
  }
}

.p-entry__body p:last-child, .p-entry__body ul:last-child, .p-entry__body ol:last-child {
  margin-bottom: 0;
}

.p-entry__body li {
  line-height: 2;
}

@media (max-width: 767px) {
  .p-entry__body li {
    line-height: 1.8;
  }
}

.p-entry__body .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic {
    margin-bottom: 50px;
  }
}

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

.p-entry__body .highlight {
  padding: 40px 25px;
  background-color: #dddddd;
}

@media (max-width: 767px) {
  .p-entry__body .highlight {
    padding: 20px 15px;
  }
}

.p-entry__body .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.p-entry__body .title_h2 {
  color: #865D3A;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: .8em;
}

@media (max-width: 767px) {
  .p-entry__body .title_h2 {
    font-size: 20px;
  }
}

.p-entry__body .title_h2_2 {
  color: #865D3A;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: .3em;
  margin-bottom: .8em;
}

@media (max-width: 767px) {
  .p-entry__body .title_h2_2 {
    font-size: 20px;
    padding-bottom: .5em;
  }
}

.p-entry__body .title_h2_2::after {
  content: "";
  position: absolute;
  display: block;
  background: #569359;
  width: 40px;
  height: 2px;
  left: 0;
  bottom: 0;
}

.p-entry__body .title_h3 {
  color: #865D3A;
  font-size: 24px;
  border-bottom: 2px solid #865D3A;
  padding-bottom: .3em;
  font-weight: bold;
  margin-bottom: .6em;
}

@media (max-width: 767px) {
  .p-entry__body .title_h3 {
    font-size: 18px;
  }
}

.p-entry__body .title_h4 {
  position: relative;
  color: #865D3A;
  padding-left: .8em;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .6em;
}

@media (max-width: 767px) {
  .p-entry__body .title_h4 {
    font-size: 16px;
  }
}

.p-entry__body .title_h4::after {
  content: "";
  position: absolute;
  display: block;
  background: #865D3A;
  width: 7px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-entry__body .p-btn {
  position: relative;
  background: #865D3A;
  color: #ffffff;
  text-decoration: none;
}

.p-entry__body .p-btn::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 18px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  transition: .2s;
}

.p-entry__body .p-btn:hover {
  background: #66401F;
}

.p-entry__body .p-btn:hover::after {
  right: 0;
}

.p-entry__body table {
  width: 100%;
}

.p-entry__body table th, .p-entry__body table td {
  border-color: #865D3A;
  font-size: 18px;
  line-height: 1.8;
  padding: .8em 1em;
}

@media (max-width: 767px) {
  .p-entry__body table th, .p-entry__body table td {
    padding: .6em;
    font-size: 16px;
  }
}

.p-entry__body .table_default {
  width: 100%;
}

.p-entry__body .table_default th {
  background: rgba(134, 93, 58, 0.8);
  color: #fff;
}

@media (max-width: 767px) {
  .p-entry__body .table_default th, .p-entry__body .table_default td {
    display: block;
    width: 100% !important;
  }
}

.p-entry__body .table_menu {
  width: 100%;
}

.p-entry__body .table_menu th, .p-entry__body .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.p-entry__body .table_menu th:last-child, .p-entry__body .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-entry__body .table_menu th, .p-entry__body .table_menu td {
    display: block;
  }
  .p-entry__body .table_menu th:not(:first-child), .p-entry__body .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .table_menu th {
    background-color: transparent;
  }
}

.p-entry__body .list_check {
  list-style: none;
  margin-left: 10px;
}

.p-entry__body .list_check li {
  position: relative;
  padding-left: 25px;
}

.p-entry__body .list_check li::before, .p-entry__body .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.p-entry__body .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.p-entry__body .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.p-entry__body .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 767px) {
  .p-entry__body .map_container {
    padding-top: 100%;
  }
}

.p-entry__body .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.p-entry__body .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.p-entry__body .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.p-entry__body .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.p-entry__body .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.p-entry__body .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_contact .wpcf7-number {
  max-width: 150px;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

.p-social-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.p-social-nav::after {
  display: none;
}

.p-social-nav .p-social-nav__item {
  display: block;
  margin: 0;
}

.p-social-nav .p-social-nav__item a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

.p-social-nav .p-social-nav__item a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 0;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--twitter a::before {
  font-size: 0;
  background: url(./img/x_bk.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--instagram a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 767px) {
  .p-social-nav {
    gap: 20px;
  }
  .p-social-nav .p-social-nav__item a::before {
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--hpb a::before {
    width: 120px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

/* ================================
TOP
================================ */
.home .container {
  width: calc(100% - 20px);
}

.home .p-entry__body {
  margin-bottom: 0;
}

/* ================================
header
================================ */
.p-global-nav > ul > li > a {
  font-size: 16px;
}

@media (min-width: 1200px) {
  .p-global-nav > ul > li > a {
    padding-inline: 14px;
  }
}

@media (max-width: 767px) {
  .p-page-header__title {
    min-width: 250px;
  }
}

.p-page-header__desc {
  font-weight: bold;
}

/* ================================
メインビジュアル
================================ */
.p-header-slider__item {
  position: relative;
}

.p-header-slider__item:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/main_copy.webp) no-repeat left 50% top 58%;
  background-size: min(50vw, 648px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .p-header-slider__item:before {
    background-position: left 50% top 50%;
  }
}

@media (max-width: 767px) {
  .p-header-slider__item:before {
    background-size: min(90vw, 300px) auto;
  }
}

@media (min-width: 768px) {
  .p-header-slider__item-img {
    padding-bottom: calc(815 / 1920 * 100%);
  }
}

/* ================================
ヘッダーコンテンツ下
================================ */
.p-index-content01 {
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .p-index-content01 {
    padding: 60px 0 95px;
  }
}

.p-index-content01::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img001.webp) no-repeat bottom center/contain;
  width: 352px;
  max-width: 28vw;
  height: 329px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.p-index-content01 .p-index-content01__title {
  margin-bottom: .4em;
  color: #FEF0A1;
}

.p-index-content01 .p-index-content01__title span {
  display: inline-block;
}

.p-index-content01 .p-index-content01__desc {
  line-height: 1.7;
  font-size: 18px;
}

@media (max-width: 767px) {
  .p-index-content01 .p-index-content01__desc {
    font-size: 16px;
    text-align: left;
  }
}

.p-index-content01 .p-index-content01__link {
  border-width: 1px;
}

/* ================================
index_sec_01
================================ */
.index_sec_01 {
  padding-block: 0 140px;
}

@media (max-width: 767px) {
  .index_sec_01 {
    padding-block: 0 40px;
  }
}

.index_sec_01 .img_wrap {
  display: flex;
}

.index_sec_01 .content_wrap {
  background: #FFFFFF;
  padding: 46px 15px;
}

@media (max-width: 767px) {
  .index_sec_01 .content_wrap {
    padding: 20px 15px;
  }
}

.index_sec_01 .content_wrap .text_wrap .title_h2 {
  margin-bottom: .4em;
}

/* ================================
index_sec_02
================================ */
.index_sec_02 {
  padding-block: 0 140px;
}

@media (max-width: 767px) {
  .index_sec_02 {
    padding-block: 0 40px;
  }
}

.index_sec_02 .container {
  width: calc(100% - 20px);
  max-width: 1524px;
}

@media (min-width: 768px) {
  .index_sec_02 .content_row {
    gap: 0;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .index_sec_02 .content_row.reverse .content_wrap {
    margin-left: auto;
    margin-right: -9%;
  }
}

@media (min-width: 768px) {
  .index_sec_02 .content_row .col {
    flex: auto;
  }
  .index_sec_02 .content_row .col.img_col {
    width: 59.1%;
  }
  .index_sec_02 .content_row .col.text_col {
    width: 40.9%;
  }
}

.index_sec_02 .content_row .text_col {
  position: relative;
}

@media (min-width: 768px) {
  .index_sec_02 .content_row .text_col {
    padding-top: 107px;
  }
}

.index_sec_02 .content_row .text_col::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bnr_img005.webp) no-repeat top center/contain;
  width: 340px;
  max-width: 22vw;
  height: 218px;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .index_sec_02 .content_row .text_col::before {
    width: 80px;
    top: -10px;
    right: -5px;
  }
}

@media (min-width: 768px) {
  .index_sec_02 .content_row .text_col.text_col_02 {
    padding-top: 115px;
  }
}

.index_sec_02 .content_row .text_col.text_col_02::before {
  background: url(/wp-content/uploads/bnr_img007.webp) no-repeat top center/contain;
}

@media (min-width: 768px) {
  .index_sec_02 .content_row .text_col.text_col_02::before {
    width: 267px;
    max-width: 18vw;
    left: 0;
    right: auto;
  }
}

@media (min-width: 768px) {
  .index_sec_02 .content_row .text_col.text_col_03 {
    padding-top: 106px;
  }
}

.index_sec_02 .content_row .text_col.text_col_03::before {
  background: url(/wp-content/uploads/bnr_img009.webp) no-repeat top center/contain;
}

@media (min-width: 768px) {
  .index_sec_02 .content_row .text_col.text_col_03::before {
    width: 327px;
    max-width: 22vw;
  }
}

.index_sec_02 .content_row .content_wrap {
  position: relative;
  background: #fff;
}

@media (min-width: 768px) {
  .index_sec_02 .content_row .content_wrap {
    padding: 60px 15px;
    max-width: 512px;
    margin-left: -9%;
  }
}

@media (max-width: 767px) {
  .index_sec_02 .content_row .content_wrap {
    padding: 20px 15px;
  }
}

@media (min-width: 768px) {
  .index_sec_02 .content_row .content_wrap .text_wrap {
    max-width: 342px;
    margin-inline: auto;
  }
}

.index_sec_02 .content_row .content_wrap .text_wrap p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .index_sec_02 .content_row .content_wrap .text_wrap .btn {
    margin-top: 1.2em;
  }
}

/* ================================
index_sec_03
================================ */
.index_sec_03 {
  position: relative;
  z-index: 0;
  background: #fff;
  padding-block: 140px;
}

@media (max-width: 767px) {
  .index_sec_03 {
    padding-block: 40px;
  }
}

.index_sec_03::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img002.webp) no-repeat top left, url(/wp-content/uploads/bg_img003.webp) no-repeat top 21% right 3%, url(/wp-content/uploads/bg_img004.webp) no-repeat bottom 30% left 4%;
  background-size: min(39vw, 568px) auto, min(20vw, 206px) auto, min(20vw, 208px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.index_sec_03 .title_h2 {
  margin-bottom: .4em;
}

.index_sec_03 .row:not(:last-child) {
  margin-bottom: 5.5%;
}

.index_sec_03 .content_wrap {
  background: #F4F2E9;
  max-width: 370px;
  margin-inline: auto;
  height: 100%;
}

.index_sec_03 .content_wrap figure {
  position: relative;
}

.index_sec_03 .content_wrap figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  background: #569359;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 150px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  text-align: left;
  padding-top: .6em;
  padding-left: .5em;
}

@media (max-width: 767px) {
  .index_sec_03 .content_wrap figure figcaption {
    font-size: 18px;
    width: 140px;
  }
}

.index_sec_03 .content_wrap .text_wrap {
  padding: 30px 8%;
}

@media (max-width: 767px) {
  .index_sec_03 .content_wrap .text_wrap {
    padding: 20px 15px;
  }
}

@media (min-width: 768px) {
  .index_sec_03 .content_wrap .text_wrap .btn {
    margin-top: 2.2em;
  }
}

/* ================================
index_sec_04
================================ */
.index_sec_04 {
  position: relative;
  padding-block: 22.5% 140px;
}

@media (max-width: 767px) {
  .index_sec_04 {
    padding-block: 22.5% 40px;
  }
}

.index_sec_04:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img005.webp) no-repeat center/cover;
  width: 100%;
  aspect-ratio: 1920 / 550;
  top: 0;
  left: 0;
  z-index: -1;
}

.index_sec_04 .content_row {
  background: rgba(255, 255, 255, 0.9);
  padding: 75px 15px 80px;
}

@media (max-width: 767px) {
  .index_sec_04 .content_row {
    padding: 20px 15px;
  }
}

.index_sec_04 .content_row .title_h2 {
  margin-bottom: .4em;
}

/* ================================
index_sec_05
================================ */
.index_sec_05 {
  position: relative;
  z-index: 0;
  padding-block: 0 135px;
}

@media (max-width: 767px) {
  .index_sec_05 {
    padding-block: 0 40px;
  }
}

.index_sec_05::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img006.webp) no-repeat center/contain;
  width: 318px;
  max-width: 26vw;
  height: 391px;
  top: 0;
  left: 0;
  z-index: -1;
}

.index_sec_05 .content_row {
  background: #fff;
  gap: 0;
}

.index_sec_05 .content_row .content_wrap {
  padding: 80px 15px;
}

@media (max-width: 767px) {
  .index_sec_05 .content_row .content_wrap {
    padding: 20px 15px;
  }
}

.index_sec_05 .content_row .content_wrap .logo {
  margin-bottom: 3em;
}

@media (max-width: 767px) {
  .index_sec_05 .content_row .content_wrap .logo {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .index_sec_05 .content_row .content_wrap .logo img {
    width: 180px;
  }
}

.index_sec_05 .content_row .content_wrap table {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  margin-bottom: 0;
}

.index_sec_05 .content_row .content_wrap table th, .index_sec_05 .content_row .content_wrap table td {
  border: 0;
  padding: 0;
  background: none;
  text-align: left;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .index_sec_05 .content_row .map_container {
    padding-top: 0;
    height: 100%;
  }
}

/* ================================
index_sec_06
================================ */
.index_sec_06 {
  padding-block: 0 150px;
}

@media (max-width: 767px) {
  .index_sec_06 {
    padding-block: 0 40px;
  }
}

.index_sec_06 .link_wrap {
  position: relative;
  display: block;
  text-decoration: none;
  max-width: 772px;
  margin-inline: auto;
  transition: .3s;
  outline: 2px solid #fff;
  outline-offset: -19px;
}

@media (max-width: 767px) {
  .index_sec_06 .link_wrap {
    outline-offset: -8px;
  }
}

.index_sec_06 .link_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5.5%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

@media (max-width: 767px) {
  .index_sec_06 .link_wrap::after {
    width: 10px;
    height: 10px;
  }
}

.index_sec_06 .link_wrap:hover {
  opacity: .7;
}

.index_sec_06 .link_wrap .text_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.index_sec_06 .link_wrap .text_wrap .title_h2 {
  margin-bottom: 0;
  color: #fff;
}

/* ================================
お知らせとイベント
================================ */
.p-index-content04 {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  padding: 0 0 120px;
}

@media (max-width: 767px) {
  .p-index-content04 {
    padding: 0 0 40px;
  }
}

.p-index-content04::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img007.webp) no-repeat bottom right/contain;
  width: 324px;
  max-width: 26vw;
  height: 488px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .p-index-content04::before {
    max-height: 100%;
  }
}

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

.p-index-content04 .p-index-content04__col--news {
  width: 100%;
  margin-bottom: 0;
}

.p-index-content04 .p-index-content04__col--event {
  display: none;
}

.p-index-content04 .p-article09 {
  border-color: #B9B9B9;
}

@media (min-width: 768px) {
  .p-index-content04 .p-article09 {
    padding: 17px 20px;
  }
}

.p-index-content04 .p-article09 .p-article09__date {
  color: #865D3A;
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-index-content04 .p-article09 .p-article09__date {
    font-size: 14px;
  }
}

.p-index-content04 .p-article09 .p-article09__title {
  color: #231815;
  font-size: 18px;
}

@media (max-width: 767px) {
  .p-index-content04 .p-article09 .p-article09__title {
    font-size: 16px;
  }
}

.p-index-content04 .p-index-content04__col-link {
  font-size: 18px;
}

@media (max-width: 1750px) {
  .p-index-content04 .p-index-content04__col-link {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-index-content04 .p-index-content04__col-link {
    font-size: 16px;
  }
}

/* ================================
PR エリア
================================ */
.p-footer-link {
  padding-block: 85px 92px;
}

@media (max-width: 767px) {
  .p-footer-link {
    padding-block: 40px;
  }
}

.p-footer-link .p-footer-link__title {
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-footer-link .p-footer-link__title {
    font-size: 40px;
    margin-bottom: .8em;
  }
}

.p-footer-link .p-footer-link__desc {
  max-width: 772px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .p-footer-link .p-footer-link__desc {
    font-size: 16px;
    line-height: 1.8;
  }
}

.p-footer-link .p-footer-link__list .p-article07__title {
  background: #F4F2E9;
  color: #000;
  font-size: 18px;
}

/* ================================
footer
================================ */
.l-footer .p-info {
  border: 0;
}

.l-footer .p-info__logo {
  margin-bottom: 10px;
}

.l-footer .p-info__address {
  margin-bottom: 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .l-footer .p-info__address {
    font-size: 16px;
  }
}

.l-footer .p-social-nav {
  display: none;
}

.l-footer .p-footer-nav {
  padding: 15px 15px;
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav li {
    margin-inline: .9em;
  }
}

.l-footer .p-footer-nav li + li:before {
  content: none;
}

@media (min-width: 768px) {
  .l-footer .p-copyright {
    font-size: 16px;
  }
}

.l-footer .p-pagetop {
  background: #569359;
  color: #fff;
}

/*# sourceMappingURL=custom.css.map */
