@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: #b6972c;
  --wp--preset--color--cyan-bluish-gray: #C9C9C9;
  --arkb-list_color_icon: #b6972c;
  --ark-padding--container: min(48px,6vw);
}

:root {
  --qms-border_color: #ccc;
  --qms-border_border_color: #b6972c;
  --qms-table_color: #FAF7F2;
  --qms-accent_color: #747474;
  --qms-accent02_color: #2AA700;
  --qms-sub_color: #2AA700;
  --qms-icon_color: #b6972c;
}

:root {
  --brick--color--dark-background: #FAF7F2;
  --brick--color--flow-current-background: #b6972c;
  --brick--color--accent-background: #b6972c;
}

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

/** ==========================================================================
*
* font
*
========================================================================== **/
:root {
  --default_font: "source-han-serif-jp-subset", sans-serif;
  --default_weight-bold: 500;
  --default_weight-medium: 500;
  --default_weight-regular: 500;
  --ja_font: "source-han-serif-jp-subset", sans-serif;
  --ja_weight-bold: 500;
  --en_font: "minion-pro", serif;
  --en_weight-bold: 400;
  --en_weight-demi: 400;
  --en_weight-regular: 400;
}

body {
  font-family: var(--default_font);
  font-weight: var(--default_weight-regular);
}

p {
  font-size: 0.9rem;
}

.en {
  font-family: var(--en_font);
  font-weight: var(--en_weight-regular);
  line-height: 1;
}

.is-style-en_title-heading {
  font-family: var(--en_font);
  font-weight: var(--en_weight-regular);
  line-height: 1;
}

@media print, screen and (max-width: 740px) {
  .has-text-align-sp-left {
    text-align: left;
  }
}

@media print, screen and (max-width: 740px) {
  .has-text-align-sp-center {
    text-align: center;
  }
}

/* ------------------------------------

line-clamp

------------------------------------ */
.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) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .sp {
    display: none;
  }
}
/** ==========================================================================
*
* 全ページ 共通
*
========================================================================== **/
.l-content__body {
  margin: 0 auto;
}

.p-breadcrumb__item:last-child {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}
a:hover {
  opacity: 0.7;
}

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

.page .p-topArea .c-pageTitle__main::before {
  content: "";
  display: block;
  text-align: center;
  font-family: var(--en_font);
  font-size: 2.5rem;
  font-weight: var(--en_weight-regular);
  line-height: 1;
}
@media print, screen and (max-width: 740px) {
  .page .p-topArea .c-pageTitle__main::before {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 2px;
  }
}

/** ==========================================================================
*
* 中面共通
*
========================================================================== **/
/** ==========================================================================
*
* 見出し
*
========================================================================== **/
/**  h1見出し  **/
@media screen and (min-width: 741px) {
  .p-topArea {
    min-height: 44vh;
  }
}
.p-topArea .c-pageTitle__main {
  position: relative;
  font-size: 0.9rem;
  font-weight: var(--default_weight-regular);
}
@media print, screen and (max-width: 740px) {
  .p-topArea .c-pageTitle__main {
    font-size: 0.85rem;
  }
}
.p-topArea .c-pageTitle__en {
  font-size: 2.5rem;
  font-weight: var(--en_weight-regular);
}
@media print, screen and (max-width: 740px) {
  .p-topArea .c-pageTitle__en {
    font-size: 2rem;
  }
}

.p-topArea.-noimg {
  background: #c4d6d8;
  padding: 32px 0 28px;
  min-height: inherit;
}
@media print, screen and (max-width: 740px) {
  .p-topArea.-noimg {
    padding: 6vw 0 5vw;
  }
}
.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: 0.9rem;
    line-height: 1.2;
  }
}

/**  見出し  **/
.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;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}

/**  枠線の見出し②  **/
.is-style-border02-heading {
  padding: 20px 22px;
  background: #EBE4CE;
}

/**  下線の見出し①  **/
.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: -24px;
  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 #b6972c;
}
.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: #b6972c 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(182, 151, 44, 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 #b6972c;
}

/**  下線の見出し④  **/
.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, #b6972c, #b6972c 1px, transparent 1.5px, transparent 2.5px);
  background-image: repeating-linear-gradient(-45deg, #b6972c, #b6972c 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 #b6972c;
  border-left: 3px solid #b6972c;
}
.p-angle_brackets-heading::before {
  right: 0;
  bottom: 0;
  width: 16px;
  height: 25px;
  border-right: 3px solid #b6972c;
  border-bottom: 3px solid #b6972c;
}

/** ==========================================================================
*
* ボタン
*
========================================================================== **/
/**  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 var(--qms-border_border_color);
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: var(--qms-border_border_color);
  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: 10px 0;
    width: 173px;
    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: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 {
  border-top: 1px solid var(--qms-border_border_color);
  border-right: 1px solid var(--qms-border_border_color);
}

/**  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 #707070;
  border-radius: 60px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #fff;
  color: #212121;
  overflow: hidden;
  transition: 0.25s;
}
@media print, screen and (min-width: 741px) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    padding: 14px 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::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid var(--qms-border_border_color);
  border-right: 1px solid var(--qms-border_border_color);
  vertical-align: middle;
  content: "";
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover {
  opacity: 1;
  color: #fff !important;
  background: #212121;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/**  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 {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
  content: "";
}
.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: #111;
}
.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 {
  border-top: 1px solid var(--qms-accent_color);
  border-right: 1px solid var(--qms-accent_color);
}

/**  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 0;
    width: 345px;
    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 {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
  content: "";
}
.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: #111;
}
.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 {
  border-top: 1px solid var(--qms-accent02_color);
  border-right: 1px solid var(--qms-accent02_color);
}

/**  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 var(--qms-border_border_color);
  border-radius: 60px;
  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: 14px 0;
    width: 345px;
    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: var(--qms-border_border_color);
  content: "";
  transition: transform 0.3s;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid var(--qms-border_border_color);
  border-right: 1px solid var(--qms-border_border_color);
  vertical-align: middle;
  content: "";
  rotate: 90deg;
}
.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 solid #fff;
  border-right: 1px solid #fff;
}

/**  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;
  padding: 1px 16px 1px 9px;
  font-size: 10px;
  font-size: 0.56em;
  background: #000000;
  color: #fff;
}
.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 #fff;
}

/**  その他ボタン  **/
.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: #222222;
  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;
  }
}

