@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .l-header__logo img {
    height: 50px;
    width: auto;
  }
}

.p-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  line-height: 1.4;
}

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

.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,
.post-type-archive-event .l-primary,
.single-event .l-primary {
  width: 100%;
}

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

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

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

.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;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

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

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

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

.p-entry__body figure {
  text-align: center;
}

.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: 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: 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: 25px 25px;
  background-color: #dddddd;
}

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

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

.p-entry__body .top_headline {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  margin-block-end: .8em;
}

@media (max-width: 1180px) {
  .p-entry__body .top_headline {
    font-size: 32px;
  }
}

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

.p-entry__body .top_headline.large {
  font-size: 54px;
  letter-spacing: .25em;
}

@media (max-width: 1180px) {
  .p-entry__body .top_headline.large {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .p-entry__body .top_headline.large {
    font-size: 22px;
  }
}

.p-entry__body .top_headline span {
  display: block;
  font-size: 36px;
  margin-block-start: .3em;
}

@media (max-width: 1180px) {
  .p-entry__body .top_headline span {
    font-size: 26px;
  }
}

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

.p-entry__body .top_headline span.small {
  font-size: 20px;
}

.p-entry__body .title_h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  padding-block-end: .6em;
  font-weight: 600;
  margin-block-end: .8em;
}

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

.p-entry__body .title_h2:before {
  content: "";
  position: absolute;
  background: #B7903D;
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-entry__body .title_h3 {
  font-size: 24px;
  border-left: 2px solid #B7903D;
  padding-inline-start: .5em;
  font-weight: 600;
  margin-block-end: .8em;
}

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

.p-entry__body .title_h4 {
  font-size: 20px;
  font-weight: 600;
  margin-block-end: .8em;
}

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

.p-entry__body .p-btn {
  background: #B7903D;
  color: #ffffff;
  text-decoration: none;
}

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

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

@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_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;
  text-align: center;
}

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

/*TOP*/
#js-cb {
  padding: 0;
}

.p-index-content01 {
  margin-block-end: 0;
  position: relative;
  z-index: 1;
}

.bg_wrap {
  background: url(/wp-content/uploads/bg_img001.jpg) no-repeat center top/cover;
  padding-block-start: 167px;
  overflow: hidden;
}

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

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

/*header*/
.home .l-header {
  position: relative;
}

.l-header__inner {
  justify-content: center;
}

@media (min-width: 1200px) {
  .l-header__inner {
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .p-global-nav {
    line-height: 100px;
  }
}

.p-global-nav > ul > li > a {
  font-weight: bold;
  font-size: 16px;
}

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

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

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

.p-header-slider__item:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/maincopy.png) no-repeat center/contain;
  width: 564px;
  max-width: 90%;
  height: 475px;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

/* ヘッダーコンテンツ下 */
@media (min-width: 768px) {
  .p-index-content01 {
    padding-block: 104px 118px;
  }
}

.p-index-content01 .p-index-content01__desc {
  font-weight: 500;
  line-height: 2.5;
  font-size: 24px;
}

@media (max-width: 1180px) {
  .p-index-content01 .p-index-content01__desc {
    font-size: 20px;
  }
}

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

/* そっと寄り添いながらあなたと共に */
.index_content_sec {
  margin-block-end: 135px;
}

@media (max-width: 767px) {
  .index_content_sec {
    margin-block-end: 40px;
  }
}

.index_content_sec .container {
  max-width: 1400px;
}

.index_content_sec .content_row {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .index_content_sec .content_row {
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
    row-gap: 40px;
  }
}

@media (min-width: 768px) {
  .index_content_sec .content_row .col {
    flex: none;
    width: calc((100% - 20px) / 2);
  }
}

@media (min-width: 768px) {
  .index_content_sec .content_row .col.title_col {
    width: 100%;
    order: 3;
  }
}

@media (min-width: 768px) {
  .index_content_sec .content_row .col.content_col_1 {
    order: 1;
  }
}

@media (min-width: 768px) {
  .index_content_sec .content_row .col.content_col_2 {
    order: 2;
  }
}

