/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/sass/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*===============================================
designRoot
===============================================*/
/*===============================================
unit
===============================================*/
/*===============================================
spacing
===============================================*/
/*===============================================
ratio
===============================================*/
/*===============================================
font
===============================================*/
/*===============================================
color
===============================================*/
/*===============================================
Media Query
===============================================*/
/*===============================================
Line Height Crop
===============================================*/
/*===============================================
transition
===============================================*/
/*===============================================
placeholder
===============================================*/
/*===============================================
background image
===============================================*/
/*===============================================
position absolute
===============================================*/
/*===============================================
circle
===============================================*/
/*===============================================
lines-truncate
===============================================*/
/*===============================================
gradation
===============================================*/
/*===============================================
webp対応
例）@include webpBg(test, j, layout);
===============================================*/
/*===============================================
単位を取り除く関数
===============================================*/
/*===============================================
font size
===============================================*/
/*===============================================
タッチデバイスでhoverを無効にするやつ
===============================================*/
/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

:root {
  /*===============================================
  ①liquid design
  ===============================================*/
  --liquid-lgDesignRatio: calc(1440 / 10);
  --liquid-mdDesignRatio: calc(750 / 10);
  --liquid-smDesignRatio: calc(375 / 10);
  --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-lgDesignRatio));
  --liquid-bodyroot: 1.6rem;
  /*===============================================
  ②solid design
  ===============================================*/
  --solid-root: 16px;
  /*===============================================
  ③mobilefirst design
  ===============================================*/
  --mobile-DesignWidth: 750;
  --mobile-ContentsWidth: 750;
  --mobile-ContentsRatio: var(--mobile-ContentsWidth) / var(--mobile-DesignWidth);
  --mobile-root:min(16px * var(--mobile-ContentsRatio), 16 * 100 / var(--mobile-DesignWidth) * 1vw);
  /*===============================================
  headerHeight
  ===============================================*/
  --headerHeight: 112px;
}
@media screen and (max-width: 960px ) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-mdDesignRatio));
  }
}
@media screen and (max-width: 560px ) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-smDesignRatio));
  }
}
@media screen and (max-width: 560px ) {
  :root {
    --headerHeight: 80px;
  }
}

body {
  background-color: #F3F3F3;
  color: #222;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -o-font-smoothing: antialiased;
  -o-text-size-adjust: 100%;
}

html {
  font-size: var(--solid-root);
}