/**  l-button_list  **/
@media print, screen and (max-width: 740px) {
  .l-button_list.wp-block-buttons {
    gap: 0.6rem;
  }
  .l-button_list .wp-block-button {
    width: 100%;
  }
  .l-button_list .wp-block-button a {
    width: 100%;
  }
}
/**  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;
  }
}

/** ==========================================================================
*
* ヘッダー
*
========================================================================== **/
.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: 200px;
  padding: 15px 0;
}
@media print, screen and (max-width: 740px) {
  .l-header__center {
    flex-basis: auto;
    width: 32.27vw;
    padding: 2vw 0;
  }
}
.l-header__center .l-header__logo a {
  height: 61px !important;
}
@media print, screen and (max-width: 740px) {
  .l-header__center .l-header__logo a {
    height: 37px !important;
  }
}

.l-header__left {
  grid-area: center;
  font-size: 10px;
  line-height: 1.4;
  color: #777777;
  display: block;
  width: 200px;
}
@media print, screen and (max-width: 740px) {
  .l-header__left {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1150px) {
  .l-header__left {
    display: none;
  }
}

@media print, screen and (max-width: 740px) {
  [data-btns=r-l] .l-header__body {
    grid-template-areas: "search left center right menu";
    grid-template-columns: 0 160px 0 calc(100% - 160px - var(--ark-drawerW)) var(--ark-drawerW);
  }
}

@media print, screen and (min-width: 741px) {
  [data-btns=l-r][data-logo=left] .l-header__body, [data-btns=r-l][data-logo=left] .l-header__body {
    grid-template-areas: "left center right menu";
    grid-template-columns: min-content min-content auto min-content;
    max-width: 100%;
    padding-right: 28px;
    padding-left: 26px;
  }
}

@media print, screen and (max-width: 740px) {
  .l-header__body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 3vw;
    padding-left: 3vw;
    align-items: center;
    column-gap: 0;
    display: grid;
    position: relative;
    width: 100%;
    z-index: 1;
    padding-left: 0vw;
    padding-right: 5.5vw;
    grid-template-areas: "search left center right menu" !important;
    grid-template-columns: 0 160px 0 calc(100% - 160px - var(--ark-drawerW)) var(--ark-drawerW) !important;
  }
}

@media print, screen and (max-width: 740px) {
  .l-header__right {
    display: block;
  }
}
.l-header__right .wp-block-columns {
  margin-bottom: 0;
}
.l-header__right .l-header__right__inner {
  gap: 2.2em;
}
.l-header__right .l-header__right__inner__linklist {
  gap: 1.5rem;
}
.l-header__right .l-header__right__inner .header_text_link {
  padding: 0;
  position: relative;
}
.l-header__right .l-header__right__inner .wp-block-buttons .header_btn .wp-block-button__link {
  width: 175px !important;
  padding: 11px 0 !important;
  font-size: 0.9rem;
}
.l-header__right .l-header__right__inner .wp-block-buttons .header_btn .wp-block-button__link::before {
  display: none;
}
.l-header__right .l-header__right__inner .wp-block-buttons .header_btn .wp-block-button__link::after {
  display: none;
}
.l-header__right .l-header__right__inner .wp-block-buttons .header_btn .wp-block-button__link:hover {
  opacity: 0.8 !important;
  color: #fff !important;
}
@media print, screen and (max-width: 740px) {
  .l-header__right .wp-block-buttons .header_btn .wp-block-button__link {
    border-radius: 0 !important;
    padding: 4px 0 !important;
    font-size: 3.33vw !important;
    width: 102px;
    margin-top: 11px;
  }
  .l-header__right .wp-block-buttons .header_btn .wp-block-button__link::after {
    display: none;
  }
}

