@charset "UTF-8";
/**
* フロント＆エディター共通
* 高度な設定でCLASSを追加すれば、エディターにも反映される。
*　IDはページスクロールなどに利用
※　コアブロックはmixinにて作成
*/
.post_content h2:not(.p-postList__title),
.wp-admin .edit-post-visual-editor h2:not(.p-postList__title) {
  color: #245da6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}
.post_content h2:not(.p-postList__title) .mininote,
.wp-admin .edit-post-visual-editor h2:not(.p-postList__title) .mininote {
  font-size: 1rem;
}
.post_content h2:not(.p-postList__title):not(.is-style-section_ttl),
.wp-admin .edit-post-visual-editor h2:not(.p-postList__title):not(.is-style-section_ttl) {
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.post_content h2:not(.p-postList__title):not(.is-style-section_ttl)::before,
.wp-admin .edit-post-visual-editor h2:not(.p-postList__title):not(.is-style-section_ttl)::before {
  content: "";
  width: 100%;
  height: 6px;
  background: #245da6;
  position: absolute;
  top: -3px;
  left: 0px;
}
.post_content h3:not(.p-postList__title):not(.is-style-section_ttl),
.wp-admin .edit-post-visual-editor h3:not(.p-postList__title):not(.is-style-section_ttl) {
  color: #245da6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.post_content h4:not(.p-postList__title),
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title) {
  color: #245da6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.post_content h4:not(.p-postList__title) .mininote,
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title) .mininote {
  font-size: 0.7em;
}
.post_content h4:not(.p-postList__title):not(.is-style-section_ttl),
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title):not(.is-style-section_ttl) {
  padding-left: 14px;
  border-left-width: 4px;
}
.post_content h5:not(.p-postList__title),
.wp-admin .edit-post-visual-editor h5:not(.p-postList__title) {
  color: #245da6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.post_content .is-style-regular table,
.wp-admin .edit-post-visual-editor .is-style-regular table {
  background: #fff;
}
.post_content .is-style-simple,
.wp-admin .edit-post-visual-editor .is-style-simple {
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}
.post_content .is-style-simple table tbody tr:nth-child(even),
.wp-admin .edit-post-visual-editor .is-style-simple table tbody tr:nth-child(even) {
  background-color: #f2f5f6;
}
.post_content .is-style-simple table tbody tr th,
.post_content .is-style-simple table tbody tr td,
.wp-admin .edit-post-visual-editor .is-style-simple table tbody tr th,
.wp-admin .edit-post-visual-editor .is-style-simple table tbody tr td {
  border: none;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.05em;
  padding-top: 16px;
  padding-bottom: 16px;
}
.post_content .is-style-simple table tbody tr th,
.wp-admin .edit-post-visual-editor .is-style-simple table tbody tr th {
  color: #245da6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
}
.post_content .is-style-simple table tbody tr td,
.wp-admin .edit-post-visual-editor .is-style-simple table tbody tr td {
  font-size: 1.15rem;
  line-height: 1.3;
}

@media screen and (max-width: 599px) {
  .post_content div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve),
  .p-homeContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve),
  .p-termContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve),
  .wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) {
    text-align: center;
  }
}
.post_content div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a,
.p-termContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a {
  position: relative;
  font-size: 1.05rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  padding: 1em 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .post_content div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a,
  .p-homeContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a,
  .p-termContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a,
  .wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a {
    min-width: 293px;
  }
}
.post_content div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a:hover,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a:hover,
.p-termContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a:hover,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a:hover {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post_content div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a:hover::before,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a:hover::before,
.p-termContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a:hover::before,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a:hover::before {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.post_content div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a::before,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a::before,
.p-termContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a::before,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a::before {
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #245da6;
  border-right: 1px solid #245da6;
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
}
.post_content div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a .__icon.-right,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a .__icon.-right,
.p-termContent div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a .__icon.-right,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal:not(.btn-cv, .btn-access, .btn-reserve) a .__icon.-right {
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content div[class*=swell-block-button].is-style-btn_normal.-size-s a,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal.-size-s a,
.p-termContent div[class*=swell-block-button].is-style-btn_normal.-size-s a,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal.-size-s a {
  font-size: 0.9rem;
}
@media screen and (min-width: 960px) {
  .post_content div[class*=swell-block-button].is-style-btn_normal.-size-s a,
  .p-homeContent div[class*=swell-block-button].is-style-btn_normal.-size-s a,
  .p-termContent div[class*=swell-block-button].is-style-btn_normal.-size-s a,
  .wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal.-size-s a {
    min-width: 234px;
  }
}
.post_content div[class*=swell-block-button].is-style-btn_normal.-size-l a,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal.-size-l a,
.p-termContent div[class*=swell-block-button].is-style-btn_normal.-size-l a,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal.-size-l a {
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .post_content div[class*=swell-block-button].is-style-btn_normal.-size-l a,
  .p-homeContent div[class*=swell-block-button].is-style-btn_normal.-size-l a,
  .p-termContent div[class*=swell-block-button].is-style-btn_normal.-size-l a,
  .wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal.-size-l a {
    min-width: 346px;
  }
}
.post_content div[class*=swell-block-button].is-style-btn_normal.red_ a::before, .post_content div[class*=swell-block-button].is-style-btn_normal.blue_ a::before, .post_content div[class*=swell-block-button].is-style-btn_normal.green_ a::before,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal.red_ a::before,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal.blue_ a::before,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal.green_ a::before,
.p-termContent div[class*=swell-block-button].is-style-btn_normal.red_ a::before,
.p-termContent div[class*=swell-block-button].is-style-btn_normal.blue_ a::before,
.p-termContent div[class*=swell-block-button].is-style-btn_normal.green_ a::before,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal.red_ a::before,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal.blue_ a::before,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal.green_ a::before {
  border-bottom: 1px solid var(--the-btn-bg);
  border-right: 1px solid var(--the-btn-bg);
}
.post_content div[class*=swell-block-button].is-style-more_btn a,
.p-homeContent div[class*=swell-block-button].is-style-more_btn a,
.p-termContent div[class*=swell-block-button].is-style-more_btn a,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn a {
  position: relative;
  font-size: 1.05rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  padding: 1em 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  color: #666666;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dbdbdb;
}
@media screen and (min-width: 960px) {
  .post_content div[class*=swell-block-button].is-style-more_btn a,
  .p-homeContent div[class*=swell-block-button].is-style-more_btn a,
  .p-termContent div[class*=swell-block-button].is-style-more_btn a,
  .wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn a {
    min-width: 293px;
  }
}
.post_content div[class*=swell-block-button].is-style-more_btn a:hover,
.p-homeContent div[class*=swell-block-button].is-style-more_btn a:hover,
.p-termContent div[class*=swell-block-button].is-style-more_btn a:hover,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn a:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.post_content div[class*=swell-block-button].is-style-more_btn a:hover::before,
.p-homeContent div[class*=swell-block-button].is-style-more_btn a:hover::before,
.p-termContent div[class*=swell-block-button].is-style-more_btn a:hover::before,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn a:hover::before {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.post_content div[class*=swell-block-button].is-style-more_btn a::before,
.p-homeContent div[class*=swell-block-button].is-style-more_btn a::before,
.p-termContent div[class*=swell-block-button].is-style-more_btn a::before,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn a::before {
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
}
.post_content div[class*=swell-block-button].is-style-more_btn a::after,
.p-homeContent div[class*=swell-block-button].is-style-more_btn a::after,
.p-termContent div[class*=swell-block-button].is-style-more_btn a::after,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn a::after {
  content: none;
}
.post_content div[class*=swell-block-button].is-style-more_btn a .__icon.-right,
.p-homeContent div[class*=swell-block-button].is-style-more_btn a .__icon.-right,
.p-termContent div[class*=swell-block-button].is-style-more_btn a .__icon.-right,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn a .__icon.-right {
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content div[class*=swell-block-button].is-style-more_btn.-size-s a,
.p-homeContent div[class*=swell-block-button].is-style-more_btn.-size-s a,
.p-termContent div[class*=swell-block-button].is-style-more_btn.-size-s a,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn.-size-s a {
  font-size: 0.9rem;
}
@media screen and (min-width: 960px) {
  .post_content div[class*=swell-block-button].is-style-more_btn.-size-s a,
  .p-homeContent div[class*=swell-block-button].is-style-more_btn.-size-s a,
  .p-termContent div[class*=swell-block-button].is-style-more_btn.-size-s a,
  .wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn.-size-s a {
    min-width: 234px;
  }
}
.post_content div[class*=swell-block-button].is-style-more_btn.-size-l a,
.p-homeContent div[class*=swell-block-button].is-style-more_btn.-size-l a,
.p-termContent div[class*=swell-block-button].is-style-more_btn.-size-l a,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn.-size-l a {
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .post_content div[class*=swell-block-button].is-style-more_btn.-size-l a,
  .p-homeContent div[class*=swell-block-button].is-style-more_btn.-size-l a,
  .p-termContent div[class*=swell-block-button].is-style-more_btn.-size-l a,
  .wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-more_btn.-size-l a {
    min-width: 346px;
  }
}
.post_content .p-postList.-type-simple,
.p-homeContent .p-postList.-type-simple,
.p-termContent .p-postList.-type-simple,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple {
  border-top: none;
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link {
  padding: 1.2em 0.8em;
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta {
  margin-bottom: 8px;
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times {
  margin-right: 1.2em;
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted {
  opacity: 0.7;
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before {
  content: none;
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__cat,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__cat,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__cat,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__cat {
  background-color: #245da6;
  color: #fff;
  padding: 5px 6px 4px;
  opacity: 1;
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title {
  color: #245da6;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.post_content .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body,
.p-homeContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body,
.p-termContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body,
.wp-admin .edit-post-visual-editor .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.8em;
}
.post_content .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.p-homeContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.p-termContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.wp-admin .edit-post-visual-editor .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__title {
  color: #245da6;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.1em;
}
.post_content .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta,
.p-homeContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta,
.p-termContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta,
.wp-admin .edit-post-visual-editor .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 12px !important;
}
.post_content .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times,
.p-homeContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times,
.p-termContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times,
.wp-admin .edit-post-visual-editor .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times {
  margin-right: 1.2em;
}
.post_content .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
.p-homeContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
.p-termContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
.wp-admin .edit-post-visual-editor .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted {
  opacity: 0.7;
}
.post_content .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before,
.p-homeContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before,
.p-termContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before,
.wp-admin .edit-post-visual-editor .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before {
  content: none;
}
.post_content .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__cat,
.p-homeContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__cat,
.p-termContent .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__cat,
.wp-admin .edit-post-visual-editor .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__cat {
  background-color: #245da6;
  color: #fff;
  padding: 5px 6px 4px;
  opacity: 1;
}
.post_content .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .entry-icon-new,
.p-homeContent .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .entry-icon-new,
.p-termContent .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .entry-icon-new,
.wp-admin .edit-post-visual-editor .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .entry-icon-new {
  left: auto;
  right: -1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 599px) {
  .post_content .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .entry-icon-new,
  .p-homeContent .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .entry-icon-new,
  .p-termContent .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .entry-icon-new,
  .wp-admin .edit-post-visual-editor .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .entry-icon-new {
    width: 50px;
    font-size: 11px;
  }
}
.post_content .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat,
.p-homeContent .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat,
.p-termContent .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat,
.wp-admin .edit-post-visual-editor .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat {
  background-image: none;
}
.post_content .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.p-homeContent .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.p-termContent .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.wp-admin .edit-post-visual-editor .p-postList.-type-list .p-postList__item .p-postList__link .p-postList__body .p-postList__title {
  color: #245da6;
  font-size: 1.1rem;
  margin-bottom: 0.8em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.post_content .swell-block-step .swell-block-step__item::before,
.p-homeContent .swell-block-step .swell-block-step__item::before,
.p-termContent .swell-block-step .swell-block-step__item::before,
.wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item::before {
  border-left: 3px dashed #a8dae1;
  opacity: 0.6;
}
.post_content .swell-block-step .swell-block-step__item .swell-block-step__number,
.p-homeContent .swell-block-step .swell-block-step__item .swell-block-step__number,
.p-termContent .swell-block-step .swell-block-step__item .swell-block-step__number,
.wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item .swell-block-step__number {
  background-color: #a8dae1 !important;
}
.post_content .swell-block-step .swell-block-step__item .swell-block-step__title,
.p-homeContent .swell-block-step .swell-block-step__item .swell-block-step__title,
.p-termContent .swell-block-step .swell-block-step__item .swell-block-step__title,
.wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item .swell-block-step__title {
  color: #245da6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.35rem !important;
  letter-spacing: 0.05em;
}
.post_content .swell-block-step .swell-block-step__item .swell-block-step__body,
.p-homeContent .swell-block-step .swell-block-step__item .swell-block-step__body,
.p-termContent .swell-block-step .swell-block-step__item .swell-block-step__body,
.wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item .swell-block-step__body {
  margin-top: 0.5em;
}
.post_content .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__title,
.p-homeContent .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__title,
.p-termContent .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__title,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__title {
  background: transparent;
  font-size: 1.1rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  color: #245da6;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  border-bottom: 1px solid #245da6;
}
.post_content .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__body,
.p-homeContent .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__body,
.p-termContent .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__body,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__item .swell-block-accordion__body {
  background-color: #fff;
}
.post_content .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__title,
.p-homeContent .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__title,
.p-termContent .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__title,
.wp-admin .edit-post-visual-editor .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__title {
  padding-left: 57px;
  position: relative;
}
.post_content .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__title::before,
.p-homeContent .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__title::before,
.p-termContent .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__title::before,
.wp-admin .edit-post-visual-editor .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__title::before {
  content: "Q";
  font-size: 25px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #245da6;
  position: absolute;
  top: 13px;
  left: 0px;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__body,
.p-homeContent .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__body,
.p-termContent .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__body,
.wp-admin .edit-post-visual-editor .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__body {
  padding-left: 73px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.post_content .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__body::before,
.p-homeContent .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__body::before,
.p-termContent .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__body::before,
.wp-admin .edit-post-visual-editor .swell-block-accordion.accordion-qa .swell-block-accordion__item .swell-block-accordion__body::before {
  content: "A";
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #008090;
  position: absolute;
  top: 24px;
  left: 18px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content .smf-form,
.wp-admin .edit-post-visual-editor .smf-form {
  background: #fff;
}

/**
* フロント＆エディター共通
* 独自のグループを作成
*/
.entry-icon-new {
  position: absolute;
  top: 0;
  left: -1px;
  text-align: center;
  background: #ffff00;
  padding: 2px;
  z-index: 10;
  width: 70px;
  font-size: 12px;
  font-weight: bold;
  border-bottom-right-radius: 8px;
}

.post-text-group .wp-block-group__inner-container {
  position: relative;
}
@media screen and (min-width: 960px) {
  .post-text-group .wp-block-group__inner-container .swell-block-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.border-radius {
  border-radius: 2em;
}
.border-radius img {
  border-radius: 2em;
}
@media screen and (max-width: 599px) {
  .border-radius {
    border-radius: 1em;
  }
  .border-radius img {
    border-radius: 1em;
  }
}

.group-h100 {
  height: 100%;
}

.dashed-note {
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 50%, #fff 50%, #fff 100%), -webkit-linear-gradient(top, #dadada 1px, transparent 1px);
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #dadada 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, 100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

.justify-content:not(.swell-block-columns) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-content .swell-block-columns__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-text {
  text-align: justify;
}

.btn-access.is-style-btn_normal a {
  padding-left: 48px;
  background-image: url("../img/icon-map.webp");
  background-position: left 13px center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-access.is-style-btn_normal a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

.btn-reserve.is-style-btn_normal a {
  padding-left: 24px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-reserve.is-style-btn_normal a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

.btn-cv.is-style-btn_normal a {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 38px;
  background-image: -webkit-radial-gradient(center, ellipse 40% 100%, #156cff, #2e3180);
  background-image: radial-gradient(ellipse 40% 100% at center, #156cff, #2e3180);
  max-width: 600px;
  width: 100%;
  padding: 16px 16px 18px;
  line-height: 1;
}
.btn-cv.is-style-btn_normal a span {
  position: relative;
}
.btn-cv.is-style-btn_normal a span .mininote {
  font-size: 0.6em;
}

.h2-group {
  text-align: center;
}
.h2-group .wp-block-group__inner-container .h2-group-ttl {
  display: inline-block;
  margin-top: 0px;
  padding-bottom: 6px;
  border-bottom: 1px solid #245da6;
}

.sect-ttl-deco {
  position: absolute;
  top: 160px;
  left: -130px;
}
@media screen and (max-width: 959px) {
  .sect-ttl-deco {
    top: -10px;
    left: 0px;
    max-width: 60px;
  }
}

.btn-tel a {
  display: inline-block;
}

/**
* トップページCSS
*/
/* トップのみのコンテンツ余白調整用 */
.top {
  background: #fff;
}
/* 下記より編集画面でも適用 */
#main_visual {
  background-color: #f2f5f6;
  min-height: 640px;
}
@media screen and (max-width: 959px) {
  #main_visual {
    min-height: 980px;
  }
}
@media screen and (max-width: 599px) {
  #main_visual {
    min-height: calc(520px + 100vw);
  }
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__imgLayer img {
  -o-object-position: top center;
     object-position: top center;
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer {
  max-width: 1100px;
}
@media screen and (max-width: 959px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 959px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .swell-block-columns .swell-block-columns__inner .mv-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 959px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .swell-block-columns .swell-block-columns__inner .mv-left .mv-img1 img {
    max-width: 280px;
  }
}
@media screen and (max-width: 599px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .swell-block-columns .swell-block-columns__inner .mv-right .mv-img2 {
    padding-top: 3rem;
  }
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .swell-block-columns .swell-block-columns__inner .mv-right .btn-cv.is-style-btn_normal a {
  font-size: 1.5rem;
  max-width: 486px;
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .swell-block-columns .swell-block-columns__inner .mv-right .btn-cv.is-style-btn_normal.mv-btn-web {
  margin-bottom: 16px;
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .swell-block-columns .swell-block-columns__inner .mv-right .btn-cv.is-style-btn_normal.mv-btn-tel a {
  max-width: 356px;
}
@media screen and (max-width: 599px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .swell-block-columns .swell-block-columns__inner .mv-right .btn-cv.is-style-btn_normal.mv-btn-tel a {
    max-width: 486px;
  }
}

.top-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 24px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(85%, #fff), color-stop(98%, #a8dae1));
  background-image: -webkit-linear-gradient(bottom, #fff, #fff 85%, #a8dae1 98% 100%);
  background-image: linear-gradient(0deg, #fff, #fff 85%, #a8dae1 98% 100%);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  max-width: 946px;
  margin: 0 auto;
  padding: 25px 146px 15px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .top-nav ul {
    padding: 25px 60px 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-nav ul {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(93%, #fff), color-stop(99%, #a8dae1));
    background-image: -webkit-linear-gradient(bottom, #fff, #fff 93%, #a8dae1 99% 100%);
    background-image: linear-gradient(0deg, #fff, #fff 93%, #a8dae1 99% 100%);
    padding: 25px 16px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
@media screen and (max-width: 599px) {
  .top-nav ul li {
    text-align: center;
    width: calc(50% - 12px);
  }
}
.top-nav ul li a {
  border-bottom: 1px solid #a8dae1;
  padding-bottom: 4px;
  text-decoration: none;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.top-nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .top-nav ul li a {
    display: inline-block;
    width: 100%;
  }
}

.top-read .swell-block-fullWide__inner::before, .top-read .swell-block-fullWide__inner::after {
  content: "";
  position: absolute;
  top: 10px;
  height: 275px;
  z-index: -2;
}
@media screen and (max-width: 959px) {
  .top-read .swell-block-fullWide__inner::before, .top-read .swell-block-fullWide__inner::after {
    top: 0px;
    height: 193px;
  }
}
@media screen and (max-width: 599px) {
  .top-read .swell-block-fullWide__inner::before, .top-read .swell-block-fullWide__inner::after {
    top: -20px;
    height: 124px;
  }
}
.top-read .swell-block-fullWide__inner::before {
  left: -140px;
  width: 206px;
  background: url("../img/read-bg-left.webp") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .top-read .swell-block-fullWide__inner::before {
    left: 0px;
    width: 145px;
  }
}
@media screen and (max-width: 599px) {
  .top-read .swell-block-fullWide__inner::before {
    width: 93px;
  }
}
.top-read .swell-block-fullWide__inner::after {
  right: -130px;
  width: 200px;
  background: url("../img/read-bg-right.webp") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .top-read .swell-block-fullWide__inner::after {
    right: 0px;
    width: 141px;
  }
}
@media screen and (max-width: 599px) {
  .top-read .swell-block-fullWide__inner::after {
    width: 90px;
  }
}
.top-read .swell-block-fullWide__inner .top-read_txt {
  font-size: 1.15rem;
  line-height: 2.1;
}
@media screen and (max-width: 599px) {
  .top-read .swell-block-fullWide__inner .top-read_txt {
    font-size: 1rem;
  }
}

.top-try::before {
  z-index: -1 !important;
  background-color: #f2f5f6 !important;
}
.top-try .swell-block-fullWide__inner {
  position: relative;
}
.top-try .swell-block-fullWide__inner h2 {
  position: absolute;
  top: -240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  .top-try .swell-block-fullWide__inner h2 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-try .swell-block-fullWide__inner h2 {
    top: -46vw;
  }
}
.top-try .swell-block-fullWide__inner .top-try-txt {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  padding: 0.5em 1em;
  line-height: 2.1;
}

.top-effect .swell-block-fullWide__inner::before, .top-effect .swell-block-fullWide__inner::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 216px;
  z-index: -2;
}
@media screen and (max-width: 959px) {
  .top-effect .swell-block-fullWide__inner::before, .top-effect .swell-block-fullWide__inner::after {
    width: 147px;
  }
}
@media screen and (max-width: 599px) {
  .top-effect .swell-block-fullWide__inner::before, .top-effect .swell-block-fullWide__inner::after {
    width: 90px;
    top: 50px;
  }
}
.top-effect .swell-block-fullWide__inner::before {
  left: 40px;
  height: 285px;
  background: url("../img/effect-bg-left.webp") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .top-effect .swell-block-fullWide__inner::before {
    height: 194px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-effect .swell-block-fullWide__inner::before {
    height: 119px;
    left: 0px;
  }
}
.top-effect .swell-block-fullWide__inner::after {
  right: -10px;
  height: 282px;
  background: url("../img/effect-bg-right.webp") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .top-effect .swell-block-fullWide__inner::after {
    height: 192px;
    right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .top-effect .swell-block-fullWide__inner::after {
    height: 118px;
  }
}
.top-effect .swell-block-fullWide__inner .swell-block-columns .effect-block {
  padding: 0px 24px 36px 24px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}
.top-effect .swell-block-fullWide__inner .swell-block-columns .effect-block .effect-block_num {
  background-color: #245da6;
  color: #fff;
  width: 70px;
  height: 70px;
  font-size: 30px;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-effect .swell-block-fullWide__inner .swell-block-columns .effect-block .effect-block_num .mininote {
  color: #a8dae1;
  font-size: 14px;
  font-weight: bold;
}
.top-effect .swell-block-fullWide__inner .swell-block-columns .effect-block .effect-block_ttl {
  font-size: 1.55rem;
  margin-top: 60px;
}
.top-effect .swell-block-fullWide__inner .swell-block-columns .effect-block .effect-block_txt {
  text-align: justify;
}
.top-effect .swell-block-fullWide__inner .top-effect_txt {
  text-align: center;
}
.top-effect .swell-block-fullWide__inner .top-effect_txt p {
  display: inline-block;
  color: #245da6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #245da6;
}
@media screen and (max-width: 599px) {
  .top-effect .swell-block-fullWide__inner .top-effect_txt p {
    font-size: 1.4rem;
  }
}

.top-plan .plan-block1 .plan-block1-icons .swell-block-columns__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-plan .plan-block1 .plan-block1-note {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 0.8rem;
  line-height: 1.6;
}
.top-plan .plan-block4 .plan-block4-group {
  background-color: #f2f5f6;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}

.top-gallery .wp-block-gallery {
  gap: 0px !important;
}

.top-voice .voice-block {
  position: relative;
  background: #fff;
  padding: 27px;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}
.top-voice .voice-block .voice-block-name .swell-block-columns__inner {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-voice .voice-block .voice-block-name .swell-block-columns__inner .voice-block-name_left {
  max-width: 148px;
  width: 100%;
  position: absolute;
  top: -60px;
}
.top-voice .voice-block .voice-block-name .swell-block-columns__inner .voice-block-name_right {
  padding-bottom: 15px;
  padding-left: 148px;
  width: 100%;
}
.top-access .access-txt a {
  text-decoration: none;
  font-size: 1.35rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.top-access .access-txt a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=common.css.map */