@charset "UTF-8";
/**
 * Theme Name: Atsumaru Custom Fabric Theme
 * Version: 0.0.1
 * Template: arkhe
 */
:root {
  --fabric--demo-content--display: flex;
}

/** ==========================================================================
*
* colors
*
========================================================================== **/
:root {
  --arkb-qa_color: #D1AC79;
  --wp--preset--color--cyan-bluish-gray: #eee;
  --arkb-list_color_icon: #D1AC79;
}

:root {
  --qms-border_color: #ccc;
  --qms-table_color: #eee;
  --qms-accent_color: #00A9AC;
  --qms-accent02_color: #D1AC79;
  --qms-sub_color: #D1AC79;
  --qms-icon_color: #D1AC79;
}

:root {
  --brick--color--dark-background: #FAF5ED;
  --brick--color--flow-current-background: #D1AC79;
  --brick--color--accent-background: #00A9AC;
}

[class*=is-style-ark-list-icon] > li::before {
  color: var(--qms-icon_color);
}

/** ==========================================================================
*
* フォント
*
========================================================================== **/
.is-style-en_title-heading.is-style-en_title-heading.is-style-en_title-heading.is-style-en_title-heading.is-style-en_title-heading {
  font-family: shelby, serif;
  font-weight: 700;
  font-style: normal;
}

.is-style-ja_title-heading.is-style-ja_title-heading.is-style-ja_title-heading.is-style-ja_title-heading.is-style-ja_title-heading {
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
}

.en_title {
  font-family: shelby, serif;
  font-weight: 700;
  font-style: normal;
}

.ja_title {
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media print, screen and (max-width: 740px) {
  .line-clamp {
    -webkit-line-clamp: 3;
  }
}

.line-clamp-three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media print, screen and (max-width: 740px) {
  .line-clamp-three {
    -webkit-line-clamp: 3;
  }
}

@media print, screen and (max-width: 740px) {
  .qms4__post-list[data-layout=card][data-num-columns-sp="2"] .qms4__post-list__list {
    gap: 8vw 4%;
    grid-template-columns: inherit;
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 740px) {
  .qms4__post-list[data-layout=card][data-num-columns-sp="2"] .qms4__post-list__list .qms4__post-list__list-item {
    flex-basis: 48%;
  }
}

/** ==========================================================================
*
* 削除予定
*
========================================================================== **/
/**  h2  **/
.is-h2-01 {
  padding: 20px 22px;
  border: 4px solid #D1AC79;
}

.is-h2-02 {
  padding: 20px 22px;
  border: 3px solid #D1AC79;
  background: linear-gradient(90deg, rgba(209, 172, 121, 0.3), rgba(209, 172, 121, 0));
}

.is-h2-03 {
  position: relative;
  padding: 10px 22px;
  display: inline-block;
}
.is-h2-03::before, .is-h2-03::after {
  position: absolute;
  content: "";
}

.is-h2-03::after {
  top: 0;
  left: 0;
  width: 16px;
  height: 25px;
  border-top: 3px solid #D1AC79;
  border-left: 3px solid #D1AC79;
}

.is-h2-03::before {
  right: 0;
  bottom: 0;
  width: 16px;
  height: 25px;
  border-right: 3px solid #D1AC79;
  border-bottom: 3px solid #D1AC79;
}

.is-h2-04 {
  position: relative;
  padding: 0 0 1rem 0;
  border-bottom: 3px solid #D1AC79;
}

.is-h2-04::before {
  position: absolute;
  bottom: -14px;
  left: 1.5em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #D1AC79 transparent transparent;
}

.is-h2-04::after {
  position: absolute;
  bottom: -10px;
  left: 1.5em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

/**  h3  **/
.is-h3-01 {
  padding: 16px 20px;
  border: 3px solid #D1AC79;
}

.is-h3-02 {
  padding: 16px 20px;
  border: 3px solid #D1AC79;
  background: linear-gradient(90deg, rgba(209, 172, 121, 0.3), rgba(209, 172, 121, 0));
}

.is-h3-03 {
  position: relative;
  padding: 10px 22px;
  display: inline-block;
}
.is-h3-03::before, .is-h3-03::after {
  position: absolute;
  content: "";
}

.is-h3-03::after {
  top: 0;
  left: 0;
  width: 16px;
  height: 25px;
  border-top: 3px solid #D1AC79;
  border-left: 3px solid #D1AC79;
}

.is-h3-03::before {
  right: 0;
  bottom: 0;
  width: 16px;
  height: 25px;
  border-right: 3px solid #D1AC79;
  border-bottom: 3px solid #D1AC79;
}

.is-h3-04 {
  position: relative;
  padding: 0 0 16px 0;
  border-bottom: 3px solid #D1AC79;
}

.is-h3-04::before {
  position: absolute;
  bottom: -14px;
  left: 1.5em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #D1AC79 transparent transparent;
}

.is-h3-04::after {
  position: absolute;
  bottom: -10px;
  left: 1.5em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

/**  h4  **/
.is-h4-01 {
  padding: 18px 20px;
  border: 2px solid #D1AC79;
}

.is-h4-02 {
  position: relative;
  padding: 0 0 18px 0;
}

.is-h4-02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #D1AC79, #D1AC79 1px, transparent 1.5px, transparent 2.5px);
  background-image: repeating-linear-gradient(-45deg, #D1AC79, #D1AC79 1px, transparent 1.5px, transparent 2.5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-h4-03 {
  padding: 18px 0;
  border-bottom: 4px solid rgba(209, 172, 121, 0.4);
  position: relative;
}

.is-h4-03::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 90px;
  border-bottom: 4px solid #D1AC79;
}

/**  h5  **/
.is-h5-01 {
  padding: 8px 0 8px 13px;
  border-left: 2px solid #D1AC79;
}

.is-h5-02 {
  padding: 8px 0 8px 13px;
  border-left: 2px dashed #D1AC79;
}

.is-h5-03 {
  padding: 8px 0 8px 13px;
  border-left: 3px double #D1AC79;
}

/**  h6  **/
.is-h6-01 {
  padding: 8px 0 8px 21px;
  position: relative;
}
.is-h6-01::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #D1AC79;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.is-h6-02 {
  padding: 8px 0 8px 21px;
  position: relative;
}
.is-h6-02::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #D1AC79;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.is-h6-03 {
  padding: 8px 0 8px 21px;
  position: relative;
}
.is-h6-03::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #D1AC79;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/** ==========================================================================
*
* 固定ページ 共通
*
========================================================================== **/
.c-postContent h1,
.c-postContent h2,
.c-postContent h3,
.c-postContent h4,
.c-postContent h5,
.c-postContent h6 {
  line-height: 1.3;
}

/** ==========================================================================
*
* 見出し
*
========================================================================== **/
/**  h1見出し  **/
@media screen and (min-width: 741px) {
  .p-topArea {
    min-height: 44vh;
  }
}
.p-topArea .c-pageTitle__main {
  position: relative;
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
}

.p-topArea.-noimg {
  background: #FAF5ED;
  padding: 40px 0;
  margin-bottom: 5px;
  min-height: inherit;
}
@media print, screen and (max-width: 740px) {
  .p-topArea.-noimg {
    padding: 5.6vw 0;
  }
}
.p-topArea.-noimg .p-topArea__body {
  color: #343434;
  text-shadow: none;
}
@media print, screen and (max-width: 740px) {
  .p-topArea.-noimg .c-pageTitle__main {
    font-size: 1.6rem;
  }
}

/**  見出し  **/
.p-header .en {
  color: var(--qms-accent_color);
}

.p-title-border {
  position: relative;
  margin-bottom: 54px !important;
}
.p-title-border::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--qms-accent_color);
}

.p-title-bg_en {
  position: relative;
}
.p-title-bg_en .en {
  font-size: 100px;
  line-height: 1.1;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 740px) {
  .p-title-bg_en .en {
    font-size: 14vw;
    line-height: 1;
  }
}

/**  枠線の見出し①  **/
.is-style-border01-heading {
  padding: 20px 22px;
  border: 4px solid #D1AC79;
}

/**  枠線の見出し②  **/
.is-style-border02-heading {
  padding: 20px 22px;
  border: 3px solid #D1AC79;
  background: linear-gradient(90deg, rgba(209, 172, 121, 0.3), rgba(209, 172, 121, 0));
}

/**  下線の見出し①  **/
.is-style-under_line01-heading {
  text-align: center;
  position: relative;
  margin-bottom: 54px !important;
}
.is-style-under_line01-heading::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--qms-accent_color);
}

/**  下線の見出し②  **/
.is-style-under_line02-heading {
  position: relative;
  padding: 0 0 1rem 0;
  border-bottom: 3px solid #D1AC79;
}
.is-style-under_line02-heading::before {
  position: absolute;
  bottom: -14px;
  left: 1.5em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #D1AC79 transparent transparent;
}
.is-style-under_line02-heading::after {
  position: absolute;
  bottom: -10px;
  left: 1.5em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

/**  下線の見出し③  **/
.is-style-under_line03-heading {
  padding: 18px 0;
  border-bottom: 4px solid rgba(209, 172, 121, 0.4);
  position: relative;
}
.is-style-under_line03-heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 90px;
  border-bottom: 4px solid #D1AC79;
}

