@charset "UTF-8";
/**
 * Theme Name: Atsumaru Custom Fabric Theme
 * Version: 0.0.1
 * Template: arkhe
 */
:root {
  --fabric--demo-content--display: flex;
  --ark-padding--container: min(100px,5vw);
}

small {
  opacity: 1;
}

/** ==========================================================================
*
* 共通 common
*
========================================================================== **/
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-size: 100%;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
}

.en {
  font-family: "hanken-grotesk", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

.en02 {
  font-family: "alternate-gothic-no-2-d", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.en03 {
  font-family: "hanken-grotesk", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

a:hover img {
  opacity: 0.7;
}

.l-content__body {
  margin: 0 auto 3rem;
}

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

NEWアイコン

------------------------------------ */
.new {
  position: relative;
}

.new:after {
  content: "NEW";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 20px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: #BF000F;
}
@media (max-width: 760px) {
  .new:after {
    font-size: 2vw;
    top: 1.5vw;
    left: 3.5vw;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
  }
}

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

color

------------------------------------ */
:root {
  --arkb-qa_color: var(--qms-accent_color);
  --wp--preset--color--cyan-bluish-gray: #eee;
  --arkb-list_color_icon: var(--qms-accent_color);
}

:root {
  --qms-border_color: #ccc;
  --qms-table_color: #eee;
  --qms-accent_color: #0068B7;
  --qms-accent02_color: #0068B7;
  --arkb-list-icon_color: #0068B7;
  --qms-sub_color: var(--qms-accent_color);
  --qms-icon_color: var(--qms-accent_color);
}

:root {
  --brick--color--dark-background: #F0F4F7;
  --brick--color--flow-current-background: #0068B7;
  --brick--color--accent-background: var(--qms-accent_color);
}

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

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

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

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

luminous popup

------------------------------------ */
.lum-lightbox {
  z-index: 100;
}

.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}

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

pc/sp/tablet 出しわけ

------------------------------------ */
@media (max-width: 760px) {
  .pc {
    display: none;
  }
}
@media (min-width: 761px) {
  .sp {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tablet-none {
    display: none !important;
  }
}

.tablet-show {
  display: none;
}
@media (max-width: 760px) {
  .tablet-show {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tablet-show {
    display: block !important;
  }
}

.page .display-none,
.archive .display-none,
.single .display-none,
.error404 .display-none {
  display: none !important;
}

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

改行

------------------------------------ */
@media (max-width: 760px) {
  .has-text-align-left_sp {
    text-align: left !important;
  }
  .has-text-align-center_sp {
    text-align: center !important;
  }
}
/* ------------------------------------

wp-block-group__inner-container

------------------------------------ */
.wp-block-group__inner-container .is-style-en_title-heading {
  font-family: good-karma-smooth-wide, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: var(--qms-accent_color);
}
.wp-block-group__inner-container h2 {
  font-weight: 700;
}

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

見出し 固定ページ

------------------------------------ */
.c-postContent h1,
.c-postContent h2,
.c-postContent h3,
.c-postContent h4,
.c-postContent h5,
.c-postContent h6 {
  line-height: 1.3;
}

/**  中面 h1見出し  **/
@media (min-width: 761px) {
  .p-topArea {
    min-height: 44vh;
  }
}
.p-topArea .c-pageTitle__main {
  position: relative;
  font-size: 20px;
}

/**  中面 h1見出し(画像なし)  **/
.p-topArea.-noimg {
  background: none;
  padding: 70px 0;
  margin-bottom: 5px;
  min-height: inherit;
}
@media (max-width: 760px) {
  .p-topArea.-noimg {
    padding: 7vw 0;
  }
}
.p-topArea.-noimg .p-topArea__body {
  color: #343434;
  text-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-topArea.-noimg .c-pageTitle {
  text-align: left;
}
.p-topArea.-noimg .c-pageTitle__en {
  font-size: 88px;
  font-weight: 700;
  color: var(--qms-accent_color);
  margin-bottom: 35px;
}
@media (max-width: 760px) {
  .p-topArea.-noimg .c-pageTitle__en {
    font-size: 14vw;
    margin-bottom: 2vw;
  }
}
.p-topArea.-noimg .c-pageTitle__main {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding-left: 13px;
  padding-right: 60px;
}
@media (max-width: 760px) {
  .p-topArea.-noimg .c-pageTitle__main {
    font-size: 3.9vw;
    padding-left: 1vw;
  }
}
.p-topArea.-noimg .c-pageTitle__main::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 46px;
  height: 1px;
  background: #868686;
}

.l-cmn-nav {
  padding: 20px 30px;
  background: #fff;
  border-radius: 13px;
  margin-top: 25px;
}
@media (max-width: 760px) {
  .l-cmn-nav {
    border-radius: 2vw;
    margin-top: 4vw;
    padding: 4vw;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 760px) {
  .l-cmn-nav p {
    width: calc(50% - 4vw);
    text-align: left;
  }
}
.l-cmn-nav a {
  padding: 8px 15px;
  position: relative;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
@media (max-width: 760px) {
  .l-cmn-nav a {
    font-size: 4vw;
    padding: 2.5vw 4vw;
  }
}
.l-cmn-nav a:hover::before {
  right: -3px;
}
.l-cmn-nav a::before {
  content: "";
  position: absolute;
  transition: 0.3s;
  z-index: 10;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background: url(images/icon_arrow_link_blue.svg) no-repeat center/contain;
  width: 10px;
  height: 8px;
}

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

見出し ブロックスタイル

------------------------------------ */
/**  枠線の見出し①  **/
.is-style-border01-heading {
  padding: 20px 22px;
  border: 4px solid var(--qms-accent_color);
}

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

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

/**  下線の見出し②  **/
.is-style-under_line02-heading {
  position: relative;
  padding: 0 0 1rem 0;
  border-bottom: 3px solid var(--qms-accent_color);
}
.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: var(--qms-accent_color) 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(var(--qms-accent_color), 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 var(--qms-accent_color);
}

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

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

見出し カスタム

------------------------------------ */
/**  見出し  **/
.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 {
  position: relative;
}
.p-title-bg .en {
  font-size: 100px;
  line-height: 1.1;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
}
@media (max-width: 760px) {
  .p-title-bg .en {
    font-size: 14vw;
    line-height: 1;
  }
}

/**  見出し 背景に英語  **/
.p-title-bg_top {
  position: relative;
}
.p-title-bg_top .en {
  font-size: 100px;
  line-height: 1.1;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -120%;
}
@media (max-width: 760px) {
  .p-title-bg_top .en {
    font-size: 14vw !important;
    line-height: 1;
    top: -70%;
  }
}

/**  見出し 背景に英語  **/
.p-title-en_small .en {
  color: var(--qms-accent_color);
  padding-top: 6px;
}

.marker-title mark {
  color: #242424 !important;
  padding: 0 0.3em;
  background: linear-gradient(transparent 40%, #fff4b5 0%);
  font-size: 3.2rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .marker-title mark {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.marker-title mark strong {
  color: #ea6000;
}

.marker-title02 mark {
  position: relative;
  color: #242424 !important;
  font-size: 20px;
  background: none !important;
}
@media (max-width: 760px) {
  .marker-title02 mark {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.marker-title02 mark:after {
  content: "";
  position: absolute;
  width: 125%;
  height: 25px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0.3em;
  background: linear-gradient(transparent 40%, #fff4b5 0%);
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
  z-index: -1;
}

/** ==========================================================================
*
* ボタン
*
========================================================================== **/
/* ------------------------------------

ボタン ブロックスタイル

------------------------------------ */
/**  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 {
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  border: 1px solid #919191;
  border-radius: 60px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #fff;
  color: #242424;
  overflow: hidden;
}
@media (min-width: 761px) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    padding: 16px 0;
    width: 345px;
    transition: 0.4s;
  }
}
@media (max-width: 760px) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    max-width: 90vw;
    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: #0068B7;
  content: "";
  transition: transform 0.3s;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover {
  opacity: 0.999;
  color: #fff;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover::after {
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
}

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

/**  fill button  **/
@media (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: 1px solid #FFFFFF;
  border-radius: 48px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #111;
  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 {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a:hover {
  opacity: 0.999;
  border: 1px solid #FFFFFF;
  color: #242424 !important;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a:hover::after {
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
}

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

/**  fill_action01 button  **/
@media (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: 1px solid var(--qms-accent_color);
  border-radius: 48px;
  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 only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
    width: 250px;
  }
}
@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 {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a:hover {
  opacity: 0.999;
  color: var(--qms-accent_color);
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a:hover::after {
  background: url(images/icon_arrow_btn_02_accent.svg) no-repeat center/contain;
}

/**  fill_action02 button  **/
@media (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: 1px solid #fff;
  border-radius: 48px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #FF8000;
  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 only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
    width: 250px;
  }
}
@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 {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover {
  opacity: 0.999;
  color: var(--qms-accent02_color);
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover::after {
  background: url(images/icon_arrow_btn_02_accent.svg) no-repeat center/contain;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .lineup-detail .cv_box .wp-block-columns .wp-block-column {
    flex-basis: 25% !important;
  }
}
/**  anchor  **/
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #242424;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #fff;
  color: #111;
  overflow: hidden;
}
@media (min-width: 761px) {
  .is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
    padding: 16px 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: #242424;
  content: "";
  transition: transform 0.3s;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a::after {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 1em;
  margin-top: -2px;
  width: 10px;
  height: 10px;
  content: " ";
  transform: translateY(-50%) rotate(-135deg);
  border-top: 1px #111 solid;
  border-left: 1px #111 solid;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a:hover {
  opacity: 0.999;
  color: #fff;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a:hover::after {
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
}

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

/**  c-button-more  **/
.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink {
  font-weight: 500;
  text-align: center;
  border: 1px solid #242424;
  border-radius: 38px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #fff;
  color: #111;
  overflow: hidden;
}
@media (min-width: 761px) {
  .c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink {
    width: 345px;
    transition: 0.4s;
  }
}
@media (max-width: 760px) {
  .c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #242424;
  content: "";
  transition: transform 0.3s;
}
.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink:hover {
  opacity: 0.999;
  color: #fff;
}
.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink.c-button-nolink:hover::after {
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
}

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

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

/**  その他ボタン  **/
.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button a {
  border-radius: 0;
  background: #faf6f0;
  color: #242424;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #c1c1c1;
  padding: 28px 0;
  display: block;
  max-width: 371px;
  position: relative;
}
@media (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: 20px;
  height: 20px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  bottom: 9px;
  right: 13px;
}

.hover_img img {
  opacity: 1;
}
.hover_img:hover img {
  opacity: 0.7;
}

/** ==========================================================================
*
* パーツ
*
========================================================================== **/
/**  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;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .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 (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: 20px;
  height: 20px;
  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;
  }
}

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

@media (min-width: 761px) {
  .pc-20 {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 761px) {
  .pc-30 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 761px) {
  .pc-40 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 761px) {
  .pc-50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 761px) {
  .pc-60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 761px) {
  .pc-70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 761px) {
  .pc-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 761px) {
  .pc-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/**  l-button_list  **/
@media (max-width: 760px) {
  .l-button_list .wp-block-button {
    width: 100%;
  }
  .l-button_list .wp-block-button a {
    width: 100%;
  }
}
/**  l-info  **/
@media (max-width: 760px) {
  .l-info .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column + .wp-block-column {
    margin-top: 0.3rem;
  }
}

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

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

/**  2column  **/
@media (max-width: 760px) {
  .l-2column-ph_right,
  .l-2column-ph_right .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
  .l-2column-ph_right .wp-block-column,
  .l-2column-ph_right .ark-block-columns__inner .wp-block-column {
    margin-top: var(--wp-column-gap);
  }
}
/**  l-buttons  **/
.l-buttons {
  margin-bottom: 80px;
  --wp--style--block-gap: 1rem;
}
.l-buttons.l-buttons {
  gap: var(--wp--style--block-gap);
}
@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-buttons a {
  text-decoration: none;
  font-weight: bold;
}

/**  wp-block-media-text  **/
@media (max-width: 760px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: 14vw;
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .l-header__right {
    display: none;
  }
  .l-header__left {
    display: block !important;
  }
  .l-gnav.qms4__mega-menu {
    display: none;
  }
  .l-header__drawerBtn {
    display: block !important;
  }
  .sp-only .l-header__drawerBtn {
    display: none !important;
  }
}
.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: 210px;
  padding: 12px 0 10px;
}
@media (max-width: 760px) {
  .l-header__center {
    width: 100%;
    padding: 8px 0 6px;
  }
}

.l-header__left {
  grid-area: center;
  width: 160px;
  font-size: 10px;
  line-height: 1.4;
  margin-left: 16px;
  color: #3F475D;
  padding: 21px 0 18px;
  display: block;
}
@media (min-width: 761px) {
  .l-header__left .wp-block-columns {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .l-header__left {
    width: 90%;
    padding: 8px 0 6px;
    margin-left: 12px;
  }
}

.l-header__right {
  margin: 0 10px;
  padding: 20px 0;
  z-index: 10;
}

@media (min-width: 761px) {
  .l-header__body.l-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 24px;
    max-width: 100%;
  }
}
.l-header__body .ark-block-columns .ark-block-column {
  max-width: inherit;
  width: auto;
}

@media (max-width: 760px) {
  [data-btns=r-l] .l-header__body {
    grid-template-areas: "left center menu";
    grid-template-columns: calc(50% - var(--ark-drawerW)) 50% var(--ark-drawerW);
  }
}

@media (max-width: 760px) {
  [data-btns=l-r] .l-header__body {
    grid-template-areas: "left center";
    grid-template-columns: 70% 30% !important;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}

@media (min-width: 761px) {
  [data-btns=l-r][data-logo=left] .l-header__body {
    grid-template-areas: "left center right menu";
    grid-template-columns: min-content min-content auto min-content;
  }
}

.l-header__right .wp-block-columns {
  margin-bottom: 0;
}
.l-header__right .l-header-link > .ark-block-columns__inner {
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.l-header__right .l-header-link__link .ark-block-columns__inner {
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.l-header__right .l-header-link__link a {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 12px;
}
.l-header__right .l-header-link__link a[target=_blank] {
  position: relative;
}
.l-header__right .l-header-link__link a[target=_blank]:before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 9px;
  height: 8px;
  top: 50%;
  right: -4px;
  translate: 0 -50%;
  background: url(images/icon_blank.svg) no-repeat center/contain;
}
.l-header__right .l-header-link__button {
  margin-left: 24px;
}
.l-header__right .l-header-link__button a {
  font-size: 13px;
  font-weight: 700;
  padding: 12px;
  background: linear-gradient(135deg, #2D98EA 0, #0068B7 60%);
}

@media (max-width: 760px) {
  .l-header__right .arkb-columns--9.ark-block-columns {
    display: none;
  }
}

@media (min-width: 761px) {
  .sp-only .l-header__drawerBtn {
    display: none;
  }
}

.l-header__drawerBtn {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: #1E1E1E;
}
.l-header__drawerBtn .c-iconBtn__icon {
  width: 17px;
}
.l-header__drawerBtn svg {
  fill: #fff;
}

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

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

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

[data-drawer=opened] .l-header__center {
  color: #fff;
  pointer-events: inherit;
}
[data-drawer=opened] .l-header__left {
  color: #fff;
}
[data-drawer=opened] .l-header__right {
  color: #fff;
  pointer-events: inherit;
}
[data-drawer=opened] .l-header__right .l-header-link__button a {
  background: #fff;
  color: #0068B7;
}
@media (min-width: 761px) {
  [data-drawer=opened] .l-header__center {
    filter: brightness(0) invert(1);
  }
}

.l-gnav.qms4__mega-menu {
  position: sticky;
  z-index: 1;
  top: calc(var(--ark-adminbar_height) + 70px);
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
}
@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: 17px;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item:hover .qms4__mega-menu__item__label {
  background-color: #faf6f0;
}
.l-gnav.qms4__mega-menu .qms4__mega-menu__item__content {
  background-color: #faf6f0;
  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;
}

.qms4__mega-menu__item[data-show-submenu=true] .qms4__mega-menu__item__label a:after,
.qms4__mega-menu__item[data-show-submenu=true] .qms4__mega-menu__item__label span:after {
  border-bottom: 1px solid #4B4B4B;
  border-right: 1px solid #4B4B4B;
  top: 53%;
}

/** ==========================================================================
*
* 中面共通ヘッダー
*
========================================================================== **/
.l-cmn-head {
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
  padding-left: var(--ark-padding--container);
  padding-right: var(--ark-padding--container);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.l-cmn-head__title {
  font-size: 43px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-cmn-head__title {
    font-size: 7vw;
  }
}
.l-cmn-head__sub {
  font-size: 13px;
  font-weight: 900;
}
@media (max-width: 760px) {
  .l-cmn-head__sub {
    font-size: 3.2vw;
  }
}

/** ==========================================================================
*
* フッター
*
========================================================================== **/
.l-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 760px) {
  .l-footer a {
    font-size: 14px;
  }
}
.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;
  }
}

/**  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;
    position: relative;
    padding: 15px;
    text-align: center;
    background: #00B900;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
  }
  .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;
    background: #fff;
    border: 2px solid #AAAAAA;
    padding: 8px;
    text-align: center;
    width: 200px;
    border-radius: 5px;
    transition: 0.3s;
  }
  .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;
    margin-top: 2px;
    line-height: 1.4;
  }
}
@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;
    position: relative;
    padding: 3vw;
    text-align: center;
    background: #00B900;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
  }
  .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;
    background: #fff;
    border: 1.5px solid #AAAAAA;
    padding: 2vw;
    text-align: center;
    width: 44vw;
    border-radius: 5px;
    transition: 0.3s;
  }
  .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;
    margin-top: 0.5vw;
    line-height: 1.4;
  }
}
@media (max-width: 760px) {
  .l-footer-banner {
    padding: 0;
  }
}
.l-footer-banner .ark-block-container__inner {
  padding: 0;
}
.l-footer-banner .ark-block-columns__inner {
  justify-content: center;
}

/**  SNS  **/
.l-footer-sns {
  gap: 16px;
}
@media (max-width: 760px) {
  .l-footer-sns {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2vw;
  }
}
.l-footer-sns a img {
  display: block;
}

.l-footer-sns .l-footer-sns__title {
  flex-basis: fit-content;
  flex-grow: inherit;
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .l-footer-sns .l-footer-sns__title {
    text-align: center;
  }
}
.l-footer-sns .l-footer-sns__title span {
  font-size: 14px;
  font-weight: 500;
}
.l-footer-sns .l-footer-sns__title span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 13px;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #777777;
}
@media (max-width: 760px) {
  .l-footer-sns .l-footer-sns__title span::after {
    content: none;
  }
}

.l-footer-sns .l-footer-sns__link {
  flex-basis: content;
  flex-grow: inherit;
  gap: 23px;
}
.l-footer-sns .l-footer-sns__link .l-footer-sns__link__item {
  flex-basis: content;
  flex-grow: inherit;
  gap: 9px;
}
.l-footer-sns .l-footer-sns__link .wp-block-image {
  margin-bottom: 0;
}

/**  フッター  **/
@media (max-width: 760px) {
  .l-footer-main.l-footer-main.l-footer-main.l-footer-main.l-footer-main {
    width: 100vw;
    left: 0;
    padding-top: 1px;
    padding-bottom: 6vw;
  }
}

.l-footer-main {
  padding: 3.5em var(--ark-padding--container, 48px);
}
@media (max-width: 760px) {
  .l-footer-main .ark-block-container__inner {
    padding: 0;
  }
}

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

.l-footer-main__logo {
  margin-bottom: 0.5em;
}
@media (max-width: 760px) {
  .l-footer-main__logo {
    width: 80%;
    margin: 0 auto;
  }
  .l-footer-main__logo .wp-block-image.logo02 {
    width: 70%;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 1024px) {
  .l-footer-main .p-address {
    display: block;
  }
}
@media (max-width: 760px) {
  .l-footer-main .p-address {
    margin-bottom: 4vw;
  }
}
.l-footer-main .p-address .p-address__item {
  margin: 0 10px;
}
@media print, screen and (max-width: 1024px) {
  .l-footer-main .p-address .p-address__item {
    justify-content: center;
    margin-bottom: 5px;
  }
  .l-footer-main .p-address .p-address__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 760px) {
  .l-footer-main .p-address .p-address__item {
    margin: 0 auto 3vw;
    display: block;
    text-align: center;
  }
}

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

.l-footer-main .p-tel {
  font-weight: 500;
}
.l-footer-main .p-tel a {
  font-size: 31px;
}
@media (max-width: 760px) {
  .l-footer-main .p-tel {
    margin-bottom: 5px;
  }
  .l-footer-main .p-tel a {
    font-size: 7.8vw !important;
  }
}
.l-footer-main .p-tel a::before {
  content: "";
  width: 41px;
  height: 28px;
  display: inline-block;
  background: url(images/icon_free.png) no-repeat center 5px;
  background-size: 100% auto;
  margin-right: 8px;
}
@media (max-width: 760px) {
  .l-footer-main .p-tel a::before {
    width: 39px;
    height: 28px;
  }
}

.l-footer-cv {
  background: linear-gradient(135deg, #0068B7, #2D98EA);
  border: 2px solid #2E98EA;
  border-radius: 49px;
  margin-top: -240px !important;
  box-shadow: 13px 13px 18px rgba(0, 0, 0, 0.06);
}
@media (max-width: 760px) {
  .l-footer-cv {
    margin-top: -46vw !important;
    border-radius: 10vw;
  }
}
.l-footer-cv .p-item {
  min-height: 377px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 760px) {
  .l-footer-cv .p-item {
    min-height: auto;
    padding: 8vw 4vw 7vw 2vw;
  }
}
.l-footer-cv .p-item:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 60%;
  background: #fff;
  position: absolute;
  top: 20%;
  right: 0;
  opacity: 0.16;
}
@media (max-width: 760px) {
  .l-footer-cv .p-item:not(:last-child)::before {
    width: 80%;
    height: 2px;
    top: auto;
    bottom: 0;
    left: 10%;
    right: auto;
  }
}
.l-footer-cv .p-item__en {
  font-size: 55px;
  font-weight: 900;
  position: relative;
}
@media (max-width: 760px) {
  .l-footer-cv .p-item__en {
    font-size: 10vw;
  }
}
.l-footer-cv .p-item__en::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -60px;
  translate: 0 -50%;
  background: url(images/icon_footer_arrow.svg) no-repeat center/contain;
  width: 33px;
  height: 33px;
}
@media (max-width: 760px) {
  .l-footer-cv .p-item__en::before {
    right: -8vw;
    width: 6vw;
    height: 6vw;
  }
}
.l-footer-cv .p-item__title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 760px) {
  .l-footer-cv .p-item__title {
    font-size: 4.2vw;
    margin-top: 2vw;
  }
}
.l-footer-cv .p-item[target=_blank] .p-item__title:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -18px;
  translate: 0 -50%;
  background: url(images/icon_blank_wh.svg) no-repeat center/contain;
  width: 9px;
  height: 8px;
}

.l-footer-cv-sp {
  margin-left: -5vw;
  margin-right: -5vw;
}
.l-footer-cv-sp .p-item {
  min-height: 37vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8vw 4vw 7vw 2vw;
  box-shadow: 13px 13px 18px rgba(0, 0, 0, 0.06);
}
.l-footer-cv-sp .p-item:nth-child(odd) {
  background: linear-gradient(120deg, #0068B7, #2D98EA);
}
.l-footer-cv-sp .p-item:nth-child(even) {
  background: linear-gradient(60deg, #2D98EA, #0068B7);
}
.l-footer-cv-sp .p-item::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 5vw;
  translate: 0 -50%;
  background: url(images/icon_footer_arrow.svg) no-repeat center/contain;
  width: 33px;
  height: 33px;
}
.l-footer-cv-sp .p-item__en {
  font-size: 8.4vw;
  font-weight: 900;
  position: relative;
}
.l-footer-cv-sp .p-item__title {
  font-size: 4.3vw;
  margin-top: 2vw;
  font-weight: 700;
  position: relative;
}
.l-footer-cv-sp .p-item[target=_blank] .p-item__title:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -18px;
  translate: 0 -50%;
  background: url(images/icon_blank_wh.svg) no-repeat center/contain;
  width: 9px;
  height: 8px;
}

.l-footer-info.ark-block-column {
  width: 400px;
}
.l-footer-info .p-name {
  font-size: 16px;
  font-weight: 700;
}
.l-footer-info .p-address {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.l-footer-info .p-address a {
  color: #81B9E5;
  text-decoration: none;
}
.l-footer-info .p-link {
  gap: 34px;
}
.l-footer-info .p-link .p-sns {
  gap: 14px;
}
.l-footer-info .p-link .p-link-text {
  font-size: 14px;
  font-weight: 500;
}

.l-footer-sitemap.ark-block-column {
  width: calc(100% - 400px - var(--arkb-gap--x) - var(--arkb-gap--x));
}
@media print, screen and (max-width: 1180px) {
  .l-footer-sitemap {
    width: 100%;
    padding-left: 0;
  }
}
.l-footer-sitemap.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: auto;
}
.l-footer-sitemap .has-small-font-size {
  font-size: 1.4rem !important;
}
.l-footer-sitemap .has-xsmall-font-size {
  font-size: 1.2rem !important;
}
.l-footer-sitemap .ark-block-column.ark-keep-mt--s {
  width: auto;
  max-width: inherit;
  margin: 0 65px 0 0;
  white-space: nowrap;
}
.l-footer-sitemap .ark-block-column.ark-keep-mt--s:last-child {
  margin: 0 0 0 0;
}
@media print, screen and (max-width: 768px) {
  .l-footer-sitemap .ark-block-column.ark-keep-mt--s {
    margin: 0 3vw 0 0;
  }
}
.l-footer-sitemap .ark-block-columns__inner {
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-footer-sitemap .p-main {
    margin-bottom: 16px;
  }
}
@media (max-width: 760px) {
  .l-footer-sitemap .p-main a {
    width: 90vw;
    display: block;
    font-size: 16px;
    background: #1675BE;
    padding: 2px 14px;
  }
}
@media (max-width: 760px) {
  .l-footer-sitemap .p-main.no-link {
    width: 90vw;
    display: block;
    font-size: 16px;
    background: #1675BE;
    padding: 2px 14px;
  }
}
@media (max-width: 760px) {
  .l-footer-sitemap .p-sub {
    margin-bottom: 12px;
  }
}

.l-footer__foot {
  background-color: #1E1E1E;
  color: #fff;
  padding: 51px 0;
}
@media (max-width: 760px) {
  .l-footer__foot {
    padding: 10vw 5vw;
  }
}
.l-footer__foot .c-copyright {
  font-size: 12px;
  font-weight: 400;
}

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

.l-fixed-footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  border-top: 1px solid #d5d5d5;
}
.l-fixed-footer .l-fixed-footer__item {
  position: relative;
}
.l-fixed-footer .l-fixed-footer__item p {
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.l-fixed-footer .l-fixed-footer__item a {
  padding: 3vw 0;
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1.2;
}

.l-footer__widgets {
  padding: 0;
}

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

.p-drawer {
  padding-bottom: 0;
}
@media (min-width: 761px) {
  .p-drawer {
    height: 687px !important;
    max-height: 100vh !important;
    background: #0068B7;
    color: #fff;
  }
}
@media (max-width: 760px) {
  .p-drawer {
    background: #fff;
  }
}
@media (max-width: 760px) {
  .p-drawer .p-drawer__inner {
    background: #0068B7;
    color: #fff;
  }
}

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

.p-drawer__body {
  padding: 0;
}
.p-drawer__body .p-drawer__close {
  display: none;
}
.p-drawer__body .c-drawerNav {
  border: none;
}
.p-drawer__body .w-drawerBottom {
  margin-top: 0;
}
.p-drawer__body .c-widget + .c-widget {
  margin-top: 0;
}
.p-drawer__body .l-menu-main {
  /**  SNS  **/
}
.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 {
  width: calc(100% - 420px);
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap .p-main {
    margin-bottom: 16px;
  }
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap .p-main a {
    width: 90vw;
    display: block;
    font-size: 16px;
    background: #1675BE;
    padding: 2px 14px;
  }
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap .p-main.no-link {
    width: 90vw;
    display: block;
    font-size: 16px;
    background: #1675BE;
    padding: 2px 14px;
  }
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .ark-block-columns .l-menu-sitemap .p-sub {
    margin-bottom: 12px;
    padding: 0 8px;
  }
}
.p-drawer__body .l-menu-main .ark-block-columns .l-menu-info {
  width: 375px;
}
.p-drawer__body .l-menu-main .l-menu-sns {
  gap: 16px;
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .l-menu-sns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.p-drawer__body .l-menu-main .l-menu-sns .l-menu-sns__title {
  flex-basis: fit-content;
  flex-grow: inherit;
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .p-drawer__body .l-menu-main .l-menu-sns .l-menu-sns__title {
    text-align: center;
  }
}
.p-drawer__body .l-menu-main .l-menu-sns .l-menu-sns__title span {
  font-size: 14px;
  font-weight: 500;
}
.p-drawer__body .l-menu-main .l-menu-sns .l-menu-sns__title span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 13px;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
}
@media (max-width: 760px) {
  .p-drawer__body .l-menu-main .l-menu-sns .l-menu-sns__title span::after {
    content: none;
  }
}
.p-drawer__body .l-menu-main .l-menu-sns .l-menu-sns__link {
  flex-basis: content;
  flex-grow: inherit;
  gap: 23px;
}
.p-drawer__body .l-menu-main .l-menu-sns .l-menu-sns__link .l-menu-sns__link__item {
  flex-basis: content;
  flex-grow: inherit;
  gap: 9px;
}
.p-drawer__body .l-menu-main .l-menu-sns .l-menu-sns__link .wp-block-image {
  margin-bottom: 0;
}

.qms4__panel-menu__item__label {
  font-size: 14px;
}

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

.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;
  font-size: 14px;
}

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

.qms4__panel-menu__front .qms4__panel-menu__item:last-child {
  border-bottom: 1px solid #c9c9c9;
}

/** ==========================================================================
*
* 背景
*
========================================================================== **/
.l-bg {
  position: absolute;
  z-index: -10;
  width: 100vw;
  top: 0;
  right: 0;
}
.l-bg__inner {
  width: 100%;
  aspect-ratio: 1440/997;
  position: relative;
}
@media (max-width: 760px) {
  .l-bg__inner {
    aspect-ratio: 390/567;
  }
}
.l-bg__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(244, 244, 244, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-bg__inner::after {
  content: "";
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.l-bg .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
}
.l-bg__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.l-bg__image::before {
  content: "";
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-bg__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/** ==========================================================================
*
* パンくず
*
========================================================================== **/
.p-breadcrumb {
  display: none;
}

.p-breadcrumb .p-breadcrumb__text {
  font-size: 12px;
}

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

/** ==========================================================================
*
* カレンダー
*
========================================================================== **/
.qms4__block__event-calendar__display-list .qms4__block__event-calendar__display-list-item__thumbnail img {
  border: none;
  aspect-ratio: 3/2;
}

.qms4__block__event-calendar__month-header {
  grid-template-columns: 1fr;
}

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

@media print, screen and (max-width: 1000px) {
  .home .qms4__block__event-calendar[data-show-posts=false] {
    gap: 5vw;
    width: 90vw;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  .qms4__block__event-calendar__display {
    margin-top: 5vw;
  }
  .home .qms4__block__event-calendar[data-show-posts=false] {
    display: block;
  }
}
/** ==========================================================================
*
* TOP
*
========================================================================== **/
.home .c-postContent > * {
  margin-top: 0;
}
.home .l-content {
  z-index: 1;
}
.home .l-bg {
  position: fixed;
  height: 100%;
}
.home .l-bg .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
}
.home .l-bg__inner {
  height: 100%;
}
.home .l-bg__inner::before, .home .l-bg__inner::after {
  content: none;
}
.home .l-bg__image::before {
  content: none;
}
.home .l-bg__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home .l-footer {
  margin-top: 0;
}

.home .l-wrapper {
  position: relative;
}
.home .l-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -160px;
  left: 0;
  width: 100%;
  height: 240px;
  background: #fff;
}
@media (max-width: 760px) {
  .home .l-wrapper::before {
    height: 45vw;
    top: -30vw;
  }
}

.c-postContent > .l-top-visual {
  margin-top: -60px !important;
}
@media (max-width: 760px) {
  .c-postContent > .l-top-visual {
    margin-top: -12vw !important;
  }
}

.l-top-visual {
  position: relative;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: -1px;
}
@media (max-width: 760px) {
  .l-top-visual {
    padding-bottom: 12vw;
  }
}
.l-top-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 32px;
  background: #fff;
}
@media (max-width: 760px) {
  .l-top-visual::after {
    height: 30vw;
  }
}
.l-top-visual__text {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: -1px;
}
.l-top-visual__text-inner {
  display: flex;
  width: max-content;
  animation: visual-text-top 40s linear infinite;
}
.l-top-visual .p-adventure-mask {
  width: 1508px;
  display: flex;
}
@media (max-width: 760px) {
  .l-top-visual .p-adventure-mask {
    width: 300vw;
  }
}
@keyframes visual-text-top {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l-top-visual__text-inner.reverse {
  animation: visual-text-top-reverse 40s linear infinite;
}
@keyframes visual-text-top-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.l-top-visual__line {
  margin-bottom: -1px;
  width: 100%;
  background: #fff;
  scale: 100% 100%;
  transform-origin: left;
}
.l-top-visual__line.line01 {
  height: 150px;
  animation: slide-right-to-left 1s ease 1.5s forwards;
}
@media (max-width: 760px) {
  .l-top-visual__line.line01 {
    height: 30vw;
  }
}
.l-top-visual__line.line02 {
  height: 38px;
}
@media (max-width: 760px) {
  .l-top-visual__line.line02 {
    height: 7.1vw;
  }
}
.l-top-visual__line.line03 {
  height: 150px;
  animation: slide-right-to-left 1s ease 1.5s forwards;
}
@media (max-width: 760px) {
  .l-top-visual__line.line03 {
    height: 30vw;
  }
}
@keyframes slide-right-to-left {
  0% {
    scale: 100% 100%;
  }
  100% {
    scale: 0% 100%;
  }
}
.l-top-visual__title {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 465px;
}
@media (max-width: 760px) {
  .l-top-visual__title {
    width: 71vw;
    top: 15%;
    left: 50%;
    translate: -50% 0;
  }
}
@media (min-width: 761px) {
  .l-top-visual .p-item-news {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    right: 35px;
    width: 454px;
  }
}
@media (max-width: 760px) {
  .l-top-visual .p-item-news {
    width: 100vw;
  }
}
.l-top-visual .p-item-news.active {
  display: none;
}
.l-top-visual .p-item-news__inner {
  position: relative;
}
.l-top-visual .p-item-news__inner::after {
  z-index: 9999;
  position: absolute;
  top: -11px;
  right: -13px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3B3B3B;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  color: #fff;
  content: "×";
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 760px) {
  .l-top-visual .p-item-news__inner::after {
    content: none;
  }
}
.l-top-visual .p-item-news a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 13px;
  background: #fff;
  border: 1px solid #4D4D4D;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 760px) {
  .l-top-visual .p-item-news a {
    border-left: none;
    border-right: none;
    padding: 6vw 5vw;
  }
}
.l-top-visual .p-item-news__image {
  width: 226px;
  border: 1px solid #D6D6D6;
}
@media (max-width: 760px) {
  .l-top-visual .p-item-news__image {
    width: 42vw;
  }
}
.l-top-visual .p-item-news__image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
}
.l-top-visual .p-item-news__info {
  width: 180px;
  align-self: center;
}
@media (max-width: 760px) {
  .l-top-visual .p-item-news__info {
    width: 44vw;
  }
}
.l-top-visual .p-item-news__post-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.l-top-visual .p-item-news .p-postList__icon {
  margin-top: 4px;
}
.l-top-visual .p-item-news__post-title {
  margin-top: 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.l-top-banner {
  position: fixed;
  z-index: 1000;
  left: 25px;
  bottom: 30px;
}
.l-top-banner .is-layout-flex {
  gap: 15px;
}

.l-top-concept {
  position: relative;
  margin-bottom: -1px;
}
.l-top-concept::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 1px;
  height: 112px;
  background: #797979;
}
@media (max-width: 760px) {
  .l-top-concept::before {
    height: 26vw;
  }
}
.l-top-concept::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 1px;
  height: 125px;
  background: #797979;
}
@media (max-width: 760px) {
  .l-top-concept::after {
    height: 26vw;
  }
}
.l-top-concept__text {
  font-size: 29px;
  font-weight: 700;
  line-height: 2.2;
}
@media (max-width: 760px) {
  .l-top-concept__text {
    font-size: 4.4vw;
    margin-top: 1vw;
  }
}

.l-top-flow {
  margin-bottom: -1px;
}
.l-top-flow__title {
  font-size: 31px;
  font-weight: 900;
}
@media (max-width: 760px) {
  .l-top-flow__title {
    font-size: 6vw;
  }
}

.l-top-member {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-bottom: -1px;
}
.l-top-member::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 260px;
  clip-path: polygon(0 0, 0 100%, 100% 55%, 100% 0);
  background: #fff;
}
@media (max-width: 760px) {
  .l-top-member::before {
    height: 14.4vw;
  }
}
.l-top-member .ark-block-section__body {
  position: relative;
}
.l-top-member .ark-block-section__body::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -1px;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 260px;
  clip-path: polygon(0 55%, 0 100%, 100% 100%, 100% 0);
  background: #F4F4F4;
}
@media (max-width: 760px) {
  .l-top-member .ark-block-section__body::before {
    height: 14.4vw;
  }
}
.l-top-member .arkb-section--8 {
  --arkb-padding: 4rem 0rem 8rem 0rem;
}
.l-top-member .arkb-section--9 {
  --arkb-padding: 0rem 0rem 2rem 0rem;
}
.l-top-member__link {
  position: absolute;
  z-index: 100;
  bottom: 11%;
  left: 63%;
}
@media (max-width: 760px) {
  .l-top-member__link {
    right: 6vw;
    bottom: 0;
    left: auto;
  }
}
@media (max-width: 760px) {
  .l-top-member__image {
    margin-top: -18vw;
  }
}

.l-top-business {
  margin-bottom: -1px;
}
.l-top-business__sub {
  font-size: 20px;
  font-weight: 700;
}
.l-top-business__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 148px;
  position: relative;
}
@media (max-width: 760px) {
  .l-top-business__title {
    font-size: 6.6vw;
    padding-bottom: 14vw;
  }
}
.l-top-business__title::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 9px;
  height: 114px;
  background: url(images/business_figure_arrow.svg) no-repeat center/contain;
}
@media (max-width: 760px) {
  .l-top-business__title::after {
    height: 10vw;
    background: url(images/business_figure_arrow_sp.svg) no-repeat center/contain;
  }
}
.l-top-business .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  width: 267px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #0068B7;
  background: none;
}
.l-top-business .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  width: 32px;
  height: 32px;
  right: 12px;
}

.l-top-attitude {
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: -1px;
}
.l-top-attitude::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1E1E1E;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.l-top-attitude::after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #1e1e1e 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 10px 10px;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.l-top-attitude__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  .l-top-attitude__title {
    font-size: 4.4vw;
  }
}
.l-top-attitude__title::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -12px;
  left: 50%;
  translate: -50% 0;
  width: 14px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
}
.l-top-attitude__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .l-top-attitude__text {
    font-size: 4.3vw;
  }
}