/*===============================================
ボタン周り
===============================================*/
a,
button {
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  pointer-events: auto;
  z-index: 100;
  transition: 0s;
  display: block;
  /* タブ移動時 */
  /* マウスクリック時 */
}
a:link, a:visited,
button:link,
button:visited {
  color: inherit;
}
a:hover, a:active,
button:hover,
button:active {
  color: inherit;
  cursor: pointer;
}
a:focus-visible,
button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
a:focus:not(:fous-visible),
button:focus:not(:fous-visible) {
  outline: none;
}
@media (hover: none) {
  a,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
a img,
button img {
  border: none;
}

.is_DOMloaded a,
.is_DOMloaded a span,
.is_DOMloaded button {
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-property: background-color, opacity, fill, color, box-shadow, transform, border-color;
}

/*===============================================
reset
===============================================*/
html {
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env(safe-area-inset-bottom, 20px) env(safe-area-inset-left, 20px);
}

img {
  border: 0;
  height: auto;
  pointer-events: none;
  vertical-align: middle;
  width: 100%;
}

iframe {
  width: 100%;
}

p {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 2;
}
@media (hover: none) {
  p a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  p a:hover {
    opacity: 0.5;
  }
}

ul,
ol,
li {
  font-size: 0;
  list-style: none;
}

@media (hover: none) {
  form label,
form span,
form input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/*===============================================
reCAPTCHAのバッジを非表示にする
===============================================*/
.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/*===============================================
common
===============================================*/
.ly_wrapper {
  flex-direction: column;
  display: flex;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.ly_wrapper__overflow {
  overflow: inherit;
}
.ly_wrapper .ly_main {
  position: relative;
  flex: 1;
}

.ly_main {
  padding-top: var(--headerHeight);
}

.ly_inner {
  max-width: 1120px;
  margin: 0 auto;
}
.ly_inner_lg {
  max-width: 1440px;
}
.ly_inner_breadcrumb {
  max-width: 1280px;
}
.ly_inner_top_service {
  max-width: 1024px;
}
.ly_inner_single {
  max-width: 840px;
}
.ly_inner_single_works {
  max-width: 960px;
}

/*===============================================
footer
===============================================*/
.ly_footer {
  position: relative;
  width: 100%;
}

/*===============================================
header
===============================================*/
.ly_header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.ly_header.is_scrolled {
  background-color: #fff;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
}
.ly_header_inner {
  align-items: center;
  height: var(--headerHeight);
  display: flex;
  justify-content: space-between;
}
.ly_headerNav_wrapper {
  align-items: center;
  display: flex;
  margin-right: 80px;
}
@media screen and (max-width: 1200px ) {
  .ly_headerNav_wrapper {
    margin-right: 24px;
  }
}
@media screen and (max-width: 960px ) {
  .ly_headerNav_wrapper {
    display: none;
  }
}
.ly_header .bl_headerNav_sm,
.ly_header .bl_headerNav_sm_bg,
.ly_header .bl_hamburgerBtn {
  display: none;
}
@media screen and (max-width: 960px ) {
  .ly_header .bl_headerNav_sm,
.ly_header .bl_headerNav_sm_bg,
.ly_header .bl_hamburgerBtn {
    display: block;
  }
}

/*===============================================
section
===============================================*/
.ly_sect {
  position: relative;
  padding: 80px 24px;
}
@media screen and (max-width: 560px ) {
  .ly_sect {
    padding: 56px 16px;
  }
}

.ly_top_sect {
  padding: 140px 24px;
}
@media screen and (max-width: 960px ) {
  .ly_top_sect {
    padding: 72px 16px;
  }
}

.ly_lower .ly_inner_lg {
  position: relative;
}
@media screen and (max-width: 560px ) {
  .ly_lower {
    padding-bottom: 148px;
  }
}

@media screen and (max-width: 960px ) {
  .ly_service_lower {
    padding-bottom: 56px;
  }
}

.ly_under {
  padding-bottom: 0;
}
@media screen and (max-width: 560px ) {
  .ly_under {
    padding-bottom: 120px;
  }
}

.ly_single_works {
  padding-bottom: 120px;
}
@media screen and (max-width: 560px ) {
  .ly_single_works {
    padding-bottom: 96px;
  }
}

.ly_works_next {
  padding: 0;
}

.ly_bg_wh {
  background-color: #fff;
}

.ly_bg_gra {
  color: #fff;
  background: linear-gradient(112deg, #26BFBF 0%, #6C0658 100%);
}

.ly_topics {
  padding: 80px 16px 56px;
}
@media screen and (max-width: 960px ) {
  .ly_topics {
    padding: 56px 16px;
  }
}

.ly_padding_botom_96 {
  padding-bottom: 96px;
}
@media screen and (max-width: 1200px ) {
  .ly_padding_botom_96 {
    padding: 56px 16px 96px;
  }
}
@media screen and (max-width: 960px ) {
  .ly_padding_botom_96 {
    padding: 56px 16px 72px;
  }
}

.ly_works_tab {
  padding: 56px 16px 40px;
}
@media screen and (max-width: 960px ) {
  .ly_works_tab {
    padding: 40px 16px 32px;
  }
}

/*===============================================
cta
===============================================*/
.ly_cta {
  color: #fff;
  background: linear-gradient(112deg, #26BFBF 0%, #6C0658 100%);
  padding: 96px 24px 112px;
}
@media screen and (max-width: 560px ) {
  .ly_cta {
    padding: 132px 24px 150px;
  }
}

/*===============================================
related
===============================================*/
.ly_related {
  background-color: #fff;
  padding-top: 120px;
}
@media screen and (max-width: 960px ) {
  .ly_related {
    padding-top: 64px;
  }
}
@media screen and (max-width: 960px ) {
  .ly_related .bl_related {
    display: block;
  }
}
.ly_related .el_related_heading {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  font-weight: 700;
}
@media screen and (max-width: 960px ) {
  .ly_related .el_related_heading {
    text-align: center;
  }
}
.ly_related .bl_posts {
  max-width: 840px;
  width: 75%;
}
@media screen and (max-width: 960px ) {
  .ly_related .bl_posts {
    max-width: auto;
    width: 100%;
    margin-top: 40px;
  }
}
.ly_related .el_btn__arrow {
  display: inline-block;
}

/*===============================================
twoclumn
===============================================*/
.ly_twoColumn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ly_twoColumn__reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px ) {
  .ly_twoColumn {
    display: block;
  }
  .ly_twoColumn > *:last-child {
    margin-top: 80px;
  }
}
.ly_twoColumn_sideArea {
  width: 320px;
  flex-shrink: 0;
}
@media screen and (max-width: 960px ) {
  .ly_twoColumn_sideArea {
    width: 100%;
  }
}
.ly_twoColumn_mainArea {
  width: 100%;
  padding-left: 40px;
}
@media screen and (max-width: 960px ) {
  .ly_twoColumn_mainArea {
    padding-left: 0;
  }
}

/*===============================================
header logo
===============================================*/
.bl_headerLogo {
  transition: all 0.3s;
  transition-timing-function: ease-out;
  width: 112px;
  margin-left: 80px;
  font-size: 0;
}
@media screen and (max-width: 1200px ) {
  .bl_headerLogo {
    margin-left: 24px;
  }
}

/*===============================================
header nav
===============================================*/
.bl_headerNav_listWrapper {
  margin-right: 16px;
  align-items: center;
  display: flex;
}
.bl_headerNav_list {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_headerNav_list .bl_headerNav_btn {
  position: relative;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 12px 16px;
  border-radius: 4px;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 1200px ) {
  .bl_headerNav_list .bl_headerNav_btn {
    padding: 12px;
  }
}
@media (hover: none) {
  .bl_headerNav_list .bl_headerNav_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_headerNav_list .bl_headerNav_btn:hover {
    background-color: #DCDCDC;
  }
  .bl_headerNav_list .bl_headerNav_btn:hover svg {
    transform: rotate(180deg);
  }
}
.bl_headerNav_list .bl_headerNav_btn svg {
  margin-left: 8px;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_headerNav_list .bl_headerNav_btn svg .cls-1 {
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
@media (hover: none) {
  .bl_headerNav_list__lower {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_headerNav_list__lower:hover {
    background-color: #DCDCDC;
    border-radius: 4px 4px 0 0;
  }
  .bl_headerNav_list__lower:hover svg {
    transform: rotate(180deg);
  }
  .bl_headerNav_list__lower:hover .bl_headerNav_lower_listWrapper {
    top: 46px;
    opacity: 1;
    visibility: visible;
  }
}
.bl_headerNav_lower_listWrapper {
  background-color: #DCDCDC;
  position: absolute;
  top: 54px;
  right: auto;
  bottom: auto;
  left: 0;
  min-width: 240px;
  padding: 16px 20px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 4px 4px 4px;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_headerNav_lower_btn {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 12px;
  border-radius: 4px;
}
@media (hover: none) {
  .bl_headerNav_lower_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_headerNav_lower_btn:hover {
    background-color: #f2f2f2;
  }
}
.bl_headerNav_lower_btn__under:before {
  content: "";
  background-color: #707070;
  width: 8px;
  height: 1px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
}

/*===============================================
ハンバーガーメニュー
===============================================*/
.bl_headerNav_sm {
  position: fixed;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  visibility: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bl_headerNav_sm::-webkit-scrollbar {
  display: none;
}
.bl_headerNav_sm_inner {
  width: 100%;
  padding: 14.7vh 24px 7.8vh;
}
.bl_headerNav_sm_listWrapper {
  width: 100%;
  margin: auto;
  padding: 0 10vw;
  text-align: left;
}
.bl_headerNav_sm_listWrapper .bl_headerNav_sm_list {
  display: block;
  line-height: 1;
}
.bl_headerNav_sm_listWrapper .bl_headerNav_sm_list:not(:first-child) {
  margin-top: 32px;
}
.bl_headerNav_sm_listWrapper .bl_headerNav_sm_list .bl_headerNav_sm_btn {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  display: inline-block;
}
.bl_headerNav_sm_listWrapper .bl_headerNav_sm_list .bl_headerNav_sm_btn span, .bl_headerNav_sm_listWrapper .bl_headerNav_sm_list .bl_headerNav_sm_btn svg {
  display: inline-block;
  vertical-align: middle;
}
.bl_headerNav_sm_listWrapper .bl_headerNav_sm_list .bl_headerNav_sm_btn svg {
  margin-left: 0.8rem;
}
.bl_headerNav_sm_listWrapper .bl_headerNav_sm_list .bl_headerNav_sm_btn svg .cls-1 {
  fill: #fff;
}
.bl_headerNav_sm_lower_listWrapper {
  padding-left: 24px;
  margin-top: 24px;
}
.bl_headerNav_sm_lower_listWrapper li {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}
.bl_headerNav_sm_lower_listWrapper li:last-child {
  margin-bottom: 0;
}
.bl_headerNav_sm_lower_listWrapper li a {
  color: #fff;
  padding: 0;
}
.bl_headerNav_sm_lower_listWrapper li a:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 1px;
  margin-bottom: 2px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.bl_headerNav_sm .el_btn {
  margin-top: 7vh;
}
.bl_headerNav_sm_bottom {
  width: 100%;
  margin-top: 7.8vh;
}
.bl_headerNav_sm_bottom .bl_logo {
  width: 140px;
  margin: 0 auto;
}
.bl_headerNav_sm_bottom_SNS {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_headerNav_sm_bottom_SNS li {
  margin: 0 16px;
}
.bl_headerNav_sm_bottom_SNS li a {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.bl_headerNav_sm_bottom_SNS li a svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.bl_headerNav_sm_bottom_SNS li a svg path {
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_headerNav_sm_bottom_logo {
  display: block;
  width: 160px;
  margin: 7.8vh auto 4.9vh;
}
.bl_headerNav_sm_bottom_Copyright {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 9vh;
  letter-spacing: 0;
  text-align: center;
}
.bl_headerNav_sm_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100vh + 8px);
  min-height: calc(100vh + 8px);
  pointer-events: none;
}

/*===============================================
ハンバーガーメニュー アニメーション初期値
===============================================*/
.bl_headerNav_sm {
  top: -100%;
}
.bl_headerNav_sm_listWrapper .bl_headerNav_sm_list {
  opacity: 0;
  transform: translateX(16px);
}
.bl_headerNav_sm_listWrapper .bl_headerNav_sm_list .bl_headerNav_sm_btn {
  color: #fff;
}
.bl_headerNav_sm_bottom {
  opacity: 0;
  transform: translateY(8px);
}
.bl_headerNav_sm_bg {
  opacity: 1;
  transform: translateY(-100%);
  background: linear-gradient(112deg, #26BFBF 0%, #6C0658 100%);
}
.bl_headerNav_sm .el_btn {
  opacity: 0;
  transform: translateX(16px);
}

/*===============================================
header hamburger
===============================================*/
.bl_hamburgerBtn {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  left: auto;
  z-index: 9999;
  width: 44px;
  height: 32px;
  margin: auto;
  cursor: pointer;
  pointer-events: auto;
}
.bl_hamburgerBtn_trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: auto;
}
.bl_hamburgerBtn_trigger span {
  --duration: 0.6s;
  transition: background-color var(--duration), transform var(--duration), opacity var(--duration);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  height: 1px;
  margin: auto;
  background-color: #222;
  width: 100%;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_hamburgerBtn_trigger span:nth-of-type(1) {
  top: 0;
}
.bl_hamburgerBtn_trigger span:nth-of-type(2) {
  bottom: 0;
  width: 50%;
}
.bl_hamburgerBtn_txt:before {
  content: "MENU";
  color: #222;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bl_hamburgerBtn.is_smMenu_open span {
  background-color: #fff;
}
.bl_hamburgerBtn.is_smMenu_open span:nth-of-type(1) {
  transform: translate3d(0, 4px, 0) rotate(-25deg);
}
.bl_hamburgerBtn.is_smMenu_open span:nth-of-type(2) {
  width: 100%;
  transform: translate3d(0, -5px, 0) rotate(25deg);
}
.bl_hamburgerBtn.is_smMenu_open .bl_hamburgerBtn_txt:before {
  content: "CLOSE";
  color: #fff;
}

/*===============================================
.bl_footer_banner {
===============================================*/
.bl_footer_banner {
  padding: 32px 24px;
}
.bl_footer_banner .bl_footer_bannerWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 560px ) {
  .bl_footer_banner .bl_footer_bannerWrapper {
    display: block;
  }
}
.bl_footer_banner .bl_footer_bannerWrapper li {
  font-size: 16px;
  max-width: 280px;
  width: 33.3333%;
  padding: 0 16px;
}
@media screen and (max-width: 560px ) {
  .bl_footer_banner .bl_footer_bannerWrapper li {
    max-width: 240px;
    width: 100%;
    padding: 0;
    margin: 0 auto 16px;
  }
  .bl_footer_banner .bl_footer_bannerWrapper li:last-child {
    margin-bottom: 0;
  }
}
@media (hover: none) {
  .bl_footer_banner .bl_footer_bannerWrapper li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_footer_banner .bl_footer_bannerWrapper li a:hover {
    opacity: 0.7;
  }
}

/*===============================================
bl_footer_cont
===============================================*/
.bl_footer_cont {
  background-color: rgba(34, 34, 34, 0.05);
  padding: 72px 24px;
}
@media screen and (max-width: 960px ) {
  .bl_footer_cont {
    padding: 80px 16px 40px;
    text-align: center;
  }
}
.bl_footer_cont_menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 960px ) {
  .bl_footer_cont_menu {
    display: block;
  }
}
@media screen and (max-width: 560px ) {
  .bl_footer_cont_menu {
    padding: 0 16px;
  }
}
.bl_footer_cont_info {
  margin-top: 24px;
}
@media screen and (max-width: 960px ) {
  .bl_footer_cont_info {
    margin-top: 72px;
  }
}
.bl_footer_cont_info_list {
  font-size: 13px;
  font-weight: 700;
  padding-right: 32px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px ) {
  .bl_footer_cont_info_list {
    padding: 0 16px;
  }
}
.bl_footer_cont_info_list a {
  position: relative;
  display: inline-block;
}
.bl_footer_cont_info_list a:after {
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0.26, 0.06, 0, 1);
  position: absolute;
  top: auto;
  right: auto;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #222;
  content: "";
  transition-property: width;
}
@media (hover: none) {
  .bl_footer_cont_info_list a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_footer_cont_info_list a:hover:after {
    width: 100%;
  }
}

/*===============================================
bl_footerNav
===============================================*/
.bl_footerNav_listWrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px ) {
  .bl_footerNav_listWrapper {
    margin-top: 56px;
    justify-content: center;
  }
}
@media screen and (max-width: 560px ) {
  .bl_footerNav_listWrapper {
    justify-content: left;
    text-align: left;
  }
}
.bl_footerNav_list {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding-right: 32px;
  margin-bottom: 24px;
  display: inline-block;
}
.bl_footerNav_list:last-child {
  padding: 0;
}
.bl_footerNav_list .bl_footerNav_btn {
  position: relative;
  color: #222;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  display: inline-block;
}
.bl_footerNav_list .bl_footerNav_btn:after {
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0.26, 0.06, 0, 1);
  position: absolute;
  top: auto;
  right: auto;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #222;
  content: "";
  transition-property: width;
}
@media (hover: none) {
  .bl_footerNav_list .bl_footerNav_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_footerNav_list .bl_footerNav_btn:hover:after {
    width: 100%;
  }
}
.bl_footerNav_lower_list {
  margin-bottom: 8px;
}
.bl_footerNav_lower_list:last-child {
  margin-bottom: 0;
}
.bl_footerNav_lower_listWrapper {
  margin-top: 16px;
}
.bl_footerNav_lower_list .bl_footerNav_lower_btn {
  color: rgba(34, 34, 34, 0.6);
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
}
.bl_footerNav_lower_list .bl_footerNav_lower_btn:after {
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0.26, 0.06, 0, 1);
  position: absolute;
  top: auto;
  right: auto;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgba(34, 34, 34, 0.6);
  content: "";
  transition-property: width;
}
@media (hover: none) {
  .bl_footerNav_lower_list .bl_footerNav_lower_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_footerNav_lower_list .bl_footerNav_lower_btn:hover:after {
    width: 100%;
  }
}

/*===============================================
bl_footerCopyright
===============================================*/
.bl_footerCopyright {
  color: rgba(34, 34, 34, 0.6);
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 24px;
  display: block;
}

/*===============================================
accordionbox
===============================================*/
.bl_accordion {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.bl_accordion_list {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.bl_accordion_list:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.bl_accordion_list .bl_accordion_title {
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  cursor: pointer;
}
@media screen and (max-width: 560px ) {
  .bl_accordion_list .bl_accordion_title {
    padding: 24px 16px;
  }
}
.bl_accordion_list .bl_accordion_title_cat {
  background-color: rgba(34, 34, 34, 0.1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 8px 20px;
  border-radius: 32px;
}
@media screen and (max-width: 560px ) {
  .bl_accordion_list .bl_accordion_title_cat {
    order: 1;
  }
}
.bl_accordion_list .bl_accordion_title_ttl {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  margin: 0 16px;
}
@media screen and (max-width: 560px ) {
  .bl_accordion_list .bl_accordion_title_ttl {
    order: 3;
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 560px ) {
  .bl_accordion_list .bl_accordion_title_ttl__no_location {
    margin: 0 0 0 16px;
  }
}
.bl_accordion_list .bl_accordion_title_place {
  border: 1px solid rgba(34, 34, 34, 0.1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 6px 20px;
  border-radius: 32px;
}
@media screen and (max-width: 560px ) {
  .bl_accordion_list .bl_accordion_title_place {
    order: 2;
    margin-left: 16px;
  }
}
.bl_accordion_list .bl_accordion_title .bl_accordion_titleWrapper {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
@media screen and (max-width: 560px ) {
  .bl_accordion_list .bl_accordion_title .bl_accordion_titleWrapper {
    flex-wrap: wrap;
    margin-right: 24px;
  }
}
.bl_accordion_list .bl_accordion_title .bl_accordion_iconWrapper {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-property: transform;
}
@media screen and (max-width: 560px ) {
  .bl_accordion_list .bl_accordion_title .bl_accordion_iconWrapper {
    right: 10px;
  }
}
.bl_accordion_list .bl_accordion_title .bl_accordion_iconWrapper .bl_accordion_icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.bl_accordion_list .bl_accordion_title .bl_accordion_iconWrapper .bl_accordion_icon span {
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-property: transform;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}
.bl_accordion_list .bl_accordion_title .bl_accordion_iconWrapper .bl_accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
}
.bl_accordion_list .bl_accordion_title .bl_accordion_iconWrapper .bl_accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
}
@media (hover: none) {
  .bl_accordion_list .bl_accordion_title {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_accordion_list .bl_accordion_title:hover .bl_accordion_iconWrapper {
    transform: scale(1.1);
  }
}
.bl_accordion_list .bl_accordion_title:focus .bl_accordion_iconWrapper {
  transform: scale(1.1);
}
.bl_accordion_list .bl_accordion_title[aria-expanded=true] .bl_accordion_icon span:nth-of-type(1) {
  display: none;
}
.bl_accordion_list .bl_accordion_title[aria-expanded=true] .bl_accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
}
.bl_accordion_list .bl_accordion_content {
  position: relative;
}
.bl_accordion_list .bl_accordion_content_inner {
  padding: 8px 16px 40px;
}
.bl_accordion_list .bl_accordion_content table tr {
  margin-bottom: 24px;
  display: block;
}
.bl_accordion_list .bl_accordion_content table tr:last-child {
  margin-bottom: 0;
}
.bl_accordion_list .bl_accordion_content table tr th, .bl_accordion_list .bl_accordion_content table tr td {
  font-size: 14px;
}
@media screen and (max-width: 560px ) {
  .bl_accordion_list .bl_accordion_content table tr th, .bl_accordion_list .bl_accordion_content table tr td {
    width: 100%;
    display: block;
  }
}
.bl_accordion_list .bl_accordion_content table tr th {
  font-weight: 700;
  position: relative;
  width: 188px;
  padding-left: 16px;
}
.bl_accordion_list .bl_accordion_content table tr th:before {
  content: "";
  background: linear-gradient(to bottom, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 16px;
}
@media screen and (max-width: 560px ) {
  .bl_accordion_list .bl_accordion_content table tr th:before {
    top: 3px;
  }
}
.bl_accordion_list .bl_accordion_content table tr td {
  line-height: 2.2;
}
@media screen and (max-width: 560px ) {
  .bl_accordion_list .bl_accordion_content table tr td {
    margin-top: 16px;
    line-height: 2;
  }
}
.bl_accordion_list:not(:first-of-type) .bl_accordion_content {
  height: 0;
}

/*===============================================
cardUnit
===============================================*/
.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.bl_cardUnit__3col {
  --negativeMargin: 32px;
  margin-bottom: calc(var(--negativeMargin) * -1);
}
@media screen and (max-width: 960px ) {
  .bl_cardUnit__3col {
    --negativeMargin: 24px;
  }
}
.bl_cardUnit__3col .bl_cardUnit_list {
  display: inline-block;
  width: calc(33.33333% - 26px);
  margin-bottom: var(--negativeMargin);
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 960px ) {
  .bl_cardUnit__3col .bl_cardUnit_list {
    width: calc(50% - 16px);
    vertical-align: top;
  }
}
@media screen and (max-width: 560px ) {
  .bl_cardUnit__3col .bl_cardUnit_list {
    width: 100%;
    vertical-align: top;
  }
}
.bl_cardUnit__3col .bl_cardUnit_list:nth-child(3n+1) {
  margin-right: 26px;
}
@media screen and (max-width: 960px ) {
  .bl_cardUnit__3col .bl_cardUnit_list:nth-child(3n+1) {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl_cardUnit__3col .bl_cardUnit_list:nth-child(3n+2) {
  margin-right: 13px;
  margin-left: 13px;
}
@media screen and (max-width: 960px ) {
  .bl_cardUnit__3col .bl_cardUnit_list:nth-child(3n+2) {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl_cardUnit__3col .bl_cardUnit_list:nth-child(3n) {
  margin-left: 26px;
}
@media screen and (max-width: 960px ) {
  .bl_cardUnit__3col .bl_cardUnit_list:nth-child(3n) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px ) {
  .bl_cardUnit__3col .bl_cardUnit_list:nth-child(2n+1) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 560px ) {
  .bl_cardUnit__3col .bl_cardUnit_list:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px ) {
  .bl_cardUnit__3col .bl_cardUnit_list:nth-child(2n+2) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 560px ) {
  .bl_cardUnit__3col .bl_cardUnit_list:nth-child(2n+2) {
    margin-left: 0;
  }
}
.bl_cardUnit__2col {
  justify-content: space-between;
  --negativeMargin: 40px;
  margin-bottom: calc(var(--negativeMargin) * -1);
}
@media screen and (max-width: 960px ) {
  .bl_cardUnit__2col {
    --negativeMargin: 32px;
  }
}
.bl_cardUnit__2col .bl_cardUnit_list {
  display: inline-block;
  width: calc(50% - 40px);
  margin-bottom: var(--negativeMargin);
}
@media screen and (max-width: 960px ) {
  .bl_cardUnit__2col .bl_cardUnit_list {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 560px ) {
  .bl_cardUnit__2col .bl_cardUnit_list {
    width: 100%;
  }
}

/*===============================================
variables
===============================================*/
/*===============================================
formItem_group
===============================================*/
.bl_formItem_group:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (max-width: 560px ) {
  .bl_formItem_group:not(:first-of-type) {
    margin-top: 32px;
  }
}
.bl_formItem_group__flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px ) {
  .bl_formItem_group__flex {
    display: block;
  }
}
.bl_formItem_group__flex .bl_formItem_title {
  flex-shrink: 0;
  width: 260px;
}
@media screen and (max-width: 960px ) {
  .bl_formItem_group__flex .bl_formItem_title {
    width: 100%;
    margin-bottom: 8px;
  }
}
.bl_formItem_group__block {
  display: block;
}
.bl_formItem_group__block .bl_formItem_title {
  margin-bottom: 12px;
}
@media screen and (max-width: 960px ) {
  .bl_formItem_group__block .bl_formItem_title {
    margin-bottom: 8px;
  }
}
.bl_formItem_group p {
  display: none;
}

/*===============================================
formItem_title
===============================================*/
.bl_formItem_title {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
  line-height: 1.5;
}
@media (hover: none) {
  .bl_formItem_title {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_formItem_title:hover + .bl_formItem_wrapper .bl_formInput {
    border: 2px solid #e35b66;
  }
}
.bl_formItem_title span {
  margin-left: 4px;
}
.bl_formItem_title .require {
  display: inline-block;
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 2px;
  background-color: #222;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}

/*===============================================
formItem_wrapper
===============================================*/
.bl_formItem_wrapper {
  display: block;
  width: 100%;
}
.bl_formItem_wrapper__flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 560px ) {
  .bl_formItem_wrapper__flex {
    justify-content: space-between;
  }
}
.bl_formItem_name {
  width: min(100%, 320px);
}
.bl_formItem_name:not(:last-child) {
  margin-right: 16px;
}
.bl_formItem_tel {
  width: min(100%, 320px);
}
.bl_formItem_select {
  width: min(100%, 400px);
}

/*===============================================
formInput
===============================================*/
.bl_formInput {
  width: 100%;
  height: 56px;
  padding: 0 24px;
  overflow: hidden;
  border: 2px solid transparent;
  background-color: #E5E5E5;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-property: border-color;
}
.bl_formInput::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}
.bl_formInput::placeholder {
  color: rgba(34, 34, 34, 0.4);
}
.bl_formInput:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}
.bl_formInput::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}
@media (hover: none) {
  .bl_formInput {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_formInput:hover {
    border: 2px solid #e35b66;
  }
}
@media screen and (max-width: 560px ) {
  .bl_formInput {
    padding: 0 8px;
  }
}
.bl_formInput:focus {
  border: 2px solid #e35b66;
  outline: 0;
}
.bl_formInput__select {
  background-image: url(../images/element/icon/select.svg);
  background-position: calc(100% - 24px) center;
  background-size: 14px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 560px ) {
  .bl_formInput__select {
    background-position: calc(100% - 8px) center;
    background-size: 10px;
  }
}
.bl_formInput__textarea {
  height: 240px;
  padding: 16px 24px;
  line-height: 1.6;
}
@media screen and (max-width: 560px ) {
  .bl_formInput__textarea {
    padding: 8px;
  }
}

/*===============================================
 radio,
 checkbox
===============================================*/
.bl_formInput_radio_wrapper, .bl_formInput_check_wrapper {
  display: flex;
}
.bl_formInput_radio_wrapper input[type=radio],
.bl_formInput_radio_wrapper input[type=checkbox], .bl_formInput_check_wrapper input[type=radio],
.bl_formInput_check_wrapper input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 100vw;
  z-index: -9999;
}
.bl_formInput_radio_wrapper input[type=radio]:focus-visible + .wpcf7-list-item-label:after,
.bl_formInput_radio_wrapper input[type=checkbox]:focus-visible + .wpcf7-list-item-label:after, .bl_formInput_check_wrapper input[type=radio]:focus-visible + .wpcf7-list-item-label:after,
.bl_formInput_check_wrapper input[type=checkbox]:focus-visible + .wpcf7-list-item-label:after {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (hover: none) {
  .bl_formInput_radio_wrapper input[type=radio],
.bl_formInput_radio_wrapper input[type=checkbox], .bl_formInput_check_wrapper input[type=radio],
.bl_formInput_check_wrapper input[type=checkbox] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_formInput_radio_wrapper input[type=radio]:hover + .wpcf7-list-item-label:after,
.bl_formInput_radio_wrapper input[type=checkbox]:hover + .wpcf7-list-item-label:after, .bl_formInput_check_wrapper input[type=radio]:hover + .wpcf7-list-item-label:after,
.bl_formInput_check_wrapper input[type=checkbox]:hover + .wpcf7-list-item-label:after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.bl_formInput_radio_wrapper .wpcf7-list-item, .bl_formInput_check_wrapper .wpcf7-list-item {
  cursor: pointer;
}
.bl_formInput_radio_wrapper .wpcf7-list-item:not(:last-of-type), .bl_formInput_check_wrapper .wpcf7-list-item:not(:last-of-type) {
  margin-right: 8px;
}
.bl_formInput_radio_wrapper label, .bl_formInput_check_wrapper label {
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1;
}
.bl_formInput_radio_wrapper label input[type=radio]:checked + .wpcf7-list-item-label:before,
.bl_formInput_radio_wrapper label input[type=checkbox]:checked + .wpcf7-list-item-label:before, .bl_formInput_check_wrapper label input[type=radio]:checked + .wpcf7-list-item-label:before,
.bl_formInput_check_wrapper label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.bl_formInput_radio_wrapper label .wpcf7-list-item-label, .bl_formInput_check_wrapper label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 16px 0 40px;
  border: 1px solid transparent;
  font-weight: bold;
  font-size: 16px;
}
.bl_formInput_radio_wrapper label .wpcf7-list-item-label:before,
.bl_formInput_radio_wrapper label .wpcf7-list-item-label:after, .bl_formInput_check_wrapper label .wpcf7-list-item-label:before,
.bl_formInput_check_wrapper label .wpcf7-list-item-label:after {
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-property: background-color;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
@media (hover: none) {
  .bl_formInput_radio_wrapper label, .bl_formInput_check_wrapper label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_formInput_radio_wrapper label:hover, .bl_formInput_check_wrapper label:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.bl_formInput_radio_wrapper label .wpcf7-list-item-label {
  line-height: 32px;
}
.bl_formInput_radio_wrapper label .wpcf7-list-item-label:before {
  opacity: 0;
  left: 10px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: 0;
  border-radius: 50%;
  background-color: #fff;
}
.bl_formInput_radio_wrapper label .wpcf7-list-item-label:after {
  left: 0;
  z-index: 0;
  width: 32px;
  height: 32px;
  margin-top: 0;
  border: 1px solid #222;
  border-radius: 50%;
  background-color: #E5E5E5;
}
.bl_formInput_check_wrapper label .wpcf7-list-item-label {
  line-height: 24px;
}
.bl_formInput_check_wrapper label .wpcf7-list-item-label::before {
  opacity: 0;
  left: 6px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: 0;
  border-radius: 2px;
  background-color: #fff;
}
.bl_formInput_check_wrapper label .wpcf7-list-item-label:after {
  left: 0;
  z-index: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  border: 1px solid #222;
  border-radius: 2px;
  background-color: #E5E5E5;
}

/*===============================================
birthday
===============================================*/
.bl_formInput_birthday_block {
  width: 33.3333%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_formInput_birthday_block .wpcf7-form-control-wrap {
  width: 100%;
}
.bl_formInput_birthday_block:not(:last-of-type) {
  padding-right: 24px;
}
@media screen and (max-width: 560px ) {
  .bl_formInput_birthday_block:not(:last-of-type) {
    padding-right: 16px;
  }
}
.bl_formInput_birthday_txt {
  flex-shrink: 0;
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 56px;
}
@media screen and (max-width: 560px ) {
  .bl_formInput_birthday_txt {
    margin-left: 4px;
    font-size: 12px;
  }
}

/*===============================================
file
===============================================*/
.bl_formInput_file_wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.bl_formInput_file_wrapper input[type=file] {
  display: none;
}
.bl_formInput_file_wrapper button {
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-property: background-color, color, border-color;
  display: inline-block;
  flex-shrink: 0;
  width: 240px;
  border-radius: 56px;
  background-color: #E5E5E5;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  border: 2px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 560px ) {
  .bl_formInput_file_wrapper button {
    width: 210px;
  }
}
.bl_formInput_file_wrapper button:focus-visible {
  background-color: #fff;
  color: #fff;
  border: 2px solid #fff;
}
@media (hover: none) {
  .bl_formInput_file_wrapper button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_formInput_file_wrapper button:hover {
    border: 2px solid #e35b66;
  }
}
.bl_formInput_fileName {
  display: block;
  width: 100%;
  padding-left: 16px;
  color: #222;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  pointer-events: none;
}
.bl_formInput_fileName::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.bl_formInput_fileName::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 560px ) {
  .bl_formInput_fileName {
    font-size: 11px;
  }
}
.bl_formInput_fileName.is_fileset {
  color: #222;
}

/*===============================================
submit
===============================================*/
.bl_submit {
  width: 100%;
}
@media screen and (max-width: 560px ) {
  .bl_submit {
    width: 100%;
    margin-left: 0;
  }
}
.bl_submit_privacypolicy {
  margin-top: 40px;
}
.bl_submit_privacypolicy_title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
.bl_submit_privacypolicy_cont {
  height: 240px;
  padding: 24px;
  overflow-y: auto;
  border: 1px solid #222;
  border-radius: 8px;
}
.bl_submit_privacypolicy_cont_textBlock:not(:first-of-type) {
  margin-top: 32px;
}
.bl_submit_privacypolicy_cont_title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}
.bl_submit_privacypolicy_cont_text {
  font-size: 16px;
  line-height: 1.5;
}
.bl_submit #is_privacyCheckBool {
  display: none;
}
.bl_submit .bl_privacyCheck_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 32px;
  font-size: 14px;
  text-align: left;
}
.bl_submit .bl_privacyCheck_wrapper #js_privacyCheckBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bl_submit .bl_privacyCheck_wrapper #js_privacyCheckBtn .bl_privacyCheck {
  pointer-events: none;
}
@media (hover: none) {
  .bl_submit .bl_privacyCheck_wrapper #js_privacyCheckBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_submit .bl_privacyCheck_wrapper #js_privacyCheckBtn:hover .bl_privacyCheck span {
    transform: scale(1.1);
  }
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  background-color: #fff;
  vertical-align: middle;
  transition: background-color 0.15s 0.2s transform 0.35s cubic-bezier(0.78, -1.22, 0.17, 1.89);
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-property: transform;
  transform-origin: center;
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck span:before {
  position: absolute;
  top: 11px;
  left: 5px;
  transform: rotate(45deg);
  width: 0;
  height: 2px;
  background: #222;
  content: "";
  transform-origin: 0 0;
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck span:after {
  position: absolute;
  top: 17px;
  left: 8px;
  transform: rotate(305deg);
  width: 0;
  height: 2px;
  background: #222;
  content: "";
  transform-origin: 0 0;
}
@media (hover: none) {
  .bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck:hover span {
    transform: scale(1.1);
  }
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck.is_checked span {
  transform: scale(1.1);
  background-color: #222;
  border: 1px solid #222;
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck.is_checked span:after {
  width: 15px;
  background: #fff;
  transition: width 0.15s ease 0.1s;
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck.is_checked span:before {
  width: 8px;
  background: #fff;
  transition: width 0.15s ease;
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck_txt {
  display: inline-block;
  line-height: 1.6;
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck_txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck_txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 560px ) {
  .bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck_txt {
    width: calc(100% - 40px);
  }
}
.bl_submit .bl_privacyCheck_wrapper .bl_privacyCheck_txt .bl_privacyCheck_link {
  display: inline;
  text-decoration: underline;
}
.bl_submit .bl_submitBtn_wrapper {
  position: relative;
}
.bl_submit .bl_submitBtn_wrapper .ajax-loader {
  position: absolute;
}
.bl_submit .bl_submitBtn_wrapper .el_btn {
  margin: 0 auto;
}
.bl_submit .bl_submitBtn_wrapper .bl_submitBtn {
  transition: all 0.3s;
  transition-timing-function: ease-out;
  display: block;
  width: min(100%, 320px);
  margin: 0 auto;
  border: 2px solid #fff;
  background-color: #fff;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
  outline: 0;
  cursor: pointer;
  transition-property: background-color, border, color;
}
.bl_submit .bl_submitBtn_wrapper .bl_submitBtn:focus {
  outline: 0;
}
.bl_submit .bl_submitBtn_wrapper .bl_submitBtn:focus-visible {
  background-color: #fff;
  color: #fff;
}
@media (hover: none) {
  .bl_submit .bl_submitBtn_wrapper .bl_submitBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_submit .bl_submitBtn_wrapper .bl_submitBtn:hover {
    background-color: #fff;
    color: #fff;
  }
}
.bl_submit .bl_submitBtn_wrapper .bl_submitBtn[disabled] {
  border: 2px solid #E5E5E5;
  background: none;
  background-color: #E5E5E5;
  color: rgba(34, 34, 34, 0.4);
  pointer-events: none;
}

/*===============================================
cf7 validation 
===============================================*/
.wpcf7-not-valid-tip {
  display: none !important;
}

.formErrorContent {
  display: block;
  width: 100%;
  margin-top: 8px !important;
  padding: 5px;
  border: 1px solid #e35b66 !important;
  border-radius: 4px;
  background-color: #fff0f1;
  color: #cc3340;
  font-size: 12px !important;
  line-height: 1.3;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  width: 560px;
  max-width: 100%;
  margin: 16px auto 0;
  padding: 5px;
  border: 1px solid #e35b66 !important;
  border-radius: 4px;
  background-color: #fff0f1;
  color: #cc3340;
  font-size: 12px !important;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  background: #d5edda;
  color: #185626;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #cc3340;
  background: #f7d7da;
  color: #cc3340;
}

div.wpcf7-mail-sent-ng {
  border: 1px solid #cc3340;
  background: #fff0f1;
  color: #cc3340;
}

div.wpcf7-spam-blocked {
  border: 1px solid #feedbd;
  background: #fff2cf;
  color: #846314;
}

.wpcf7-form-control-wrap.period {
  width: 100%;
}

.bl_submitBtn_wrapper .ajax-loader {
  position: absolute;
}
.bl_submitBtn_wrapper .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  margin: auto;
}

/*===============================================
posts
===============================================*/
.bl_posts .bl_bl_posts_item {
  position: relative;
}
.bl_posts .bl_bl_posts_item:first-child a {
  padding-top: 0;
}
.bl_posts .bl_bl_posts_item a {
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  padding: 24px 0 20px;
}
@media (hover: none) {
  .bl_posts .bl_bl_posts_item a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_posts .bl_bl_posts_item a:hover {
    opacity: 0.5;
  }
}
.bl_posts .bl_bl_posts_item .bl_posts_ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 12px;
}
.bl_posts_top .bl_bl_posts_item:before {
  content: "";
  background: linear-gradient(to bottom, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1.5px;
  left: 0;
  width: 80px;
  height: 4px;
}
.bl_posts_top .bl_bl_posts_item a {
  padding: 40px 0 24px;
}

.bl_posts_info .bl_posts_date, .bl_posts_info .bl_posts_category {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.bl_posts_info .bl_posts_date {
  width: 96px;
  opacity: 0.6;
}
.bl_posts_info .bl_posts_category:before {
  content: "";
  background-color: #222;
  width: 12px;
  height: 2px;
  margin-bottom: 2px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

/*===============================================
bl_logo
===============================================*/
.bl_logo {
  transition: all 0.3s;
  transition-timing-function: ease-out;
  width: 112px;
}
.bl_logo svg .cls-1 {
  fill: #0057aa;
}
.bl_logo svg .cls-2 {
  fill: none;
}
.bl_logo a {
  transition-property: opacity;
}
@media (hover: none) {
  .bl_logo a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_logo a:hover {
    opacity: 0.5;
  }
}

/*===============================================
bl_bg
===============================================*/
.bl_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.bl_bg:before {
  content: "";
  background-color: #D1D1D1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5px;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .bl_bg {
    left: 50%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (min-width: 1900px) {
  .bl_bg {
    max-width: initial;
    width: 90%;
  }
}
.bl_bg_line {
  position: relative;
  width: 20%;
  height: 100%;
}
.bl_bg_line:before {
  content: "";
  background-color: #D1D1D1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5px;
  height: 100%;
  display: block;
}

/*===============================================
bl_subFv
===============================================*/
.bl_subFv {
  padding-bottom: 0;
}
.bl_subFv_ttl {
  background: -webkit-linear-gradient(0, #26BFBF, #6C0658);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.75rem, 2.3098591549rem + 1.8779342723vw, 4rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 560px ) {
  .bl_subFv_ttl {
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 560px ) {
  .bl_subFv_ttlBlock {
    text-align: center;
  }
}
.bl_subFv_txt {
  font-size: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 40px;
  display: block;
}
@media screen and (max-width: 560px ) {
  .bl_subFv_txt {
    letter-spacing: 0.08em;
    margin-top: 16px;
  }
}
.bl_subFv .el_txt_bg {
  bottom: 0;
  right: -1.6rem;
}

/*===============================================
pagination
===============================================*/
.bl_pagination {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.bl_pagination a, .bl_pagination span {
  border: 0;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 2px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px ) {
  .bl_pagination a, .bl_pagination span {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
.bl_pagination span.current {
  color: #fff;
  background: linear-gradient(180deg, rgba(38, 191, 191, 0.5) 0%, rgba(108, 6, 88, 0.5) 100%);
}
.bl_pagination span.dots {
  font-size: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
  line-height: 42px;
  letter-spacing: 4px;
  margin: 0;
}
.bl_pagination a {
  color: #222;
  margin: 0;
}
@media (hover: none) {
  .bl_pagination a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_pagination a:hover {
    color: #fff;
    background-color: #222;
  }
}
.bl_pagination a.page-numbers.prev, .bl_pagination a.page-numbers.next {
  width: auto;
  height: auto;
  line-height: 1;
}
@media (hover: none) {
  .bl_pagination a.page-numbers.prev, .bl_pagination a.page-numbers.next {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_pagination a.page-numbers.prev:hover, .bl_pagination a.page-numbers.next:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 960px ) {
  .bl_pagination a.page-numbers svg {
    width: 21.052px;
    height: 22.294px;
  }
}
.bl_pagination a.page-numbers svg .cls-1 {
  fill: none;
  stroke: #222;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}
.bl_pagination a.page-numbers.prev {
  margin-right: 40px;
}
@media screen and (max-width: 960px ) {
  .bl_pagination a.page-numbers.prev {
    margin-right: 24px;
  }
}
@media (hover: none) {
  .bl_pagination a.page-numbers.prev {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_pagination a.page-numbers.prev:hover {
    transform: translateX(-8px);
  }
}
.bl_pagination a.page-numbers.next {
  margin-left: 40px;
}
@media screen and (max-width: 960px ) {
  .bl_pagination a.page-numbers.next {
    margin-left: 24px;
  }
}
@media (hover: none) {
  .bl_pagination a.page-numbers.next {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_pagination a.page-numbers.next:hover {
    transform: translateX(8px);
  }
}

/*===============================================
button
===============================================*/
.el_btn {
  cursor: pointer;
  color: #fff !important;
  border: 0;
  outline: 0;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  max-width: 200px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  letter-spacing: 0.1em;
  margin-top: 32px;
  text-align: center;
  border-radius: 52px;
  overflow: hidden;
}
.el_btn:before, .el_btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.el_btn:before {
  background: linear-gradient(112deg, #26BFBF 0%, #6C0658 100%);
  z-index: -1;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.el_btn:after {
  background: linear-gradient(312deg, #26BFBF 0%, #6C0658 100%);
  z-index: -2;
}
@media (hover: none) {
  .el_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .el_btn:hover:before {
    opacity: 0;
  }
  .el_btn:hover .el_btn_icon:before {
    left: calc(50% + 12px);
    opacity: 0;
  }
  .el_btn:hover .el_btn_icon:after {
    left: 50%;
    opacity: 1;
  }
}
.el_btn:link, .el_btn:visited, .el_btn:hover, .el_btn:active {
  color: #fff;
}
.el_btn__right {
  margin-left: auto;
}
.el_btn__en {
  font-family: "Lato", sans-serif;
}
.el_btn__center {
  margin-left: auto;
  margin-right: auto;
}
.el_btn__trans {
  background: none;
  border: 1px solid #fff;
}
@media (hover: none) {
  .el_btn__trans {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .el_btn__trans:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.el_btn__trans:before, .el_btn__trans:after {
  content: none;
}
.el_btn__header {
  width: 140px;
  line-height: 40px;
  height: 40px;
  margin: 0;
}
.el_btn__md {
  font-size: 13px;
  max-width: 280px;
  height: 52px;
  line-height: 52px;
  margin-top: 40px;
  border-radius: 52px;
}
.el_btn__lg {
  font-size: 16px;
  max-width: 316px;
  height: 64px;
  line-height: 64px;
  margin-top: 48px;
  border-radius: 64px;
}
.el_btn__lg .el_btn_icon {
  right: 10px;
}
.el_btn__arrow {
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  font-weight: 700;
  width: auto;
  letter-spacing: 0.1em;
  margin-top: 56px;
}
@media screen and (max-width: 560px ) {
  .el_btn__arrow {
    margin-top: 40px;
  }
}
.el_btn__arrow_txt, .el_btn__arrow_icon {
  display: inline-block;
  vertical-align: middle;
}
.el_btn__arrow_icon {
  position: relative;
  width: 24px;
  height: 25.243px;
  margin-left: 20px;
}
@media screen and (max-width: 560px ) {
  .el_btn__arrow_icon {
    width: 21.052px;
    height: 22.294px;
  }
}
.el_btn__arrow_icon:before, .el_btn__arrow_icon:after {
  content: "";
  background-color: transparent;
  background-image: url(../images/element/icon/arrow-right-bk.svg);
  background-size: 24px 25.243px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 25.243px;
  transform: translate(0, -50%);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition-timing-function: ease-out;
  z-index: 1;
}
@media screen and (max-width: 560px ) {
  .el_btn__arrow_icon:before, .el_btn__arrow_icon:after {
    background-size: 21.052px 22.294px;
    width: 21.052px;
    height: 22.294px;
  }
}
.el_btn__arrow_icon:before {
  left: 0;
}
.el_btn__arrow_icon:after {
  left: -20px;
  opacity: 0;
}
.el_btn__arrow_icon__wh:before, .el_btn__arrow_icon__wh:after {
  background-image: url(../images/element/icon/arrow-right-works-next.svg);
}
.el_btn__arrow_icon__link {
  width: 27.834px;
  height: 27.834px;
  margin-left: 12px;
}
.el_btn__arrow_icon__link:before, .el_btn__arrow_icon__link:after {
  background-image: url(../images/element/icon/arrow-right-link.svg);
  background-size: 27.834px 27.834px;
  width: 27.834px;
  height: 27.834px;
}
.el_btn_icon {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 6px;
  bottom: auto;
  left: auto;
  transform: translate(0, -50%);
}
.el_btn_icon:before, .el_btn_icon:after {
  content: "";
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition-timing-function: ease-out;
}
.el_btn_icon:before {
  left: 50%;
}
.el_btn_icon:after {
  left: calc(50% - 12px);
  opacity: 0;
}
.el_btn_arrow:before, .el_btn_arrow:after {
  background-image: url(../images/element/icon/arrow-right.svg);
  background-size: 13px 8.125px;
  width: 13px;
  height: 8.125px;
}
.el_btn_link:before, .el_btn_link:after {
  background-image: url(../images/element/icon/external-link.svg);
  background-size: 14.937px 14.937px;
  width: 14.937px;
  height: 14.937px;
}
.el_btn[disabled] {
  cursor: no-drop;
  color: rgba(34, 34, 34, 0.4) !important;
  background: none;
  background-color: #E5E5E5;
}
.el_btn[disabled]:before, .el_btn[disabled]:after {
  content: none;
}

@media (hover: none) {
  .el_btn__arrow {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .el_btn__arrow:hover .el_btn__arrow_icon:before {
    left: 20px;
    opacity: 0;
  }
  .el_btn__arrow:hover .el_btn__arrow_icon:after {
    left: 0;
    opacity: 1;
  }
}

.el_btn_circle {
  position: relative;
  display: inline-block;
}
.el_btn_circleBlock {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 560px ) {
  .el_btn_circleBlock {
    margin-top: 80px;
  }
}
.el_btn_circle:before {
  content: "";
  border: 1px solid #222;
  position: absolute;
  top: 50%;
  right: -24px;
  bottom: 0;
  left: auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 560px ) {
  .el_btn_circle:before {
    width: 80px;
    height: 80px;
  }
}
.el_btn_circle_txt {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
}
.el_btn_circle_arrow {
  position: relative;
  width: 24px;
  height: 25.243px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 560px ) {
  .el_btn_circle_arrow {
    width: 21.052px;
    height: 22.294px;
  }
}
.el_btn_circle_arrow:before, .el_btn_circle_arrow:after {
  content: "";
  background-color: transparent;
  background-image: url(../images/element/icon/arrow-right-bk.svg);
  background-size: 24px 25.243px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 25.243px;
  transform: translate(0, -50%);
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 560px ) {
  .el_btn_circle_arrow:before, .el_btn_circle_arrow:after {
    background-size: 21.052px 22.294px;
    width: 21.052px;
    height: 22.294px;
  }
}
.el_btn_circle_arrow:before {
  left: 0;
}
.el_btn_circle_arrow:after {
  left: -20px;
  opacity: 0;
}
.el_btn_circle__wh {
  margin-left: 16px;
}
.el_btn_circle__wh:before {
  border: 1px solid #fff;
  right: -16px;
  width: 72px;
  height: 72px;
}
.el_btn_circle__wh .el_btn_circle_arrow {
  width: 22px;
  height: 23.243px;
}
.el_btn_circle__wh .el_btn_circle_arrow:before, .el_btn_circle__wh .el_btn_circle_arrow:after {
  background-image: url(../images/element/icon/arrow-right-works-next.svg);
  background-size: 22px 23.243px;
  width: 22px;
  height: 23.243px;
}

@media (hover: none) {
  .el_btn_circle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .el_btn_circle:hover .el_btn_circle_arrow:before {
    left: 20px;
    opacity: 0;
  }
  .el_btn_circle:hover .el_btn_circle_arrow:after {
    left: 0;
    opacity: 1;
  }
}

/*===============================================
textBlock
===============================================*/
.el_textBlock_title {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.6;
}
.el_textBlock_title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.el_textBlock_title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
.el_textBlock_text {
  font-size: 16px;
  line-height: 1.6;
}
.el_textBlock_text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.el_textBlock_text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
.el_textBlock__fff > * {
  color: #fff;
}

.el_textBlock > *:last-child {
  margin-bottom: 0 !important;
}
.el_textBlock .el_textBlock_title {
  margin-bottom: 24px;
}
.el_textBlock .el_textBlock_text {
  margin-bottom: 40px;
}

/*===============================================
thumbnail
===============================================*/
.el_thumb {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.el_thumb_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  transition-property: transform;
}
.el_thumb_bg picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.el_thumb_bg picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: initial;
  width: 100%;
  height: 100%;
}
.el_thumb.ra_16-9 .el_thumb_bg {
  padding-top: 56.25%;
}
.el_thumb.ra_3-2 .el_thumb_bg {
  padding-top: 66.66%;
}

.el_thumb,
.el_thumb_bg {
  background-color: #c4c4c4;
}

.lazyloaded {
  background-color: transparent;
}

/*===============================================
heading
===============================================*/
.el_headingBlock_margin {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px ) {
  .el_headingBlock_margin {
    margin-bottom: 32px;
  }
}
.el_headingBlock_ttl {
  background: -webkit-linear-gradient(0, #26BFBF, #6C0658);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.75rem, 2.3098591549rem + 1.8779342723vw, 4rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
}
.el_headingBlock_ttl_sub {
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (max-width: 560px ) {
  .el_headingBlock_ttl_sub {
    margin-top: 24px;
  }
}
.el_headingBlock_ttl_sub__lg {
  /* font-size: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem); */
  font-size: clamp(1.2rem, 1rem + 1vw, 2rem);
}
.el_headingBlock_ttl_sub__sm {
  font-size: clamp(1.5rem, 1.411971831rem + 0.3755868545vw, 1.75rem);
}
.el_headingBlock_ttl_sub__margin_sm {
  margin-top: 24px;
}
@media screen and (max-width: 960px ) {
  .el_headingBlock_ttl_sub__margin_sm {
    margin-top: 16px;
  }
}
.el_headingBlock_ttl_sub__en {
  font-family: "Lato", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.el_headingBlock_ttl_sub span {
  font-size: clamp(1.75rem, 1.485915493rem + 1.1267605634vw, 2.5rem);
}
.el_headingBlock_txt {
  margin-top: 24px;
}
@media screen and (max-width: 560px ) {
  .el_headingBlock_txt {
    margin-top: 16px;
  }
}
.el_headingBlock_txt__bold {
  font-weight: 700;
}
.el_headingBlock_txt__lineheight {
  line-height: 2.8;
}
@media screen and (max-width: 560px ) {
  .el_headingBlock_txt__lineheight {
    line-height: 2.2;
  }
}

.el_headingBlock > *:last-child {
  margin-bottom: 0 !important;
}
.el_headingBlock .el_headingBlock_title {
  margin-bottom: 32px;
}

/*===============================================
subheading
===============================================*/
.el_subheadingBlock {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px ) {
  .el_subheadingBlock {
    margin-bottom: 32px;
  }
}
.el_subheadingBlock_ttl, .el_subheadingBlock_txt {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.el_subheadingBlock_ttl {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  display: inline-block;
}
.el_subheadingBlock_ttl:before {
  content: "";
  background-color: #222;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}
.el_subheadingBlock_txt {
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  line-height: 1.5;
  margin-top: 32px;
  display: block;
}
@media screen and (max-width: 960px ) {
  .el_subheadingBlock_txt {
    margin-top: 24px;
  }
}

/*===============================================
cta heading
===============================================*/
.el_cta_headingBlock .el_cta_heading_ttl {
  font-size: clamp(2.75rem, 2.3098591549rem + 1.8779342723vw, 4rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 560px ) {
  .el_cta_headingBlock .el_cta_heading_ttl {
    letter-spacing: 0.025em;
  }
}
.el_cta_headingBlock .el_cta_heading_txt {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0;
  display: block;
}
@media screen and (max-width: 560px ) {
  .el_cta_headingBlock .el_cta_heading_txt {
    letter-spacing: 0.08em;
  }
}
.el_cta_headingBlock__join .el_cta_heading_ttl {
  font-size: clamp(4rem, 2.7676056338rem + 5.2582159624vw, 7.5rem);
  line-height: 1;
}

/*===============================================
service heading
===============================================*/
@media screen and (max-width: 560px ) {
  .el_service_headingBlock.hp_tac .el_service_headingBlock_txt {
    text-align: left;
  }
}
.el_service_headingBlock_ttl {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  position: relative;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 560px ) {
  .el_service_headingBlock_ttl {
    letter-spacing: 0.025em;
  }
}
.el_service_headingBlock_ttl:before {
  content: "";
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.el_service_headingBlock_sub_ttl {
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  font-weight: 700;
  margin-top: 32px;
  display: block;
}
@media screen and (max-width: 960px ) {
  .el_service_headingBlock_sub_ttl {
    margin-top: 24px;
  }
}
.el_service_headingBlock_txt {
  margin-top: 24px;
}
@media screen and (max-width: 960px ) {
  .el_service_headingBlock_txt {
    margin-top: 16px;
  }
}

/*===============================================
service list heading
===============================================*/
.bl_service_list_headingBlock {
  margin-bottom: 24px;
}
.bl_service_list_headingBlock_ttl {
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
  position: relative;
  letter-spacing: 0;
}
.bl_service_list_headingBlock_ttl__border {
  padding-left: 32px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list_headingBlock_ttl__border {
    padding-left: 24px;
  }
}
.bl_service_list_headingBlock_ttl__border:before {
  content: "";
  background: linear-gradient(to bottom, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 32px;
  transform: translate(0, -50%);
}
.bl_service_list_headingBlock_ttl__en {
  font-size: clamp(1.75rem, 1.485915493rem + 1.1267605634vw, 2.5rem);
  font-family: "Lato", sans-serif;
}
.bl_service_list_headingBlock_ttl__en + .bl_service_list_headingBlock_sub_ttl {
  padding-left: 32px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list_headingBlock_ttl__en + .bl_service_list_headingBlock_sub_ttl {
    padding-left: 24px;
  }
}
.bl_service_list_headingBlock_sub_ttl {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 8px;
  display: block;
}
.bl_service_list_headingBlock_txt {
  max-width: 368px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list_headingBlock_txt {
    max-width: inherit;
  }
}
.bl_service_list_headingBlock_txt__bold {
  color: rgba(34, 34, 34, 0.75);
  font-weight: 700;
  margin-top: 12px;
}

/*===============================================
single article
===============================================*/
.bl_article {
  letter-spacing: 0.01em;
  word-break: break-word;
}
.bl_article .bl_article_cont > *:first-child {
  margin-top: 0 !important;
}
.bl_article .bl_article_cont > *:last-child {
  margin-bottom: 0 !important;
}
.bl_article .bl_article_heading {
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  padding-bottom: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 560px ) {
  .bl_article .bl_article_heading {
    padding-bottom: 32px;
    margin-bottom: 64px;
  }
}
.bl_article .bl_article_heading .bl_article_info .bl_posts_date, .bl_article .bl_article_heading .bl_article_info .bl_posts_category {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
}
.bl_article .bl_article_heading .bl_article_info .bl_posts_date {
  width: 106px;
}
.bl_article .bl_article_heading .bl_article_ttl {
  font-size: clamp(1.5rem, 1.235915493rem + 1.1267605634vw, 2.25rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 560px ) {
  .bl_article .bl_article_heading .bl_article_ttl {
    margin-top: 16px;
  }
}
.bl_article h2, .bl_article h3, .bl_article h4, .bl_article h5, .bl_article h6 {
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
.bl_article h2::before, .bl_article h3::before, .bl_article h4::before, .bl_article h5::before, .bl_article h6::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.bl_article h2::after, .bl_article h3::after, .bl_article h4::after, .bl_article h5::after, .bl_article h6::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
.bl_article h3,
.bl_article h4,
.bl_article h5,
.bl_article h6 {
  margin: 40px 0;
}
.bl_article h2 {
  font-size: 28px;
  padding-left: 2rem;
  margin: 64px 0 40px;
}
@media screen and (max-width: 960px ) {
  .bl_article h2 {
    font-size: 24px;
    padding-left: 1.5rem;
    margin: 56px 0 32px;
  }
}
@media screen and (max-width: 560px ) {
  .bl_article h2 {
    font-size: 20px;
  }
}
.bl_article h2:before {
  content: "";
  background: linear-gradient(to bottom, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: 13px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 32px;
}
@media screen and (max-width: 960px ) {
  .bl_article h2:before {
    top: 8px;
  }
}
@media screen and (max-width: 560px ) {
  .bl_article h2:before {
    top: 4px;
  }
}
.bl_article h3 {
  border-left: 4px solid #333;
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  padding-left: 2rem;
  margin: 56px 0 32px;
}
@media screen and (max-width: 960px ) {
  .bl_article h3 {
    padding-left: 1.5rem;
  }
}
.bl_article h4 {
  background-color: #fff;
  border-left: 4px solid #333;
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  padding: 1.2rem 1.2rem 1.2rem 2rem;
}
@media screen and (max-width: 960px ) {
  .bl_article h4 {
    padding-left: 1.5rem;
  }
}
.bl_article h5 {
  font-size: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
  padding-left: 2rem;
}
@media screen and (max-width: 960px ) {
  .bl_article h5 {
    padding-left: 1.5rem;
  }
}
.bl_article h5:before {
  content: "";
  background-color: #222;
  position: absolute;
  top: 13px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
}
.bl_article h6 {
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
}
.bl_article p {
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  line-height: 1.8;
  margin: 32px 0;
}
.bl_article p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.bl_article p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
.bl_article ul,
.bl_article ol {
  margin: 32px 0;
}
.bl_article ul li,
.bl_article ol li {
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  line-height: 1.8;
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.bl_article ul li:not(:first-child),
.bl_article ol li:not(:first-child) {
  margin-top: 24px;
}
.bl_article ul li::after,
.bl_article ol li::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}
.bl_article ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #222;
  border-radius: 50%;
  top: 11px;
}
.bl_article ol li {
  counter-increment: listNum;
}
.bl_article ol li::after {
  content: "" counter(listNum) "";
  font-family: "Lato", sans-serif;
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  font-weight: 700;
  color: #222;
}
.bl_article .wp-block-table {
  margin: 32px 0;
}
.bl_article .wp-block-table table {
  border-collapse: collapse;
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  margin: 0;
  width: 100%;
}
.bl_article .wp-block-table table thead tr th {
  text-align: center;
  vertical-align: middle;
}
.bl_article .wp-block-table table tr:last-child th {
  border-bottom: 1px solid #222;
}
.bl_article .wp-block-table table td,
.bl_article .wp-block-table table th {
  border: 1px solid #222;
  line-height: 1.7;
  padding: 16px;
  text-align: left;
}
.bl_article .wp-block-table table th {
  color: #fff;
  background-color: #222;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}
.bl_article strong {
  font-weight: bold;
}
.bl_article blockquote {
  padding: 32px;
  background-color: #fff;
  border-radius: 8px;
  margin: 56px 0;
  position: relative;
}
@media screen and (max-width: 560px ) {
  .bl_article blockquote {
    padding: 32px 16px;
  }
}
.bl_article blockquote:before {
  margin: auto;
  top: -6px;
  left: 13px;
  content: "";
  position: absolute;
  width: 21px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/element/icon/quote.svg);
}
.bl_article blockquote p {
  margin: 0;
  font-weight: bold;
}
.bl_article blockquote cite {
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  opacity: 0.48;
  width: 100%;
  text-align: right;
  display: inline-block;
  margin-top: 16px;
  line-height: 1.8;
}
.bl_article blockquote cite a {
  display: inline;
}
@media (hover: none) {
  .bl_article blockquote cite a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_article blockquote cite a:hover {
    color: #fff;
  }
}
.bl_article a {
  color: #222;
  display: inline;
  text-decoration: underline;
}
.bl_article strong {
  font-weight: bold;
}
.bl_article figure {
  margin: 32px 0;
}
.bl_article figure img {
  width: auto;
  display: block;
  margin: 0;
}
.bl_article figure figcaption {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 16px 0 0;
}
.bl_article figure figcaption::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.bl_article figure figcaption::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.bl_article .wp-block-image {
  margin: 32px 0;
}
.bl_article .wp-block-columns {
  justify-content: space-between;
  display: flex;
}
.bl_article .wp-block-columns .wp-block-column {
  width: calc(50% - 24px);
}
.bl_article .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.bl_article .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.bl_article .bl_article_share {
  margin-top: 80px;
}
@media screen and (max-width: 960px ) {
  .bl_article .bl_article_share {
    margin-top: 32px;
  }
}
.bl_article .bl_article_share ul {
  margin: 0;
}
.bl_article .bl_article_share li {
  font-size: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
  width: 33.3333%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bl_article .bl_article_share li:not(:first-child) {
  margin: 0;
}
.bl_article .bl_article_share li:after {
  content: none;
}
.bl_article .bl_article_share li.bl_article_share_twitter {
  font-family: "Lato", sans-serif;
  background-color: #1da1f2;
  border: 2px solid #1da1f2;
}
@media (hover: none) {
  .bl_article .bl_article_share li.bl_article_share_twitter a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_article .bl_article_share li.bl_article_share_twitter a:hover {
    color: #1da1f2;
  }
  .bl_article .bl_article_share li.bl_article_share_twitter a:hover svg .cls-1 {
    fill: #1da1f2;
  }
}
.bl_article .bl_article_share li.bl_article_share_facebook {
  font-family: "Lato", sans-serif;
  background-color: #1877F2;
  border: 2px solid #1877F2;
}
@media (hover: none) {
  .bl_article .bl_article_share li.bl_article_share_facebook a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_article .bl_article_share li.bl_article_share_facebook a:hover {
    color: #1877F2;
  }
  .bl_article .bl_article_share li.bl_article_share_facebook a:hover svg .cls-1 {
    fill: #1877F2;
  }
}
.bl_article .bl_article_share li.bl_article_share_hateb {
  background-color: #01A5DF;
  border: 2px solid #01A5DF;
}
@media (hover: none) {
  .bl_article .bl_article_share li.bl_article_share_hateb a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_article .bl_article_share li.bl_article_share_hateb a:hover {
    color: #01A5DF;
  }
  .bl_article .bl_article_share li.bl_article_share_hateb a:hover svg .cls-1 {
    fill: #01A5DF;
  }
}
.bl_article .bl_article_share li a {
  color: #fff;
  font-weight: 700;
  position: relative;
  height: 140px;
  padding: 56px 0 56px 56px;
  display: block;
  text-decoration: none;
}
@media (hover: none) {
  .bl_article .bl_article_share li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_article .bl_article_share li a:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 960px ) {
  .bl_article .bl_article_share li a {
    height: 90px;
    padding: 24px 0;
  }
}
.bl_article .bl_article_share li svg, .bl_article .bl_article_share li span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 960px ) {
  .bl_article .bl_article_share li svg, .bl_article .bl_article_share li span {
    margin: 0 auto 0.4rem;
    display: block;
    text-align: center;
  }
}
.bl_article .bl_article_share li svg .cls-1 {
  fill: #fff;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_article .bl_article_share li span {
  padding-left: 20px;
}
@media screen and (max-width: 960px ) {
  .bl_article .bl_article_share li span {
    padding: 0;
  }
}

/*===============================================
breadcrumb
===============================================*/
.bl_breadcrumb {
  -ms-overflow-style: none;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  width: 100%;
  padding: 0 24px;
  margin: 0 0 40px;
}
@media screen and (max-width: 560px ) {
  .bl_breadcrumb {
    padding: 0 16px;
  }
}
.bl_breadcrumb ul li {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}
.bl_breadcrumb ul li:first-child {
  font-family: "Lato", sans-serif;
}
.bl_breadcrumb ul li a {
  color: rgba(34, 34, 34, 0.5);
  padding-right: 12px;
}
@media (hover: none) {
  .bl_breadcrumb ul li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_breadcrumb ul li a:hover {
    color: #222;
  }
}
.bl_breadcrumb ul li a:after {
  content: "";
  color: #222;
  background-color: transparent;
  background-image: url(../images/element/icon/arrow-breadcrumb.svg);
  background-size: 6px 9.717px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 6px;
  height: 9.717px;
  margin-left: 12px;
  display: inline-block;
  z-index: 1;
}
.bl_breadcrumb::-webkit-scrollbar {
  display: none;
}

/*===============================================
bl_posts_side
===============================================*/
.bl_posts_side {
  position: -webkit-sticky;
  position: sticky;
  top: 132px;
  max-width: 220px;
  width: 20%;
}

/*===============================================
bl_posts_cont
===============================================*/
.bl_posts_cont {
  border-left: 1px solid rgba(34, 34, 34, 0.2);
  width: 79%;
  padding-left: 88px;
}
@media screen and (max-width: 960px ) {
  .bl_posts_cont {
    margin-top: 32px;
  }
}

.bl_posts_side, .bl_posts_cont {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px ) {
  .bl_posts_side, .bl_posts_cont {
    border: none;
    position: static;
    max-width: inherit;
    width: 100%;
    padding: 0;
    display: block;
  }
}

.ly_works .splide__slide {
  margin: 0 0 56px;
}
@media screen and (max-width: 1200px ) {
  .ly_works .splide__slide {
    margin-left: 0;
  }
}
@media screen and (max-width: 560px ) {
  .ly_works .splide__slide {
    margin-bottom: 32px;
  }
}
.ly_works .bl_pagination {
  margin-top: 0;
}
@media screen and (max-width: 960px ) {
  .ly_works .bl_pagination {
    margin-top: 24px;
  }
}

/*===============================================
bl_works_tab
===============================================*/
.bl_works_tab {
  width: 45%;
}
@media screen and (max-width: 960px ) {
  .bl_works_tab {
    width: 100%;
    margin-bottom: 32px;
  }
  .bl_works_tab:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px ) {
  .bl_works_tabWrapper {
    display: block;
  }
}
.bl_works_tab_ttl {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 960px ) {
  .bl_works_tab_ttl {
    padding-left: 24px;
  }
}
.bl_works_tab_ttl:before {
  content: "";
  background: linear-gradient(to bottom, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 32px;
}
.bl_works_tab_listWrapper {
  margin-top: 16px;
}
.bl_works_tab_listWrapper li {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 6px 6px 0;
  display: inline-block;
  vertical-align: top;
}
.bl_works_tab_listWrapper li.current a {
  color: #fff;
}
.bl_works_tab_listWrapper li.bl_works_cat_region.current a {
  background-color: #137171;
}
@media (hover: none) {
  .bl_works_tab_listWrapper li.bl_works_cat_region a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_works_tab_listWrapper li.bl_works_cat_region a:hover {
    background-color: #137171;
  }
}
.bl_works_tab_listWrapper li.bl_works_cat_task.current a {
  background-color: #6C0658;
}
@media (hover: none) {
  .bl_works_tab_listWrapper li.bl_works_cat_task a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_works_tab_listWrapper li.bl_works_cat_task a:hover {
    background-color: #6C0658;
  }
}
.bl_works_tab_listWrapper li a {
  color: #222;
  padding: 10px 20px;
  border-radius: 40px;
}
@media screen and (max-width: 960px ) {
  .bl_works_tab_listWrapper li a {
    padding: 10px 16px;
  }
}
@media (hover: none) {
  .bl_works_tab_listWrapper li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_works_tab_listWrapper li a:hover {
    color: #fff;
  }
}

/*===============================================
bl_works_posts
===============================================*/
.bl_works_posts {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bl_works_posts_item {
  width: 33.3333%;
  margin-bottom: 56px;
}
.bl_works_posts_item:nth-child(3n+1) {
  padding-right: 22px;
}
.bl_works_posts_item:nth-child(3n+2) {
  padding: 0 11px;
}
.bl_works_posts_item:nth-child(3n) {
  padding-left: 22px;
}
@media screen and (max-width: 960px ) {
  .bl_works_posts_item {
    width: 50%;
    margin-bottom: 32px;
  }
  .bl_works_posts_item:nth-child(3n+1), .bl_works_posts_item:nth-child(3n+2), .bl_works_posts_item:nth-child(3n) {
    padding: 0;
  }
  .bl_works_posts_item:nth-child(odd) {
    padding-right: 12px;
  }
  .bl_works_posts_item:nth-child(even) {
    padding-left: 12px;
  }
}
@media screen and (max-width: 560px ) {
  .bl_works_posts_item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  .bl_works_posts_item:nth-child(odd), .bl_works_posts_item:nth-child(even) {
    padding: 0;
  }
}
@media (hover: none) {
  .bl_works_posts_item a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_works_posts_item a:hover .bl_works_posts_imgWrapper {
    transform: scale(0.95);
  }
  .bl_works_posts_item a:hover .bl_works_posts_imgWrapper picture {
    transform: scale(1.1);
  }
}
.bl_works_posts_imgWrapper {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 3px 3px 26px rgba(0, 94, 106, 0.16);
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_works_posts_imgWrapper picture {
  display: block;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_works_posts_body {
  margin-top: 24px;
}
.bl_works_posts_ttl {
  font-size: 18px;
  font-weight: 700;
}
.bl_works_posts_company {
  color: rgba(34, 34, 34, 0.6);
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  display: block;
}
.bl_works_posts .bl_posts_cat {
  margin: 16px 0 0;
}
.bl_works_posts .bl_posts_cat ul {
  justify-content: flex-start;
  padding: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 560px ) {
  .bl_works_posts .bl_posts_cat ul {
    justify-content: center;
  }
}
.bl_works_posts .bl_posts_cat li {
  margin-bottom: 0;
}

/*===============================================
bl_topics_posts
===============================================*/
.bl_topics_posts_slider {
  gap: 40px 40px;
}
@media screen and (max-width: 1200px ) {
  .bl_topics_posts_slider {
    gap: 40px 16px;
  }
}
@media screen and (max-width: 560px ) {
  .bl_topics_posts_slider {
    gap: 40px 8px;
  }
}
.bl_topics_posts_three_columns {
  flex-wrap: wrap;
}
.bl_topics_posts_three_columns .bl_topics_posts_item {
  width: calc(33.3333% - 40px);
}
@media screen and (max-width: 960px ) {
  .bl_topics_posts_three_columns .bl_topics_posts_item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 560px ) {
  .bl_topics_posts_three_columns .bl_topics_posts_item {
    width: 100%;
  }
}
.bl_topics_posts_side {
  align-items: flex-end;
  gap: 0;
}
@media screen and (max-width: 560px ) {
  .bl_topics_posts_side {
    display: block;
  }
}
.bl_topics_posts_side .bl_topics_posts_item {
  width: 24%;
}
@media screen and (max-width: 560px ) {
  .bl_topics_posts_side .bl_topics_posts_item {
    width: 100%;
  }
  .bl_topics_posts_side .bl_topics_posts_item:last-child {
    margin-bottom: 0;
  }
}
.bl_topics_posts_side .bl_topics_posts_item__lg {
  width: 44%;
}
@media screen and (max-width: 560px ) {
  .bl_topics_posts_side .bl_topics_posts_item__lg {
    width: 100%;
  }
}
.bl_topics_posts_side .bl_topics_posts_item__lg .bl_topics_posts_ttl {
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
}
.bl_topics_posts_item {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px ) {
  .bl_topics_posts_item {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 560px ) {
  .bl_topics_posts_item {
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.bl_topics_posts_imgWrapper {
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_topics_posts_imgWrapper picture {
  display: block;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_topics_posts_body {
  margin-top: 24px;
}
@media screen and (max-width: 960px ) {
  .bl_topics_posts_body {
    margin-top: 16px;
  }
}
.bl_topics_posts_ttl {
  font-size: 18px;
  font-weight: 700;
}
.bl_topics_posts_date {
  color: rgba(34, 34, 34, 0.6);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 16px;
  display: block;
}
@media (hover: none) {
  .bl_topics_posts a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_topics_posts a:hover .bl_topics_posts_imgWrapper {
    transform: scale(0.95);
  }
  .bl_topics_posts a:hover .bl_topics_posts_imgWrapper picture {
    transform: scale(1.1);
  }
}

/*===============================================
bl_magazine_posts
===============================================*/
.bl_magazine_posts_slider {
  gap: 40px 40px;
}
.bl_magazine_posts_item {
  max-width: 264px;
  display: inline-block;
}
@media (hover: none) {
  .bl_magazine_posts_item a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_magazine_posts_item a:hover .bl_magazine_posts_imgWrapper {
    transform: scale(0.95);
  }
  .bl_magazine_posts_item a:hover .bl_magazine_posts_imgWrapper picture {
    transform: scale(1.1);
  }
}
.bl_magazine_posts_imgWrapper {
  overflow: hidden;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_magazine_posts_imgWrapper picture {
  display: block;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_magazine_posts_body {
  margin-top: 16px;
}
.bl_magazine_posts_date {
  color: rgba(34, 34, 34, 0.6);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: block;
}
.bl_magazine_posts_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 12px;
}
.bl_magazine_posts_txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

/*===============================================
txtBg
===============================================*/
.el_txt_bg {
  background: -webkit-linear-gradient(0, #26BFBF, #6C0658);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(5.5rem, 3.4753521127rem + 8.6384976526vw, 11.25rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: -16px;
  line-height: 1.2;
  display: inline-block;
  opacity: 0.2;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 560px ) {
  .el_txt_bg {
    bottom: 24px;
    left: 16px;
    line-height: 1;
  }
}
.el_txt_bg__center {
  width: 100%;
}

/*===============================================
tab
===============================================*/
.bl_tab_btn {
  border-bottom: 1px solid #707070;
  margin-bottom: 40px;
  display: block;
}
.bl_tab_btn button {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 700;
  color: #222;
  background-color: #F3F3F3;
  position: relative;
  padding: 12px 64px;
  margin: 0 8px;
  letter-spacing: 0;
  display: inline-block;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 560px ) {
  .bl_tab_btn button {
    padding: 12px 40px;
  }
}
.bl_tab_btn button:before {
  content: "";
  background: linear-gradient(112deg, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
@media (hover: none) {
  .bl_tab_btn button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_tab_btn button:hover {
    color: #fff;
  }
  .bl_tab_btn button:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
.bl_tab_btn button[aria-expanded=true] {
  color: #fff;
}
.bl_tab_btn button[aria-expanded=true]:before {
  opacity: 1;
  visibility: visible;
}

.bl_tabPanel_list_item_slide {
  width: 50%;
}
.bl_tabPanel_list_item_slide__mid_career iframe {
  aspect-ratio: 1.3333333333;
}
.bl_tabPanel_list_item_slide__engineer iframe {
  aspect-ratio: 1.417721519;
}
.bl_tabPanel_list_item_slide__new_graduate iframe {
  aspect-ratio: 1.3333333333;
}
@media screen and (max-width: 560px ) {
  .bl_tabPanel_list_item_slide {
    width: 100%;
    margin-bottom: 24px;
  }
  .bl_tabPanel_list_item_slide:last-child {
    margin-bottom: 0;
  }
}
.bl_tabPanel_list_item_slide:nth-child(odd) {
  padding-right: 20px;
}
@media screen and (max-width: 560px ) {
  .bl_tabPanel_list_item_slide:nth-child(odd) {
    padding: 0;
  }
}
.bl_tabPanel_list_item_slide:nth-child(even) {
  padding-left: 20px;
}
@media screen and (max-width: 560px ) {
  .bl_tabPanel_list_item_slide:nth-child(even) {
    padding: 0;
  }
}
.bl_tabPanel_list_item_slide iframe {
  width: 100%;
}
.bl_tabPanel_list_item_slideWrapper {
  justify-content: center;
}
@media screen and (max-width: 560px ) {
  .bl_tabPanel_list_item_slideWrapper {
    display: block;
  }
}

.el_tab_list {
  letter-spacing: 0;
}
.el_tab_list_btn {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-right: 8px;
  display: inline-block;
}
.el_tab_list_btn a {
  background-color: #DCDCDC;
  position: relative;
  padding: 12px 32px;
  text-align: center;
  border-radius: 44px;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.el_tab_list_btn a:before {
  content: "";
  background: linear-gradient(112deg, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
@media (hover: none) {
  .el_tab_list_btn a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .el_tab_list_btn a:hover {
    color: #fff;
  }
  .el_tab_list_btn a:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
.el_tab_list_btn.current {
  color: #fff;
}
.el_tab_list_btn.current a:before {
  opacity: 1;
  visibility: visible;
}
.el_tab_list_num {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding-left: 4px;
  vertical-align: top;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}

/*===============================================
under
===============================================*/
.ly_under .el_txt_bg {
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 560px ) {
  .ly_under .el_txt_bg {
    left: 0;
    transform: translate(0, 0);
  }
}

.bl_under_cont .bl_under_heading_ttl {
  background: -webkit-linear-gradient(0, #26BFBF, #6C0658);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.75rem, 2.3098591549rem + 1.8779342723vw, 4rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 560px ) {
  .bl_under_cont .bl_under_heading_ttl {
    letter-spacing: 0.025em;
  }
}
.bl_under_cont .bl_under_heading_txt {
  margin-top: 56px;
}
@media screen and (max-width: 560px ) {
  .bl_under_cont .bl_under_heading_txt {
    margin-top: 32px;
  }
}
.bl_under_cont .bl_under_heading_txt p {
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  font-weight: 700;
}
.bl_under_cont .el_btn {
  margin-top: 56px;
}
@media screen and (max-width: 560px ) {
  .bl_under_cont .el_btn {
    margin-top: 32px;
  }
}

/*===============================================
el_map
===============================================*/
.el_map {
  width: 100%;
  height: 296px;
}
/*===============================================
el_flow_txt
===============================================*/
.el_flow_txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(4rem, 2.9876760563rem + 4.3192488263vw, 6.875rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
  text-align: center;
  mix-blend-mode: overlay;
}
.el_flow_txt__sm {
  font-size: clamp(3rem, 2.0757042254rem + 3.9436619718vw, 5.625rem);
}
.el_flow_txt .el_flow_txt_cont {
  position: absolute;
  bottom: 0;
  left: 4000px;
  white-space: nowrap;
  -webkit-animation: flowTxt 36s linear infinite;
  animation: flowTxt 36s linear infinite;
  will-change: left;
}
@media screen and (max-width: 960px ) {
  .el_flow_txt .el_flow_txt_cont {
    left: 2000px;
    -webkit-animation-name: flowTxt_sp;
            animation-name: flowTxt_sp;
  }
}
.el_flow_txt .el_flow_txt_cont:nth-child(1) {
  bottom: 188px;
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}
@media screen and (max-width: 960px ) {
  .el_flow_txt .el_flow_txt_cont:nth-child(1) {
    bottom: 120px;
  }
}
.el_flow_txt .el_flow_txt_cont:nth-child(2) {
  bottom: 90px;
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}
@media screen and (max-width: 960px ) {
  .el_flow_txt .el_flow_txt_cont:nth-child(2) {
    bottom: 64px;
  }
}
.el_flow_txt .el_flow_txt_cont:nth-child(2) {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.el_flow_txt .el_flow_txt_cont span {
  display: block;
}

@-webkit-keyframes flowTxt {
  0% {
    left: 4000px;
  }
  100% {
    left: -2200px;
  }
}
@keyframes flowTxt {
  0% {
    left: 4000px;
  }
  100% {
    left: -2200px;
  }
}
@-webkit-keyframes flowTxt_sp {
  0% {
    left: 2000px;
  }
  100% {
    left: -1100px;
  }
}
@keyframes flowTxt_sp {
  0% {
    left: 2000px;
  }
  100% {
    left: -1100px;
  }
}
/*===============================================
el_particles
===============================================*/
.el_particles {
  background: linear-gradient(90deg, #26BFBF 0%, #6C0658 100%);
  background-size: 200% 200%;
  position: absolute;
  opacity: 0.3;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  z-index: -1;
  filter: blur(50px);
  -webkit-animation: bggradient 10s ease infinite, bounce-circle 1.5s ease-in-out infinite alternate;
  animation: bggradient 10s ease infinite, bounce-circle 1.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 960px ) {
  .el_particles {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 560px ) {
  .el_particles {
    width: 300px;
    height: 300px;
  }
}
.el_particles:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.el_particles__lg {
  width: 516px;
  height: 516px;
}
@media screen and (max-width: 960px ) {
  .el_particles__lg {
    width: 460px;
    height: 460px;
  }
}
@media screen and (max-width: 560px ) {
  .el_particles__lg {
    width: 300px;
    height: 300px;
  }
}
.el_particles__left {
  left: -180px;
}
.el_particles__right {
  top: 120px;
  right: -180px;
  -webkit-animation: bggradient 15s ease infinite, bounce-circle 1.5s ease-in-out infinite alternate;
  animation: bggradient 15s ease infinite, bounce-circle 1.5s ease-in-out infinite alternate;
}
.el_particles__center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*===============================================
slider
===============================================*/
.splide {
  position: relative;
}
.splide__inner {
  position: relative;
  z-index: 1;
}
.splide__arrow {
  position: absolute;
  top: 64px;
  z-index: 1;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.splide__arrow[disabled] {
  opacity: 0.5;
}
.splide__arrow--prev {
  left: -64px;
}
@media screen and (max-width: 1200px ) {
  .splide__arrow--prev {
    left: 16px;
  }
}
@media (hover: none) {
  .splide__arrow--prev {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .splide__arrow--prev:hover {
    transform: translate(-8px);
  }
}
@media (hover: none) {
  .splide__arrow--prev[disabled] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .splide__arrow--prev[disabled]:hover {
    transform: translate(0);
  }
}
.splide__arrow--next {
  right: -64px;
}
@media screen and (max-width: 1200px ) {
  .splide__arrow--next {
    right: 16px;
  }
}
@media (hover: none) {
  .splide__arrow--next {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .splide__arrow--next:hover {
    transform: translate(8px);
  }
}
@media (hover: none) {
  .splide__arrow--next[disabled] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .splide__arrow--next[disabled]:hover {
    transform: translate(0);
  }
}
/*===============================================
splide core css
===============================================*/
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 24px 0 0;
  position: relative;
}
@media screen and (max-width: 1200px ) {
  .splide__slide {
    margin: 0 0 0 32px;
  }
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__track__scroll {
  overflow: visible;
}

/*===============================================
thumb_zoom
===============================================*/
@media (hover: none) {
  .an_thumb_zoom {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .an_thumb_zoom:hover .el_thumb .el_thumb_bg {
    transform: scale(1.1);
  }
}

/*===============================================
scrollAnimation
===============================================*/
.is_fadeInUp,
.is_fadeInUpBlock .line {
  opacity: 0;
}

.is_fadeInUpBlock .line {
  display: inline-block;
}

/*===============================================
bggradient
===============================================*/
@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*===============================================
bounce-circle
===============================================*/
@-webkit-keyframes bounce-circle {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-64px) scale(1.2);
  }
}
@keyframes bounce-circle {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-64px) scale(1.2);
  }
}
/*===============================================
bounce-circle-service-list
===============================================*/
@-webkit-keyframes bounce-circle-service-list {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes bounce-circle-service-list {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
/*===============================================
bounce-circle-top
===============================================*/
@-webkit-keyframes bounce-circle-top {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, calc(-50% - 64px)) scale(1.2);
  }
}
@keyframes bounce-circle-top {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, calc(-50% - 64px)) scale(1.2);
  }
}
/*===============================================
device display
===============================================*/
.lg_only {
  display: block;
}
@media screen and (max-width: 560px ) {
  .lg_only {
    display: none;
  }
}

.md_only {
  display: none;
}
@media screen and (max-width: 960px ) {
  .md_only {
    display: block;
  }
}

.sm_only {
  display: none;
}
@media screen and (max-width: 560px ) {
  .sm_only {
    display: block;
  }
}

/*===============================================
text align
===============================================*/
.hp_tac {
  text-align: center;
}

.hp_tal {
  text-align: left;
}

.hp_tar {
  text-align: right;
}

/*===============================================
asterisk
===============================================*/
.hp_asterisk {
  position: relative;
}
.hp_asterisk:after {
  color: red;
  content: "*";
  line-height: 1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -10px;
}

/*===============================================
フォント
===============================================*/
.ff_eng {
  font-family: "Lato", sans-serif;
}

.hp_colorKey {
  color: #fff;
}

/*===============================================
iframe
===============================================*/
.hp_iframeWrapper {
  width: 100%;
  position: relative;
}
.hp_iframeWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hp_iframeWrapper.ra_16-9 {
  padding-top: 56.25%;
}

.hp_iframeWrapper.ra_square {
  padding-top: 100%;
}

/*===============================================
loading
===============================================*/
.un_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 9999;
  pointer-events: none;
}
.un_loading_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.un_loading_logoWrapper {
  width: 160px;
  position: relative;
}
@media screen and (max-width: 1200px ) {
  .un_loading_logoWrapper {
    width: 140px;
  }
}

/*===============================================
loading 初期状態
===============================================*/
.un_loading {
  background-color: #E7E7E7;
}
.un_loading_logo {
  transform: scale(3);
  opacity: 0;
}

.pg_top {
  padding-top: 0;
}

.ly_top_sect .ly_inner_lg {
  position: relative;
}
.ly_top_sect .el_headingBlock_ttl_sub {
  margin-top: 64px;
}
@media screen and (max-width: 960px ) {
  .ly_top_sect .el_headingBlock_ttl_sub {
    margin-top: 24px;
  }
}
.ly_top_sect .el_headingBlock_ttl_sub__sm {
  margin-top: 40px;
}
@media screen and (max-width: 960px ) {
  .ly_top_sect .el_headingBlock_ttl_sub__sm {
    margin-top: 24px;
  }
}
.ly_top_sect .el_headingBlock_txt {
  margin-top: 32px;
}
@media screen and (max-width: 960px ) {
  .ly_top_sect .el_headingBlock_txt {
    margin-top: 16px;
  }
}
.ly_top_sect .el_btn {
  margin-top: 40px;
}
@media screen and (max-width: 960px ) {
  .ly_top_sect .el_btn {
    margin-top: 24px;
  }
}

/*===============================================
top
===============================================*/
#home .ly_header.is_scrolled .bl_logo .scroll_before {
  display: none;
}
#home .ly_header.is_scrolled .bl_logo .scroll_after {
  display: block;
}
#home .ly_header.is_scrolled .bl_headerNav_list .bl_headerNav_btn {
  color: #222;
}
#home .ly_header.is_scrolled .bl_headerNav_list .bl_headerNav_btn svg .cls-1 {
  fill: #222;
}
#home .ly_header.is_scrolled .el_btn__trans:before, #home .ly_header.is_scrolled .el_btn__trans:after {
  content: "";
}
@media screen and (max-width: 960px ) {
  #home .ly_header.is_scrolled .el_btn__trans:before, #home .ly_header.is_scrolled .el_btn__trans:after {
    content: none !important;
  }
  #home .ly_header.is_scrolled .bl_hamburgerBtn.is_clicked .bl_hamburgerBtn_trigger span, #home .ly_header.is_scrolled .bl_hamburgerBtn.is_smMenu_open .bl_hamburgerBtn_trigger span {
    background-color: #fff;
  }
  #home .ly_header.is_scrolled .bl_hamburgerBtn.is_clicked .bl_hamburgerBtn_txt:before, #home .ly_header.is_scrolled .bl_hamburgerBtn.is_smMenu_open .bl_hamburgerBtn_txt:before {
    color: #fff;
  }
}
#home .ly_header.is_scrolled .bl_hamburgerBtn_trigger span {
  background-color: #222;
}
#home .ly_header.is_scrolled .bl_hamburgerBtn_txt:before {
  color: #222;
}
#home .ly_header .bl_logo .scroll_after {
  display: none;
}
@media (hover: none) {
  #home .ly_header .bl_headerNav_list {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #home .ly_header .bl_headerNav_list:hover .bl_headerNav_btn {
    color: #222;
  }
  #home .ly_header .bl_headerNav_list:hover .bl_headerNav_btn svg .cls-1 {
    fill: #222;
  }
}
#home .ly_header .bl_headerNav_list .bl_headerNav_btn {
  color: #fff;
}
@media (hover: none) {
  #home .ly_header .bl_headerNav_list .bl_headerNav_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #home .ly_header .bl_headerNav_list .bl_headerNav_btn:hover {
    color: #222;
  }
  #home .ly_header .bl_headerNav_list .bl_headerNav_btn:hover svg .cls-1 {
    fill: #222;
  }
}
#home .ly_header .bl_headerNav_list .bl_headerNav_btn svg .cls-1 {
  fill: #fff;
}
#home .ly_header .el_btn__trans {
  background: rgba(255, 255, 255, 0.3);
}
@media (hover: none) {
  #home .ly_header .el_btn__trans {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #home .ly_header .el_btn__trans:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
#home .ly_header .bl_hamburgerBtn_trigger span {
  background-color: #fff;
}
#home .ly_header .bl_hamburgerBtn_txt:before {
  color: #fff;
}

/*===============================================
ly_top_fv
===============================================*/
.ly_top_fv {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.webp .ly_top_fv {
  background-image: url("../images/layout/top/fv-bg.webp");
}
.no-webp .ly_top_fv {
  background-image: url("../images/layout/top/fv-bg.jpg");
}
@media screen and (max-width: 560px ) {
  .ly_top_fv {
    height: 70vh;
  }
  .webp .ly_top_fv {
    background-image: url("../images/layout/top/fv-bg-sp.webp");
  }
  .no-webp .ly_top_fv {
    background-image: url("../images/layout/top/fv-bg-sp.jpg");
  }
}
.ly_top_fv:before, .ly_top_fv:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ly_top_fv:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.webp .ly_top_fv:before {
  background-image: url("../images/layout/top/fv-bg-pattern.webp");
}
.no-webp .ly_top_fv:before {
  background-image: url("../images/layout/top/fv-bg-pattern.png");
}
.ly_top_fv:after {
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.ly_top_fv .ly_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.ly_top_fv .el_headingBlock {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translate(0, -50%);
  z-index: 3;
}
.ly_top_fv .el_headingBlock_ttl {
  color: #fff;
  background: transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  font-size: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem);
  line-height: 1.2;
}
.ly_top_fv .el_headingBlock_txt {
  font-size: 15px;
}
@media screen and (max-width: 960px ) {
  .ly_top_fv .el_headingBlock_txt {
    margin-top: 16px;
    letter-spacing: 0.03em;
  }
}
.ly_top_fv .bl_top_slider {
  max-width: 130vh;
  width: 76.1%;
  height: 200%;
  margin: 0 0 0 auto;
  display: flex;
  transform: rotate(66deg);
}
@media screen and (max-width: 960px ) {
  .ly_top_fv .bl_top_slider {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    max-width: none;
    width: 90%;
    min-width: 500px;
  }
}
@media screen and (max-width: 560px ) {
  .ly_top_fv .bl_top_slider {
    position: absolute;
    top: 0;
    left: auto;
    right: -8%;
  }
}
.ly_top_fv .bl_top_sliderWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.ly_top_fv .bl_top_slider_list {
  position: relative;
  width: calc(33.33% - 24px);
  margin-right: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px ) {
  .ly_top_fv .bl_top_slider_list {
    margin-right: 12px;
    width: calc(33.33% - 12px);
  }
}
.ly_top_fv .bl_top_slider_list_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ly_top_fv .bl_top_slider_list__left .bl_top_slider_list_inner {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: railTop 25s linear infinite;
  animation: railTop 25s linear infinite;
}
.ly_top_fv .bl_top_slider_list__right .bl_top_slider_list_inner {
  flex-direction: column-reverse;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: railBottom 20s linear infinite;
  animation: railBottom 20s linear infinite;
}
.ly_top_fv .bl_top_slider_list_img {
  margin-bottom: 24px;
  transform: translateY(50%);
}
.ly_top_fv .bl_top_slider_list_img:nth-child(1) picture {
  transition: 0.7s 0.6s;
}
.ly_top_fv .bl_top_slider_list_img:nth-child(2) picture {
  transition: 0.7s 0.8s;
}
.ly_top_fv .bl_top_slider_list_img:nth-child(3) picture {
  transition: 0.7s 1s;
}
.ly_top_fv .bl_top_slider_list_img:nth-child(4) picture {
  transition: 0.7s 1.2s;
}
.ly_top_fv .bl_top_slider_list_img:nth-child(5) picture {
  transition: 0.7s 1.4s;
}
.ly_top_fv .bl_top_slider_list_img:nth-child(6) picture {
  transition: 0.7s 1.6s;
}
.ly_top_fv .bl_top_slider_list_img:nth-child(7) picture {
  transition: 0.7s 1.8s;
}
.ly_top_fv .bl_top_slider_list_img:nth-child(8) picture {
  transition: 0.7s 2s;
}
@media screen and (max-width: 960px ) {
  .ly_top_fv .bl_top_slider_list_img {
    transform: translateY(100%);
    margin-bottom: 12px;
  }
}
.ly_top_fv .bl_top_slider_list_img__center {
  transform: translateY(0);
}
@media screen and (max-width: 960px ) {
  .ly_top_fv .bl_top_slider_list_img__center {
    transform: translateY(50%);
  }
}
.ly_top_fv .bl_top_slider_list_img picture {
  display: block;
  width: 100%;
  height: auto;
  transform: rotateY(0deg) translate3d(0, 0, 0);
}

@-webkit-keyframes railTop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes railTop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
@-webkit-keyframes railBottom {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes railBottom {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/*===============================================
ly_top_about
===============================================*/
.ly_top_about {
  padding-bottom: 0;
}
@media screen and (max-width: 560px ) {
  .ly_top_about {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 560px ) {
  .ly_top_about .el_particles {
    top: inherit;
    bottom: -160px;
  }
}
@media screen and (max-width: 560px ) {
  .ly_top_about .el_headingBlock {
    text-align: center;
  }
}
.ly_top_about .el_headingBlock_ttl_sub, .ly_top_about .el_headingBlock_txt {
  padding-left: 72px;
}
@media screen and (max-width: 960px ) {
  .ly_top_about .el_headingBlock_ttl_sub, .ly_top_about .el_headingBlock_txt {
    padding-left: 0;
  }
}
.ly_top_about .el_headingBlock_txt {
  max-width: 630px;
}
@media screen and (max-width: 960px ) {
  .ly_top_about .el_headingBlock_txt {
    max-width: inherit;
  }
}
.ly_top_about .el_btn {
  margin-left: 72px;
}
@media screen and (max-width: 960px ) {
  .ly_top_about .el_btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 560px ) {
  .ly_top_about .el_btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*===============================================
ly_top_service
===============================================*/
.ly_top_service {
  padding-right: 0;
}
@media screen and (max-width: 960px ) {
  .ly_top_service {
    padding-bottom: 96px;
    padding-right: 16px;
  }
}
.ly_top_service .ly_inner_top_service {
  margin: 0 0 0 auto;
}
.ly_top_service .el_particles {
  bottom: 200px;
}
@media screen and (max-width: 560px ) {
  .ly_top_service .el_particles {
    bottom: -240px;
  }
}
.ly_top_service .el_headingBlock {
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 960px ) {
  .ly_top_service .el_headingBlock {
    display: block;
  }
}
@media screen and (max-width: 560px ) {
  .ly_top_service .el_headingBlock {
    text-align: center;
  }
}
.ly_top_service .el_headingBlock_txt {
  max-width: 640px;
}
@media screen and (max-width: 960px ) {
  .ly_top_service .el_headingBlock_txt {
    max-width: inherit;
  }
}
@media screen and (max-width: 560px ) {
  .ly_top_service .el_headingBlock_txt {
    text-align: left;
  }
}
.ly_top_service .el_btn {
  margin-left: 16px;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 960px ) {
  .ly_top_service .el_btn {
    margin-left: auto;
    display: block;
  }
}
@media screen and (max-width: 560px ) {
  .ly_top_service .el_btn {
    margin-right: auto;
  }
}
.ly_top_service .bl_top_service_list {
  border-top: 0.5px solid #222;
  padding: 48px 0 64px;
  align-items: center;
  justify-content: center;
  gap: 0 72px;
}
@media screen and (max-width: 960px ) {
  .ly_top_service .bl_top_service_list {
    padding: 24px 0;
    display: block;
  }
}
.ly_top_service .bl_top_service_list:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 960px ) {
  .ly_top_service .bl_top_service_list:last-child {
    border-bottom: 0.5px solid #222;
    padding-bottom: 24px;
  }
}
.ly_top_service .bl_top_service_listWrapper {
  max-width: 1000px;
  margin: 56px 0 0 auto;
}
@media screen and (max-width: 960px ) {
  .ly_top_service .bl_top_service_listWrapper {
    margin-top: 40px;
  }
}
.ly_top_service .bl_top_service_list_headingBlock {
  max-width: 488px;
}
@media screen and (max-width: 960px ) {
  .ly_top_service .bl_top_service_list_headingBlock {
    padding-left: 48px;
  }
}
.ly_top_service .bl_top_service_list_headingBlock_label {
  position: relative;
}
.ly_top_service .bl_top_service_list_headingBlock_label:before {
  content: "";
  background: linear-gradient(to bottom, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -40px;
  width: 4px;
  height: 100%;
}
@media screen and (max-width: 960px ) {
  .ly_top_service .bl_top_service_list_headingBlock_label:before {
    left: -24px;
  }
}
.ly_top_service .bl_top_service_list_headingBlock_num {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.ly_top_service .bl_top_service_list_headingBlock_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
}
.ly_top_service .bl_top_service_list_headingBlock_txt {
  font-size: 14px;
  margin-top: 24px;
}
@media screen and (max-width: 960px ) {
  .ly_top_service .bl_top_service_list_headingBlock_txt {
    margin-top: 16px;
  }
}
.ly_top_service .bl_top_service_list .el_btn__arrow {
  margin: 0;
}
@media screen and (max-width: 960px ) {
  .ly_top_service .bl_top_service_list .el_btn__arrow {
    margin-top: 16px;
  }
}

/*===============================================
ly_top_produce
===============================================*/
.ly_top_produce {
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px ) {
  .ly_top_produce .el_headingBlock {
    padding: 0 16px;
    margin-bottom: 48px;
  }
}
.ly_top_produce .bl_top_produce_cont {
  margin-bottom: 56px;
}
.ly_top_produce .bl_top_produce_cont:last-child {
  margin-bottom: 0;
}
.ly_top_produce .bl_top_produce_cont_headingBlock {
  margin-bottom: 32px;
}
.ly_top_produce .bl_top_produce_cont_headingBlock_ttl {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.ly_top_produce .bl_top_produce_cont_headingBlock_txt {
  font-size: 18px;
  font-weight: 700;
}
.ly_top_produce .bl_top_produce_cont_list {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 20%;
  margin: 0;
  text-align: center;
}
.ly_top_produce .bl_top_produce_cont_list__utilization_rate_up {
  background-image: url(../images/layout/top/produce-utilization-rate-up.jpg);
}
.ly_top_produce .bl_top_produce_cont_list__increased_sales {
  background-image: url(../images/layout/top/produce-increased-sales.jpg);
}
.ly_top_produce .bl_top_produce_cont_list__dx_conversion {
  background-image: url(../images/layout/top/produce-dx-conversion.jpg);
}
.ly_top_produce .bl_top_produce_cont_list__attracting_customers_promotion {
  background-image: url(../images/layout/top/produce-attracting-customers-promotion.jpg);
}
.ly_top_produce .bl_top_produce_cont_list__existing_renewal {
  background-image: url(../images/layout/top/produce-existing-renewal.jpg);
}
@media screen and (max-width: 1200px ) {
  .ly_top_produce .bl_top_produce_cont_list {
    width: 33.3333% !important;
  }
}
@media screen and (max-width: 560px ) {
  .ly_top_produce .bl_top_produce_cont_list {
    width: 288px !important;
    margin: 0;
  }
}
.ly_top_produce .bl_top_produce_cont_list:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ly_top_produce .bl_top_produce_cont_list:after {
  content: "";
  padding-top: 150%;
  display: block;
}
.ly_top_produce .bl_top_produce_cont_list_inner {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
}
.ly_top_produce .bl_top_produce_cont_list_headingBlock {
  position: relative;
  margin-top: 32%;
}
.ly_top_produce .bl_top_produce_cont_list_headingBlock_num {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.ly_top_produce .bl_top_produce_cont_list_headingBlock_ttl {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: 700;
  margin-top: 24px;
}
.ly_top_produce .bl_top_produce_cont_list_headingBlock_ttl__one_line {
  margin-top: 40px;
}
.ly_top_produce .bl_top_produce_cont_list .el_btn_circleBlock {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 22%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 560px ) {
  .ly_top_produce .bl_top_produce_cont_list .el_btn_circleBlock {
    bottom: 96px;
  }
}
.ly_top_produce #js_caseSlider .splide__inner {
  display: none;
}
@media screen and (max-width: 560px ) {
  .ly_top_produce #js_caseSlider .splide__inner {
    display: block;
  }
}
.ly_top_produce #js_caseSlider .splide__inner .splide__arrow {
  top: 188px;
}
@media screen and (max-width: 1200px ) {
  .ly_top_produce #js_caseSlider .splide__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 560px ) {
  .ly_top_produce #js_caseSlider .splide__list {
    flex-wrap: nowrap;
  }
}
.ly_top_produce #js_caseSlider .splide__slide {
  flex-shrink: inherit;
}
@media screen and (max-width: 560px ) {
  .ly_top_produce #js_caseSlider .splide__slide {
    flex-shrink: 0;
  }
}
.ly_top_produce #js_worksSlider .splide__list {
  flex-wrap: nowrap;
}
.ly_top_produce #js_worksSlider .splide__arrow {
  top: 170px;
}
.ly_top_produce #js_worksSlider .bl_works_posts {
  flex-wrap: inherit;
}
.ly_top_produce #js_worksSlider .bl_works_posts_item {
  max-width: 350px;
  margin-right: 32px !important;
}
.ly_top_produce #js_worksSlider .bl_works_posts_item .bl_works_posts_imgWrapper {
  box-shadow: none;
}
@media screen and (max-width: 560px ) {
  .ly_top_produce #js_worksSlider .bl_works_posts_item {
    max-width: inherit;
    padding: 0 16px !important;
    margin: 0 0 32px !important;
  }
}
.ly_top_produce .el_btn {
  margin-top: 56px;
}

/*===============================================
ly_top_news
===============================================*/
.ly_top_news {
  padding-bottom: 140px;
}
@media screen and (max-width: 960px ) {
  .ly_top_news {
    padding-bottom: 80px;
  }
}
.ly_top_news .el_particles__right {
  top: -320px;
}
@media screen and (max-width: 560px ) {
  .ly_top_news .el_particles__right {
    bottom: -280px;
  }
}

/*===============================================
ly_top_recruitment
===============================================*/
.ly_top_recruitment {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.ly_top_recruitment:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 70%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 960px ) {
  .ly_top_recruitment:before {
    content: none;
  }
}
@media screen and (max-width: 960px ) {
  .ly_top_recruitment {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 72px;
    padding-left: 0;
    padding-right: 0;
  }
}
.ly_top_recruitment .ly_inner {
  align-items: center;
}
@media screen and (max-width: 960px ) {
  .ly_top_recruitment .ly_inner {
    display: block;
  }
}
@media screen and (max-width: 960px ) {
  .ly_top_recruitment .el_headingBlock {
    text-align: center;
  }
}
.ly_top_recruitment .el_headingBlock_ttl_sub {
  margin-top: 56px;
  margin-left: 64px;
}
@media screen and (max-width: 960px ) {
  .ly_top_recruitment .el_headingBlock_ttl_sub {
    margin-top: 24px;
    margin-left: 0;
  }
}
.ly_top_recruitment .el_headingBlock_txt {
  max-width: 420px;
  margin-top: 24px;
  margin-left: 64px;
}
@media screen and (max-width: 960px ) {
  .ly_top_recruitment .el_headingBlock_txt {
    max-width: inherit;
    margin-top: 16px;
    margin-left: 0;
    text-align: left;
  }
}
.ly_top_recruitment .el_btn {
  margin-left: 64px;
}
@media screen and (max-width: 960px ) {
  .ly_top_recruitment .el_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.ly_top_recruitment .bl_top_recruitment_imgWrapper {
  max-width: 648px;
  margin-left: -160px;
  box-shadow: 3px 3px 36px rgba(32, 52, 54, 0.5);
}
@media screen and (max-width: 1200px ) {
  .ly_top_recruitment .bl_top_recruitment_imgWrapper {
    width: 45%;
    margin-left: -24px;
  }
}
@media screen and (max-width: 960px ) {
  .ly_top_recruitment .bl_top_recruitment_imgWrapper {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 960px ) {
  .ly_top_recruitment .bl_top_recruitment_body {
    padding: 0 16px;
    margin-top: 56px;
  }
}

/*===============================================
ly_top_topics
===============================================*/
.ly_top_topics {
  padding-left: 0;
  padding-right: 0;
}
.ly_top_topics .el_headingBlock {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 560px ) {
  .ly_top_topics .el_headingBlock {
    text-align: center;
  }
}
.ly_top_topics .bl_topics_posts_item {
  max-width: 260px;
}
.ly_top_topics .el_particles {
  -webkit-animation: bggradient 10s ease infinite, bounce-circle-top 1.5s ease-in-out infinite alternate;
  animation: bggradient 10s ease infinite, bounce-circle-top 1.5s ease-in-out infinite alternate;
}
.ly_top_topics .el_btn {
  margin-right: 16px;
}
@media screen and (max-width: 960px ) {
  .ly_top_topics .el_btn {
    margin-right: auto;
  }
}

.ly_about_sec .el_txt_bg {
  opacity: 0.1;
}

/*===============================================
about mission
===============================================*/
@media screen and (max-width: 960px ) {
  .ly_about_mission {
    padding-bottom: 56px;
  }
}
.ly_about_mission .el_headingBlock_txt {
  max-width: 560px;
}
@media screen and (max-width: 960px ) {
  .ly_about_mission .el_headingBlock_txt {
    max-width: inherit;
  }
}

/*===============================================
about vision
===============================================*/
@media screen and (max-width: 960px ) {
  .ly_about_vision .ly_inner {
    display: block;
  }
}
.ly_about_vision .el_txt_bg {
  left: 16px;
}
.ly_about_vision .bl_about_vision_imgWrapper {
  max-width: 648px;
  margin-left: -160px;
}
@media screen and (max-width: 1200px ) {
  .ly_about_vision .bl_about_vision_imgWrapper {
    width: 45%;
    margin-left: -24px;
  }
}
@media screen and (max-width: 960px ) {
  .ly_about_vision .bl_about_vision_imgWrapper {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
}
.ly_about_vision .el_headingBlock {
  margin-top: 32px;
}
.ly_about_vision .el_headingBlock_txt {
  max-width: 420px;
}
@media screen and (max-width: 960px ) {
  .ly_about_vision .el_headingBlock_txt {
    max-width: inherit;
  }
}

/*===============================================
about value
===============================================*/
.ly_about_value {
  padding-bottom: 16px;
}
.ly_about_value .el_txt_bg {
  top: 56%;
  bottom: inherit;
  transform: translate(0, -50%);
}
.ly_about_value .ly_inner {
  max-width: 976px;
}
.ly_about_value .bl_value_list {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 560px ) {
  .ly_about_value .bl_value_list {
    margin-bottom: 24px;
  }
}
.ly_about_value .bl_value_listWrapper {
  flex-wrap: wrap;
}
.ly_about_value .bl_value_list span {
  display: block;
}
.ly_about_value .bl_value_list_num {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.ly_about_value .bl_value_list_ttl {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  margin-top: 8px;
}

/*===============================================
about origin
===============================================*/
.ly_about_origin {
  padding-bottom: 200px;
}
@media screen and (max-width: 960px ) {
  .ly_about_origin {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 560px ) {
  .ly_about_origin {
    padding-bottom: 56px;
  }
}
.ly_about_origin .ly_inner {
  max-width: 976px;
}
@media screen and (max-width: 960px ) {
  .ly_about_origin .ly_inner {
    display: block;
  }
}
.ly_about_origin .bl_about_origin_imgWrapper {
  max-width: 720px;
  margin-top: 96px;
  margin-right: -232px;
}
@media screen and (max-width: 1200px ) {
  .ly_about_origin .bl_about_origin_imgWrapper {
    width: 50%;
    margin-right: -24px;
  }
}
@media screen and (max-width: 960px ) {
  .ly_about_origin .bl_about_origin_imgWrapper {
    max-width: inherit;
    width: 100%;
    margin: 32px 0 0;
  }
}
.ly_about_origin .el_headingBlock_txt {
  max-width: 350px;
}
@media screen and (max-width: 960px ) {
  .ly_about_origin .el_headingBlock_txt {
    max-width: inherit;
  }
}
.ly_about_origin .el_txt_bg {
  left: 16px;
}

/*===============================================
about message
===============================================*/
.ly_about_message {
  padding-bottom: 132px;
  margin-bottom: 132px;
}
@media screen and (max-width: 960px ) {
  .ly_about_message {
    background-color: #fff;
    padding-bottom: 80px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 560px ) {
  .ly_about_message {
    padding-bottom: 56px;
  }
}
.ly_about_message .el_txt_bg {
  bottom: -120px;
  right: 200px;
  z-index: -2;
}
@media screen and (max-width: 960px ) {
  .ly_about_message .el_txt_bg {
    bottom: 32px;
    right: 0;
    z-index: 0;
  }
}
.ly_about_message .ly_inner_lg:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 70%;
  height: 100%;
  z-index: -1;
}
.ly_about_message .ly_inner:after {
  content: "";
  display: table;
  clear: both;
}
.ly_about_message .bl_about_message_imgWrapper {
  max-width: 420px;
  width: 38%;
  display: inline-block;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 960px ) {
  .ly_about_message .bl_about_message_imgWrapper {
    max-width: inherit;
    width: 100%;
    display: block;
  }
}
.ly_about_message .el_headingBlock__right {
  float: right;
  width: 62%;
  padding-left: 64px;
  margin-top: -40px;
}
@media screen and (max-width: 960px ) {
  .ly_about_message .el_headingBlock__right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 32px 0 0;
  }
}
.ly_about_message .el_headingBlock_ttl_sub__sm {
  margin-top: 0;
}
.ly_about_message .bl_about_message_txt_name {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 960px ) {
  .ly_about_message .bl_about_message_txt_name {
    max-width: inherit;
  }
}
.ly_about_message .bl_about_message_txt_name span {
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  padding-left: 16px;
}

/*===============================================
about company
===============================================*/
.ly_about_company .bl_about_company_table {
  width: calc(50% - 10px);
}
@media screen and (max-width: 960px ) {
  .ly_about_company .bl_about_company_table {
    width: 100%;
  }
}
@media screen and (max-width: 960px ) {
  .ly_about_company .bl_about_company_table:last-child table tr:first-child {
    border-top: 0;
  }
}
@media screen and (max-width: 960px ) {
  .ly_about_company .bl_about_company_tableWrapper {
    display: block;
  }
}
@media screen and (max-width: 960px ) {
  .ly_about_company .bl_about_company_table table {
    display: block;
  }
}
@media screen and (max-width: 960px ) {
  .ly_about_company .bl_about_company_table table tbody {
    display: block;
  }
}
.ly_about_company .bl_about_company_table table tr {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  padding: 24px 16px;
  display: block;
}
.ly_about_company .bl_about_company_table table tr:last-child {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
.ly_about_company .bl_about_company_table table tr th, .ly_about_company .bl_about_company_table table tr td {
  vertical-align: top;
}
@media screen and (max-width: 560px ) {
  .ly_about_company .bl_about_company_table table tr th, .ly_about_company .bl_about_company_table table tr td {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 560px ) {
  .ly_about_company .bl_about_company_table table tr th, .ly_about_company .bl_about_company_table table tr td {
    font-size: 14px;
  }
}
.ly_about_company .bl_about_company_table table tr th {
  font-weight: 700;
  width: 140px;
}
@media screen and (max-width: 560px ) {
  .ly_about_company .bl_about_company_table table tr td {
    margin-top: 8px;
  }
}
.ly_about_company .bl_about_company_table table tr td a {
  display: inline-block;
  text-decoration: underline;
}
.ly_about_company .bl_about_company_mapWrapper {
  margin-top: 56px;
}
.ly_about_company .bl_about_company_mapWrapper .el_map {
  height: 520px;
}
@media screen and (max-width: 960px ) {
  .ly_about_company .bl_about_company_mapWrapper .el_map {
    height: 320px;
  }
}
@media screen and (max-width: 560px ) {
  .ly_about_company .bl_about_company_mapWrapper .el_map {
    height: 240px;
  }
}
.ly_about_company .bl_about_company_mapWrapper p {
  margin-top: 16px;
}
.ly_about_company .bl_about_company_mapWrapper p a {
  display: inline-block;
  text-decoration: underline;
}

/*===============================================
about group
===============================================*/
.ly_about_group {
  padding-bottom: 16px;
}
.ly_about_group .bl_about_group_list {
  width: calc(50% - 32px);
  margin-bottom: 80px;
}
@media screen and (max-width: 960px ) {
  .ly_about_group .bl_about_group_list {
    width: 100%;
    margin-bottom: 40px;
  }
}
.ly_about_group .bl_about_group_listWrapper {
  flex-wrap: wrap;
}
@media screen and (max-width: 960px ) {
  .ly_about_group .bl_about_group_listWrapper {
    display: block;
  }
}
.ly_about_group .bl_about_group_list_imgWrapper {
  border: 1px solid #E5E5E5;
}
.ly_about_group .bl_about_group_list_body {
  margin-top: 16px;
}
.ly_about_group .bl_about_group_list_headingBlock_ttl {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  position: relative;
  padding-left: 24px;
}
.ly_about_group .bl_about_group_list_headingBlock_ttl:before {
  content: "";
  background: linear-gradient(to bottom, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 32px;
}
@media screen and (max-width: 960px ) {
  .ly_about_group .bl_about_group_list_headingBlock_ttl:before {
    top: -6px;
  }
}
.ly_about_group .bl_about_group_list_headingBlock_ttl__place {
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
}
.ly_about_group .bl_about_group_list_headingBlock_link {
  color: rgba(34, 34, 34, 0.75);
  font-size: 14px;
  font-weight: 700;
  padding-left: 24px;
  margin-top: 16px;
  display: block;
}
.ly_about_group .bl_about_group_list_headingBlock_link__en {
  font-family: "Lato", sans-serif;
}
.ly_about_group .bl_about_group_list_headingBlock_link a {
  text-decoration: underline;
  display: inline-block;
}
.ly_about_group .bl_about_group_list_headingBlock_sub_ttl {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  margin-top: 32px;
  display: block;
}
.ly_about_group .bl_about_group_list_headingBlock_txt {
  margin-top: 16px;
}

/*===============================================
about feature
===============================================*/
.ly_about_feature .bl_about_feature_list {
  width: calc(50% - 44px);
  align-items: center;
}
@media screen and (max-width: 960px ) {
  .ly_about_feature .bl_about_feature_list {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px ) {
  .ly_about_feature .bl_about_feature_list:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px ) {
  .ly_about_feature .bl_about_feature_listWrapper {
    display: block;
  }
}
.ly_about_feature .bl_about_feature_list_imgWrapper, .ly_about_feature .bl_about_feature_list_body {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 960px ) {
  .ly_about_feature .bl_about_feature_list_imgWrapper, .ly_about_feature .bl_about_feature_list_body {
    display: block;
  }
}
.ly_about_feature .bl_about_feature_list_imgWrapper {
  background-color: #fff;
  border: 12px solid #F9F9F9;
  position: relative;
  width: 136px;
  height: 136px;
  border-radius: 50%;
}
@media screen and (max-width: 960px ) {
  .ly_about_feature .bl_about_feature_list_imgWrapper {
    margin: 0 auto;
  }
}
.ly_about_feature .bl_about_feature_list_imgWrapper picture {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
}
@media screen and (max-width: 960px ) {
  .ly_about_feature .bl_about_feature_list_imgWrapper picture {
    width: 56px;
  }
}
.ly_about_feature .bl_about_feature_list_imgWrapper__lg picture {
  width: 80px;
}
.ly_about_feature .bl_about_feature_list_body {
  width: calc(100% - 158px);
  padding-left: 32px;
}
@media screen and (max-width: 960px ) {
  .ly_about_feature .bl_about_feature_list_body {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}
.ly_about_feature .bl_about_feature_list_ttl {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
}
@media screen and (max-width: 960px ) {
  .ly_about_feature .bl_about_feature_list_ttl {
    display: block;
    text-align: center;
  }
}
.ly_about_feature .bl_about_feature_list_ttl__en {
  font-family: "Lato", sans-serif;
}
.ly_about_feature .bl_about_feature_list_txt {
  margin-top: 16px;
}
@media screen and (max-width: 960px ) {
  .ly_about_feature .bl_about_feature_list_txt {
    margin-top: 8px;
  }
}

/*===============================================
service concept
===============================================*/
.ly_service_concept {
  padding-top: 232px;
  padding-bottom: 240px;
}
@media screen and (max-width: 960px ) {
  .ly_service_concept {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
.ly_service_concept .el_txt_bg {
  top: -28px;
  bottom: 0;
  left: 50%;
  width: 100%;
  line-height: 1;
  opacity: 0.6;
  text-align: center;
  mix-blend-mode: overlay;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px ) {
  .ly_service_concept .el_txt_bg {
    top: 0;
  }
}
.ly_service_concept .el_headingBlock_ttl {
  color: #fff;
  background: transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.ly_service_concept .el_headingBlock_txt {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.ly_service_concept .el_flow_txt {
  margin-top: 80px;
}
@media screen and (max-width: 960px ) {
  .ly_service_concept .el_flow_txt {
    margin-top: 0;
  }
}

/*===============================================
service ism
===============================================*/
.ly_service_ism .el_txt_bg {
  bottom: -40px;
  opacity: 0.1;
}
.ly_service_ism .ly_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ly_service_ism .side_scroll_listWrapper {
  position: relative;
  width: 100%;
  height: 780px;
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .side_scroll_listWrapper {
    height: auto;
  }
}
.ly_service_ism .bl_service_ism_list {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .bl_service_ism_list {
    margin-bottom: 40px;
    display: block;
  }
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .bl_service_ism_list:last-child {
    margin-bottom: 0;
  }
}
.ly_service_ism .bl_service_ism_listWrapper {
  position: absolute;
  top: var(--headerHeight);
  left: 0;
  display: flex;
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .bl_service_ism_listWrapper {
    position: static;
    display: block;
  }
}
.ly_service_ism .bl_service_ism_list_img_inner {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 100%;
  display: block;
}
.ly_service_ism .bl_service_ism_list_imgWrapper {
  width: 668px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .bl_service_ism_list_imgWrapper {
    width: 72%;
    margin: 0 auto;
  }
}
.ly_service_ism .bl_service_ism_list_img_headingBlock {
  color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1;
}
.ly_service_ism .bl_service_ism_list_img_headingBlock_ttl {
  font-size: clamp(1.25rem, 0.8538732394rem + 1.6901408451vw, 2.375rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: block;
}
.ly_service_ism .bl_service_ism_list_img_headingBlock_txt {
  font-size: clamp(2rem, 1.4718309859rem + 2.2535211268vw, 3.5rem);
  font-weight: 700;
  margin-top: 24px;
  display: block;
}
.ly_service_ism .bl_service_ism_list_body {
  position: relative;
  max-width: 530px;
  margin-left: 176px;
  margin-right: 240px;
  white-space: nowrap;
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .bl_service_ism_list_body {
    max-width: inherit;
    padding: 0;
    margin: 32px 0 0;
    white-space: normal;
  }
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .bl_service_ism_list_body .el_headingBlock {
    text-align: center;
  }
}
.ly_service_ism .bl_service_ism_list_cont {
  background-color: #F3F3F3;
  padding: 32px 40px;
  margin-top: 32px;
  border-radius: 8px;
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .bl_service_ism_list_cont {
    padding: 24px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 560px ) {
  .ly_service_ism .bl_service_ism_list_cont {
    margin-top: 16px;
  }
}
.ly_service_ism .bl_service_ism_list_cont_num {
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  font-weight: 700;
}
.ly_service_ism .bl_service_ism_list_cont_num span {
  background: -webkit-linear-gradient(0, #26BFBF, #6C0658);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  font-family: "Lato", sans-serif;
  padding-right: 16px;
}
.ly_service_ism .bl_service_ism_list_cont_ttl {
  font-size: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .bl_service_ism_list_cont_ttl {
    margin-top: 8px;
  }
}
.ly_service_ism .bl_service_ism_list_cont_txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 16px;
  white-space: normal;
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .bl_service_ism_list_cont_txt {
    margin-top: 8px;
  }
}
.ly_service_ism .bl_service_ism_list_dot {
  color: #B9B9B9;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
}
.ly_service_ism .bl_service_ism_list_dot:first-child {
  margin-left: 0;
}
.ly_service_ism .bl_service_ism_list_dot:last-child:after {
  content: none;
}
.ly_service_ism .bl_service_ism_list_dot:after {
  content: "-";
  margin-left: 8px;
}
.ly_service_ism .bl_service_ism_list_dot.current {
  color: #222;
}
.ly_service_ism .bl_service_ism_list_dot.current:after {
  color: #B9B9B9;
}
.ly_service_ism .bl_service_ism_list_dotWrapper {
  margin-top: 16px;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 960px ) {
  .ly_service_ism .bl_service_ism_list_dotWrapper {
    display: none;
  }
}

/*===============================================
service what we do
===============================================*/
.ly_service_what_we_do {
  padding-bottom: 120px;
}
@media screen and (max-width: 560px ) {
  .ly_service_what_we_do {
    padding-bottom: 80px;
  }
}
.ly_service_what_we_do .el_headingBlock_txt {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.ly_service_what_we_do .bl_service_what_we_do_list {
  font-size: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  will-change: animation;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  -webkit-animation: bounce-circle-service-list 1.5s ease-in-out infinite alternate;
  animation: bounce-circle-service-list 1.5s ease-in-out infinite alternate;
}
.ly_service_what_we_do .bl_service_what_we_do_list:nth-child(2) {
  -webkit-animation: bounce-circle-service-list 1.2s ease-in-out infinite alternate;
  animation: bounce-circle-service-list 1.2s ease-in-out infinite alternate;
}
.ly_service_what_we_do .bl_service_what_we_do_list:nth-child(3) {
  -webkit-animation: bounce-circle-service-list 1s ease-in-out infinite alternate;
  animation: bounce-circle-service-list 1s ease-in-out infinite alternate;
}
@media (hover: none) {
  .ly_service_what_we_do .bl_service_what_we_do_list {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .ly_service_what_we_do .bl_service_what_we_do_list:hover {
    transform: scale(1.14);
  }
  .ly_service_what_we_do .bl_service_what_we_do_list:hover .bl_service_what_we_do_list_imgWrapper {
    opacity: 1;
  }
}
@media screen and (max-width: 960px ) {
  .ly_service_what_we_do .bl_service_what_we_do_list {
    margin: 0 auto 72px;
  }
}
.ly_service_what_we_do .bl_service_what_we_do_list:before {
  content: "";
  background: linear-gradient(to bottom, rgba(38, 191, 191, 0.3) 0%, rgba(108, 6, 88, 0.3) 100%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.16);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ly_service_what_we_do .bl_service_what_we_do_list:nth-child(even) {
  margin-top: 108px;
}
@media screen and (max-width: 960px ) {
  .ly_service_what_we_do .bl_service_what_we_do_list:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px ) {
  .ly_service_what_we_do .bl_service_what_we_do_list:last-child {
    margin-bottom: 0;
  }
}
.ly_service_what_we_do .bl_service_what_we_do_listWrapper {
  margin-top: 64px;
  justify-content: center;
  gap: 0 96px;
}
@media screen and (max-width: 960px ) {
  .ly_service_what_we_do .bl_service_what_we_do_listWrapper {
    margin-top: 56px;
    display: block;
  }
}
.ly_service_what_we_do .bl_service_what_we_do_list a {
  color: #fff;
  background: linear-gradient(to bottom, #8BD2D5 0%, #B080A9 100%);
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.ly_service_what_we_do .bl_service_what_we_do_list_imgWrapper {
  position: relative;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.ly_service_what_we_do .bl_service_what_we_do_list_imgWrapper:before {
  content: "";
  background-color: rgba(34, 34, 34, 0.6);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
.ly_service_what_we_do .bl_service_what_we_do_list_body {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ly_service_what_we_do .bl_service_what_we_do_list span {
  margin: 0 auto;
}
.ly_service_what_we_do .bl_service_what_we_do_list_ttl {
  font-weight: 700;
  line-height: 1.3;
  display: block;
}
.ly_service_what_we_do .bl_service_what_we_do_list .el_btn_icon {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: 24px;
  display: inline-block;
  transform: translate(0, 0);
}

/*===============================================
single
===============================================*/
.pg_single {
  padding-top: 180px;
}
@media screen and (max-width: 960px ) {
  .pg_single {
    padding-top: 120px;
  }
}
.pg_single .bl_breadcrumb {
  margin-bottom: 0;
}

/*===============================================
single works article
===============================================*/
.bl_article_works .ly_bg {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px ) {
  .bl_article_works .ly_bg {
    padding-bottom: 40px;
  }
}
.bl_article_works_heading .bl_article_works_ttl {
  font-size: clamp(1.5rem, 1.235915493rem + 1.1267605634vw, 2.25rem);
  font-weight: 700;
  line-height: 1.5;
}
.bl_article_works_heading .bl_article_works_info {
  margin-top: 32px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 960px ) {
  .bl_article_works_heading .bl_article_works_info {
    display: block;
  }
}
.bl_article_works_heading .bl_article_works_info .bl_posts_company {
  color: rgba(34, 34, 34, 0.6);
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 700;
  min-width: 220px;
}
@media screen and (max-width: 960px ) {
  .bl_article_works_heading .bl_article_works_info .bl_posts_company {
    margin: 0;
    display: block;
  }
}
.bl_article_works_heading .bl_article_works_info .bl_posts_cat {
  margin-left: 0;
}
.bl_article_works_heading .bl_article_works_info .bl_posts_cat ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bl_article_works_heading .el_works_txt {
  margin-top: 24px;
}
.bl_article_works_thumb {
  margin-top: 64px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 960px ) {
  .bl_article_works_thumb {
    margin-top: 40px;
  }
}
.bl_article_works_cont {
  margin-top: 80px;
}
@media screen and (max-width: 960px ) {
  .bl_article_works_cont {
    margin-top: 56px;
  }
}
.bl_article_works_cont .bl_article_works_list {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  padding: 32px 16px 64px;
  justify-content: flex-start;
}
@media screen and (max-width: 960px ) {
  .bl_article_works_cont .bl_article_works_list {
    padding: 32px 16px;
    display: block;
  }
}
.bl_article_works_cont .bl_article_works_list:last-child {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
.bl_article_works_cont .bl_article_works_list_heading {
  max-width: 332px;
  width: 332px;
}
@media screen and (max-width: 960px ) {
  .bl_article_works_cont .bl_article_works_list_heading {
    max-width: inherit;
    width: 100%;
  }
}
.bl_article_works_cont .bl_article_works_list_heading_ttl {
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
  position: relative;
  padding-left: 24px;
}
.bl_article_works_cont .bl_article_works_list_heading_ttl:before {
  content: "";
  background: linear-gradient(to bottom, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 24px;
}
@media screen and (max-width: 960px ) {
  .bl_article_works_cont .bl_article_works_list_heading_ttl:before {
    top: 8px;
  }
}
@media screen and (max-width: 560px ) {
  .bl_article_works_cont .bl_article_works_list_heading_ttl:before {
    top: 3px;
  }
}
.bl_article_works_cont .bl_article_works_list_heading_txt {
  color: rgba(34, 34, 34, 0.5);
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  font-family: "Lato", sans-serif;
  padding-left: 24px;
  margin-top: 8px;
  display: block;
}
.bl_article_works_cont .bl_article_works_list_txt {
  max-width: 594px;
}
@media screen and (max-width: 960px ) {
  .bl_article_works_cont .bl_article_works_list_txt {
    max-width: inherit;
    margin-top: 16px;
  }
}
.bl_article_works .bl_article_works_img {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px ) {
  .bl_article_works .bl_article_works_img {
    width: 100%;
    display: block;
  }
}
.bl_article_works .bl_article_works_img:nth-child(odd) {
  padding-right: 10px;
}
@media screen and (max-width: 560px ) {
  .bl_article_works .bl_article_works_img:nth-child(odd) {
    padding: 0;
  }
}
.bl_article_works .bl_article_works_img:nth-child(even) {
  padding-left: 10px;
}
@media screen and (max-width: 560px ) {
  .bl_article_works .bl_article_works_img:nth-child(even) {
    padding: 0;
  }
}
@media screen and (max-width: 560px ) {
  .bl_article_works .bl_article_works_img:last-child {
    margin-bottom: 0;
  }
}
.bl_article_works .bl_article_works_imgWrapper {
  flex-wrap: wrap;
}

.bl_posts_cat {
  margin-left: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px ) {
  .bl_posts_cat {
    margin: 8px 0 0;
    display: block;
  }
}
.bl_posts_cat li {
  font-size: 13px;
  font-weight: 700;
  padding-right: 8px;
  margin-bottom: 8px;
}
.bl_posts_cat li:last-child {
  padding: 0;
}
@media (hover: none) {
  .bl_posts_cat li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_posts_cat li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 960px ) {
  .bl_posts_cat .bl_posts_cat_regionWrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.bl_posts_cat .bl_posts_cat_region .bl_posts_cat_link:before {
  content: "";
  background-color: #137171;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}
@media screen and (max-width: 960px ) {
  .bl_posts_cat .bl_posts_cat_taskWrapper {
    padding: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.bl_posts_cat .bl_posts_cat_task .bl_posts_cat_link:before {
  content: "";
  background-color: transparent;
  background-image: url(../images/element/icon/cat-task.svg);
  background-size: 9.75px 11.373px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10.75px;
  height: 11.373px;
  margin-top: 4px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}

/*===============================================
single works next
===============================================*/
.bl_works_next_cont a {
  color: #fff;
  position: relative;
  padding: 200px 24px;
}
@media (hover: none) {
  .bl_works_next_cont a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_works_next_cont a:hover:before {
    background-color: rgba(34, 34, 34, 0.8);
  }
  .bl_works_next_cont a:hover .bl_works_next_bg {
    background-size: 110%;
  }
  .bl_works_next_cont a:hover .bl_works_next_heading_arrow:before {
    left: 20px;
    opacity: 0;
  }
  .bl_works_next_cont a:hover .bl_works_next_heading_arrow:after {
    left: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 560px ) {
  .bl_works_next_cont a {
    padding: 80px 24px;
  }
}
.bl_works_next_cont a:before {
  content: "";
  background-color: rgba(34, 34, 34, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition-timing-function: ease-out;
}
.bl_works_next_cont .bl_works_next_bg {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_works_next_cont .bl_works_next_heading_ttl {
  font-size: clamp(2rem, 1.6038732394rem + 1.6901408451vw, 3.125rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
.bl_works_next_cont .bl_works_next_heading_arrow {
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: 32px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 560px ) {
  .bl_works_next_cont .bl_works_next_heading_arrow {
    width: 32px;
    height: 32px;
    margin-left: 24px;
  }
}
.bl_works_next_cont .bl_works_next_heading_arrow:before, .bl_works_next_cont .bl_works_next_heading_arrow:after {
  content: "";
  background-color: transparent;
  background-image: url(../images/element/icon/arrow-right-works-next.svg);
  background-size: 48px 48px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  transform: translate(0, -50%);
  z-index: 1;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 560px ) {
  .bl_works_next_cont .bl_works_next_heading_arrow:before, .bl_works_next_cont .bl_works_next_heading_arrow:after {
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
  }
}
.bl_works_next_cont .bl_works_next_heading_arrow:before {
  left: 0;
}
.bl_works_next_cont .bl_works_next_heading_arrow:after {
  left: -20px;
  opacity: 0;
}
.bl_works_next_cont .bl_works_next_txt {
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  font-weight: 700;
  position: relative;
  margin-top: 24px;
  z-index: 1;
}
@media screen and (max-width: 560px ) {
  .bl_works_next_cont .bl_works_next_txt {
    margin-top: 16px;
  }
}

/*===============================================
topics
===============================================*/
.ly_topics .el_btn__md {
  margin-top: 16px;
}
.ly_topics.js_postsSlider {
  padding-left: 0;
  padding-right: 0;
}

.pg_topics .el_topics_heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px ) {
  .pg_topics .el_topics_heading {
    margin-bottom: 32px;
  }
}
.pg_topics .el_topics_heading_ttl {
  font-size: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
}
.pg_topics .el_topics_heading_sub {
  padding: 0 16px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px ) {
  .pg_topics .el_topics_heading_sub {
    margin-bottom: 32px;
  }
}
.pg_topics .el_topics_heading_sub_ttl {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 700;
  line-height: 1;
}
.pg_topics .el_topics_heading_sub_ttl:before {
  content: "";
  background-color: #222;
  width: 20px;
  height: 1px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.pg_topics .el_topics_heading_sub .splide__arrows {
  display: flex;
}
.pg_topics .el_topics_heading_sub .splide__arrows .splide__arrow {
  border: 1px solid #222;
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.pg_topics .el_topics_heading_sub .splide__arrows .splide__arrow:before {
  content: "";
  background: linear-gradient(to bottom, rgba(38, 191, 191, 0.5) 0%, rgba(108, 6, 88, 0.5) 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
@media (hover: none) {
  .pg_topics .el_topics_heading_sub .splide__arrows .splide__arrow {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .pg_topics .el_topics_heading_sub .splide__arrows .splide__arrow:hover {
    border: none;
  }
  .pg_topics .el_topics_heading_sub .splide__arrows .splide__arrow:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .pg_topics .el_topics_heading_sub .splide__arrows .splide__arrow:hover .cls-1 {
    fill: #fff;
  }
}
.pg_topics .el_topics_heading_sub .splide__arrows .splide__arrow--next {
  margin-left: 20px;
}
@media screen and (max-width: 560px ) {
  .pg_topics .el_topics_heading_sub .splide__arrows .splide__arrow--next {
    margin-left: 12px;
  }
}
.pg_topics .el_topics_heading_sub .splide__arrows .splide__arrow svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pg_topics .el_topics_heading_sub .splide__arrows .splide__arrow svg .cls-1 {
  fill: #222;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.pg_topics .bl_topics_posts_slider .bl_topics_posts_item {
  max-width: 248px;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1200px ) {
  .pg_topics .bl_topics_posts_slider .bl_topics_posts_item {
    margin-left: 32px;
  }
}

/*===============================================
pg_recruit
===============================================*/
.pg_recruit {
  padding-top: 0;
}
.pg_recruit .bl_breadcrumb {
  margin-top: 80px;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px ) {
  .pg_recruit .bl_breadcrumb {
    margin-top: 0;
  }
}

/*===============================================
ly_recruit_fv
===============================================*/
.ly_recruit_fv {
  background: linear-gradient(180deg, #D7D8D3 0%, #F6F7F2 100%);
  padding: 0;
}
@media screen and (max-width: 560px ) {
  .ly_recruit_fv {
    margin-bottom: 40px;
  }
}
.ly_recruit_fv .ly_inner {
  position: relative;
}
.ly_recruit_fv .bl_recruit_fv_imgWrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.ly_recruit_fv .bl_recruit_fv_headingBlock {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 32px;
  left: -80px;
}
@media screen and (max-width: 1300px) {
  .ly_recruit_fv .bl_recruit_fv_headingBlock {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 32px;
    left: 0;
    padding: 0 24px;
  }
}
@media screen and (max-width: 560px ) {
  .ly_recruit_fv .bl_recruit_fv_headingBlock {
    width: 100%;
    padding: 0 16px;
  }
}
.ly_recruit_fv .bl_recruit_fv_headingBlock_txt, .ly_recruit_fv .bl_recruit_fv_headingBlock_ttl {
  font-weight: 700;
}
@media screen and (max-width: 560px ) {
  .ly_recruit_fv .bl_recruit_fv_headingBlock_txt, .ly_recruit_fv .bl_recruit_fv_headingBlock_ttl {
    text-align: center;
    display: block;
  }
}
.ly_recruit_fv .bl_recruit_fv_headingBlock_txt {
  font-family: "Lato", sans-serif;
  font-size: 24px;
}
.ly_recruit_fv .bl_recruit_fv_headingBlock_ttl {
  font-size: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
}

/*===============================================
ly_recruit_message
===============================================*/
.ly_recruit_message {
  padding-top: 56px;
  padding-bottom: 96px;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_message {
    padding-top: 24px;
    padding-bottom: 72px;
  }
}
.ly_recruit_message .ly_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_message .ly_inner {
    display: block;
  }
}
.ly_recruit_message .el_particles {
  top: inherit;
}
.ly_recruit_message .bl_recruit_message_imgWrapper {
  max-width: 500px;
  width: 44%;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_message .bl_recruit_message_imgWrapper {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.ly_recruit_message .bl_recruit_message_txtWrapper {
  width: 50%;
  margin-top: 32px;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_message .bl_recruit_message_txtWrapper {
    position: static;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 560px ) {
  .ly_recruit_message .bl_recruit_message_txtWrapper .el_headingBlock {
    text-align: center;
  }
}
.ly_recruit_message .bl_recruit_message_txtWrapper .el_headingBlock_ttl {
  margin-left: -128px;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_message .bl_recruit_message_txtWrapper .el_headingBlock_ttl {
    margin: 0;
  }
}
.ly_recruit_message .bl_recruit_message_txtWrapper .el_headingBlock_txt {
  padding-left: 8px;
  max-width: 472px;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_message .bl_recruit_message_txtWrapper .el_headingBlock_txt {
    max-width: inherit;
  }
}
@media screen and (max-width: 560px ) {
  .ly_recruit_message .bl_recruit_message_txtWrapper .el_headingBlock_txt {
    text-align: left;
    padding-left: 0;
  }
}
.ly_recruit_message .bl_recruit_message_txtWrapper .el_headingBlock_txt__lineheight {
  line-height: 2.4;
}
@media screen and (max-width: 560px ) {
  .ly_recruit_message .bl_recruit_message_txtWrapper .el_headingBlock_txt__lineheight {
    line-height: 2;
  }
}
.ly_recruit_message .bl_recruit_message_txtWrapper .bl_recruit_message_txt_name {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  font-weight: 700;
  max-width: 472px;
  margin-top: 16px;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_message .bl_recruit_message_txtWrapper .bl_recruit_message_txt_name {
    max-width: inherit;
  }
}
.ly_recruit_message .bl_recruit_message_txtWrapper .bl_recruit_message_txt_name span {
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  padding-left: 16px;
}

/*===============================================
ly_recruit_data
===============================================*/
.ly_recruit_data {
  overflow: hidden;
}
.ly_recruit_data .bl_recruit_data_list {
  width: 30%;
  height: 300px;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_data .bl_recruit_data_list {
    width: calc(50% - 16px);
    height: 100%;
  }
}
@media screen and (max-width: 560px ) {
  .ly_recruit_data .bl_recruit_data_list {
    width: 100%;
    margin-bottom: 24px;
    display: block;
  }
  .ly_recruit_data .bl_recruit_data_list:last-child {
    margin-bottom: 0;
  }
}
.ly_recruit_data .bl_recruit_data_list__half {
  width: 65%;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_data .bl_recruit_data_list__half {
    width: 100%;
  }
}
@media screen and (max-width: 560px ) {
  .ly_recruit_data .bl_recruit_data_list__half {
    width: 100%;
  }
}
.ly_recruit_data .bl_recruit_data_list__half .bl_recruit_data_list_txt span {
  width: 72px;
  display: inline-block;
}
.ly_recruit_data .bl_recruit_data_listWrapper {
  max-width: 960px;
  margin: 0 auto;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_data .bl_recruit_data_listWrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 560px ) {
  .ly_recruit_data .bl_recruit_data_listWrapper {
    display: block;
  }
}
.ly_recruit_data .bl_recruit_data_list_inner {
  background: linear-gradient(112deg, rgba(38, 191, 191, 0.08) 0%, rgba(108, 6, 88, 0.08) 100%);
  height: 100%;
  padding: 40px 24px;
  border-radius: 8px;
}
@media screen and (max-width: 560px ) {
  .ly_recruit_data .bl_recruit_data_list_inner {
    padding: 32px 24px;
  }
}
.ly_recruit_data .bl_recruit_data_list_inner__horiz {
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 560px ) {
  .ly_recruit_data .bl_recruit_data_list_inner__horiz {
    display: block;
  }
}
@media screen and (max-width: 560px ) {
  .ly_recruit_data .bl_recruit_data_list_inner__horiz .bl_recruit_data_list_txtWrapper {
    text-align: left;
  }
}
.ly_recruit_data .bl_recruit_data_list_ttl {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 700;
}
.ly_recruit_data .bl_recruit_data_list_imgWrapper {
  margin-top: 16px;
}
.ly_recruit_data .bl_recruit_data_list_imgWrapper svg, .ly_recruit_data .bl_recruit_data_list_imgWrapper img {
  margin: 0 auto;
  display: block;
}
.ly_recruit_data .bl_recruit_data_list_txtWrapper {
  margin-top: 16px;
}
.ly_recruit_data .bl_recruit_data_list_txtWrapper__horiz {
  /* max-width: 192px; */
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
  justify-content: center;
}
@media screen and (max-width: 560px ) {
  .ly_recruit_data .bl_recruit_data_list_txtWrapper__horiz {
    justify-content: center;
  }
}
.ly_recruit_data .bl_recruit_data_list_txtWrapper__horiz .bl_recruit_data_list_txt:nth-child(odd) {
  padding-right: 4px;
}
.ly_recruit_data .bl_recruit_data_list_txtWrapper__horiz .bl_recruit_data_list_txt:nth-child(even) {
  padding-left: 4px;
}
.ly_recruit_data .bl_recruit_data_list_txtWrapper__horiz .bl_recruit_data_list_txt .digit {
  padding-left: 15px;
}
@media screen and (max-width: 560px ) {
  .ly_recruit_data .bl_recruit_data_list_txtWrapper__horiz .bl_recruit_data_list_txt .digit {
    padding-left: 10px;
  }
}
.ly_recruit_data .bl_recruit_data_list_txt {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
}
.ly_recruit_data .bl_recruit_data_list_txt:last-child {
  margin-bottom: 0;
}
.ly_recruit_data .bl_recruit_data_list_txt__percentage {
  font-size: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem);
}
.ly_recruit_data .bl_recruit_data_list_txt__percentage__sm {
  font-size: clamp(2.5rem, 2.323943662rem + 0.7511737089vw, 3rem);
}
.ly_recruit_data .bl_recruit_data_list_txt span {
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  padding: 0 4px;
}
.ly_recruit_data .bl_recruit_data_list_txt span .count-up {
  padding: 0;
}

/*===============================================
ly_recruit_welfare
===============================================*/
@media screen and (max-width: 960px ) {
  .ly_recruit_welfare {
    padding-left: 0;
    padding-right: 0;
  }
}
.ly_recruit_welfare .el_headingBlock {
  padding: 0 16px;
}
@media screen and (max-width: 560px ) {
  .ly_recruit_welfare .el_headingBlock {
    text-align: center;
  }
}
.ly_recruit_welfare .splide__arrow {
  top: 36px;
}
.ly_recruit_welfare .splide__list .splide__slide {
  width: 252px;
  margin: 0;
}
@media screen and (max-width: 560px ) {
  .ly_recruit_welfare .splide__list .splide__slide {
    width: 100%;
  }
}
.ly_recruit_welfare .splide__list .splide__slide .splide__iconWrapper {
  background: linear-gradient(112deg, #26BFBF 0%, #6C0658 100%);
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
}
.ly_recruit_welfare .splide__list .splide__slide .splide__iconWrapper svg, .ly_recruit_welfare .splide__list .splide__slide .splide__iconWrapper img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ly_recruit_welfare .splide__list .splide__slide .splide__ttl {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  margin-top: 24px;
  display: block;
}
@media screen and (max-width: 560px ) {
  .ly_recruit_welfare .splide__list .splide__slide .splide__ttl {
    margin-top: 16px;
  }
}
.ly_recruit_welfare .splide__list .splide__slide .splide__txt {
  margin-top: 8px;
}

/*===============================================
ly_recruit_job
===============================================*/
.ly_recruit_job .el_headingBlock_margin {
  margin-bottom: 56px;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_job .el_headingBlock_margin {
    margin-bottom: 40px;
  }
}
.ly_recruit_job .bl_tabPanel_list {
  height: 0;
  visibility: hidden;
}
.ly_recruit_job .bl_tabPanel_list[aria-hidden=false] {
  height: auto;
  visibility: visible;
  position: relative;
}
.ly_recruit_job .bl_tabPanel_list_item {
  margin-bottom: 56px;
}
@media screen and (max-width: 960px ) {
  .ly_recruit_job .bl_tabPanel_list_item {
    margin-bottom: 40px;
  }
}
.ly_recruit_job .bl_tabPanel_list_item:last-child {
  margin-bottom: 0;
}

/*===============================================
ly_recruit_magazine
===============================================*/
.ly_recruit_magazine {
  padding-top: 0;
}
@media screen and (max-width: 1200px ) {
  .ly_recruit_magazine {
    padding-left: 0;
    padding-right: 0;
  }
}

/*===============================================
single service
===============================================*/
@media screen and (max-width: 960px ) {
  .bl_service_lower {
    display: block;
  }
}
.bl_service_lower_body .el_service_headingBlock_txt {
  max-width: 458px;
}
@media screen and (max-width: 960px ) {
  .bl_service_lower_body .el_service_headingBlock_txt {
    max-width: inherit;
  }
}
.bl_service_lower_imgWrapper {
  max-width: 592px;
  width: 52%;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 960px ) {
  .bl_service_lower_imgWrapper {
    max-width: inherit;
    width: 100%;
    margin-top: 32px;
  }
}

/*===============================================
bl_service_list
===============================================*/
.bl_service_list {
  border-top: 1px solid #222;
  padding: 64px 0 80px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list {
    padding: 40px 0;
  }
}
.bl_service_list:last-child {
  padding-bottom: 0;
}
.bl_service_listWrapper {
  margin-top: 96px;
}
@media screen and (max-width: 960px ) {
  .bl_service_listWrapper {
    margin-top: 64px;
  }
}
.bl_service_list_inner {
  display: block;
}
.bl_service_list .bl_service_top_headingBlock {
  margin-bottom: 56px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list .bl_service_top_headingBlock {
    margin-bottom: 32px;
  }
}
.bl_service_list .bl_service_top_headingBlock_ttl {
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  font-weight: 700;
}
.bl_service_list .bl_service_top_headingBlock_sub_ttl {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 700;
  margin-top: 8px;
  display: block;
}
.bl_service_list .bl_service_top_headingBlock_txt {
  margin-top: 24px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list .bl_service_top_headingBlock_txt {
    text-align: left;
  }
}
.bl_service_list .bl_service_imgWrapper {
  max-width: 624px;
  width: 56%;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list .bl_service_imgWrapper {
    max-width: inherit;
    width: 100%;
    margin-top: 32px;
  }
}
.bl_service_list .bl_service_voice {
  margin-top: 32px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list .bl_service_voice {
    margin-top: 40px;
  }
}
.bl_service_list .bl_service_voice_ttl {
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
}
.bl_service_list .bl_service_voice_listWrapper {
  margin-top: 32px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list .bl_service_voice_listWrapper {
    margin-top: 24px;
    display: block;
  }
}
.bl_service_list .bl_service_voice_list {
  background-color: #fff;
  width: calc(50% - 10px);
  padding: 40px;
  border-radius: 8px;
  align-items: center;
}
@media screen and (max-width: 960px ) {
  .bl_service_list .bl_service_voice_list {
    width: 100%;
    padding: 32px 16px;
    margin-bottom: 24px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 960px ) {
  .bl_service_list .bl_service_voice_list:last-child {
    margin-bottom: 0;
  }
}
.bl_service_list .bl_service_voice_list_imgWrapper {
  max-width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 960px ) {
  .bl_service_list .bl_service_voice_list_imgWrapper {
    margin: 0 auto;
  }
}
.bl_service_list .bl_service_voice_list_body {
  padding-left: 24px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list .bl_service_voice_list_body {
    padding: 24px 0 0;
  }
}
.bl_service_list .bl_service_voice_list span {
  display: block;
}
.bl_service_list .bl_service_voice_list_name {
  color: rgba(34, 34, 34, 0.75);
  font-size: 13px;
  font-weight: 700;
}
.bl_service_list .bl_service_voice_list_ttl {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  margin-top: 4px;
}
.bl_service_list .bl_service_voice_list_txt {
  font-size: 13px;
  line-height: 2;
  margin-top: 8px;
}
@media screen and (max-width: 960px ) {
  .bl_service_list .bl_service_voice_list_txt {
    text-align: left;
  }
}

@media screen and (max-width: 960px ) {
  .bl_service_inner {
    display: block;
  }
}

/*===============================================
bl_other_service
===============================================*/
.bl_other_service_list {
  width: calc(50% - 20px);
}
@media screen and (max-width: 960px ) {
  .bl_other_service_list {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 960px ) {
  .bl_other_service_list:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px ) {
  .bl_other_service_listWrapper {
    display: block;
  }
}
.bl_other_service_list a {
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
@media (hover: none) {
  .bl_other_service_list a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_other_service_list a:hover {
    border-radius: 20px;
    transform: scale(0.95);
  }
  .bl_other_service_list a:hover:before {
    background-color: rgba(34, 34, 34, 0.8);
  }
  .bl_other_service_list a:hover .bl_other_service_imgWrapper {
    transform: scale(1.15);
  }
  .bl_other_service_list a:hover .el_btn__arrow .el_btn__arrow_icon:before {
    left: 20px;
    opacity: 0;
  }
  .bl_other_service_list a:hover .el_btn__arrow .el_btn__arrow_icon:after {
    left: 0;
    opacity: 1;
  }
}
.bl_other_service_list a:before {
  content: "";
  background-color: rgba(34, 34, 34, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_other_service_imgWrapper {
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_other_service_headingBlock {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.bl_other_service_headingBlock_ttl {
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.bl_other_service_headingBlock_txt {
  font-size: clamp(0.8125rem, 0.7684859155rem + 0.1877934272vw, 0.9375rem);
  font-weight: 700;
  display: block;
}
.bl_other_service .el_btn__arrow {
  margin-top: 32px;
}
@media screen and (max-width: 560px ) {
  .bl_other_service .el_btn__arrow {
    margin-top: 16px;
  }
}

/*===============================================
ly_service_solution_flow
===============================================*/
.ly_service_solution_flow .el_subheadingBlock_txt {
  margin-top: 0;
}
.ly_service_solution_flow .bl_service_solution_flow_imgWrapper {
  margin-top: 40px;
}
@media screen and (max-width: 960px ) {
  .ly_service_solution_flow .bl_service_solution_flow_imgWrapper {
    margin-top: 32px;
  }
}
@media screen and (max-width: 960px ) {
  .ly_service_solution_flow .bl_service_solution_flow_imgWrapper .lg_only {
    display: none;
  }
}

/*===============================================
ly_service_solution_cont
===============================================*/
.ly_service_solution_cont:nth-child(even) .bl_service_solution_cont_imgWrapper {
  margin-left: -160px;
  margin-right: 0;
  order: 1;
}
@media screen and (max-width: 1200px ) {
  .ly_service_solution_cont:nth-child(even) .bl_service_solution_cont_imgWrapper {
    margin-left: -24px;
    margin-right: 0;
  }
}
@media screen and (max-width: 960px ) {
  .ly_service_solution_cont:nth-child(even) .bl_service_solution_cont_imgWrapper {
    margin-left: 0;
  }
}
.ly_service_solution_cont:nth-child(even) .bl_service_solution_cont_body {
  order: 2;
}
.ly_service_solution_cont .ly_inner.flex {
  align-items: center;
}
@media screen and (max-width: 960px ) {
  .ly_service_solution_cont .ly_inner.flex {
    display: block;
  }
}
.ly_service_solution_cont .bl_service_solution_cont_list {
  font-size: 15px;
  width: 25%;
}
@media screen and (max-width: 960px ) {
  .ly_service_solution_cont .bl_service_solution_cont_list {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}
.ly_service_solution_cont .bl_service_solution_cont_listWrapper {
  gap: 0 12px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px ) {
  .ly_service_solution_cont .bl_service_solution_cont_listWrapper {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 32px;
    align-items: inherit;
  }
}
.ly_service_solution_cont .bl_service_solution_cont_list a {
  background-color: #fff;
  position: relative;
  height: 100%;
  padding: 20px 8px;
  text-align: center;
  box-sizing: border-box;
}
@media (hover: none) {
  .ly_service_solution_cont .bl_service_solution_cont_list a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .ly_service_solution_cont .bl_service_solution_cont_list a:hover {
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
  }
  .ly_service_solution_cont .bl_service_solution_cont_list a:hover svg {
    transform: translateY(4px);
  }
}
.ly_service_solution_cont .bl_service_solution_cont_list a:before {
  content: "";
  background: linear-gradient(112deg, #26BFBF 0%, #6C0658 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 4px;
}
.ly_service_solution_cont .bl_service_solution_cont_list span, .ly_service_solution_cont .bl_service_solution_cont_list svg {
  display: block;
  margin: 0 auto;
}
.ly_service_solution_cont .bl_service_solution_cont_list span {
  font-weight: 700;
}
.ly_service_solution_cont .bl_service_solution_cont_list svg {
  margin-top: 8px;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.ly_service_solution_cont .bl_service_solution_cont_list svg .cls-1 {
  fill: #222;
}
.ly_service_solution_cont .bl_service_solution_cont_imgWrapper {
  max-width: 790px;
  margin-right: -160px;
  order: 2;
}
@media screen and (max-width: 1200px ) {
  .ly_service_solution_cont .bl_service_solution_cont_imgWrapper {
    width: 50%;
    margin-right: -24px;
  }
}
@media screen and (max-width: 960px ) {
  .ly_service_solution_cont .bl_service_solution_cont_imgWrapper {
    max-width: inherit;
    width: 100%;
    margin: 40px 0px 0px;
  }
}
.ly_service_solution_cont .bl_service_solution_cont_body {
  order: 1;
}
@media screen and (max-width: 560px ) {
  .ly_service_solution_cont .el_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.ly_service_solution_cont .el_btn__arrow {
  font-size: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
  margin-top: 16px;
}
@media screen and (max-width: 560px ) {
  .ly_service_solution_cont .el_btn__arrow {
    text-align: center;
  }
}

/*===============================================
contact
===============================================*/
.pg_contact {
  padding-top: 180px;
}
@media screen and (max-width: 960px ) {
  .pg_contact {
    padding-top: 120px;
  }
}
.pg_contact .bl_breadcrumb {
  margin-bottom: 0;
}
@media screen and (max-width: 960px ) {
  .pg_contact .flex {
    display: block;
  }
}
.pg_contact .el_contact_txt {
  margin-top: 80px;
}
@media screen and (max-width: 960px ) {
  .pg_contact .el_contact_txt {
    margin-top: 32px;
  }
}
.pg_contact .bl_contact_contWrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 132px;
}
@media screen and (max-width: 960px ) {
  .pg_contact .bl_contact_contWrapper {
    position: static;
  }
}
.pg_contact .bl_contact_formWrapper {
  max-width: 744px;
  width: 100%;
  padding-left: 80px;
}
@media screen and (max-width: 960px ) {
  .pg_contact .bl_contact_formWrapper {
    max-width: inherit;
    padding: 0;
    margin-top: 40px;
  }
}

/*===============================================
sitemap
===============================================*/
.bl_sitemap_cont {
  width: 50%;
  padding-right: 32px;
}
@media screen and (max-width: 560px ) {
  .bl_sitemap_cont {
    width: 100%;
    padding: 0;
  }
}
.bl_sitemap_cont:last-child {
  padding-left: 32px;
  padding-right: 0;
}
@media screen and (max-width: 560px ) {
  .bl_sitemap_cont:last-child {
    padding: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 560px ) {
  .bl_sitemap_contWrapper {
    display: block;
  }
}
.bl_sitemap_cont .bl_sitemap_contItem {
  margin-bottom: 80px;
}
@media screen and (max-width: 560px ) {
  .bl_sitemap_cont .bl_sitemap_contItem {
    margin-bottom: 40px;
  }
}
.bl_sitemap_cont .bl_sitemap_contItem:last-child {
  margin-bottom: 0;
}
.bl_sitemap_cont .el_sitemap_heading {
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  font-size: clamp(1rem, 0.8679577465rem + 0.5633802817vw, 1.375rem);
  font-weight: 700;
  padding-bottom: 16px;
}
.bl_sitemap_cont .bl_sitemap_listWrapper {
  margin-top: 40px;
}
@media screen and (max-width: 560px ) {
  .bl_sitemap_cont .bl_sitemap_listWrapper {
    margin-top: 24px;
  }
}
.bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_list {
  margin-bottom: 24px;
}
@media screen and (max-width: 960px ) {
  .bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_list {
    margin-bottom: 16px;
  }
}
.bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_list_btn {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  position: relative;
}
@media (hover: none) {
  .bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_list_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_list_btn:hover span {
    padding-left: 16px;
  }
}
.bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_list_btn:before {
  content: "";
  color: #222;
  background-color: transparent;
  background-image: url(../images/element/icon/arrow-breadcrumb.svg);
  background-size: 6px 9.717px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 6px;
  height: 9.717px;
  display: inline-block;
  z-index: 1;
}
.bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_list_btn span {
  width: calc(100% - 16px);
  padding-left: 8px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_sub_list {
  margin-bottom: 16px;
}
@media screen and (max-width: 560px ) {
  .bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_sub_list {
    margin-bottom: 8px;
  }
}
.bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_sub_list:last-child {
  margin-bottom: 0;
}
.bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_sub_listWrapper {
  padding-left: 32px;
  margin-top: 16px;
}
@media screen and (max-width: 960px ) {
  .bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_sub_listWrapper {
    padding-left: 8px;
  }
}
.bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_sub_list_btn {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  position: relative;
}
@media (hover: none) {
  .bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_sub_list_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_sub_list_btn:hover span {
    padding-left: 16px;
  }
}
.bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_sub_list_btn:before {
  content: "";
  background-color: #222;
  width: 7px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
}
.bl_sitemap_cont .bl_sitemap_listWrapper .bl_sitemap_sub_list_btn span {
  padding-left: 8px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
