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

/*
* 横並び「画像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);
}

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

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

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

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

.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 > 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 {
  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;
  }
  .type-1.side-by-side-image-and-text-separate .side-by-side-image-and-text__content__image {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
  .type-1.side-by-side-image-and-text-separate.side-by-side-image-and-text-obverse .side-by-side-image-and-text__content__image {
    left: 100%;
  }
  .type-1.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;
    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__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__num {
    width: 6.5rem;
  }
  .flow-block__item__num__text {
    font-size: 3rem;
  }
  .flow-block__item__content {
    width: 32rem;
    padding-right: 2.5rem;
  }
  .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-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;
    padding-left: 12rem;
  }
  .pattern-section-heading-left-aligned.pattern-section-heading-left-aligned-nb {
    margin: 18rem auto 6rem;
  }
  .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;
  }
  .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;
  }
}
/*
* 左寄せテキスト（幅狭）
*
*
*/
@media screen and (min-width: 768px) {
  .left-aligned-text-narrow,
  .center-aligned-text-narrow,
  .right-aligned-text-narrow {
    width: 60rem;
  }
  .left-aligned-text-narrow,
  .center-aligned-text-narrow,
  .right-aligned-text-narrow {
    margin: 10rem auto 0;
  }
  .left-aligned-text-narrow {
    margin-left: 12rem;
  }
  .right-aligned-text-narrow {
    margin-right: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .left-aligned-text-narrow,
  .center-aligned-text-narrow,
  .right-aligned-text-narrow {
    width: 31rem;
  }
  .left-aligned-text-narrow,
  .center-aligned-text-narrow,
  .right-aligned-text-narrow {
    margin: 4rem auto 0;
  }
}
/*
* 3カラムボタン
*
*
*/
.pattern-three-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 {
    grid-template-columns: repeat(3, auto);
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-three-columns-btn > .wp-block-group__inner-container {
    grid-template-columns: auto;
    gap: 1.5rem;
  }
}
/*
* 背景付きボタン
*
*
*/
.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-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__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;
}

.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-left: 7rem;
  }
  .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 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 4rem;
  }
}
/*
*
*
*
*/
.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::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;
}

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

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

@media screen and (min-width: 768px) {
  .pattern-fullwidth-bg-link-btn__item,
  .pattern-fullwidth-bg-link-btn__item__img {
    height: 35rem;
  }
  .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: 70rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-fullwidth-bg-link-btn__item,
  .pattern-fullwidth-bg-link-btn__item__img {
    height: 27rem;
  }
}
/*
*
*
*
*/
.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: 72rem;
}

.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;
  justify-content: center;
  gap: 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: 1.5/1;
}

.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__content {
  padding: 0 12rem 0;
}

