:root {
  --custom_post_style_color_primary: #333;
  --custom_post_style_color_secondary: #ccc;
  --custom_post_style_color_tertiary: #aaa;
}

hr.wp-block-separator {
  border-top-width: 1px;
  height: 0;
}

.has-background {
  padding: 0;
}

.pattern-zoom-in {
  margin: 0;
  height: 100vh;
  transition: height 2s;
  position: relative;
}

.pattern-zoom-in.is-zoom-in-active {
  height: 100vh;
}

.pattern-zoom-in.is-zoom-in-active .pattern-zoom-in-container {
  scale: 1;
}

.pattern-zoom-in-container {
  position: sticky;
  top: 0;
  scale: 0.8958;
  transition: scale 2s;
}

.pattern-zoom-in-container {
  position: sticky;
  top: 0;
}

.pattern-zoom-in__list-item {
  position: relative;
  z-index: 1;
}

.pattern-zoom-in__content-heading-main {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.pattern-zoom-in__content-heading-sub {
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.pattern-zoom-in__item-content {
  color: var(--custom_style_color_white);
  height: 100vh;
  width: 100%;
  padding-left: 8rem;
  padding-bottom: 7.5rem;
  display: grid;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  align-content: end;
  transition: visibility 0.6s 0.2s, opacity 0.6s 0.2s;
}
.pattern-zoom-in__item-content .link-btn {
  color: var(--custom_style_color_white);
}
.pattern-zoom-in__item-content .link-btn::after {
  background-color: var(--custom_style_color_white);
}
.pattern-zoom-in__item-content .link-btn__text::after {
  background-color: var(--custom_style_color_white);
}
.pattern-zoom-in__item-content .link-btn__circle {
  stroke: var(--custom_style_color_white);
}

.pattern-zoom-in.is-zoom-in-active .pattern-zoom-in__item-content {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.pattern-zoom-in__item-img {
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

.pattern-zoom-in__item-img img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pattern-zoom-in {
    margin: 10rem auto;
  }
  .pattern-zoom-in__content-heading {
    text-align: center;
  }
  .pattern-zoom-in__item-content {
    color: var(--custom_style_color_white);
    padding-left: 0;
    padding-bottom: 0;
    justify-items: center;
    align-content: center;
  }
}

/*
* 横並び「画像1枚＋テキストブロック」
*
*
*/
.editor-styles-wrapper {
  font-size: 1.4rem;
}

.side-by-side-image-and-text__img {
  position: relative;
}
.side-by-side-image-and-text__img .component-img {
  height: 100%;
}

.side-by-side-image-and-text__content__title {
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.component-side-by-side-image-and-text__content__subtitle {
  margin-bottom: 1rem;
  font-weight: 400;
}

.side-by-side-image-and-text__content {
  position: relative;
  height: 100%;
}

.side-by-side-image-and-text .side-by-side-image-and-text__decoration {
  position: absolute;
  top: 0;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
}

.color-gold {
  color: var(--custom_style_color_gold) !important;
}

.color-black {
  color: var(--custom_style_color_black) !important;
}

.color-white {
  color: var(--custom_style_color_white) !important;
}

.color-gray {
  color: var(--custom_style_color_gray) !important;
}

.color-bg {
  color: var(--custom_style_color_bg) !important;
}

.border-color-gold {
  border-color: var(--custom_style_color_gold) !important;
}

.border-color-white {
  border-color: var(--custom_style_color_white) !important;
}

.border-color-gray {
  border-color: var(--custom_style_color_gray) !important;
}

.bgcolor-black {
  background-color: var(--custom_style_color_black) !important;
}

.bgcolor-gray {
  background-color: var(--custom_style_color_gray) !important;
}

.bgcolor-gold {
  background-color: var(--custom_style_color_gold) !important;
}

.side-by-side-image-and-text__content__table {
  border: solid var(--custom_style_color_gray);
  padding: 3rem 0;
  border-width: 0.1rem 0;
  font-size: 1.1rem;
  gap: 1rem;
}
.side-by-side-image-and-text__content__table a {
  text-decoration: underline;
}

.type-3 .side-by-side-image-and-text__content__sub {
  font-size: 1.4rem;
  margin: 1rem 0;
}

.side-by-side-image-and-text__content__table__row {
  width: 100%;
}

.side-by-side-image-and-text__content__table__row > div {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.side-by-side-image-and-text__content__table__row > div:first-of-type {
  min-width: fit-content;
  width: 10rem;
}

.side-by-side-image-and-text__content__table__row > div.side-by-side-image-and-text__content__table__row__col-narrow {
  width: 6.5rem;
}

.side-by-side-image-and-text {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .side-by-side-image-and-text {
    gap: 0;
  }
  .type-1 .side-by-side-image-and-text__img {
    height: 70rem;
  }
  .type-1 .side-by-side-image-and-text__content__image {
    height: 70rem;
    width: 84rem;
  }
  .side-by-side-image-and-text-separate .side-by-side-image-and-text__content__image {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
  .side-by-side-image-and-text-separate.side-by-side-image-and-text-obverse .side-by-side-image-and-text__content__image {
    left: 100%;
  }
  .side-by-side-image-and-text-separate.side-by-side-image-and-text-reverse .side-by-side-image-and-text__content__image {
    right: 100%;
  }
  .type-2 .side-by-side-image-and-text__img {
    height: 60rem;
  }
  .side-by-side-image-and-text__content {
    position: relative;
    padding: 0 12rem;
  }
  .side-by-side-image-and-text__content__num {
    font-size: 1.2rem;
  }
  .side-by-side-image-and-text__content__title {
    font-size: 3.2rem;
    margin: 0;
  }
  .side-by-side-image-and-text__content__title.writing-vrl-pc {
    margin: auto;
    margin-bottom: 6rem;
  }
  .side-by-side-image-and-text__content__sub {
    font-size: 1.2rem;
    margin: 2rem 0 6rem;
  }
  .side-by-side-image-and-text__content__text {
    margin: 2rem 0 0;
  }
  .side-by-side-image-and-text__content__annotation {
    margin: 2rem 0 0;
  }
  .side-by-side-image-and-text-obverse .side-by-side-image-and-text__content .side-by-side-image-and-text__decoration {
    right: 2.4rem;
  }
  .side-by-side-image-and-text-obverse .side-by-side-image-and-text__img .side-by-side-image-and-text__decoration {
    right: calc(100% + 2.4rem);
  }
  .side-by-side-image-and-text-reverse {
    flex-direction: row-reverse;
  }
  .side-by-side-image-and-text-reverse .side-by-side-image-and-text__content .side-by-side-image-and-text__decoration {
    left: 2.4rem;
  }
  .side-by-side-image-and-text-reverse .side-by-side-image-and-text__img .side-by-side-image-and-text__decoration {
    left: calc(100% + 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .side-by-side-image-and-text {
    gap: 4rem;
  }
  .side-by-side-image-and-text__img {
    height: 32rem;
  }
  .side-by-side-image-and-text__img img {
    height: 32rem;
  }
  .type-3 .side-by-side-image-and-text__img {
    height: auto;
  }
  .type-3 .side-by-side-image-and-text__img img {
    height: auto;
  }
  .type-1.side-by-side-image-and-text-separate .side-by-side-image-and-text__content {
    padding: 0;
  }
  .type-1.side-by-side-image-and-text-separate .side-by-side-image-and-text__content__image {
    margin-top: 5rem;
  }
  .type-1 .side-by-side-image-and-text__content__image {
    aspect-ratio: 39/24;
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
  .type-2 .side-by-side-image-and-text__img {
    width: 35rem;
  }
  .type-2 .side-by-side-image-and-text__img .side-by-side-image-and-text__decoration {
    top: 0;
    text-align: center;
    width: fit-content;
  }
  .type-2.side-by-side-image-and-text-obverse .side-by-side-image-and-text__img .side-by-side-image-and-text__decoration {
    right: calc(100% + 1.5rem);
  }
  .type-2.side-by-side-image-and-text-reverse .side-by-side-image-and-text__img .side-by-side-image-and-text__decoration {
    left: calc(100% + 1.5rem);
  }
  .type-2.side-by-side-image-and-text-obverse .side-by-side-image-and-text__img {
    margin-left: auto;
  }
  .type-2.side-by-side-image-and-text-reverse .side-by-side-image-and-text__img {
    margin-right: auto;
  }
  .side-by-side-square-image-and-text .side-by-side-square-image-and-text__img {
    margin: auto;
    height: 20.8rem;
    width: 20.8rem;
  }
  .side-by-side-square-image-and-text .side-by-side-square-image-and-text__img img {
    height: 20.8rem;
    width: 20.8rem;
  }
  .side-by-side-image-and-text__content {
    position: relative;
    padding: 0 4rem;
  }
  .limited-width-sp .side-by-side-image-and-text__content {
    padding: 0;
  }
  .side-by-side-image-and-text__content__num {
    font-size: 1rem;
  }
  .side-by-side-image-and-text__content__title {
    font-size: 2.8rem;
    margin: 0;
  }
  .side-by-side-image-and-text__content__title.writing-vrl-pc {
    font-size: 1.6rem;
  }
  .side-by-side-image-and-text__content__sub {
    font-size: 1rem;
  }
  .side-by-side-image-and-text__content__text {
    margin: 2rem 0 0;
  }
  .side-by-side-image-and-text__content__table__row {
    gap: 0;
  }
  .side-by-side-image-and-text__content__table__row > div {
    width: 20.7rem;
  }
  .side-by-side-image-and-text__content__table__row > div:first-of-type {
    width: 10rem;
  }
  .side-by-side-image-and-text__content__table__row > div:last-child {
    font-size: 1rem;
  }
  .side-by-side-image-and-text__content__annotation {
    margin: 3rem 0 0;
  }
  .side-by-side-image-and-text {
    flex-direction: column-reverse;
  }
  .side-by-side-image-and-text-reverse-sp {
    flex-direction: column;
  }
  .side-by-side-image-and-text__img .side-by-side-image-and-text__decoration {
    right: 1.5rem;
    top: calc(100% + 4rem);
    height: 100%;
  }
}
/*
* 2カラム画像のみ
*
*
*/
.editor-styles-wrapper .full-width-multi-column-image,
.full-width-multi-column-image {
  gap: 0;
}

.full-width-multi-column-image__container picture {
  display: block;
}

@media screen and (min-width: 768px) {
  .full-width-multi-column-image__container {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .full-width-multi-column-image__container {
    width: 100%;
  }
}
/*
* 3カラム画像(余白付き)
*
*
*/
.editor-styles-wrapper .multi-column-image,
.multi-column-image {
  gap: 0;
}

.multi-column-image__container {
  width: 100%;
}

.multi-column-image__container picture {
  display: block;
}

/*
* フローブロック
*
*
*/
.flow-block {
  max-width: 72rem;
  margin: auto;
}

.flow-block-title {
  line-height: 1.5;
}

.flow-block__item {
  justify-content: center;
  padding: 4rem 0;
  margin: 0;
  gap: 0;
  border: solid var(--custom_style_color_gray);
  border-width: 1px 0 0;
}
.flow-block__item:last-child {
  border-width: 1px 0 1px;
}
.flow-block__item > .flow-block__item__num,
.flow-block__item > .flow-block__item__content {
  flex-basis: unset !important;
  flex-grow: unset !important;
  align-content: center;
}

.flow-block__item__num {
  display: grid;
  place-items: center;
}
.flow-block__item__num .flow-block__item__num__text {
  line-height: 1;
}

.flow-block__item__content {
  border: solid var(--custom_style_color_gray);
  border-width: 0 0 0 1px;
  padding-left: 4rem;
}

.flow-block__item__content__title,
.flow-block__item__content__text {
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .flow-block {
    margin-top: 28rem;
  }
  .flow-block-title {
    font-size: 2.8rem;
    margin-bottom: 6rem;
  }
  .flow-block__item__num {
    width: 10rem;
  }
  .flow-block__item__num__text {
    font-size: 4rem;
  }
  .flow-block__item__content {
    width: 62rem;
  }
  .flow-block__item__content p:nth-child(n + 2) {
    margin-top: 2rem;
  }
  .flow-block__item__content__title:nth-child(n + 2),
  .flow-block__item__content__text:nth-child(n + 2) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .flow-block {
    margin-top: 10rem;
  }
  .flow-block-title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 5rem;
  }
  .flow-block__item {
    padding: 3rem 0;
  }
  .flow-block__item__num {
    width: 6.5rem;
  }
  .flow-block__item__num__text {
    font-size: 3rem;
  }
  .flow-block__item__content {
    width: 32rem;
    padding-left: 3rem;
    padding-right: 4rem;
  }
  .flow-block__item__content__title:nth-child(n + 2),
  .flow-block__item__content__text:nth-child(n + 2) {
    margin-top: 1.5rem;
  }
}
/*
*  メインコピー(縦)
*
*
*/
.type-2.pattern-main-copy .pattern-main-copy__sub {
  line-height: 1;
}
.type-2.pattern-main-copy .pattern-main-copy__main {
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .type-2.pattern-main-copy {
    margin: 20rem auto 10rem;
    gap: 2.7rem;
  }
  .type-2.pattern-main-copy .pattern-main-copy__sub {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .type-2.pattern-main-copy .pattern-main-copy__main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .type-2.pattern-main-copy {
    margin: 10rem auto;
    gap: 2rem;
  }
  .type-2.pattern-main-copy .pattern-main-copy__sub {
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .type-2.pattern-main-copy .pattern-main-copy__main {
    font-size: 3.1rem;
  }
}
/*
*  メインコピー(横)
*
*
*/
.type-1.pattern-main-copy {
  gap: 2rem;
}
.type-1.pattern-main-copy .pattern-main-copy__sub {
  line-height: 1;
}
.type-1.pattern-main-copy .pattern-main-copy__main {
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .type-1.pattern-main-copy {
    margin: 2rem auto;
  }
  .type-1.pattern-main-copy .pattern-main-copy__sub {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .type-1.pattern-main-copy .pattern-main-copy__main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .type-1.pattern-main-copy {
    margin: auto;
  }
  .type-1.pattern-main-copy .pattern-main-copy__sub {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .type-1.pattern-main-copy .pattern-main-copy__main {
    font-size: 3.1rem;
  }
}
/*
* セクション見出し左寄せ
*
*
*/
.pattern-parts-section-heading-left-aligned .block-title {
  position: relative;
}
.pattern-parts-section-heading-left-aligned.pattern-parts-section-heading-left-aligned-border .block-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 2.5rem;
  height: 0.1rem;
  min-height: 1px;
  background-color: var(--custom_style_color_gold);
}

@media screen and (min-width: 768px) {
  .pattern-parts-section-heading-left-aligned {
    margin: 18rem auto 6rem;
    max-width: 120rem;
  }
  .pattern-parts-section-heading-left-aligned.pattern-parts-section-heading-left-aligned-border {
    margin: 28rem auto 10rem;
  }
  .pattern-parts-section-heading-left-aligned.pattern-parts-section-heading-left-aligned-border .block-title {
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-parts-section-heading-left-aligned {
    margin: 10rem auto 4rem;
    max-width: 39rem;
  }
  .pattern-parts-section-heading-left-aligned.pattern-parts-section-heading-left-aligned-border {
    margin: 10rem auto 5rem;
  }
  .pattern-parts-section-heading-left-aligned.pattern-parts-section-heading-left-aligned-border .block-title {
    padding-left: 4rem;
  }
}
/*
* セクション見出し左寄せ(old)
*
*
*/
.pattern-section-heading-left-aligned__title {
  font-weight: 400;
  position: relative;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.pattern-section-heading-left-aligned__title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 2.5rem;
  height: 0.1rem;
  min-height: 1px;
  background-color: var(--custom_style_color_gold);
}

.pattern-section-heading-left-aligned__title.pattern-section-heading-left-aligned__title-nb::after {
  content: unset;
}

.pattern-section-heading-left-aligned__sub,
.pattern-section-heading-left-aligned__sub.heading {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .pattern-section-heading-left-aligned {
    margin: 28rem auto 10rem 0;
    padding-left: 12rem;
    margin-right: 12rem;
    max-width: 120rem;
  }
  .pattern-section-heading-left-aligned.pattern-section-heading-left-aligned-nb {
    margin: 18rem auto 6rem 0;
  }
  .pattern-dc-v-heading-sec .pattern-section-heading-left-aligned {
    margin: auto;
  }
  .pattern-section-heading-left-aligned__title {
    padding-left: 4.5rem;
    font-size: 3rem;
  }
  .pattern-section-heading-left-aligned__sub,
  .pattern-section-heading-left-aligned__sub.heading {
    padding-left: 4.5rem;
  }
  .pattern-section-heading-left-aligned__title + .pattern-section-heading-left-aligned__sub {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-section-heading-left-aligned {
    margin: 10rem auto 5rem;
  }
  .pattern-section-heading-left-aligned.pattern-section-heading-left-aligned-nb {
    margin-bottom: 4rem;
  }
  .pattern-dc-v-heading-sec .pattern-section-heading-left-aligned {
    margin: 0;
  }
  .pattern-section-heading-left-aligned__title {
    padding-left: 4rem;
    font-size: 2.3rem;
    padding-left: 4rem;
    max-width: 35rem;
  }
  .pattern-section-heading-left-aligned__sub,
  .pattern-section-heading-left-aligned__sub.heading {
    padding-left: 4rem;
  }
  .pattern-section-heading-left-aligned__title + .pattern-section-heading-left-aligned__sub {
    margin-top: 1.5rem;
  }
}
/*
* セクション見出し中央寄せ
*
*
*/
.pattern-section-heading-center-aligned {
  display: grid;
  justify-items: center;
  margin: auto;
  gap: 0;
}

.pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__title,
.pattern-section-heading-center-aligned__title {
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__title-sm {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__title-sm:nth-child(n + 2) {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .pattern-section-heading-center-aligned {
    margin: 28rem auto 10rem;
  }
  .pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__sub {
    margin-bottom: 5.5rem;
  }
  .pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__title,
  .pattern-section-heading-center-aligned__title {
    font-size: 3.2rem;
  }
  .pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__title,
  .pattern-section-heading-center-aligned__title {
    font-size: 3.2rem;
  }
  .pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__text,
  .pattern-section-heading-center-aligned__text {
    font-size: 1.4rem;
    max-width: 60rem;
  }
  .pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__text:nth-child(n + 2) {
    margin-top: 6rem;
  }
  .pattern-section-heading-center-aligned-sm {
    margin: 8rem auto;
    width: fit-content;
    gap: 1.5rem;
  }
  .pattern-section-heading-center-aligned-sm__title {
    font-size: 2.3rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .pattern-section-heading-center-aligned-sm__title br {
    display: none;
  }
  .pattern-section-heading-center-aligned-sm__sub {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .pattern-section-heading-center-aligned {
    margin: 10rem auto 5rem;
    width: 31rem;
  }
  .pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__sub,
  .pattern-section-heading-center-aligned__sub {
    margin-bottom: 4rem;
  }
  .pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__title,
  .pattern-section-heading-center-aligned__title {
    font-size: 2.3rem;
  }
  .pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__text,
  .pattern-section-heading-center-aligned__text {
    font-size: 1.3rem;
  }
  .pattern-section-heading-center-aligned .pattern-section-heading-center-aligned__text:nth-child(n + 2),
  .pattern-section-heading-center-aligned__text:nth-child(n + 2) {
    margin-top: 4rem;
  }
  .pattern-section-heading-center-aligned-sm {
    margin: 5rem auto;
    width: 31rem;
    gap: 1.5rem;
  }
  .pattern-section-heading-center-aligned-sm__title {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .pattern-section-heading-center-aligned-sm__sub {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
/*
* 左寄せテキスト（幅狭）
*
*
*/
.left-aligned-text-narrow__text,
.center-aligned-text-narrow__text,
.right-aligned-text-narrow__text {
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .left-aligned-text-narrow,
  .center-aligned-text-narrow,
  .right-aligned-text-narrow {
    width: 60rem;
  }
  .left-aligned-text,
  .center-aligned-text,
  .right-aligned-text {
    width: 72rem;
  }
  .left-aligned-text-narrow,
  .center-aligned-text-narrow,
  .right-aligned-text-narrow,
  .left-aligned-text,
  .center-aligned-text,
  .right-aligned-text {
    margin: 10rem auto 0;
  }
  .left-aligned-text-narrow__text,
  .center-aligned-text-narrow__text,
  .right-aligned-text-narrow__text {
    font-size: 1.4rem;
  }
  .left-aligned-text-narrow,
  .left-aligned-text {
    margin-left: 12rem;
  }
  .right-aligned-text-narrow,
  .right-aligned-text {
    margin-right: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .left-aligned-text-narrow,
  .center-aligned-text-narrow,
  .right-aligned-text-narrow,
  .left-aligned-text,
  .center-aligned-text,
  .right-aligned-text {
    width: 31rem;
  }
  .left-aligned-text-narrow,
  .center-aligned-text-narrow,
  .right-aligned-text-narrow,
  .left-aligned-text,
  .center-aligned-text,
  .right-aligned-text {
    margin: 4rem auto 0;
  }
  .left-aligned-text-narrow__text,
  .center-aligned-text-narrow__text,
  .right-aligned-text-narrow__text {
    font-size: 1.2rem;
  }
}
/*
* 3カラムボタン
*
*
*/
.pattern-three-columns-btn > .wp-block-group__inner-container,
.pattern-double-columns-btn > .wp-block-group__inner-container {
  display: grid;
  margin: auto;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .pattern-three-columns-btn > .wp-block-group__inner-container,
  .pattern-double-columns-btn > .wp-block-group__inner-container {
    gap: 3rem;
    margin-top: 8rem;
  }
  .pattern-three-columns-btn > .wp-block-group__inner-container {
    grid-template-columns: repeat(3, auto);
  }
  .pattern-double-columns-btn > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 767px) {
  .pattern-three-columns-btn > .wp-block-group__inner-container,
  .pattern-double-columns-btn > .wp-block-group__inner-container {
    gap: 1.5rem;
    margin-top: 4rem;
    grid-template-columns: auto;
  }
}
/*
* 背景付きボタン
*
*
*/
.pattern-bg-image-button {
  position: relative;
  z-index: 1;
  margin: auto;
}
.pattern-bg-image-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.pattern-bg-image-button,
.pattern-bg-image-button__img {
  display: block;
}

.pattern-bg-image-button__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pattern-bg-image-button__img img {
  transition: scale 4s;
}

.pattern-bg-image-button__btn:hover + .pattern-bg-image-button__img img {
  scale: 1.1;
}

.pattern-bg-image-button__btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .pattern-bg-image-button,
  .pattern-bg-image-button__img {
    width: 120rem;
    height: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-bg-image-section.pattern-bg-image-section-button {
    height: 35.4rem;
  }
  .pattern-bg-image-section.pattern-bg-image-section-button .pattern-bg-image-section__img {
    height: 35.4rem;
  }
  .pattern-bg-image-button,
  .pattern-bg-image-button__img {
    width: 39rem;
    height: 20rem;
  }
}
/*
* 背景付きセクション
* テキスト＋ボタン
*
*/
.pattern-bg-image-section {
  position: relative;
  z-index: 1;
  margin: auto;
}
.pattern-bg-image-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}

.pattern-bg-image-section.opacity-70::after {
  opacity: 0.7;
}

.pattern-bg-image-section__button:hover + .pattern-bg-image-section__img img {
  scale: 1.1;
}

.pattern-bg-image-section__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  display: block;
}
.pattern-bg-image-section__img img {
  transition: scale 4s;
}

.pattern-bg-image-section__btn:hover + .pattern-bg-image-section__img img {
  scale: 1.1;
}

#editor .pattern-bg-image-section__img {
  position: absolute;
}

.pattern-bg-image-button__contents {
  color: white;
}

@media screen and (min-width: 768px) {
  .pattern-bg-image-section,
  .pattern-bg-image-section__img {
    width: 120rem;
    height: 42rem;
  }
  .pattern-bg-image-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 7rem;
  }

  #editor .pattern-bg-image-section {
    padding-left: 0;
  }
  .pattern-bg-image-section > div:has(.pattern-bg-image-section__content-image) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .link-btn.pattern-bg-image-section__buttom {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-bg-image-section,
  .pattern-bg-image-section__img {
    width: 39rem;
    height: 42rem;
  }
  .pattern-bg-image-section-tall.pattern-bg-image-section,
  .pattern-bg-image-section-tall .pattern-bg-image-section__img {
    height: 51.5rem;
  }
  .pattern-bg-image-section {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-inline: 5.3rem;
    padding-block-start: 9.9rem;
  }
  .link-btn.pattern-bg-image-section__buttom {
    position: absolute;
    right: 6rem;
    bottom: 6.6rem;
  }
}
/*
*
*
*
*/
.editor-styles-wrapper .pattern-fullwidth-bg-link-btn,
.pattern-fullwidth-bg-link-btn {
  gap: 0;
  margin: 0;
}

.pattern-fullwidth-bg-link-btn__item {
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.pattern-fullwidth-bg-link-btn__item.pattern-fullwidth-bg-link-btn__item--direct {
  pointer-events: auto;
}
.pattern-fullwidth-bg-link-btn__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.pattern-fullwidth-bg-link-btn__item__img {
  display: block;
  position: relative;
  overflow: hidden;
}
.pattern-fullwidth-bg-link-btn__item__img img {
  transition: scale 4s;
}

.pattern-fullwidth-bg-link-btn__item:hover img {
  scale: 1.1;
}

.pattern-fullwidth-bg-link-btn__item__content {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: var(--custom_style_color_white);
  z-index: 2;
  text-align: center;
  width: 100%;
}

.pattern-fullwidth-bg-link-btn__item__content a {
  pointer-events: auto;
  margin-top: 3rem;
}

.pattern-fullwidth-bg-link-btn__item__content__title {
  font-size: 2.3rem;
  text-align: center;
  word-break: keep-all;
}

@media screen and (min-width: 768px) {
  .pattern-fullwidth-bg-link-btn__item,
  .pattern-fullwidth-bg-link-btn__item__img {
    height: 30rem;
  }
  .pattern-fullwidth-bg-link-btn__item.pattern-fullwidth-bg-link-btn__item-dr,
  .pattern-fullwidth-bg-link-btn__item-dr .pattern-fullwidth-bg-link-btn__item__img {
    height: 59.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-fullwidth-bg-link-btn__item,
  .pattern-fullwidth-bg-link-btn__item__img {
    height: 12.8rem;
  }
}
/*
*
*
*
*/
.pattern-zoom-in-anim-fullscreen-bg-section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
}

.pattern-zoom-in-anim-fullscreen-bg-section__container {
  scale: 0.8958;
  transition: scale 2s;
}
.pattern-zoom-in-anim-fullscreen-bg-section__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 1s;
  z-index: 1;
}

.pattern-zoom-in-anim-fullscreen-bg-section.is-zoom-in-active .pattern-zoom-in-anim-fullscreen-bg-section__container {
  scale: 1;
}
.pattern-zoom-in-anim-fullscreen-bg-section.is-zoom-in-active .pattern-zoom-in-anim-fullscreen-bg-section__container::after {
  opacity: 0.5;
}

.pattern-zoom-in-anim-fullscreen-bg-section__container__img {
  height: 100vh;
  display: block;
}

.pattern-zoom-in-anim-fullscreen-bg-section__container__contents {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.6s 0.2s, opacity 0.6s 0.2s;
}

.pattern-zoom-in-anim-fullscreen-bg-section.is-zoom-in-active .pattern-zoom-in-anim-fullscreen-bg-section__container__contents {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.pattern-zoom-in-anim-fullscreen-bg-section__container__contents__title {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .pattern-zoom-in-anim-fullscreen-bg-section__container__contents {
    bottom: 8rem;
    left: 8rem;
  }
  .pattern-zoom-in-anim-fullscreen-bg-section__container__contents__title {
    font-size: 3.2rem;
  }
  .pattern-zoom-in-anim-fullscreen-bg-section__container__contents__text {
    font-size: 1.4rem;
    margin-top: 6rem;
    margin-bottom: 8rem;
    width: 48rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-zoom-in-anim-fullscreen-bg-section__container__contents {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    text-align: center;
  }
  .pattern-zoom-in-anim-fullscreen-bg-section__container__contents__title {
    font-size: 2.3rem;
  }
  .pattern-zoom-in-anim-fullscreen-bg-section__container__contents__text {
    font-size: 1.2rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
    width: 31rem;
    text-align: left;
  }
}
/*
*
*
*
*/
.pattern-thumbslider-text__img__slider {
  width: 100%;
}

.pattern-thumbslider-text__img__slider > div {
  position: relative;
}

.pattern-thumbslider-text__img__slider > div > picture {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  transition: opacity 1s ease-in;
}

.pattern-thumbslider-text__img__slider > div,
.pattern-thumbslider-text__img__slider > div > picture {
  width: 100%;
  height: 100%;
}

.pattern-thumbslider-text__img__slider > div > picture img {
  object-fit: cover;
}

.pattern-thumbslider-text__img__slider > div > picture:not(.current) {
  opacity: 0;
  pointer-events: none;
}

.pattern-thumbslider-text__thumbs > div {
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pattern-thumbslider-text__thumbs-narrow.pattern-thumbslider-text__thumbs > div > picture {
  aspect-ratio: 1;
}

.pattern-thumbslider-text__thumbs > div > picture {
  position: relative;
  aspect-ratio: 840/472;
}

.pattern-thumbslider-text__thumbs > div > picture img {
  object-fit: cover;
}

.pattern-thumbslider-text__thumbs > div > picture::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.3s;
}

.pattern-thumbslider-text__thumbs > div > picture.current::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.pattern-thumbslider-text__img {
  position: relative;
}

.pattern-thumbslider-text .side-by-side-image-and-text__decoration {
  position: absolute;
  top: 0;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
}

.heading.pattern-thumbslider-text__content__title {
  margin-bottom: 3.2rem;
}

.pattern-thumbslider-text__content .pattern-thumbslider-text__content__tel {
  display: grid;
  place-items: center;
  padding: 4rem 0 3rem;
  margin: 0 auto;
  text-align: center;
}

.pattern-thumbslider-text__content__tel-text {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.pattern-thumbslider-text__content__tel-number {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
.pattern-thumbslider-text__content__tel-number span {
  font-size: 1.2rem;
}

.pattern-thumbslider-text__content .pattern-thumbslider-text__content__tel .pattern-thumbslider-text__content__tel-time {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.pattern-thumbslider-text__content__btn {
  width: 100%;
  font-size: 1.2rem;
}

.pattern-thumbslider-text__content__annotation {
  font-size: 1rem;
}

.pattern-thumbslider-text__content__dc__btn .block-btn {
  width: 100%;
  min-width: unset;
}

@media screen and (min-width: 768px) {
  .pattern-thumbslider-text-reverse {
    flex-direction: row-reverse;
  }
  .pattern-thumbslider-text-obverse .pattern-thumbslider-text__content .side-by-side-image-and-text__decoration {
    right: 2.4rem;
  }
  .pattern-thumbslider-text-obverse .pattern-thumbslider-text__img .side-by-side-image-and-text__decoration {
    right: calc(100% + 2.4rem);
  }
  .pattern-thumbslider-text-reverse .pattern-thumbslider-text__content .side-by-side-image-and-text__decoration {
    left: 2.4rem;
  }
  .pattern-thumbslider-text-reverse .pattern-thumbslider-text__img .side-by-side-image-and-text__decoration {
    left: calc(100% + 2.4rem);
  }
  .pattern-thumbslider-text__img__slider {
    width: 100%;
  }
  .pattern-thumbslider-text__img__slider > div {
    position: relative;
  }
  .pattern-thumbslider-text__img__slider {
    height: 47.2rem;
  }
  .type-1 .pattern-thumbslider-text__img__slider {
    height: 75.5rem;
  }
  .type-2 .pattern-thumbslider-text__img__slider {
    height: 70rem;
  }
  .type-3 .pattern-thumbslider-text__img__slider {
    height: 90rem;
  }
  .type-4 .pattern-thumbslider-text__img__slider {
    height: 83.7rem;
  }
  .type-5 .pattern-thumbslider-text__img__slider,
  .type-6 .pattern-thumbslider-text__img__slider {
    width: 115rem;
    height: 64.8rem;
  }
  .pattern-thumbslider-text__thumbs > div {
    justify-content: start;
  }

  .type-6 .pattern-thumbslider-text__thumbs > div > picture {
    max-width: none;
  }

  .type-6 .pattern-thumbslider-text__thumbs > div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: unset;
  }
  .pattern-thumbslider-text__thumbs > div > picture {
    width: 100%;
  }
  .pattern-thumbslider-text {
    justify-content: space-between;
    padding-inline: 10.2rem 12.2rem;
  }
  .pattern-thumbslider-text__content {
    max-width: 27rem;
  }
  .heading.pattern-thumbslider-text__content__title {
    margin-bottom: 3.2rem;
  }
  .type-4.pattern-thumbslider-text {
    justify-content: center;
  }
  .type-4 .pattern-thumbslider-text__content__sub {
    margin-bottom: 1.5rem;
  }
  .type-4 .pattern-thumbslider-text__content__subtitle {
    margin-top: 6rem;
  }
  .type-4 .pattern-thumbslider-text__content__text {
    margin-top: 3rem;
  }
  .type-4 .pattern-thumbslider-text__content .pattern-thumbslider-text__thumbs {
    margin-top: 6rem;
  }
  .type-5 .pattern-thumbslider-text__thumbs > div > picture {
    width: 20rem;
  }
  .type-6 .pattern-thumbslider-text__thumbs > div > picture {
    width: 28rem;
  }
  .pattern-thumbslider-text__thumbs-narrow.pattern-thumbslider-text__thumbs > div > picture {
    max-width: 8.8rem;
  }
  .pattern-thumbslider-text__content .pattern-thumbslider-text__content__tel {
    display: grid;
    place-items: center;
    padding: 4rem 0 3rem;
    margin: 0 auto;
    text-align: center;
  }
  .pattern-thumbslider-text__content__tel-text {
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .pattern-thumbslider-text__content__tel-number {
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-top: 1rem;
  }
  .pattern-thumbslider-text__content__tel-number span {
    font-size: 1.2rem;
  }
  .pattern-thumbslider-text__content .pattern-thumbslider-text__content__tel .pattern-thumbslider-text__content__tel-time {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .pattern-thumbslider-text__content__btn {
    width: 100%;
    font-size: 1.2rem;
  }
  .pattern-thumbslider-text__content__annotation {
    font-size: 1rem;
  }
  .pattern-thumbslider-text__content__dc__btn {
    gap: 2rem;
  }
  .pattern-thumbslider-text .pattern-thumbslider-text__content__dc {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-thumbslider-text {
    flex-direction: column-reverse;
  }
  .pattern-thumbslider-text__img__slider {
    width: 100%;
    height: 32rem;
  }
  .pattern-thumbslider-text__img__slider > div {
    position: relative;
  }
  .pattern-thumbslider-text .pattern-thumbslider-text__content,
  .pattern-thumbslider-text-reverse .pattern-thumbslider-text__content {
    position: relative;
    display: grid;
  }
  .pattern-thumbslider-text__content .side-by-side-image-and-text__content__sub {
    margin-top: 2rem;
  }
  .pattern-thumbslider-text__content .pattern-thumbslider-text__thumbs {
    order: -1;
    height: 9rem;
  }
  .pattern-thumbslider-text__content .pattern-thumbslider-text__thumbs div {
    width: 100%;
    margin: 0;
    gap: 0.8rem;
    position: absolute;
    top: -1rem;
    left: 50%;
    translate: -50% 0;
  }
  .pattern-thumbslider-text__content .pattern-thumbslider-text__thumbs div picture {
    max-width: 11.8rem;
  }
  .pattern-thumbslider-text__thumbs-narrow.pattern-thumbslider-text__thumbs > div > picture {
    max-width: 6.8rem;
  }
  .pattern-thumbslider-text__thumbs > div {
    justify-content: center;
  }
  .pattern-thumbslider-text__thumbs > div > picture {
    width: 100%;
  }
  .pattern-thumbslider-text__content {
    padding: 2rem 4rem 0;
  }
  .heading.pattern-thumbslider-text__content__title {
    margin-bottom: 3.2rem;
  }
  .pattern-thumbslider-text__content .pattern-thumbslider-text__content__tel {
    display: grid;
    place-items: center;
    padding: 4rem 0 3rem;
    margin: 0 auto;
    text-align: center;
  }
  .pattern-thumbslider-text__content__tel {
    padding: 5rem 0;
    margin: 0 4rem 6rem;
  }
  .pattern-thumbslider-text__content__tel-number {
    font-size: 2.8rem;
  }
  .pattern-thumbslider-text__content__tel-number span {
    font-size: 1rem;
  }
  .pattern-thumbslider-text__content__tel-time {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
  .pattern-thumbslider-text__content .pattern-thumbslider-text__content__tel .pattern-thumbslider-text__content__tel-time {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .pattern-thumbslider-text__content__btn {
    width: 100%;
    font-size: 1.2rem;
  }
  .pattern-thumbslider-text__content__annotation {
    font-size: 1rem;
  }
  .pattern-thumbslider-text__content__dc__btn {
    gap: 1.5rem;
  }
  .pattern-thumbslider-text__content__dc__btn .block-btn {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
  .type-4 .pattern-thumbslider-text__content__sub {
    margin-bottom: 0.8rem;
  }
  .type-4 .pattern-thumbslider-text__content__subtitle {
    margin-top: 3.5rem;
  }
  .type-4 .pattern-thumbslider-text__content__text {
    margin-top: 2rem;
  }
  .type-3 .pattern-thumbslider-text__content .pattern-thumbslider-text__thumbs {
    height: 7rem;
  }
  .type-4 .pattern-thumbslider-text__content .pattern-thumbslider-text__thumbs {
    height: 7rem;
  }
  .type-4 .pattern-thumbslider-text__content__dc__btn {
    margin-top: 4rem;
  }
  .type-5 .pattern-thumbslider-text__thumbs > div > picture {
    width: 6rem;
  }
  .type-6 .pattern-thumbslider-text__img__slider {
    width: 31rem;
    height: 21rem;
  }

  .type-6 .pattern-thumbslider-text__thumbs > div {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: unset;
  }

  .type-6 .pattern-thumbslider-text__thumbs > div > picture {
    width: 9.6rem;
  }
  .pattern-thumbslider-text .pattern-thumbslider-text__content__dc {
    justify-content: space-between;
  }
  .pattern-thumbslider-text__img .side-by-side-image-and-text__decoration {
    right: 1.5rem;
    top: calc(100% + 14rem);
    height: 100%;
  }
}
/*
* テーブルブロック
*
*
*/
.pattern-table {
  margin: auto;
}

.pattern-table__content {
  margin: 3rem auto;
  gap: 0;
}
.pattern-table__content:first-child {
  margin-top: 0;
}

.pattern-table__content__row {
  border: solid var(--custom_style_color_gray);
  border-width: 0 0 1px;
  padding: 2rem 0;
  gap: 1.5rem;
  width: 100%;
}
.pattern-table-corporate .pattern-table__content__row:first-child {
  border-width: 1px 0;
}
.pattern-table__content__row.pattern-table__content__row-border-top {
  border-width: 1px 0;
}

.pattern-table__content__row > div {
  flex-basis: unset !important;
  flex-grow: unset !important;
  line-height: 1.8;
  align-self: center;
}
.pattern-table__content__row > div:first-of-type {
  min-width: fit-content;
}
.pattern-table__content__row > div:first-of-type > * {
  line-height: 2;
  font-weight: 400;
  margin: 0 auto;
}
.pattern-table__content__row > div:last-child > * {
  margin: 0;
  font-weight: 400;
  line-height: 2;
}

.pattern-table__annotation {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .pattern-table {
    max-width: 72rem;
    width: 100%;
    margin-top: 10rem;
  }
  .pattern-table:first-child {
    margin-top: 0;
  }
  .pattern-table__content__row {
    gap: 1.5rem;
  }
  .pattern-table__content__row.pattern-table__content__row-border-top-pc {
    border-width: 1px 0;
  }
  .pattern-table__content__row > div {
    font-size: 1.2rem;
    width: 60rem;
  }
  .pattern-table__content__row > div:first-of-type {
    width: 10rem;
  }
  .pattern-table__content__row > div:first-of-type > * {
    font-size: 1.3rem;
  }
  .pattern-table__content__row > div:last-child > * {
    font-size: 1.2rem;
  }
  .grid-temp-col-3-pc .pattern-table__content__row > div {
    width: 27rem;
  }
  .grid-temp-col-3-pc .pattern-table__content__row > div:first-of-type {
    width: 5rem;
    padding-left: 1rem;
  }
  .pattern-table__content-border .pattern-table__content__row > div:not(:first-of-type) {
    padding-left: 2rem;
    border: solid var(--custom_style_color_gray);
    border-width: 0 0 0 1px;
  }
}
@media screen and (max-width: 767px) {
  .pattern-table {
    width: 31rem;
    max-width: 100%;
    margin-top: 4rem;
  }
  .pattern-table:first-child {
    margin-top: 0;
  }
  .pattern-table__content {
    margin: 0 auto 3rem;
  }
  .pattern-table__content__row {
    gap: 1rem;
  }
  .pattern-table__content__row.pattern-table__content__row-border-top-sp {
    border-width: 1px 0;
  }
  .pattern-table-noborder .pattern-table__content__row.pattern-table__content__row-noborder {
    border-width: 0 0 1px;
  }
  .pattern-table-noborder .pattern-table__content__row.pattern-table__content__row-noborder:last-child {
    padding-bottom: 0;
  }
  .pattern-table__content__row > div {
    font-size: 1rem;
    width: 100%;
  }
  .pattern-table__content__row > div:first-of-type {
    padding-left: 1.7rem;
    position: relative;
  }
  .pattern-table__content__row > div:first-of-type > * {
    font-size: 1.2rem;
  }
  .pattern-table__content__row > div:first-of-type::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 0.9rem;
    height: 1px;
    background-color: var(--custom_style_color_gray);
  }
  .pattern-table__content__row > div:last-child > * {
    font-size: 1.1rem;
  }
  .pattern-table__content-v-border .pattern-table__content__row > div:first-of-type {
    border: solid var(--custom_style_color_gray);
    border-width: 0 1px 0 0;
  }
}
/*
* アンカー3カラム
*
*
*/
div.anchor-list > div {
  display: grid;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  div.anchor-list > div {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 4rem;
    margin-top: 20rem;
  }
  div.anchor-list.anchor-list-4c-pc > div {
    grid-template-columns: repeat(4, 21rem);
  }
  div.anchor-list.anchor-list-2c-pc > div {
    grid-template-columns: repeat(2, 29.5rem);
  }
}
@media screen and (max-width: 767px) {
  div.anchor-list > div {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
    margin-top: 6rem;
  }
  div.anchor-list.anchor-list-4c-pc > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 2rem;
  }

  div.anchor-list.anchor-list-2c-sp > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
/*
* サイド見出しセクションタイトル
*
*
*/
.pattern-dc-v-heading-sec .pattern-dc-v-heading-sec__heading__container {
  justify-self: center;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 5.5rem;
}

.pattern-dc-v-heading-sec__sticky__nav {
  position: relative;
}
.pattern-dc-v-heading-sec__sticky__nav::before {
  content: "";
  position: absolute;
  left: 0;
  translate: -50% 0;
  top: 0.5em;
  bottom: 0.5em;
  width: 1px;
  background-color: var(--custom_style_color_gray);
}
.pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item {
  padding-left: 2.3rem;
  position: relative;
}
.pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item:first-child:before,
.pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item:last-child:before {
  width: 1rem;
}
.pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: -50% -50%;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 0.5rem;
  background-color: var(--custom_style_color_gold);
}

@media screen and (min-width: 768px) {
  .pattern-dc-v-heading-sec {
    margin: 28rem auto 0;
  }
  .pattern-dc-v-heading-sec__contents .pattern-table {
    width: 100%;
  }
  .pattern-dc-v-heading-sec .pattern-dc-v-heading-sec__sticky {
    position: sticky;
    top: 50%;
    margin-top: 27.8rem;
    margin-bottom: -27.8rem;
    translate: 0 -50%;
    z-index: 99;
  }
  .pattern-dc-v-heading-sec__sticky__nav {
    position: relative;
  }
  .pattern-dc-v-heading-sec__sticky__nav::before {
    content: "";
    position: absolute;
    left: 0;
    translate: -50% 0;
    top: 0.5em;
    bottom: 0.5em;
    width: 1px;
    background-color: var(--custom_style_color_gray);
  }
  .pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item {
    padding-left: 2.3rem;
    position: relative;
  }
  .pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item:first-child:before,
  .pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item:last-child:before {
    width: 1rem;
  }
  .pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    translate: -50% -50%;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 0.5rem;
    background-color: var(--custom_style_color_gold);
  }
}
@media screen and (max-width: 767px) {
  .pattern-dc-v-heading-sec {
    margin: 10rem auto 0;
  }
  .pattern-dc-v-heading-sec .pattern-dc-v-heading-sec__heading__container {
    padding: 0;
    justify-content: center;
    align-self: start;
    grid-auto-flow: column;
    gap: 1.9rem;
    margin-bottom: 3rem;
  }
  .pattern-dc-v-heading-sec .pattern-dc-v-heading-sec__sticky br {
    display: none;
  }
  .pattern-dc-v-heading-sec__contents .pattern-dc-v-heading-sec__contents__slide {
    display: grid;
    grid-auto-flow: column;
    overflow: scroll;
    gap: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
  }
  .pattern-dc-v-heading-sec__contents__slide__item {
    width: 31rem;
    scroll-snap-align: center;
  }
  .pattern-dc-v-heading-sec__contents__slide__item picture {
    width: 31rem;
    height: 24rem;
  }
  .pattern-dc-v-heading-sec__contents__slide__item:first-child {
    margin-left: 4rem;
  }
  .pattern-dc-v-heading-sec__contents__slide__item:last-child {
    margin-right: 4rem;
  }
  .pattern-dc-v-heading-sec__sticky__nav {
    position: relative;
    width: 31rem;
    margin: auto;
  }
  .pattern-dc-v-heading-sec__sticky__nav::before {
    content: "";
    position: absolute;
    left: 0;
    translate: -50% 0;
    top: 0.5em;
    bottom: 0.5em;
    width: 1px;
    background-color: var(--custom_style_color_gray);
  }
  .pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item {
    padding-left: 2.3rem;
    position: relative;
  }
  .pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item:first-child:before,
  .pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item:last-child:before {
    width: 1rem;
  }
  .pattern-dc-v-heading-sec__sticky__nav > .pattern-dc-v-heading-sec__sticky__nav__item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    translate: -50% -50%;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 0.5rem;
    background-color: var(--custom_style_color_gold);
  }
  .pattern-dc-v-heading-sec__contents__scrollbar .progress {
    width: 10rem;
  }
  .pattern-dc-v-heading-sec .pattern-dc-v-heading-sec__heading__container .section-sub-heading.is-anim {
    order: 1;
  }
  .pattern-dc-v-heading-sec .pattern-dc-v-heading-sec__heading__container .section-sub-heading.is-anim.is-anim-active::after {
    height: 100%;
  }
  .pattern-dc-v-heading-sec .pattern-dc-v-heading-sec__heading__container .section-sub-heading.is-anim::after {
    bottom: unset;
    left: -0.8rem;
    top: 0;
    height: 0;
    width: 1px;
    transition: height 0.5s 0.6s;
  }
}
.pattern__tags {
  display: inline-block;
  border: solid 1px var(--custom_style_color_gold);
  width: fit-content;
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  transition: opacity 0.3s;
  line-height: 1;
}
select.pattern__tags {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0.5rem 3rem 0.5rem 2rem;
  position: relative;
}
button.pattern__tags,
select.pattern__tags {
  cursor: pointer;
}
.pattern__tags--outer {
  position: relative;
  display: inline-block;
}
.pattern__tags--outer::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.45rem;
  translate: 0 -50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-block-end: solid 1px var(--custom_style_color_black);
  border-inline-end: solid 1px var(--custom_style_color_black);
  rotate: 0.125turn;
}

.pattern__tags-sm {
  border: solid 1px var(--custom_style_color_gold);
  width: fit-content;
  border-radius: 3rem;
  padding: 0.4rem 0.9rem;
  transition: opacity 0.3s;
}

button.pattern__tags {
  background-color: transparent;
}

a.pattern__tags:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .pattern__tags {
    font-size: 1rem;
    margin: 0.7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .pattern__tags {
    font-size: 0.9rem;
  }
}
.pattern-table__content__row > div:first-of-type {
  width: 13.5rem;
}

.pattern-table__content__row__head {
  gap: 1rem;
  margin: 0;
}
.pattern-table__content__row__head .pattern__tags {
  letter-spacing: 0;
  line-height: 1;
}
.pattern-table__content__row__head .pattern__tags:hover {
  opacity: 1;
}
.pattern-table__content__row__head > div:last-child {
  letter-spacing: 0.1em;
  align-self: center;
}

@media screen and (min-width: 768px) {
  .pattern-table-list .pattern-table__content__row > div {
    width: 69rem;
  }
  .pattern-table-list .pattern-table__content__row > div:first-of-type {
    width: 11.5rem;
  }
  .pattern-table-corporate.pattern-table-noborder .pattern-table__content__row > div:first-of-type {
    width: 12rem;
  }
  .pattern-table-list.pattern-table {
    width: 84rem;
  }
  .pattern-table-list .pattern-table__content__row {
    letter-spacing: 0.1em;
  }
  .pattern-table-list .pattern-table__content__row .pattern__tags {
    font-size: 1rem;
    margin: 0;
    padding: 0.5rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pattern-table-list .pattern-table__content__row {
    gap: 0;
  }
  .pattern-table-list .pattern-table__content__row > div:first-of-type {
    width: 7rem;
    padding: 0;
  }
  .pattern-table-list .pattern-table__content__row > div:first-of-type > div {
    width: 7rem;
  }
  .pattern-table__content-list .pattern-table__content__row > div:first-of-type::before {
    content: unset;
  }
  .pattern-table-list .pattern-table__content__row > div:first-of-type::before {
    content: unset;
  }
  .pattern-table-list .pattern-table__content__row > div {
    align-self: flex-end;
  }
}
.pattern-table-noborder .pattern-table__content__row > div {
  align-self: flex-start;
}

/* .external-link-btn.link-btn::after,
.gmap-link-btn.link-btn::after {
  rotate: -0.125turn;
} */

@media screen and (min-width: 768px) {
  .pattern-table-noborder .pattern-table__content__row {
    padding: 4rem 0;
  }
  .pattern-table-noborder .pattern-table__content__row > div:first-of-type {
    width: 24rem;
  }
  .pattern-table-noborder .pattern-table__content__row > div {
    align-self: flex-start;
  }
  .pattern-table-noborder .link-btn {
    margin-top: 3rem;
  }
  .pattern-table-noborder iframe {
    margin-top: 4rem;
    width: 57rem;
    height: 34rem;
  }
  .pattern-table-noborder .pattern-table__content__row > div > p:nth-of-type(n + 2) {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-table-noborder .pattern-table__content__row > div:first-of-type::before {
    background-color: var(--custom_style_color_gold);
  }
  .pattern-table-noborder .pattern-table__content__row {
    padding: 3.5rem 0;
  }
  .pattern-table-noborder .pattern-table__content__row:first-child {
    /* padding-top: 0; */
  }
  .pattern-table-noborder .link-btn {
    margin-top: 2.5rem;
  }
  .pattern-table-noborder iframe {
    margin-top: 2.5rem;
    width: 31rem;
    height: 18rem;
  }
  .pattern-table-noborder .pattern-table__content__row > div > p:nth-of-type(n + 2) {
    margin-top: 1rem;
  }
}
.pattern-table-border .pattern-table__content__row {
  border-width: 1px 0 0 0;
}

@media screen and (min-width: 768px) {
  .pattern-table-border .pattern-table {
    width: 36rem;
    margin: 0;
  }
  .pattern-table-border .pattern-table__content__row {
    padding: 1.6rem 0;
  }
  .pattern-table-border .pattern-table__content__row > div:first-of-type {
    width: 5.3rem;
  }
  .pattern-table-border .pattern-table__content__row > div {
    align-self: flex-start;
    width: 29rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-table-border .pattern-table {
    width: 31rem;
    margin: 3rem 0;
  }
  .pattern-table-border .pattern-table__content__row {
    padding: 2rem 0;
  }
  .pattern-table-border .pattern-table__content__row > div:first-of-type {
    width: 4.9rem;
  }
  .pattern-table-border .pattern-table__content__row > div {
    align-self: flex-start;
    width: 26rem;
    font-size: 1rem;
  }
  .pattern-table-border .pattern-table__content__row > div:first-of-type {
    padding: 0;
  }
  .pattern-table-border .pattern-table__content__row > div:first-of-type::before {
    content: unset;
  }
}
.pattern-reserve__item {
  max-width: 36rem;
}

.pattern-reserve__item__title {
  font-weight: 400;
  line-height: 2.55;
}
.pattern-reserve__item__title:first-of-type {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .pattern-reserve {
    margin-top: 10rem;
  }
  .pattern-reserve__item__title {
    font-size: 1.6rem;
  }
  .pattern-reserve__item__title:first-of-type {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-reserve {
    margin-top: 5rem;
  }
  .pattern-reserve__item .pattern-table,
  .pattern-reserve__item .pattern-table__content {
    margin-bottom: 2rem;
  }
  .pattern-reserve__item__title {
    font-size: 1.4rem;
  }
  .pattern-reserve__item__title:first-of-type {
    font-size: 2rem;
  }
}
/*
* 3カラムボックス
*
*
*/
.pattern-borderbox {
  border: solid var(--custom_style_color_gray);
  display: grid;
  place-items: center;
}

.pattern-borderbox > .wp-block-group__inner-container {
  display: grid;
  place-items: center;
}

.pattern-borderbox__text {
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .pattern-borderbox {
    border-width: 1px;
    padding: 3rem 0 7rem;
  }
  .pattern-borderbox__title.section-sub-heading {
    font-size: 1.2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-borderbox {
    border-width: 1px 0px;
    padding: 5rem 0;
  }
  .pattern-borderbox__title.section-sub-heading {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .pattern-borderbox__text br {
    display: none;
  }
}
/*
* カードデザイン
*
*
*/
@media screen and (min-width: 768px) {
  .card_wrapper {
    border: 1px solid #dcdcdc;
    padding: 6rem;
  }
}
/*
* アコーディオン
*
*
*/
@media screen and (min-width: 768px) {
  .facility-accordion-container {
    margin: 5rem auto;
    width: 84rem;
  }
}
@media screen and (max-width: 767px) {
  .facility-accordion-container {
    margin: 5rem auto;
    width: 31rem;
  }
}
.pattern-accordion-box__title {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  border: solid 1px var(--custom_style_color_gray);
  border-bottom-color: transparent;
  display: grid;
  padding: 0 2rem;
  align-content: center;
  width: 100%;
  height: 6rem;
  position: relative;
  transition: opacity 0.3s;
}

.pattern-accordion-box__title::before,
.pattern-accordion-box__title::after {
  content: "";
  position: absolute;
  background-color: var(--custom_style_color_black);
  width: 1.5rem;
  height: 0.1rem;
  transition: scale 0.5s;
  top: 50%;
  translate: 0 -50%;
  right: 2rem;
}

.pattern-accordion-box__title::before {
  rotate: 0.25turn;
}

.pattern-accordion-box__title.is-accordion-active::before {
  scale: 0;
}

.pattern-accordion-border__title {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  border: solid var(--custom_style_color_gray);
  border-width: 0 0 1px;
  background: transparent;
  color: var(--custom_style_color_black);
  padding: 4rem 0 3rem;
  transition: border-color 1s;
  position: relative;
}
.pattern-accordion-border__title::before,
.pattern-accordion-border__title::after {
  content: "";
  position: absolute;
  background-color: var(--custom_style_color_black);
  width: 0.1rem;
  height: 1.5rem;
  transition: scale 0.5s;
  top: 4rem;
  right: 1.5rem;
}
.pattern-accordion-border__title::before {
  rotate: 0.25turn;
}
.pattern-accordion-border__title.is-accordion-active {
  border-color: transparent;
}
.pattern-accordion-border__title.is-accordion-active::after {
  scale: 0;
}

.pattern-accordion-box__container,
.pattern-accordion-border__container {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s;
}
.pattern-accordion-box__container > div,
.pattern-accordion-border__container > div {
  overflow: hidden;
}

.is-accordion-active + .pattern-accordion-box__container,
.is-accordion-active + .pattern-accordion-border__container {
  grid-template-rows: 1fr;
}

.pattern-accordion-box__container {
  transition: grid-template-rows 0.5s, padding 0.5s;
  padding-left: 2rem;
  padding-right: 3rem;
  border: solid 1px var(--custom_style_color_gray);
  border-top-width: 0px;
}

.pattern-accordion-box.type-2 .pattern-accordion-box__title {
  padding: 0 4rem;
}

.pattern-accordion-box.type-2 .pattern-accordion-box__container {
  padding: 0 4rem;
}

.is-accordion-active + .pattern-accordion-box__container {
  padding-bottom: 3rem;
}

.pattern-accordion-box.type-2 .is-accordion-active + .pattern-accordion-box__container {
  padding-bottom: 6rem;
}

.pattern-accordion-border__text {
  font-size: 1.2rem;
  padding: 4rem 0 2rem;
  text-decoration: none;
  display: block;
  line-height: 1;
  color: var(--custom_style_color_black);
  border-radius: 0;
  border: 0;
  border-bottom: solid 0.1rem var(--custom_style_color_gray);
  text-align: left;
  background: transparent;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pattern-accordion-border__text {
    width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-accordion-box.type-2 .pattern-accordion-box__title {
    padding: 0 3rem;
  }

  .pattern-accordion-box.type-2 .pattern-accordion-box__container {
    padding: 0 3rem;
  }

  .pattern-accordion-box.type-2 .is-accordion-active + .pattern-accordion-box__container {
    padding-bottom: 4rem;
  }
  .pattern-accordion-border__text {
    width: 100%;
  }
  .pattern-accordion-border__text:first-of-type {
    padding-top: 2.5rem;
  }
  .pattern-accordion-border__text {
    padding: 3rem 0 2rem;
  }
  .pattern-accordion-border__text:first-of-type {
    padding-top: 1rem;
  }
}
.facility-bus__item__title {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 3.5rem 0 2.5rem;
}

.pattern-list-table {
  margin-top: 3rem;
  border: solid var(--custom_style_color_gray);
  border-width: 1px 0;
  gap: 1.5rem;
  justify-content: start;
  padding: 1rem 0;
}

.pattern-list-table > div {
  flex-basis: unset !important;
  flex-grow: unset !important;
}

.pattern-list-table__heading {
  padding-right: 2.7rem;
  border: solid var(--custom_style_color_gray);
  border-width: 0 1px 0 0;
  width: 7.3rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  align-self: center;
}

.pattern-list-table__data {
  width: 22.2rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .facility-bus__item__img {
    aspect-ratio: 57/37;
  }
  .facility-bus__item__title {
    font-size: 2rem;
    margin: 4rem 0 3rem;
  }
  .pattern-list-table {
    padding: 1.6rem 0;
  }
  .pattern-list-table__heading {
    width: 7.9rem;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .pattern-list-table__data {
    width: 47rem;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .facility-bus__item__img {
    aspect-ratio: 62/41;
  }
}
.pattern-table-tagged {
  width: 31rem;
  margin: auto;
}

.pattern-table-tagged .pattern-table-tagged__content .pattern-table-tagged__content__row {
  gap: 1.5rem;
  padding: 2rem 0;
  border: solid var(--custom_style_color_gray);
  border-width: 0 0 1px;
  display: grid;
  gap: 1.2rem;
  width: 100%;
}
.pattern-table-tagged .pattern-table-tagged__content .pattern-table-tagged__content__row .pattern__tags {
  line-height: 1;
  padding: 0.5rem 0;
  min-width: 6rem;
  width: fit-content;
  margin: 0;
}

.pattern-table-tagged__content .pattern-table-tagged__content__row .pattern-table-tagged__content__row__data > div {
  margin: 0;
  display: grid;
  grid-template-columns: 4.3rem auto;
  gap: 1rem;
}

.pattern-table-tagged__content__row__data__time {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.pattern-table-tagged__content__row__data__text {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  width: 100%;
  padding-left: 1.5rem;
  border: solid var(--custom_style_color_gray);
  border-width: 0 0 0 1px;
}

.pattern-table-tagged__content__row__tag,
.pattern-table-tagged__content__row__data__time,
.pattern-table-tagged__content__row__data__text {
  align-self: center;
}

@media screen and (min-width: 768px) {
  .pattern-table-tagged {
    width: 100%;
    margin: auto;
  }
  .pattern-table-tagged .is-accordion.link-btn {
    display: none;
  }
  .pattern-table-tagged.pattern-awards .pattern-table-tagged__content__row__data__text .pattern-table-tagged__content__row__data__text__item {
    width: 24rem;
  }
  .pattern-table-tagged .pattern-table-tagged__content .pattern-table-tagged__content__row {
    grid-auto-flow: column;
    justify-content: start;
    gap: 1rem;
    width: 100%;
  }
  .pattern-table-tagged__content__row__data {
    align-content: center;
  }
  .pattern-table-tagged__content .pattern-table-tagged__content__row .pattern-table-tagged__content__row__data > div {
    grid-template-columns: 5rem auto;
  }
  .pattern-table-tagged__content__row__data__time {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .pattern-table-tagged__content__row__data__text {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .pattern-table-tagged__content__row__tag,
  .pattern-table-tagged__content__row__data__time,
  .pattern-table-tagged__content__row__data__text {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .pattern-table-tagged.pattern-awards .pattern-table-tagged__content__row__data__text .pattern-table-tagged__content__row__data__text__item {
    width: 10rem;
  }
  .pattern-table-tagged {
    width: 31rem;
    margin: auto;
  }
  .pattern-table-tagged > div {
    display: grid;
  }
  .pattern-table-tagged .is-accordion.link-btn {
    order: 1;
    margin: 4rem auto;
  }
  .pattern-table-tagged .is-accordion.link-btn.is-accordion-active {
    display: none;
  }
  .pattern-table-tagged .is-accordion.link-btn::after {
    width: 1.1rem;
    height: 1.1rem;
    clip-path: polygon(55% 0, 45% 0, 45% 45%, 0% 45%, 0% 55%, 45% 55%, 45% 100%, 55% 100%, 55% 55%, 100% 55%, 100% 45%, 55% 45%);
  }
  .pattern-table-tagged .pattern-table-tagged__content .pattern-table-tagged__content__row {
    gap: 1.5rem;
    padding: 2rem 0;
    border: solid var(--custom_style_color_gray);
    border-width: 0 0 1px;
    display: grid;
    gap: 1.2rem;
    width: 100%;
  }
  .pattern-table-tagged .pattern-table-tagged__content .pattern-table-tagged__content__row.pattern-table-tagged__content__row-border-top-sp {
    border-width: 1px 0;
  }
  .pattern-table-tagged .pattern-table-tagged__content .pattern-table-tagged__content__row .pattern__tags {
    line-height: 1;
    padding: 0.5rem 0;
    min-width: 6rem;
    width: fit-content;
    margin: 0;
  }
  .pattern-table-tagged__content .pattern-table-tagged__content__row .pattern-table-tagged__content__row__data > div {
    margin: 0;
    display: grid;
    grid-template-columns: 4.3rem auto;
    gap: 1rem;
  }
  .pattern-table-tagged__content__row__data__time {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .pattern-table-tagged__content__row__data__text {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    width: 100%;
    padding-left: 1.5rem;
    border: solid var(--custom_style_color_gray);
    border-width: 0 0 0 1px;
  }
  .pattern-table-tagged__content__row__tag,
  .pattern-table-tagged__content__row__data__time,
  .pattern-table-tagged__content__row__data__text {
    align-self: center;
  }
  .pattern-table-tagged .pattern-table-tagged__content-more .pattern-table-tagged__content__row:nth-of-type(n + 8) {
    display: none;
  }
  .pattern-table-tagged .pattern-table-tagged__content-more .is-accordion-active ~ .pattern-table-tagged__content__row:nth-of-type(n + 8) {
    display: grid;
  }
}
/*
* 小さい見出し中央寄せコピー付き
*
*
*/
.pattern-section-heading-copy-center-aligned__title {
  margin: 0;
}

.pattern-section-heading-copy-center-aligned__text {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .pattern-section-heading-copy-center-aligned .pattern-section-heading-copy-center-aligned__title + .pattern-section-heading-copy-center-aligned__text {
    margin-top: 6rem;
  }
  .pattern-section-heading-copy-center-aligned__text:nth-child(n + 2) {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-section-heading-copy-center-aligned .pattern-section-heading-copy-center-aligned__title + .pattern-section-heading-copy-center-aligned__text {
    margin-top: 4rem;
  }
  .pattern-section-heading-copy-center-aligned__text:nth-child(n + 2) {
    margin-top: 0;
  }
}
/*
* 横棒付き小さい見出し
*
*
*/
.pattern-parts-section-heading-bar {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.pattern-parts-section-heading-bar::after,
.pattern-parts-section-heading-bar::before {
  align-self: center;
  height: 1px;
  flex-grow: 1;
  background-color: var(--custom_style_color_gray);
}

@media screen and (min-width: 768px) {
  .pattern-parts-section-heading-bar {
    gap: 1.5rem;
    margin: 6rem auto 4rem;
    max-width: 120rem;
  }
  .pattern-parts-section-heading-bar::after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .pattern-parts-section-heading-bar {
    gap: 1rem;
    margin: 4rem auto 3rem;
    max-width: 31rem;
  }
  .pattern-parts-section-heading-bar::after,
  .pattern-parts-section-heading-bar::before {
    content: "";
  }
  .pattern-parts-section-heading-bar.pattern-parts-section-heading-bar-start-sp::before {
    content: unset;
  }
}
/*
* 横棒付き小さい見出し(old)
* 
*
*/
.pattern-section-heading-bar {
  display: flex;
}
.pattern-section-heading-bar::after,
.pattern-section-heading-bar::before {
  align-self: center;
  height: 1px;
  flex-grow: 1;
  background-color: var(--custom_style_color_gray);
}

@media screen and (min-width: 768px) {
  .pattern-section-heading-bar {
    gap: 1.5rem;
  }
  .pattern-section-heading-bar::after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .pattern-section-heading-bar {
    gap: 1rem;
  }
  .pattern-section-heading-bar::after,
  .pattern-section-heading-bar::before {
    content: "";
  }
  .pattern-section-heading-bar.pattern-section-heading-bar-start-sp::before {
    content: unset;
  }
}
/*
* 中サイズ見出し付き小見出しとテキストパターン
*
*
*/
.pattern-section-heading-small-with-text {
  display: grid;
  gap: 1.5rem;
}

.contact-reserve__title {
  line-height: 1.5;
}
.contact-reserve__wrap {
  border-block: 0.1rem solid #dcdcdc;
}
.contact-reserve__wrap__contents__text-md {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.contact-reserve__wrap__contents__text-lg {
  line-height: 1.2;
}
.contact-reserve__wrap__contents__text-sm:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .contact-reserve {
    margin-top: 20rem;
    padding-inline: 12rem;
  }
  .contact-reserve__title {
    font-size: 1.4rem;
    margin-bottom: 8rem;
  }
  .contact-reserve__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-block: 10rem;
  }
  .contact-reserve__wrap__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .contact-reserve__wrap__contents:not(:last-child) {
    border-right: 0.1rem solid #dcdcdc;
  }
  .contact-reserve__wrap__contents__text-md {
    font-size: 1.4rem;
  }
  .contact-reserve__wrap__contents__text-lg {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .contact-reserve__wrap__contents__text-sm {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .contact-reserve {
    margin-top: 8rem;
    padding-inline: 4rem;
  }
  .contact-reserve__title {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
  .contact-reserve__wrap {
    display: block !important;
    padding-block: 5rem;
  }
  .contact-reserve__wrap__contents:not(:last-child) {
    padding-bottom: 5rem;
    border-bottom: 0.1rem solid #dcdcdc;
    margin-bottom: 5rem;
  }
  .contact-reserve__wrap__contents__text-md {
    font-size: 1.2rem;
  }
  .contact-reserve__wrap__contents__text-lg {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .contact-reserve__wrap__contents__text-sm {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.faq {
  margin-top: 28rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.faq__title {
  padding-inline: 22rem 12rem;
}
.faq__title-en {
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #333333;
  margin-bottom: 4rem;
}
.faq__title-ja {
  font-size: 2.8rem;
  line-height: 1.15;
}
.faq__list {
  width: 84rem;
}
.faq__list__item {
  border: solid #dcdcdc;
  border-width: 0.1rem 0.1rem 0;
}
.faq__list__item:not(:last-child) {
  border-width: 0.1rem;
}
.faq__list__item__contents__q::before,
.faq__list__item__contents__a::before {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
}
.faq__list__item__contents__q::before {
  content: "Q.";
}
.faq__list__item__contents__a::before {
  content: "A.";
}

/*
*
*
*
*
*/
.pattern-table-card {
  margin: 0 auto;
}
.pattern-table-card .pattern-table__content__row {
  padding: 1.6rem 0;
}
.pattern-table-card .pattern-table__content__row > div {
  font-size: 1.1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .pattern-table-card .pattern-table__content__row {
    padding: 1rem 0;
  }
  .pattern-table-card .pattern-table__content__row > div {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.page .pswp__img {
  width: 96rem !important;
  height: auto !important;
}
.page .pswp__img,
.page .pswp__zoom-wrap {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.page .pswp__img--placeholder {
  display: none;
}

.pattern-dc-sec-v-heading {
  display: grid;
}
.pattern-dc-sec-v-heading > div {
  justify-content: center;
}

.pattern-dc-sec-v-heading__wrap__title {
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0;
}

.pattern-dc-sec-v-heading__text {
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .pattern-dc-sec-v-heading {
    grid-template-columns: auto auto !important;
    gap: 11.5rem;
  }
  .pattern-dc-sec-v-heading > div {
    grid-template-columns: auto auto;
    gap: 11.5rem;
  }
  .pattern-dc-sec-v-heading__wrap__title {
    font-size: 4rem;
  }
  .pattern-dc-sec-v-heading__text {
    font-size: 1.4rem;
    line-height: 2.45;
  }
}
@media screen and (max-width: 767px) {
  .pattern-dc-sec-v-heading {
    grid-template-columns: auto !important;
    gap: 5rem;
    justify-items: center;
  }
  .pattern-dc-sec-v-heading > div {
    grid-template-columns: auto;
    gap: 5rem;
    justify-items: center;
  }
  .pattern-dc-sec-v-heading__wrap {
    order: -1;
  }
  .pattern-dc-sec-v-heading__wrap__title {
    font-size: 3.2rem;
  }
  .pattern-dc-sec-v-heading__text {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.4;
  }
}
.pattern-side_by_side_img_vrl_sec-item {
  display: grid !important;
  grid-auto-flow: column;
  align-items: center;
}

.pattern-side_by_side_img_vrl_sec-item-reverse .pattern-side_by_side_img_vrl_sec-item__img {
  order: 2;
}

.pattern-side_by_side_img_vrl_sec-item__img img {
  object-fit: cover;
}

.pattern-side_by_side_img_vrl_sec-item__heading {
  display: grid !important;
  width: 100%;
}

.pattern-side_by_side_img_vrl_sec-item__heading__title {
  line-height: 1.15;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.pattern-side_by_side_img_vrl_sec-item__content {
  display: grid !important;
  justify-items: center;
  align-self: start;
}

@media screen and (min-width: 768px) {
  .pattern-side_by_side_img_vrl_sec-item {
    grid-template-columns: 58.333% auto !important;
    gap: 8rem 0;
  }
  .pattern-side_by_side_img_vrl_sec-item-reverse {
    grid-template-columns: auto 58.333% !important;
  }
  .pattern-side_by_side_img_vrl_sec-item__img {
    grid-row: 1/3;
    width: 84rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__img img {
    aspect-ratio: 6/5;
    width: 84rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__heading {
    justify-items: center;
    align-self: end;
    gap: 6.3rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__heading__title {
    font-size: 2.8rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__content {
    gap: 4rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__content__text {
    max-width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-side_by_side_img_vrl_sec-item {
    grid-template-columns: 63.333% auto !important;
    gap: 4rem 0;
  }
  .pattern-side_by_side_img_vrl_sec-item-reverse {
    grid-template-columns: auto 63.333% !important;
  }
  .pattern-side_by_side_img_vrl_sec-item__img {
    width: 24.7rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__img img {
    aspect-ratio: 247/263;
    width: 24.7rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__heading {
    justify-content: center;
    align-self: start;
    grid-auto-flow: column;
    gap: 1.9rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__heading .section-sub-heading.is-anim {
    order: 1;
  }
  .pattern-side_by_side_img_vrl_sec-item__heading .section-sub-heading.is-anim::after {
    bottom: unset;
    left: -0.8rem;
    top: 0;
    height: 0;
    width: 1px !important;
    transition: height 0.5s 0.6s;
  }
  .pattern-side_by_side_img_vrl_sec-item__heading .section-sub-heading.is-anim.is-anim-active::after {
    height: 100%;
  }
  .pattern-side_by_side_img_vrl_sec-item__heading__title {
    font-size: 2rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__content {
    grid-column: 1/3;
    grid-row: 2/3;
    gap: 3rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__content__text {
    width: 31rem;
  }
  .pattern-side_by_side_img_vrl_sec-item__content__link {
    justify-self: center;
    margin-left: 4rem;
  }
}
/*
* テキストパターン
*
*
* mt6-pc mt4-sp ml12-pc mra-pc mauto-sp limited-60-31
* mt6-pc mt4-sp ml12-pc mra-pc mauto-sp limited-72-31
* mt6-pc mt4-sp mauto limited-72-31
*/
.pattern-text-wide-left,
.pattern-text-wide-center,
.pattern-text-wide-right,
.pattern-text-left,
.pattern-text-center,
.pattern-text-right {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .pattern-text-wide-left,
  .pattern-text-wide-center,
  .pattern-text-wide-right {
    max-width: 72rem;
  }
  .pattern-text-left,
  .pattern-text-center,
  .pattern-text-right {
    max-width: 60rem;
  }
  .pattern-text-wide-left,
  .pattern-text-left {
    margin-left: 12rem;
  }
  .pattern-text-wide-right,
  .pattern-text-right {
    margin-right: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-text-wide-left,
  .pattern-text-wide-center,
  .pattern-text-wide-right,
  .pattern-text-left,
  .pattern-text-center,
  .pattern-text-right {
    max-width: 31rem;
    margin-top: 4rem;
  }
}
/*
* フローティングナビ
* 
*/
@media screen and (min-width: 768px) {
  .pattern-floating-nav__container {
    position: relative;
    z-index: 1;
  }
  .pattern-floating-nav__list {
    position: fixed;
    pointer-events: none;
    background-color: rgba(255, 255, 250, 0.96);
    opacity: 0;
    top: 50%;
    left: 0;
    display: grid;
    gap: 2.5rem;
    transform: translateY(-50%);
    z-index: 11;
    transition: ease-in-out opacity 0.3s;
    padding: 4rem;
  }
  .pattern-floating-nav__list.pattern-floating-nav__list-active {
    opacity: 1;
    pointer-events: auto;
  }
  .pattern-floating-nav__list__item {
    position: relative;
    opacity: 0.3;
    font-style: 1.2rem;
    line-height: 1;
    transition: opacity 0.3s;
  }
  .pattern-floating-nav__list__item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 0.8rem);
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--custom_style_color_gold);
    border-radius: 100%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .pattern-floating-nav__list__item.pattern-floating-nav__list__item-active {
    opacity: 1;
  }
  .pattern-floating-nav__list__item.pattern-floating-nav__list__item-active::before {
    opacity: 1;
  }
  .pattern-floating-nav__list-wide {
    padding: 4rem;
  }
  .pattern-floating-nav__list-nallow {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-floating-nav__list {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .flex-column {
    width: 112rem;
    gap: 6rem 2rem;
  }
  .flex-column > div {
    width: calc(33.33% - 1.3333333333rem);
  }
}
@media screen and (max-width: 767px) {
  .flex-column {
    width: 31rem;
    gap: 2.2rem 1rem;
  }
  .flex-column > div {
    width: calc(50% - 1rem);
  }
}
.arts-facility__list {
  gap: 8rem 6rem;
  display: grid !important;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .arts-facility__list {
    width: 120rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .arts-facility__list {
    width: 31rem;
    grid-template-columns: auto;
  }
}
.pattern-table-2c-1c {
  display: grid;
}

@media screen and (min-width: 768px) {
  .pattern-table-2c-1c {
    grid-template-columns: 24rem auto !important;
    grid-auto-flow: column;
    padding-block: 4rem;
  }
  .pattern-table-2c-1c.pattern-table-2c-1c__wide {
    grid-template-columns: 30rem auto !important;
  }
}
@media screen and (max-width: 767px) {
  .pattern-table-2c-1c {
    grid-template-columns: auto !important;
    padding-block: 3rem;
  }
}

.fixd-bottom {
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.fixd-bottom .fixd-banner-link span {
  background: var(--custom_style_color_gold);
}

.fixd-bottom .fixd-banner-link span {
  display: block;
}

.fixd-bottom .fixd-banner-link a {
  font-size: 0.8rem;
  line-height: 2;
  padding: 1rem 0;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .fixd-bottom {
    left: 0;
    width: 100%;
  }
  .fixd-bottom.wf {
    bottom: 0.3rem;
  }

  .fixd-bottom .fixd-banner-link a {
    font-size: 0.9rem;
    padding: 1rem 0;
  }
}

@media screen and (min-width: 768px) {
  .fixd-bottom {
    right: 6rem;
    bottom: 4.5rem;
    width: 20rem;
  }
  .fixd-bottom.wf {
    right: 0;
    bottom: 0.4rem;
    opacity: 0.8;
  }

  .fixd-bottom.wf a {
    font-size: 1.4rem;
  }

  .fixd-bottom .fixd-banner-link a {
    font-size: 1.2rem;
    padding: 1.3rem 0;
  }
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 10;
}

.sticky-bottom {
  position: sticky;
  z-index: 10;
  transition: opacity 0.3s;
}
.sticky-bottom.is-hide-active {
  opacity: 0;
}

.sticky-banner-link {
  position: relative;
}
.sticky-banner-link::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #fff;
  translate: 0 -50%;
  clip-path: polygon(5% 0%, 100% 50%, 5% 100%, 0% 95%, 82.5% 50%, 0% 5%);
}

@media screen and (min-width: 768px) {
  .sticky-bottom {
    top: calc(100% - 10rem);
  }
  .sticky-banner-link::after {
    left: calc(100% + 4rem);
    height: 1.3rem;
    width: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .sticky-bottom {
    top: calc(100% - 9rem);
  }
  .sticky-banner-link::after {
    right: 1rem;
    height: 1.2rem;
    width: 0.6rem;
  }
}

.is-layout-flex.brand-list {
  display: grid;
}

.brand-list .brand-list__item {
  display: block;
  line-height: 1.5;
  color: var(--custom_style_color_black);
  border-radius: 0;
  border: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .brand-list {
    gap: 2rem 0;
  }

  .brand-list .brand-list__item {
    padding: 2.5rem 0;
  }

  .brand-list .brand-list__item:not(:nth-child(3n)) {
    border-right: solid 0.1rem var(--custom_style_color_gray);
  }

  .brand-list-4 .brand-list__item:not(:nth-child(4n)) {
    border-right: solid 0.1rem var(--custom_style_color_gray);
  }

  .brand-list-4 .brand-list__item:nth-child(4n) {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .brand-list .brand-list__item {
    padding: 2rem 0;
    border-bottom: solid 0.1rem var(--custom_style_color_gray);
  }
}

@media screen and (max-width: 767px) {
  .scrollable-column {
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .scrollable-column::-webkit-scrollbar {
    display: none;
  }

  .scrollable-column .scrollable-column__item {
    flex-shrink: 0;
  }

  .scroll-container {
    position: relative;
  }

  .custom-scrollbar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 31rem;
    height: 1px; /* スクロールバーの高さ */
    background: #dcdcdc;
  }

  .custom-scrollbar-thumb {
    background: #9f9038;
    width: 30%; /* 初期幅（JSで変更される） */
    height: 1px;
    transform: translateX(0);
    transition: transform 0.1s linear;
  }
}

.flow-column .flow-column__item {
  position: relative;
}

.flow-column .flow-column__item:not(:last-child):before {
  position: absolute;
  content: "▶︎";
  color: #d9d9d9;
}

@media screen and (min-width: 768px) {
  .flow-column .flow-column__item:not(:last-child):before {
    font-size: 1.6rem;
    top: 50%;
    transform: translateX(50%);
  }

  .flow-column.flow-column-4 .flow-column__item:not(:last-child):before {
    right: -5rem;
  }

  .flow-column.flow-column-3 .flow-column__item:not(:last-child):before {
    right: -8rem;
  }
}

@media screen and (max-width: 767px) {
  .flow-column .flow-column__item:not(:last-child):before {
    font-size: 1.3rem;
    bottom: -3.5rem;
    left: 50%;
    translate: -50% 50%;
    rotate: 90deg;
  }
}

body:has(.bg-gradation-anime) {
  position: relative;
  background: none;
}

body:has(.bg-gradation-anime):before {
  position: fixed;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f0e7e0, #fffffa, #f0e7e0);
  background-size: 200% 200%;
  animation: gradientAnimation 3s infinite alternate;
  z-index: -1;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 100%;
  }
}

.modal-wrap:before,
.modal-wrap:after {
  position: absolute;
  content: "";
  height: 1px;
  right: 2rem;
  bottom: 2rem;
  background: white;
  z-index: 50;
}

.modal-wrap:after {
  transform: rotatez(90deg);
}

@media screen and (min-width: 768px) {
  .modal-wrap:before,
  .modal-wrap:after {
    width: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .modal-wrap:before,
  .modal-wrap:after {
    width: 1.1rem;
  }
}

.grid-masonry {
  display: grid !important;
}

@media screen and (min-width: 768px) {
  .grid-masonry {
    grid-template-columns: 45rem 59.5rem; /* レスポンシブな列 */
    gap: 11rem 14rem;
  }

  .is-fade-in.is-fade-in-type2.grid-masonry-item:nth-child(3) {
    transform: translatey(-11rem);
  }
  .is-fade-in.is-fade-in-type2.grid-masonry-item:nth-child(5) {
    transform: translatey(-22rem);
  }
}

@media screen and (max-width: 767px) {
  .grid-masonry {
    grid-template-columns: 1fr;
    gap: 10rem;
  }
}

.editor-styles-wrapper .sticky-content {
  opacity: 1;
}

.sticky-content {
  opacity: 0;
  width: 100%;
  position: relative;
  transition: opacity 1.5s ease;
  position: fixed;
  pointer-events: none;
  z-index: 5;
}

.sticky-anim {
  height: 100lvh;
}

.sticky-anim.sticky-anim-active .sticky-content {
  pointer-events: unset;
  opacity: 1;
  transition: opacity 1.5s ease;
}

.sticky-progress {
  position: fixed;
  display: grid;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s ease;
}

.sticky-progress-item {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #333333;
  opacity: 0.3;
  transition: opacity 1.5s ease;
}

.sticky-anim.sticky-anim-active ~ .sticky-progress {
  opacity: 1;
}

.sticky-anim.sticky-anim-active:nth-of-type(1) ~ .sticky-progress .sticky-progress-item:nth-child(1),
.sticky-anim.sticky-anim-active:nth-of-type(2) ~ .sticky-progress .sticky-progress-item:nth-child(2),
.sticky-anim.sticky-anim-active:nth-of-type(3) ~ .sticky-progress .sticky-progress-item:nth-child(3),
.sticky-anim.sticky-anim-active:nth-of-type(4) ~ .sticky-progress .sticky-progress-item:nth-child(4) {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .editor-styles-wrapper .sticky-content {
    top: 0;
    translate: -50% 0;
  }

  .sticky-content {
    padding-right: 18rem;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }

  .sticky-progress {
    gap: 2rem;
    right: 12rem;
    top: 50%;
    translate: 0 -50%;
  }
}

@media screen and (max-width: 767px) {
  .sticky-content {
    padding: 0 4rem 0;
    top: 50%;
    translate: 0 -50%;
  }

  .sticky-content picture {
    width: 90%;
  }

  .sticky-progress {
    gap: 3rem;
    right: 4rem;
    top: 23rem;
  }
}

/*
* 汎用
*
*/
.d-block {
  display: block !important;
}

.cursor-pointer {
  cursor: pointer;
}

.text-deco-diamond {
  position: relative;
  padding-left: calc(1rem + 1em);
}
.text-deco-diamond::before {
  content: "◆";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: var(--custom_style_color_gold);
}

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

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

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

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

.align-self-start {
  align-self: start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: end;
}

.align-items-center {
  align-items: center !important;
}
.align-items-center .wp-block-group__inner-container {
  justify-content: center;
}

.justify-content-center {
  justify-content: center;
}
.justify-content-center .wp-block-group__inner-container {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}
.justify-content-end .wp-block-group__inner-container {
  justify-content: center;
}

.wrap-revert.wp-block-columns {
  flex-wrap: revert !important;
}

@media screen and (min-width: 768px) {
  .text-left-pc {
    text-align: left;
  }
  .text-center-pc {
    text-align: center;
  }
  .text-right-pc {
    text-align: right;
  }
  .text-justify-pc {
    text-align: justify;
  }
  .align-self-start-pc {
    align-self: start !important;
  }
  .align-self-center-pc {
    align-self: center;
  }
  .align-self-end-pc {
    align-self: end;
  }
  .justify-content-start-pc {
    justify-content: start;
  }
  .justify-content-start-pc > .wp-block-group__inner-container {
    justify-content: start;
  }
  .justify-content-center-pc {
    justify-content: center;
  }
  .justify-content-center-pc > .wp-block-group__inner-container {
    justify-content: center;
  }
  .justify-content-end-pc {
    justify-content: end;
  }
  .justify-content-end-pc > .wp-block-group__inner-container {
    justify-content: end;
  }
}
@media screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
  .text-center-sp {
    text-align: center;
  }
  .text-right-sp {
    text-align: right;
  }
  .text-justify-sp {
    text-align: justify;
  }
  .align-self-start-sp {
    align-self: start;
  }
  .align-self-center-sp {
    align-self: center;
  }
  .align-self-end-sp {
    align-self: end;
  }
  .justify-content-start-sp {
    justify-content: start !important;
  }
  .justify-content-start-sp > .wp-block-group__inner-container {
    justify-content: start;
  }
  .justify-content-center-sp {
    justify-content: center;
  }
  .justify-content-center-sp .wp-block-group__inner-container {
    justify-content: center;
  }
  .justify-content-end-sp {
    justify-content: end;
  }
  .justify-content-end-sp .wp-block-group__inner-container {
    justify-content: center;
  }
}
.grayscale {
  filter: grayscale(1);
}

.object-cover {
  object-fit: cover !important;
}
.object-cover > img {
  object-fit: cover !important;
}

.object-contain {
  object-fit: contain !important;
}
.object-contain > img {
  object-fit: contain !important;
}

.object-pos-top {
  object-position: top !important;
}
.object-pos-top > img {
  object-position: top !important;
}

.object-pos-bottom {
  object-position: bottom !important;
}
.object-pos-bottom > img {
  object-position: bottom !important;
}

.object-pos-left {
  object-position: left !important;
}
.object-pos-left > img {
  object-position: left !important;
}

.object-pos-right {
  object-position: right !important;
}
.object-pos-right > img {
  object-position: right !important;
}

.aspect-ratio-1_1 {
  aspect-ratio: 1/1;
}
.aspect-ratio-1_1 > img {
  aspect-ratio: 1/1;
}

.aspect-ratio-2_1 {
  aspect-ratio: 2/1 !important;
}
.aspect-ratio-2_1 > img {
  aspect-ratio: 2/1 !important;
}

.aspect-ratio-2_3 {
  aspect-ratio: 2/3;
}
.aspect-ratio-2_3 > img {
  aspect-ratio: 2/3;
}

.aspect-ratio-3_2 {
  aspect-ratio: 3/2;
}
.aspect-ratio-3_2 > img {
  aspect-ratio: 3/2;
}

.aspect-ratio-4_5 {
  aspect-ratio: 4/5;
}
.aspect-ratio-4_5 > img {
  aspect-ratio: 4/5;
}

.aspect-ratio-16_9 {
  aspect-ratio: 16/9;
}
.aspect-ratio-16_9 > img {
  aspect-ratio: 16/9;
}

.aspect-ratio-32_40 {
  aspect-ratio: 32/40;
}
.aspect-ratio-32_40 > img {
  aspect-ratio: 32/40;
}

.aspect-ratio-6_5 {
  aspect-ratio: 6/5;
}
.aspect-ratio-6_5 > img {
  aspect-ratio: 6/5;
}

.aspect-ratio-8_5 {
  aspect-ratio: 8/5;
}
.aspect-ratio-8_5 > img {
  aspect-ratio: 8/5;
}

.aspect-ratio-72_70 {
  aspect-ratio: 72/70;
}
.aspect-ratio-72_70 > img {
  aspect-ratio: 72/70;
}

.aspect-ratio-35_32 {
  aspect-ratio: 35/32;
}
.aspect-ratio-35_32 > img {
  aspect-ratio: 35/32;
}

.aspect-ratio-39_32 {
  aspect-ratio: 39/32;
}
.aspect-ratio-39_32 > img {
  aspect-ratio: 39/32;
}

.aspect-ratio-72_50 {
  aspect-ratio: 72/50;
}
.aspect-ratio-72_50 > img {
  aspect-ratio: 72/50;
}

.aspect-ratio-72_48 {
  aspect-ratio: 72/48;
}
.aspect-ratio-72_48 > img {
  aspect-ratio: 72/48;
}

.aspect-ratio-144_70 {
  aspect-ratio: 144/70;
}
.aspect-ratio-144_70 > img {
  aspect-ratio: 144/70;
}

@media screen and (min-width: 768px) {
  .object-cover-pc {
    object-fit: cover !important;
  }
  .object-cover-pc > img {
    object-fit: cover !important;
  }
  .object-contain-pc {
    object-fit: contain !important;
  }
  .object-contain-pc > img {
    object-fit: contain !important;
  }
  .object-pos-top-pc {
    object-position: top !important;
  }
  .object-pos-top-pc > img {
    object-position: top !important;
  }
  .object-pos-bottom-pc {
    object-position: bottom !important;
  }
  .object-pos-bottom-pc > img {
    object-position: bottom !important;
  }
  .object-pos-left-pc {
    object-position: left !important;
  }
  .object-pos-left-pc > img {
    object-position: left !important;
  }
  .object-pos-right-pc {
    object-position: right !important;
  }
  .object-pos-right-pc > img {
    object-position: right !important;
  }
  .aspect-ratio-1_1-pc {
    aspect-ratio: 1/1;
  }
  .aspect-ratio-1_1-pc > img {
    aspect-ratio: 1/1;
  }
  .aspect-ratio-2_1-pc {
    aspect-ratio: 2/1 !important;
  }
  .aspect-ratio-2_1-pc > img {
    aspect-ratio: 2/1 !important;
  }
  .aspect-ratio-2_3-pc {
    aspect-ratio: 2/3;
  }
  .aspect-ratio-2_3-pc > img {
    aspect-ratio: 2/3;
  }
  .aspect-ratio-3_2-pc {
    aspect-ratio: 3/2;
  }
  .aspect-ratio-3_2-pc > img {
    aspect-ratio: 3/2;
  }
  .aspect-ratio-3_4-pc {
    aspect-ratio: 3/4;
  }
  .aspect-ratio-3_4-pc > img {
    aspect-ratio: 3/4;
  }
  .aspect-ratio-4_5-pc {
    aspect-ratio: 4/5;
  }
  .aspect-ratio-4_5-pc > img {
    aspect-ratio: 4/5;
  }
  .aspect-ratio-16_9-pc {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-16_9-pc > img {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-32_40-pc {
    aspect-ratio: 32/40;
  }
  .aspect-ratio-32_40-pc > img {
    aspect-ratio: 32/40;
  }
  .aspect-ratio-6_5-pc {
    aspect-ratio: 6/5;
  }
  .aspect-ratio-6_5-pc > img {
    aspect-ratio: 6/5;
  }
  .aspect-ratio-8_5-pc {
    aspect-ratio: 8/5;
  }
  .aspect-ratio-8_5-pc > img {
    aspect-ratio: 8/5;
  }
  .aspect-ratio-35_32-pc {
    aspect-ratio: 35/32;
  }
  .aspect-ratio-35_32-pc > img {
    aspect-ratio: 35/32;
  }
  .aspect-ratio-31_20-pc {
    aspect-ratio: 31/20;
  }
  .aspect-ratio-31_20-pc > img {
    aspect-ratio: 31/20;
  }
  .aspect-ratio-37_24_7-pc {
    aspect-ratio: 370/247;
  }
  .aspect-ratio-37_24_7-pc > img {
    aspect-ratio: 370/247;
  }
  .aspect-ratio-39_32-pc {
    aspect-ratio: 39/32;
  }
  .aspect-ratio-39_32-pc > img {
    aspect-ratio: 39/32;
  }
  .aspect-ratio-57_37-pc {
    aspect-ratio: 57/37;
  }
  .aspect-ratio-57_37-pc > img {
    aspect-ratio: 57/37;
  }
  .aspect-ratio-72_70-pc {
    aspect-ratio: 72/70;
  }
  .aspect-ratio-72_70-pc > img {
    aspect-ratio: 72/70;
  }
  .aspect-ratio-72_50-pc {
    aspect-ratio: 72/50;
  }
  .aspect-ratio-72_50-pc > img {
    aspect-ratio: 72/50;
  }
  .aspect-ratio-72_48-pc {
    aspect-ratio: 72/48;
  }
  .aspect-ratio-72_48-pc > img {
    aspect-ratio: 72/48;
  }
  .aspect-ratio-72_23-pc {
    aspect-ratio: 72/23;
  }
  .aspect-ratio-72_23-pc > img {
    aspect-ratio: 72/23;
  }
  .aspect-ratio-25_16-pc {
    aspect-ratio: 25/16;
  }
  .aspect-ratio-25_16-pc > img {
    aspect-ratio: 25/16;
  }
  .aspect-ratio-105_59-pc {
    aspect-ratio: 105/59;
  }
  .aspect-ratio-105_59-pc > img {
    aspect-ratio: 105/59;
  }
  .aspect-ratio-120_61-pc {
    aspect-ratio: 120/61;
  }
  .aspect-ratio-144_70-pc {
    aspect-ratio: 144/70;
  }
  .aspect-ratio-144_70-pc > img {
    aspect-ratio: 144/70;
  }
}
@media screen and (max-width: 767px) {
  .object-cover-sp {
    object-fit: cover !important;
  }
  .object-cover-sp > img {
    object-fit: cover !important;
  }
  .object-contain-sp {
    object-fit: contain !important;
  }
  .object-contain-sp > img {
    object-fit: contain !important;
  }
  .object-pos-top-sp {
    object-position: top !important;
  }
  .object-pos-top-sp > img {
    object-position: top !important;
  }
  .object-pos-bottom-sp {
    object-position: bottom !important;
  }
  .object-pos-bottom-sp > img {
    object-position: bottom !important;
  }
  .object-pos-left-sp {
    object-position: left !important;
  }
  .object-pos-left-sp > img {
    object-position: left !important;
  }
  .object-pos-right-sp {
    object-position: right !important;
  }
  .object-pos-right-sp > img {
    object-position: right !important;
  }
  .aspect-ratio-1_1-sp {
    aspect-ratio: 1/1;
  }
  .aspect-ratio-1_1-sp > img {
    aspect-ratio: 1/1;
  }
  .aspect-ratio-2_1-sp {
    aspect-ratio: 2/1;
  }
  .aspect-ratio-2_1-sp > img {
    aspect-ratio: 2/1;
  }
  .aspect-ratio-2_3-sp {
    aspect-ratio: 2/3;
  }
  .aspect-ratio-2_3-sp > img {
    aspect-ratio: 2/3;
  }
  .aspect-ratio-3_2-sp {
    aspect-ratio: 3/2 !important;
  }
  .aspect-ratio-3_2-sp > img {
    aspect-ratio: 3/2 !important;
  }
  .aspect-ratio-4_5-sp {
    aspect-ratio: 4/5;
  }
  .aspect-ratio-4_5-sp > img {
    aspect-ratio: 4/5;
  }
  .aspect-ratio-8_11-sp {
    aspect-ratio: 8/11;
  }
  .aspect-ratio-8_11-sp > img {
    aspect-ratio: 8/11;
  }
  .aspect-ratio-16_9-sp {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-16_9-sp > img {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-32_40-sp {
    aspect-ratio: 32/40;
  }
  .aspect-ratio-32_40-sp > img {
    aspect-ratio: 32/40;
  }
  .aspect-ratio-6_5-sp {
    aspect-ratio: 6/5;
  }
  .aspect-ratio-6_5-sp > img {
    aspect-ratio: 6/5;
  }
  .aspect-ratio-8_5-sp {
    aspect-ratio: 8/5;
  }
  .aspect-ratio-8_5-sp > img {
    aspect-ratio: 8/5;
  }
  .aspect-ratio-13_8-sp {
    aspect-ratio: 13/8;
  }
  .aspect-ratio-13_8-sp > img {
    aspect-ratio: 13/8;
  }
  .aspect-ratio-35_32-sp {
    aspect-ratio: 35/32;
  }
  .aspect-ratio-35_32-sp > img {
    aspect-ratio: 35/32;
  }
  .aspect-ratio-35_24-sp {
    aspect-ratio: 35/24;
  }
  .aspect-ratio-35_24-sp > img {
    aspect-ratio: 35/24;
  }
  .aspect-ratio-31_20-sp {
    aspect-ratio: 31/20;
  }
  .aspect-ratio-31_20-sp > img {
    aspect-ratio: 31/20;
  }
  .aspect-ratio-39_32-sp {
    aspect-ratio: 39/32;
  }
  .aspect-ratio-39_32-sp > img {
    aspect-ratio: 39/32;
  }
  .aspect-ratio-39_38-sp {
    aspect-ratio: 39/38;
  }
  .aspect-ratio-39_38-sp > img {
    aspect-ratio: 39/38;
  }
  .aspect-ratio-57_37-sp {
    aspect-ratio: 57/37;
  }
  .aspect-ratio-57_37-sp > img {
    aspect-ratio: 57/37;
  }
  .aspect-ratio-72_70-sp {
    aspect-ratio: 72/70;
  }
  .aspect-ratio-72_70-sp > img {
    aspect-ratio: 72/70;
  }
  .aspect-ratio-72_50-sp {
    aspect-ratio: 72/50;
  }
  .aspect-ratio-72_50-sp > img {
    aspect-ratio: 72/50;
  }
  .aspect-ratio-72_48-sp {
    aspect-ratio: 72/48;
  }
  .aspect-ratio-72_48-sp > img {
    aspect-ratio: 72/48;
  }
  .aspect-ratio-144_70-sp {
    aspect-ratio: 144/70;
  }
  .aspect-ratio-144_70-sp > img {
    aspect-ratio: 144/70;
  }
  .aspect-ratio-13_12-sp {
    aspect-ratio: 13/12;
  }
  .aspect-ratio-13_12-sp > img {
    aspect-ratio: 13/12;
  }
  .aspect-ratio-390_188-sp {
    aspect-ratio: 390/188;
  }
  .aspect-ratio-390_188-sp > img {
    aspect-ratio: 390/188;
  }
}
/*
* 幅制限
*
*
*/
@media screen and (min-width: 768px) {
  .limited-width,
  .limited-width-pc {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }
  .narrow-width,
  .narrow-width-pc {
    max-width: 96rem;
    margin-left: auto;
    margin-right: auto;
  }
  .limited-120-pc {
    max-width: 120rem;
  }
  .limited-100-pc {
    max-width: 100rem;
  }
  .limited-96-pc {
    max-width: 96rem;
  }
  .limited-93-pc {
    max-width: 93rem;
  }
  .limited-90-pc {
    max-width: 90rem;
  }
  .limited-84-pc {
    max-width: 84rem;
  }
  .limited-75-pc {
    max-width: 75rem;
  }
  .limited-72-31,
  .limited-72-pc {
    max-width: 72rem;
  }
  .limited-71-30,
  .limited-71-pc {
    max-width: 71rem;
  }
  .limited-70-31,
  .limited-70-pc {
    max-width: 70rem;
  }
  .limited-63-pc {
    max-width: 63rem;
  }
  .limited-60-31,
  .limited-60-pc {
    max-width: 60rem;
  }
  .limited-48-pc {
    max-width: 48rem;
  }
  .limited-45,
  .limited-45-pc {
    max-width: 45rem;
  }
  .limited-40-pc {
    max-width: 40rem;
  }
  .limited-39,
  .limited-39-pc {
    max-width: 39rem;
  }
  .limited-35-pc {
    max-width: 35rem;
  }
  .limited-27-pc {
    max-width: 27rem !important;
  }
  .limited-20-pc {
    max-width: 20rem !important;
  }
}
@media screen and (max-width: 767px) {
  .limited-width,
  .limited-width-sp,
  .narrow-width {
    max-width: 31rem;
    margin-left: auto;
    margin-right: auto;
  }
  .limited-70-31,
  .limited-72-31,
  .limited-60-31,
  .limited-31-sp {
    max-width: 31rem;
  }
  .limited-71-30,
  .limited-30-sp {
    max-width: 30rem;
  }
  .limited-39 {
    max-width: 39rem;
  }
  .limited-37-sp {
    max-width: 37rem;
  }
  .limited-35-sp {
    max-width: 35rem;
  }
  .limited-24-sp {
    max-width: 24rem;
  }
  .limited-23-sp {
    max-width: 23rem;
  }
}
/*
* カラムギャップ
*
*
*/
.gap-14 {
  gap: 14rem !important;
}
.gap-14 > .is-layout-grid {
  gap: 14rem !important;
}

.gap-10 {
  gap: 10rem !important;
}
.gap-10 > .is-layout-grid {
  gap: 10rem !important;
}

.gap-9 {
  gap: 9rem !important;
}
.gap-9 > .is-layout-grid {
  gap: 9rem !important;
}

.gap-8 {
  gap: 8rem !important;
}
.gap-8 > .is-layout-grid {
  gap: 8rem !important;
}

.gap-7 {
  gap: 7rem !important;
}
.gap-7 > .is-layout-grid {
  gap: 7rem !important;
}

.gap-6 {
  gap: 6rem !important;
}
.gap-6 > .is-layout-grid {
  gap: 6rem !important;
}

.gap-5 {
  gap: 5rem !important;
}
.gap-5 > .is-layout-grid {
  gap: 5rem !important;
}

.gap-4 {
  gap: 4rem !important;
}
.gap-4 > .is-layout-grid {
  gap: 4rem !important;
}

.gap-3 {
  gap: 3rem !important;
}
.gap-3 > .is-layout-grid {
  gap: 3rem !important;
}

.gap-2 {
  gap: 2rem !important;
}
.gap-2 > .is-layout-grid {
  gap: 2rem !important;
}

.gap-1 {
  gap: 1rem !important;
}
.gap-1 > .is-layout-grid {
  gap: 1rem !important;
}

.gap-0 {
  gap: 0rem !important;
}
.gap-0 > .is-layout-grid {
  gap: 0rem !important;
}

.gap-border {
  gap: 1px !important;
}
.gap-border > .is-layout-grid {
  gap: 1px !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

.flex-row {
  flex-direction: row !important;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order--1 {
  order: -1;
}

.order--2 {
  order: -2;
}

.order--3 {
  order: -3;
}

.order--4 {
  order: -4;
}

@media screen and (min-width: 768px) {
  .gap-21-pc {
    gap: 21rem !important;
  }
  .gap-21-pc > .is-layout-grid {
    gap: 21rem !important;
  }
  .gap-12-pc {
    gap: 12rem !important;
  }
  .gap-12-pc > .is-layout-grid {
    gap: 12rem !important;
  }

  .gap-11-pc {
    gap: 11rem !important;
  }
  .gap-11-pc > .is-layout-grid {
    gap: 11rem !important;
  }

  .gap-10-pc {
    gap: 10rem !important;
  }
  .gap-10-pc > .is-layout-grid {
    gap: 10rem !important;
  }
  .gap-9-pc {
    gap: 9rem !important;
  }
  .gap-9-pc > .is-layout-grid {
    gap: 9rem !important;
  }
  .gap-8_7-pc {
    gap: 8.7rem !important;
  }
  .gap-8_7-pc > .is-layout-grid {
    gap: 8.7rem !important;
  }
  .gap-8-pc {
    gap: 8rem !important;
  }
  .gap-8-pc > .is-layout-grid {
    gap: 8rem !important;
  }
  .gap-8_5-pc {
    gap: 8.5rem !important;
  }
  .gap-8_5-pc > .is-layout-grid {
    gap: 8.5rem !important;
  }
  .gap-7-pc {
    gap: 7rem !important;
  }
  .gap-7-pc > .is-layout-grid {
    gap: 7rem !important;
  }
  .gap-6-pc {
    gap: 6rem !important;
  }
  .gap-6-pc > .is-layout-grid {
    gap: 6rem !important;
  }
  .gap-5-pc {
    gap: 5rem !important;
  }
  .gap-5-pc > .is-layout-grid {
    gap: 5rem !important;
  }
  .gap-4-pc {
    gap: 4rem !important;
  }
  .gap-4-pc > .is-layout-grid {
    gap: 4rem !important;
  }
  .gap-3-pc {
    gap: 3rem !important;
  }
  .gap-3-pc > .is-layout-grid {
    gap: 3rem !important;
  }
  .gap-2-pc {
    gap: 2rem !important;
  }
  .gap-2-pc > .is-layout-grid {
    gap: 2rem !important;
  }
  .gap-1-pc {
    gap: 1rem !important;
  }
  .gap-1-pc > .is-layout-grid {
    gap: 1rem !important;
  }
  .gap-_6-pc {
    gap: 0.6rem !important;
  }
  .gap-_6-pc > .is-layout-grid {
    gap: 0.6rem !important;
  }
  .gap-0_2-pc {
    gap: 0.2rem !important;
  }
  .gap-0_2-pc > .is-layout-grid {
    gap: 0.2rem !important;
  }
  .gap-0-pc {
    gap: 0rem !important;
  }
  .gap-0-pc > .is-layout-grid {
    gap: 0rem !important;
  }
  .gap-border-pc {
    gap: 1px !important;
  }
  .gap-border-pc > .is-layout-grid {
    gap: 1px !important;
  }
  .grid-temp-col-5-pc {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid-temp-col-5-pc > .is-layout-grid {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid-temp-col-4-pc {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid-temp-col-4-pc > .is-layout-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid-temp-col-3-pc {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid-temp-col-3-pc > .is-layout-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid-temp-col-2-pc {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-temp-col-2-pc > .is-layout-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-temp-col-1-pc {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-temp-col-1-pc > .is-layout-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-temp-col-2-auto-pc {
    grid-template-columns: repeat(2, auto) !important;
  }
  .grid-temp-col-2-auto-pc > .is-layout-grid {
    grid-template-columns: repeat(2, auto) !important;
  }
  .grid-temp-col-3-auto-pc {
    grid-template-columns: repeat(3, auto) !important;
  }
  .grid-temp-col-3-auto-pc > .is-layout-grid {
    grid-template-columns: repeat(3, auto) !important;
  }
  .grid-temp-col-4-auto-pc {
    grid-template-columns: repeat(4, auto) !important;
  }
  .grid-temp-col-4-auto-pc > .is-layout-grid {
    grid-template-columns: repeat(4, auto) !important;
  }
  .flex-col-pc {
    flex-direction: column !important;
  }
  .flex-col-reverse-pc {
    flex-direction: column-reverse !important;
  }
  .flex-row-pc {
    flex-direction: row !important;
  }
  .flex-row-reverse-pc {
    flex-direction: row-reverse !important;
  }
  .d-contents-pc,
  .d-contents-pc > .wp-block-group__inner-container {
    display: contents;
  }
  .order-1-pc {
    order: 1;
  }
  .order-2-pc {
    order: 2;
  }
  .order-3-pc {
    order: 3;
  }
  .order-4-pc {
    order: 4;
  }
  .order--1-pc {
    order: -1;
  }
  .order--2-pc {
    order: -2;
  }
  .order--3-pc {
    order: -3;
  }
  .order--4-pc {
    order: -4;
  }
}
@media screen and (max-width: 767px) {
  .gap-14-sp {
    gap: 14em !important;
  }
  .gap-14-sp > .is-layout-grid {
    gap: 14rem !important;
  }
  .gap-10-sp {
    gap: 10rem !important;
  }
  .gap-10-sp > .is-layout-grid {
    gap: 10rem !important;
  }
  .gap-9-sp {
    gap: 9rem !important;
  }
  .gap-9-sp > .is-layout-grid {
    gap: 9rem !important;
  }
  .gap-8-sp {
    gap: 8rem !important;
  }
  .gap-8-sp > .is-layout-grid {
    gap: 8rem !important;
  }
  .gap-7-sp {
    gap: 7rem !important;
  }
  .gap-7-sp > .is-layout-grid {
    gap: 7rem !important;
  }
  .gap-6-sp {
    gap: 6rem !important;
  }
  .gap-6-sp > .is-layout-grid {
    gap: 6rem !important;
  }
  .gap-5-sp {
    gap: 5rem !important;
  }
  .gap-5-sp > .is-layout-grid {
    gap: 5rem !important;
  }
  .gap-4-sp {
    gap: 4rem !important;
  }
  .gap-4-sp > .is-layout-grid {
    gap: 4rem !important;
  }
  .gap-3_5-sp {
    gap: 3.5rem !important;
  }
  .gap-3_5-sp > .is-layout-grid {
    gap: 3.5rem !important;
  }
  .gap-3-sp {
    gap: 3rem !important;
  }
  .gap-3-sp > .is-layout-grid {
    gap: 3rem !important;
  }
  .gap-2_5-sp {
    gap: 2.5rem !important;
  }
  .gap-2_5-sp > .is-layout-grid {
    gap: 2.5rem !important;
  }
  .gap-2-sp {
    gap: 2rem !important;
  }
  .gap-2-sp > .is-layout-grid {
    gap: 2rem !important;
  }
  .gap-1_5-sp {
    gap: 1.5rem !important;
  }
  .gap-1_5-sp > .is-layout-grid {
    gap: 1.5rem !important;
  }
  .gap-1-sp {
    gap: 1rem !important;
  }
  .gap-1-sp > .is-layout-grid {
    gap: 1rem !important;
  }
  .gap-_5-sp {
    gap: 0.5rem !important;
  }
  .gap-_5-sp > .is-layout-grid {
    gap: 0.5rem !important;
  }
  .gap-_3-sp {
    gap: 0.3rem !important;
  }
  .gap-_3-sp > .is-layout-grid {
    gap: 0.3rem !important;
  }
  .gap-0-sp {
    gap: 0rem !important;
  }
  .gap-0-sp > .is-layout-grid {
    gap: 0rem !important;
  }
  .gap-border-sp {
    gap: 1px !important;
  }
  .gap-border-sp > .is-layout-grid {
    gap: 1px !important;
  }
  .grid-temp-col-5-sp {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid-temp-col-5-sp > .is-layout-grid {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid-temp-col-3-sp {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid-temp-col-3-sp > .is-layout-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid-temp-col-2-sp {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-temp-col-2-sp > .is-layout-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-temp-col-1-sp {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-temp-col-1-sp > .is-layout-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-temp-col-1-auto-sp {
    grid-template-columns: repeat(1, auto) !important;
  }
  .grid-temp-col-1-auto-sp > .is-layout-grid {
    grid-template-columns: repeat(1, auto) !important;
  }
  .flex-col-sp {
    flex-direction: column !important;
  }
  .flex-col-reverse-sp {
    flex-direction: column-reverse !important;
  }
  .flex-row-sp {
    flex-direction: row !important;
  }
  .flex-row-reverse-sp {
    flex-direction: row-reverse !important;
  }
  .flex-basis-unset-sp {
    flex-basis: unset !important;
  }
  .d-contents-sp,
  .d-contents-sp > .wp-block-group__inner-container {
    display: contents;
  }
  .order-1-sp {
    order: 1;
  }
  .order-2-sp {
    order: 2;
  }
  .order-3-sp {
    order: 3;
  }
  .order-4-sp {
    order: 4;
  }
  .order--1-sp {
    order: -1;
  }
  .order--2-sp {
    order: -2;
  }
  .order--3-sp {
    order: -3;
  }
  .order--4-sp {
    order: -4;
  }
}
.fs-32 {
  font-size: 3.2rem !important;
}

.fs-23 {
  font-size: 2.2rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-9 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.text-decoration-under {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .fs-48-32,
  .fs-48-pc {
    font-size: 4.8rem !important;
  }
  .fs-40-30,
  .fs-40-pc {
    font-size: 4rem !important;
  }
  .fs-36-pc {
    font-size: 3.6rem !important;
  }
  .fs-32-30,
  .fs-32-23,
  .fs-32-20,
  .fs-32-pc {
    font-size: 3.2rem !important;
  }
  .fs-30-23,
  .fs-30-pc {
    font-size: 3rem !important;
  }
  .fs-28-20,
  .fs-28-pc {
    font-size: 2.8rem !important;
  }
  .fs-24-20,
  .fs-24-pc {
    font-size: 2.4rem !important;
  }
  .fs-23-20,
  .fs-23-18,
  .fs-23-pc {
    font-size: 2.3rem !important;
  }
  .fs-21-pc {
    font-size: 2.1rem !important;
  }
  .fs-22-18,
  .fs-22-pc {
    font-size: 2.2rem !important;
  }
  .fs-20-16,
  .fs-20-14,
  .fs-20-pc {
    font-size: 2rem !important;
  }
  .fs-18-16,
  .fs-18-pc {
    font-size: 1.8rem !important;
  }
  .fs-16-12,
  .fs-16-14,
  .fs-16-pc {
    font-size: 1.6rem !important;
  }
  .fs-15-pc {
    font-size: 1.5rem !important;
  }
  .fs-14-13,
  .fs-14-12,
  .fs-14-11,
  .fs-14-10,
  .fs-14-pc {
    font-size: 1.4rem !important;
  }
  .fs-13-12,
  .fs-13-pc {
    font-size: 1.3rem !important;
  }
  .fs-12-11,
  .fs-12-10,
  .fs-12-pc {
    font-size: 1.2rem !important;
  }
  .fs-11-10,
  .fs-11-pc {
    font-size: 1.1rem !important;
  }
  .fs-10-8,
  .fs-10-pc {
    font-size: 1rem !important;
  }
  .fs-9-pc {
    font-size: 0.9rem !important;
  }
  .fs-8-pc {
    font-size: 0.8rem !important;
  }
  .fs-6-pc {
    font-size: 0.6rem !important;
  }
  .fs-5-pc {
    font-size: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .fs-48-32,
  .fs-32-sp {
    font-size: 3.2rem !important;
  }
  .fs-31-sp {
    font-size: 3.1rem !important;
  }
  .fs-32-30,
  .fs-40-30,
  .fs-30-sp {
    font-size: 3rem !important;
  }
  .fs-26-sp {
    font-size: 2.6rem !important;
  }
  .fs-24-sp {
    font-size: 2.4rem !important;
  }
  .fs-32-23,
  .fs-30-23,
  .fs-23-sp {
    font-size: 2.3rem !important;
  }
  .fs-22-sp {
    font-size: 2.2rem !important;
  }
  .fs-32-20,
  .fs-28-20,
  .fs-24-20,
  .fs-23-20,
  .fs-20-sp {
    font-size: 2rem !important;
  }
  .fs-22-18,
  .fs-23-18,
  .fs-18-sp {
    font-size: 1.8rem !important;
  }
  .fs-20-16,
  .fs-18-16,
  .fs-16-sp {
    font-size: 1.6rem !important;
  }
  .fs-20-14,
  .fs-16-14,
  .fs-14-sp {
    font-size: 1.4rem !important;
  }
  .fs-14-13,
  .fs-13-sp {
    font-size: 1.3rem !important;
  }
  .fs-16-12,
  .fs-14-12,
  .fs-13-12,
  .fs-12-sp {
    font-size: 1.2rem !important;
  }
  .fs-12-11,
  .fs-14-11,
  .fs-11-sp {
    font-size: 1.1rem !important;
  }
  .fs-14-10,
  .fs-12-10,
  .fs-11-10,
  .fs-10-sp {
    font-size: 1rem !important;
  }
  .fs-9-sp {
    font-size: 0.9rem !important;
  }
  .fs-10-8,
  .fs-8-sp {
    font-size: 0.8rem !important;
  }
  .fs-6-sp {
    font-size: 0.6rem !important;
  }
  .fs-5-sp {
    font-size: 0.5rem !important;
  }
}
.lh-2 {
  line-height: 2 !important;
}

.lh-1_8 {
  line-height: 1.8 !important;
}

.lh-1_7 {
  line-height: 1.7 !important;
}
.lh-1_5 {
  line-height: 1.5 !important;
}

.lh-1_2 {
  line-height: 1.2 !important;
}

.lh-1_15 {
  line-height: 1.15 !important;
}

.lh-1 {
  line-height: 1 !important;
}

@media screen and (min-width: 768px) {
  .lh-2-pc {
    line-height: 2 !important;
  }
  .lh-1_8-pc {
    line-height: 1.8 !important;
  }
  .lh-1_7-pc {
    line-height: 1.7 !important;
  }
  .lh-1_5-pc {
    line-height: 1.5 !important;
  }
  .lh-1_3-pc {
    line-height: 1.3 !important;
  }
  .lh-1_2-pc {
    line-height: 1.2 !important;
  }
  .lh-1_15-pc {
    line-height: 1.15 !important;
  }
  .lh-1-pc {
    line-height: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .lh-2-sp {
    line-height: 2 !important;
  }
  .lh-1_8-sp {
    line-height: 1.8 !important;
  }
  .lh-1_5-sp {
    line-height: 1.5 !important;
  }
  .lh-1_4-sp {
    line-height: 1.4 !important;
  }
  .lh-1_2-sp {
    line-height: 1.2 !important;
  }
  .lh-1_15-sp {
    line-height: 1.15 !important;
  }
  .lh-1-sp {
    line-height: 1 !important;
  }
}
.ls-60 {
  letter-spacing: 0.6em !important;
}
.ls-50 {
  letter-spacing: 0.5em !important;
}
.ls-25 {
  letter-spacing: 0.25em !important;
}
.ls-20 {
  letter-spacing: 0.2em !important;
}

.ls-15 {
  letter-spacing: 0.15em !important;
}

.ls-10 {
  letter-spacing: 0.1em !important;
}

.ls-8 {
  letter-spacing: 0.08em !important;
}

@media screen and (min-width: 768px) {
  .ls-60-pc {
    letter-spacing: 0.6em !important;
  }
  .ls-50-pc {
    letter-spacing: 0.5em !important;
  }
  .ls-20-pc {
    letter-spacing: 0.2em !important;
  }
  .ls-15-pc {
    letter-spacing: 0.15em !important;
  }
  .ls-10-pc {
    letter-spacing: 0.1em !important;
  }
  .ls-8-pc {
    letter-spacing: 0.08em !important;
  }
}
@media screen and (max-width: 767px) {
  .ls-60-sp {
    letter-spacing: 0.6em !important;
  }
  .ls-50-sp {
    letter-spacing: 0.5em !important;
  }
  .ls-20-sp {
    letter-spacing: 0.2em !important;
  }
  .ls-15-sp {
    letter-spacing: 0.15em !important;
  }
  .ls-10-sp {
    letter-spacing: 0.1em !important;
  }
  .ls-8-sp {
    letter-spacing: 0.08em !important;
  }
}
.fw-n {
  font-weight: 400 !important;
}

.fw-sb {
  font-weight: 600 !important;
}

.fw-b {
  font-weight: 700 !important;
}

/*
* 余白
*
*
*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mla {
  margin-left: auto !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mra {
  margin-right: auto !important;
}

.mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pt20 {
  padding-top: 20rem !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.pb20 {
  padding-bottom: 20rem !important;
}

.pin0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pin2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pin2_5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.pin4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.pin5-pc {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.pin9-pc {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.pl12 {
  padding-left: 12rem !important;
}

.pr12 {
  padding-right: 12rem !important;
}

.pl18 {
  padding-left: 18rem !important;
}

.pr18 {
  padding-right: 18rem !important;
}

.indent_annotation {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .smt {
    scroll-margin-top: 20rem !important;
  }
  .mt0-pc {
    margin-top: 0 !important;
  }
  .mt1-pc {
    margin-top: 1rem !important;
  }
  .mt1_2-pc {
    margin-top: 1.2rem !important;
  }
  .mt1_5-pc {
    margin-top: 1.5rem !important;
  }
  .mt2-pc {
    margin-top: 2rem !important;
  }
  .mt2_4-pc {
    margin-top: 2.4rem !important;
  }
  .mt3-pc {
    margin-top: 3rem !important;
  }
  .mt3_5-pc {
    margin-top: 3.5rem !important;
  }
  .mt4-pc {
    margin-top: 4rem !important;
  }
  .mt5-pc {
    margin-top: 5rem !important;
  }
  .mt6-pc {
    margin-top: 6rem !important;
  }
  .mt7-pc {
    margin-top: 7rem !important;
  }
  .mt7_5-pc {
    margin-top: 7.5rem !important;
  }
  .mt8-pc {
    margin-top: 8rem !important;
  }
  .mt9-pc {
    margin-top: 9rem !important;
  }
  .mt10-pc {
    margin-top: 10rem !important;
  }
  .mt12-pc {
    margin-top: 12rem !important;
  }
  .mt13-pc {
    margin-top: 13rem !important;
  }
  .mt14-pc {
    margin-top: 14rem !important;
  }
  .mt15-pc {
    margin-top: 15rem !important;
  }
  .mt16-pc {
    margin-top: 16rem !important;
  }
  .mt18-pc {
    margin-top: 18rem !important;
  }
  .mt19-pc {
    margin-top: 19rem !important;
  }
  .mt20-pc {
    margin-top: 20rem !important;
  }
  .mt22-pc {
    margin-top: 22rem !important;
  }
  .mt24-pc {
    margin-top: 24rem !important;
  }
  .mt25-pc {
    margin-top: 25rem !important;
  }
  .mt26-pc {
    margin-top: 26rem !important;
  }
  .mt28-pc {
    margin-top: 28rem !important;
  }
  .mt30-pc {
    margin-top: 30rem !important;
  }
  .mt33-pc {
    margin-top: 33rem !important;
  }
  .mt43-pc {
    margin-top: 43rem !important;
  }
  .mb0-pc {
    margin-bottom: 0 !important;
  }
  .mb1-pc {
    margin-bottom: 1rem !important;
  }
  .mb1_4-pc {
    margin-bottom: 1.4rem !important;
  }
  .mb3-pc {
    margin-bottom: 3rem !important;
  }
  .mb4-pc {
    margin-bottom: 4rem !important;
  }
  .mb4_6-pc {
    margin-bottom: 4.6rem !important;
  }
  .mb6-pc {
    margin-bottom: 6rem !important;
  }
  .mb9-pc {
    margin-bottom: 9rem !important;
  }
  .mb10-pc {
    margin-bottom: 10rem !important;
  }
  .mb20-pc {
    margin-bottom: 20rem !important;
  }
  .mb28-pc {
    margin-bottom: 28rem !important;
  }
  .ml0-pc {
    margin-left: 0 !important;
  }
  .ml6-pc {
    margin-left: 6rem !important;
  }
  .ml8-pc {
    margin-left: 8rem !important;
  }
  .ml12-pc {
    margin-left: 12rem !important;
  }
  .mla-pc {
    margin-left: auto !important;
  }
  .mr0-pc {
    margin-right: 0 !important;
  }
  .mr12-pc {
    margin-right: 12rem !important;
  }
  .mr8-pc {
    margin-right: 8rem !important;
  }
  .mra-pc {
    margin-right: auto !important;
  }
  .mauto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .p1-pc {
    padding: 1rem !important;
  }
  .p2-pc {
    padding: 2rem !important;
  }
  .pt0-pc {
    padding-top: 0 !important;
  }
  .pb0-pc {
    padding-bottom: 0 !important;
  }
  .pblo1_3-pc {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }
  .pblo2-pc {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pin0-pc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pin0-pc > .wp-block-group__inner-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pin2-pc {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .pin2_5-pc {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .pin4-pc {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pin5-pc {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .pin9-pc {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .pl12-pc {
    padding-left: 12rem !important;
  }
  .pr12-pc {
    padding-right: 12rem !important;
  }
  .pl18-pc {
    padding-left: 18rem !important;
  }
  .pr18-pc {
    padding-right: 18rem !important;
  }
  .pl6-pc {
    padding-left: 6rem !important;
  }
  .pl14-pc {
    padding-left: 14rem !important;
  }
  .pr6-pc {
    padding-right: 6rem !important;
  }
  .pr1-pc {
    padding-right: 1rem !important;
  }
  .pt_5-pc {
    padding-top: 0.5rem !important;
  }
  .pt1-pc {
    padding-top: 1rem !important;
  }
  .pt2-pc {
    padding-top: 2rem !important;
  }
  .pt3-pc {
    padding-top: 3rem !important;
  }
  .pt4-pc {
    padding-top: 4rem !important;
  }
  .pt5-pc {
    padding-top: 5rem !important;
  }
  .pt7-pc {
    padding-top: 7rem !important;
  }
  .pt10-pc {
    padding-top: 10rem !important;
  }
  .pt14-pc {
    padding-top: 14rem !important;
  }
  .pt20-pc {
    padding-top: 20rem !important;
  }
  .pt25-pc {
    padding-top: 25rem !important;
  }
  .pt46-pc {
    padding-top: 46rem !important;
  }
  .pb_5-pc {
    padding-bottom: 0.5rem !important;
  }
  .pb1-pc {
    padding-bottom: 1rem !important;
  }
  .pb2-pc {
    padding-bottom: 2rem !important;
  }
  .pb3-pc {
    padding-bottom: 3rem !important;
  }
  .pb4-pc {
    padding-bottom: 4rem !important;
  }
  .pb5-pc {
    padding-bottom: 5rem !important;
  }
  .pb7-pc {
    padding-bottom: 7rem !important;
  }
  .pb10-pc {
    padding-bottom: 10rem !important;
  }
  .pb20-pc {
    padding-bottom: 20rem !important;
  }
  .pb28-pc {
    padding-bottom: 28rem !important;
  }
  .scroll-mt-lp,
  .scroll-mt {
    scroll-margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .smt {
    scroll-margin-top: 15rem !important;
  }
  .mt0-sp {
    margin-top: 0 !important;
  }
  .mt0_border-sp {
    margin-top: 1px !important;
  }
  .mt0_8-sp {
    margin-top: 0.8rem !important;
  }
  .mt1_5-sp {
    margin-top: 1.5rem !important;
  }
  .mt1_2-sp {
    margin-top: 1.2rem !important;
  }
  .mt1-sp {
    margin-top: 1rem !important;
  }
  .mt2-sp {
    margin-top: 2rem !important;
  }
  .mt2_5-sp {
    margin-top: 2.5rem !important;
  }
  .mt3-sp {
    margin-top: 3rem !important;
  }
  .mt3_5-sp {
    margin-top: 3.5rem !important;
  }
  .mt4-sp {
    margin-top: 4rem !important;
  }
  .mt4_2-sp {
    margin-top: 4.2rem !important;
  }
  .mt4_5-sp {
    margin-top: 4.5rem !important;
  }
  .mt5-sp {
    margin-top: 5rem !important;
  }
  .mt6-sp {
    margin-top: 6rem !important;
  }
  .mt7-sp {
    margin-top: 7rem !important;
  }
  .mt7_5-sp {
    margin-top: 7.5rem !important;
  }
  .mt8-sp {
    margin-top: 8rem !important;
  }
  .mt9-sp {
    margin-top: 9rem !important;
  }
  .mt10-sp {
    margin-top: 10rem !important;
  }
  .mt12-sp {
    margin-top: 12rem !important;
  }
  .mt13-sp {
    margin-top: 13rem !important;
  }
  .mt15-sp {
    margin-top: 15rem !important;
  }
  .mt16-sp {
    margin-top: 16rem !important;
  }
  .mt18-sp {
    margin-top: 18rem !important;
  }
  .mt21_5-sp {
    margin-top: 21.5rem !important;
  }
  .mb0-sp {
    margin-bottom: 0 !important;
  }
  .mb0_4-sp {
    margin-bottom: 0.4rem !important;
  }
  .mb0_5-sp {
    margin-bottom: 0.5rem !important;
  }
  .mb0_8-sp {
    margin-bottom: 0.8rem !important;
  }
  .mb2-sp {
    margin-bottom: 2rem !important;
  }
  .mb2_5-sp {
    margin-bottom: 2.5rem !important;
  }
  .mb3-sp {
    margin-bottom: 3rem !important;
  }
  .mb4-sp {
    margin-bottom: 4rem !important;
  }
  .mb5-sp {
    margin-bottom: 5rem !important;
  }
  .mb6-sp {
    margin-bottom: 6rem !important;
  }
  .mb10-sp {
    margin-bottom: 10rem !important;
  }
  .ml0-sp {
    margin-left: 0 !important;
  }
  .mla-sp {
    margin-left: auto !important;
  }
  .mr0-sp {
    margin-right: 0 !important;
  }
  .mra-sp {
    margin-right: auto !important;
  }
  .mauto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .p1-sp {
    padding: 1rem !important;
  }
  .p1_5-sp {
    padding: 1.5rem !important;
  }
  .pl3-sp {
    padding-left: 3rem !important;
  }
  .pl4-sp {
    padding-left: 4rem !important;
  }
  .pr4-sp {
    padding-right: 4rem !important;
  }
  .pl1-sp {
    padding-left: 1rem !important;
  }
  .pr1-sp {
    padding-right: 1rem !important;
  }
  .pt0-sp {
    padding-top: 0 !important;
  }
  .pb0-sp {
    padding-bottom: 0 !important;
  }
  .pblo0_6-sp {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .pin0-sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pin1-sp {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .pin1_5-sp {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .pin2-sp {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .pin2_5-sp {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .pin4-sp {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pt0_5-sp {
    padding-top: 0.5rem !important;
  }
  .pt1-sp {
    padding-top: 1rem !important;
  }
  .pt2-sp {
    padding-top: 2rem !important;
  }
  .pt3-sp {
    padding-top: 3rem !important;
  }
  .pt5-sp {
    padding-top: 5rem !important;
  }
  .pt10-sp {
    padding-top: 10rem !important;
  }
  .pb1-sp {
    padding-bottom: 1rem !important;
  }
  .pb0_5-sp {
    padding-bottom: 0.5rem !important;
  }
  .pb2-sp {
    padding-bottom: 2rem !important;
  }
  .pb3-sp {
    padding-bottom: 3rem !important;
  }
  .pb5-sp {
    padding-bottom: 5rem !important;
  }
  .pb10-sp {
    padding-bottom: 10rem !important;
  }
  .scroll-mt {
    scroll-margin-top: 13rem;
  }
  .scroll-mt-lp {
    scroll-margin-top: 21rem;
  }
}
.pos-relative {
  position: relative;
}
.pos-relative > .wp-block-group__inner-container {
  position: relative;
}

.pos-relative .thumbnail-only {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.pos-relative .thumbnail-only .envira-lazy {
  padding-bottom: 100% !important;
}

.is-hover .envira-gallery-item:not(:first-child) {
  display: none;
}

.pos-relative.is-hover:hover .component-list-card__img img {
  scale: 1.1;
}

.hf .envira-gallery-wrap,
.hf .envira-gallery-public,
.hf .envira-gallery-item,
.hf .envira-gallery-item-inner {
  height: 100% !important;
}

.hf .envira-gallery-link {
  display: block;
  height: 100% !important;
}

.is-hover .envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
  transition: scale 4s;
}

.is-hover .component-img {
  overflow: hidden;
}
.is-hover .component-img img {
  transition: scale 4s;
}

.is-hover:hover .envira-gallery-item img {
  scale: 1.1;
}
.is-hover:hover .component-img img {
  scale: 1.1;
}

.pattern-gallery__item {
  position: relative;
}
.pattern-gallery__item::before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  clip-path: polygon(55% 0, 45% 0, 45% 45%, 0% 45%, 0% 55%, 45% 55%, 45% 100%, 55% 100%, 55% 55%, 100% 55%, 100% 45%, 55% 45%);
  z-index: 1;
}

/*
* 幅・高さ
*
*
*/
.wf {
  width: 100% !important;
}

.hf {
  height: 100% !important;
}

.h-10 {
  height: 10rem !important;
}

.wh {
  width: 50% !important;
}

.wem {
  width: 1em !important;
}

.maxn {
  max-width: unset !important;
}

.miwn {
  min-width: unset !important;
}

.ha {
  height: auto !important;
}

.wa {
  width: auto !important;
}

.wfit {
  width: fit-content !important;
}

.w-15 {
  width: 15rem !important;
}

.w-23 {
  width: 23rem !important;
}

.w-30 {
  width: 30rem !important;
}

@media screen and (min-width: 768px) {
  .h-72-pc {
    height: 72rem !important;
  }
  .h-60-pc {
    height: 60rem !important;
  }
  .h-47-pc {
    height: 47rem !important;
  }
  .h-39-pc {
    height: 39rem !important;
  }
  .h-31-pc {
    height: 31rem !important;
  }
  .h-21-pc {
    height: 21rem !important;
  }
  .h-12-pc {
    height: 12rem !important;
  }
  .h-8-pc {
    height: 8rem !important;
  }
  .ha-pc {
    height: auto !important;
  }
  .wa-pc {
    width: auto !important;
  }
  .wf-pc {
    width: 100% !important;
  }
  .wh-pc {
    width: 50% !important;
  }
  .wem-pc {
    width: 1em !important;
  }
  .miwn-pc {
    min-width: unset !important;
  }
  .w-58-pc {
    width: 58rem !important;
  }
  .w-48-pc {
    width: 48rem !important;
  }
  .w-46-pc {
    width: 46rem !important;
  }
  .w-43-pc {
    width: 43rem !important;
  }
  .w-35-pc {
    width: 35rem !important;
  }
  .w-33-pc {
    width: 33rem !important;
  }
  .w-30-pc {
    width: 30rem !important;
  }
  .w-25-pc {
    width: 25rem !important;
  }
  .w-23-pc {
    width: 23rem !important;
  }
  .w-27-pc {
    width: 27rem !important;
  }

  .w-20-pc {
    width: 20rem !important;
  }
  .w-18-pc {
    width: 18rem !important;
  }
  .w-17-pc {
    width: 17rem !important;
  }
  .w-15-pc {
    width: 15rem !important;
  }
  .w-16-pc {
    width: 16rem !important;
  }
  .w-11-pc {
    width: 11rem !important;
  }
  .w-10-pc {
    width: 10rem !important;
  }
  .w-2_2-pc {
    width: 2.2rem !important;
  }
  .w-7_4-pc {
    width: 7.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .h60-sp {
    height: 60rem !important;
  }
  .h46-sp {
    height: 46rem !important;
  }
  .h39-sp {
    height: 39rem !important;
  }
  .h35-sp {
    height: 35rem !important;
  }
  .h32-sp {
    height: 32rem !important;
  }
  .h31-sp {
    height: 31rem !important;
  }
  .h21-sp {
    height: 21rem !important;
  }
  .h18-sp {
    height: 18rem !important;
  }
  .h-7-sp {
    height: 7rem !important;
  }
  .h-5_5-sp {
    height: 5.5rem !important;
  }
  .ha-sp {
    height: auto !important;
  }
  .wa-sp {
    width: auto !important;
  }
  .wf-sp {
    width: 100% !important;
  }
  .wh-sp {
    width: 50% !important;
  }
  .wem1-sp {
    width: 1em !important;
  }
  .miwn-sp {
    min-width: unset !important;
  }
  .w-27-sp {
    width: 27rem !important;
  }
  .w-23-sp {
    width: 23rem !important;
  }
  .w-20-sp {
    width: 20rem !important;
  }
  .w-19_5-sp {
    width: 19.5rem !important;
  }
  .w-18-sp {
    width: 18rem !important;
  }
  .w-17-sp {
    width: 17rem !important;
  }
  .w-15-sp {
    width: 15rem !important;
  }
  .w-13-sp {
    width: 13rem !important;
  }
  .w-12-sp {
    width: 12rem !important;
  }
  .w-10-sp {
    width: 10rem !important;
  }
  .w7-sp {
    width: 7rem !important;
  }
  .w5-sp {
    width: 5rem !important;
  }
  .w-1_5-sp {
    width: 1.5rem !important;
  }
}
/*
*
* ボーダー
*
*/
.border-none {
  border: none !important;
}
.border-1 {
  border-width: 1px !important;
  border-style: solid !important;
}

.border-10 {
  border-width: 1rem !important;
  border-style: solid !important;
}

.border-20 {
  border-width: 2rem !important;
  border-style: solid !important;
}

.border-x-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-right-width: 1px !important;
  border-right-style: solid !important;
}

.border-x-10 {
  border-left-width: 1rem !important;
  border-left-style: solid !important;
  border-right-width: 1rem !important;
  border-right-style: solid !important;
}

.border-x-20 {
  border-left-width: 2rem !important;
  border-left-style: solid !important;
  border-right-width: 2rem !important;
  border-right-style: solid !important;
}

.border-y-1 {
  border-top-width: 1px !important;
  border-top-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

.border-y-10 {
  border-top-width: 1rem !important;
  border-top-style: solid !important;
  border-bottom-width: 1rem !important;
  border-bottom-style: solid !important;
}

.border-y-20 {
  border-top-width: 2rem !important;
  border-top-style: solid !important;
  border-bottom-width: 2rem !important;
  border-bottom-style: solid !important;
}

.border-b-1 {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

@media screen and (min-width: 768px) {
  .border-1-pc {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .border-10-pc {
    border-width: 1rem !important;
    border-style: solid !important;
  }
  .border-20-pc {
    border-width: 2rem !important;
    border-style: solid !important;
  }
  .border-x-1-pc {
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .border-x-10-pc {
    border-left-width: 1rem !important;
    border-left-style: solid !important;
    border-right-width: 1rem !important;
    border-right-style: solid !important;
  }
  .border-x-20-pc {
    border-left-width: 2rem !important;
    border-left-style: solid !important;
    border-right-width: 2rem !important;
    border-right-style: solid !important;
  }
  .border-y-1-pc {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .border-y-10-pc {
    border-top-width: 1rem !important;
    border-top-style: solid !important;
    border-bottom-width: 1rem !important;
    border-bottom-style: solid !important;
  }
  .border-y-20-pc {
    border-top-width: 2rem !important;
    border-top-style: solid !important;
    border-bottom-width: 2rem !important;
    border-bottom-style: solid !important;
  }
  .border-b-1-pc {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
}
.shadow-y-3 {
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .border-1-sp {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .border-10-sp {
    border-width: 1rem !important;
    border-style: solid !important;
  }
  .border-20-sp {
    border-width: 2rem !important;
    border-style: solid !important;
  }
  .border-x-1-sp {
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .border-x-10-sp {
    border-left-width: 1rem !important;
    border-left-style: solid !important;
    border-right-width: 1rem !important;
    border-right-style: solid !important;
  }
  .border-x-20-sp {
    border-left-width: 2rem !important;
    border-left-style: solid !important;
    border-right-width: 2rem !important;
    border-right-style: solid !important;
  }
  .border-y-1-sp {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .border-y-10-sp {
    border-top-width: 1rem !important;
    border-top-style: solid !important;
    border-bottom-width: 1rem !important;
    border-bottom-style: solid !important;
  }
  .border-y-20-sp {
    border-top-width: 2rem !important;
    border-top-style: solid !important;
    border-bottom-width: 2rem !important;
    border-bottom-style: solid !important;
  }
  .border-b-1-sp {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
}

.opacity-8 {
  opacity: 0.8 !important;
}
/*
*
* 記事色設定
*
*/
.post-bg-color-primary {
  background: var(--custom_post_style_color_primary) !important;
}

.post-color-primary {
  color: var(--custom_post_style_color_primary) !important;
}

.post-border-color-primary {
  border-color: var(--custom_post_style_color_primary) !important;
}

.post-bg-color-secondary {
  background: var(--custom_post_style_color_secondary) !important;
}

.post-color-secondary {
  color: var(--custom_post_style_color_secondary) !important;
}

.post-border-color-secondary {
  border-color: var(--custom_post_style_color_secondary) !important;
}

.post-bg-color-tertiary {
  background: var(--custom_post_style_color_tertiary) !important;
}

.post-color-tertiary {
  color: var(--custom_post_style_color_tertiary) !important;
}

.post-border-color-tertiary {
  border-color: var(--custom_post_style_color_tertiary) !important;
}

.post-link-color-tertiary a {
  color: var(--custom_post_style_color_tertiary) !important;
}

@media screen and (min-width: 768px) {
  .post-bg-color-primary-pc {
    background: var(--custom_post_style_color_primary) !important;
  }
  .post-color-primary-pc {
    color: var(--custom_post_style_color_primary) !important;
  }
  .post-border-color-primary-pc {
    border-color: var(--custom_post_style_color_primary) !important;
  }
  .post-bg-color-secondary-pc {
    background: var(--custom_post_style_color_secondary) !important;
  }
  .post-color-secondary-pc {
    color: var(--custom_post_style_color_secondary) !important;
  }
  .post-border-color-secondary-pc {
    border-color: var(--custom_post_style_color_secondary) !important;
  }
  .post-bg-color-tertiary-pc {
    background: var(--custom_post_style_color_tertiary) !important;
  }
  .post-color-tertiary-pc {
    color: var(--custom_post_style_color_tertiary) !important;
  }
  .post-border-color-tertiary-pc {
    border-color: var(--custom_post_style_color_tertiary) !important;
  }
}
@media screen and (max-width: 767px) {
  .post-bg-color-primary-sp {
    background: var(--custom_post_style_color_primary) !important;
  }
  .post-color-primary-sp {
    color: var(--custom_post_style_color_primary) !important;
  }
  .post-border-color-primary-sp {
    border-color: var(--custom_post_style_color_primary) !important;
  }
  .post-bg-color-secondary-sp {
    background: var(--custom_post_style_color_secondary) !important;
  }
  .post-color-secondary-sp {
    color: var(--custom_post_style_color_secondary) !important;
  }
  .post-border-color-secondary-sp {
    border-color: var(--custom_post_style_color_secondary) !important;
  }
  .post-bg-color-tertiary-sp {
    background: var(--custom_post_style_color_tertiary) !important;
  }
  .post-color-tertiary-sp {
    color: var(--custom_post_style_color_tertiary) !important;
  }
  .post-border-color-tertiary-sp {
    border-color: var(--custom_post_style_color_tertiary) !important;
  }
}
#envirabox-title {
  display: none !important;
}

#envirabox-overlay {
  background: #fff !important;
  opacity: 0.8 !important;
}

#envirabox-content {
  border-width: 0 !important;
}

#envirabox-outer {
  background-color: transparent !important;
}

#envirabox-wrap {
  width: fit-content !important;
  left: 50% !important;
  translate: -50% 0 !important;
}

@media screen and (max-width: 767px) {
  #envirabox-wrap {
    width: 90% !important;
  }
  #envirabox-wrap #envirabox-content {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .back-cont-box {
    background: content-box;
  }
}

.home-brand-list__item__heading {
  display: grid;
  place-items: center;
  color: var(--custom_style_color_white);
  background-color: #000;
  border-radius: 0.8rem;
  line-height: 1.5;
}
.home-brand-list__item__link {
  border-block-end: solid 1px #0003;
}
.home-brand-list__item__link img {
  width: auto;
}

@media screen and (min-width: 768px) {
  .home-brand-list {
    padding-inline: 21.8rem;
    margin-top: 14.8rem;
    gap: 0.8rem;
  }
  .home-brand-list__item {
    gap: 6.5rem;
  }
  .home-brand-list__item__heading {
    font-size: 1.2rem;
    width: 15.9rem;
    height: 10.5rem;
  }
  .home-brand-list__item__link {
    width: 71.5rem;
    gap: 6.5rem;
  }
  .home-brand-list__item__link img {
    height: 12rem;
  }
  .home-brand-list__item__link__card {
    position: relative;
  }
  .home-brand-list__item__link__card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s;
  }
  .home-brand-list__item__link__card:hover::before {
    background: rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 767px) {
  .home-brand-list {
    padding-inline: 2.1rem;
    margin-top: 3.4rem;
    gap: 0.4rem;
  }
  .home-brand-list__item {
    gap: 2rem;
  }
  .home-brand-list__item__heading {
    font-size: 0.7rem;
    width: 5.8rem;
    height: 3.8rem;
    letter-spacing: 0.2em;
  }
  .home-brand-list__item__link {
    width: 26.6rem;
    gap: 2.3rem;
  }
  .home-brand-list__item__link img {
    height: 4.4rem;
  }
}

.officer-table .pattern-table__content__row > div {
  letter-spacing: 0.2em;
}

.officer-table .pattern-table__content__row > div:first-of-type {
  width: 21.4rem !important;
  letter-spacing: 0.1em;
}
.officer-table .pattern-table__content__row > div {
  width: 53.4rem;
}