.l-header__drawerBtn {
  display: none !important;
}
@media print, screen and (min-width: 741px) {
  .l-header__drawerBtn {
    width: 50px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-header__drawerBtn {
    display: none !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .l-header__drawerBtn {
    width: 50px;
    display: block !important;
  }
}

.sp-only .l-header__drawerBtn {
  display: none !important;
}
@media print, screen and (max-width: 740px) {
  .sp-only .l-header__drawerBtn {
    display: block !important;
    position: fixed;
    top: calc(var(--ark-adminbar_height, 0) + 2vw);
    right: 2.1vw;
    z-index: 1000;
  }
}

[data-drawer=opened] .c-iconBtn__icon .__close {
  color: #222222;
}

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

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

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

[data-drawer=opened] .l-header__right {
  display: none;
}

.l-gnav.qms4__mega-menu {
  position: sticky;
  z-index: 1;
  top: calc(var(--ark-adminbar_height) + 70px);
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media not all and (min-width: 1000px) {
  .l-gnav.qms4__mega-menu {
    display: none;
  }
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item .qms4__mega-menu__item__label {
  font-size: 15px;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item:hover .qms4__mega-menu__item__label {
  background-color: #c4d6d8;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item__content {
  background-color: #c4d6d8;
  font-size: 13px;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item__content .wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
.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;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item__content img {
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/** ==========================================================================
*
* フッター
*
========================================================================== **/
.l-footer {
  margin-top: 57px;
}
@media print, screen and (max-width: 740px) {
  .l-footer {
    margin-top: 10vw;
  }
}
.l-footer a {
  transition: opacity 0.25s;
  text-decoration: none;
  color: inherit;
}
@media print, screen and (max-width: 740px) {
  .l-footer a {
    font-size: 14px;
  }
}
.l-footer a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 740px) {
  .l-footer .c-button-map a {
    font-size: 10px;
  }
}
.l-footer_message {
  position: relative;
}
.l-footer_message_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 741px) {
  .l-footer_message_text {
    min-width: 957px;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .l-footer_message_text {
    min-width: 90%;
    padding: 5vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer_message_text {
    padding: 8.6vw 8.3vw !important;
    width: 82.05vw;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .l-footer_message_text .message_text {
    font-size: 15px !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer_message_text .message_text {
    font-size: 3.85vw !important;
    line-height: 2 !important;
  }
}
.l-footer_message_text .message_link {
  margin-top: 2.4rem;
}
@media print, screen and (max-width: 740px) {
  .l-footer_message_text .message_link {
    margin-top: 2.6rem;
  }
}
.l-footer_message_text .message_link .tel_link {
  border: 1px solid #242424;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 741px) {
  .l-footer_message_text .message_link .tel_link {
    pointer-events: none;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer_message_text .message_link .tel_link {
    padding: 5.4vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer_message_text .message_link .tel_link .tel_link_text01 {
    font-size: 4.87vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer_message_text .message_link .tel_link .tel_link_text02 {
    font-size: 7.18vw !important;
  }
}
.l-footer_message_text .message_link .contact_link {
  font-size: 19px;
}
@media print, screen and (max-width: 740px) {
  .l-footer_message_text .message_link .contact_link {
    font-size: 4.62vw;
  }
}
.l-footer_message_text .message_link .contact_link:hover {
  transition: 0.25s;
}
.l-footer_message_text .message_link .contact_link p {
  position: relative;
  margin-top: 0;
}
.l-footer_message_text .message_link .contact_link p::after {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background: url(images/icon_other_btn_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  filter: brightness(2);
  bottom: auto;
}
@media print, screen and (max-width: 740px) {
  .l-footer .l-footer_otherlink {
    padding-bottom: 11vw !important;
  }
}
.l-footer .l-footer_otherlink figure {
  margin-top: 0;
}
.l-footer_other01 {
  max-width: 720px;
  margin: 0 auto;
}
@media print, screen and (max-width: 740px) {
  .l-footer_other01 {
    width: 56.7vw;
  }
}
.l-footer_other02 {
  gap: 2rem;
}
@media print, screen and (max-width: 740px) {
  .l-footer_other02 {
    display: flex;
    gap: 4vw;
    flex-wrap: wrap !important;
  }
}
.l-footer_other02 img {
  top: -7px;
  position: relative;
}
@media print, screen and (max-width: 740px) {
  .l-footer_other02 a {
    width: 100%;
  }
  .l-footer_other02 a .is-layout-flex {
    justify-content: center;
  }
}
.l-footer_other_hr {
  width: 100vw !important;
  left: 50% !important;
  transform: translate(-50%, 0%);
  height: 1px !important;
}

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

/**  CV  **/
.l-footer-contact {
  display: grid;
  align-content: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
.l-footer-contact__ttl {
  margin-bottom: 25px;
}
.l-footer-contact__ttl .wp-block-heading {
  font-size: 39px;
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  word-break: keep-all;
  color: #fff;
}
@media print, screen and (max-width: 740px) {
  .l-footer-contact__ttl .wp-block-heading {
    font-size: 7.9vw;
  }
}
.l-footer-contact__ttl .wp-block-heading + p {
  font-family: "din-2014", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.13em;
  color: #fff;
}
.l-footer-contact__column {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer-contact__column .ark-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media print, screen and (max-width: 740px) {
  .l-footer-contact__column .ark-block-columns__inner {
    row-gap: 26px;
    grid-template-columns: 1fr;
  }
}
.l-footer-contact__column .ark-block-column {
  width: auto;
}
.l-footer-contact__item {
  font-size: 14px;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-footer-contact__item::after {
  position: absolute;
  right: 14px;
  bottom: 12px;
  display: block;
  width: 21px;
  height: 4px;
  content: "";
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
}
.l-footer-contact__item a {
  padding: 34px 24px !important;
}
.l-footer-contact__item .wp-block-heading {
  font-size: 24px;
  margin-bottom: 0.5em;
  color: #242424;
}
.l-footer-contact__item:first-child {
  background-color: rgba(172, 139, 52, 0.9);
}
.l-footer-contact__item:first-child .wp-block-heading {
  color: #fff;
}
.l-footer-contact__item:first-child::after {
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
}
.l-footer-contact__item:nth-child(2) {
  background-color: rgba(116, 116, 116, 0.9);
}
.l-footer-contact__item:nth-child(2) .wp-block-heading {
  color: #fff;
}
.l-footer-contact__item:nth-child(2)::after {
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
}
.l-footer-contact__item:last-child {
  background-color: rgba(106, 147, 152, 0.9);
}
.l-footer-contact__item:last-child .wp-block-heading {
  color: #fff;
}
.l-footer-contact__item:last-child::after {
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
}

.home .l-wrapper .l-footer .l-footer__inner .wp-block-cover .l-footer-contact__contact .wp-block-button .wp-element-button {
  margin-top: 30px;
  opacity: 0.8;
  border-radius: 9px;
}
@media print, screen and (max-width: 740px) {
  .home .l-wrapper .l-footer .l-footer__inner .wp-block-cover .l-footer-contact__contact .wp-block-button .wp-element-button {
    margin-top: 0px;
  }
}

/**  LINE  **/
@media print, screen and (min-width: 741px) {
  #line_link {
    margin-top: -30px;
    padding-top: 30px;
  }
  .l-line__link {
    max-width: 880px;
    margin: 0 auto 36px;
  }
  .l-line__link dt {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #00b900;
  }
  .l-line__link dd {
    display: none;
    padding: 25px 0;
  }
  .l-line__link .l-line-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .l-line__link .l-line-list .p-item a {
    display: block;
    width: 200px;
    padding: 8px;
    transition: 0.3s;
    text-align: center;
    border: 2px solid #aaa;
    border-radius: 5px;
    background: #fff;
  }
  .l-line__link .l-line-list .p-item a:hover {
    opacity: 0.7;
  }
  .l-line__link .l-line-list .p-item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }
  .l-line__link .l-line-list .p-item__sub {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 2px;
  }
}
@media print, screen and (max-width: 740px) {
  #line_link {
    margin-top: -2vw;
    padding-top: 2vw;
  }
  .l-line__link {
    width: 90%;
    margin: 0 auto 8%;
  }
  .l-line__link dt {
    font-size: 4.4vw;
    font-weight: 700;
    position: relative;
    padding: 3vw;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #00b900;
  }
  .l-line__link dd {
    display: none;
    padding: 4vw 0;
  }
  .l-line__link .l-line-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
  }
  .l-line__link .l-line-list .p-item a {
    display: block;
    width: 44vw;
    padding: 2vw;
    transition: 0.3s;
    text-align: center;
    border: 1.5px solid #aaa;
    border-radius: 5px;
    background: #fff;
  }
  .l-line__link .l-line-list .p-item a:hover {
    opacity: 0.7;
  }
  .l-line__link .l-line-list .p-item__title {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .l-line__link .l-line-list .p-item__sub {
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0.5vw;
  }
}
/**  SNS  **/
.l-footer-sns > .ark-block-columns__inner {
  justify-content: center;
  margin: 0 auto;
}
@media print, 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 8vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-sns > .ark-block-columns__inner .ark-block-column {
    margin: 0;
  }
}
.l-footer-sns__title {
  flex-basis: fit-content;
  flex-grow: inherit;
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .l-footer-sns__title {
    text-align: center;
  }
}
.l-footer-sns__title span {
  font-size: 17px;
}
@media print, screen and (max-width: 740px) {
  .l-footer-sns__title span {
    font-size: 15px;
  }
}
.l-footer-sns__title span::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  content: "";
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #4d4d4d;
}
.l-footer-sns__link {
  flex-basis: content;
  flex-grow: inherit;
}
.l-footer-sns__link .ark-block-columns__inner {
  justify-content: center;
}
@media print, screen and (max-width: 740px) {
  .l-footer-sns__link .ark-block-columns__inner {
    flex-grow: 1;
    width: 90vw;
  }
}
.l-footer-sns__link__item {
  flex-basis: content;
  flex-grow: inherit;
}
@media print, screen and (max-width: 740px) {
  .l-footer-sns__link__item {
    flex-basis: inherit;
    flex-grow: initial;
    margin: 0;
  }
  .l-footer-sns__link__item .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 47px !important;
  }
  .l-footer-sns__link__item img {
    width: 45px !important;
    max-width: 45px !important;
    height: 45px !important;
  }
}
.l-footer-sns__link__item .wp-block-columns {
  gap: inherit !important;
}
.l-footer-sns__link .wp-block-image {
  margin-bottom: 0;
}

/**  メッセージ  **/
.l-footer-message {
  margin: 0;
  background: #ebebeb;
}
.l-footer-message .wp-block-column {
  max-width: 1075px;
  margin: 0 auto !important;
  padding: 24px 0;
}
@media print, screen and (max-width: 740px) {
  .l-footer-message .wp-block-column {
    padding: 24px 20px;
  }
}
.l-footer-message p {
  font-size: 1.6rem;
}

/**  フッター  **/
.l-footer-main {
  padding: 63px var(--ark-padding--container, 48px) 80px !important;
}
@media print, screen and (max-width: 740px) {
  .l-footer-main {
    padding: 12.1vw 5vw 45px !important;
  }
}
.l-footer-main__inner.wp-block-columns {
  margin: 0 auto;
}
.l-footer-main__logo {
  margin-bottom: -16px;
}
@media print, screen and (max-width: 740px) {
  .l-footer-main__logo {
    width: 285px;
    margin: 0 auto -4vw;
  }
}
.l-footer-main .p-address {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  margin-top: 23px;
  padding: 29px;
  gap: 1.4rem;
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-address {
    padding: 6vw 3vw 8vw;
    gap: 2.6vw;
    justify-content: center;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-address_tel {
    width: 100%;
    justify-content: center;
    padding-top: 2vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-address_tel p:first-child {
    font-size: 7.18vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-address_tel p:last-child {
    font-size: 10.26vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-time {
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-main .wp-block-column {
    padding: 0 3%;
  }
}

.l-footer-sitemap {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.l-footer-sitemap.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: auto;
}
.l-footer-sitemap .ark-block-columns__inner {
  display: grid;
  justify-content: center;
  column-gap: 24px;
  grid-template-columns: repeat(5, auto);
}
.l-footer-sitemap .ark-block-columns__inner > .ark-keep-mt--s {
  width: 100%;
  margin: 0 0 0 26px;
  padding: 0;
}
.l-footer-sitemap .ark-block-dl__dt {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  border: none;
}
.l-footer-sitemap .ark-block-dl__dt + dt {
  margin-top: 1em;
}
.l-footer-sitemap .ark-block-dl__dd {
  font-size: 14px;
  margin-top: 0.5em;
  padding: 0 0 0 0.5em;
}
.l-footer-sitemap .ark-block-dl__dd ul {
  padding: 0;
  list-style: none;
}
.l-footer-sitemap .ark-block-dl__dd li + li {
  margin-top: 0.5em;
}
.l-footer-sitemap .ark-block-dl__dd li a::before {
  content: "-";
}

.l-footer-bnr {
  max-width: 790px;
  margin: 0 auto 68px;
}
@media print, screen and (max-width: 740px) {
  .l-footer-bnr {
    margin: 0 9.7435897436vw 40px;
  }
}
.l-footer-bnr .ark-block-columns__inner {
  justify-content: center;
}

.l-footer__foot {
  color: #959595;
  padding-bottom: 3rem;
  padding-top: 1rem;
}
@media print, screen and (max-width: 740px) {
  .l-footer__foot {
    padding-bottom: 20vw;
  }
}

.l-footer-main__inner .wp-block-group pre {
  padding: 0;
  background: none;
}
@media print, screen and (max-width: 740px) {
  .l-footer-main__inner .wp-block-group pre strong {
    display: block;
  }
}

.l-fixed-footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  margin-bottom: 0;
  border-top: 1px solid #d5d5d5;
}
@media print, screen and (max-width: 740px) {
  .l-fixed-footer {
    display: none;
  }
}
.l-fixed-footer > .ark-block-columns__inner {
  height: 100%;
}
.l-fixed-footer .l-fixed-footer__item {
  position: relative;
}
.l-fixed-footer .l-fixed-footer__item p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  padding: 0;
}
.l-fixed-footer .l-fixed-footer__item a {
  line-height: 1.2;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 3vw 0;
  text-decoration: none;
  color: inherit;
  place-content: center;
}

.l-footer__widgets {
  padding: 0;
}

.c-copyright {
  font-size: 12px;
}

@media print, screen and (min-width: 1001px) {
  .l-event-one .qms4__post-list__list-item.qms4__post-list__list-item a {
    display: grid;
    grid-template-columns: 553px 1fr;
    grid-template-rows: max-content max-content max-content max-content max-content 1fr;
    gap: 0 34px;
  }
  .l-event-one .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-thumbnail {
    grid-column: 1/2;
    grid-row: 1/7;
  }
  .l-event-one .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-title {
    font-size: 21px;
    margin-top: 25px;
  }
  .l-event-one .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-excerpt.qms4__post-list__post-excerpt:not(:root) {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-event-one .qms4__post-list__post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

/* 中面共通イベント吐き出し */
.naka_event_wrap {
  background: #F2F2F2;
}
.naka_event_wrap .l-event-rec {
  border-top: none;
}
.naka_event_wrap .l-event-rec .box-list .box-list__item {
  background: #fff;
}
.naka_event_wrap .l-event-rec .l-other_article .is-style-outline {
  margin-top: 40px !important;
}
@media print, screen and (max-width: 740px) {
  .naka_event_wrap .l-event-rec .l-other_article .is-style-outline {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }
}
.naka_event_wrap .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  background: transparent;
}

.home .naka_event_wrap {
  display: none;
}

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

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

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

@media print, screen and (max-width: 740px) {
  .c-drawerNav {
    width: 90%;
    margin: 0 auto;
  }
}
.c-drawerNav a {
  border-bottom: 1px solid #d7d7d7;
}
.c-drawerNav .menu-item span {
  position: relative;
  padding-left: 1rem;
}
.c-drawerNav .menu-item span::before {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: rotate(45deg) translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: -1px;
  background: var(--qms-accent_color);
}

.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 .l-menu-link {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 740px) {
  .p-drawer__body .l-menu-link {
    border-top: 1px solid #B1B1B1;
  }
}
.p-drawer__body .l-menu-link > .ark-block-columns__inner > .ark-block-column .qms4__link {
  border-bottom: 1px solid #B1B1B1;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  padding: 15px 0;
  position: relative;
}
.p-drawer__body .l-menu-link > .ark-block-columns__inner > .ark-block-column .qms4__link::after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #BCBCBC;
  border-right: 2px solid #BCBCBC;
  rotate: 45deg;
  margin-top: -3.5px;
}
.p-drawer__body .l-menu-link > .ark-block-columns__inner > .ark-block-column .l-menu-link__detail .qms4__link {
  font-size: 13px;
  padding: 13px 0;
  background: #E0E0E0;
}
.p-drawer__body .l-menu-link_other {
  width: 80vw;
  margin: 0 auto;
}
.p-drawer__body .l-menu-contact {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 740px) {
  .p-drawer__body .l-menu-contact {
    width: 80vw;
  }
}
.p-drawer__body .l-menu-contact .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a,
.p-drawer__body .l-menu-contact .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a,
.p-drawer__body .l-menu-contact .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
  padding: 25px 0;
  font-size: 18px;
  border: none;
  background: #2BA700;
  transition: 0.3s;
  max-width: 100%;
  width: 100%;
}
.p-drawer__body .l-menu-contact .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::before,
.p-drawer__body .l-menu-contact .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::before,
.p-drawer__body .l-menu-contact .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::before {
  content: none;
}
.p-drawer__body .l-menu-contact .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after,
.p-drawer__body .l-menu-contact .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::after,
.p-drawer__body .l-menu-contact .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::after {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background: url(images/icon_other_btn_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  filter: brightness(2);
  bottom: auto;
}
.p-drawer__body .l-menu-tel {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
}
@media print, screen and (max-width: 740px) {
  .p-drawer__body .l-menu-tel {
    width: 80vw;
  }
}
.p-drawer__body .l-menu-tel .qms4__link {
  font-weight: 700;
  padding: 24.9px 0;
}
@media print, screen and (max-width: 740px) {
  .p-drawer__body .l-menu-tel .qms4__link a {
    font-size: 20px;
  }
}

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

.qms4__panel-menu__front .qms4__panel-menu__item-list a,
.qms4__panel-menu__front .qms4__panel-menu__item-list span,
.qms4__panel-menu__front .qms4__panel-menu__subitem a {
  padding: 16px 26px 16px 12px;
}

.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%);
}

/** ==========================================================================
*
* TOP
*
========================================================================== **/
.home .top_hr {
  height: 1px !important;
}

.l-top-mv_container {
  position: relative;
}
.l-top-mv_container .l-top-mv_tit {
  position: absolute;
  z-index: 1;
  width: 34.6%;
}
@media print, screen and (min-width: 1001px) {
  .l-top-mv_container .l-top-mv_tit {
    top: 48.8%;
    left: 107px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1000px) {
  .l-top-mv_container .l-top-mv_tit {
    bottom: 6.5vw;
    left: 5vw;
    width: 80.72vw;
  }
}

.l-top-scroll-text {
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .l-top-scroll-text {
    height: 88px;
    margin-top: 38px !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-scroll-text {
    height: 12vw;
    margin-top: 3.9vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-scroll-text__nocolor {
    height: 20vw;
  }
}
.l-top-scroll-text .scroll-track {
  display: flex;
  animation: scroll-left 20s linear infinite;
  height: 100%;
}
@media print, screen and (min-width: 741px) {
  .l-top-scroll-text .scroll-track {
    gap: 20px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-scroll-text .scroll-track {
    gap: 2vw;
  }
}
.l-top-scroll-text .scroll-track img {
  height: 100%;
  width: auto;
  max-width: none;
  flex-shrink: 0;
}
.l-top-scroll-text__nocolor .scroll-track {
  animation: scroll-left 20s linear infinite reverse;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home .l-strengths__tit {
  font-size: 2rem !important;
}
@media (max-width: 760px) {
  .home .l-strengths__tit {
    font-size: 5.38vw !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths__tit {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths__tit {
    font-size: 2rem !important;
  }
}
.home .l-strengths__subtit {
  font-size: 1.25rem;
  margin-top: 1.5rem !important;
}
@media (max-width: 760px) {
  .home .l-strengths__subtit {
    font-size: 3.85vw !important;
    margin-top: 0.6rem !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths__subtit {
    font-size: 1.25rem;
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 761px) {
  .home .l-strengths {
    max-width: 1302px !important;
    margin: 0 auto !important;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 760px) {
  .home .l-strengths .ark-block-section__body {
    padding-left: 4.8717948718vw;
    padding-right: 4.8717948718vw;
  }
}
@media (max-width: 760px) {
  .home .l-strengths .wp-block-heading {
    font-size: 5.38vw !important;
    line-height: 1.75 !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths .wp-block-heading {
    font-size: 20px !important;
  }
}
@media (min-width: 761px) {
  .home .l-strengths-columns {
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  .home .l-strengths-columns {
    margin-top: 8vw;
  }
}
.home .l-strengths-columns .ark-block-columns__inner {
  justify-content: center;
}
.home .l-strengths-columns .p-item {
  background: #F2F2F2;
  display: block;
  position: relative;
}
@media (min-width: 761px) {
  .home .l-strengths-columns .p-item {
    padding: 31px 10px 20px;
    min-height: 202px;
  }
}
@media (max-width: 760px) {
  .home .l-strengths-columns .p-item {
    padding: 4.1vw 2.6vw;
    min-height: 35vw;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths-columns .p-item {
    min-height: auto;
  }
}
.home .l-strengths-columns .p-item:after {
  display: none;
}
@media (min-width: 761px) {
  .home .l-strengths-columns .item05.p-item {
    padding-top: 16px;
  }
}
.home .l-strengths__main {
  align-items: baseline;
}
@media (min-width: 761px) {
  .home .l-strengths__main {
    margin-top: 9px;
    gap: 7px;
  }
}
@media (max-width: 760px) {
  .home .l-strengths__main {
    margin-top: 2px;
    gap: 1.0256410256vw;
  }
}
@media (max-width: 760px) {
  .home .l-strengths__main .num {
    font-size: 17.1794871795vw !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths__main .num {
    font-size: 65px !important;
  }
}
@media (min-width: 761px) {
  .home .l-strengths__main .small {
    margin-top: 15px;
  }
}
@media (max-width: 760px) {
  .home .l-strengths__main .small {
    margin-top: 3.3333333333vw;
    font-size: 10.7692307692vw !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths__main .small {
    font-size: 51px !important;
  }
}
@media (max-width: 760px) {
  .home .l-strengths__main .small + .l-strengths__main__text {
    font-size: 4.8717948718vw !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths__main .small + .l-strengths__main__text {
    font-size: 30px !important;
  }
}
@media (min-width: 761px) {
  .home .l-strengths__main__text {
    transform: translateY(-4px);
  }
}
@media (max-width: 760px) {
  .home .l-strengths__main__text {
    font-size: 6.9230769231vw !important;
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths__main__text {
    font-size: 39px !important;
  }
}
@media (max-width: 760px) {
  .home .l-strengths__text {
    font-size: 3.3333333333vw !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths__text {
    font-size: 16px !important;
  }
}
@media (min-width: 761px) {
  .home .l-strengths__text__small {
    margin-top: 6px;
    margin-bottom: -2px;
  }
}
@media (max-width: 760px) {
  .home .l-strengths__text__small {
    margin-top: 5px;
    font-size: 2.8205128205vw !important;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-strengths__text__small {
    font-size: 11px !important;
  }
}
.home .l-strengths .wp-block-buttons {
  margin-top: 3.5rem;
}
@media (max-width: 760px) {
  .home .l-strengths .wp-block-buttons {
    margin-top: 2.5rem;
  }
}
.home .l-strengths .wp-block-buttons a {
  width: 299px !important;
}
.home .l-strengths .wp-block-buttons a::before {
  display: none;
}
.home .l-strengths .wp-block-buttons a::after {
  width: 11px !important;
  height: 11px !important;
  display: block;
  background: url(images/icon_other_btn_arrow.svg) no-repeat center/contain;
  right: 16px;
  top: 50%;
  transform: none !important;
  border: none !important;
  bottom: auto;
}
.home .l-strengths .wp-block-buttons a:hover::after {
  filter: brightness(2);
}

@media (min-width: 761px) {
  .home .l-business {
    max-width: 1440px !important;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.home .l-business_tit {
  font-size: 3rem !important;
}
@media (max-width: 760px) {
  .home .l-business_tit {
    font-size: 7.18vw !important;
    text-align: center !important;
  }
}
.home .l-business_subtit {
  font-size: 1.1rem !important;
}
@media (max-width: 760px) {
  .home .l-business_subtit {
    font-size: 3.85vw !important;
    margin-top: 0vw !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-business_subtit {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 761px) {
  .home .l-business .wp-block-heading {
    margin-top: 33px;
  }
}
@media (max-width: 760px) {
  .home .l-business .wp-block-heading {
    text-align: center !important;
    margin-top: 1vw;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-business .wp-block-heading {
    font-size: 17px !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 760px) {
  .home .l-business__subtext {
    font-size: 3.85vw !important;
    margin-top: 2vw !important;
  }
}
@media (min-width: 761px) {
  .home .l-business__text {
    margin-top: 28px !important;
  }
}
@media (max-width: 760px) {
  .home .l-business__text {
    font-size: 3.8461538462vw !important;
    text-align: center !important;
    margin-top: 24px;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-business__text {
    font-size: 15px !important;
    margin-top: 17px;
  }
}
.home .l-business .l-business-index {
  border: 1px solid #fff;
}
@media (max-width: 760px) {
  .home .l-business .l-business-index {
    border: none;
  }
}
@media (min-width: 761px) {
  .home .l-business .ark-block-buttons {
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  .home .l-business .ark-block-buttons {
    text-align: center !important;
    justify-content: center;
    margin-top: 22px;
  }
}
@media (max-width: 760px) {
  .home .l-business .ark-block-buttons .ark-block-button {
    width: 55.3846153846vw;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-business .ark-block-buttons .ark-block-button {
    width: 30vw;
  }
}
.home .l-business .ark-block-buttons a {
  letter-spacing: 0.06em;
}
@media (min-width: 761px) {
  .home .l-business .ark-block-buttons a {
    font-size: 15px;
    padding: 11px 10px 10px;
  }
}
@media (max-width: 760px) {
  .home .l-business .ark-block-buttons a {
    font-size: 3.8461538462vw !important;
    padding: 2.5641025641vw 2.5641025641vw 2.8205128205vw;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-business .ark-block-buttons a {
    font-size: 15px !important;
    padding: 2vw;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-business .en {
    font-size: 22px !important;
  }
}
.home .l-business .l-business-textarea {
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  .home .l-business .l-business-textarea {
    justify-content: center;
    padding: 8vw 0 0 !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-business .l-business-textarea {
    padding: 15px !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-business .ark-block-columns.-rev .ark-block-columns__inner {
    flex-direction: unset;
  }
}

.home .l-contents_tit {
  font-size: 2.75rem !important;
  letter-spacing: 0.15rem;
}
@media (max-width: 760px) {
  .home .l-contents_tit {
    font-size: 7.18vw !important;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-contents_tit {
    font-size: 2.75rem !important;
  }
}
.home .l-contents_list {
  max-width: 1440px !important;
  margin: 0 auto;
}
.home .l-contents_item {
  aspect-ratio: 720/475;
  transition: 0.25s;
}
.home .l-contents_item .wp-block-cover {
  min-height: auto;
  aspect-ratio: 720/475;
  margin-top: 0;
}
.home .l-contents_item_tit {
  font-size: 2.38rem !important;
  letter-spacing: 0.1rem;
  margin-top: 2.7rem;
}
@media (max-width: 760px) {
  .home .l-contents_item_tit {
    font-size: 7.69vw !important;
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-contents_item_tit {
    font-size: 30px !important;
  }
}
.home .l-contents_item_subtit {
  font-size: 1.06rem !important;
  margin-top: 9px;
}
@media (max-width: 760px) {
  .home .l-contents_item_subtit {
    font-size: 4.36vw !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-contents_item_subtit {
    font-size: 20px !important;
  }
}
.home .l-contents_item_line {
  height: 1px !important;
  max-width: 1.65em !important;
  margin-top: 1.6rem;
}
@media (max-width: 760px) {
  .home .l-contents_item_line {
    font-size: 4.36vw !important;
    margin-top: 2.4rem;
  }
}

.home .l-news {
  max-width: calc(1248px + 8%) !important;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (min-width: 761px) {
  .home .l-news {
    padding: 0 4%;
  }
}
.home .l-news_tit {
  font-size: 2.75rem !important;
}
@media (max-width: 760px) {
  .home .l-news_tit {
    font-size: 7.18vw !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-news_tit {
    font-size: 2.75rem !important;
  }
}
.home .l-news_subtit {
  font-size: 1.05rem !important;
}
@media (max-width: 760px) {
  .home .l-news_subtit {
    font-size: 3.85vw !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .home .l-news_subtit {
    font-size: 1.05rem !important;
  }
}
.home .l-news .qms4__post-list {
  border-top: 1px solid #C6C6C6;
  margin-top: 2.1rem;
}
@media (max-width: 760px) {
  .home .l-news .qms4__post-list {
    margin-top: 5.9vw;
  }
}
.home .l-news .qms4__post-list .qms4__post-list__list {
  gap: 0;
}
.home .l-news .qms4__post-list .qms4__post-list__list-item {
  border-bottom: 1px solid #C6C6C6;
}
.home .l-news .qms4__post-list .qms4__post-list__list-item a {
  display: flex;
  align-items: center;
  padding: 1.5rem 2.3rem;
}
@media (max-width: 760px) {
  .home .l-news .qms4__post-list .qms4__post-list__list-item a {
    padding: 4.6vw 0vw;
    flex-wrap: wrap;
    row-gap: 2.4vw;
  }
}
.home .l-news .qms4__post-list .qms4__post-list__list-item a .qms4__post-list__post-date {
  font-size: 0.95rem;
  width: 15%;
  font-weight: 400;
}
@media (max-width: 760px) {
  .home .l-news .qms4__post-list .qms4__post-list__list-item a .qms4__post-list__post-date {
    width: 51.5%;
    -webkit-line-clamp: 3;
    line-height: 1.6;
  }
}
.home .l-news .qms4__post-list .qms4__post-list__list-item a .qms4__post-list__terms {
  min-width: 8%;
  margin: 0;
  padding-right: 27px;
}
.home .l-news .qms4__post-list .qms4__post-list__list-item a .qms4__post-list__terms li {
  padding: 4px 8px 5px;
}
@media (max-width: 760px) {
  .home .l-news .qms4__post-list .qms4__post-list__list-item a .qms4__post-list__terms li {
    padding: 2px 5px 3px;
  }
}
.home .l-news .qms4__post-list .qms4__post-list__list-item a .qms4__post-list__post-title {
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 760px) {
  .home .l-news .qms4__post-list .qms4__post-list__list-item a .qms4__post-list__post-title {
    width: 100%;
  }
}
.home .l-news .wp-block-buttons a {
  width: 300px !important;
}
@media (max-width: 760px) {
  .home .l-news .wp-block-buttons a {
    width: 70vw !important;
  }
}
.home .l-news .wp-block-buttons a::before {
  display: none;
}
.home .l-news .wp-block-buttons a::after {
  width: 11px !important;
  height: 11px !important;
  display: block;
  background: url(images/icon_other_btn_arrow.svg) no-repeat center/contain;
  right: 16px;
  top: 50%;
  transform: none !important;
  border: none !important;
  bottom: auto;
}
.home .l-news .wp-block-buttons a:hover::after {
  filter: brightness(2);
}

/** ==========================================================================
*
* システムページ 共通
*
========================================================================== **/
.p-postList .p-postList__thumb .c-postThumb__figure {
  aspect-ratio: 3/2;
}

.p-entry__head .p-entry__thumb {
  width: 60%;
  margin: 0 auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media print, screen and (max-width: 740px) {
  .p-entry__head .p-entry__thumb {
    width: 100%;
  }
}
.p-entry__head .p-entry__thumb img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.single .c-postMetas {
  margin-top: 0;
  margin-bottom: 2rem;
  justify-content: center;
}
@media print, screen and (max-width: 740px) {
  .single .c-postMetas {
    margin-bottom: 1rem;
  }
}
.single .c-postIcon .p-postList__icon {
  display: flex;
  gap: 3px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

/** ==========================================================================
*
* 一覧
*
========================================================================== **/
/**  一覧   **/
/**  一覧 サイドメニュー  **/
.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);
  font-weight: var(--default_weight-regular);
}

.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;
}

.qms4__post-list__terms--taxonomy-works__hash .qms4__post-list__terms__icon,
.p-postList__hash .icon {
  background: none;
  color: #9F9F9F;
  padding: 0 4px 0 0;
}
.qms4__post-list__terms--taxonomy-works__hash .qms4__post-list__terms__icon::before,
.p-postList__hash .icon::before {
  content: "#";
  padding-right: 2px;
}

.icon,
.c-postTerms__link,
.qms4__post-list__terms__icon {
  padding: 5px 8px 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  pointer-events: none;
  list-style: 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.hidden .more_button {
  display: block;
  margin: 15px auto 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #b6972c;
  position: relative;
  transition: 0.25s;
}
.l-hash.hidden .more_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #b6972c;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  display: none;
}
.l-hash.hidden .more_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #b6972c;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
.l-hash.hidden:not(.open) li:nth-child(n+8) {
  display: none;
}
.l-hash.hidden:not(.open) .more_button {
  transform: rotate(-90deg);
}
.l-hash.hidden:not(.open) .more_button::before {
  display: block;
  transform: translate(-50%, -50%);
}

/** ==========================================================================
*
* 新着 一覧
*
========================================================================== **/
.post-type-archive-news .l-content__body {
  margin: 4rem auto;
}
.post-type-archive-news .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) {
  .post-type-archive-news .p-postList__link {
    display: block;
  }
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-news .p-postList__link .p-postList__thumb {
    max-width: inherit;
    width: inherit;
  }
}
.post-type-archive-news .p-postList__link .p-postList__body {
  padding-left: 1.5rem;
  padding-top: 0;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-news .p-postList__link .p-postList__body {
    padding-left: 0;
    margin-top: 1rem;
  }
}
.post-type-archive-news .p-postList .p-postList__item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #959595;
  margin-bottom: 2rem;
  width: 100%;
  flex-basis: 100%;
  padding: 0 0 2rem;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-news .p-postList .p-postList__item {
    margin-bottom: 2.5rem;
  }
}
.post-type-archive-news .p-postList .p-postList__link {
  align-items: center;
  display: flex;
}
.post-type-archive-news .c-postTimes__item {
  margin-top: 0;
}
.post-type-archive-news .p-postList__icon {
  display: flex;
  margin-top: 0.5rem;
  max-height: 48px;
  gap: 5px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-news .p-postList .p-postList__title {
    margin-top: 0.8rem;
  }
}
.post-type-archive-news .p-postList__times {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

/** ==========================================================================
*
* 新着 詳細
*
========================================================================== **/
.single-news .l-content__body {
  margin: 4rem auto;
}
.single-news .p-entry__head .c-pageTitle__main {
  margin-bottom: 0.5rem;
  text-align: center;
}
@media print, screen and (max-width: 740px) {
  .single-news .p-entry__head .c-pageTitle__main {
    margin-bottom: 0;
  }
}

/** ==========================================================================
*
* おすすめイベント
*
========================================================================== **/
.l-event-rec {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
  padding-left: 0;
  padding-right: 0;
  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 .c-postContent h2 {
  line-height: 1;
  font-size: 2rem;
}
.l-event-rec h2.is-style-ja_title-heading {
  font-size: 0.9rem;
  margin-top: 0;
  font-weight: var(--default_weight-regular);
}
.l-event-rec p.is-style-en_title-heading {
  font-size: 2rem;
}
.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;
  padding-left: 0;
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list {
    width: 100%;
    margin: 5vw auto 0 auto;
    display: block;
    padding: 0;
  }
}
.l-event-rec .box-list .box-list__item {
  width: 48%;
  border: 1px solid #C9C9C9;
  list-style: none;
}
@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: 15px 18px;
}
@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: auto;
  aspect-ratio: 3/2;
  display: block;
  overflow: hidden;
}
@media print, screen and (max-width: 1000px) {
  .l-event-rec .box-list .box-detail .box-left {
    width: 100%;
    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;
  padding: 0;
  overflow: hidden;
  max-height: 48px;
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-detail .box-right .p-postList__icon {
    max-height: 20px;
  }
}
.l-event-rec .box-list .box-detail .box-right .p-postList__icon.p-postList__hash {
  max-height: 48px;
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-detail .box-right .p-postList__icon.p-postList__hash {
    max-height: 14px;
  }
}
.l-event-rec .box-list .box-detail .qms4__post-list__post-title {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
}
.l-event-rec .box-list .box-detail .qms4__post-list__post-price {
  margin-top: 0.2rem;
  font-size: 0.9rem;
  font-family: var(--ja_font);
  font-weight: var(--ja_weight-regular);
}

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

/** ==========================================================================
*
* フォーム
*
========================================================================== **/
/**  フォームはフッター非表示  **/

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