.l-top-client {
  margin-bottom: -1px;
}
.l-top-client__en {
  margin-bottom: clamp(-130px, -5.3333vw - 44.67px, -10px);
  font-size: min(189px, 11.8125vw);
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-top-client__en {
    font-size: 16vw;
    margin-bottom: -28vw;
  }
}
.l-top-client__sub {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 760px) {
  .l-top-client__sub {
    font-size: 5.4vw;
  }
}
.l-top-client__title {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .l-top-client__title {
    font-size: 4.3vw;
    margin-top: 14vw;
  }
}
.l-top-client__link {
  text-align: center;
}
.l-top-client__link a {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
}
.l-top-client__link a::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 32px;
  height: 32px;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
}

.l-top-news {
  margin-bottom: -1px;
}
.l-top-news__title__cover {
  text-align: center;
}
.l-top-news__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #0068B7;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.l-top-news__title::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -12px;
  left: 50%;
  translate: -50% 0;
  width: 14px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #0068B7;
}
.l-top-news .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-date {
  width: auto;
  margin-top: 16px;
}
.l-top-news .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__terms {
  align-items: end;
  margin-left: 8px;
}
.l-top-news .p-postList__thumb .c-postThumb__figure {
  padding-top: 56.25%;
}
.l-top-news .p-postList__thumb .c-postThumb__figure img {
  -o-object-fit: contain;
  object-fit: contain;
}
.l-top-news__button .ark-block-button a {
  box-shadow: none;
  border: 1px solid #555555;
}
@media (min-width: 761px) {
  .l-top-news__button .ark-block-button:not(:last-child) a {
    border-right: none;
  }
}
@media (max-width: 760px) {
  .l-top-news__button .ark-block-button:not(:last-child) a {
    border-right: 1px solid #555555;
    border-bottom: none;
  }
}
.l-top-news__button .ark-block-button__link {
  font-size: 16px;
  font-weight: 500;
  padding: 18px 40px;
  position: relative;
}
.l-top-news__button .ark-block-button__link::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 13px;
  height: 9px;
  right: 12px;
  top: 50%;
  translate: 0 -50%;
  background: url(images/icon_arrow_drawer_btn_black.svg) no-repeat center/contain;
}