/**  下線の見出し④  **/
.is-style-under_line04-heading {
  position: relative;
  padding: 0 0 18px 0;
}
.is-style-under_line04-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #D1AC79, #D1AC79 1px, transparent 1.5px, transparent 2.5px);
  background-image: repeating-linear-gradient(-45deg, #D1AC79, #D1AC79 1px, transparent 1.5px, transparent 2.5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/**  カッコ付の見出し  **/
.p-angle_brackets-heading {
  position: relative;
  padding: 10px 22px;
  display: inline-block;
}
.p-angle_brackets-heading::before, .p-angle_brackets-heading::after {
  position: absolute;
  content: "";
}
.p-angle_brackets-heading::after {
  top: 0;
  left: 0;
  width: 16px;
  height: 25px;
  border-top: 3px solid #D1AC79;
  border-left: 3px solid #D1AC79;
}
.p-angle_brackets-heading::before {
  right: 0;
  bottom: 0;
  width: 16px;
  height: 25px;
  border-right: 3px solid #D1AC79;
  border-bottom: 3px solid #D1AC79;
}

/** ==========================================================================
*
* ボタン
*
========================================================================== **/
/**  outline button  **/
@media print, screen and (max-width: 740px) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #242424;
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #fff;
  color: #111;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    padding: 16px 0;
    width: 345px;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: var(--qms-accent_color);
  content: "";
  transition: transform 0.3s;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  content: "";
  width: 29px;
  height: 6px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover {
  opacity: 0.999;
  color: #fff;
  border-color: var(--qms-accent_color);
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover::after {
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
}

.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #242424;
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #fff;
  color: #111;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a {
    padding: 16px 0;
    width: 345px;
    transition: 0.4s;
  }
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #242424;
  content: "";
  transition: transform 0.3s;
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a::after {
  content: "";
  width: 29px;
  height: 6px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a:hover {
  opacity: 0.999;
  color: #fff;
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a:hover::after {
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
}

/**  fill button  **/
@media print, screen and (max-width: 740px) {
  .is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #242424;
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #111;
  color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a {
    padding: 16px 28px 16px 12px;
    min-width: 280px;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a::after {
  content: "";
  width: 29px;
  height: 6px;
  display: block;
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a:hover {
  opacity: 0.999;
  color: #111;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a:hover::after {
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-blank a {
  padding: 16px 20px 16px 12px;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-blank a::after {
  width: 13px;
  height: 13px;
  background: url(images/icon_blank_white.png) no-repeat center/contain;
  right: 20px;
}

@media print, screen and (max-width: 740px) {
  .is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #111;
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #111;
  color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a {
    padding: 16px 28px 16px 12px;
    min-width: 280px;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a::after {
  content: "";
  width: 29px;
  height: 6px;
  display: block;
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a:hover {
  opacity: 0.999;
  color: #111;
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a:hover::after {
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
}

/**  fill_action01 button  **/
@media print, screen and (max-width: 740px) {
  .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
  font-weight: 500;
  text-align: center;
  border: 1px solid var(--qms-accent_color);
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: var(--qms-accent_color);
  color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
    padding: 16px 0;
    width: 345px;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::after {
  content: "";
  width: 29px;
  height: 6px;
  display: block;
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a:hover {
  opacity: 0.999;
  color: var(--qms-accent_color);
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a:hover::after {
  background: url(images/icon_arrow_btn_02_accent.svg) no-repeat center/contain;
}

/**  fill_action02 button  **/
@media print, screen and (max-width: 740px) {
  .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
  font-weight: 500;
  text-align: center;
  border: 1px solid var(--qms-accent02_color);
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: var(--qms-accent02_color);
  color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
    padding: 16px 28px 16px 12px;
    min-width: 280px;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::after {
  content: "";
  width: 29px;
  height: 6px;
  display: block;
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover {
  opacity: 0.999;
  color: var(--qms-accent02_color);
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover::after {
  background: url(images/icon_arrow_btn_02_accent02.svg) no-repeat center/contain;
}

/**  anchor  **/
@media print, screen and (max-width: 740px) {
  .is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #242424;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #fff;
  color: #111;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
    padding: 16px 0;
    width: 238px;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #242424;
  content: "";
  transition: transform 0.3s;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a::after {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 1em;
  margin-top: -2px;
  width: 10px;
  height: 10px;
  content: " ";
  transform: translateY(-50%) rotate(-135deg);
  border-top: 1px #111 solid;
  border-left: 1px #111 solid;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a:hover {
  opacity: 0.999;
  color: #fff;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a:hover::after {
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
}

.c-button-anchor a {
  position: relative;
  padding-right: 2.6em;
}
.c-button-anchor a::after {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 1em;
  margin-top: -2px;
  width: 10px;
  height: 10px;
  content: " ";
  transform: translateY(-50%) rotate(-135deg);
  border-top: 1px #111 solid;
  border-left: 1px #111 solid;
}

/**  c-button-more  **/
.c-button-more {
  position: relative;
  padding-right: 24px;
}
.c-button-more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(images/icon_arrow_btn_gray.svg) no-repeat center center/contain;
}

/**  c-button-map  **/
.c-button-map {
  display: inline;
  position: relative;
  border: 1px solid #393939;
  padding: 0 14px 1px 6px;
  font-size: 10px;
  color: #fff;
  background-color: #111;
  font-size: 0.6em;
}
.c-button-map::after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 52%;
  right: 5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #393939;
}

/**  その他ボタン  **/
.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button a {
  border-radius: 0;
  background: #FAF6F0;
  color: #242424;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #C1C1C1;
  padding: 28px 0;
  display: block;
  max-width: 371px;
  position: relative;
}
@media print, screen and (max-width: 740px) {
  .is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button a {
    max-width: inherit;
  }
}

.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button a::after {
  content: "";
  width: 21px;
  height: 4px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  bottom: 9px;
  right: 13px;
}

/** ==========================================================================
*
* パーツ
*
========================================================================== **/
/**  p-parts-house  **/
.p-parts-house {
  text-align: center;
  background: linear-gradient(transparent 14%, #f7f0e7 14%);
  padding: 0 26px 14px 26px;
}
.p-parts-house .arkb-format-1 {
  font-size: 1.5em;
  margin-right: 5px;
}
.p-parts-house__title {
  display: inline-block;
  padding: 0 16px;
  background: linear-gradient(transparent 64%, #fff 64%);
}

/**  p-icon-border-accent  **/
.p-icon-border-accent {
  border: 1px solid var(--qms-accent_color);
  padding: 4px 10px;
  display: inline-block;
  color: var(--qms-accent_color);
}

.p-icon-border-accent-bold {
  border: 2px solid var(--qms-accent_color);
  font-weight: bold;
}

/**  p-blank  **/
.p-blank {
  position: relative;
}
.p-blank::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(images/icon_blank.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}

/**  p-tel  **/
.p-tel.p-tel.p-tel.p-tel.p-tel {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media print, screen and (max-width: 740px) {
  .p-tel.p-tel.p-tel.p-tel.p-tel {
    font-size: 9vw;
  }
}
.p-tel.p-tel.p-tel.p-tel.p-tel .arkb-format-1 {
  font-size: 0.6em;
  padding-right: 8px;
}
.p-tel.p-tel.p-tel.p-tel.p-tel a {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media print, screen and (min-width: 741px) {
  .p-tel.p-tel.p-tel.p-tel.p-tel a {
    pointer-events: none;
  }
}

/**  p-banner-works  **/
.p-banner-works {
  border: 1px solid #707070;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .p-banner-works {
    width: 723px;
    padding: 14px;
  }
}
@media print, screen and (max-width: 740px) {
  .p-banner-works {
    padding: 4vw;
  }
}

.p-banner-works::after {
  content: "";
  width: 26px;
  height: 5px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  bottom: 9px;
  right: 13px;
}

@media print, screen and (min-width: 741px) {
  .p-banner-works__title.p-banner-works__title.p-banner-works__title.p-banner-works__title.p-banner-works__title {
    margin-left: 0;
    padding-left: 5px;
    padding-top: 15px;
  }
}
@media print, screen and (max-width: 740px) {
  .p-banner-works__title.p-banner-works__title.p-banner-works__title.p-banner-works__title.p-banner-works__title {
    margin-top: 4vw;
  }
}

/** ==========================================================================
*
* レイアウト
*
========================================================================== **/
/**  PC 幅  **/
@media print, screen and (min-width: 741px) {
  .pc-10 {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .pc-20 {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .pc-30 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .pc-40 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .pc-50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .pc-60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .pc-70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .pc-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .pc-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/**  iPad 調整  **/
@media print, screen and (min-width: 741px) {
  .l-footer-sns.sp {
    display: none;
  }
}

@media print, screen and (max-width: 740px) {
  .l-logo-sp.l-logo-sp {
    display: block;
  }
}

/**  l-button_list  **/
@media print, screen and (max-width: 740px) {
  .l-button_list .wp-block-button {
    width: 100%;
  }
  .l-button_list .wp-block-button a {
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-button_list-medium .is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
    width: 270px;
  }
}

/**  l-info  **/
@media print, screen and (max-width: 740px) {
  .l-info .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column + .wp-block-column {
    margin-top: 0.3rem;
  }
}

/**  l-num_count  **/
.l-num_count {
  counter-reset: number 0;
}

.p-num {
  position: relative;
  padding-left: 2.1em;
}
@media print, screen and (max-width: 740px) {
  .p-num {
    padding-left: 12vw;
  }
}
.p-num::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: -0.1em;
  left: 0;
  z-index: 10;
  text-align: center;
  color: #fff;
  background: var(--qms-accent_color);
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
@media print, screen and (max-width: 740px) {
  .p-num::before {
    top: -1px;
    font-size: 0.9em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
  }
}

.p-num.is-style-ja_title-heading {
  padding-left: 2.3em;
}
@media print, screen and (max-width: 740px) {
  .p-num.is-style-ja_title-heading {
    padding-left: 13vw;
  }
}
.p-num.is-style-ja_title-heading::before {
  width: 1.8em;
  height: 1.6em;
  line-height: 1.6em;
  letter-spacing: -2px;
}

/**  2column  **/
@media print, screen and (max-width: 740px) {
  .l-2column-ph_right,
.l-2column-ph_right .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
  .l-2column-ph_right .wp-block-column,
.l-2column-ph_right .ark-block-columns__inner .wp-block-column {
    margin-top: var(--wp-column-gap);
  }
}
/**  l-buttons  **/
.l-buttons {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 741px) {
  .l-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-buttons {
    margin-bottom: 6vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-buttons .wp-block-button {
    margin-bottom: 4vw;
  }
}

/** ==========================================================================
*
* ヘッダー
*
========================================================================== **/
@media print, screen and (min-width: 1000px) and (max-width: 1305px) {
  .l-header .l-header__left {
    display: none;
  }
  .l-header .l-header__right .l-header-link .l-header-link__text .arkb-format-1 {
    font-size: 1vw !important;
  }
  .l-header .l-container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.l-header a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-header a:hover {
  opacity: 0.7;
}

.l-header__center {
  grid-area: left;
  justify-self: start;
  width: 180px;
  padding: 12px 0 10px;
}
@media print, screen and (max-width: 740px) {
  .l-header__center {
    width: 100%;
  }
}

.l-header__left {
  grid-area: center;
  width: 160px;
  font-size: 10px;
  line-height: 1.4;
  margin-left: 16px;
  color: #777777;
  padding: 21px 0 18px;
  display: block;
}
@media print, screen and (max-width: 740px) {
  .l-header__left {
    width: 100%;
    padding-left: 3vw;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 740px) {
  [data-btns=r-l] .l-header__body {
    grid-template-areas: "left center";
    grid-template-columns: 40% 60%;
  }
}

@media print, screen and (max-width: 1180px) {
  .l-header__right .arkb-columns--11.ark-block-columns {
    display: inherit !important;
  }
}
.l-header__right .ark-block-column {
  flex-grow: 1;
  margin-left: 12px;
}
.l-header__right .ark-block-column:first-child {
  margin-right: 20px;
  width: 22%;
}
.l-header__right .wp-block-columns {
  margin-bottom: 0;
}
.l-header__right .l-header-link span.arkb-format-1 {
  position: relative;
  font-size: 0.89em;
  font-weight: 400;
}
.l-header__right .l-header-link span.arkb-format-1::after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 52%;
  right: -10px;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #9A9A9A;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a,
.l-header__right .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a,
.l-header__right .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
  padding: 8px 0;
  width: 10rem;
  max-width: 100%;
  min-width: 100%;
  font-size: 17px;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after,
.l-header__right .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::after,
.l-header__right .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 52%;
  right: 9.5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  background: none;
}
.l-header__right .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
  width: 10rem;
  max-width: 100%;
  min-width: 100%;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  border: 1px solid #B2B2B2;
  padding-right: 5px;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::before {
  background: #B2B2B2;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  border-color: transparent transparent transparent #9A9A9A;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover {
  color: #fff;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover::after {
  border-color: transparent transparent transparent #fff;
}
.l-header__right .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a:hover::after {
  border-color: transparent transparent transparent var(--qms-accent_color);
}
.l-header__right .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover::after {
  border-color: transparent transparent transparent var(--qms-accent02_color);
}

.l-gnav.qms4__mega-menu {
  position: sticky;
  z-index: 90;
  top: calc(var(--ark-adminbar_height) + 70px);
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #eee;
  gap: 0;
}
@media not all and (min-width: 1000px) {
  .l-gnav.qms4__mega-menu {
    display: none;
  }
}
.l-gnav.qms4__mega-menu a {
  color: inherit;
  text-decoration: none;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item {
  flex-grow: 0;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item .qms4__mega-menu__item__label {
  font-size: 17px;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item:hover .qms4__mega-menu__item__label {
  background-color: #FAF5ED;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item__content {
  padding: 24px 20px 20px;
  background-color: #FAF5ED;
  font-size: 13px;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item__content .wp-block-columns {
  margin: 0 auto;
  justify-content: center;
}
@media print, screen and (min-width: 741px) {
  .l-gnav.qms4__mega-menu .qms4__mega-menu__item__content .wp-block-columns {
    max-width: 1200px;
  }
}
@media only screen and (min-device-width: 741px) and (max-device-width: 1024px) and (orientation: portrait) {
  .l-gnav.qms4__mega-menu .qms4__mega-menu__item__content .wp-block-columns {
    width: 100%;
  }
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item__content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 24px;
}

@media print, screen and (max-width: 740px) {
  .l-header__right .arkb-columns--9.ark-block-columns {
    display: none;
  }
}

@media print, screen and (min-width: 741px) {
  .sp-only .l-header__drawerBtn {
    display: none;
  }
}

@media print, screen and (max-width: 740px) {
  .l-header__drawerBtn {
    position: fixed;
    right: 1.8vw;
    bottom: 3vw;
    z-index: 120;
  }
  .l-header__drawerBtn .c-iconBtn__icon {
    color: #fff;
  }
}

@media print, screen and (min-width: 741px) {
  [data-drawer-move=fade][data-drawer=opened] .l-header__drawerBtn .c-iconBtn__icon {
    color: #242424;
  }
}

.l-header__left {
  z-index: 10;
}

.l-header__center {
  z-index: 10;
}

[data-drawer=opened] .l-header__center {
  pointer-events: inherit;
}

/** ==========================================================================
*
* SPメニュー
*
========================================================================== **/
@media print, screen and (max-width: 740px) {
  .p-drawer__close.c-modalClose.u-flex--aic {
    display: none;
  }
}

.p-drawer {
  background: #fff;
  color: #111;
  padding-bottom: 0.5rem;
}

[data-drawer-move=fade] .p-drawer__inner {
  max-width: inherit;
}

.p-drawer__body {
  padding: 0;
}
.p-drawer__body .w-drawerBottom {
  margin-top: 0;
}
.p-drawer__body .c-widget + .c-widget {
  margin-top: 0;
}
.p-drawer__body .l-drawer__info {
  margin-bottom: 0;
  padding: 0.4rem 0 0.6rem;
}
.p-drawer__body .p-tel {
  font-weight: 500;
  padding-right: 0.8rem;
}
.p-drawer__body .p-tel a::before {
  content: "";
  width: 27px;
  height: 18px;
  display: inline-block;
  background: url(images/icon_tel.png) no-repeat center/contain;
  margin-right: 3px;
}
@media print, screen and (max-width: 740px) {
  .p-drawer__body .p-tel a::before {
    width: 39px;
    height: 25px;
  }
}

.qms4__panel-menu {
  padding-bottom: 3.3rem;
}

.qms4__panel-menu__front .qms4__panel-menu__item-list a,
.qms4__panel-menu__front .qms4__panel-menu__item-list span {
  padding: 16px 28px 16px 10px;
}

.qms4__panel-menu__item[data-show-submenu=false] .qms4__panel-menu__item__label:after {
  content: "";
  width: 11px;
  height: 3px;
  display: block;
  background: url(images/icon_arrow_drawer_btn_white.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.qms4__panel-menu__front .qms4__panel-menu__subitem {
  position: relative;
}

.qms4__panel-menu__front .qms4__panel-menu__subitem:after {
  content: "";
  width: 11px;
  height: 3px;
  display: block;
  background: url(images/icon_arrow_drawer_btn_black.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/** ==========================================================================
*
* フッター
*
========================================================================== **/
.l-footer {
  margin-top: 90px;
}
@media print, screen and (max-width: 740px) {
  .l-footer {
    margin-top: 10vw;
  }
}
.l-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer a:hover {
  opacity: 0.7;
}

@media print, screen and (max-width: 740px) {
  .p-fixBtnWrap .-pagetop {
    display: none;
  }
}

/**  CV  **/
.l-footer .l-footer-contact__item {
  background-color: rgba(255, 255, 255, 0.9019607843);
  position: relative;
  padding: 28px 30px;
}
.l-footer .l-footer-contact__item::after {
  content: "";
  width: 21px;
  height: 4px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  bottom: 12px;
  right: 14px;
}
.l-footer .l-footer-contact__item:last-child {
  background-color: rgba(0, 168, 171, 0.9019607843);
}
.l-footer .l-footer-contact__item:last-child::after {
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
}

/**  SNS  **/
.l-footer-sns > .ark-block-columns__inner {
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 741px) {
  .l-footer-sns > .ark-block-columns__inner {
    padding: 30px 0;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-sns > .ark-block-columns__inner {
    width: 90%;
    padding: 8vw 0 6vw;
  }
}

.l-footer-sns .l-footer-sns__title {
  flex-basis: content;
  flex-grow: inherit;
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .l-footer-sns .l-footer-sns__title {
    text-align: center;
  }
}
.l-footer-sns .l-footer-sns__title span {
  font-size: 17px;
}
.l-footer-sns .l-footer-sns__title span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #4D4D4D;
}

.l-footer-sns .l-footer-sns__link {
  flex-basis: content;
  flex-grow: inherit;
}
@media print, screen and (max-width: 740px) {
  .l-footer-sns .l-footer-sns__link {
    margin-left: 0;
  }
}
.l-footer-sns .l-footer-sns__link .ark-block-columns__inner {
  justify-content: center;
  row-gap: 0.8rem;
}
@media print, screen and (max-width: 740px) {
  .l-footer-sns .l-footer-sns__link .ark-block-columns__inner {
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
}
.l-footer-sns .l-footer-sns__link .l-footer-sns__link__item {
  flex-basis: inherit;
  flex-grow: inherit;
}
@media print, screen and (max-width: 740px) {
  .l-footer-sns .l-footer-sns__link .l-footer-sns__link__item {
    margin: 0;
    width: 45%;
    flex-basis: inherit;
    flex-grow: initial;
  }
}
.l-footer-sns .l-footer-sns__link .l-footer-sns__link__item .wp-block-columns {
  gap: inherit !important;
}
@media print, screen and (min-width: 741px) {
  .l-footer-sns .l-footer-sns__link .l-footer-sns__link__item p {
    width: max-content;
  }
}
.l-footer-sns .l-footer-sns__link .wp-block-image {
  margin-bottom: 0;
}

/**  メッセージ  **/
.l-footer-message {
  margin: 0 auto;
  padding: 26px;
}
@media print, screen and (min-width: 741px) {
  .l-footer-message {
    max-width: 1200px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-message {
    width: 100%;
    padding: 6vw;
  }
}

/**  フッター  **/
@media print, screen and (max-width: 740px) {
  .l-footer-main.l-footer-main.l-footer-main.l-footer-main.l-footer-main {
    width: 100vw;
    left: 0;
    padding-top: 10vw;
  }
}

.l-footer-main .l-footer-main__inner.wp-block-columns {
  margin: 0 auto;
}

.l-footer-main__logo {
  margin-bottom: 0.5em;
}

.l-footer-main .wp-container-90 {
  display: block;
}

@media print, screen and (max-width: 1000px) {
  .l-footer-main .l-footer-main__info {
    display: block;
  }
}

@media print, screen and (max-width: 740px) {
  .l-footer-main .p-address {
    display: block;
    margin-bottom: 2vw;
  }
}
.l-footer-main .p-address div {
  margin: 0 10px;
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-address div {
    margin: 0 auto 2vw;
    display: block;
    text-align: center;
  }
}

.l-footer-main .p-address .c-button-map::after {
  border-color: transparent transparent transparent #fff;
}

.l-footer-main .p-tel {
  font-weight: 500;
}
@media print, screen and (min-width: 741px) {
  .l-footer-main .p-tel {
    margin: 0 10px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-tel {
    margin-bottom: 5px;
    font-size: 7.8vw !important;
  }
}
.l-footer-main .p-tel a::before {
  content: "";
  width: 27px;
  height: 18px;
  display: inline-block;
  background: url(images/icon_tel.png) no-repeat center/contain;
  margin-right: 3px;
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-tel a::before {
    width: 39px;
    height: 25px;
  }
}

.l-footer-sitemap {
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer-sitemap .ark-block-columns__inner {
  justify-content: space-between;
}
.l-footer-sitemap .ark-block-column {
  --arkb-clmn-width: auto;
}

@media print, screen and (max-width: 1000px) {
  .l-footer-sitemap .ark-block-column.l-footer-sitemap__icon {
    margin: 0 auto;
  }
}

.l-footer__foot {
  background-color: #FAF5ED;
  color: #7E7E7E;
}
@media print, screen and (max-width: 740px) {
  .l-footer__foot {
    padding-bottom: 20vw;
  }
}

.l-fixed-footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
.l-fixed-footer .l-fixed-footer__item p {
  padding: 0;
  height: 100%;
}
.l-fixed-footer .l-fixed-footer__item a {
  padding: 4vw 0;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/** ==========================================================================
*
* スライダー
*
========================================================================== **/
@media print, screen and (max-width: 740px) {
  .l-content .l-slide .slick-dots {
    bottom: -10vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-content .l-slide .slick-dots li {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-content .l-slide .wp-block-button {
    padding-top: 6vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-content .l-slide .qms4__post-list .qms4__post-list__list-item {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home .wp-block-cover__image-background.wp-image-797 {
    width: 138%;
  }
}

/** ==========================================================================
*
* TOPスライダー
*
========================================================================== **/
@media print, screen and (min-width: 1000px) {
  .home .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
    right: auto;
    left: 77vw;
    transform: translateY(-3.5rem);
  }
  .home .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
    left: auto;
    right: 77vw;
    transform: translateY(-3.5rem);
  }
}
/** ==========================================================================
*
* カレンダー
*
========================================================================== **/
.qms4__block__event-calendar__month-header {
  grid-template-columns: 1fr;
}

.qms4__block__event-calendar__month-header button {
  display: none;
}

@media print, screen and (max-width: 740px) {
  .qms4__block__event-calendar__display {
    margin-top: 5vw;
  }
  .home .qms4__block__event-calendar[data-show-posts=false] {
    display: block;
  }
  .qms4__block__event-calendar__display-inner {
    position: relative;
  }
}
.qms4__block__event-calendar__container {
  padding: 20px;
}

/** ==========================================================================
*
* おすすめイベント
*
========================================================================== **/
.home .l-event-rec,
.post-type-archive-event .l-event-rec,
.page-id-1027 .l-event-rec {
  display: none;
}

.l-event-rec {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
  padding-left: var(--ark-padding--container);
  padding-right: var(--ark-padding--container);
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #C1C1C1;
}
@media print, screen and (max-width: 740px) {
  .l-event-rec {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.l-event-rec.l-other_article {
  border: none;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 40px;
}
.l-event-rec.l-other_article .is-style-outline {
  margin-top: 40px;
}
.l-event-rec h2.is-style-ja_title-heading {
  font-size: 1.75rem;
}
.l-event-rec h6.has-text-color {
  color: var(--qms-accent_color);
}
.l-event-rec .box-list {
  max-width: 1100px;
  margin: 31px auto 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list {
    width: 100%;
    margin: 2vw auto 0 auto;
    display: block;
  }
}
.l-event-rec .box-list .box-list__item {
  width: 48%;
  border: 1px solid #eee;
}
@media print, screen and (min-width: 741px) {
  .l-event-rec .box-list .box-list__item.next {
    margin-right: auto;
  }
  .l-event-rec .box-list .box-list__item.prev {
    margin-left: auto;
  }
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-list__item {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .l-event-rec .box-list .box-list__item:last-child {
    margin-bottom: 0;
  }
}
.l-event-rec .box-list a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  width: 100%;
}
.l-event-rec .box-list .box-detail {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding: 25px 23px;
}
@media print, screen and (max-width: 1000px) {
  .l-event-rec .box-list .box-detail {
    width: 100%;
    height: auto;
    padding: 4vw 3.5vw;
    display: block;
  }
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-detail {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
}
.l-event-rec .box-list .box-detail .box-left {
  width: 162px;
  height: 107px;
  display: block;
  overflow: hidden;
}
@media print, screen and (max-width: 1000px) {
  .l-event-rec .box-list .box-detail .box-left {
    width: 100%;
    aspect-ratio: 5/3;
    height: auto;
  }
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-detail .box-left {
    width: 42%;
  }
}
.l-event-rec .box-list .box-detail .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-event-rec .box-list .box-detail .box-right {
  width: calc(100% - 162px);
  text-align: left;
  padding: 0 0 0 14px;
}
@media print, screen and (max-width: 1000px) {
  .l-event-rec .box-list .box-detail .box-right {
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-detail .box-right {
    width: 53%;
    margin-top: 0;
  }
}
.l-event-rec .box-list .box-detail .box-right .p-postList__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.l-event-rec .box-list .box-detail .qms4__post-list__post-title {
  text-align: left;
}

.l-list-prev a {
  margin: 0 auto;
}

/** ==========================================================================
*
* イベント 詳細
*
========================================================================== **/
.single-event .l-buttons {
  display: none;
}

.single-event .qms4__block__timetable {
  margin-bottom: 54px;
}

.single-event .qms4__block__timetable__dates {
  border: none;
  background-color: #faf5ed;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 20px;
}
@media print, screen and (max-width: 740px) {
  .single-event .qms4__block__timetable__dates {
    display: block;
    text-align: center;
  }
}
@media print, screen and (max-width: 740px) {
  .single-event .qms4__block__timetable__dates .qms4__block__timetable__dates label {
    margin-right: 0;
  }
}

.single-event .qms4__block__timetable__example {
  margin-top: 10px;
}
.single-event .qms4__block__timetable__example dt img {
  width: 14px;
  margin-right: 5px;
  margin-top: 4px;
}
.single-event .qms4__block__timetable__example dt::after {
  vertical-align: top;
}

.single-event .qms4__block__timetable__timetable-body-comment:not(:empty) {
  margin-bottom: 5px;
  font-size: 0.95rem;
}

.single-event .qms4__block__timetable__timetable-header-capacity, .single-event .qms4__block__timetable__timetable-header-entry, .single-event .qms4__block__timetable__timetable-header-time {
  padding: 16px 8px;
  line-height: 1.2;
}

.single-event .qms4__block__timetable__timetable-body-capacity, .single-event .qms4__block__timetable__timetable-body-entry, .single-event .qms4__block__timetable__timetable-body-time {
  padding: 16px 8px;
}

.qms4__block__timetable__timetable-body-capacity {
  width: 34px;
  margin: 0 auto;
}

@media print, screen and (max-width: 740px) {
  .single-event .qms4__block__timetable__timetable-header {
    grid-template-columns: 4fr 2.5fr 10fr;
  }
}

@media print, screen and (max-width: 740px) {
  .single-event .qms4__block__timetable__timetable-body-row {
    grid-template-columns: 4fr 2.5fr 10fr;
  }
}

.single-event .qms4__block__timetable__timetable-body-button {
  max-width: 280px;
}
.single-event .qms4__block__timetable__timetable-body-button a {
  height: auto;
  padding: 12px 18px;
  line-height: 1.2;
  border: none;
  background: var(--qms-accent_color);
  color: #fff;
}

.single-event .qms4__block__timetable__button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: max-content;
}
@media print, screen and (max-width: 740px) {
  .single-event .qms4__block__timetable__button button {
    font-size: 0.9rem;
  }
}

.single-event .qms4__block__timetable__button-next {
  top: auto;
  bottom: -40px;
  transform: inherit;
  left: auto;
  right: 0;
}
.single-event .qms4__block__timetable__button-next::before {
  content: "次の日程（";
}
.single-event .qms4__block__timetable__button-next::after {
  content: "）＞";
}

.single-event .qms4__block__timetable__button-prev {
  top: auto;
  bottom: -40px;
  transform: inherit;
  right: auto;
  left: 0;
}
.single-event .qms4__block__timetable__button-prev::before {
  content: "＜ 前の日程（";
}
.single-event .qms4__block__timetable__button-prev::after {
  content: "）";
}

@media print, screen and (min-width: 741px) {
  .single-event .sp {
    display: none;
  }
}
@media print, screen and (max-width: 740px) {
  .single-event .pc {
    display: none;
  }
}
.single-event .contact_btn {
  width: 150px;
  height: 150px;
  position: fixed;
  bottom: 100px;
  right: 25px;
  z-index: 2000;
}

@media screen and (max-width: 740px) {
  .single-event .contact_btn {
    width: 100px;
    height: 100px;
    right: 2%;
    bottom: 10px;
  }
}
.single-event .contact_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: var(--qms-accent_color);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding-top: 46px;
  font-size: 17px;
  line-height: 1.3;
  text-decoration: none;
}

@media screen and (max-width: 740px) {
  .single-event .contact_btn a {
    padding-top: 25px;
    font-size: 14px;
  }
}
.single-event .contact_btn a span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .single-event .header {
    display: none;
  }
}
.single-event .h_nav {
  top: inherit;
  bottom: 0;
  border-top: none;
  z-index: 999999;
  position: fixed;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px solid #F1F1F1;
  background: #fff;
}

.single-event .h_nav ul {
  padding-left: 0;
}

.single-event .h_nav li {
  list-style: none;
}

.single-event .h_nav li.contact {
  width: 100%;
  padding: 0 4%;
}

.single-event .h_nav li.contact a {
  margin: 0;
  height: 55px;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.7;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 9px 20px;
  background: var(--qms-accent_color);
  color: #FFF;
  letter-spacing: 0;
  text-decoration: none;
}

.single-event .h_nav li.contact a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
}

.single-event .h_nav span.icon_f {
  position: absolute;
  top: -5px;
  left: 8%;
  width: 60px;
  height: 60px;
  z-index: 2000;
  background: #fff;
  border-radius: 50%;
  color: #222222;
  border: 1px solid var(--qms-accent_color);
  font-size: 0.8rem;
  text-align: center;
  padding-top: 14px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 740px) {
  .brick-form__field-unit--required > .brick-form__field > select {
    -webkit-appearance: none;
    appearance: none;
  }
}
@media screen and (max-width: 740px) {
  .brick-form__field-unit-select > .brick-form__field {
    position: relative;
  }
}
@media screen and (max-width: 740px) {
  .brick-form__field-unit-select > .brick-form__field::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    rotate: 45deg;
    translate: 0 -50%;
  }
}
/** ==========================================================================
*
* システムページ 共通
*
========================================================================== **/
.widget__main-month:not(:root) {
  font-size: 1.1em;
}
@media print, screen and (max-width: 740px) {
  .widget__main-month:not(:root) {
    font-size: 0.9em;
  }
}
.widget__main-month:not(:root) li.active {
  background-color: var(--qms-accent02_color);
  border-color: var(--qms-accent02_color);
}

.widget__main-year {
  font-size: 1.4em;
}

.p-breadcrumb__list .p-breadcrumb__item:last-child {
  max-width: 60%;
}
@media print, screen and (max-width: 740px) {
  .p-breadcrumb__list .p-breadcrumb__item:last-child .u-color-thin {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}

.p-postList .p-postList__thumb {
  border: 1px solid #eee;
}

.p-postList .p-postList__title {
  font-size: 1.24rem;
}

@media print, screen and (max-width: 740px) {
  .p-postList.-type-list .p-postList__title {
    font-size: 4.6vw;
  }
}

@media print, screen and (max-width: 740px) {
  .post-type-archive-event .p-postList.-type-list .p-postList__title,
.post-type-archive-blog .p-postList.-type-list .p-postList__title,
.post-type-archive-news .p-postList.-type-list .p-postList__title {
    font-size: 4.2vw;
  }
}

.p-postList__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
}

@media print, screen and (max-width: 740px) {
  .p-postList__excerpt {
    font-size: 0.9rem;
  }
}

.c-postTimes__item {
  font-size: 0.9rem;
  margin-top: 12px;
}

.p-postList__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 599px) {
  .p-postList__excerpt {
    font-size: 0.94rem;
  }
}

.archive .p-postList__meta {
  display: inherit;
}
.archive .p-postList__meta .c-postTimes {
  display: none;
}

.archive.post-type-archive-news .p-postList__meta,
.archive.post-type-archive-blog .p-postList__meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 0;
}
@media print, screen and (max-width: 740px) {
  .archive.post-type-archive-news .p-postList__link,
.archive.post-type-archive-blog .p-postList__link {
    display: block;
  }
}
@media print, screen and (max-width: 740px) {
  .archive.post-type-archive-news .p-postList__link .p-postList__thumb,
.archive.post-type-archive-blog .p-postList__link .p-postList__thumb {
    max-width: inherit;
    width: inherit;
  }
}
@media print, screen and (max-width: 740px) {
  .archive.post-type-archive-news .p-postList__link .p-postList__body,
.archive.post-type-archive-blog .p-postList__link .p-postList__body {
    padding-left: 0;
    margin-top: 1rem;
  }
}

.p-postList__body .p-info {
  font-size: 0.9rem;
  background: #faf5ed;
  padding: 16px 16px 14px;
  margin-top: 14px;
}
.p-postList__body .p-info__icon {
  position: relative;
  display: flex;
  margin-bottom: 2px;
}
.p-postList__body .p-info__icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 5px;
  background: var(--qms-sub_color);
}
.p-postList__body .p-info__title {
  padding-left: 13px;
  width: 24%;
  margin-right: 2%;
}
.p-postList__body .p-info__text {
  width: 74%;
}
.p-postList__body .p-info__price .p-info__text, .p-postList__body .p-info__monthly_payment .p-info__text {
  font-weight: bold;
  font-size: 1.09rem;
  color: var(--qms-sub_color);
}
/**  一覧 サイドメニュー  **/
.l-sidebar .c-widget + .c-widget {
  margin-top: 1.4rem;
}
.l-sidebar .widget__main-month li[data-active] a {
  color: var(--qms-accent02_color);
  font-weight: bold;
}

.l-sidebar h1,
.l-sidebar h2,
.l-sidebar h3,
.l-sidebar h4,
.l-sidebar h5,
.l-sidebar h6 {
  padding-left: 14px;
  border-left: 5px solid var(--qms-sub_color);
}

.l-sidebar h1 {
  font-size: 1.4rem;
}

.l-sidebar h2 {
  font-size: 1.3rem;
}

.l-sidebar h3 {
  font-size: 1.2rem;
}

.l-sidebar h4 {
  font-size: 1.1rem;
}

.l-sidebar h5 {
  font-size: 1rem;
}

.l-sidebar h6 {
  font-size: 0.9rem;
}

/**  カテゴリアイコン  **/
.icon {
  color: #fff;
  background: #666;
}

.p-postList__hash .icon {
  color: #111;
}

.icon,
.c-postTerms__link,
.qms4__post-list__terms__icon {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  pointer-events: none;
}

.p-entry__head .c-postTerms__link:not(:last-child)::after {
  content: "";
}

.c-postMetas__icon {
  display: none;
}

.p-entry__foot .c-postTerms__link {
  display: none;
}

/**  ハッシュタグ  **/
.p-postList__hash.p-postList__icon .icon,
.p-postList__hash.p-postList__icon .qms4__post-list__terms__icon,
.qms4__post-list__terms--taxonomy-works__hash .icon,
.qms4__post-list__terms--taxonomy-works__hash .qms4__post-list__terms__icon {
  border: none;
  padding: 0 4px 0 0;
  position: relative;
  background: none !important;
}
.p-postList__hash.p-postList__icon .icon::before,
.p-postList__hash.p-postList__icon .qms4__post-list__terms__icon::before,
.qms4__post-list__terms--taxonomy-works__hash .icon::before,
.qms4__post-list__terms--taxonomy-works__hash .qms4__post-list__terms__icon::before {
  content: "#";
  padding-right: 2px;
}

.l-hash ul {
  align-items: center;
}
.l-hash .widget__main-list:not(:root) li {
  border: none;
  line-height: 1.8;
}
.l-hash .widget__main-list:not(:root) li a {
  padding: 0 10px 0 0;
}
.l-hash .widget__main-list:not(:root) li a::before {
  content: "#";
}
.l-hash .widget__main-list:not(:root) li.active {
  line-height: 32px;
}
.l-hash .widget__main-list:not(:root) li.active a {
  padding: 0 12px;
}

.l-hash ul {
  align-items: center;
}
.l-hash .widget__main-list:not(:root) li {
  border: none;
  line-height: 1.8;
}
.l-hash .widget__main-list:not(:root) li a {
  padding: 0 10px 0 0;
}
.l-hash .widget__main-list:not(:root) li a::before {
  content: "#";
}
.l-hash .widget__main-list:not(:root) li.active {
  line-height: 32px;
}
.l-hash .widget__main-list:not(:root) li.active a {
  padding: 0 12px;
}

/**  エリアアイコン  **/
.l-area .qms4__area-list__list {
  justify-content: center;
}
.l-area .qms4__area-list__list .qms4__area-list__list-item > a,
.l-area .qms4__area-list__list .qms4__area-list__sub-list-item > a {
  background: var(--qms-table_color);
  border: none;
  padding: 0.7em 1em;
  font-size: 14px;
}
@media print, screen and (max-width: 740px) {
  .l-area .qms4__area-list__list .qms4__area-list__list-item > a,
.l-area .qms4__area-list__list .qms4__area-list__sub-list-item > a {
    font-size: 3.8vw;
  }
}
.l-area .qms4__area-list__list .qms4__area-list__list-item[data-active] > a,
.l-area .qms4__area-list__list .qms4__area-list__sub-list-item[data-active] > a {
  background: var(--qms-accent02_color);
}

/**  詳細 レイアウト  **/
.single .l-content__body {
  margin-top: 0;
}

@media print, screen and (min-width: 741px) {
  .single .l-main__body {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 740px) {
  .single .l-main__body > .c-postContent {
    margin-top: 1rem;
  }
}

/**  詳細 上部  **/
.single .u-flex--aicw {
  justify-content: center;
}

.single .p-entry__head .c-pageTitle__main {
  margin-top: 2.8rem;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .single .p-entry__head .c-pageTitle__main {
    margin-bottom: 0.8rem;
  }
}
@media print, screen and (max-width: 740px) {
  .single .p-entry__head .c-pageTitle__main {
    margin-top: 0.6rem;
    font-size: 1.8rem;
  }
}
.single .p-entry__head .p-postList__icon {
  justify-content: center;
}
.single .p-entry__head .p-entry__thumb {
  border: 1px solid #eee;
  margin: 1.4rem auto 0;
}
@media print, screen and (min-width: 741px) {
  .single .p-entry__head .p-entry__thumb {
    width: 84%;
  }
}
@media print, screen and (max-width: 740px) {
  .single .p-entry__head .p-entry__thumb {
    margin-top: 0;
  }
}
.single .p-entry__head .p-entry__thumb img {
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media print, screen and (min-width: 741px) {
  .single-member .p-entry__head .p-entry__thumb {
    width: 60%;
  }
}
.single-member .p-entry__head .p-entry__thumb img {
  aspect-ratio: 1/1;
}

/**  詳細 arkスライダー  **/
.ark-block-slider .ark-block-slider__nav {
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  width: 46px;
  height: 46px;
}
.ark-block-slider .ark-block-slider__nav.-prev {
  left: 12px;
}
.ark-block-slider .ark-block-slider__nav.-next {
  right: 12px;
}

.single .ark-block-slider .ark-block-slider__media img,
.single .ark-block-slider .swiper-slide img {
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.single .ark-block-slider .swiper.-thumb .swiper-slide {
  flex: inherit;
  aspect-ratio: 16/9;
}
.single .ark-block-slider .swiper.-thumb .swiper-slide img {
  object-fit: cover;
}

/**  詳細 infotable  **/
.single .qms4__infotable {
  border-top: 1px solid var(--qms-border_color);
  gap: inherit;
}
.single .qms4__infotable--num-columns-4 {
  gap: inherit;
}
@media print, screen and (max-width: 740px) {
  .single .qms4__infotable--num-columns-4 {
    grid-template-columns: inherit;
  }
}
.single .qms4__infotable-row {
  gap: inherit;
}
@media print, screen and (max-width: 740px) {
  .single .qms4__infotable-row {
    grid-template-columns: 1.6fr 3fr;
  }
}
@media print, screen and (min-width: 741px) {
  .single .qms4__infotable--num-columns-4 .qms4__infotable-row {
    grid-template-columns: 180px 1fr;
  }
}
.single .qms4__infotable-row > dd,
.single .qms4__infotable-row > dt {
  border-top: none;
  border-color: var(--qms-border_color);
  padding: 8px 16px;
}
.single .qms4__infotable-row > dt {
  background-color: var(--qms-table_color);
}
.single .qms4__infotable-row > dd {
  border-left: none;
}

/**  詳細 l-map  **/
.single .l-map iframe {
  height: auto;
  aspect-ratio: 16/9;
}

/**  詳細 l-movie  **/
.single .l-movie iframe {
  height: auto;
  aspect-ratio: 16/9;
}

/**  絞り込み  **/
.l-search {
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
  padding-left: var(--ark-padding--container);
  padding-right: var(--ark-padding--container);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem;
}
.l-search__inner {
  margin-bottom: 20px;
}
.l-search__title {
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}
.l-search .widget__main-list {
  justify-content: center;
}

/**  絞り込み 詳細  **/
.single .l-search {
  display: none;
}

/** ==========================================================================
*
* 土地情報
*
========================================================================== **/
/**  一覧   **/
.post-type-archive-land .p-postList .p-postList__title {
  min-height: 60px;
}

/** ==========================================================================
*
* スタッフ
*
========================================================================== **/
/**  一覧   **/
@media print, screen and (max-width: 740px) {
  .post-type-archive-member .p-postList.-type-card {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-member .p-postList.-type-card .p-postList__item {
    flex-basis: 50%;
    padding: 0 0.4rem;
  }
}
.post-type-archive-member .p-postList__body {
  text-align: center;
}
.post-type-archive-member .c-postThumb__figure {
  padding-top: 100%;
}
.post-type-archive-member .c-postThumb__figure img {
  aspect-ratio: 1/1;
}
.post-type-archive-member .p-postList__excerpt {
  display: none;
}
.post-type-archive-member .p-postList__meta {
  display: flex;
  justify-content: center;
}
.post-type-archive-member .p-postList__icon {
  justify-content: center;
  margin-top: 0;
}

/**  詳細   **/
.single-modelhouse .qms4__post-list__post-title,
.single-works .qms4__post-list__post-title {
  text-align: center;
}
.single-modelhouse .qms4__post-list__terms,
.single-works .qms4__post-list__terms {
  justify-content: center;
}
.single-modelhouse .l-works-staff img,
.single-works .l-works-staff img {
  aspect-ratio: 1/1;
}

.l-staff-interview .p-title-faq {
  font-size: 1.5rem;
  padding-left: 1.8em;
  position: relative;
}
.l-staff-interview .arkb-format-1 {
  font-size: 1.3em;
  color: var(--arkb-qa_color);
  position: absolute;
  z-index: 10;
  top: -6px;
  left: 0;
}

.l-staff-index.p-postList__icons {
  margin-top: 0.4rem;
}
.l-staff-index.p-postList__icons .p-postList__icon {
  margin-top: 4px;
}
.l-staff-index.p-postList__icons ul {
  list-style: none;
  padding: 0;
  gap: 4px;
}

/** ==========================================================================
*
* 施工事例
*
========================================================================== **/
.post-type-archive-works .p-postList__excerpt {
  display: none;
}

/**  詳細 私たちが建築しました  **/
.l-works-staff__list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media print, screen and (max-width: 740px) {
  .l-works-staff__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.l-works-staff__list-item {
  width: calc((100% - 60px) / 4);
}
@media print, screen and (max-width: 740px) {
  .l-works-staff__list-item {
    width: calc((100% - 20px) / 2);
  }
  .l-works-staff__list-item:only-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-works-staff__list-item a {
  color: inherit;
  text-decoration: none;
}
.l-works-staff .p-postList__icons {
  margin-top: 2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.l-works-staff .p-postList__icons .p-postList__icon {
  margin-top: 2px;
}
.l-works-staff .p-postList__icons .p-postList__hash {
  margin-left: 6px;
}
.l-works-staff .p-postList__icons ul {
  list-style: none;
  padding: 0;
  gap: 4px;
}

/** ==========================================================================
*
* 展示場
*
========================================================================== **/
.post-type-archive-modelhouse .p-postList__excerpt {
  display: none;
}
.post-type-archive-modelhouse .p-postList__body .p-info-modelhouse {
  background: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 16px;
}
.post-type-archive-modelhouse .p-postList__body .p-info-modelhouse .p-info__title {
  width: 22%;
}
.post-type-archive-modelhouse .p-postList__body .p-info-modelhouse .p-info__text {
  width: 76%;
}
.post-type-archive-modelhouse .p-postList.-type-card .p-postList__link {
  height: auto;
}
.post-type-archive-modelhouse .qms4__post-list__button {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.post-type-archive-modelhouse .qms4__post-list__button__item {
  font-size: 14px;
}
.post-type-archive-modelhouse .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline {
  width: 48.5%;
}
.post-type-archive-modelhouse .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  width: 100%;
  padding: 12px 0;
}
.post-type-archive-modelhouse .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  width: 20px;
}
.post-type-archive-modelhouse .qms4__post-list__button__item.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
  width: 48.5%;
}
.post-type-archive-modelhouse .qms4__post-list__button__item.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
  width: 100%;
  padding: 12px 0;
}
.post-type-archive-modelhouse .qms4__post-list__button__item.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::after {
  width: 20px;
}

/** ==========================================================================
*
* イベント 詳細
*
========================================================================== **/
.single-event .l-buttons {
  display: none;
}

/** ==========================================================================
*
* TOP
*
========================================================================== **/
.qms4__block__event-calendar__container {
  background: rgba(255, 255, 255, 0.95);
  color: var(--dark-text);
  padding: 20px;
}

.qms4__block__event-calendar__month-title__month {
  font-size: 2.5em;
  line-height: 1.4;
}

.qms4__block__event-calendar__calendar {
  font-weight: 600;
  font-size: 1em;
}

.qms4__block__event-calendar__header-cell {
  line-height: 1.4;
}

.qms4__block__event-calendar__header-cell--sat {
  color: #0D5FA2;
}

.qms4__block__event-calendar[data-show-posts=false] .qms4__block__event-calendar__body-cell {
  padding: 3px 0;
}

.qms4__block__event-calendar__calendar-body .qms4__block__event-calendar__body-cell:nth-child(7n+6) {
  color: #0D5FA2;
}
.qms4__block__event-calendar__calendar-body .qms4__block__event-calendar__body-cell:nth-child(7n+6) .qms4__block__event-calendar__body-cell button:not(:root) {
  background: var(--qms-accent02_color);
}

.qms4__block__event-calendar[data-show-posts=false] .qms4__block__event-calendar__body-cell a:not(:root),
.qms4__block__event-calendar[data-show-posts=false] .qms4__block__event-calendar__body-cell button:not(:root) {
  background: var(--qms-accent_color);
}

.qms4__block__event-calendar__header-cell--sun {
  color: #C10000;
}

.qms4__block__event-calendar__calendar-body .qms4__block__event-calendar__body-cell:nth-child(7n) {
  color: #C10000;
}
.qms4__block__event-calendar__calendar-body .qms4__block__event-calendar__body-cell:nth-child(7n) .qms4__block__event-calendar__body-cell button:not(:root) {
  background: #C10000;
  background: var(--qms-accent_color);
}

.qms4__block__event-calendar__display {
  background: rgba(255, 255, 255, 0.95);
  color: var(--dark-text);
}

@media print, screen and (max-width: 740px) {
  .qms4__block__event-calendar__display-inner {
    padding: 32px 16px;
  }
}

@media print, screen and (max-width: 740px) {
  .qms4__block__event-calendar__display-list-item a,
.qms4__block__event-calendar__display-list-item span {
    padding: 20px 4px;
  }
}

.qms4__block__event-calendar__display-header {
  font-weight: 600;
}

@media print, screen and (max-width: 740px) {
  .qms4__block__event-calendar__display-list-item-title {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}

.l-top-modelhouse img.wp-block-cover__image-background {
  width: 931px;
}

@media print, screen and (max-width: 740px) {
  .l-top-modelhouse__photo {
    z-index: -1;
    position: relative;
  }
}

.l-top-modelhouse__contents {
  border-top: 4px solid var(--qms-accent02_color);
}
@media print, screen and (max-width: 740px) {
  .l-top-modelhouse__contents {
    width: 78%;
    margin: -17vw auto 0;
    position: relative;
  }
  .l-top-modelhouse__contents::after {
    content: "";
    width: 21px;
    height: 4px;
    display: block;
    background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
    position: absolute;
    bottom: 22px;
    right: 15px;
  }
}

.qms4__block__event-calendar[data-show-posts=false] .qms4__block__event-calendar__body-cell a,
.qms4__block__event-calendar[data-show-posts=false] .qms4__block__event-calendar__body-cell button,
.qms4__block__event-calendar[data-show-posts=false] .qms4__block__event-calendar__body-cell span {
  height: 32px;
  width: min(32px, 100%);
}

/** ==========================================================================
*
* よくある質問
*
========================================================================== **/
.ark-block-faq__q::before {
  background-color: var(--arkb-qa_color);
}

.l-faq .ark-block-accordion .ark-block-accordion__title {
  padding-left: 2.8em;
  line-height: 1.5;
}
.l-faq .ark-block-accordion .ark-block-accordion__label {
  position: relative;
}
.l-faq .ark-block-accordion .ark-block-accordion__label::before {
  content: "Q.";
  font-size: 1.4em;
  color: var(--arkb-qa_color);
  position: absolute;
  z-index: 10;
  top: -6px;
  left: -30px;
  font-weight: bold;
}

/** ==========================================================================
*
* 家づくりの流れ
*
========================================================================== **/
hr.arrow {
  position: relative;
  overflow: inherit;
  margin-bottom: 3rem !important;
  background: #C1C1C1;
}
hr.arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 13.5px 0 13.5px;
  border-color: #C1C1C1 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  z-index: 100;
}
@media print, screen and (max-width: 740px) {
  hr.arrow::before {
    border-width: 3vw 3vw 0 3vw;
    bottom: -3vw;
  }
}

.h2-center {
  text-align: center;
}
@media print, screen and (max-width: 740px) {
  .h2-center {
    text-align: left;
  }
}
.h2-center h2 {
  display: inline-block;
}
@media print, screen and (max-width: 740px) {
  .h2-center h2 {
    display: block;
    text-align: left;
  }
}

/** ==========================================================================
*
* SDGsページ
*
========================================================================== **/
/**  詳細  **/
.l-border-item {
  border: 1px solid #C1C1C1;
}

.l-item-inner60 {
  padding: 50px 60px;
}
@media print, screen and (max-width: 740px) {
  .l-item-inner60 {
    padding: 6vw;
  }
}

/**  SDGs宣言  **/
.l-item-inner30 {
  padding: 30px;
}
@media print, screen and (max-width: 740px) {
  .l-item-inner30 {
    padding: 6vw 5vw;
  }
}

/** ==========================================================================
*
* 会社概要
*
========================================================================== **/
/**  会社概要  **/
.l-table-column01 table {
  border-right: 1px solid #C1C1C1;
  border-top: 1px solid #C1C1C1;
}

.l-table-column01 td {
  border-bottom: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
  line-height: 1.3;
}

.l-table-column01 td:first-child {
  background: #EDEDED;
  vertical-align: middle;
}
@media print, screen and (min-width: 741px) {
  .l-table-column01 td:first-child {
    width: 20%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-table-column01 td:first-child {
    width: 29%;
    font-size: 3.8vw;
  }
}

.l-table-column02__wrapper.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.l-table-column02 table {
  border-right: 1px solid #C1C1C1;
  border-top: 1px solid #C1C1C1;
}

.l-table-column02 td {
  border-bottom: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
}

@media print, screen and (min-width: 741px) {
  .l-table-column02__wrapper > .wp-block-column:nth-child(2n) td:first-child {
    border-left: none;
  }
}

.l-table-column02 td:last-child {
  background: #F8F8F8;
}

.l-company-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}

.l-company-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}

/** ==========================================================================
*
* 企画住宅
*
========================================================================== **/
.p-price .arkb-format-1 {
  font-size: 2.3rem;
  padding-right: 6px;
}

/** ==========================================================================
*
* フォーム
*
========================================================================== **/
/**  フォームはフッター非表示  **/
.page-id-849 .qms4__mega-menu,
.page-id-849 .l-header__right,
.page-id-849 .l-fixed-footer,
.page-id-849 .l-header__drawerBtn,
.page-id-849 .l-event-rec,
.page-id-862 .qms4__mega-menu,
.page-id-862 .l-header__right,
.page-id-862 .l-fixed-footer,
.page-id-862 .l-header__drawerBtn,
.page-id-862 .l-event-rec,
.page-id-894 .qms4__mega-menu,
.page-id-894 .l-header__right,
.page-id-894 .l-fixed-footer,
.page-id-894 .l-header__drawerBtn,
.page-id-894 .l-event-rec,
.page-id-7208 .qms4__mega-menu,
.page-id-7208 .l-header__right,
.page-id-7208 .l-fixed-footer,
.page-id-7208 .l-header__drawerBtn,
.page-id-7208 .l-event-rec,
.page-id-885 .qms4__mega-menu,
.page-id-885 .l-header__right,
.page-id-885 .l-fixed-footer,
.page-id-885 .l-header__drawerBtn,
.page-id-885 .l-event-rec {
  display: none;
}
.page-id-849 .l-footer .l-footer-contact,
.page-id-849 .l-footer .l-footer-sns,
.page-id-849 .l-footer .l-footer-message,
.page-id-849 .l-footer .l-footer-main,
.page-id-862 .l-footer .l-footer-contact,
.page-id-862 .l-footer .l-footer-sns,
.page-id-862 .l-footer .l-footer-message,
.page-id-862 .l-footer .l-footer-main,
.page-id-894 .l-footer .l-footer-contact,
.page-id-894 .l-footer .l-footer-sns,
.page-id-894 .l-footer .l-footer-message,
.page-id-894 .l-footer .l-footer-main,
.page-id-7208 .l-footer .l-footer-contact,
.page-id-7208 .l-footer .l-footer-sns,
.page-id-7208 .l-footer .l-footer-message,
.page-id-7208 .l-footer .l-footer-main,
.page-id-885 .l-footer .l-footer-contact,
.page-id-885 .l-footer .l-footer-sns,
.page-id-885 .l-footer .l-footer-message,
.page-id-885 .l-footer .l-footer-main {
  display: none;
}
@media print, screen and (max-width: 740px) {
  .page-id-849 .l-footer__foot,
.page-id-862 .l-footer__foot,
.page-id-894 .l-footer__foot,
.page-id-7208 .l-footer__foot,
.page-id-885 .l-footer__foot {
    padding-bottom: 4vw;
  }
}

@media print, screen and (max-width: 740px) {
  .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 740px) {
  .brick-form__content {
    margin-bottom: 1.6vw;
  }
}

@media print, screen and (max-width: 740px) {
  .brick-form:not(:root) input[type=checkbox] {
    position: absolute;
  }
}

@media print, screen and (max-width: 740px) {
  .brick-form__options-name-privacy {
    margin-top: 2px;
  }
}

/** ==========================================================================
*
* イベントindex おすすめイベント
*
========================================================================== **/
.l-event-index-rec .qms4__post-list[data-layout=card][data-num-columns-pc="3"] .qms4__post-list__list {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 741px) {
  .l-event-index-rec .qms4__post-list__list-item {
    border: 2px solid var(--ark-color--border, #c6c6c6);
  }
}
.l-event-index-rec .qms4__post-list__list-item a {
  display: block;
}
@media print, screen and (min-width: 741px) {
  .l-event-index-rec .qms4__post-list__list-item a {
    padding: 14px;
    clear: both;
  }
  .l-event-index-rec .qms4__post-list__list-item a::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 741px) {
  .l-event-index-rec .qms4__post-list__list-item a .qms4__post-list__post-thumbnail {
    width: calc(40% - 12px);
    float: left;
  }
}
@media print, screen and (min-width: 741px) {
  .l-event-index-rec .qms4__post-list__list-item a .qms4__post-list__post-title,
.l-event-index-rec .qms4__post-list__list-item a .qms4__post-list__post-excerpt,
.l-event-index-rec .qms4__post-list__list-item a .qms4__post-list__html,
.l-event-index-rec .qms4__post-list__list-item a .qms4__post-list__terms {
    width: calc(60% - 12px);
    float: right;
  }
}
.l-event-index-rec .qms4__post-list__list-item:first-child {
  width: 100%;
  grid-column: span 2;
}
@media print, screen and (min-width: 741px) {
  .l-event-index-rec .qms4__post-list__list-item:first-child .qms4__post-list__post-title {
    margin-top: 2em;
  }
}
.l-event-index-rec .qms4__post-list__list-item:not(:first-child) .qms4__post-list__post-excerpt {
  display: none;
}
@media print, screen and (max-width: 740px) {
  .l-event-index-rec .qms4__post-list__list-item .qms4__post-list__post-excerpt {
    display: none;
  }
}
@media print, screen and (max-width: 740px) {
  .l-event-index-rec .qms4__post-list[data-layout=card][data-num-columns-sp="2"] .qms4__post-list__list .qms4__post-list__list-item:first-child {
    flex-basis: 100%;
  }
}

.l-top-blog .qms4__post-list__list {
  display: block;
  max-width: 930px;
  margin: 0 auto;
}
.l-top-blog .qms4__post-list__list-item {
  border-top: 1px solid #C1C1C1;
}
.l-top-blog .qms4__post-list__list-item:last-child {
  border-bottom: 1px solid #C1C1C1;
}
.l-top-blog .qms4__post-list__list-item a {
  display: flex;
  align-items: center;
  padding: 22px 0;
}
@media print, screen and (max-width: 740px) {
  .l-top-blog .qms4__post-list__list-item a {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.l-top-blog .qms4__post-list__post-thumbnail {
  display: none;
}
.l-top-blog .qms4__post-list__post-date.qms4__post-list__post-date:not(:root) {
  margin-top: 0;
  margin-right: 15px;
  width: 120px;
  font-size: 15px;
}
@media print, screen and (max-width: 740px) {
  .l-top-blog .qms4__post-list__post-date.qms4__post-list__post-date:not(:root) {
    width: auto;
  }
}
.l-top-blog .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
  width: 110px;
  margin-top: 0;
  margin-right: 15px;
}
@media print, screen and (max-width: 740px) {
  .l-top-blog .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
    width: auto;
  }
}
.l-top-blog .qms4__post-list__post-title.qms4__post-list__post-title:not(:root) {
  margin-top: 0;
  width: calc(100% - 270px);
}
@media print, screen and (max-width: 740px) {
  .l-top-blog .qms4__post-list__post-title.qms4__post-list__post-title:not(:root) {
    width: 100%;
  }
}

/** ==========================================================================
*
* お友達紹介キャンペーンページ
*
========================================================================== **/
.friends_page {
  font-weight: 600;
}
.friends_page .friends_page__mv {
  position: relative;
  width: 1176px;
  margin: 0 auto;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friends_page__mv {
    width: 100vw;
  }
}
@media print, screen and (min-width: 741px) {
  .friends_page .friends_page__mv {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media print, screen and (min-device-width: 741px) and (max-device-width: 1024px) {
  .friends_page .friends_page__mv {
    width: 104%;
  }
}
.friends_page .friends_page__mv figure {
  left: 12.9px;
  top: -7.5px;
  position: relative;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friends_page__mv figure {
    transform: translateX(-50%);
    left: 46%;
  }
}
@media print, screen and (min-device-width: 741px) and (max-device-width: 1024px) {
  .friends_page .friends_page__mv figure {
    width: 120vw;
    left: -10vw;
  }
}
.friends_page .friends_page__mv figure img {
  width: 100%;
}
.friends_page .friends_page__mv__text {
  position: absolute;
  top: 16px;
  letter-spacing: 0.16rem;
  width: 100%;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friends_page__mv__text {
    top: 4.23vw;
    width: 100%;
    left: -4vw;
  }
}
@media print, screen and (min-width: 741px) {
  .friends_page .friends_page__mv__text {
    left: 50%;
    transform: translateX(-50%);
  }
}
.friends_page .friends_page__mv__text__title {
  font-size: 53px !important;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friends_page__mv__text__title {
    font-size: 9.74vw !important;
    line-height: 0.9;
    letter-spacing: 0.12rem;
  }
}
.friends_page .friends_page__mv__text__text {
  font-size: 32px;
  margin-top: 10px;
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friends_page__mv__text__text {
    font-size: 5.13vw;
    margin-top: 3vw;
    letter-spacing: 0.06rem;
    line-height: 1.76;
  }
}
.friends_page .friends_page__mv__text__text span {
  color: #00A9AC;
}
.friends_page .friends_page__mv__text__subtext {
  font-size: 15px;
  letter-spacing: 0.05rem;
  margin-top: 13px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friends_page__mv__text__subtext {
    margin-top: 2.8vw;
    line-height: 1.85;
    font-size: 3.85vw;
  }
}
.friends_page .friend_page__introduction {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 146px;
  padding-bottom: 40px;
  margin-bottom: 110px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction {
    margin-top: 17vw;
    padding: 6vw 0 16vw;
    margin-bottom: 18vw;
  }
}
.friends_page .friend_page__introduction__icon {
  position: absolute;
  top: -30.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__icon {
    width: 20.51vw;
    top: -8.055vw;
  }
}
.friends_page .friend_page__introduction__title {
  font-size: 29px;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  padding-bottom: 25px;
  border-bottom: 3px solid #fff;
  width: 1200px;
  margin: 63px auto 0px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__title {
    font-size: 5.13vw;
    width: 100%;
    margin: 10.5vw auto 0px;
    line-height: 1.8;
    letter-spacing: 0.06rem;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media print, screen and (min-device-width: 741px) and (max-device-width: 1024px) {
  .friends_page .friend_page__introduction__title {
    width: 100%;
  }
}
.friends_page .friend_page__introduction__list {
  width: 981px;
  margin: 39px auto;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__list {
    width: 100%;
    margin: 9.3vw auto 0 9.5vw;
  }
}
@media print, screen and (min-device-width: 741px) and (max-device-width: 1024px) {
  .friends_page .friend_page__introduction__list {
    width: 80%;
  }
}
.friends_page .friend_page__introduction__list p {
  font-size: 21px;
  letter-spacing: 0.05rem;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__list p {
    font-size: 4.36vw;
    line-height: 1.5;
  }
}
@media print, screen and (min-device-width: 741px) and (max-device-width: 1024px) {
  .friends_page .friend_page__introduction__list .ark-block-columns__inner {
    flex-wrap: wrap;
  }
}
.friends_page .friend_page__introduction__list .ark-block-columns__inner figure {
  width: 40px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__list .ark-block-columns__inner figure {
    font-size: 8.33vw;
  }
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__list .ark-block-columns__inner figure img {
    display: flex;
  }
}
.friends_page .friend_page__introduction__list .ark-block-columns__inner .wp-block-group {
  margin-top: 24px;
  gap: 16px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__list .ark-block-columns__inner .wp-block-group {
    gap: 2.4vw;
    margin-top: 5.5vw;
  }
}
@media print, screen and (min-device-width: 741px) and (max-device-width: 1024px) {
  .friends_page .friend_page__introduction__list .ark-block-columns__inner .ark-block-column {
    width: 100%;
  }
}
.friends_page .friend_page__introduction__benefits .benefits__title {
  font-size: 32px;
  padding: 14px;
  letter-spacing: 0.1rem;
  margin-bottom: 29px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .benefits__title {
    font-size: 5.5vw;
    line-height: 1.5;
    padding: 4.4vw;
  }
}
.friends_page .friend_page__introduction__benefits .benefits__subtitle {
  font-size: 32px;
  letter-spacing: 0.1rem;
  margin-bottom: -8px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .benefits__subtitle {
    font-size: 7.69vw;
    margin-bottom: 0;
    margin-top: -2.2vw;
    line-height: 1.4;
  }
}
.friends_page .friend_page__introduction__benefits .benefits__text {
  font-size: 17px;
  letter-spacing: 0.05rem;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .benefits__text {
    font-size: 4.36vw;
    margin-top: 2.3vw;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 741px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box {
    width: 1103px;
    margin-top: 106px;
  }
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box {
    margin: 15vw auto -1vw;
  }
}
@media print, screen and (min-device-width: 741px) and (max-device-width: 1024px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box {
    width: 90%;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .ark-block-columns__inner {
  justify-content: space-between;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .ark-block-columns__inner {
    margin: 0 auto;
  }
}
@media print, screen and (min-device-width: 741px) and (max-device-width: 1024px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .ark-block-columns__inner {
    margin: 0 auto;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .ark-block-column {
  border: 3px solid #00A9AC;
  max-width: 500px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .ark-block-column {
    max-width: 75.64vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-device-width: 741px) and (max-device-width: 1024px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .ark-block-column {
    margin: 0 auto;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .ark-block-column:last-child .box__text {
  margin-top: -34px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .ark-block-column:last-child .box__text {
    margin-top: -6vw;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .box__title {
  position: relative;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 558.72px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .box__title {
    width: 84.52vw;
    top: -7.48vw;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .box__title .wp-block-group {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  width: 100%;
  margin-top: 0px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .box__title .wp-block-group {
    font-size: 4.87vw;
    top: 38%;
    gap: 0;
    align-items: flex-end;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .box__title .wp-block-group .sub__text {
  font-size: 18px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .box__title .wp-block-group .sub__text {
    font-size: 3.08vw;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .box__text {
  font-size: 26px;
  margin-top: -47px;
  line-height: 1.6;
  font-weight: 600;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .box__text {
    font-size: 4.36vw;
    margin-top: -7.7vw;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .box__text02 {
  font-size: 28px;
  margin-bottom: 51px;
  line-height: 1.6;
  margin-top: 18px;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .box__text02 {
    font-size: 4.36vw;
    margin-bottom: 5.3vw;
    margin-top: 3.6vw;
    line-height: 1.55;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .text__num {
  line-height: 0.9;
  font-weight: 600;
  align-items: flex-end;
  margin-top: 23px;
  gap: 30px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .text__num {
    margin-top: 4.4vw;
    gap: 4.3vw;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .text__num .text__num01 {
  font-size: 132px;
  line-height: 0.8;
  letter-spacing: -1.2rem;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .text__num .text__num01 {
    font-size: 20vw;
    letter-spacing: -0.7rem;
    line-height: 0.74;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .text__num .text__num02 {
  font-size: 89px;
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .text__num .text__num02 {
    font-size: 13.33vw;
  }
}
.friends_page .friend_page__introduction__benefits .friend_page__box .text__num .text__num03 {
  font-size: 12px;
  margin-left: -30px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .friend_page__box .text__num .text__num03 {
    font-size: 7px;
    margin-left: -4.6vw;
  }
}
.friends_page .friend_page__introduction__benefits .benefits__subtext {
  margin-top: 25px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_page__introduction__benefits .benefits__subtext {
    margin-bottom: 9.5vw;
  }
}
.friends_page .friend_form {
  font-size: 32px;
  margin-bottom: 31px;
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 740px) {
  .friends_page .friend_form {
    font-size: 6.67vw;
    background: #FAF5ED;
    padding: 7.3vw;
    line-height: 1.6;
  }
}
.friends_page .l-form-container {
  margin-top: 155px;
  padding-top: 39px;
}
@media print, screen and (max-width: 740px) {
  .friends_page .l-form-container {
    margin-top: 0;
  }
}
@media print, screen and (min-device-width: 741px) and (max-device-width: 1024px) {
  .friends_page .l-form-container {
    padding: 39px 30px;
  }
}
.friends_page .brick-form__options-checkbox,
.friends_page .brick-form__options-radio {
  margin-top: 8px;
}
.friends_page .brick-form__row-header {
  flex-basis: 25%;
}
@media print, screen and (max-width: 740px) {
  .friends_page .brick-flow__step:not(:root)::before,
.friends_page .brick-flow__step:not(:root)::after {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 740px) {
  .friends_page .brick-flow__step--current:not(:root)::before,
.friends_page .brick-flow__step--current:not(:root)::after {
    background-color: var(--brick--color--flow-current-background);
  }
}

.page-id-7392 .l-content {
  z-index: 1;
}
@media print, screen and (max-width: 740px) {
  .page-id-7392 .l-content__body {
    margin: 7vw auto;
  }
}
.page-id-7392 .friends_btn {
  position: fixed;
  bottom: 130px;
  right: 13px;
  width: 156px;
  z-index: 10000;
  transition: 0.3s;
}
@media print, screen and (max-width: 740px) {
  .page-id-7392 .friends_btn {
    bottom: 15.62vw;
    right: -1.08vw;
    width: 35.91vw;
    display: none;
  }
}
@media print, screen and (max-width: 740px) {
  .page-id-7392 .friends_btn.fixed {
    display: block;
  }
}
.page-id-7392 .l-content {
  overflow-x: hidden;
}

.page-confirm .l-header__right,
.page-confirm .l-gnav,
.page-confirm .friends_page__mv,
.page-confirm .friend_page__introduction,
.page-confirm .friend_page__introduction__benefits,
.page-confirm .friends_btn,
.page-confirm .l-footer-contact,
.page-confirm .l-footer-sns,
.page-confirm .wp-block-separator,
.page-confirm .l-footer-message,
.page-confirm .l-footer-main,
.page-confirm .l-fixed-footer,
.page-confirm .sp-only,
.page-confirm .l-header__drawerBtn {
  display: none;
}
.page-confirm .l-form-container {
  margin-top: 0;
}
@media print, screen and (max-width: 740px) {
  .page-confirm .l-form-container {
    margin-top: -13vw;
  }
}

@media print, screen and (min-width: 741px) {
  .friends_bnr {
    max-width: 750px;
    margin: 0 auto;
  }
}

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