@charset "UTF-8";
body {
  color: #555555;
}

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

.p-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  line-height: 1.4;
  font-weight: 500;
  border-radius: 5px;
}

@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 {
  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 figcaption {
  line-height: 1.4;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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 (min-width: 1181px) {
  .tablet-only {
    display: none !important;
  }
  .tablet-sp-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: 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: 40px 25px;
  border-radius: 20px;
  background-color: #f2f2f2;
}

@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: #25415A;
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: .8em;
}

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

@media (min-width: 768px) {
  .p-entry__body .title_h2.large {
    font-size: 40px;
  }
}

.p-entry__body .title_h3 {
  color: #25415A;
  font-size: 24px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: .18em;
  font-weight: bold;
  margin-bottom: .8em;
}

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

.p-entry__body .title_h4 {
  color: #25415A;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .8em;
}

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

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

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

.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
================================ */
.home .container {
  width: calc(100% - 20px);
}

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

/* ================================
header
================================ */
@media (min-width: 1200px) {
  .p-global-nav > ul > li > a {
    padding-inline: 20px;
  }
}

@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.png) no-repeat left 26% bottom 14%;
  background-size: min(50vw, 703px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .p-header-slider__item:before {
    background-position: left 10% bottom 10%;
    background-size: min(80vw, 350px) auto;
  }
}

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

/* ================================
ヘッダーコンテンツ下
================================ */
.p-index-content01 {
  background: url(/wp-content/uploads/bg_img001.jpg) center;
}

.p-index-content01 .p-index-content01__title {
  margin-bottom: 18px;
}

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

.p-index-content01 .p-index-content01__desc {
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  line-height: 2;
}

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

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

/* ================================
４点画像とテキスト
================================ */
@media (min-width: 768px) {
  .p-index-content02 {
    margin-bottom: 140px;
  }
}

.p-index-content02 .p-index-content02__img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.p-index-content02 .p-index-content02__content {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-index-content02 .p-index-content02__content {
    padding-inline: 10px;
  }
}

.p-index-content02 .p-index-content02__title {
  margin-bottom: 18px;
}

.p-index-content02 .p-index-content02__title span {
  display: inline-block;
}

.p-index-content02 .p-index-content02__desc {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 2;
}

@media (max-width: 767px) {
  .p-index-content02 .p-index-content02__desc {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }
}

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

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

.index_sec_01 .content_row {
  position: relative;
  padding-top: 100px;
}

@media (min-width: 768px) {
  .index_sec_01 .content_row {
    gap: 5%;
  }
}

@media (max-width: 767px) {
  .index_sec_01 .content_row {
    padding-top: 30px;
  }
}

.index_sec_01 .content_row::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img002.png) no-repeat top center/contain;
  width: 600px;
  height: 450px;
  top: 0;
  left: -370px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .index_sec_01 .content_row::before {
    left: -10px;
    max-width: 40vw;
  }
}

@media (max-width: 767px) {
  .index_sec_01 .content_row::before {
    max-width: 60vw;
  }
}

.index_sec_01 .content_row.reverse::before {
  background: url(/wp-content/uploads/bg_img003.png) no-repeat top center/contain;
  left: auto;
  right: -370px;
}

@media (max-width: 1200px) {
  .index_sec_01 .content_row.reverse::before {
    right: -10px;
  }
}

@media (min-width: 768px) {
  .index_sec_01 .content_row.reverse .main_img {
    float: left;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .index_sec_01 .content_row.reverse .text_area .title_h3::before {
    left: 0;
  }
}

@media (min-width: 768px) {
  .index_sec_01 .content_row .col {
    flex: auto;
  }
  .index_sec_01 .content_row .col.img_col {
    width: 52%;
  }
  .index_sec_01 .content_row .col.text_col {
    width: 43%;
  }
}

@media (min-width: 768px) {
  .index_sec_01 .content_row .main_img {
    position: relative;
    z-index: 1;
    width: 676px;
    max-width: 50vw;
    float: right;
  }
}

.index_sec_01 .content_row .text_area .title_h3 {
  position: relative;
  border: 0;
  margin-bottom: .6em;
}

@media (min-width: 768px) {
  .index_sec_01 .content_row .text_area .title_h3 {
    font-size: 34px;
  }
}

.index_sec_01 .content_row .text_area .title_h3::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  width: 150%;
  height: 1px;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .index_sec_01 .content_row .text_area .title_h3::before {
    width: 100%;
  }
}

.index_sec_01 .content_row .text_area .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

@media (max-width: 767px) {
  .index_sec_01 .content_row .text_area .txt {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* ================================
3カラムコンテンツ
================================ */
@media (min-width: 768px) {
  .p-index-content03 {
    margin-bottom: 140px;
  }
}

.p-index-content03 .p-index-content03__item {
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
}

.p-index-content03 .p-article08__title {
  color: #25415A;
}

.p-index-content03 .p-article08__title::before {
  filter: none;
}

.p-index-content03 .p-article08__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-index-content03 .p-article08__desc {
    font-size: 16px;
  }
}

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

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

@media (min-width: 768px) {
  .p-index-content04 {
    padding: 100px 0 110px;
  }
}

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

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

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

.p-index-content04 .p-article09 .p-article09__date {
  color: #C4C4C4;
}

/* ================================
PR エリア
================================ */
@media (min-width: 768px) {
  .p-footer-link {
    padding-block: 85px 95px;
  }
}

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

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

.p-footer-link .p-footer-link__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

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

.p-footer-link .p-footer-link__list-item {
  border-radius: 10px;
  overflow: hidden;
}

.p-footer-link .p-footer-link__list .p-article07__title {
  background: #F5F5F5;
  font-size: 18px;
  font-weight: 500;
}

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

@media (min-width: 768px) {
  .l-footer .p-info {
    padding-block: 60px 45px;
  }
}

.l-footer .p-info__logo img {
  height: auto;
}

@media (max-width: 767px) {
  .l-footer .p-info__logo img {
    width: 300px;
  }
}

.l-footer .p-info__address {
  margin-bottom: 0;
  line-height: 1.7;
  font-weight: 500;
}

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

.l-footer .p-info__address .tel {
  font-weight: bold;
  font-size: 40px;
}

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

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

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

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

.l-footer .p-pagetop {
  background: #868686;
}

/* ================================
下層
================================ */
@media (max-width: 767px) {
  .step_parts {
    flex-direction: row;
    gap: 10px;
  }
}

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

.step_parts .head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #25415A;
}

.step_parts .head p {
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
}

@media (max-width: 767px) {
  .step_parts .head p {
    font-size: 22px;
  }
}

.step_parts .head p span {
  display: block;
  font-size: 18px;
}

@media (max-width: 767px) {
  .step_parts .head p span {
    font-size: 12px;
  }
}

.step_parts .content {
  padding: 20px 0;
}

.qa .question {
  position: relative;
  font-weight: bold;
  background: rgba(37, 65, 90, 0.2);
  margin-top: 0;
  padding: 1em 60px 1em 1em;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .qa .question {
    padding-right: 35px;
  }
}

.qa .question::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #555555;
  border-right: 2px solid #555555;
  position: absolute;
  top: 45%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}

@media (max-width: 767px) {
  .qa .question::before {
    width: 8px;
    height: 8px;
    right: 14px;
  }
}

.qa .question.open::before {
  transform: rotate(225deg);
}

.qa .answer {
  display: none;
  margin-bottom: 1.5em;
}

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