.l-top-about {
  margin-bottom: -1px;
}
.l-top-about__title__cover {
  text-align: center;
}
.l-top-about__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #0068B7;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.l-top-about__title::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -12px;
  left: 50%;
  translate: -50% 0;
  width: 14px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #0068B7;
}
.l-top-about .p-item {
  border: 1px solid #939393;
  background: #fff;
  padding: 40px 70px 50px;
  position: relative;
}
@media (max-width: 760px) {
  .l-top-about .p-item {
    padding: 6vw 5vw;
  }
}
.l-top-about .p-item::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  width: 33px;
  height: 33px;
  background: url(images/icon_arrow_btn_01_accent.svg) no-repeat center/contain;
}
@media (max-width: 760px) {
  .l-top-about .p-item::after {
    right: 9px;
    width: 23px;
    height: 23px;
    top: auto;
    bottom: 9px;
    translate: none;
  }
}

#blog-slider .qms4__post-list__list {
  gap: 2.25%;
  display: grid;
}
#blog-slider .qms4__post-list__post-thumbnail {
  overflow: hidden;
  width: 100%;
}
#blog-slider .slick-slide {
  margin: 0 8vw;
  display: block !important;
}
#blog-slider .slick-dots {
  margin-top: 20px !important;
  display: flex;
  justify-content: center;
  position: static;
  gap: 9px;
}
#blog-slider .slick-dots li,
#blog-slider .slick-dots button {
  margin: 0;
  width: 8px;
  height: 8px;
}