.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;
  border: solid var(--custom_style_color_gray);
  border-width: 0.1rem 0;
  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: 72rem;
  }
  .pattern-thumbslider-text__img__slider > div {
    position: relative;
  }
  .pattern-thumbslider-text__img__slider {
    height: 70rem;
  }
  .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;
  }
  .pattern-thumbslider-text__thumbs > div {
    margin-top: 2rem;
  }
  .pattern-thumbslider-text__thumbs > div > picture {
    width: 100%;
    max-width: 15rem;
  }
  .pattern-thumbslider-text__content {
    padding: 0 12rem 0;
  }
  .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;
  }
  .pattern-thumbslider-text__content .pattern-thumbslider-text__content__tel {
    display: grid;
    place-items: center;
    padding: 4rem 0 3rem;
    border: solid var(--custom_style_color_gray);
    border-width: 0.1rem 0;
    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 {
    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 {
    margin-top: 1rem;
  }
  .pattern-thumbslider-text__thumbs > div > picture {
    width: 100%;
    max-width: 12em;
  }
  .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;
    border: solid var(--custom_style_color_gray);
    border-width: 0.1rem 0;
    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;
  }
  .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;
  }
  .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__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__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-border .pattern-table__content__row > div:first-of-type {
    border: solid var(--custom_style_color_gray);
    border-width: 0 1px 0 0;
  }
  .pattern-table__annotation {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-table {
    width: 31rem;
    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::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-v-border .pattern-table__content__row > div:first-of-type {
    border: solid var(--custom_style_color_gray);
    border-width: 0 1px 0 0;
  }
  .pattern-table__annotation {
    font-size: 1rem;
  }
}
/*
* アンカー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: 4rem;
  }
  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(2, 1fr);
    gap: 2rem;
  }
  div.anchor-list.anchor-list-1c-sp > div {
    grid-template-columns: repeat(1, 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: 100;
  }
  .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 {
  border: solid 0.1rem var(--custom_style_color_gold);
  width: fit-content;
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  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.3rem;
}

.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: 13.3rem;
  }
  .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;
}

.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 {
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .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__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);
}
.pattern-borderbox > div {
  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: 6rem 0;
  }
  .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) {
  .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: 5.9rem;
  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: 0.1rem;
  height: 1.5rem;
  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::after {
  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 0.1rem;
  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;
}

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

.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-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-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 {
    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-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-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:first-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:first-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;
}

/*
* アンカー
*
*
*/
/*
* 汎用
*
*
*/
.text-left {
  text-align: left;
}

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

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

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

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

.justify-content-end {
  justify-content: end;
}

@media screen and (min-width: 768px) {
  .text-left-pc {
    text-align: left;
  }
  .text-center-pc {
    text-align: center;
  }
  .text-right-pc {
    text-align: right;
  }
  .align-self-center-pc {
    align-self: center;
  }
  .justify-content-center-pc {
    justify-content: center;
  }
  .justify-content-end-pc {
    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;
  }
  .align-self-center-sp {
    align-self: center;
  }
  .justify-content-center-sp {
    justify-content: center;
  }
  .justify-content-end-sp {
    justify-content: end;
  }
}
.grayscale {
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .aspect-ratio-1_1-pc {
    aspect-ratio: 1/1;
  }
  .aspect-ratio-3_2-pc {
    aspect-ratio: 3/2;
  }
  .aspect-ratio-2_3-pc {
    aspect-ratio: 2/3;
  }
  .aspect-ratio-16_9-pc {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-32_40-pc {
    aspect-ratio: 32/40;
  }
  .aspect-ratio-6_5-pc {
    aspect-ratio: 6/5;
  }
  .aspect-ratio-8_5-pc {
    aspect-ratio: 8/5;
  }
  .aspect-ratio-72_70-pc {
    aspect-ratio: 72/70;
  }
  .aspect-ratio-72_50-pc {
    aspect-ratio: 72/50;
  }
  .aspect-ratio-72_48-pc {
    aspect-ratio: 72/48;
  }
  .aspect-ratio-144_70-pc {
    aspect-ratio: 144/70;
  }
}
@media screen and (max-width: 767px) {
  .aspect-ratio-1_1-sp {
    aspect-ratio: 1/1;
  }
  .aspect-ratio-3_2-sp {
    aspect-ratio: 3/2;
  }
  .aspect-ratio-2_3-sp {
    aspect-ratio: 2/3;
  }
  .aspect-ratio-16_9-sp {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-32_40-sp {
    aspect-ratio: 32/40;
  }
  .aspect-ratio-6_5-sp {
    aspect-ratio: 6/5;
  }
  .aspect-ratio-8_5-sp {
    aspect-ratio: 8/5;
  }
  .aspect-ratio-13_8-sp {
    aspect-ratio: 13/8;
  }
  .aspect-ratio-72_70-sp {
    aspect-ratio: 72/70;
  }
  .aspect-ratio-72_50-sp {
    aspect-ratio: 72/50;
  }
  .aspect-ratio-72_48-sp {
    aspect-ratio: 72/48;
  }
  .aspect-ratio-144_70-sp {
    aspect-ratio: 144/70;
  }
  .aspect-ratio-13_12-sp {
    aspect-ratio: 13/12;
  }
}
/*
* 幅制限
*
*
*/
@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: 93rem;
    margin-left: auto;
    margin-right: auto;
  }
  .limited-120-pc {
    max-width: 120rem;
  }
  .limited-96-pc {
    max-width: 96rem;
  }
  .limited-93-pc {
    max-width: 93rem;
  }
  .limited-72-pc {
    max-width: 72rem;
  }
  .limited-63-pc {
    max-width: 63rem;
  }
  .limited-60-pc {
    max-width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .limited-width,
  .limited-width-sp,
  .narrow-width {
    max-width: 31rem;
    margin-left: auto;
    margin-right: auto;
  }
  .limited-31-sp {
    max-width: 31rem;
  }
}
/*
* カラムギャップ
*
*
*/
.gap-10 {
  gap: 10rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-7 {
  gap: 7rem !important;
}

.gap-6 {
  gap: 6rem !important;
}

.gap-4 {
  gap: 4rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-0 {
  gap: 0rem !important;
}

.gap-border {
  gap: 1px !important;
}

@media screen and (min-width: 768px) {
  .gap-10-pc {
    gap: 10rem !important;
  }
  .gap-9-pc {
    gap: 9rem !important;
  }
  .gap-8-pc {
    gap: 8rem !important;
  }
  .gap-7-pc {
    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-4-pc {
    gap: 4rem !important;
  }
  .gap-3-pc {
    gap: 3rem !important;
  }
  .gap-2-pc {
    gap: 2rem !important;
  }
  .gap-1-pc {
    gap: 1rem !important;
  }
  .gap-0-pc {
    gap: 0rem !important;
  }
  .gap-border-pc {
    gap: 1px !important;
  }
  .grid-temp-col-3-pc {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-temp-col-3-pc > .is-layout-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-temp-col-2-pc {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-temp-col-2-pc > .is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-temp-col-1-pc {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-temp-col-1-pc > .is-layout-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .gap-10-sp {
    gap: 10rem !important;
  }
  .gap-9-sp {
    gap: 9rem !important;
  }
  .gap-8-sp {
    gap: 8rem !important;
  }
  .gap-7-sp {
    gap: 7rem !important;
  }
  .gap-6-sp {
    gap: 6rem !important;
  }
  .gap-5-sp {
    gap: 5rem !important;
  }
  .gap-4-sp {
    gap: 4rem !important;
  }
  .gap-3_5-sp {
    gap: 3.5rem !important;
  }
  .gap-3-sp {
    gap: 3rem !important;
  }
  .gap-2-sp {
    gap: 2rem !important;
  }
  .gap-1-sp {
    gap: 1rem !important;
  }
  .gap-0-sp {
    gap: 0rem !important;
  }
  .gap-border-sp {
    gap: 1px !important;
  }
  .gap-border-sp > .is-layout-grid {
    gap: 1px !important;
  }
  .grid-temp-col-3-sp {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-temp-col-3-sp > .is-layout-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-temp-col-2-sp {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-temp-col-2-sp > .is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-temp-col-1-sp {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-temp-col-1-sp > .is-layout-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.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;
}

@media screen and (min-width: 768px) {
  .fs-18-pc {
    font-size: 1.8rem !important;
  }
  .fs-14-pc {
    font-size: 1.4rem !important;
  }
  .fs-13-pc {
    font-size: 1.3rem !important;
  }
  .fs-12-pc {
    font-size: 1.2rem !important;
  }
  .fs-11-pc {
    font-size: 1.1rem !important;
  }
  .fs-10-pc {
    font-size: 1rem !important;
  }
  .fs-9-pc {
    font-size: 0.9rem !important;
  }
  .fs-8-pc {
    font-size: 0.8rem !important;
  }
  .fs-28-20 {
    font-size: 2.8rem !important;
  }
  .fs-14-13,
  .fs-14-12,
  .fs-14-11 {
    font-size: 1.4rem !important;
  }
  .fs-23-pc {
    font-size: 2.3rem !important;
  }
  .fs-28-pc {
    font-size: 2.8rem !important;
  }
  .fs-32-pc {
    font-size: 3.2rem !important;
  }
  .fs-40-pc {
    font-size: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .fs-18-sp {
    font-size: 1.6rem !important;
  }
  .fs-16-sp {
    font-size: 1.6rem !important;
  }
  .fs-14-sp {
    font-size: 1.4rem !important;
  }
  .fs-13-sp {
    font-size: 1.3rem !important;
  }
  .fs-12-sp {
    font-size: 1.2rem !important;
  }
  .fs-11-sp {
    font-size: 1.1rem !important;
  }
  .fs-10-sp {
    font-size: 1rem !important;
  }
  .fs-9-sp {
    font-size: 0.9rem !important;
  }
  .fs-8-sp {
    font-size: 0.8rem !important;
  }
  .fs-28-20 {
    font-size: 2rem !important;
  }
  .fs-14-13 {
    font-size: 1.3rem !important;
  }
  .fs-14-12 {
    font-size: 1.2rem !important;
  }
  .fs-14-11 {
    font-size: 1.1rem !important;
  }
  .fs-20-sp {
    font-size: 2rem !important;
  }
  .fs-23-sp {
    font-size: 2.3rem !important;
  }
  .fs-31-sp {
    font-size: 3.1rem !important;
  }
}
.lh-2 {
  line-height: 2 !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_5-pc {
    line-height: 1.5 !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_2-sp {
    line-height: 1.2 !important;
  }
  .lh-1_15-sp {
    line-height: 1.15 !important;
  }
  .lh-1-sp {
    line-height: 1 !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-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-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;
}

.pr-12-pc {
  padding-right: 12rem;
}

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

@media screen and (min-width: 768px) {
  .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;
  }
  .mt4-pc {
    margin-top: 4rem !important;
  }
  .mt5-pc {
    margin-top: 5rem !important;
  }
  .mt6-pc {
    margin-top: 6rem !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;
  }
  .mt14-pc {
    margin-top: 14rem !important;
  }
  .mt18-pc {
    margin-top: 18rem !important;
  }
  .mt20-pc {
    margin-top: 20rem !important;
  }
  .mt28-pc {
    margin-top: 28rem !important;
  }
  .mb0-pc {
    margin-bottom: 0 !important;
  }
  .mb3-pc {
    margin-bottom: 3rem !important;
  }
  .mb4-pc {
    margin-bottom: 4rem !important;
  }
  .mb6-pc {
    margin-bottom: 6rem !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;
  }
  .mla-pc {
    margin-left: auto !important;
  }
  .mr0-pc {
    margin-right: 0 !important;
  }
  .mra-pc {
    margin-right: auto !important;
  }
  .mauto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .pl12-pc {
    padding-left: 12rem !important;
  }
  .pr12-pc {
    padding-right: 12rem !important;
  }
  .pt10-pc {
    padding-top: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt0-sp {
    margin-top: 0 !important;
  }
  .mt0_8-sp {
    margin-top: 0.8rem !important;
  }
  .mt1_5-sp {
    margin-top: 1.5rem !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_5-sp {
    margin-top: 4.5rem !important;
  }
  .mt5-sp {
    margin-top: 5rem !important;
  }
  .mt6-sp {
    margin-top: 6rem !important;
  }
  .mt8-sp {
    margin-top: 8rem !important;
  }
  .mt10-sp {
    margin-top: 10rem !important;
  }
  .mb0-sp {
    margin-bottom: 0 !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;
  }
}
.wf {
  width: 100% !important;
}

.wh {
  width: 50% !important;
}

@media screen and (min-width: 768px) {
  .h-60-pc {
    height: 60rem !important;
  }
}

/*# sourceMappingURL=editor-front-both-style.css.map */