.index_content_sec .content_row .col.content_col_2 .wrap {
  background: url(/wp-content/uploads/bg_img004.png) no-repeat center/cover;
}

@media (min-width: 768px) {
  .index_content_sec .content_row .col.content_col_3 {
    order: 4;
  }
}

.index_content_sec .content_row .col.content_col_3 .wrap {
  background: url(/wp-content/uploads/bg_img005.png) no-repeat center/cover;
}

@media (min-width: 768px) {
  .index_content_sec .content_row .col.content_col_4 {
    order: 5;
  }
}

.index_content_sec .content_row .col.content_col_4 .wrap {
  background: url(/wp-content/uploads/bg_img006.png) no-repeat center/cover;
}

.index_content_sec .content_row .top_headline.large {
  margin-block-end: 0;
  color: #222222;
  position: relative;
}

.index_content_sec .content_row .top_headline.large:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img002.png) no-repeat center/contain;
  width: 1080px;
  max-width: 100vw;
  height: 1080px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.index_content_sec .content_row .wrap {
  background: url(/wp-content/uploads/bg_img003.png) no-repeat center/cover;
  max-width: 620px;
  aspect-ratio: 620 / 560;
  margin-inline: auto;
  padding-inline: 6%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .index_content_sec .content_row .wrap {
    padding-inline: 10px;
    max-width: 460px;
  }
}

.index_content_sec .content_row .wrap h3 {
  margin-block-end: .2em;
}

.index_content_sec .content_row .wrap .link_wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.index_content_sec .content_row .wrap .link_wrap .inner {
  display: block;
  text-decoration: none;
  position: relative;
  padding-block-end: 15px;
  width: calc((100% - 5px) / 2);
  transition: .3s;
}

.index_content_sec .content_row .wrap .link_wrap .inner:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/arrow.png) no-repeat center/contain;
  width: 59px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: .2s;
}

.index_content_sec .content_row .wrap .link_wrap .inner:hover figure img {
  transform: translateY(-10px);
}

.index_content_sec .content_row .wrap .link_wrap .inner figure img {
  transition: .3s;
  max-width: 85%;
}

@media (max-width: 1180px) {
  .index_content_sec .content_row .wrap .link_wrap .inner figure img {
    max-width: 70%;
  }
}

.index_content_sec .content_row .wrap .link_wrap .inner p {
  font-size: 26px;
  color: #000000;
  font-weight: 500;
  letter-spacing: .1em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-block-start: .3em;
}

@media (max-width: 1180px) {
  .index_content_sec .content_row .wrap .link_wrap .inner p {
    font-size: 18px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .index_content_sec .content_row .wrap .link_wrap .inner p {
    font-size: 16px;
  }
}

/* お問い合わせ */
.index_contact_sec .contact_row {
  background: #1B1B1B;
  color: #fff;
  max-width: 1100px;
  margin-inline: auto;
  padding: 78px 11%;
  outline: 1px solid #B7903D;
  outline-offset: -10px;
}

@media (max-width: 1180px) {
  .index_contact_sec .contact_row {
    padding: 78px 5%;
    max-width: 1000px;
  }
}

@media (max-width: 767px) {
  .index_contact_sec .contact_row {
    padding: 40px 20px;
  }
}

.index_contact_sec .contact_row h2 {
  color: #B7903D;
  margin-block-end: 0;
}

@media (min-width: 768px) {
  .index_contact_sec .contact_row h2 {
    margin-block-end: .5em;
    text-align: left;
  }
}

.index_contact_sec .contact_row p {
  font-weight: bold;
  line-height: 2.6;
}

@media (min-width: 767px) {
  .index_contact_sec .contact_row p {
    margin-block-end: 0;
  }
}

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

.p-social-nav {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .p-info__logo img {
    width: auto;
    height: auto;
  }
}

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

@media (min-width: 768px) and (max-width: 1180px) {
  .p-footer-nav li {
    margin-inline: .5em;
  }
}

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

.p-footer-nav a {
  font-weight: bold;
}

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

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