/** ==========================================================================
*
* システムページ 共通
*
========================================================================== **/
/**  カテゴリ絞り込み  **/
.l-search {
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
  padding-left: var(--ark-padding--container);
  padding-right: var(--ark-padding--container);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.l-search__inner.ark-block-container:not(.has-inner) {
  padding: 25px 0;
}
@media (max-width: 760px) {
  .l-search__inner.ark-block-container:not(.has-inner) {
    padding: 4vw 4vw 8vw;
  }
}
.l-search__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.l-search__title:not(:first-child) {
  margin-top: 15px;
}
.l-search .widget.qms4__term-list {
  margin-top: 10px;
  justify-content: flex-start;
}
.l-search .widget__main-list:not(:root) {
  gap: 8px;
}
.l-search .widget__main-list:not(:root) li {
  border: none;
  background: #EAEAEA;
  color: #5D5D5D;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-search .widget__main-list:not(:root) li {
    font-size: 1.3rem;
  }
}
.l-search .widget__main-list:not(:root) li.active {
  background-color: var(--qms-accent02_color);
  border-color: var(--qms-accent02_color);
  color: #fff;
}
.l-search .widget__main-list:not(:root) a {
  padding: 2px 12px;
}
@media (max-width: 760px) {
  .l-search .widget__main-list:not(:root) a {
    padding: 0 0.8rem;
  }
}

.widget__main-month:not(:root) {
  font-size: 1.1em;
}
@media (max-width: 760px) {
  .widget__main-month:not(:root) {
    font-size: 0.9em;
  }
}
.widget__main-month:not(:root) li.active {
  background-color: var(--qms-accent02_color);
  border-color: var(--qms-accent02_color);
}

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

.widget__main-list:not(:root) li.active {
  background-color: var(--qms-accent02_color);
  border-color: var(--qms-accent02_color);
  color: #fff;
}

.p-postList.-type-card {
  margin-left: -2%;
  margin-right: -2%;
}

.p-postList.-type-card .p-postList__item {
  padding: 0 2%;
  margin-bottom: 6rem;
}
@media (max-width: 760px) {
  .p-postList.-type-card .p-postList__item {
    margin-bottom: 4rem;
  }
}

.p-postList.-type-card .p-postList__body {
  padding-top: 1.5rem;
}

.p-postList .p-postList__thumb {
  background: #fff;
}

.p-postList .p-postList__title {
  font-size: 17px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 760px) {
  .p-postList .p-postList__title {
    font-size: 1.7rem;
    -webkit-line-clamp: 3;
  }
}

.c-postTimes__item {
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 760px) {
  .c-postTimes__item {
    font-size: 1.3rem;
    -webkit-line-clamp: 3;
  }
}

.p-postList__excerpt {
  font-size: 17px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 760px) {
  .p-postList__excerpt {
    font-size: 1.7rem;
    -webkit-line-clamp: 3;
  }
}

.p-postList__name {
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 760px) {
  .p-postList__name {
    font-size: 1.3rem;
    -webkit-line-clamp: 3;
  }
}

.p-postList__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  margin-top: 12px;
  padding: 0;
  list-style: none;
}

.p-postListVideo {
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 760px) {
  .p-postListVideo {
    margin-bottom: 5vw;
  }
}
.p-postListVideo iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

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

.p-postList__body .p-info {
  font-size: 0.9rem;
  background: #F0F4F7;
  padding: 16px 16px 14px;
  margin-top: 14px;
}
.p-postList__body .p-info__icon {
  display: flex;
  margin-bottom: 2px;
}
.p-postList__body .p-info__title {
  padding-left: 13px;
  width: 24%;
  margin-right: 2%;
  position: relative;
}
@media (min-width: 761px) {
  .p-postList__body .p-info__title {
    min-width: 90px;
  }
}
.p-postList__body .p-info__title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 5px;
  background: var(--qms-sub_color);
}
.p-postList__body .p-info__text {
  width: 74%;
}
.p-postList__body .p-info__price .p-info__text, .p-postList__body .p-info__monthly_payment .p-info__text {
  font-weight: bold;
  font-size: 1.09rem;
  color: var(--qms-sub_color);
}
.p-postList__body .p-info__price {
  align-items: 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);
}

.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: #848790;
}

.qms4__post-list__terms--taxonomy-works__hash .qms4__post-list__terms__icon,
.p-postList__hash .icon {
  color: #111;
}

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

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

.c-postMetas__icon {
  display: none;
}

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

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

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

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

/**  ページネーション  **/
.page-numbers, .post-page-numbers {
  background: #fff;
  color: #484848;
  border: 1px solid #A2A2A2;
  border-radius: 40px;
  margin: 0 4px;
}
@media (min-width: 600px) {
  .page-numbers, .post-page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}
.page-numbers:not(.dots).current, .page-numbers:not(.dots):hover, .post-page-numbers:not(.dots).current, .post-page-numbers:not(.dots):hover {
  background: #0068B7;
  color: #fff;
}

.pagination .next, .pagination .prev {
  display: block;
  color: #343434;
  background: #343434;
  border: none;
  position: relative;
  border-radius: 46px;
  width: 36px;
  height: 36px;
  margin: 0 8px;
}
@media (min-width: 600px) {
  .pagination .next, .pagination .prev {
    width: 46px;
    height: 46px;
    margin: 0 20px;
  }
}
.pagination .next:not(.dots).current, .pagination .next:not(.dots):hover, .pagination .prev:not(.dots).current, .pagination .prev:not(.dots):hover {
  background: #0068B7;
  color: #0068B7;
}
.pagination .next:before, .pagination .prev:before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 10px;
  content: "";
}
.pagination .next:after, .pagination .prev:after {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 600;
  font-size: 17px;
  position: absolute;
  z-index: 10;
  top: 50%;
  translate: 0 -50%;
  color: #676767;
}
@media (min-width: 600px) {
  .pagination .next:after, .pagination .prev:after {
    font-size: 17px;
  }
}

.pagination .next:before {
  background: url(./images/icon_arrow_pagination_next.svg) no-repeat center/contain;
}
.pagination .next::after {
  content: "Next";
  right: auto;
  left: 42px;
}
@media (min-width: 600px) {
  .pagination .next::after {
    left: 58px;
  }
}

.pagination .prev:before {
  background: url(./images/icon_arrow_pagination_prev.svg) no-repeat center/contain;
}
.pagination .prev::after {
  content: "Prev";
  left: auto;
  right: 42px;
}
@media (min-width: 600px) {
  .pagination .prev::after {
    right: 58px;
  }
}

