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

:root {
  --qms-border_color: #ccc;
  --qms-border_border_color: #131313;
  --qms-table_color: #FAF7F2;
  --qms-accent_color: #FC2236;
  --qms-accent02_color: #131313;
  --qms-sub_color: #0051C9;
  --qms-icon_color: #0051C9;
}

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

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

/** ==========================================================================
*
* font
*
========================================================================== **/
:root {
  --default_font: source-han-sans-japanese, sans-serif;
  --default_weight-bold: 700;
  --default_weight-medium: 500;
  --default_weight-regular: 500;
  --ja_font: source-han-sans-japanese, sans-serif;
  --ja_weight-bold: 500;
  --en_font: din-2014, sans-serif;
  --en_weight-bold: 700;
  --en_weight-demi: 700;
  --en_weight-regular: 700;
}

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 (max-width: 760px) {
  .has-text-align-sp-left {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .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 (max-width: 760px) {
  .line-clamp {
    -webkit-line-clamp: 3;
  }
}

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

@media (max-width: 760px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 761px) {
  .sp {
    display: none !important;
  }
}
/** ==========================================================================
*
* 全ページ 共通
*
========================================================================== **/
.p-breadcrumb__item:last-child {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .p-topArea .c-pageTitle__en {
    font-size: 2rem;
  }
}

.p-topArea.-noimg {
  background: #c4d6d8;
  padding: 32px 0 28px;
  min-height: inherit;
}
@media (max-width: 760px) {
  .p-topArea.-noimg {
    padding: 6vw 0 5vw;
  }
}
.p-topArea.-noimg .p-topArea__body {
  color: #343434;
  text-shadow: none;
}
@media (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 #FC2236;
}
.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: #FC2236 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(252, 34, 54, 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 #FC2236;
}

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

/** ==========================================================================
*
* ボタン
*
========================================================================== **/
/**  fill button 塗りつぶし **/
@media (max-width: 760px) {
  .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: 2px 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 (min-width: 761px) {
  .is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a {
    padding: 16px 0;
    width: 345px;
    transition: 0.4s;
  }
}
@media (max-width: 760px) {
  .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 {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background-color: #fff;
  vertical-align: middle;
  content: "";
  background: url(images/icon_arrow_circle_white.svg) no-repeat center/contain;
  border-radius: 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-image: url(images/icon_arrow_circle_black.svg);
}

/**  outline button 輪郭 **/
@media (max-width: 760px) {
  .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: 2px 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 (min-width: 761px) {
  .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 (max-width: 760px) {
  .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-border_border_color);
  content: "";
  transition: transform 0.3s;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background-color: #fff;
  vertical-align: middle;
  content: "";
  background: url(images/icon_arrow_circle_black.svg) no-repeat center/contain;
  transform: rotate(0);
  border-radius: 50%;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover {
  opacity: 0.999;
  color: #fff;
}
.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-image: url(images/icon_arrow_circle_white.svg);
}

/**  fill_action01 button  **/
@media (max-width: 760px) {
  .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: 2px 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 (min-width: 761px) {
  .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 (max-width: 760px) {
  .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: 17px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background-color: #fff;
  vertical-align: middle;
  content: "";
  background: url(images/icon_arrow_circle_accent01.svg) no-repeat center/contain;
  transform: rotate(0);
  border-radius: 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: #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 {
  background-image: url(images/icon_arrow_circle_accent02.svg);
}

/**  fill_action02 button  **/
@media (max-width: 760px) {
  .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: 2px 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 (min-width: 761px) {
  .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 (max-width: 760px) {
  .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: 17px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  vertical-align: middle;
  content: "";
  background: url(images/icon_arrow_circle_white.svg) no-repeat center/contain;
  transform: rotate(0);
  border-radius: 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: #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 {
  background-image: url(images/icon_arrow_circle_black.svg);
}

/**  anchor  **/
@media (max-width: 760px) {
  .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: 2px 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 (min-width: 761px) {
  .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 (max-width: 760px) {
  .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: 2px solid var(--qms-border_border_color);
  border-right: 2px 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: 2px solid #fff;
  border-right: 2px 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;
  border: 1px solid #393939;
  padding: 0 14px 1px 6px;
  font-size: 10px;
  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: #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 (max-width: 760px) {
  .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 a {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media (min-width: 761px) {
  .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 (min-width: 761px) {
  .p-banner-works {
    width: 723px;
    padding: 14px;
  }
}
@media (max-width: 760px) {
  .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 (min-width: 761px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (min-width: 761px) {
  .l-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 760px) {
  .l-buttons {
    margin-bottom: 6vw;
  }
}
@media (max-width: 760px) {
  .l-buttons .wp-block-button {
    margin-bottom: 4vw;
  }
}

/** ==========================================================================
*
* ヘッダー
*
========================================================================== **/
.l-header {
  background: none;
}
.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: 11px 0;
}
@media (max-width: 760px) {
  .l-header__center {
    flex-basis: auto;
    width: 140px;
    padding: 10px 0;
  }
}

@media (max-width: 760px) {
  [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);
  }
}

[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;
  padding-left: 3vw;
  padding-right: 3vw;
}
@media (min-width: 761px) {
  [data-btns=l-r][data-logo=left] .l-header__body, [data-btns=r-l][data-logo=left] .l-header__body {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.l-header__right {
  display: flex !important;
  margin-right: 18px;
}
.l-header__right .wp-block-columns {
  margin-bottom: 0;
}
.l-header__right .l-header__right__inner {
  gap: 12px;
}
.l-header__right .l-header__right__inner .p-sns {
  display: none;
}
@media (min-width: 761px) {
  .l-header__right .l-header__right__inner .p-sns {
    margin-right: 6px;
  }
}
.l-header__right .l-header__right__inner .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
  width: 190px;
  padding: 5px 0 7px;
  font-size: 16px;
}
.l-header__right .l-header__right__inner .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: 15px;
  bottom: 0;
  width: 6px;
  height: 7px;
  margin: auto;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  background: #fff;
  vertical-align: middle;
  border-radius: 0;
  content: "";
}
.l-header__right .l-header__right__inner .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  width: 190px;
  padding: 5px 0 7px;
  font-size: 16px;
}
.l-header__right .l-header__right__inner .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 6px;
  height: 7px;
  margin: auto;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  background: var(--qms-border_border_color);
  border-radius: 0;
  vertical-align: middle;
  content: "";
}

.l-header__drawerBtn {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: #131313;
}
@media (max-width: 760px) {
  .l-header__drawerBtn {
    width: 36px;
    height: 36px;
    border-radius: 36px;
  }
}
.l-header__drawerBtn .c-iconBtn__icon {
  width: 20px;
}
.l-header__drawerBtn svg {
  fill: #fff;
}

[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 {
  z-index: 10;
  pointer-events: painted;
}

.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 a {
  transition: opacity 0.3s;
  text-decoration: none;
  color: inherit;
}
.l-footer a:hover {
  opacity: 0.7;
}
@media (max-width: 760px) {
  .l-footer .c-button-map a {
    font-size: 10px;
  }
}

@media (max-width: 760px) {
  .p-fixBtnWrap .-pagetop {
    display: none;
  }
}

/**  CV  **/
.l-footer-contact__item {
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 760px) {
  .l-footer-contact__item {
    min-height: 61.5vw;
  }
}
.l-footer-contact__item::after {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  background: url(images/icon_arrow_circle_white.svg) no-repeat center/contain;
  z-index: 10;
}
@media (max-width: 760px) {
  .l-footer-contact__item::after {
    bottom: 15px;
  }
}
.l-footer-contact__item.shufu {
  background: url(images/bg_cv01.jpg) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 760px) {
  .l-footer-contact__item.shufu {
    background-image: url(images/bg_cv01_sp.jpg);
  }
}
.l-footer-contact__item.foreigner {
  background: url(images/bg_cv02.jpg) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 760px) {
  .l-footer-contact__item.foreigner {
    background-image: url(images/bg_cv02_sp.jpg);
  }
}
.l-footer-contact__item .ark-block-section {
  height: 100%;
}
.l-footer-contact__item h4 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 760px) {
  .l-footer-contact__item h4 {
    font-size: 8.2vw;
  }
}
.l-footer-contact__item p {
  font-size: 16px;
  line-height: 1.43;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 760px) {
  .l-footer-contact__item p {
    font-size: 4.1vw;
    margin-top: 4vw;
  }
}

.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 (max-width: 760px) {
  .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 (min-width: 761px) {
  #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 (max-width: 760px) {
  #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 (min-width: 761px) {
  .l-footer-sns > .ark-block-columns__inner {
    padding: 30px 0;
  }
}
@media (max-width: 760px) {
  .l-footer-sns > .ark-block-columns__inner {
    width: 90%;
    padding: 8vw 0 8vw;
  }
}
@media (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .l-footer-message .wp-block-column {
    padding: 24px 20px;
  }
}
.l-footer-message p {
  font-size: 1.6rem;
}

/**  フッター  **/
.l-footer-main {
  position: relative;
  padding: 75px var(--ark-padding--container, 48px) 110px !important;
}
@media (max-width: 760px) {
  .l-footer-main {
    padding: 16vw 6vw 12vw !important;
  }
}
.l-footer-main__inner.wp-block-columns {
  margin: 0 auto;
}
.l-footer-main__logo {
  margin-bottom: 25px;
}
@media (max-width: 760px) {
  .l-footer-main__logo {
    width: 260px;
    margin: 0 auto 32px;
  }
}
.l-footer-main__address {
  border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
  margin-top: 40px !important;
  padding: 20px;
  gap: 22px;
}
@media (max-width: 760px) {
  .l-footer-main__address {
    padding: 5vw;
    margin-top: 7vw !important;
    flex-direction: column;
    gap: 3vw;
    border-bottom: none;
  }
}
.l-footer-main__address .p-address {
  font-size: 17px;
}
@media (max-width: 760px) {
  .l-footer-main__address .p-address {
    font-size: 4.1vw;
  }
}
.l-footer-main__address .p-tel.p-tel.p-tel.p-tel.p-tel {
  font-size: 31px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
@media (max-width: 760px) {
  .l-footer-main__address .p-tel.p-tel.p-tel.p-tel.p-tel {
    font-size: 6vw;
  }
}
.l-footer-main__address .p-tel.p-tel.p-tel.p-tel.p-tel .arkb-format-1 {
  font-size: 20px;
  padding-right: 8px;
}
@media (max-width: 760px) {
  .l-footer-main__address .p-tel.p-tel.p-tel.p-tel.p-tel .arkb-format-1 {
    font-size: 6vw;
  }
}
.l-footer-main__deco01, .l-footer-main__deco02, .l-footer-main__deco03 {
  position: absolute;
  bottom: -75px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .l-footer-main__deco01, .l-footer-main__deco02, .l-footer-main__deco03 {
    bottom: -60px;
  }
}
@media (max-width: 760px) {
  .l-footer-main__deco01, .l-footer-main__deco02, .l-footer-main__deco03 {
    bottom: -40px;
  }
}
.l-footer-main__deco01, .l-footer-main__deco02 {
  max-width: 39vw;
}
.l-footer-main__deco01, .l-footer-main__deco03 {
  left: 0;
}
.l-footer-main__deco02 {
  right: 0;
}

.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: 15px;
  grid-template-columns: repeat(5, auto);
}
.l-footer-sitemap .ark-block-columns__inner > .ark-keep-mt--s {
  width: 100%;
  margin: 0 0 0 40px;
  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 (max-width: 760px) {
  .l-footer-bnr {
    margin: 0 9.7435897436vw 40px;
  }
}
.l-footer-bnr .ark-block-columns__inner {
  justify-content: center;
}

.l-footer__foot {
  background-color: #292929;
  color: #fff;
  padding: 36px 0;
}
@media (max-width: 760px) {
  .l-footer__foot {
    padding-bottom: 20vw;
  }
}
.l-footer__foot .c-copyright {
  font-size: 10px;
  font-weight: 500;
}

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

.l-fixed-footer {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 0 3vw;
}
.l-fixed-footer > .ark-block-columns__inner {
  height: 100%;
}
.l-fixed-footer .l-fixed-footer__item.news .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  padding: 11px 0 13px;
  font-size: 17px;
}
.l-fixed-footer .l-fixed-footer__item.news .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 6px;
  height: 7px;
  margin: auto;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  background: var(--qms-border_border_color);
  border-radius: 0;
  vertical-align: middle;
  content: "";
}
.l-fixed-footer .l-fixed-footer__item.contact .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
  padding: 11px 0 13px;
  font-size: 17px;
}
.l-fixed-footer .l-fixed-footer__item.contact .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: 15px;
  bottom: 0;
  width: 6px;
  height: 7px;
  margin: auto;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  background: #fff;
  border-radius: 0;
  vertical-align: middle;
  content: "";
}

.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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .p-drawer__close.c-modalClose.u-flex--aic {
    display: none;
  }
}

.p-drawer {
  background: #F6F6F4;
  color: #131313;
  padding-bottom: 0.5rem;
}
.p-drawer__nav {
  display: none;
}
.p-drawer__close {
  display: none;
}

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

@media (max-width: 760px) {
  .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-main .ark-block-container__inner {
  max-width: 1320px;
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-container__inner {
    padding: 0;
  }
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap {
  max-width: 840px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap {
    width: 100%;
  }
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: auto;
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap .ark-block-columns__inner {
  display: grid;
  justify-content: center;
  column-gap: 15px;
  grid-template-columns: repeat(5, auto);
}
@media (min-width: 761px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap .ark-block-columns__inner > .ark-keep-mt--s {
    width: 100%;
    margin: 0 0 0 40px;
    padding: 0;
  }
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap .ark-block-columns__inner {
    display: block;
  }
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap .ark-block-columns__inner a {
    display: block;
    padding: 5px 0;
    font-size: 4.1vw;
  }
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap .ark-block-columns__inner p {
    margin-top: 0;
  }
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-business {
  max-width: 800px;
  margin: 0 auto;
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item {
  position: relative;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item {
    min-height: 20vw;
  }
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item::after {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url(images/icon_arrow_circle_white.svg) no-repeat center/contain;
  z-index: 10;
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item::after {
    bottom: 15px;
  }
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item.shufu {
  background: url(images/bg_cv01.jpg) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item.shufu {
    background-image: url(images/bg_cv01_sp.jpg);
  }
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item.foreigner {
  background: url(images/bg_cv02.jpg) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item.foreigner {
    background-image: url(images/bg_cv02_sp.jpg);
  }
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item .ark-block-section {
  height: 100%;
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-business__item h4 {
    font-size: 5vw;
  }
}

.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
*
========================================================================== **/
.arkb-marker {
  background: linear-gradient(transparent var(--arkb-marker-start), #FFFF00 0);
}

.l-content {
  width: 100vw;
  overflow-x: hidden;
}

.l-top-cover {
  position: relative;
}
.l-top-cover__side {
  writing-mode: vertical-rl;
  font-size: 150px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.93;
  position: absolute;
  z-index: -1;
  top: 10px;
  right: -20px;
  white-space: nowrap;
}
@media print, screen and (max-width: 1200px) {
  .l-top-cover__side {
    font-size: 12.5vw;
  }
}
@media (max-width: 760px) {
  .l-top-cover__side {
    font-size: 12.5vw;
    top: 3vw;
    right: -2vw;
  }
}
.l-top-cover__bg {
  position: absolute;
  z-index: -10;
  bottom: -180px;
  right: -125px;
}
@media (max-width: 760px) {
  .l-top-cover__bg {
    bottom: -10vw;
    right: -20vw;
    width: 60vw;
  }
}
.l-top-cover__bg02 {
  position: absolute;
  width: 41.6vw;
  z-index: -10;
  top: 0;
  right: -26.3vw;
}
@media (max-width: 760px) {
  .l-top-cover__bg02 {
    bottom: auto;
    top: 46.1vw;
    right: -54vw;
    width: 71vw;
  }
}

/**  MV  **/
.l-top-mv {
  position: relative;
}
.l-top-mv__main {
  position: relative;
  margin-left: 6.8vw;
  width: fit-content;
}
@media (max-width: 760px) {
  .l-top-mv__main {
    margin-left: 6vw;
    margin-top: 6vw;
  }
}
.l-top-mv__main__bg {
  width: 69.9vw;
}
@media (max-width: 760px) {
  .l-top-mv__main__bg {
    width: 71vw;
  }
}
.l-top-mv__main__text01 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 41.6vw;
  transform: rotate(-40deg);
  opacity: 0;
  transform-origin: center;
}
@media (max-width: 760px) {
  .l-top-mv__main__text01 {
    width: 71vw;
  }
}
.l-top-mv__main__text01.visible {
  animation: rotateBounce 0.3s ease-out forwards;
}
.l-top-mv__main__text02 {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 41.6vw;
  transform: rotate(-40deg);
  opacity: 0;
}
@media (max-width: 760px) {
  .l-top-mv__main__text02 {
    width: 71vw;
    top: auto;
    bottom: 0;
  }
}
.l-top-mv__main__text02.visible {
  animation: rotateBounce 0.3s ease-out forwards;
}
@keyframes rotateBounce {
  0% {
    transform: rotate(-40deg);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.l-top-mv__main__text03 {
  position: absolute;
  z-index: 1;
  top: -2.77vw;
  left: -2.77vw;
  width: 47.2vw;
}
@media (max-width: 760px) {
  .l-top-mv__main__text03 {
    width: 80.6vw;
    top: -5vw;
    left: -5vw;
  }
}
.l-top-mv__news {
  margin-top: 0;
}
@media (min-width: 761px) {
  .l-top-mv__news {
    width: 389px;
    border: 2px solid #131313;
    position: absolute;
    z-index: 100;
    left: 1.38vw;
    top: 38.19vw;
  }
}
@media (max-width: 760px) {
  .l-top-mv__news {
    border: 2px solid #131313;
    width: 90vw;
    margin: 5vw auto 0;
  }
}
.l-top-mv__news .qms4__post-list__list-item {
  /* NEWS */
  /* 日付 */
  /* タイトルは下段で横いっぱい */
}
.l-top-mv__news .qms4__post-list__list-item > a {
  background: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 8px;
  padding: 1px 18px 9px;
}
@media (max-width: 760px) {
  .l-top-mv__news .qms4__post-list__list-item > a {
    padding: 1vw 3vw 3vw;
  }
}
.l-top-mv__news .qms4__post-list__list-item .qms4__post-list__html {
  grid-row: 1;
  grid-column: 1;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 760px) {
  .l-top-mv__news .qms4__post-list__list-item .qms4__post-list__html {
    font-size: 6vw;
  }
}
.l-top-mv__news .qms4__post-list__list-item .qms4__post-list__post-date {
  grid-row: 1;
  grid-column: 2;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 760px) {
  .l-top-mv__news .qms4__post-list__list-item .qms4__post-list__post-date {
    font-size: 3.7vw;
  }
}
.l-top-mv__news .qms4__post-list__list-item .qms4__post-list__post-title {
  grid-row: 2;
  grid-column: 1/-1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
}
@media (max-width: 760px) {
  .l-top-mv__news .qms4__post-list__list-item .qms4__post-list__post-title {
    font-size: 3.8vw;
  }
}

/**  コンセプト  **/
.l-top-concept .p-item .ark-block-columns__inner {
  flex-wrap: wrap;
}
.l-top-concept .p-item__info {
  width: 510px;
}
.l-top-concept .p-item__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 760px) {
  .l-top-concept .p-item__title {
    font-size: 7.6vw;
  }
}
.l-top-concept .p-item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 40px;
}
@media (max-width: 760px) {
  .l-top-concept .p-item__text {
    font-size: 4.1vw;
    margin-top: 6vw;
  }
}
.l-top-concept .p-item__image {
  width: calc(100% - 510px);
  padding-top: 100px;
}
@media print, screen and (max-width: 1000px) {
  .l-top-concept .p-item__image {
    width: 510px;
    padding-top: 30px;
  }
}
@media (max-width: 760px) {
  .l-top-concept .p-item__image {
    width: auto;
    padding-top: 2.5vw;
  }
}
.l-top-concept .p-item__image .is-layout-flex {
  gap: 25px;
}
@media (max-width: 760px) {
  .l-top-concept .p-item__image .is-layout-flex {
    gap: 3vw;
  }
}

/**  代表メッセージ  **/
.l-top-message {
  position: relative;
}
.l-top-message .p-title-en {
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 760px) {
  .l-top-message .p-title-en {
    display: block;
  }
}
.l-top-message .p-title-en .is-style-en_title-heading {
  font-size: 80px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-top-message .p-title-en .is-style-en_title-heading {
    font-size: 12vw;
  }
}
.l-top-message .p-title-en h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 760px) {
  .l-top-message .p-title-en h2 {
    font-size: 4.4vw;
    margin-top: 2.5vw;
    padding-bottom: 0;
  }
}
.l-top-message .p-item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
@media (min-width: 761px) {
  .l-top-message .p-item__image {
    position: relative;
    min-height: 400px;
  }
}
@media (min-width: 761px) {
  .l-top-message .p-item__image .wp-block-image {
    position: absolute;
    z-index: 10;
    bottom: -1px;
    left: 10%;
  }
}
@media (max-width: 760px) {
  .l-top-message .p-item__image .wp-block-image {
    font-size: 6vw;
    margin-top: 4vw;
    margin-right: auto;
    margin-top: -10vw;
    width: 76vw;
    margin-left: auto;
  }
}
.l-top-message .p-item__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 24px;
}
@media (max-width: 760px) {
  .l-top-message .p-item__title {
    font-size: 6vw;
    margin-top: 4vw;
  }
}
.l-top-message .p-item__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}
@media (max-width: 760px) {
  .l-top-message .p-item__text {
    font-size: 4vw;
    margin-top: 3.5vw;
  }
}
.l-top-message .p-item .en {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  font-size: 20px;
}
@media (max-width: 760px) {
  .l-top-message .p-item .en {
    font-size: 5vw;
    margin-top: 6vw;
    gap: 3vw;
  }
}
.l-top-message .p-item .en:after {
  content: "";
  display: block;
  background: url(images/icon_arrow_circle_black.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .l-top-message .p-item .en:after {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 760px) {
  .l-top-message .p-item .en:after {
    width: 6.6vw;
    height: 6.6vw;
  }
}
.l-top-message__bg {
  position: absolute;
  z-index: -10;
  bottom: -180px;
  left: -250px;
}
@media (max-width: 760px) {
  .l-top-message__bg {
    bottom: -18vw;
    left: -20vw;
    width: 60vw;
  }
}

/**  事業紹介  **/
.l-top-business .p-title-en .is-style-en_title-heading {
  font-size: 80px;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .l-top-business .p-title-en .is-style-en_title-heading {
    font-size: 12vw;
  }
}
.l-top-business .p-title-en h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 760px) {
  .l-top-business .p-title-en h2 {
    font-size: 4.4vw;
    margin-top: 2.5vw;
  }
}
.l-top-business .p-item__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 24px;
}
@media (max-width: 760px) {
  .l-top-business .p-item__title {
    font-size: 6vw;
    margin-top: 4vw;
  }
}
.l-top-business .p-item__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}
@media (max-width: 760px) {
  .l-top-business .p-item__text {
    font-size: 4vw;
    margin-top: 3.5vw;
  }
}
.l-top-business .p-item .en {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  font-size: 20px;
}
@media (max-width: 760px) {
  .l-top-business .p-item .en {
    font-size: 5vw;
    margin-top: 6vw;
    gap: 3vw;
  }
}
.l-top-business .p-item .en:after {
  content: "";
  display: block;
  background: url(images/icon_arrow_circle_black.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .l-top-business .p-item .en:after {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 760px) {
  .l-top-business .p-item .en:after {
    width: 6.6vw;
    height: 6.6vw;
  }
}

/**  オフィス紹介動画  **/
.l-top-movie .p-title-en .is-style-en_title-heading {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: -80px;
  position: relative;
  z-index: 10;
}
@media (max-width: 760px) {
  .l-top-movie .p-title-en .is-style-en_title-heading {
    font-size: 13vw;
    margin-bottom: -11.5vw;
  }
}
.l-top-movie .wp-block-embed__wrapper {
  max-width: 920px;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
}

/**  メンバー  **/
.l-top-member .p-title-en .is-style-en_title-heading {
  font-size: 80px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-top-member .p-title-en .is-style-en_title-heading {
    font-size: 18vw;
  }
}
.l-top-member .p-title-en h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 760px) {
  .l-top-member .p-title-en h2 {
    font-size: 4.4vw;
  }
}
.l-top-member__list .p-item {
  width: 320px;
  transition: 0.3s;
}
.l-top-member__list .p-item:hover .p-item__image::before {
  right: 20px;
}
.l-top-member__list .p-item__image {
  position: relative;
}
.l-top-member__list .p-item__image::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: url(images/icon_arrow_circle_black02.svg) no-repeat center/contain;
  transition: 0.3s;
}
.l-top-member__list .p-item__info {
  margin-top: 15px;
}
.l-top-member__list .p-item h3 {
  font-size: 24px;
}
@media (max-width: 760px) {
  .l-top-member__list .p-item h3 {
    font-size: 5.3vw;
  }
}
.l-top-member__list .p-item h4 {
  font-size: 22px;
  margin-top: 10px;
}
@media (max-width: 760px) {
  .l-top-member__list .p-item h4 {
    font-size: 4.8vw;
    margin-top: 2.5vw;
  }
}
.l-top-member__list .p-item p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
}
@media (max-width: 760px) {
  .l-top-member__list .p-item p {
    font-size: 4.1vw;
    margin-top: 2vw;
  }
}

/**  新着  **/
.l-top-news .p-title-en .is-style-en_title-heading {
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-top-news .p-title-en .is-style-en_title-heading {
    font-size: 16vw;
  }
}
.l-top-news .p-title-en h2 {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-top-news .p-title-en h2 {
    font-size: 4.4vw;
  }
}
.l-top-news .qms4__post-list[data-layout=card][data-num-columns-pc="3"] .qms4__post-list__list {
  gap: 33px;
}
.l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
  margin-top: 18px;
  gap: 2px 10px;
}
.l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) .icon, .l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) .c-postTerms__link, .l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) .qms4__post-list__terms__icon {
  background: none;
  color: #555555;
  padding: 0;
  border: none;
  font-size: 14px;
}
.l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) .icon::before, .l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) .c-postTerms__link::before, .l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) .qms4__post-list__terms__icon::before {
  content: "#";
  padding-right: 2px;
}
.l-top-news .qms4__post-list__post-title.qms4__post-list__post-title:not(:root) {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.l-top-news .qms4__post-list__post-date.qms4__post-list__post-date:not(:root) {
  margin-top: 10px;
  font-size: 15px;
}
.l-top-news .slick-slide {
  display: block !important;
}
@media (max-width: 760px) {
  .l-top-news .qms4__post-list__list {
    padding-bottom: 35px;
  }
}
@media (max-width: 760px) {
  .l-top-news .is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill {
    width: 86%;
  }
}

/** ==========================================================================
*
* システムページ 共通
*
========================================================================== **/
.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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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;
  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 #FC2236;
  position: relative;
  transition: 0.3s;
}
.l-hash.hidden .more_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #FC2236;
  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: #FC2236;
  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-top: 1rem;
  margin-bottom: 5rem;
}
.post-type-archive-news .p-postList__meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 0;
}
@media (max-width: 760px) {
  .post-type-archive-news .p-postList__link {
    display: block;
  }
}
@media (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 #E2D9BA;
  margin-bottom: 2rem;
  width: 100%;
  flex-basis: 100%;
  padding: 0 0 2rem;
}
@media (max-width: 760px) {
  .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 (max-width: 760px) {
  .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-bottom: 5rem;
}
.single-news .p-entry__head .c-pageTitle__main {
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (min-width: 761px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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 (max-width: 760px) {
  .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;
}

.p-404 {
  margin-bottom: 8rem;
}

/** ==========================================================================
*
* フォーム
*
========================================================================== **/
/**  フォームはフッター非表示  **/
/*  .l-footer-cookie
*----------------------------------- */
/* 初期状態で完全に非表示 */
.l-footer-cookie__in {
  display: none; /* 初期状態で非表示 */
}

/* JavaScriptで表示するためのクラス */
.l-footer-cookie__in.js-visible {
  display: block; /* 表示状態 */
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.l-footer-cookie.l-footer-cookie--close {
  display: none;
}
.l-footer-cookie__in {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}
.l-footer-cookie__in.js-load--on {
  opacity: 1;
  visibility: visible;
}
.l-footer-cookie__container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__container {
    width: 100%;
    padding: 5.33333vw;
    display: block;
  }
}
.l-footer-cookie__text {
  width: 850px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__text {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}
.l-footer-cookie__text a {
  text-decoration: underline;
  color: #fff;
}
.l-footer-cookie__text a:hover {
  text-decoration: none;
}
.l-footer-cookie .l-footer-cookie__btn {
  width: 100px;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}
.l-footer-cookie .l-footer-cookie__btn.btn-03 {
  display: inline-block;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  background: #f8f8f8;
  position: relative;
  text-align: center;
  color: #000;
  z-index: 1;
  transition: border-radius 0.3s ease;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
  }
}

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