/**  投稿一覧ブロック  **/
.qms4__post-list__list-item.qms4__post-list__list-item a {
  display: flex;
  flex-wrap: wrap;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-thumbnail img {
  border: 1px solid #eee;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-title {
  margin-top: 12px;
  width: 100%;
  font-weight: 500;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__html {
  width: 100%;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__terms {
  max-height: 48px;
  overflow: hidden;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__terms__icon {
  margin-right: 2px;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__area {
  margin-right: 4px;
  max-height: 22px;
  overflow: hidden;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-date {
  width: 100%;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__terms--taxonomy-works__hash {
  width: 100%;
  gap: 7px 4px;
}

/**  詳細 レイアウト  **/
body.single {
  background: #fff;
}
body.single .l-bg__inner::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.single .l-content__body {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 761px) {
  .single .l-main__body {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .single .l-main__body > .c-postContent {
    margin-top: 2rem;
  }
}

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

.single .p-entry__head .c-pageTitle__main {
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 760px) {
  .single .p-entry__head .c-pageTitle__main {
    font-size: 2rem;
  }
}
.single .p-entry__head .c-postTimes__item {
  font-size: 1.7rem;
  margin-right: 1rem;
}
.single .p-entry__head .icon, .single .p-entry__head .c-postTerms__link, .single .p-entry__head .qms4__post-list__terms__icon {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  pointer-events: none;
}
.single .p-entry__head .p-entry__thumb {
  border: 1px solid #eee;
  margin: 1.4rem auto 0;
}
@media (max-width: 760px) {
  .single .p-entry__head .p-entry__thumb {
    margin-top: 0;
  }
}
.single .p-entry__head .p-entry__thumb img {
  height: auto;
  object-fit: cover;
}

.single .c-postMetas {
  margin-bottom: 25px;
}
@media (max-width: 760px) {
  .single .c-postMetas {
    margin-bottom: 3rem;
  }
}
.single .c-postMetas .c-postIcon .p-postList__icon {
  justify-content: center;
}

.single-news .p-entry__head,
.single-event .p-entry__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem 0;
}
@media (max-width: 760px) {
  .single-news .p-entry__head,
  .single-event .p-entry__head {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.single-news .p-entry__head .c-pageTitle__main,
.single-event .p-entry__head .c-pageTitle__main {
  text-align: left;
}
@media (max-width: 760px) {
  .single-news .p-entry__head .c-pageTitle__main,
  .single-event .p-entry__head .c-pageTitle__main {
    text-align: center;
  }
}
.single-news .p-entry__head .p-entry__thumb,
.single-event .p-entry__head .p-entry__thumb {
  width: 50%;
  margin: 0;
}
@media (max-width: 760px) {
  .single-news .p-entry__head .p-entry__thumb,
  .single-event .p-entry__head .p-entry__thumb {
    width: 100%;
  }
}
.single-news .p-entry__head .c-postMetas,
.single-event .p-entry__head .c-postMetas {
  width: 46%;
  display: block;
  margin: 0;
  align-self: center;
}
@media (max-width: 760px) {
  .single-news .p-entry__head .c-postMetas,
  .single-event .p-entry__head .c-postMetas {
    width: 100%;
  }
}
.single-news .p-entry__head .c-postMetas .c-postIcon .p-postList__icon,
.single-event .p-entry__head .c-postMetas .c-postIcon .p-postList__icon {
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .single-news .p-entry__head .c-postMetas .c-postIcon .p-postList__icon,
  .single-event .p-entry__head .c-postMetas .c-postIcon .p-postList__icon {
    justify-content: center;
  }
}
.single-news .p-entry__head .u-flex--aicw,
.single-event .p-entry__head .u-flex--aicw {
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .single-news .p-entry__head .u-flex--aicw,
  .single-event .p-entry__head .u-flex--aicw {
    justify-content: center;
  }
}

.single-event .p-entry__head .p-entry__title {
  width: 100%;
}
.single-event .p-entry__head .p-entry__table dl {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #C3C3C3;
}
.single-event .p-entry__head .p-entry__table dt {
  width: 20%;
  font-size: 16px;
  font-weight: 700;
}
.single-event .p-entry__head .p-entry__table dd {
  width: 80%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}
.single-event .p-entry__head .c-postIcon .p-postList__icon {
  margin-top: 28px;
}

.single .c-postIcon-member {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.single .c-postIcon-member .p-postList__hash {
  margin-left: 12px;
}

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

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

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

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

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

/** ==========================================================================
*
* メンバー紹介
*
========================================================================== **/
/**  一覧   **/
.post-type-archive-member .l-main {
  margin-bottom: 15rem;
}
@media (max-width: 760px) {
  .post-type-archive-member .l-main {
    margin-bottom: 6rem;
  }
}
.post-type-archive-member .p-postList.-type-card {
  background: #fff;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 761px) {
  .post-type-archive-member .p-postList.-type-card {
    padding: 55px 36px 28px;
    margin-bottom: 60px;
  }
}
@media (max-width: 760px) {
  .post-type-archive-member .p-postList.-type-card {
    padding: 7vw 4vw 4vw;
  }
}
.post-type-archive-member .p-postList.-type-card .p-postList__item {
  margin-bottom: 3.2rem;
}
@media (min-width: 761px) {
  .post-type-archive-member .p-postList.-type-card .p-postList__item {
    padding: 0px 1.8rem;
  }
}
.post-type-archive-member .p-postList.-type-card .p-postList__item a {
  position: relative;
  display: block;
  background: #F5F5F5;
}
.post-type-archive-member .p-postList.-type-card .p-postList__item a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(./images/icom_member_plus.svg) no-repeat center/contain;
  bottom: 7px;
  right: 7px;
}
.post-type-archive-member .p-postList.-type-card .p-postList__body {
  padding: 14px 20px 18px;
}
.post-type-archive-member .p-postList.-type-card .p-postList__title {
  font-size: 17px;
  font-weight: 500;
}
.post-type-archive-member .p-postList.-type-card .p-postList__info {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #D1D1D1;
}
.post-type-archive-member .p-postList.-type-card .p-postList__team {
  font-size: 14px;
  font-weight: 500;
  color: #0068B7;
}
.post-type-archive-member .p-postList.-type-card .p-postList__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.post-type-archive-member .p-postList.-type-card .p-postList__position {
  font-size: 12px;
  font-weight: 500;
}
.post-type-archive-member .p-postList.-type-card .p-postList__fullname {
  font-size: 17px;
  font-weight: 500;
}
.post-type-archive-member .p-postList.-type-card .p-item__detail {
  display: none;
}
.post-type-archive-member .p-postList .p-postList__thumb .c-postThumb__figure img {
  -o-object-fit: cover;
  object-fit: cover;
}

.post-type-archive-member .p-item__detail__title {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__title {
    font-size: 6vw;
  }
}
.post-type-archive-member .p-item__detail__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__contents {
    flex-wrap: wrap;
    gap: 5vw;
    margin-top: 5vw;
  }
}
.post-type-archive-member .p-item__detail__info {
  width: 35%;
  text-align: center;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__info {
    width: 100%;
  }
}
.post-type-archive-member .p-item__detail__team {
  font-size: 14px;
  font-weight: 500;
  color: #0068B7;
  margin-top: 15px;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__team {
    margin-top: 3vw;
    font-size: 4.3vw;
  }
}
.post-type-archive-member .p-item__detail__position {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__position {
    margin-top: 2vw;
    font-size: 4.3vw;
  }
}
.post-type-archive-member .p-item__detail__fullname {
  font-size: 17px;
  font-weight: 500;
  margin-top: 4px;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__fullname {
    margin-top: 2vw;
    font-size: 4.4vw;
  }
}
.post-type-archive-member .p-item__detail__detail {
  width: 62%;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__detail {
    width: 100%;
  }
}
.post-type-archive-member .p-item__detail__edge {
  background: #E7EFF5;
  padding: 25px;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__edge {
    padding: 6vw 5vw;
    margin-bottom: 6vw;
  }
}
.post-type-archive-member .p-item__detail__edge .p-title {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px 12px;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__edge .p-title {
    font-size: 3.6vw;
    gap: 1vw;
  }
}
.post-type-archive-member .p-item__detail__edge .p-title span {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 900;
  font-size: 19px;
  color: #0068B7;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__edge .p-title span {
    font-size: 4.3vw;
  }
}
.post-type-archive-member .p-item__detail__edge .p-list {
  display: flex;
  gap: 11px;
  padding: 0;
  margin-top: 8px;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__edge .p-list {
    gap: 2vw;
    margin-top: 3vw;
  }
}
.post-type-archive-member .p-item__detail__edge .p-list li {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #0068B7;
  padding: 4px 10px;
  list-style: none;
}
@media (max-width: 760px) {
  .post-type-archive-member .p-item__detail__edge .p-list li {
    font-size: 3.6vw;
    padding: 1vw 2vw;
  }
}

.post-type-archive-member .featherlight:last-of-type {
  background: rgba(216, 216, 216, 0.8);
}
.post-type-archive-member .featherlight .featherlight-content {
  padding: 40px 50px;
  max-width: 1042px;
  width: 90%;
  height: auto;
  min-height: 512px;
  max-height: 80%;
}
@media (max-width: 760px) {
  .post-type-archive-member .featherlight .featherlight-content {
    padding: 12vw 5vw 8vw;
  }
}
.post-type-archive-member .featherlight .featherlight-close-icon {
  background: #3B3B3B;
  line-height: 38px;
  width: 38px;
}
@media (max-width: 760px) {
  .post-type-archive-member .featherlight .featherlight-close-icon {
    line-height: 8vw;
    width: 8vw;
    top: 3vw;
    right: 2.5vw;
  }
}

/** ==========================================================================
*
* 動画一覧
*
========================================================================== **/
.single-movie_list .l-event-rec .box-list .box-detail .box-left {
  aspect-ratio: 16/9;
}

/** ==========================================================================
*
* サービス詳細
*
========================================================================== **/
.service-template-default .kv-h1 {
  margin: 0;
  line-height: 0;
  text-align: center;
}
.service-template-default .kv-h1 .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.service-template-default .kv-media--sp {
  display: none;
}
.service-template-default .kv-media--pc {
  display: block;
  margin-bottom: 87px;
}
@media (max-width: 767px) {
  .service-template-default .kv-media--sp {
    display: block;
  }
  .service-template-default .kv-media--sp iframe {
    margin-bottom: 8vw;
  }
  .service-template-default .kv-media--pc {
    display: none;
  }
}
.service-template-default .kv-media iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
}

.single .p-entry__head .l-service-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  width: 100%;
  min-height: 490px;
  position: relative;
  margin-bottom: 87px;
}
@media (max-width: 760px) {
  .single .p-entry__head .l-service-header {
    padding: 10vw 4vw;
    min-height: 50vw;
    margin-bottom: 8vw;
  }
}
.single .p-entry__head .l-service-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}
.single .p-entry__head .l-service-header .l-service-header__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* ▼ YouTube (16:9前提) を背景 cover 描画 */
}
.single .p-entry__head .l-service-header .l-service-header__image img, .single .p-entry__head .l-service-header .l-service-header__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .p-entry__head .l-service-header .l-service-header__image iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh; /* 100vh × (16/9) → 16:9比で拡大 */
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* 背景なので触れなくする */
  border: 0;
}
.single .p-entry__head .l-service-header .c-pageTitle__main {
  font-size: 43px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 760px) {
  .single .p-entry__head .l-service-header .c-pageTitle__main {
    font-size: 6vw;
  }
}

.single .p-entry__head .c-pageOutline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12rem;
}
@media (max-width: 760px) {
  .single .p-entry__head .c-pageOutline {
    flex-direction: column;
    gap: 5vw;
    margin-bottom: 18vw;
  }
}
.single .p-entry__head .c-pageOutline .p-entry__thumb {
  width: 45%;
  margin: 0;
}
@media (max-width: 760px) {
  .single .p-entry__head .c-pageOutline .p-entry__thumb {
    width: 100%;
  }
}
.single .p-entry__head .c-pageOutline .c-pageOutline__inner {
  width: 50%;
}
@media (max-width: 760px) {
  .single .p-entry__head .c-pageOutline .c-pageOutline__inner {
    width: 100%;
  }
}
.single .p-entry__head .c-pageOutline .c-pageOutline__title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .single .p-entry__head .c-pageOutline .c-pageOutline__title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.single .p-entry__head .c-pageOutline .c-pageOutline__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 760px) {
  .single .p-entry__head .c-pageOutline .c-pageOutline__text {
    font-size: 4.3vw;
    line-height: 1.8;
  }
}

.l-service-title {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 760px) {
  .l-service-title {
    font-size: 6vw;
  }
}

.l-service-title-bg {
  padding: 8px 13px;
}
@media (max-width: 760px) {
  .l-service-title-bg {
    padding: 2vw 3vw;
  }
}

.l-service-column .l-service-column__inner {
  margin-top: 36px;
}
@media (max-width: 760px) {
  .l-service-column .l-service-column__inner {
    margin-top: 6vw;
  }
}
.l-service-column .l-service-column__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 760px) {
  .l-service-column .l-service-column__title {
    font-size: 4.4vw;
    margin-bottom: 4vw;
  }
}
.l-service-column .l-service-column__detail {
  margin-top: 20px;
}
@media (max-width: 760px) {
  .l-service-column .l-service-column__detail {
    margin-top: 5vw;
  }
}
.l-service-column .l-service-column__subtitle {
  padding: 8px 13px;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .l-service-column .l-service-column__subtitle {
    margin-bottom: 3vw;
    padding: 2vw 3vw;
  }
}
.l-service-column .l-service-column__subtitle.has-background {
  padding: 8px 13px;
}
@media (max-width: 760px) {
  .l-service-column .l-service-column__subtitle.has-background {
    padding: 2vw 3vw;
  }
}
.l-service-column .l-service-column__subtitle h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 760px) {
  .l-service-column .l-service-column__subtitle h4 {
    font-size: 4.3vw;
  }
}
.l-service-column .l-service-column__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .l-service-column .l-service-column__text {
    font-size: 4.3vw;
    line-height: 1.8;
  }
}

.l-service-list .l-service-list__item {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  padding: 18px 20px 18px 74px;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 760px) {
  .l-service-list .l-service-list__item {
    font-size: 4.4vw;
    padding: 3vw 4vw 3vw 10vw;
    margin-top: 4vw;
  }
}
.l-service-list .l-service-list__item:first-child {
  margin-top: 0;
}
.l-service-list .l-service-list__item::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(./images/icon_service_check.svg) no-repeat center/contain;
  position: absolute;
  left: 39px;
  top: 27px;
}
@media (max-width: 760px) {
  .l-service-list .l-service-list__item::before {
    width: 4vw;
    height: 4vw;
    left: 4vw;
    top: 4.6vw;
  }
}

.l-service-card .l-service-card__item .is-layout-flex {
  gap: 0;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 760px) {
  .l-service-card .l-service-card__item .is-layout-flex {
    flex-direction: column;
  }
}
.l-service-card .l-service-card__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  padding: 30px;
}
@media (max-width: 760px) {
  .l-service-card .l-service-card__title {
    width: 100%;
    font-size: 4.8vw;
    padding: 4vw;
  }
}
.l-service-card .l-service-card__text {
  display: flex;
  width: 61%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  padding: 43px 32px;
}
@media (max-width: 760px) {
  .l-service-card .l-service-card__text {
    width: 100%;
    font-size: 4.3vw;
    padding: 5vw 5vw 6vw;
  }
}

.l-service-message {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 760px) {
  .l-service-message {
    font-size: 4.4vw;
  }
}

.l-service-contact .l-service-contact__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 760px) {
  .l-service-contact .l-service-contact__text {
    font-size: 4.3vw;
  }
}
@media (min-width: 761px) {
  .l-service-contact .l-service-contact__button .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
    max-width: 583px;
    width: 583px;
    font-size: 24px;
    padding: 28px 0;
    border-radius: 50px;
  }
}
@media (max-width: 760px) {
  .l-service-contact .l-service-contact__button .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
    max-width: 88%;
  }
}
@media (min-width: 761px) {
  .l-service-contact .l-service-contact__button .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::after {
    width: 26px;
    height: 26px;
    right: 33px;
  }
}

@media (max-width: 760px) {
  .l-service-split .l-service-split__item.reverse .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}

/** ==========================================================================
*
* 導入事例詳細
*
========================================================================== **/
.single.single-case .p-entry__head .c-pageTitle__main {
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 760px) {
  .single.single-case .p-entry__head .c-pageTitle__main {
    font-size: 2.4rem;
  }
}
.single.single-case .p-entry__head .p-postList__name {
  font-size: 17px;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 760px) {
  .single.single-case .p-entry__head .p-postList__name {
    font-size: 4.2vw;
    margin-top: 3vw;
  }
}
.single.single-case .p-entry__head .p-postList__lead_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 25px;
}
@media (max-width: 760px) {
  .single.single-case .p-entry__head .p-postList__lead_text {
    font-size: 4.4vw;
    margin-top: 4vw;
  }
}
.single.single-case .p-entry__head .l-case-outline {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #D5D5D5;
}
@media (max-width: 760px) {
  .single.single-case .p-entry__head .l-case-outline {
    margin-top: 8vw;
    padding-top: 8vw;
  }
}
.single.single-case .p-entry__head .l-case-outline .l-case-outline__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 760px) {
  .single.single-case .p-entry__head .l-case-outline .l-case-outline__inner {
    flex-direction: column;
    gap: 4vw;
  }
}
.single.single-case .p-entry__head .l-case-outline .p-entry__thumb {
  width: 48.5%;
  margin: 0;
}
@media (max-width: 760px) {
  .single.single-case .p-entry__head .l-case-outline .p-entry__thumb {
    width: 100%;
  }
}
.single.single-case .p-entry__head .l-case-outline .p-entry__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48.5%;
  background: #fff;
  border: 1px solid #939393;
}
@media (max-width: 760px) {
  .single.single-case .p-entry__head .l-case-outline .p-entry__logo {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.single.single-case .p-entry__head .l-case-outline .p-entry__logo .p-entry__logo__img {
  width: 50%;
  height: 50%;
}
.single.single-case .p-entry__head .l-case-outline .p-entry__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single.single-case .p-entry__head .l-case-outline .p-entry__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 25px;
}
@media (max-width: 760px) {
  .single.single-case .p-entry__head .l-case-outline .p-entry__text {
    font-size: 4.2vw;
    margin-top: 4vw;
  }
}

.l-case-en {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .l-case-en {
    font-size: 12vw;
    margin-bottom: 4vw;
  }
}

.l-case-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .l-case-title {
    font-size: 5.5vw;
  }
}

h3.l-case-catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 760px) {
  h3.l-case-catch {
    font-size: 5.2vw;
  }
}

.l-case-subtitle {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-case-subtitle {
    font-size: 4.8vw;
  }
}

.l-case-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 760px) {
  .l-case-text {
    font-size: 4.3vw;
  }
}

.l-case-caption {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 15px;
}
@media (max-width: 760px) {
  .l-case-caption {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}

.l-case-table.wp-block-group.has-background {
  padding: 20px 30px;
}
@media (max-width: 760px) {
  .l-case-table.wp-block-group.has-background {
    padding: 6vw 5vw;
  }
}
.l-case-table .qms4__infotable--num-columns-2 .qms4__infotable-row {
  grid-template-columns: 115px 1fr;
}
.l-case-table .qms4__infotable,
.l-case-table dt,
.l-case-table dd {
  border: none;
  background: none;
  font-size: 17px;
  line-height: 1.45;
}
.l-case-table dt {
  font-weight: 500;
}
.l-case-table .qms4__infotable-row > dd,
.l-case-table .qms4__infotable-row > dt {
  padding: 8px 10px;
}
.l-case-table .qms4__infotable-row > dt {
  background: none;
}

.l-case-list li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0.5em 0;
}

.l-case-interview-photo {
  background: #f4f4f4;
}

@media (min-width: 761px) {
  .l-case-button .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
    max-width: 498px;
    width: 498px;
    font-size: 18px;
    padding: 28px 0;
    border-radius: 50px;
  }
}
@media (max-width: 760px) {
  .l-case-button .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
    max-width: 88%;
  }
}
@media (min-width: 761px) {
  .l-case-button .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::after {
    width: 26px;
    height: 26px;
    right: 33px;
  }
}

/** ==========================================================================
*
* おすすめイベント
*
========================================================================== **/
.l-event-rec {
  left: calc(50% - 50vw + var(--ark-scrollbar_width) / 2);
  max-width: 100vw !important;
  position: relative;
  width: calc(100vw - var(--ark-scrollbar_width));
  background: #F4F4F4;
  padding-top: 65px;
  padding-bottom: 72px;
  border-top: 1px solid #c1c1c1;
}
@media (max-width: 760px) {
  .l-event-rec {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-event-rec .l-event-rec__container {
  margin: 0 auto;
  max-width: calc(var(--ark-width--article, 1000px) + var(--ark-padding--container, 0px) * 2);
  padding-left: var(--ark-padding--container, 0);
  padding-right: var(--ark-padding--container, 0);
}
.l-event-rec.l-other_article {
  margin-top: 13rem;
}
@media (max-width: 760px) {
  .l-event-rec.l-other_article {
    margin-top: 10vw;
  }
}
.l-event-rec.l-other_article .is-style-outline {
  margin-top: 50px;
}
@media (max-width: 760px) {
  .l-event-rec.l-other_article .is-style-outline {
    margin-top: 10vw;
  }
}
.l-event-rec h2 {
  font-size: 2.4rem;
}
@media (max-width: 760px) {
  .l-event-rec h2 {
    font-size: 2rem;
  }
}
.l-event-rec h6.has-text-color {
  color: var(--qms-accent_color);
}
.l-event-rec .box-list {
  list-style: none;
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  gap: 36px;
  padding-left: 0;
  justify-content: center;
}
@media (max-width: 760px) {
  .l-event-rec .box-list {
    width: 100%;
    margin: 2.5rem auto 0 auto;
    display: block;
    padding: 0;
  }
}
.l-event-rec .box-list .box-list__item {
  width: calc((100% - 108px) / 4);
}
@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 (max-width: 760px) {
  .l-event-rec .box-list .box-list__item {
    width: 100%;
    margin-bottom: 8vw;
  }
  .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;
}
@media print, screen and (max-width: 1000px) {
  .l-event-rec .box-list .box-detail {
    width: 100%;
    height: auto;
    display: block;
  }
}
.l-event-rec .box-list .box-detail .box-left {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  overflow: hidden;
}
.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: 100%;
  text-align: left;
  margin-top: 12px;
}
@media (max-width: 760px) {
  .l-event-rec .box-list .box-detail .box-right {
    margin-top: 3vw;
    width: 100%;
  }
}
.l-event-rec .box-list .box-detail .box-right .p-postList__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
  padding: 0;
}
.l-event-rec .box-list .box-detail .qms4__post-list__post-title {
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-event-rec .box-list .box-detail .qms4__post-list__post-title {
    font-size: 4.2vw;
  }
}
.l-event-rec .box-list .box-detail .qms4__post-list__post-detail {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}
.l-event-rec .box-list .box-detail .qms4__post-list__post-name {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
}

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

/** ==========================================================================
*
* イベント 一覧
*
========================================================================== **/
.post-type-archive-event .l-pickup-event {
  margin-bottom: 4rem;
}
.post-type-archive-event .l-pickup-event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .post-type-archive-event .l-pickup-event__list {
    gap: 8vw 4vw;
  }
}
.post-type-archive-event .l-pickup-event .p-item {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 760px) {
  .post-type-archive-event .l-pickup-event .p-item {
    width: calc((100% - 4vw) / 2);
  }
}
.post-type-archive-event .l-pickup-event .p-item:first-child {
  width: 100%;
}
.post-type-archive-event .l-pickup-event .p-item:first-child .p-item__title {
  font-size: 2.4rem;
  -webkit-line-clamp: 3;
}
@media (max-width: 760px) {
  .post-type-archive-event .l-pickup-event .p-item:first-child .p-item__title {
    font-size: 5.5vw;
  }
}
.post-type-archive-event .l-pickup-event .p-item:first-child .p-item__inner {
  width: 46%;
}
@media (max-width: 760px) {
  .post-type-archive-event .l-pickup-event .p-item:first-child .p-item__inner {
    width: 100%;
  }
}
.post-type-archive-event .l-pickup-event .p-item a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 760px) {
  .post-type-archive-event .l-pickup-event .p-item a {
    flex-direction: column;
    gap: 3vw;
  }
}
.post-type-archive-event .l-pickup-event .p-item a:hover .p-item__image img {
  transform: scale(1.05);
}
.post-type-archive-event .l-pickup-event .p-item__image {
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 760px) {
  .post-type-archive-event .l-pickup-event .p-item__image {
    width: 100%;
  }
}
.post-type-archive-event .l-pickup-event .p-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.post-type-archive-event .l-pickup-event .p-item__inner {
  width: 48%;
  align-self: center;
}
@media (max-width: 760px) {
  .post-type-archive-event .l-pickup-event .p-item__inner {
    width: 100%;
  }
}
.post-type-archive-event .l-pickup-event .p-item__title {
  color: #0068B7;
  font-size: 1.8rem;
  margin-bottom: 12px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 760px) {
  .post-type-archive-event .l-pickup-event .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
}
.post-type-archive-event .p-postList .p-postList__thumb .c-postThumb__figure {
  padding-top: 56.25%;
}
.post-type-archive-event .p-postList .p-postList__thumb .c-postThumb__figure img {
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** ==========================================================================
*
* 新着 一覧
*
========================================================================== **/
.p-postList .p-postList__thumb .c-postThumb__figure img {
  -o-object-fit: contain;
  object-fit: contain;
}

.post-type-archive-news .p-postList .p-postList__thumb .c-postThumb__figure {
  padding-top: 56.25%;
}
.post-type-archive-news .p-postList .p-postList__thumb .c-postThumb__figure img {
  -o-object-fit: contain;
  object-fit: contain;
}

/** ==========================================================================
*
* 社員インタビュー
*
========================================================================== **/
/**  一覧   **/
.post-type-archive-interviews .l-main {
  margin-bottom: 15rem;
}
@media (max-width: 760px) {
  .post-type-archive-interviews .l-main {
    margin-bottom: 6rem;
  }
}
.post-type-archive-interviews .p-postList.-type-card .p-postList__item {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 1000px) {
  .post-type-archive-interviews .p-postList.-type-card .p-postList__item {
    flex-basis: 25%;
  }
}
@media (min-width: 761px) {
  .post-type-archive-interviews .p-postList.-type-card .p-postList__item {
    padding: 0px 2rem;
  }
}
.post-type-archive-interviews .p-postList.-type-card .p-postList__item .c-postThumb__figure {
  padding-top: 125%;
}
.post-type-archive-interviews .p-postList.-type-card .p-postList__item .p-postList__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.post-type-archive-interviews .p-postList.-type-card .p-postList__item .p-postList__excerpt {
  -webkit-line-clamp: 3;
}

.single-interviews .p-entry__head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem 6%;
  margin-bottom: 10rem;
}
@media (max-width: 760px) {
  .single-interviews .p-entry__head {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 6rem;
  }
}
.single-interviews .p-entry__head .c-pageTitle__main {
  text-align: left;
}
@media (max-width: 760px) {
  .single-interviews .p-entry__head .c-pageTitle__main {
    text-align: center;
  }
}
.single-interviews .p-entry__head .p-entry__thumb {
  width: 50%;
  aspect-ratio: 350/440;
  margin: 0;
  max-width: 460px;
}
@media (max-width: 760px) {
  .single-interviews .p-entry__head .p-entry__thumb {
    width: 100%;
  }
}
.single-interviews .p-entry__head .p-entry__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-interviews .p-entry__head .c-postMetas {
  width: 46%;
  display: block;
  margin: 0;
  align-self: center;
}
@media (max-width: 760px) {
  .single-interviews .p-entry__head .c-postMetas {
    width: 100%;
  }
}
.single-interviews .p-entry__head .c-postMetas .p-postList__text {
  margin-top: 2rem;
  font-size: 16px;
  line-height: 1.8;
}
.single-interviews .p-entry__head .c-postMetas .c-postIcon .p-postList__icon {
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .single-interviews .p-entry__head .c-postMetas .c-postIcon .p-postList__icon {
    justify-content: center;
  }
}
.single-interviews .p-entry__head .u-flex--aicw {
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .single-interviews .p-entry__head .u-flex--aicw {
    justify-content: center;
  }
}
.single-interviews .l-event-rec .box-list .box-detail .box-left {
  aspect-ratio: 350/440;
}
.single-interviews .l-event-rec .box-list .box-detail .box-right {
  margin-top: 15px;
}
.single-interviews .l-event-rec .box-list .box-detail .qms4__post-list__post-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.single-interviews .l-event-rec .box-list .box-detail .qms4__post-list__text {
  font-size: 17px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 5px;
}

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

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

/** ==========================================================================
*
* table
*
========================================================================== **/
.l-table-column01 table {
  border-right: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
}

.l-table-column01 td {
  border-color: #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  line-height: 1.3;
}
.l-table-column01 td:first-child {
  background: #ededed;
  vertical-align: middle;
}
@media (min-width: 761px) {
  .l-table-column01 td:first-child {
    width: 20%;
  }
}
@media (max-width: 760px) {
  .l-table-column01 td:first-child {
    width: 29%;
    font-size: 4.3vw;
  }
}

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

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

@media (min-width: 761px) {
  .l-table-column02__wrapper .ark-block-column:first-child .l-table-column02 table {
    border-right: none;
  }
}

@media (max-width: 760px) {
  .l-table-column02__wrapper .ark-block-column:last-child .l-table-column02 table {
    border-top: none;
  }
}

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

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

.l-table-column02 td:first-child {
  width: 80%;
}

.l-table-column02 td:last-child {
  background: #f8f8f8;
  width: 20%;
}

/** ==========================================================================
*
* フォーム
*
========================================================================== **/
/**  フォームはフッター非表示  **/
@media (max-width: 760px) {
  .brick-form textarea {
    height: 30vw;
  }
}

.page-id-263 .l-fixed-footer,
.page-id-263 .l-event-rec {
  display: none;
}
.page-id-263 .l-footer .l-footer-banner,
.page-id-263 .l-footer .l-footer_bg,
.page-id-263 .l-footer .l-footer-contact,
.page-id-263 .l-footer .l-footer-sns,
.page-id-263 .l-footer .l-footer-cv,
.page-id-263 .l-footer .l-footer-cv-sp,
.page-id-263 .l-footer .l-line__link,
.page-id-263 .l-footer .l-footer-message,
.page-id-263 .l-footer .l-footer-sns__cover {
  display: none;
}
.page-id-263 .l-footer .l-footer-main {
  padding-top: 1px;
}
@media (max-width: 760px) {
  .page-id-263 .l-footer__foot {
    padding-bottom: 4vw;
  }
}

@media (max-width: 760px) {
  .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .brick-form__content {
    margin-bottom: 1.6vw;
  }
}

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

@media (max-width: 760px) {
  .brick-form__options-name-privacy {
    margin-top: 2px;
  }
}

.brick-form__field-unit-name-content .brick-form__options-item--radio,
.brick-form__field-unit-name-type .brick-form__options-item--checkbox {
  width: 48%;
}
@media (max-width: 760px) {
  .brick-form__field-unit-name-content .brick-form__options-item--radio,
  .brick-form__field-unit-name-type .brick-form__options-item--checkbox {
    width: 46%;
  }
}

.brick-form__options-name-content,
.brick-form__options-name-type {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 761px) {
  .l-form-container {
    padding: 0;
    background: none;
  }
}
@media (min-width: 761px) {
  .l-form-container__inner {
    padding: 48px;
    margin-top: 2rem;
  }
}

/** ==========================================================================
*
* 次のページ前のページ
*
========================================================================== **/
.l-list-prev a {
  margin: 0 auto;
}

.flow-present {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 48px 60px 56px;
  background-color: #ffca00;
}
@media (min-width: 761px) {
  .flow-present {
    border-radius: 20px;
  }
}
@media (max-width: 760px) {
  .flow-present {
    padding: 10.2564102564vw 4vw;
    margin: 0 -4vw;
  }
}

.flow-present__title {
  line-height: 1.6666666667;
}
.flow-present__title mark {
  padding: 0.2em 0.3em;
  font-size: 3.5rem;
  line-height: 1.6111111111;
}

.flow-present-list .ark-block-column {
  background-color: #fff;
  padding: 31px 43px 34px;
}
@media (max-width: 760px) {
  .flow-present-list .ark-block-column {
    padding: 23px 30px 38px;
  }
}

@media (min-width: 761px) {
  .flow-present-list__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
  }
}
.flow-present-list__title mark {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 9px;
  min-width: 114px;
  min-height: 37px;
}
@media (max-width: 760px) {
  .flow-present-list__title mark {
    margin: 0 auto 4.1025641026vw;
  }
}

#flow-step-list {
  column-gap: 31px;
  row-gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  #flow-step-list {
    column-gap: 5.641025641vw;
    row-gap: 5.8974358974vw;
  }
}
#flow-step-list .wp-block-image {
  width: calc((100% - 124px) / 5) !important;
  flex-grow: 0;
  counter-increment: flow-step;
}
@media (min-width: 761px) {
  #flow-step-list .wp-block-image:not(:last-child)::before {
    position: absolute;
    top: 54px;
    right: -34px;
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    border: 12px solid transparent;
    border-left: 12px solid #696969;
  }
}
@media (max-width: 760px) {
  #flow-step-list .wp-block-image {
    width: calc((100% - 5.641025641vw) / 2) !important;
  }
}
#flow-step-list .wp-block-image img {
  margin-bottom: 13px;
}
@media (max-width: 760px) {
  #flow-step-list .wp-block-image img {
    margin-bottom: 2.5641025641vw;
  }
}
#flow-step-list .wp-block-image figcaption {
  padding: 0;
  margin: 0;
  position: static;
  background: none;
  color: inherit;
  font-weight: 500;
  font-size: 1.7rem;
}
#flow-step-list .wp-block-image figcaption::before {
  content: counter(flow-step, decimal-leading-zero) ".";
  color: #ea6000;
}

/** ==========================================================================
*
* 事業内容
*
========================================================================== **/
.l-business-index-main .l-business-index-main__container {
  position: relative;
}
.l-business-index-main .l-business-index-main__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -5;
}
.l-business-index-main .l-business-index-main__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.37);
  z-index: -1;
}
.l-business-index-main .l-business-index-main__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.l-business-index-main .l-business-index-main__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-business-index-main .l-business-index-main__inner {
  border-radius: 13px;
  width: 90%;
  max-width: 974px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 60px 80px;
}
@media (max-width: 760px) {
  .l-business-index-main .l-business-index-main__inner {
    padding: 12vw 5vw 15vw;
  }
}
.l-business-index-main .l-business-index-main__title {
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .l-business-index-main .l-business-index-main__title {
    font-size: 8vw;
    line-height: 1;
  }
}
.l-business-index-main .l-business-index-main__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  margin-top: 12px;
}
@media (max-width: 760px) {
  .l-business-index-main .l-business-index-main__text {
    font-size: 4.3vw;
  }
}
.l-business-index-main .l-business-index-main__catch {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 760px) {
  .l-business-index-main .l-business-index-main__catch {
    font-size: 4.8vw;
    line-height: 1.4;
    margin-top: 4vw;
  }
}
.l-business-index-main .l-business-index-main__catch .has-ark-bg-color {
  font-size: 21px;
  padding: 3px 4px 4px;
  margin: 0 4px;
}
@media (max-width: 760px) {
  .l-business-index-main .l-business-index-main__catch .has-ark-bg-color {
    font-size: 5.4vw;
    padding: 1vw 1.2vw 1.2vw;
    margin: 0 1vw;
  }
}

.l-business-index-flow {
  overflow: hidden;
  display: flex;
  width: 100vw;
}
.l-business-index-flow > .wp-block-group__inner-container {
  display: flex;
  width: max-content;
  animation: flow_scroll 80s linear infinite;
  will-change: transform;
}
.l-business-index-flow .l-business-index-flow__text {
  white-space: nowrap;
  flex: 0 0 auto;
  animation: none !important;
}
@media (min-width: 761px) {
  .l-business-index-flow .l-business-index-flow__text {
    padding: 45px 10px 0;
  }
}
@media (max-width: 760px) {
  .l-business-index-flow .l-business-index-flow__text {
    padding: 41px 2.5641025641vw 0;
    font-size: 17.4358974359vw !important;
  }
}
@keyframes flow_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.l-business-index-figure__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 760px) {
  .l-business-index-figure__title {
    font-size: 6.6vw;
  }
}
.l-business-index-figure .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 22px;
}

.l-business-index-list .l-business-index-figure__title {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .l-business-index-list .l-business-index-figure__title {
    font-size: 7vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-business-index-list .l-business-index-figure__title .arkb-format-1 {
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  font-size: 83px;
  line-height: 0.9;
}
@media (max-width: 760px) {
  .l-business-index-list .l-business-index-figure__title .arkb-format-1 {
    font-size: 18vw;
  }
}
.l-business-index-list .l-business-index-list__list {
  counter-reset: number 0;
}
.l-business-index-list .l-business-index-list__list .p-item {
  background: #F4F4F4;
}
.l-business-index-list .l-business-index-list__list .p-item__image .ark-block-slider {
  width: 100%;
  height: 100%;
  aspect-ratio: 428/218;
  min-height: 100%;
}
.l-business-index-list .l-business-index-list__list .p-item__image .ark-block-slider .ark-block-slider__inner {
  width: 100%;
  height: 100%;
}
.l-business-index-list .l-business-index-list__list .p-item__info {
  padding: 42px 48px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 760px) {
  .l-business-index-list .l-business-index-list__list .p-item__info {
    padding: 8vw 5vw 12vw;
  }
}
.l-business-index-list .l-business-index-list__list .p-item__info::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  z-index: -1;
  top: -25px;
  right: 24px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  line-height: 0.9;
  font-size: 250px;
  color: #fff;
  text-align: right;
}
@media (max-width: 760px) {
  .l-business-index-list .l-business-index-list__list .p-item__info::before {
    font-size: 60vw;
    top: -6vw;
    right: 2vw;
  }
}
.l-business-index-list .l-business-index-list__list .p-item__title {
  flex-wrap: wrap;
  gap: 0 26px;
}
@media (max-width: 760px) {
  .l-business-index-list .l-business-index-list__list .p-item__title {
    gap: 1vw;
  }
}
.l-business-index-list .l-business-index-list__list .p-item__title h3 {
  font-size: 25px;
}
@media (max-width: 760px) {
  .l-business-index-list .l-business-index-list__list .p-item__title h3 {
    font-size: 6vw;
  }
}
.l-business-index-list .l-business-index-list__list .p-item__title h4 {
  font-size: 13px;
  font-weight: 900;
}
@media (max-width: 760px) {
  .l-business-index-list .l-business-index-list__list .p-item__title h4 {
    font-size: 3.4vw;
  }
}
.l-business-index-list .l-business-index-list__list .p-item__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.86;
}
@media (max-width: 760px) {
  .l-business-index-list .l-business-index-list__list .p-item__text {
    font-size: 4.3vw;
  }
}
.l-business-index-list .l-business-index-list__list .p-item__more {
  position: absolute;
  bottom: 26px;
  right: 30px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 760px) {
  .l-business-index-list .l-business-index-list__list .p-item__more {
    font-size: 3.9vw;
    bottom: 5vw;
  }
}
.l-business-index-list .l-business-index-list__list .p-item__more span {
  position: relative;
  padding-right: 20px;
}
.l-business-index-list .l-business-index-list__list .p-item__more span::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background: url(./images/icon_arrow_link_blue.svg) no-repeat center;
  background-size: contain;
}

.l-business-index-system .l-business-index-system__title {
  gap: 18px;
}
.l-business-index-system .l-business-index-system__title .p-system-title__ja {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 760px) {
  .l-business-index-system .l-business-index-system__title .p-system-title__ja {
    font-size: 7vw;
  }
}
.l-business-index-system .l-business-index-system__title .p-system-title__en {
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}
@media (max-width: 760px) {
  .l-business-index-system .l-business-index-system__title .p-system-title__en {
    font-size: 3.4vw;
  }
}
.l-business-index-system .l-business-index-system__title .p-system-title__more {
  margin-left: auto;
  margin-top: 10px;
}
@media (max-width: 760px) {
  .l-business-index-system .l-business-index-system__title .p-system-title__more {
    font-size: 3.9vw;
    margin-top: 1vw;
  }
}
.l-business-index-system .l-business-index-system__title .p-system-title__more a {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  padding-right: 20px;
  color: inherit;
  text-decoration: none;
}
.l-business-index-system .l-business-index-system__title .p-system-title__more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background: url(./images/icon_arrow_link_blue.svg) no-repeat center;
  background-size: contain;
}

.l-business-index {
  margin-top: 0;
}
.l-business-index__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
@media (max-width: 760px) {
  .l-business-index__list {
    gap: 2vw;
  }
}
.l-business-index .p-postList__item {
  width: 22.75%;
  margin-bottom: 3.2rem;
}
@media (max-width: 760px) {
  .l-business-index .p-postList__item {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.l-business-index .p-postList__item a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
}
.l-business-index .p-postList__thumb {
  width: 100%;
  aspect-ratio: 16/9;
}
.l-business-index .p-postList__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-business-index .p-postList__body {
  margin-top: 18px;
}
@media (max-width: 760px) {
  .l-business-index .p-postList__body {
    margin-top: 4vw;
  }
}
.l-business-index .p-postList__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 760px) {
  .l-business-index .p-postList__title {
    font-size: 4.4vw;
  }
}
.l-business-index .p-postList__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  margin-top: 8px;
}
@media (max-width: 760px) {
  .l-business-index .p-postList__text {
    font-size: 3.9vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 2vw;
  }
}
.l-business-index .p-postList__name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  margin-top: 8px;
}
@media (max-width: 760px) {
  .l-business-index .p-postList__name {
    font-size: 3.9vw;
    margin-top: 2vw;
  }
}

/** ==========================================================================
*
* 事業内容システム吐き出し
*
========================================================================== **/
.l-business-case .p-postList__item {
  border-top: 1px solid #ACACAC;
}
.l-business-case .p-postList__item:last-child {
  border-bottom: 1px solid #ACACAC;
}
.l-business-case .p-postList__item a {
  text-decoration: none;
  color: inherit;
  padding: 66px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 760px) {
  .l-business-case .p-postList__item a {
    flex-direction: column;
    padding: 12vw 0;
  }
}
.l-business-case .p-postList__item .p-postList__thumb {
  width: 34%;
  aspect-ratio: 16/9;
}
@media (max-width: 760px) {
  .l-business-case .p-postList__item .p-postList__thumb {
    width: 100%;
  }
}
.l-business-case .p-postList__item .p-postList__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.l-business-case .p-postList__item .p-postList__body {
  width: 60%;
  align-self: center;
}
@media (max-width: 760px) {
  .l-business-case .p-postList__item .p-postList__body {
    width: 100%;
    margin-top: 6vw;
    text-align: center;
  }
}
.l-business-case .p-postList__item .p-postList__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
}
@media (max-width: 760px) {
  .l-business-case .p-postList__item .p-postList__title {
    font-size: 4.4vw;
    margin-bottom: 3vw;
  }
}
.l-business-case .p-postList__item .p-postList__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 760px) {
  .l-business-case .p-postList__item .p-postList__text {
    font-size: 3.9vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.l-business-case .p-postList__item .p-postList__name {
  font-size: 17px;
  font-weight: 500;
  margin-top: 18px;
  text-align: left;
}
@media (max-width: 760px) {
  .l-business-case .p-postList__item .p-postList__name {
    font-size: 4.3vw;
    margin-top: 2vw;
  }
}
.l-business-case .p-postList__item .p-postList__more {
  position: absolute;
  bottom: 26px;
  right: 30px;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 760px) {
  .l-business-case .p-postList__item .p-postList__more {
    font-size: 3.9vw;
    bottom: 5vw;
  }
}
.l-business-case .p-postList__item .p-postList__more span {
  position: relative;
  padding-right: 20px;
}
.l-business-case .p-postList__item .p-postList__more span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background: url(./images/icon_arrow_link_blue.svg) no-repeat center;
  background-size: contain;
}

.l-business-member__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media (max-width: 760px) {
  .l-business-member__list {
    gap: 2vw;
  }
}
.l-business-member .p-postList__item {
  width: 22%;
  margin-bottom: 3.2rem;
}
@media (max-width: 760px) {
  .l-business-member .p-postList__item {
    width: calc((100% - 2vw) / 2);
    margin-bottom: 5vw;
  }
}
.l-business-member .p-postList__item a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
}
.l-business-member .p-postList__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}
.l-business-member .p-postList__thumb::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: url(./images/icom_member_plus.svg) no-repeat center/contain;
  bottom: 7px;
  right: 7px;
}
.l-business-member .p-postList__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-business-member .p-postList__body {
  margin-top: 14px;
}
@media (max-width: 760px) {
  .l-business-member .p-postList__body {
    margin-top: 4vw;
  }
}
.l-business-member .p-postList__title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 760px) {
  .l-business-member .p-postList__title {
    font-size: 3.6vw;
  }
}
.l-business-member .p-postList__name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}
@media (max-width: 760px) {
  .l-business-member .p-postList__name {
    font-size: 4.4vw;
    margin-top: 2vw;
  }
}
.l-business-member .p-item__detail {
  display: none;
}

.p-item-business-member__detail .p-item__detail__title {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__title {
    font-size: 6vw;
  }
}
.p-item-business-member__detail .p-item__detail__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__contents {
    flex-wrap: wrap;
    gap: 5vw;
    margin-top: 5vw;
  }
}
.p-item-business-member__detail .p-item__detail__info {
  width: 35%;
  text-align: center;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__info {
    width: 100%;
  }
}
.p-item-business-member__detail .p-item__detail__team {
  font-size: 14px;
  font-weight: 500;
  color: #0068B7;
  margin-top: 15px;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__team {
    margin-top: 3vw;
    font-size: 4.3vw;
  }
}
.p-item-business-member__detail .p-item__detail__position {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__position {
    margin-top: 2vw;
    font-size: 4.3vw;
  }
}
.p-item-business-member__detail .p-item__detail__fullname {
  font-size: 17px;
  font-weight: 500;
  margin-top: 4px;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__fullname {
    margin-top: 2vw;
    font-size: 4.4vw;
  }
}
.p-item-business-member__detail .p-item__detail__detail {
  width: 62%;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__detail {
    width: 100%;
  }
}
.p-item-business-member__detail .p-item__detail__edge {
  background: #E7EFF5;
  padding: 25px;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__edge {
    padding: 6vw 5vw;
    margin-bottom: 6vw;
  }
}
.p-item-business-member__detail .p-item__detail__edge .p-title {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px 12px;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__edge .p-title {
    font-size: 3.6vw;
    gap: 1vw;
  }
}
.p-item-business-member__detail .p-item__detail__edge .p-title span {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 900;
  font-size: 19px;
  color: #0068B7;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__edge .p-title span {
    font-size: 4.3vw;
  }
}
.p-item-business-member__detail .p-item__detail__edge .p-list {
  display: flex;
  gap: 11px;
  padding: 0;
  margin-top: 8px;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__edge .p-list {
    gap: 2vw;
    margin-top: 3vw;
  }
}
.p-item-business-member__detail .p-item__detail__edge .p-list li {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #0068B7;
  padding: 4px 10px;
  list-style: none;
}
@media (max-width: 760px) {
  .p-item-business-member__detail .p-item__detail__edge .p-list li {
    font-size: 3.6vw;
    padding: 1vw 2vw;
  }
}

.parent-pageid-333 .featherlight:last-of-type {
  background: rgba(216, 216, 216, 0.8);
}
.parent-pageid-333 .featherlight .featherlight-content {
  padding: 40px 50px;
  max-width: 1042px;
  width: 90%;
  height: auto;
  min-height: 512px;
  max-height: 80%;
}
@media (max-width: 760px) {
  .parent-pageid-333 .featherlight .featherlight-content {
    padding: 12vw 5vw 8vw;
  }
}
.parent-pageid-333 .featherlight .featherlight-close-icon {
  background: #3B3B3B;
  line-height: 38px;
  width: 38px;
}
@media (max-width: 760px) {
  .parent-pageid-333 .featherlight .featherlight-close-icon {
    line-height: 8vw;
    width: 8vw;
    top: 3vw;
    right: 2.5vw;
  }
}

.l-business-service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media (max-width: 760px) {
  .l-business-service__list {
    gap: 2vw;
  }
}
.l-business-service .p-postList__item {
  width: 30.6666666667%;
  margin-bottom: 3.2rem;
}
@media (max-width: 760px) {
  .l-business-service .p-postList__item {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.l-business-service .p-postList__item a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
}
.l-business-service .p-postList__thumb {
  width: 100%;
  aspect-ratio: 16/9;
}
.l-business-service .p-postList__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.l-business-service .p-postList__body {
  margin-top: 16px;
}
@media (max-width: 760px) {
  .l-business-service .p-postList__body {
    margin-top: 4vw;
  }
}
.l-business-service .p-postList__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 760px) {
  .l-business-service .p-postList__title {
    font-size: 4.4vw;
  }
}
.l-business-service .p-postList__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  margin-top: 8px;
}
@media (max-width: 760px) {
  .l-business-service .p-postList__text {
    font-size: 3.9vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: 2vw;
  }
}
.l-business-service .p-postList__more {
  width: 178px;
  margin: 20px auto 0;
  padding: 6px 24px;
  border: 1px solid #707070;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media (max-width: 760px) {
  .l-business-service .p-postList__more {
    width: 60vw;
    font-size: 3.9vw;
    margin: 5vw auto 0;
    padding: 1vw 0;
    border-radius: 15vw;
  }
}
.l-business-service .p-postList__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 8px;
  height: 6px;
  background: url(./images/icon_arrow_link_blue.svg) no-repeat center;
  background-size: contain;
}

.l-business-content .p-item {
  position: relative;
  background: #fff;
  padding: 42px 46px;
}
@media (max-width: 760px) {
  .l-business-content .p-item {
    padding: 5vw 4vw 10vw;
  }
}
.l-business-content .p-item .p-item__body {
  align-self: center;
}
.l-business-content .p-item .p-item__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
}
@media (max-width: 760px) {
  .l-business-content .p-item .p-item__title {
    font-size: 4.4vw !important;
    margin-bottom: 3vw !important;
  }
}
.l-business-content .p-item .p-item__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 760px) {
  .l-business-content .p-item .p-item__text {
    font-size: 3.9vw !important;
  }
}
.l-business-content .p-item .p-item__more {
  position: absolute;
  bottom: 26px;
  right: 30px;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 760px) {
  .l-business-content .p-item .p-item__more {
    font-size: 3.9vw;
    bottom: 5vw;
  }
}
.l-business-content .p-item .p-item__more span {
  position: relative;
  padding-right: 20px;
}
.l-business-content .p-item .p-item__more span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background: url(./images/icon_arrow_link_blue.svg) no-repeat center;
  background-size: contain;
}

.l-business-news .p-postList__item,
.l-business-event .p-postList__item {
  margin-bottom: 42px;
}
.l-business-news .p-postList__item:last-child,
.l-business-event .p-postList__item:last-child {
  margin-bottom: 0;
}
.l-business-news .p-postList__item a,
.l-business-event .p-postList__item a {
  background: #fff;
  text-decoration: none;
  color: inherit;
  padding: 42px 46px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 760px) {
  .l-business-news .p-postList__item a,
  .l-business-event .p-postList__item a {
    flex-direction: column;
    padding: 5vw 4vw 10vw;
  }
}
.l-business-news .p-postList__item .p-postList__thumb,
.l-business-event .p-postList__item .p-postList__thumb {
  width: 39%;
  aspect-ratio: 16/9;
}
@media (max-width: 760px) {
  .l-business-news .p-postList__item .p-postList__thumb,
  .l-business-event .p-postList__item .p-postList__thumb {
    width: 100%;
  }
}
.l-business-news .p-postList__item .p-postList__thumb img,
.l-business-event .p-postList__item .p-postList__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.l-business-news .p-postList__item .p-postList__body,
.l-business-event .p-postList__item .p-postList__body {
  width: 55.4%;
  align-self: center;
}
@media (max-width: 760px) {
  .l-business-news .p-postList__item .p-postList__body,
  .l-business-event .p-postList__item .p-postList__body {
    width: 100%;
    margin-top: 6vw;
    text-align: center;
  }
}
.l-business-news .p-postList__item .p-postList__post-date,
.l-business-event .p-postList__item .p-postList__post-date {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 760px) {
  .l-business-news .p-postList__item .p-postList__post-date,
  .l-business-event .p-postList__item .p-postList__post-date {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
}
.l-business-news .p-postList__item .p-postList__title,
.l-business-event .p-postList__item .p-postList__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
}
@media (max-width: 760px) {
  .l-business-news .p-postList__item .p-postList__title,
  .l-business-event .p-postList__item .p-postList__title {
    font-size: 4.4vw;
    margin-bottom: 3vw;
  }
}
.l-business-news .p-postList__item .p-postList__text,
.l-business-event .p-postList__item .p-postList__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 760px) {
  .l-business-news .p-postList__item .p-postList__text,
  .l-business-event .p-postList__item .p-postList__text {
    font-size: 3.9vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.l-business-news .p-postList__item .p-postList__more,
.l-business-event .p-postList__item .p-postList__more {
  position: absolute;
  bottom: 26px;
  right: 30px;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 760px) {
  .l-business-news .p-postList__item .p-postList__more,
  .l-business-event .p-postList__item .p-postList__more {
    font-size: 3.9vw;
    bottom: 5vw;
  }
}
.l-business-news .p-postList__item .p-postList__more span,
.l-business-event .p-postList__item .p-postList__more span {
  position: relative;
  padding-right: 20px;
}
.l-business-news .p-postList__item .p-postList__more span::after,
.l-business-event .p-postList__item .p-postList__more span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background: url(./images/icon_arrow_link_blue.svg) no-repeat center;
  background-size: contain;
}

.l-recruit-interview__list {
  padding-bottom: 110px;
}
@media (max-width: 760px) {
  .l-recruit-interview__list {
    padding-bottom: 18vw;
  }
}
.l-recruit-interview .p-postList__item {
  width: 351px;
  margin: 0 30px;
}
@media (max-width: 760px) {
  .l-recruit-interview .p-postList__item {
    width: 90vw;
    margin: 0 5vw;
  }
}
.l-recruit-interview .p-postList__item a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
}
.l-recruit-interview .p-postList__thumb {
  width: 100%;
  aspect-ratio: 350/440;
}
.l-recruit-interview .p-postList__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-recruit-interview .p-postList__body {
  margin-top: 16px;
}
@media (max-width: 760px) {
  .l-recruit-interview .p-postList__body {
    margin-top: 4vw;
  }
}
.l-recruit-interview .p-postList__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 760px) {
  .l-recruit-interview .p-postList__title {
    font-size: 4.4vw;
  }
}
.l-recruit-interview .p-postList__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  margin-top: 8px;
}
@media (max-width: 760px) {
  .l-recruit-interview .p-postList__text {
    font-size: 3.9vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 2vw;
  }
}
.l-recruit-interview .slick-prev,
.l-recruit-interview .slick-next {
  top: auto;
  bottom: 0;
  width: 67px;
  height: 67px;
}
@media print, screen and (max-width: 760px) {
  .l-recruit-interview .slick-prev,
  .l-recruit-interview .slick-next {
    width: 50px;
    height: 50px;
  }
}
.l-recruit-interview .slick-prev {
  background: url(./images/prev.svg);
  background-size: 100%;
  left: 50%;
  transform: translateX(-80px);
}
@media print, screen and (max-width: 760px) {
  .l-recruit-interview .slick-prev {
    transform: translateX(-60px);
  }
}
.l-recruit-interview .slick-next {
  background: url(./images/next.svg);
  background-size: 100%;
  right: 50%;
  transform: translateX(80px);
}
@media print, screen and (max-width: 760px) {
  .l-recruit-interview .slick-next {
    transform: translateX(60px);
  }
}

@media (max-width: 760px) {
  .l-sec-interview .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    width: 77vw;
  }
}

@media (max-width: 760px) {
  .l-recruit-index .l-recruit-index__title {
    font-size: 6vw !important;
  }
}

.l-privacy-list {
  counter-reset: num;
}
.l-privacy-list .l-privacy-list__section {
  counter-increment: num 1;
}
.l-privacy-list .l-privacy-list__title::before {
  content: counter(num) ".";
}

.logo_link_list {
  display: flex;
  list-style: none;
  padding: 0;
}
.logo_link_list li:first-child::before {
  content: none;
}
.logo_link_list li::before {
  content: "|";
  padding-inline: 10px;
  color: #c8c9cc;
}

.logo_color_sample {
  gap: 20px;
}
.logo_color_sample__color {
  width: 100px;
  height: 100px;
}
.logo_color_sample__text {
  gap: 10px;
}
@media (max-width: 760px) {
  .logo_color_sample__text {
    flex-direction: column;
  }
}

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

.wp-block-code code {
  font-size: 0.9em;
  font-family: Menlo, Consolas, monaco, monospace;
}

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