/* ##############################################################################

    KEYFRAMES

############################################################################## */
  @keyframes fade_in {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @keyframes fade_out {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }
  @keyframes fade-to_top {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0); }
  }
  @keyframes fade-to_top-10 {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: .1; transform: translateY(0); }
  }
  @keyframes fade-to_btm {
    0% { opacity: 0; transform: translateY(-8px); }
    100% { opacity: 1; transform: translateY(0); }
  }
  @keyframes fade-to_rgt {
    0% { opacity: 0; transform: translateX(-8px); }
    100% { opacity: 1; transform: translateX(0); }
  }
  @keyframes fade-to_lft {
    0% { opacity: 0; transform: translateX(8px); }
    100% { opacity: 1; transform: translateX(0); }
  }
  @keyframes fade-rev_top {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-8px); }
  }
  @keyframes fade-rev_btm {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(8px); }
  }
  @keyframes fade-rev_rgt {
    0% { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(8px); }
  }
  @keyframes fade-rev_rgt-10 {
    0% { opacity: .1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(8px); }
  }
  @keyframes fade-rev_lft {
    0% { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(-8px); }
  }
  @keyframes mask-to_top {
    0% { transform: translateY(8px); clip-path: inset(100% 0 -20% 0); }
    100% { transform: translateY(0px); clip-path: inset(0 0 -20% 0); }
  }
  @keyframes mask-to_btm {
    0% { transform: translateY(-8px); clip-path: inset(0 0 100% 0); }
    100% { transform: translateY(0px); clip-path: inset(0 0 -20% 0); }
  }
  @keyframes mask-to_rgt {
    0% { transform: translateX(-8px); clip-path: inset(0 100% -20% 0); }
    100% { transform: translateX(0px); clip-path: inset(0 0 -20% 0); }
  }
  @keyframes mask-to_lft {
    0% { transform: translateX(8px); clip-path: inset(0 0 -20% 100%); }
    100% { transform: translateX(0px); clip-path: inset(0 0 -20% 0); }
  }
  @keyframes slide-to_top {
    0% { transform: translateY(110%); }
    100% { transform: translateY(0%); }
  }
  @keyframes slide-to_btm {
    0% { transform: translateY(-110%); }
    100% { transform: translateY(0%); }
  }
  @keyframes slide-to_lft {
    0% { transform: translateX(110%); }
    100% { transform: translateX(0%); }
  }
  @keyframes slide-to_rgt {
    0% { transform: translateX(-110%); }
    100% { transform: translateX(0%); }
  }
  @keyframes slide-rev_top {
    0% { transform: translateY(0%); }
    100% { transform: translateY(-110%); }
  }
  @keyframes slide-rev_btm {
    0% { transform: translateY(0%); }
    100% { transform: translateY(110%); }
  }
  @keyframes slide-rev_lft {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-110%); }
  }
  @keyframes slide-rev_rgt {
    0% { transform: translateX(0%); }
    100% { transform: translateX(110%); }
  }
  @keyframes slide-rev_rgt-lg {
    0% { transform: translateX(0%); }
    100% { transform: translateX(200%); }
  }
  @keyframes slide-to_rgt-lg {
    0% { transform: translateX(-200%); }
    100% { transform: translateX(0%); }
  }
  @keyframes gnav_sub_out {
    0% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(-16px); opacity: 0; }
  }
  @keyframes gnav_sub_in {
    0% { transform: translateX(16px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
  }
  .loaded .ts, .loaded .ts-bf::before, .loaded .ts-af::after,
  .loaded .ts-fast, .loaded .ts-fast-bf::before, .loaded .ts-fast-af::after,
  .loaded .ts-slow, .loaded .ts-slow-bf::before, .loaded .ts-slow-af::after {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.23,1,0.32,1);
    transition-duration: .8s;
  }
  .loaded .ts-fast, .loaded .ts-fast-bf::before, .loaded .ts-fast-af::after {
    transition-duration: .4s;
  }
  .loaded .ts-slow, .loaded .ts-slow-bf::before, .loaded .ts-slow-af::after {
    transition-duration: 1.2s;
  }

  /* --- delay ---  */
  .del0 { transition-delay: 0ms; } .del50 { transition-delay: 50ms; }
  .del100 { transition-delay: 100ms; } .del150 { transition-delay: 150ms; }
  .del200 { transition-delay: 200ms; } .del250 { transition-delay: 250ms; }
  .del300 { transition-delay: 300ms; } .del350 { transition-delay: 350ms; }
  .del400 { transition-delay: 400ms; } .del450 { transition-delay: 450ms; }
  .del500 { transition-delay: 500ms; } .del550 { transition-delay: 550ms; }
  .del600 { transition-delay: 600ms; } .del650 { transition-delay: 650ms; }
  .del700 { transition-delay: 700ms; } .del750 { transition-delay: 750ms; }
  .del800 { transition-delay: 800ms; } .del850 { transition-delay: 850ms; }
  .del900 { transition-delay: 900ms; } .del950 { transition-delay: 950ms; }
  .del1000 { transition-delay: 1000ms; } .del1050 { transition-delay: 1050ms; }
  .del1100 { transition-delay: 1000ms; } .del1150 { transition-delay: 1050ms; }
  .del1200 { transition-delay: 1200ms; } .del1250 { transition-delay: 1250ms; }
  .del1300 { transition-delay: 1300ms; } .del1350 { transition-delay: 1350ms; }
  .del1400 { transition-delay: 1400ms; } .del1450 { transition-delay: 1450ms; }
  .del1500 { transition-delay: 1500ms; } .del1550 { transition-delay: 1550ms; }
  .del1600 { transition-delay: 1600ms; } .del1650 { transition-delay: 1650ms; }
  .del1700 { transition-delay: 1700ms; } .del1750 { transition-delay: 1750ms; }
  .del1800 { transition-delay: 1800ms; } .del1850 { transition-delay: 1850ms; }
  .del1900 { transition-delay: 1900ms; } .del1950 { transition-delay: 1950ms; }
  .del2000 { transition-delay: 2000ms; } .del2050 { transition-delay: 2050ms; }
  .anm_del0 { animation-delay: 0ms; } .anm_del50 { animation-delay: 50ms; }
  .anm_del100 { animation-delay: 100ms; } .anm_del150 { animation-delay: 150ms; }
  .anm_del200 { animation-delay: 200ms; } .anm_del250 { animation-delay: 250ms; }
  .anm_del300 { animation-delay: 300ms; } .anm_del350 { animation-delay: 350ms; }
  .anm_del400 { animation-delay: 400ms; } .anm_del450 { animation-delay: 450ms; }
  .anm_del500 { animation-delay: 500ms; } .anm_del550 { animation-delay: 550ms; }
  .anm_del600 { animation-delay: 600ms; } .anm_del650 { animation-delay: 650ms; }
  .anm_del700 { animation-delay: 700ms; } .anm_del750 { animation-delay: 750ms; }
  .anm_del800 { animation-delay: 800ms; } .anm_del850 { animation-delay: 850ms; }
  .anm_del900 { animation-delay: 900ms; } .anm_del950 { animation-delay: 950ms; }
  .anm_del1000 { animation-delay: 1000ms; } .anm_del1050 { animation-delay: 1050ms; }
  .anm_del1100 { animation-delay: 1000ms; } .anm_del1150 { animation-delay: 1050ms; }
  .anm_del1200 { animation-delay: 1200ms; } .anm_del1250 { animation-delay: 1250ms; }
  .anm_del1300 { animation-delay: 1300ms; } .anm_del1350 { animation-delay: 1350ms; }
  .anm_del1400 { animation-delay: 1400ms; } .anm_del1450 { animation-delay: 1450ms; }
  .anm_del1500 { animation-delay: 1500ms; } .anm_del1550 { animation-delay: 1550ms; }
  .anm_del1600 { animation-delay: 1600ms; } .anm_del1650 { animation-delay: 1650ms; }
  .anm_del1700 { animation-delay: 1700ms; } .anm_del1750 { animation-delay: 1750ms; }
  .anm_del1800 { animation-delay: 1800ms; } .anm_del1850 { animation-delay: 1850ms; }
  .anm_del1900 { animation-delay: 1900ms; } .anm_del1950 { animation-delay: 1950ms; }
  .anm_del2000 { animation-delay: 2000ms; } .anm_del2050 { animation-delay: 2050ms; }

  /* --- mask ---  */
  .mask-to_top,
  .mask-to_btm,
  .mask-to_rgt,
  .mask-to_lft {
    clip-path: inset(100% 0 -20% 0);
  }
  span.mask-to_top:not(.flx),
  span.mask-to_btm:not(.flx),
  span.mask-to_rgt:not(.flx),
  span.mask-to_lft:not(.flx) {
    display: inline-block;
  }
  .visible.mask-to_top,
  .visible.mask-to_btm,
  .visible.mask-to_rgt,
  .visible.mask-to_lft,
  .visible .mask-to_top,
  .visible .mask-to_btm,
  .visible .mask-to_rgt,
  .visible .mask-to_lft {
    animation-timing-function: cubic-bezier(0.86,0,0.07,1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .visible.mask-to_top,
  .visible .mask-to_top {
    animation-duration: 1.2s;
    animation-name: mask-to_top;
  }
  .visible.mask-to_btm,
  .visible .mask-to_btm {
    animation-duration: 1.2s;
    animation-name: mask-to_btm;
  }
  .visible.mask-to_rgt,
  .visible .mask-to_rgt {
    animation-duration: 1s;
    animation-name: mask-to_rgt;
  }
  .visible.mask-to_lft,
  .visible .mask-to_lft {
    animation-duration: 1s;
    animation-name: mask-to_lft;
  }

  /* --- fade ---  */
  .fade-to_top,
  .fade-to_btm,
  .fade-to_rgt,
  .fade-to_lft {
    opacity: 0;
  }
  span.fade-to_top:not(.flx),
  span.fade-to_btm:not(.flx),
  span.fade-to_rgt:not(.flx),
  span.fade-to_lft:not(.flx) {
    display: inline-block;
  }
  .visible.fade-to_top,
  .visible.fade-to_btm,
  .visible.fade-to_rgt,
  .visible.fade-to_lgt,
  .visible .fade-to_top,
  .visible .fade-to_btm,
  .visible .fade-to_rgt,
  .visible .fade-to_lgt {
    animation-timing-function: cubic-bezier(0.65,0.05,0.36,1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: fade-to_top;
  }
  .visible.fade-to_top,
  .visible .fade-to_top {
    animation-duration: .8s;
    animation-name: fade-to_top;
  }
  .visible.fade-to_btm,
  .visible .fade-to_btm {
    animation-duration: .8s;
    animation-name: fade-to_btm;
  }
  .visible.fade-to_rgt,
  .visible .fade-to_rgt {
    animation-duration: .6s;
    animation-name: fade-to_rgt;
  }
  .visible.fade-to_lft,
  .visible .fade-to_lft {
    animation-duration: .6s;
    animation-name: fade-to_lft;
  }


/* ======================================================================================

    LOADING

====================================================================================== */
  @keyframes load_fade_out {
    0% {
      opacity: 1;
    }
    100% {
      transform: scale(1.15);
      opacity: 0;
    }
  }
  #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    pointer-events: none;
  }
  #loading .layers {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }
  #loading .layers .layer,
  #loading .layers .layer::before {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.55,0.08,0.68,0.53);
    transition-delay: 0s;
  }
  #loading .layers .layer {
    position: absolute;
    left: -50vw;
    top: -50vh;
    width: 200vw;
    height: 200vh;
  }
  #loading .loading--cont {
    z-index: 10;
  }
  @keyframes logo_stroke {
   0% {
     stroke-dashoffset: 2000;
     fill:transparent;
    }
     100% {
     stroke-dashoffset: 0;
     fill:#595656;
    }
  }
  .loading--cont svg.logo {
    display: block;
    fill: none;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    opacity: 0;
  }
  .loaded .loading--cont svg.logo {
    stroke-width: .5;
    animation-duration: 0s,1.2s;
    animation-timing-function: cubic-bezier(.55, .05, .22, .99);
    animation-delay: 1.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    stroke: #595656;
    animation-name: fade_in,logo_stroke;
  }
  .loading--cont .line-logo_mark {
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 62px;
    height: 26px;
    opacity: 1;
    transform: translate(50%,50%) scale(2.6);
  }
  @keyframes load_mark_mov {
    0% {
      bottom: 50%;
      right: 50%;
      transform: translate(50%,50%) scale(2.6);
    }
    100% {
      bottom: 0;
      right: 0;
      transform: translate(0) scale(1);
    }
  }
  .loading--cont .line-logo_mark span {
    background-color: #fff;
  }
  .loading--cont .line-logo_mark span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .loading--cont .line-logo_mark span:nth-of-type(1)::before { background-color: #e60012; }
  .loading--cont .line-logo_mark span:nth-of-type(2)::before { background-color: #e95431; }
  .loading--cont .line-logo_mark span:nth-of-type(3)::before { background-color: #f0855d; }
  .loading--cont .line-logo_mark span:nth-of-type(4)::before { background-color: #f4b08f; }
  .loading--cont .line-logo_mark span:nth-of-type(5)::before { background-color: #fbd9c7; }
  .loading--cont .line-logo_mark span:nth-of-type(6)::before { background-color: #fbd9c7; }
  .loading--cont .line-logo_mark span:nth-of-type(7)::before { background-color: #fbd9c7; }
  .loaded .loading--cont,
  .loaded .loading--cont .line-logo_mark,
  .loaded .loading--cont .line-logo_mark span {
    animation-duration: .32s;
    animation-timing-function: cubic-bezier(0.22, 0.41, 0.36, 1);
    animation-delay: 0s,.6s,2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: fade-to_lft,fade-rev_lft,fade-to_lft;
  }
  .loaded .loading--cont .line-logo_mark span:nth-of-type(1) {
    animation-delay: 0s,.8s,2s;
  }
  .loaded .loading--cont .line-logo_mark span:nth-of-type(2) {
    animation-delay: .08s,.88s,2.06s;
  }
  .loaded .loading--cont .line-logo_mark span:nth-of-type(3) {
    animation-delay: .16s,.96s,2.12s;
  }
  .loaded .loading--cont .line-logo_mark span:nth-of-type(4) {
    animation-delay: .24s,1.04s,2.18s;
  }
  .loaded .loading--cont .line-logo_mark span:nth-of-type(5) {
    animation-delay: .32s,1.12s,2.24s;
  }
  .loaded .loading--cont .line-logo_mark span:nth-of-type(6) {
    animation-delay: .40s,1.20s,2.30s;
  }
  .loaded .loading--cont .line-logo_mark span:nth-of-type(7) {
    animation-delay: .48s,1.28s,2.36s;
  }
  .loaded .loading--cont .line-logo_mark {
    animation-duration: 0s;
    animation-delay: 1.8s;
    animation-name: load_mark_mov;
  }
  .loaded .loading--cont {
    animation-duration: 1s;
    animation-delay: 3.4s;
    animation-name: fade_out;
  }
  body.mov_in #loading .layers .layer {
    opacity: 0;
  }
  body:not(.min).mov_in #loading .layers .layer { transition-delay: 3.4s; }
  @media screen and (max-width: 1480px) {
    .loaded .loading--cont {
      transform: scale(.9);
    }
  }
  @media screen and (max-width: 1280px) {
    .loaded .loading--cont {
      transform: scale(.8);
    }
  }
  @media screen and (max-width: 1064px) {
    .loaded .loading--cont {
      transform: scale(.75);
    }
  }
  @media screen and (max-width: 560px) {
    .loaded .loading--cont {
      transform: scale(.7);
    }
  }


/* ##############################################################################

    COMMON

############################################################################## */
  .svg-symbol {
    display: none;
  }
  .cont_vis {
    content-visibility: auto;
  }

/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .inner-xs { max-width: 880px; }
  .inner-sm { max-width: 1064px; }
  .inner-lg { max-width: 1540px; }
  .inner-xl { max-width: 1920px; }
  @media screen and (max-width: 1980px) {
    .inner-xl { width: calc(100% - 128px) }
  }
  @media screen and (max-width: 1600px) {
    .inner-lg { width: calc(100% - 128px) }
  }
  @media screen and (max-width: 1320px) {
    .inner,
    .inner-lg,
    .inner-xl { width: calc(100% - 128px); }
  }
  @media screen and (max-width: 1080px) {
    .inner,
    .inner-lg,
    .inner-xl { width: calc(100% - 64px); }
  }
  @media screen and (max-width: 560px) {
    .inner,
    .inner-lg,
    .inner-xl { width: calc(100% - 48px); }
  }
  @media screen and (max-width: 374px) {
    .inner,
    .inner-lg,
    .inner-xl { width: calc(100% - 32px); }
  }

  /* --- sect_pdg --- */
  .sect_pdg {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .sect_pdg-sm {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pdg_no { padding: 0 !important; }
  .pdg_no-top { padding-top: 0 !important; }
  .pdg_no-btm { padding-bottom: 0 !important; }

  /* --- float --- */
  .flt-rgt { float: right; }
  .flt-lft { float: left; }

  /* --- position --- */
  .por {
    position: relative;
    z-index: 0;
  }
  .poa,
  .poa-bf::before,
  .poa-af::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .poa-bf::before,
  .poa-af::after {
    content: '';
  }
  .poa.zi1,
  .poa-bf.zi1-bf::before,
  .poa-af.zi1-af::after {
    z-index: 1;
  }

  /* --- margin --- */
  .btm4 { margin-bottom: 4px; }
  .btm6 { margin-bottom: 6px; }
  .btm8 { margin-bottom: 8px; }
  .btm16 { margin-bottom: 16px; }
  .btm24 { margin-bottom: 24px; }
  .btm32 { margin-bottom: 32px; }
  .btm40 { margin-bottom: 40px; }
  .btm48 { margin-bottom: 48px; }
  .btm56 { margin-bottom: 56px; }
  .btm64 { margin-bottom: 64px; }
  .btm72 { margin-bottom: 72px; }
  .btm80 { margin-bottom: 80px; }
  .btm88 { margin-bottom: 88px; }
  .btm96 { margin-bottom: 96px; }
  .btm104 { margin-bottom: 104px; }
  .btm112 { margin-bottom: 112px; }
  .btm120 { margin-bottom: 120px; }

  @media screen and  (max-width: 1064px) {
    .sect_pdg {
      padding-top: 96px;
      padding-bottom: 96px;
    }
    .sect_pdg-sm {
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .btm24 { margin-bottom: 20px; }
    .btm32 { margin-bottom: 24px; }
    .btm40 { margin-bottom: 32px; }
    .btm48 { margin-bottom: 32px; }
    .btm56 { margin-bottom: 48px; }
    .btm64 { margin-bottom: 48px; }
    .btm72 { margin-bottom: 56px; }
    .btm80 { margin-bottom: 56px; }
    .btm88 { margin-bottom: 64px; }
    .btm96 { margin-bottom: 64px; }
    .btm104 { margin-bottom: 80px; }
    .btm112 { margin-bottom: 80px; }
    .btm120 { margin-bottom: 96px; }
  }
  @media screen and  (max-width: 560px) {
    .btm16 { margin-bottom: 8px; }
    .btm24 { margin-bottom: 16px; }
    .btm32 { margin-bottom: 16px; }
    .btm40 { margin-bottom: 24px; }
    .btm48 { margin-bottom: 24px; }
    .btm56 { margin-bottom: 32px; }
    .btm64 { margin-bottom: 32px; }
    .btm72 { margin-bottom: 40px; }
    .btm80 { margin-bottom: 40px; }
    .btm88 { margin-bottom: 48px; }
    .btm96 { margin-bottom: 48px; }
    .btm104 { margin-bottom: 56px; }
    .btm112 { margin-bottom: 56px; }
    .btm120 { margin-bottom: 64px; }
    .sect_pdg {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    .sect_pdg-sm {
      padding-top: 48px;
      padding-bottom: 48px;
    }
  }

/* responsive - none / show
**************************************** */
  .xlpc-none, .lgpc-none, .smpc-none, .xspc-none, .tab-none,
  .lgsp-none, .sp-none, .smsp-none, .xssp-none {
    display: block;
  }
  .xlpc-none-inline, .lgpc-none-inline, .smpc-none-inline, .xspc-none-inline, .tab-none-inline,
  .lgsp-none-inline, .sp-none-inline, .smsp-none-inline, .xssp-none-inline {
    display: inline;
  }
  .xlpc-none-inline_blk, .lgpc-none-inline_blk, .smpc-none-inline_blk, .xspc-none-inline_blk, .tab-none-inline_blk,
  .lgsp-none-inline_blk, .sp-none-inline_blk, .smsp-none-inline_blk, .xssp-none-inline_blk {
    display: inline-block;
  }
  .xlpc-none-tbl, .lgpc-none-tbl, .smpc-none-tbl, .xspc-none-tbl, .tab-none-tbl,
  .lgsp-none-tbl, .sp-none-tbl, .smsp-none-tbl, .xssp-none-tbl {
    display: table;
  }
  .xlpc-none-flx, .lgpc-none-flx, .smpc-none-flx, .xspc-none-flx, .tab-none-flx,
  .lgsp-none-flx, .sp-none-flx, .smsp-none-flx, .xssp-none-flx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xlpc-show, .lgpc-show, .smpc-show, .xspc-show, .tab-show, .lgsp-show, .sp-show, .smsp-show, .xssp-show,
  .xlpc-show-inline, .lgpc-show-inline, .smpc-show-inline, .xspc-show-inline, .tab-show-inline, .lgsp-show-inline, .sp-show-inline, .smsp-show-inline, .xssp-show-inline,
  .xlpc-show-inline_blk, .lgpc-show-inline_blk, .smpc-show-inline_blk, .xspc-show-inline_blk, .tab-show-inline_blk, .lgsp-show-inline_blk, .sp-show-inline_blk, .smsp-show-inline_blk, .xssp-show-inline_blk,
  .xlpc-show-tbl, .lgpc-show-tbl, .smpc-show-tbl, .xspc-show-tbl, .tab-show-tbl, .lgsp-show-tbl, .sp-show-tbl, .smsp-show-tbl, .xssp-show-tbl,
  .xlpc-show-flx, .lgpc-show-flx, .smpc-show-flx, .xspc-show-flx, .tab-show-flx, .lgsp-show-flx, .sp-show-flx, .smsp-show-flx, .xssp-show-flx {
    display: none;
  }
  @media screen and (max-width: 1680px) {
    .xlpc-none, .xlpc-none-inline, .xlpc-none-inline_blk, .xlpc-none-tbl, .xlpc-none-flx {
      display: none;
    }
    .xlpc-show { display: block; }
    .xlpc-show-inline { display: inline; }
    .xlpc-show-inline_blk { display: inline-block; }
    .xlpc-show-tbl { display: table; }
    .xlpc-show-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and (max-width: 1480px) {
    .lgpc-none, .lgpc-none-inline, .lgpc-none-inline_blk, .lgpc-none-tbl, .lgpc-none-flx {
      display: none;
    }
    .lgpc-show { display: block; }
    .lgpc-show-inline { display: inline; }
    .lgpc-show-inline_blk { display: inline-block; }
    .lgpc-show-tbl { display: table; }
    .lgpc-show-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and (max-width: 1280px) {
    .smpc-none, .smpc-none-inline, .smpc-none-inline_blk, .smpc-none-tbl, .smpc-none-flx {
      display: none;
    }
    .smpc-show { display: block; }
    .smpc-show-inline { display: inline; }
    .smpc-show-inline_blk { display: inline-block; }
    .smpc-show-tbl { display: table; }
    .smpc-show-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and (max-width: 1064px) {
    .xspc-none, .xspc-none-inline, .xspc-none-inline_blk, .xspc-none-tbl, .xspc-none-flx {
      display: none;
    }
    .xspc-show { display: block; }
    .xspc-show-inline { display: inline; }
    .xspc-show-inline_blk { display: inline-block; }
    .xspc-show-tbl { display: table; }
    .xspc-show-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and (max-width: 960px) {
    .tab-none, .tab-none-inline, .tab-none-inline_blk, .tab-none-tbl, .tab-none-flx {
      display: none;
    }
    .tab-show { display: block; }
    .tab-show-inline { display: inline; }
    .tab-show-inline_blk { display: inline-block; }
    .tab-show-tbl { display: table; }
    .tab-show-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and (max-width: 768px) {
    .lgsp-none, .lgsp-none-inline, .lgsp-none-inline_blk, .lgsp-none-tbl, .lgsp-none-flx {
      display: none;
    }
    .lgsp-show { display: block; }
    .lgsp-show-inline { display: inline; }
    .lgsp-show-inline_blk { display: inline-block; }
    .lgsp-show-tbl { display: table; }
    .lgsp-show-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and (max-width: 560px) {
    .sp-none, .sp-none-inline, .sp-none-inline_blk, .sp-none-tbl, .sp-none-flx {
      display: none;
    }
    .sp-show { display: block; }
    .sp-show-inline { display: inline; }
    .sp-show-inline_blk { display: inline-block; }
    .sp-show-tbl { display: table; }
    .sp-show-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and (max-width: 413px) {
    .smsp-none, .smsp-none-inline, .smsp-none-inline_blk, .smsp-none-tbl, .smsp-none-flx {
      display: none;
    }
    .smsp-show { display: block; }
    .smsp-show-inline { display: inline; }
    .smsp-show-inline_blk { display: inline-block; }
    .smsp-show-tbl { display: table; }
    .smsp-show-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and (max-width: 374px) {
    .xssp-none, .xssp-none-inline, .xssp-none-inline_blk, .xssp-none-tbl, .xssp-none-flx {
      display: none;
    }
    .xssp-show { display: block; }
    .xssp-show-inline { display: inline; }
    .xssp-show-inline_blk { display: inline-block; }
    .xssp-show-tbl { display: table; }
    .xssp-show-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }

/* overflow
**************************************** */
  .ofh {
    overflow: hidden;
  }

/* link
**************************************** */
  .area_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

/* opacity
**************************************** */
  .op0, .op0-bf::before, .op0-af::after  { opacity:   0; }
  .op05,.op05-bf::before,.op05-af::after { opacity: .05; }
  .op10,.op10-bf::before,.op10-af::after { opacity: .10; }
  .op15,.op15-bf::before,.op15-af::after { opacity: .15; }
  .op20,.op20-bf::before,.op20-af::after { opacity: .20; }
  .op25,.op25-bf::before,.op25-af::after { opacity: .25; }
  .op30,.op30-bf::before,.op30-af::after { opacity: .30; }
  .op35,.op35-bf::before,.op35-af::after { opacity: .35; }
  .op40,.op40-bf::before,.op40-af::after { opacity: .40; }
  .op45,.op45-bf::before,.op45-af::after { opacity: .45; }
  .op50,.op50-bf::before,.op50-af::after { opacity: .50; }
  .op55,.op55-bf::before,.op55-af::after { opacity: .55; }
  .op60,.op60-bf::before,.op60-af::after { opacity: .60; }
  .op65,.op65-bf::before,.op65-af::after { opacity: .65; }
  .op70,.op70-bf::before,.op70-af::after { opacity: .70; }
  .op75,.op75-bf::before,.op75-af::after { opacity: .75; }
  .op80,.op80-bf::before,.op80-af::after { opacity: .80; }
  .op85,.op85-bf::before,.op85-af::after { opacity: .85; }
  .op90,.op90-bf::before,.op90-af::after { opacity: .90; }
  .op95,.op95-bf::before,.op95-af::after { opacity: .95; }
  @media screen and (min-width: 961px) {
    .hov-op0:hover, .hov-op0-bf:hover::before, .hov-op0-af:hover::after  { opacity:   0; }
    .hov-op05:hover,.hov-op05-bf:hover::before,.hov-op05-af:hover::after { opacity: .05; }
    .hov-op10:hover,.hov-op10-bf:hover::before,.hov-op10-af:hover::after { opacity: .10; }
    .hov-op15:hover,.hov-op15-bf:hover::before,.hov-op15-af:hover::after { opacity: .15; }
    .hov-op20:hover,.hov-op20-bf:hover::before,.hov-op20-af:hover::after { opacity: .20; }
    .hov-op25:hover,.hov-op25-bf:hover::before,.hov-op25-af:hover::after { opacity: .25; }
    .hov-op30:hover,.hov-op30-bf:hover::before,.hov-op30-af:hover::after { opacity: .30; }
    .hov-op35:hover,.hov-op35-bf:hover::before,.hov-op35-af:hover::after { opacity: .35; }
    .hov-op40:hover,.hov-op40-bf:hover::before,.hov-op40-af:hover::after { opacity: .40; }
    .hov-op45:hover,.hov-op45-bf:hover::before,.hov-op45-af:hover::after { opacity: .45; }
    .hov-op50:hover,.hov-op50-bf:hover::before,.hov-op50-af:hover::after { opacity: .50; }
    .hov-op55:hover,.hov-op55-bf:hover::before,.hov-op55-af:hover::after { opacity: .55; }
    .hov-op60:hover,.hov-op60-bf:hover::before,.hov-op60-af:hover::after { opacity: .60; }
    .hov-op65:hover,.hov-op65-bf:hover::before,.hov-op65-af:hover::after { opacity: .65; }
    .hov-op70:hover,.hov-op70-bf:hover::before,.hov-op70-af:hover::after { opacity: .70; }
    .hov-op75:hover,.hov-op75-bf:hover::before,.hov-op75-af:hover::after { opacity: .75; }
    .hov-op80:hover,.hov-op80-bf:hover::before,.hov-op80-af:hover::after { opacity: .80; }
    .hov-op85:hover,.hov-op85-bf:hover::before,.hov-op85-af:hover::after { opacity: .85; }
    .hov-op90:hover,.hov-op90-bf:hover::before,.hov-op90-af:hover::after { opacity: .90; }
    .hov-op95:hover,.hov-op95-bf:hover::before,.hov-op95-af:hover::after { opacity: .95; }
    .hov-op100:hover,.hov-op100-bf:hover::before,.hov-op100-af:hover::after { opacity: 1; }
  }

/* flex
**************************************** */

  /* --- ブロック要素 --- */
  .flx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flx-rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* --- インライン要素 --- */
  .flx-in {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  /* --- 縦並び --- */
  .flx-col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flx-col-rev {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* --- レイアウト短縮クラス --- */
  .flx-stt {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flx-stt-ctr {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flx-stt-end {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flx-ctr {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flx-ctr-stt {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flx-ctr-end {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flx-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flx-end-stt {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flx-end-ctr {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flx-btw-stt {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flx-btw-ctr {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flx-btw-end {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* --- 子要素の折り返し設定 --- */
  .flx-nowrap-c {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flx-wrap-c {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* --- 子要素の複数行設定 --- */
  .flx-stt-c {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flx-end-c {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .flx-ctr-c {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  /* --- flx-1 --- */
  .flx-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }

  @media screen and (max-width: 1680px) {
    .flx-xlpc-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 1480px) {
    .flx-lgpc-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 1280px) {
    .flx-smpc-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 1064px) {
    .flx-xspc-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 960px) {
    .flx-tab-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 768px) {
    .flx-lgsp-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 560px) {
    .flx-sp-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 413px) {
    .flx-smsp-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 374px) {
    .flx-xssp-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

/* color
**************************************** */

  /* --- body --- */
  .clr-body, .clr-body-bf::before, .clr-body-af::after {
    color: #fff; fill: #fff;
  }
  .bg_clr-body, .bg_clr-body-bf::before, .bg_clr-body-af::after,
  .clr-wht .line-logo_mark span {
    background-color: #fff;
  }
  .bdr_clr-body, .bdr_clr-body-bf::before, .bdr_clr-body-af::after {
    border-color: #fff;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-body, .hov-clr-body:hover,
    .hov_area:hover .hov-clr-body-bf::before, .hov-clr-body-bf:hover::before,
    .hov_area:hover .hov-clr-body-af::after, .hov-clr-body-af:hover::after {
      color: #fff; fill: #fff;
    }
    .hov_area:hover .hov-bg_clr-body, .hov-bg_clr-body:hover,
    .hov_area:hover .hov-bg_clr-body-bf::before, .hov-bg_clr-body-bf:hover::before,
    .hov_area:hover .hov-bg_clr-body-af::after, .hov-bg_clr-body-af:hover::after {
      background-color: #fff;
    }
  }

  /* --- body_lt --- */
  .clr-body_lt, .clr-body_lt-bf::before, .clr-body_lt-af::after {
    color: #edf2f9; fill: #edf2f9;
  }
  .bg_clr-body_lt, .bg_clr-body_lt-bf::before, .bg_clr-body_lt-af::after {
    background-color: #edf2f9;
  }
  .bdr_clr-body_lt, .bdr_clr-body_lt-bf::before, .bdr_clr-body_lt-af::after {
    border-color: #edf2f9;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-body_lt, .hov-clr-body_lt:hover,
    .hov_area:hover .hov-clr-body_lt-bf::before, .hov-clr-body_lt-bf:hover::before,
    .hov_area:hover .hov-clr-body_lt-af::after, .hov-clr-body_lt-af:hover::after {
      color: #edf2f9; fill: #edf2f9;
    }
    .hov_area:hover .hov-bg_clr-body_lt, .hov-bg_clr-body_lt:hover,
    .hov_area:hover .hov-bg_clr-body_lt-bf::before, .hov-bg_clr-body_lt-bf:hover::before,
    .hov_area:hover .hov-bg_clr-body_lt-af::after, .hov-bg_clr-body_lt-af:hover::after {
      background-color: #edf2f9;
    }
  }

  /* --- body_dk --- */
  .clr-body_dk, .clr-body_dk-bf::before, .clr-body_dk-af::after {
    color: #e6ecf4; fill: #e6ecf4;
  }
  .bg_clr-body_dk, .bg_clr-body_dk-bf::before, .bg_clr-body_dk-af::after {
    background-color: #e6ecf4;
  }
  .bdr_clr-body_dk, .bdr_clr-body_dk-bf::before, .bdr_clr-body_dk-af::after {
    border-color: #e6ecf4;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-body_dk, .hov-clr-body_dk:hover,
    .hov_area:hover .hov-clr-body_dk-bf::before, .hov-clr-body_dk-bf:hover::before,
    .hov_area:hover .hov-clr-body_dk-af::after, .hov-clr-body_dk-af:hover::after {
      color: #e6ecf4; fill: #e6ecf4;
    }
    .hov_area:hover .hov-bg_clr-body_dk, .hov-bg_clr-body_dk:hover,
    .hov_area:hover .hov-bg_clr-body_dk-bf::before, .hov-bg_clr-body_dk-bf:hover::before,
    .hov_area:hover .hov-bg_clr-body_dk-af::after, .hov-bg_clr-body_dk-af:hover::after {
      background-color: #e6ecf4;
    }
  }

  /* --- default --- */
  .clr-def, .clr-def-bf::before, .clr-def-af::after,
  a, .wp-pagenavi a, .wp-pagenavi span, select, button {
    color: #111111; fill: #111111;
  }
  .bg_clr-def, .bg_clr-def-bf::before, .bg_clr-def-af::after {
    background-color: #111111;
  }
  .bdr_clr-def, .bdr_clr-def-bf::before, .bdr_clr-def-af::after {
    border-color: #111111;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-def, .hov-clr-def:hover,
    .hov_area:hover .hov-clr-def-bf::before, .hov-clr-def-bf:hover::before,
    .hov_area:hover .hov-clr-def-af::after, .hov-clr-def-af:hover::after {
      color: #111111; fill: #111111;
    }
    .hov_area:hover .hov-bg_clr-def, .hov-bg_clr-def:hover,
    .hov_area:hover .hov-bg_clr-def-bf::before, .hov-bg_clr-def-bf:hover::before,
    .hov_area:hover .hov-bg_clr-def-af::after, .hov-bg_clr-def-af:hover::after {
      background-color: #111111;
    }
  }

  /* --- main --- */
  .clr-main, .clr-main-bf::before, .clr-main-af::after, strong,
  .page-products .products_nav--item.current a,
  .page-products .products_nav--item.current .btn_ico .ico-arrow {
    color: #2061b7; fill: #2061b7;
  }
  .bg_clr-main, .bg_clr-main-bf::before, .bg_clr-main-af::after,
  .line-logo_mark span {
    background-color: #2061b7;
  }
  .bdr_clr-main, .bdr_clr-main-bf::before, .bdr_clr-main-af::after {
    border-color: #2061b7;
  }
  strong {
    background: linear-gradient(transparent 96%, #2061b7 0%);
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-main, .hov-clr-main:hover,
    .hov_area:hover .hov-clr-main-bf::before, .hov-clr-main-bf:hover::before,
    .hov_area:hover .hov-clr-main-af::after, .hov-clr-main-af:hover::after,
    .btn-def .btn--in.hov-clr-main:hover .btn_ico svg,
    .hov_area:hover .btn-def .btn--in.hov-clr-main .btn_ico svg,
    .gnav_sub .btn_ico:hover svg,
    .page-products .products_nav--item a:hover .btn_ico .ico-arrow,
    .hnav_list--item-contact .hnav_list--item_in:hover .btn_ico .ico-mail {
      color: #2061b7; fill: #2061b7;
    }
    .hov_area:hover .hov-bg_clr-main, .hov-bg_clr-main:hover,
    .hov_area:hover .hov-bg_clr-main-bf::before, .hov-bg_clr-main-bf:hover::before,
    .hov_area:hover .hov-bg_clr-main-af::after, .hov-bg_clr-main-af:hover::after {
      background-color: #2061b7;
    }
  }

  .bg_grad-main,
  .mw_wp_form_input .form_flow_list--item-input .num,
  .mw_wp_form_confirm .form_flow_list--item-confirm .num,
  .mw_wp_form_complete .form_flow_list--item-complete .num {
    background-image: linear-gradient(135deg, rgba(21, 119, 195, 1), rgba(32, 97, 183, 1));
  }

  .bg_grad-sil {
    background-image: linear-gradient(135deg, rgb(193 201 206), rgb(162 171 184));
  }
  .bg_clr-sil, .bg_clr-sil-bf::before, .bg_clr-sil-af::after {
    background-color: #a1adbc;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-bg_clr-sil, .hov-bg_clr-sil:hover,
    .hov_area:hover .hov-bg_clr-sil-bf::before, .hov-bg_clr-sil-bf:hover::before,
    .hov_area:hover .hov-bg_clr-sil-af::after, .hov-bg_clr-sil-af:hover::after {
      background-color: #a1adbc;
    }
  }

  /* --- main_rev --- */
  .clr-main_rev, .clr-main_rev-bf::before, .clr-main_rev-af::after {
    color: #c19559; fill: #c19559;
  }
  .bg_clr-main_rev, .bg_clr-main_rev-bf::before, .bg_clr-main_rev-af::after {
    background-color: #c19559;
  }
  .bdr_clr-main_rev, .bdr_clr-main_rev-bf::before, .bdr_clr-main_rev-af::after {
    border-color: #c19559;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-main_rev, .hov-clr-main_rev:hover,
    .hov_area:hover .hov-clr-main_rev-bf::before, .hov-clr-main_rev-bf:hover::before,
    .hov_area:hover .hov-clr-main_rev-af::after, .hov-clr-main_rev-af:hover::after {
      color: #c19559; fill: #c19559;
    }
    .hov_area:hover .hov-bg_clr-main_rev, .hov-bg_clr-main_rev:hover,
    .hov_area:hover .hov-bg_clr-main_rev-bf::before, .hov-bg_clr-main_rev-bf:hover::before,
    .hov_area:hover .hov-bg_clr-main_rev-af::after, .hov-bg_clr-main_rev-af:hover::after {
      background-color: #c19559;
    }
  }

  /* --- wht --- */
  .clr-wht, .clr-wht-bf::before, .clr-wht-af::after {
    color: #fff; fill: #fff;
  }
  .bg_clr-wht, .bg_clr-wht-bf::before, .bg_clr-wht-af::after {
    background-color: #fff;
  }
  .bdr_clr-wht, .bdr_clr-wht-bf::before, .bdr_clr-wht-af::after {
    border-color: #fff;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-wht, .hov-clr-wht:hover,
    .hov_area:hover .hov-clr-wht-bf::before, .hov-clr-wht-bf:hover::before,
    .hov_area:hover .hov-clr-wht-af::after, .hov-clr-wht-af:hover::after {
      color: #fff; fill: #fff;
    }
    .hov_area:hover .hov-bg_clr-wht, .hov-bg_clr-wht:hover,
    .hov_area:hover .hov-bg_clr-wht-bf::before, .hov-bg_clr-wht-bf:hover::before,
    .hov_area:hover .hov-bg_clr-wht-af::after, .hov-bg_clr-wht-af:hover::after {
      background-color: #fff;
    }
  }

  /* --- blk --- */
  .clr-blk, .clr-blk-bf::before, .clr-blk-af::after {
    color: #111111; fill: #111111;
  }
  .bg_clr-blk, .bg_clr-blk-bf::before, .bg_clr-blk-af::after {
    background-color: #111111;
  }
  .bdr_clr-blk, .bdr_clr-blk-bf::before, .bdr_clr-blk-af::after {
    border-color: #111111;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-blk, .hov-clr-blk:hover,
    .hov_area:hover .hov-clr-blk-bf::before, .hov-clr-blk-bf:hover::before,
    .hov_area:hover .hov-clr-blk-af::after, .hov-clr-blk-af:hover::after {
      color: #111111; fill: #111111;
    }
    .hov_area:hover .hov-bg_clr-blk, .hov-bg_clr-blk:hover,
    .hov_area:hover .hov-bg_clr-blk-bf::before, .hov-bg_clr-blk-bf:hover::before,
    .hov_area:hover .hov-bg_clr-blk-af::after, .hov-bg_clr-blk-af:hover::after {
      background-color: #111111;
    }
  }

  /* --- sns --- */
  .clr-x, .clr-x-bf::before, .clr-x-af::after {
    color: #000; fill: #000;
  }
  .bg_clr-x, .bg_clr-x-bf::before, .bg_clr-x-af::after {
    background-color: #000;
  }
  .bdr_clr-x, .bdr_clr-x-bf::before, .bdr_clr-x-af::after {
    border-color: #000;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-x, .hov-clr-x:hover,
    .hov_area:hover .hov-clr-x-bf::before, .hov-clr-x-bf:hover::before,
    .hov_area:hover .hov-clr-x-af::after, .hov-clr-x-af:hover::after {
      color: #000; fill: #000;
    }
    .hov_area:hover .hov-bg_clr-x, .hov-bg_clr-x:hover,
    .hov_area:hover .hov-bg_clr-x-bf::before, .hov-bg_clr-x-bf:hover::before,
    .hov_area:hover .hov-bg_clr-x-af::after, .hov-bg_clr-x-af:hover::after {
      background-color: #000;
    }
  }
  .clr-tw, .clr-tw-bf::before, .clr-tw-af::after {
    color: #1DA1F2; fill: #1DA1F2;
  }
  .bg_clr-tw, .bg_clr-tw-bf::before, .bg_clr-tw-af::after {
    background-color: #1DA1F2;
  }
  .bdr_clr-tw, .bdr_clr-tw-bf::before, .bdr_clr-tw-af::after {
    border-color: #1DA1F2;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-tw, .hov-clr-tw:hover,
    .hov_area:hover .hov-clr-tw-bf::before, .hov-clr-tw-bf:hover::before,
    .hov_area:hover .hov-clr-tw-af::after, .hov-clr-tw-af:hover::after {
      color: #1DA1F2; fill: #1DA1F2;
    }
    .hov_area:hover .hov-bg_clr-tw, .hov-bg_clr-tw:hover,
    .hov_area:hover .hov-bg_clr-tw-bf::before, .hov-bg_clr-tw-bf:hover::before,
    .hov_area:hover .hov-bg_clr-tw-af::after, .hov-bg_clr-tw-af:hover::after {
      background-color: #1DA1F2;
    }
  }
  .clr-line, .clr-line-bf::before, .clr-line-af::after {
    color: #00B900; fill: #00B900;
  }
  .bg_clr-line, .bg_clr-line-bf::before, .bg_clr-line-af::after {
    background-color: #00B900;
  }
  .bdr_clr-line, .bdr_clr-line-bf::before, .bdr_clr-line-af::after {
    border-color: #00B900;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-line, .hov-clr-line:hover,
    .hov_area:hover .hov-clr-line-bf::before, .hov-clr-line-bf:hover::before,
    .hov_area:hover .hov-clr-line-af::after, .hov-clr-line-af:hover::after {
      color: #00B900; fill: #00B900;
    }
    .hov_area:hover .hov-bg_clr-line, .hov-bg_clr-line:hover,
    .hov_area:hover .hov-bg_clr-line-bf::before, .hov-bg_clr-line-bf:hover::before,
    .hov_area:hover .hov-bg_clr-line-af::after, .hov-bg_clr-line-af:hover::after {
      background-color: #00B900;
    }
  }
  .clr-insta, .clr-insta-bf::before, .clr-insta-af::after {
    color: #CF2E92; fill: #CF2E92;
  }
  .bg_clr-insta, .bg_clr-insta-bf::before, .bg_clr-insta-af::after {
    background-color: #CF2E92;
  }
  .bdr_clr-insta, .bdr_clr-insta-bf::before, .bdr_clr-insta-af::after {
    border-color: #CF2E92;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-insta, .hov-clr-insta:hover,
    .hov_area:hover .hov-clr-insta-bf::before, .hov-clr-insta-bf:hover::before,
    .hov_area:hover .hov-clr-insta-af::after, .hov-clr-insta-af:hover::after {
      color: #CF2E92; fill: #CF2E92;
    }
    .hov_area:hover .hov-bg_clr-insta, .hov-bg_clr-insta:hover,
    .hov_area:hover .hov-bg_clr-insta-bf::before, .hov-bg_clr-insta-bf:hover::before,
    .hov_area:hover .hov-bg_clr-insta-af::after, .hov-bg_clr-insta-af:hover::after {
      background-color: #CF2E92;
    }
  }
  .clr-fb, .clr-fb-bf::before, .clr-fb-af::after {
    color: #1877f2; fill: #1877f2;
  }
  .bg_clr-fb, .bg_clr-fb-bf::before, .bg_clr-fb-af::after {
    background-color: #1877f2;
  }
  .bdr_clr-fb, .bdr_clr-fb-bf::before, .bdr_clr-fb-af::after {
    border-color: #1877f2;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-fb, .hov-clr-fb:hover,
    .hov_area:hover .hov-clr-fb-bf::before, .hov-clr-fb-bf:hover::before,
    .hov_area:hover .hov-clr-fb-af::after, .hov-clr-fb-af:hover::after {
      color: #1877f2; fill: #1877f2;
    }
    .hov_area:hover .hov-bg_clr-fb, .hov-bg_clr-fb:hover,
    .hov_area:hover .hov-bg_clr-fb-bf::before, .hov-bg_clr-fb-bf:hover::before,
    .hov_area:hover .hov-bg_clr-fb-af::after, .hov-bg_clr-fb-af:hover::after {
      background-color: #1877f2;
    }
  }
  .clr-yt, .clr-yt-bf::before, .clr-yt-af::after {
    color: #E93223; fill: #E93223;
  }
  .bg_clr-yt, .bg_clr-yt-bf::before, .bg_clr-yt-af::after {
    background-color: #E93223;
  }
  .bdr_clr-yt, .bdr_clr-yt-bf::before, .bdr_clr-yt-af::after {
    border-color: #E93223;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-yt, .hov-clr-yt:hover,
    .hov_area:hover .hov-clr-yt-bf::before, .hov-clr-yt-bf:hover::before,
    .hov_area:hover .hov-clr-yt-af::after, .hov-clr-yt-af:hover::after {
      color: #E93223; fill: #E93223;
    }
    .hov_area:hover .hov-bg_clr-yt, .hov-bg_clr-yt:hover,
    .hov_area:hover .hov-bg_clr-yt-bf::before, .hov-bg_clr-yt-bf:hover::before,
    .hov_area:hover .hov-bg_clr-yt-af::after, .hov-bg_clr-yt-af:hover::after {
      background-color: #E93223;
    }
  }
  .clr-yt_blk, .clr-yt_blk-bf::before, .clr-yt_blk-af::after {
    color: #282828; fill: #282828;
  }
  .bg_clr-yt_blk, .bg_clr-yt_blk-bf::before, .bg_clr-yt_blk-af::after {
    background-color: #282828;
  }
  .bdr_clr-yt_blk, .bdr_clr-yt_blk-bf::before, .bdr_clr-yt_blk-af::after {
    border-color: #282828;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-yt_blk, .hov-clr-yt_blk:hover,
    .hov_area:hover .hov-clr-yt_blk-bf::before, .hov-clr-yt_blk-bf:hover::before,
    .hov_area:hover .hov-clr-yt_blk-af::after, .hov-clr-yt_blk-af:hover::after {
      color: #282828; fill: #282828;
    }
    .hov_area:hover .hov-bg_clr-yt_blk, .hov-bg_clr-yt_blk:hover,
    .hov_area:hover .hov-bg_clr-yt_blk-bf::before, .hov-bg_clr-yt_blk-bf:hover::before,
    .hov_area:hover .hov-bg_clr-yt_blk-af::after, .hov-bg_clr-yt_blk-af:hover::after {
      background-color: #282828;
    }
  }
  .clr-pin, .clr-pin-bf::before, .clr-pin-af::after {
    color: #BD081C; fill: #BD081C;
  }
  .bg_clr-pin, .bg_clr-pin-bf::before, .bg_clr-pin-af::after {
    background-color: #BD081C;
  }
  .bdr_clr-pin, .bdr_clr-pin-bf::before, .bdr_clr-pin-af::after {
    border-color: #BD081C;
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .hov-clr-pin, .hov-clr-pin:hover,
    .hov_area:hover .hov-clr-pin-bf::before, .hov-clr-pin-bf:hover::before,
    .hov_area:hover .hov-clr-pin-af::after, .hov-clr-pin-af:hover::after {
      color: #BD081C; fill: #BD081C;
    }
    .hov_area:hover .hov-bg_clr-pin, .hov-bg_clr-pin:hover,
    .hov_area:hover .hov-bg_clr-pin-bf::before, .hov-bg_clr-pin-bf:hover::before,
    .hov_area:hover .hov-bg_clr-pin-af::after, .hov-bg_clr-pin-af:hover::after {
      background-color: #BD081C;
    }
  }

/* bg
**************************************** */
  .bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .both_grad-wht {
    background-image: linear-gradient(150deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 13%, 87%, rgba(255, 255, 255, 1));
  }
  @media screen and (max-width: 560px) {
    .both_grad-wht {
      background-image: linear-gradient(115deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 13%, 87%, rgba(255, 255, 255, 1));
    }
  }

/* ttl
**************************************** */
  h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
  }

  /* --- page_head --- */
  .page_head {
    padding-top: 200px;
    padding-bottom: 120px;
  }
  .page_head .img_area {
    width: 42.8575%;
    padding-top: 25.9745%;
  }
  .page_head .img_area .bg_img {
    z-index: 1;
  }
  .page_head .img_area .both_grad-wht {
    z-index: 1;
  }
  .page_head .img_area .blur_img {
    transform: translate(6%,7%);
  }
  .page_head .blur_img .bg_img {
    filter: blur(16px);
    transform: scale(1.1)
  }
  .page_ttl.sect_ttl .fnt-en {
    font-size: 492%;
    line-height: 1.6em;
    text-transform: uppercase;
  }
  .page_ttl.sect_ttl .fnt-jp {
    font-size: 138%;
    line-height: 1.6em;
    letter-spacing: .3em;
  }
  @media screen and (max-width: 1680px) {
    .page_head .inner-lg {
      padding-left: 64px;
      padding-right: 64px;
    }
  }
  @media screen and (max-width: 1280px) {
    .page_head {
      padding-top: 144px;
      padding-bottom: 40px;
    }
    .page_ttl.sect_ttl .fnt-en { font-size: 369%; }
    .page_ttl.sect_ttl .fnt-jp { font-size: 115%; }
    .page_head .page_txt { font-size: 108% }
    .page_head .inner-lg {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media screen and (max-width: 1064px) {
    .page_ttl.sect_ttl .fnt-en { font-size: 308%; }
    .page_ttl.sect_ttl .fnt-jp { font-size: 108%; }
    .page_head .page_txt { font-size: 100% }
  }
  @media screen and (max-width: 960px) {
    .page_head .img_area {
      position: absolute;
      top: 0;
      right: 32px;
      width: 48%;
      padding-top: 40%;
    }
    .page_head .img_area .blur_img {
      transform: translate(4%,5%);
    }
    .page_head .txt_area {
      width: 100%;
    }
    .page_head .txt_area .ttl_wrap {
      padding-top: 45%;
    }
    .page_head .txt_area .page_ttl {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }
  }
  @media screen and (max-width: 560px) {
    .page_head {
      padding-top: 96px;
      padding-bottom: 24px;
    }
    .page_ttl.sect_ttl .fnt-en {
      font-size: 200%;
      line-height: 1.4em;
    }
    .page_ttl.sect_ttl .fnt-jp { font-size: 93%; }
    .page_head .page_txt { font-size: 93% }
    .page_head .img_area {
      right: 24px;
    }
  }
  @media screen and (max-width: 374px) {
    .page_head .img_area {
      right: 16px;
      opacity: .3;
    }
  }

  /* --- sect_ttl --- */
  .sect_ttl {
    font-weight: normal;
    letter-spacing: .1em;
  }
  .sect_ttl .fnt-en,
  .sect_ttl .fnt-jp {
    display: block;
    width: 100%;
  }
  .sect_ttl .fnt-en {
    font-size: 431%;
    line-height: 1.4em;
    letter-spacing: .2em;
  }
  .sect_ttl .fnt-jp {
    font-size: 123%;
    line-height: 1.6;
    letter-spacing: .3em;
    font-weight: 500;
  }
  .sect_ttl-sm .fnt-en { font-size: 292%; }
  .sect_ttl-sm .fnt-jp { font-size: 115%; }
  .sect_ttl .line-logo_mark {
    width: 64px;
    height: 2px;
    margin-top: 28px;
    opacity: .8;
  }
  .sect_ttl.txt-ctr .line-logo_mark {
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 1280px) {
    .sect_ttl .fnt-en { font-size: 323%; }
    .sect_ttl .fnt-jp { font-size: 115%; }
    .sect_ttl .line-logo_mark { margin-top: 24px; }
    .sect_ttl-sm .fnt-en { font-size: 245%; }
    .sect_ttl-sm .fnt-jp { font-size: 108%; }
  }
  @media screen and (max-width: 1064px) {
    .sect_ttl .fnt-en { font-size: 277%; }
    .sect_ttl .fnt-jp { font-size: 108%; }
    .sect_ttl .line-logo_mark { margin-top: 20px; }
    .sect_ttl-sm .fnt-en { font-size: 222%; }
    .sect_ttl-sm .fnt-jp { font-size: 100%; }
  }
  @media screen and (max-width: 560px) {
    .sect_ttl .fnt-en { font-size: 216%; }
    .sect_ttl .fnt-jp { font-size: 93%; }
    .sect_ttl .line-logo_mark { margin-top: 16px; }
    .sect_ttl-sm .fnt-en { font-size: 185%; }
    .sect_ttl-sm .fnt-jp { font-size: 85%; }
  }

  /* --- heading --- */
  .head1 { font-size: 215%; }
  .head2 { font-size: 185%; }
  .head3 { font-size: 154%; }
  .head4 { font-size: 138%; }
  @media screen and (max-width: 1280px) {
    .head1 { font-size: 215%; }
    .head2 { font-size: 169%; }
    .head3 { font-size: 138%; }
    .head4 { font-size: 124%; }
  }
  @media screen and (max-width: 1064px) {
    .head1 { font-size: 215%; }
    .head2 { font-size: 154%; }
    .head3 { font-size: 124%; }
    .head4 { font-size: 115%; }
  }
  @media screen and (max-width: 560px) {
    .head1 { font-size: 173%; }
    .head2 { font-size: 138%; }
    .head3 { font-size: 115%; }
    .head4 { font-size: 108%; }
  }

  /* --- ttl-bdr --- */
  .ttl-bdr {
    padding-left: 12px;
    border-left-style: solid;
    border-left-width: 2px;
  }

/* txt
**************************************** */
  .mgn_txts p:not(:last-child) { margin-bottom: 1.5em; }
  .mgn_txts p.btm_no:not(:last-child) { margin-bottom: 0; }
  .txt-lft { text-align: left; }
  .txt-ctr { text-align: center; }
  .txt-rgt { text-align: right; }
  .fnt-xxs { font-size: 77% }
  .fnt-xs  { font-size: 85% }
  .fnt-sm  { font-size: 92%; }
  .fnt-lg  { font-size: 108%; }
  .fnt-xl  { font-size: 115%; }
  .fnt-xxl { font-size: 123%; }
  .tbl-lft,
  .tbl-ctr,
  .tbl-rgt {
    display: table;
  }
  .tbl-ctr {
    margin-left: auto;
    margin-right: auto;
  }
  .tbl-lft { margin-right: auto; }
  .tbl-rgt { margin-left: auto; }
  .txt-attn {
    font-size: 88%;
    color: #999;
  }
  .w-t { font-weight: 100; }
  .w-l { font-weight: 300; }
  .w-r { font-weight: 400; }
  .w-m { font-weight: 500; }
  .w-b { font-weight: 700; }
  .ls-50 { letter-spacing: .05em; }
  .ls-100 { letter-spacing: .1em; }
  .ls-150 { letter-spacing: .15em; }
  .ls-200 { letter-spacing: .2em; }
  .ls-250 { letter-spacing: .25em; }
  .ls-300 { letter-spacing: .3em; }
  .ls-350 { letter-spacing: .35em; }
  .ls-400 { letter-spacing: .4em; }
  .ls-450 { letter-spacing: .45em; }
  .ls-500 { letter-spacing: .5em; }
  .lh-10 { line-height: 1.0em; }
  .lh-11 { line-height: 1.1em; }
  .lh-12 { line-height: 1.2em; }
  .lh-13 { line-height: 1.3em; }
  .lh-14 { line-height: 1.4em; }
  .lh-14 { line-height: 1.4em; }
  .lh-15 { line-height: 1.5em; }
  .lh-16 { line-height: 1.6em; }
  .lh-17 { line-height: 1.7em; }
  .lh-18 { line-height: 1.8em; }
  .lh-19 { line-height: 1.9em; }
  .lh-20 { line-height: 2.0em; }
  .fnt-en { font-family: 'Urbanist', sans-serif; }
  strong {
    font-weight: 500;

  }
  @media screen and (max-width: 960px) {
    .txt-jus-tab { text-align: justify; }
    .txt-lft-tab { text-align: left; }
    .txt-ctr-tab { text-align: center; }
    .txt-rgt-tab { text-align: right; }
  }
  @media screen and (max-width: 768px) {
    .txt-jus-lgsp { text-align: justify; }
    .txt-lft-lgsp { text-align: left; }
    .txt-ctr-lgsp { text-align: center; }
    .txt-rgt-lgsp { text-align: right; }
  }
  @media screen and (max-width: 560px) {
    .txt-jus-sp { text-align: justify; }
    .txt-lft-sp { text-align: left; }
    .txt-ctr-sp { text-align: center; }
    .txt-rgt-sp { text-align: right; }
  }
  @media screen and (max-width: 413px) {
    .txt-jus-smsp { text-align: justify; }
    .txt-lft-smsp { text-align: left; }
    .txt-ctr-smsp { text-align: center; }
    .txt-rgt-smsp { text-align: right; }
  }
  @media screen and (max-width: 374px) {
    .txt-jus-xssp { text-align: justify; }
    .txt-lft-xssp { text-align: left; }
    .txt-ctr-xssp { text-align: center; }
    .txt-rgt-xssp { text-align: right; }
  }

/* table & list
**************************************** */
  table { width: 100%; }

  /* --- tbl-def --- */
  .tbl-def th,
  .tbl-def td {
    padding: 16px 8px;
  }
  .tbl-def th {
    border-bottom: 2px solid #666;
  }
  .tbl-def td {
    padding: 16px 16px;
    border-bottom: 1px solid #666;
    border-left: 4px solid #fff;
  }

  /* --- tbl-line --- */
  .tbl-line th,
  .tbl-line td {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .tbl-line th {
    background-color: #666;
    border: 1px solid #666;
    color: #fff;
    font-size: 107%;
  }
  .tbl-line td {
    border: 1px solid #D2D2D2;
    font-size: 93%;
  }

  /* --- list ---- */
  .list { list-style-type: none; }
  .list li:not(:last-child) { margin-bottom: 6px; }
  .list li {
    position: relative;
    padding-left: 1em;
  }
  .list-disc li::before,
  .list-square li::before,
  .list-circle li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .8em;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #666;
  }
  /* 数字付きリスト */
  .list-num {
    padding-left: 1.4em;
    list-style-type: decimal;
  }
  .list-num li { padding-left: 0; }
  .list-num li::before { display: none; }
  /* 白丸付きリスト */
  .list-circle li::before {
    border: 1px solid #666;
    background-color: transparent;
  }
  /* 四角付きリスト */
  .list-square li::before {
    border-radius: 0;
    background-color: #666;
  }
  /* 入れ子のスタイル */
  .list li ul { margin-top: 16px; }
  .list li ul li::before {
    width: 6px;
    height: 6px;
    top: .8em;
  }

  /* --- dlリスト --- */
  .list-dl {
    position: relative;
    border-top: 1px solid #BFBFBF;
  }
  .list-dl dt {
    position: absolute;
    padding-top: 16px;
    color: #666;
    font-weight: 700;
  }
  .list-dl dd {
    padding-left: 140px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #BFBFBF;
  }

  .line_list li .ttl,
  .line_list li .txts {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .line_list li .ttl {
    width: 200px;
  }
  @media screen and (max-width: 768px) {
    .line_list li .ttl {
      width: 160px;
    }
  }
  @media screen and (max-width: 560px) {
    .line_list {
      border-top-width: 1px;
      border-top-style: solid;
    }
    .line_list li .ttl,
    .line_list li .txts {
      padding-left: 0;
      padding-right: 0;
    }
    .line_list li .ttl {
      width: 100%;
      padding-top: 16px;
      padding-bottom: 0;
      border-bottom: none;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 8px;
      font-size: 93%;
      opacity: .65;
    }
    .line_list li .txts {
      padding-top: 0;
      padding-bottom: 16px;
    }
  }

  /* --- tag_list ---  */
  .tag_list {
    gap: 4px;
  }
  .tag_list--item {
    position: relative;
    line-height: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    letter-spacing: .1em;
    z-index: 0;
  }
  .tag_list--item::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f8f8f8;
  }
  .tag_list-sm {
    font-size: 92%;
  }
  @media screen and (max-width: 560px) {
    .tag_list--item {
      font-size: 93%;
    }
  }

  /* --- attn_list --- */
  .attn_list--item {
    position: relative;
    padding-left: 1.4em;
    font-size: 87%;
  }
  .attn_list--item::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
  }

/* ico
*************************************************** */
  .ico {
    position: relative;
    width: 16px;
    height: 16px;
  }

  /* --- ico-arrow ---  */
  .ico-arrow::before,
  .ico-arrow::after {
    content: '';
    position: absolute;
  }
  .ico-arrow-top::before,
  .ico-arrow-top::after,
  .ico-arrow-btm::before,
  .ico-arrow-btm::after {
    top: calc(50% - 3%);
    width: 40%;
    height: 0;
    border-top-width: 1px;
    border-top-style: solid;
  }
  .ico-arrow-top::before,
  .ico-arrow-btm::before {
    transform: rotate(40deg);
  }
  .ico-arrow-top::after,
  .ico-arrow-btm::after {
    transform: rotate(-40deg);
  }
  .ico-arrow-top::after,
  .ico-arrow-btm::before {
    right: calc(50% - 3%);
  }
  .ico-arrow-top::before,
  .ico-arrow-btm::after {
    left: calc(50% - 3%);
  }
  .ico-arrow-lft::before,
  .ico-arrow-lft::after,
  .ico-arrow-rgt::before,
  .ico-arrow-rgt::after {
    right: calc(50% - 3%);
    width: 0;
    height: 40%;
    border-right-width: 1px;
    border-right-style: solid;
  }
  .ico-arrow-lft::before,
  .ico-arrow-rgt::before {
    transform: rotate(40deg);
  }
  .ico-arrow-lft::after,
  .ico-arrow-rgt::after {
    transform: rotate(-40deg);
  }
  .ico-arrow-lft::after,
  .ico-arrow-rgt::before {
    top: calc(50% - 3%);
  }
  .ico-arrow-lft::before,
  .ico-arrow-rgt::after {
    bottom: calc(50% - 3%);
  }

  /* --- ico-outlink ---  */
  .ico-outlink::before,
  .ico-outlink::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 40%;
    border-width: 1px;
    border-style: solid;
  }
  .ico-outlink::before {
    bottom: 37.5%;
    left: 27.5%;
  }
  .ico-outlink::after {
    top: 37.5%;
    right: 27.5%;
    border-top: none;
    border-right: none;
  }

/* btn
**************************************** */
  .btn_ico {
    position: relative;
    width: 48px;
    height: 48px;
  }
  .btn_ico::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: .25;
    border-radius: 100%;
  }
  .btn .btn--in {
    column-gap: 16px;
  }
  .btn .btn--in .btn_ico > * {
    display: block;
  }
  @keyframes fade-to_rgt-loop {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    50% {
      transform: translateX(6px);
      opacity: 0;
    }
    51% {
      transform: translateX(-6px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @media screen and (min-width: 961px) {
    .hov_area:hover .ico-arrow_rgt,
    .btn--in:hover .ico-arrow_rgt,
    .gnav_sub .btn_ico:hover .ico-arrow_rgt {
      animation-duration: 1s;
      animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      animation-delay: 0s;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      animation-name: fade-to_rgt-loop;
    }
  }
  @media screen and (max-width: 1064px) {
    .btn .btn--in {
      column-gap: 12px;
    }
  }
  @media screen and (max-width: 768px) {
    .btn_ico {
      width: 40px;
      height: 40px;
    }
  }
  @media screen and (max-width: 768px) {
    .btn_ico {
      width: 32px;
      height: 32px;
    }
    .btn_ico .ico-arrow_rgt {
      width: 12px;
      height: 12px;
    }
  }

  /* --- btn-def --- */
  .btn-def.btn-sm {
    font-size: 93%;
  }
  .btn-def.btn-sm .btn_ico {
    width: 24px;
    height: 24px;
  }
  .btn-def.btn-sm .btn_ico svg {
    width: 10px;
    height: 10px;
  }
  @media screen and (max-width: 560px) {
    .btn-def .btn--in .txt {
      letter-spacing: .3em;
      font-size: 93%;
    }
  }

  /* --- btn-sqr --- */
  .btn-sqr {
    display: table;
  }
  .btn-sqr .btn--in {
    max-width: 100%;
    width: 280px;
    height: 56px;
  }
  .btn-sqr::before {
    transform: translate(8px,6px);
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: btn_sqr-hov_out;
    z-index: -1;
  }
  @keyframes btn_sqr-hov_in {
    0% {
      transform: translate(8px,6px);

    }
    100% {
      transform: translate(0,8px);
      filter: blur(10px);
    }
  }
  @keyframes btn_sqr-hov_out {
    0% {
      filter: blur(10px);
      transform: translate(0,8px);
    }
    100% {
      transform: translate(8px,6px);
    }
  }
  @media screen and (min-width: 961px) {
    .btn-sqr:hover::before {
      animation-name: btn_sqr-hov_in;
    }
    .btn-sqr .btn--in:hover {
      transform: translateY(-2px);
    }
  }
  @media screen and (max-width: 1064px) {
    .btn-sqr .btn--in {
      width: 240px;
      height: 48px;
    }
    .btn-sqr .btn--in .txt {
      letter-spacing: .3em;
      font-size: 93%;
    }
  }
  @media screen and (max-width: 560px) {
    .btn-sqr .btn--in {
      width: 200px;
    }
  }

  /* --- btn-fix_btm --- */
  .btn-fix_btm {
    position: fixed;
    bottom: 8px;
    left: 8px;
    right: 8px;
    z-index: 9999;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1em;
  }
  .btn-fix_btm::before {
    border-width: 2px;
    border-style: solid;
  }
  .btn-fix_btm .iw {
    margin-right: 6px;
    font-size: 109%;
  }
  .btn-fix_btm.active {
    color: #fff;
  }
  .btn-fix_btm.active::before {
    opacity: 0;
  }
  .btn-fix_btm.is_hide {
    opacity: 0;
    pointer-events: none;
  }

/* lr_bloc
**************************************** */
  .lr_bloc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    column-gap: 64px;
  }
  .lr_bloc:not(:last-child) {
    margin-bottom: 80px;
  }
  .lr_bloc:nth-of-type(even) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .lr_bloc .imgarea {
    max-width: 55%;
  }
  .lr_bloc .txt_area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  @media screen and (max-width: 960px) {
    .lr_bloc,
    .lr_bloc:nth-of-type(even) {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0px;
    }
    .lr_bloc .imgarea {
      width: 80%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 40px;
      margin-left: auto;
      margin-right: auto;
    }
    .lr_bloc .txt_area {
      width: 100%;
    }
  }
  @media screen and (max-width: 560px) {
    .lr_bloc:not(:last-child) {
      margin-bottom: 48px;
    }
    .lr_bloc .imgarea {
      width: 100%;
      margin-bottom: 24px;
    }
  }

/* column
**************************************** */
  .clm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clm-2 { gap: 56px; }
  .clm-2 > * { width: calc(50% - 28px); }
  .clm-3 { gap: 40px; }
  .clm-3 > * { width: calc(100% / 3 - 27px); }
  .clm-4 { gap: 24px; }
  .clm-4 > * { width: calc(100% / 4 - 18px); }
  .clm-5 { gap: 24px; }
  .clm-5 > * { width: calc(100% / 5 - 20px); }
  @media screen and (max-width: 1680px) {
    .clm-1-xlpc { gap: 0; }
    .clm-1-xlpc > * { width: 100%; }
    .clm-2-xlpc { gap: 56px; }
    .clm-2-xlpc > * { width: calc(50% - 28px); }
    .clm-3-xlpc { gap: 40px; }
    .clm-3-xlpc > * { width: calc(100% / 3 - 27px); }
    .clm-4-xlpc { gap: 32px; }
    .clm-4-xlpc > * { width: calc(100% / 4 - 24px); }
    .clm-5-xlpc { gap: 24px; }
    .clm-5-xlpc > * { width: calc(100% / 5 - 20px); }
  }
  @media screen and (max-width: 1480px) {
    .clm-1-lgpc { gap: 0; }
    .clm-1-lgpc > * { width: 100%; }
    .clm-2-lgpc { gap: 24px; }
    .clm-2-lgpc > * { width: calc(50% - 12px); }
    .clm-3-lgpc { gap: 40px; }
    .clm-3-lgpc > * { width: calc(100% / 3 - 27px); }
    .clm-4-lgpc { gap: 32px; }
    .clm-4-lgpc > * { width: calc(100% / 4 - 24px); }
    .clm-5-lgpc { gap: 24px; }
    .clm-5-lgpc > * { width: calc(100% / 5 - 20px); }
  }
  @media screen and (max-width: 1280px) {
    .clm-1-smpc { gap: 0; }
    .clm-1-smpc > * { width: 100%; }
    .clm-2-smpc { gap: 24px; }
    .clm-2-smpc > * { width: calc(50% - 12px); }
    .clm-3-smpc { gap: 24px; }
    .clm-3-smpc > * { width: calc(100% / 3 - 16px); }
    .clm-4-smpc { gap: 32px; }
    .clm-4-smpc > * { width: calc(100% / 4 - 24px); }
    .clm-5-smpc { gap: 24px; }
    .clm-5-smpc > * { width: calc(100% / 5 - 20px); }
  }
  @media screen and (max-width: 1064px) {
    .clm-1-xspc { gap: 0; }
    .clm-1-xspc > * { width: 100%; }
    .clm-2-xspc { gap: 56px; }
    .clm-2-xspc > * { width: calc(50% - 28px); }
    .clm-3-xspc { gap: 40px; }
    .clm-3-xspc > * { width: calc(100% / 3 - 27px); }
    .clm-4-xspc { gap: 32px; }
    .clm-4-xspc > * { width: calc(100% / 4 - 24px); }
    .clm-5-xspc { gap: 24px; }
    .clm-5-xspc > * { width: calc(100% / 5 - 20px); }
  }
  @media screen and (max-width: 960px) {
    .clm-1-tab { gap: 0; }
    .clm-1-tab > * { width: 100%; }
    .clm-2-tab { gap: 56px; }
    .clm-2-tab > * { width: calc(50% - 28px); }
    .clm-3-tab { gap: 40px; }
    .clm-3-tab > * { width: calc(100% / 3 - 27px); }
    .clm-4-tab { gap: 32px; }
    .clm-4-tab > * { width: calc(100% / 4 - 24px); }
    .clm-5-tab { gap: 24px; }
    .clm-5-tab > * { width: calc(100% / 5 - 20px); }
  }
  @media screen and (max-width: 768px) {
    .clm-1-lgsp { gap: 12px; }
    .clm-1-lgsp > * { width: 100%; }
    .clm-2-lgsp { gap: 24px; }
    .clm-2-lgsp > * { width: calc(50% - 12px); }
    .clm-3-lgsp { gap: 16px; }
    .clm-3-lgsp > * { width: calc(100% / 3 - 11px); }
    .clm-4-lgsp { gap: 12px; }
    .clm-4-lgsp > * { width: calc(100% / 4 - 9px); }
    .clm-5-lgsp { gap: 8px; }
    .clm-5-lgsp > * { width: calc(100% / 5 - 7px); }
  }
  @media screen and (max-width: 560px) {
    .clm-1-sp { gap: 0; }
    .clm-1-sp > * { width: 100%; }
    .clm-2-sp { gap: 24px; }
    .clm-2-sp > * { width: calc(50% - 12px); }
    .clm-3-sp { gap: 16px; }
    .clm-3-sp > * { width: calc(100% / 3 - 11px); }
    .clm-4-sp { gap: 12px; }
    .clm-4-sp > * { width: calc(100% / 4 - 9px); }
    .clm-5-sp { gap: 8px; }
    .clm-5-sp > * { width: calc(100% / 5 - 7px); }
  }
  @media screen and (max-width: 413px) {
    .clm-1-smsp { gap: 12px; }
    .clm-1-smsp > * { width: 100%; }
    .clm-2-smsp { gap: 24px; }
    .clm-2-smsp > * { width: calc(50% - 12px); }
    .clm-3-smsp { gap: 16px; }
    .clm-3-smsp > * { width: calc(100% / 3 - 11px); }
    .clm-4-smsp { gap: 12px; }
    .clm-4-smsp > * { width: calc(100% / 4 - 9px); }
    .clm-5-smsp { gap: 8px; }
    .clm-5-smsp > * { width: calc(100% / 5 - 7px); }
  }
  @media screen and (max-width: 374px) {
    .clm-1-xssp { gap: 0; }
    .clm-1-xssp > * { width: 100%; }
    .clm-2-xssp { gap: 20px; }
    .clm-2-xssp > * { width: calc(50% - 10px); }
    .clm-3-xssp { gap: 12px; }
    .clm-3-xssp > * { width: calc(100% / 3 - 8px); }
    .clm-4-xssp { gap: 10px; }
    .clm-4-xssp > * { width: calc(100% / 4 - 8px); }
    .clm-5-xssp { gap: 8px; }
    .clm-5-xssp > * { width: calc(100% / 5 - 7px); }
  }

/* dia_img
*************************************************** */
  .dia_img .illust {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .dia_img-shad::before {
    content: '';
    position: absolute;
    bottom: 28%;
    left: calc(50% - 15%);
    width: 30%;
    height: 8%;
    border-radius: 100%;
    opacity: .1;
    z-index: 1;
  }
  .dia_img-shad .illust {
    top: 25%;
  }
  .dia_clip-4 .dia_img {
    position: absolute;
    max-width: 48%;
  }
  .dia_clip-4 .dia_img:nth-of-type(odd) {
    left: 50%;
    transform: translateX(-50%);
  }
  .dia_clip-4 .dia_img:nth-of-type(even) {
    top: 50%;
    transform: translateY(-50%);
  }
  .dia_clip-4 .dia_img:nth-of-type(1) {
    top: 0;
  }
  .dia_clip-4 .dia_img:nth-of-type(2) {
    right: 0;
  }
  .dia_clip-4 .dia_img:nth-of-type(3) {
    bottom: 0;
  }
  .dia_clip-4 .dia_img:nth-of-type(4) {
    left: 0;
  }

/* shad
*************************************************** */
  .shad {
    box-shadow: 0 2px 16px rgba(93,120,156,.05);
  }

/* line-logo_mark
*************************************************** */
  .line-logo_mark {
    position: relative;
    display: block;
    opacity: .65;
  }
  .line-logo_mark span {
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
  }
  .line-logo_mark span:nth-of-type(1) {
    width: 13.15%;
    left: 0;
  }
  .line-logo_mark span:nth-of-type(2) {
    width: 10.53%;
    left: calc(100% / 6);
  }
  .line-logo_mark span:nth-of-type(3) {
    width: 7.89%;
    left: calc(100% / 6 * 2);
  }
  .line-logo_mark span:nth-of-type(4) {
    width: 5.265%;
    left: calc(100% / 6 * 3);
  }
  .line-logo_mark span:nth-of-type(5) {
    width: 5.265%;
    left: calc(100% / 6 * 4);
  }
  .line-logo_mark span:nth-of-type(6) {
    width: 2.625%;
    left: calc(100% / 6 * 5);
  }
  .line-logo_mark span:nth-of-type(7) {
    width: 2.625%;
    right: 0;
  }
  @keyframes line-logo_mark {
    0% {
      transform: translateX(8px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .visible .line-logo_mark span {
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: line-logo_mark;
    opacity: 0;
  }
  .visible .line-logo_mark span:nth-of-type(1) { animation-delay: .8s; }
  .visible .line-logo_mark span:nth-of-type(2) { animation-delay: .87s; }
  .visible .line-logo_mark span:nth-of-type(3) { animation-delay: .93s; }
  .visible .line-logo_mark span:nth-of-type(4) { animation-delay: .98s; }
  .visible .line-logo_mark span:nth-of-type(5) { animation-delay: 1.02s; }
  .visible .line-logo_mark span:nth-of-type(6) { animation-delay: 1.05s; }
  .visible .line-logo_mark span:nth-of-type(7) { animation-delay: 1.02s; }

/* waves
*************************************************** */
  .waves {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 35vw;
    z-index: -1;
  }
  .waves .wave {
    background-position: center;
    background-size: cover;
  }
  .waves .wave-01 { background-image: url(../images/common/wave-01.png); }
  .waves .wave-02 { background-image: url(../images/common/wave-02.png); }
  .waves .wave-03 { background-image: url(../images/common/wave-03.png); }

/* ##############################################################################

    PLUGIN

############################################################################## */

/* slick
*************************************************** */
  .slick-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
  }


/* ##############################################################################

    HEADER

############################################################################## */

/* header
*************************************************** */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-left: 40px;
    padding-right: 40px;
  }
  .header--nav {
    column-gap: 24px;
  }
  .scrolled .header--logo img {
    width: 140px;
  }
  .scrolled .header::before {
    opacity: .95;
  }
  @media screen and (max-width: 1064px) {
    .header {
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .scrolled .header::before {
      opacity: 0;
    }
    .header--logo img {
      width: 180px;
    }
  }
  @media screen and (max-width: 960px) {
    .header {
      padding-left: 24px;
      padding-right: 24px;
    }
    .header--logo img,
    .scrolled .header--logo img {
      width: 140px;
    }
  }
  @media screen and (max-width: 560px) {
    .header {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 16px;
      padding-right: 16px;
    }
    .header--logo img,
    .scrolled .header--logo img {
      width: 120px;
    }
  }

/* hnav
*************************************************** */
  .hnav_list--item_in {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .scrolled .hnav_list--item_in {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hnav_list--item_in .label {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hnav_list--item_in .txt {
    line-height: 1em;
  }
  .hnav_list--item_in .txt.fnt-en {
    display: inline-block;
  }
  .hnav_list--item_in .txt.fnt-jp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,120%);
    white-space: nowrap;
  }
  .hnav_list--item_in .ico-arrow {
    position: absolute;
  }
  .hnav_list--item_in.output-1 .txt {
    position: relative;
    padding-right: 24px;
  }
  .hnav_list--item_in.output-2 .txt .ico-arrow {
    display: none;
  }
  .hnav_list--item_in.output-1 .txt .ico-arrow {
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
  }
  .hnav_list--item_in.output-2 > .ico-arrow {
    top: calc(50% + 16px);
    left: 50%;
    transform: translateX(-50%);
  }
  .hnav_list--item-contact .hnav_list--item_in {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .scrolled .hnav_list--item-contact .hnav_list--item_in {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  @media screen and (min-width: 961px) {
    .hnav_list--item:hover .hnav_list--item_in .txt.fnt-en {
      transform: translateY(-120%);
      opacity: 0;
    }
    .hnav_list--item:hover .hnav_list--item_in .txt.fnt-jp {
      transform: translate(-50%,-50%);
      opacity: 1;
    }
  }

/* megamenu
*************************************************** */
  .megamenu {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .megamenu .megamenu_list--item .img_area {
    display: block;
  }
  .hnav_list--item:hover .megamenu {
    opacity: 1;
    pointer-events: all;
  }

/* gnav_btn
*************************************************** */
  .gnav_btn {
    z-index: 100000;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    transition: all .4s;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background-color: #111;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: 4px;
    transform-origin: right bottom;
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 4px;
    transform-origin: right top;
  }
  .gnav_btn--txt {
    display: block;
    line-height: 1em;
    clip-path: inset(0 0 0);
    white-space: nowrap;
  }
  .gnav_btn--txt span {
    display: inline-block;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .gnav_btn--txt .open {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .gnav_btn--txt .close {
    transform: translateY(200%);
  }
  .gnav_btn--lines {
    position: relative;
    width: 18px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .header.active .gnav_btn--lines span:nth-of-type(1) {
    opacity: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(2) {
    transform: rotate(26deg);
  }
  .header.active .gnav_btn--lines span:nth-of-type(3) {
    transform: rotate(-26deg);
  }
  .header.active .gnav_btn--txt .open {
    transform: translate(-50%,-200%);
  }
  .header.active .gnav_btn--txt .close {
    transform: translateY(0);
  }
  .gnav_btn-ver {
    width: 56px;
    height: 56px;
  }
  .gnav_btn-ver .gnav_btn--txt {
    font-size: 10px;
    transform: scale(.9);
  }
  .gnav_btn-ver .gnav_btn--lines {
    margin-bottom: 10px;
  }
  .gnav_btn-hor .gnav_btn--in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    column-gap: 12px;
  }

/* gnav
*************************************************** */
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .header.active .gnav {
    opacity: 1;
    pointer-events: all;
  }
  .gnav .tap_area {
    display: none;
  }
  .gnav .ico {
    display: inline-block;
  }
  .gnav_list--item_in .txt {
    line-height: 1em;
  }

/* slide_true
*************************************************** */
  @keyframes gnav_sub_out {
    0% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(-16px); opacity: 0; }
  }
  @keyframes gnav_sub_in {
    0% { transform: translateX(16px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
  }
  @media screen and (max-width: 768px) {
    .header.slide_true .gnav_sub {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      pointer-events: none;
    }
    .header.slide_true .gnav_list--item:not(.sub_show) {
      position: relative;
      z-index: 0;
    }
    .header.slide_true .gnav_list--item_in .ico-arrow {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    .header.slide_true .gnav_list--item.has_sub .ico-arrow,
    .header.slide_true .gnav .tap_area {
      display: flex;
    }
    .header.slide_true .gnav_list--item .tap_area {
      column-gap: 12px;
      padding-bottom: 12px;
    }
    .header.slide_true .gnav_list--item .tap_area .label {
      row-gap: 8px;
    }
    .header.slide_true .gnav_list--item .tap_area .txt {
      line-height: 1em;
    }
    .header.slide_true .gnav_list--item .tap_area .txt:nth-of-type(2) {
      font-size: 70%;
      opacity: .5;
    }
    .header.slide_true .gnav_list--item.has_sub .tap_area .ico-arrow-rgt {
      display: none;
    }
    .header.slide_true .gnav_list--item.has_sub .gnav_list--item_in {
      padding-right: 24px;
    }
    .header.slide_true .snav_list {
      padding-left: 0;
      row-gap: 16px;
    }
    .header.slide_true .snav_list--item_in {
      column-gap: 12px;
    }
    .header.slide_true .snav_list--item .img_area {
      width: 72px;
      height: 44px;
    }
    .header.slide_true .snav_list--item .ttl {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .header.slide_true .snav_list--item .ico-arrow {
      width: 12px;
      height: 12px;
    }
    .header.slide_true .gnav_list--item .tap_area,
    .header.slide_true .gnav_list--item.sub_show {
      z-index: 1;
    }
    .header.slide_true .gnav .gnav_list--item_in,
    .header.slide_true .gnav .gnav--cont > *:not(.gnav_lists),
    .header.slide_true .gnav .contact_btn {
      animation-duration: .4s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-name: gnav_sub_in;
    }
    .header.slide_true .gnav.sub_show .gnav_list--item_in,
    .header.slide_true .gnav.sub_show .gnav--cont > *:not(.gnav_list) {
      animation-name: gnav_sub_out;
      pointer-events: none;
    }
    .header.slide_true .gnav_sub {
      animation-duration: .4s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-name: gnav_sub_out;
    }
    .header.slide_true .gnav_sub.is_show {
      animation-name: gnav_sub_in;
      pointer-events: all;
      z-index: 10;
    }
  }

/* acod_true
*************************************************** */
  @media screen and (max-width: 768px) {
    .header.acod_true .gnav_sub {
      display: none;
      transition: none;
    }
    .header.acod_true .gnav_list--item {
      position: relative;
    }
    .header.acod_true .gnav_list--item.has_sub {
      padding-right: 40px;
    }
    .header.acod_true .gnav_list--item.has_sub .acod_arrow {
      position: absolute;
      top: 6px;
      right: 0;
      width: 32px;
      height: 32px;
      z-index: 1;
    }
    .header.acod_true .gnav_list--item.has_sub .acod_arrow .ico-arrow {
      display: block;
      width: 16px;
      height: 16px;
    }
    .header.acod_true .gnav_list--item.sub_show .acod_arrow {
      transform: rotate(180deg);
    }
  }


/* ##############################################################################

    FOOTER

############################################################################## */

/* bnrs
*************************************************** */
  .bnrs {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .bnrs .bnr_list--item {
    width: calc(100% / 3);
    height: 442px;
  }
  .bnrs .bnr_list--item:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    height: calc(100% - 80px);
    width: 1px;
  }
  .bnrs .bnr_list--item .img_area {
    width: 170px;
    height: 102px;
    margin-top: -54px;
  }
  .bnrs .bnr_list--item .dia_img-shad::before {
    opacity: 0;
  }
  .bnrs .bnr_list--item .img_area .dia,
  .bnrs .bnr_list--item .dia_img-shad::before,
  .bnrs .bnr_list--item .img_area .illust img,
  .bnrs .bnr_list--item .btn {
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: fade-rev_lft;
  }
  .bnrs .bnr_list--item .dia_img-shad::before {
    animation-name: fade-rev_rgt-10;
  }
  .bnrs .bnr_list--item .img_area .illust {
    animation-name: fade-rev_btm;
  }
  .bnrs .bnr_list--item .btn {
    animation-name: fade-rev_rgt;
    opacity: 0;
  }
  .bnrs .bnr_list--item .bg_img {
    width: 100%;
  }
  .bnrs .bnr_list--item-business .bg_img {
    background-image: url(../images/common/bnr_img-business.jpg);
  }
  .bnrs .bnr_list--item-company .bg_img {
    background-image: url(../images/common/bnr_img-company.jpg);
  }
  .bnrs .bnr_list--item-contact .bg_img {
    background-image: url(../images/common/bnr_img-contact.jpg);
  }
  @media screen and (min-width: 961px) {
    .bnrs .bnr_list--item:hover::before {
      opacity: 0;
    }
    .bnrs .bnr_list--item:hover .img_area .dia,
    .bnrs .bnr_list--item:hover .btn {
      animation-delay: .4s;
    }
    .bnrs .bnr_list--item:hover .img_area .dia {
      animation-name: fade-to_lft;
    }
    .bnrs .bnr_list--item:hover .btn {
      animation-name: fade-to_rgt;
    }
    .bnrs .bnr_list--item:hover .dia_img-shad::before {
      animation-name: fade-to_top-10;
    }
    .bnrs .bnr_list--item:hover .dia_img-shad::before {
      animation-delay: .7s;
    }
    .bnrs .bnr_list--item:hover .img_area .illust img {
      animation-name: fade-to_top;
      animation-delay: .8s;
    }
    .bnrs .bnr_list--item:hover .sect_ttl span {
      color: #fff;
    }
    .bnrs .bnr_list--item:hover .bg_layer {
      opacity: 1;
    }
  }
  @media screen and (max-width: 960px) {
    .bnrs .bnr_list--item {
      height: 300px;
    }
    .bnrs .bnr_list--item::before {
      opacity: 0;
    }
    .bnrs .bnr_list--item .img_area .dia,
    .bnrs .bnr_list--item .btn {
      animation-delay: .4s;
    }
    .bnrs .bnr_list--item .img_area .dia {
      animation-name: fade-to_lft;
    }
    .bnrs .bnr_list--item .btn {
      animation-name: fade-to_rgt;
    }
    .bnrs .bnr_list--item .img_area {
      transform: scale(.6);
      margin-top: -32px;
      margin-bottom: -8px;
    }
    .bnrs .bnr_list--item .dia_img-shad::before {
      animation-name: fade-to_top-10;
    }
    .bnrs .bnr_list--item .dia_img-shad::before {
      animation-delay: .7s;
    }
    .bnrs .bnr_list--item .img_area .illust img {
      animation-name: fade-to_top;
      animation-delay: .8s;
    }
    .bnrs .bnr_list--item .sect_ttl span {
      color: #fff;
    }
    .bnrs .bnr_list--item .bg_layer {
      opacity: 1;
    }
  }
  @media screen and (max-width: 768px) {
    .bnrs .bnr_list {
      row-gap: 1px;
    }
    .bnrs .bnr_list--item {
      width: 100%;
      height: 240px;
    }
  }

/* footer
*************************************************** */
  .footer .inner {
    column-gap: 96px;
  }
  .footer .fnav_list-page {
    column-gap: 64px;
  }
  .footer .fnav_list-comp {
    column-gap: 56px;
  }
  .footer .sdgs {
    column-gap: 24px;
  }
  .fnav_list--item .txt {
    display: block;
  }
  .fnav_list--item .cir,
  .fnav_list--item .cir::before {
    border-radius: 100%;
  }
  .fnav_list--item .cir {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
  }
  @keyframes pulse-loop {
    0% { transform: scale(1); opacity: .1; }
    100% { transform: scale(1.1); opacity: 0; }
  }
  @media screen and (min-width: 961px) {
    .fnav_list--item_in:hover .cir::before {
      animation-duration: 1s;
      animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      animation-delay: 0s;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      animation-name: pulse-loop;
    }
  }
  .footer--copyright {
    width: 100%;
    margin-top: 96px;
  }
  .footer .dia_img,
  .footer .dia_img .dia {
    width: 1645px;
    height: 980px;
  }
  .footer .dia_img {
    position: absolute;
    left: 47%;
    top: -120px;
    z-index: -1;
  }
  .footer .dia_img .illust {
    width: 416px;
    height: 280px;
    top: 34%;
    left: 30%;
  }
  @media screen and (max-width: 1064px) {
    .footer .inner {
      column-gap: 56px;
    }
    .footer .info_area .logo {
      margin-bottom: 8px;
    }
    .footer .info_area .logo img {
      width: 160px;
    }
    .footer .info_area .ttl {
      font-size: 93%;
      margin-bottom: 16px;
    }
    .footer .info_area .zip_add {
      font-size: 83%;
      margin-bottom: 12px;
    }
    .footer .sdgs {
      width: 230px;
      row-gap: 12px;
    }
    .footer .dia_img {
      left: 32%;
    }
    .footer .dia_img .illust {
      width: 316px;
      height: 212px;
      top: 33%;
      left: 29%;
    }
  }
  @media screen and (max-width: 768px) {
    .footer .inner {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .footer .info_area {
      margin-bottom: 24px;
    }
    .footer .sdgs {
      text-align: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .footer .sdgs .logo img {
      width: 180px;
    }
    .footer .dia_img {
      left: 50%;
      top: 128px;
      transform: translateX(-26%);
    }
    .footer .dia_img .illust {
      top: 35%;
      left: 26%;
      width: 280px;
      height: 188px;
    }
    .footer--copyright {
      margin-top: 240px;
    }
  }
  @media screen and (max-width: 560px) {
    .footer .dia_img {
      top: 96px;
    }
  }

/* reCAPTCHA
*************************************************** */
  .footer .recaptcha_txt {
    display: block;
    line-height: 1.6em;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }


/* ##############################################################################

    INDEX

############################################################################## */

/* hero
*************************************************** */
  .hero.cont_vis {
    contain-intrinsic-size: 1000px;
  }
  .hero {
    padding-top: 240px;
    padding-bottom: 112px;
  }
  .hero--jp_ttl {
    font-size: 554%;
  }
  .hero--en_ttl,
  .hero--en_ttl .fnt-en {
    position: absolute;
  }
  .hero--en_ttl {
    top: 240px;
    left: calc(50% + 770px);
    mix-blend-mode: exclusion;
    z-index: 1;
  }
  .hero--en_ttl .fnt-en {
    font-size: 615%;
    transform: rotate(90deg);
    transform-origin: top left;
    white-space: nowrap;
  }
  .hero .video_wrap {
    position: relative;
    z-index: 0;
    width: 75%;
    padding-top: 42.1875%;
    overflow: hidden;
  }
  .hero .video_wrap.blur {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .hero .video_wrap.blur .video {
    filter: blur(20px);
  }
  .hero .video_wrap .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
    z-index: -1;
  }
  .hero .video_wrap .video.sp_mov {
    max-height: 100%;
  }
  @media screen and (max-width: 1800px) {
    .hero--en_ttl .fnt-en { font-size: 4.5vw; }
  }
  @media screen and (max-width: 1600px) {
    .hero--en_ttl {
      left: auto;
      left: inherit;
      right: 24px;
    }
  }
  @media screen and (max-width: 1480px) {
    .hero--jp_ttl { font-size: 492%; }
  }
  @media screen and (max-width: 1280px) {
    .hero { padding-top: 180px; }
    .hero--en_ttl { top: 180px; }
  }
  @media screen and (max-width: 1064px) {
    .hero--jp_ttl { font-size: 400%; }
  }
  @media screen and (max-width: 960px) {
    .hero--en_ttl .fnt-en { font-size: 6vw; }
    .hero .video_wrap {
      width: 90%;
      padding-top: 64%;
    }
  }
  @media screen and (max-width: 768px) {
    .hero {
      padding-bottom: 64px;
    }
    .hero--jp_ttl { font-size: 308%; }
  }
  @media screen and (max-width: 560px) {
    .hero {
      padding-top: 120px;
      padding-bottom: 40px;
    }
    .hero--jp_ttl { font-size: 216%; }
    .hero--en_ttl {
      top: 130px;
      right: 0;
    }
    .hero .video_wrap .video {
      transform: translate(-50%,-50%) scale(.5);
    }
  }
  @media screen and (max-width: 374px) {
    .hero--jp_ttl { font-size: 185%; }
  }

/* home_about
*************************************************** */
  .home_about .lr_bloc {
    column-gap: 0;
  }
  .home_about .lr_bloc:not(:last-child) {
    margin-bottom: 0;
  }
  .home_about .lr_bloc .img_area {
    width: 807px;
    height: 480px;
  }
  .home_about .lr_bloc .txt_area p {
    line-height: 2.4em;
  }
  .home_about .lr_bloc:nth-of-type(odd) .img_area {
    margin-left: -80px;
  }
  .home_about .lr_bloc:nth-of-type(odd) .txt_area {
    margin-left: -32px;
  }
  .home_about .lr_bloc:nth-of-type(even) .img_area {
    margin-right: -80px;
  }
  .home_about .lr_bloc:nth-of-type(even) .txt_area {
    margin-right: -32px;
    padding-left: 64px;
  }
  .home_about .about-01 .dia_img .illust {
    width: 72%;
  }
  .home_about .about-02 .img_area .dia_img {
    position: absolute;
    width: calc(100% / 3);
    padding: .56%;
  }
  .home_about .about-02 .dia_img .illust {
    width: 40%;
  }
  .home_about .about-02 .dia_img-e_cargo {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .home_about .about-02 .dia_img-towing {
    top: calc(100% / 3);
    left: calc(100% / 3 * 2);
    transform: translate(-50%,-50%);
  }
  .home_about .about-02 .dia_img-high {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .home_about .about-02 .dia_img-high .illust {
    top: -6%;
  }
  .home_about .about-02 .dia_img-e_truck {
    top: calc(100% / 3 * 2);
    left: calc(100% / 3 * 2);
    transform: translate(-50%,-50%);
  }
  .home_about .about-02 .dia_img-carriro2 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .home_about .about-02 .dia_img-carriro2 .illust {
    top: 44%;
  }
  .home_about .about-02 .dia_img-forklift {
    top: calc(100% / 3 * 2);
    left: calc(100% / 3);
    transform: translate(-50%,-50%);
    z-index: 1;
  }
  .home_about .about-02 .dia_img-forklift .illust {
    top: 33%;
    width: 45%;
  }
  .home_about .about-02 .dia_img-e_apple {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .home_about .about-02 .dia_img-e_apple .illust {
    width: 33%;
  }
  .home_about .about-02 .dia_img-carriro1 {
    top: calc(100% / 3);
    left: calc(100% / 3);
    transform: translate(-50%,-50%);
  }
  .home_about .about-02 .dia_img-carriro1 .illust {
    top: 33%;
  }
  .home_about .about-02 .dia_img-hand {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .home_about .about-02 .dia_img-hand .illust {
    top: 17%;
    left: 52%;
    width: 43%;
  }
  .home_about .about-02 .dia_img-hand::before {
    opacity: 0;
    transition-delay: translateY(-8px);
    transition-delay: 2050ms;
  }
  .home_about.visible .about-02 .dia_img-hand::before {
    transform: translateY(0);
    opacity: .1;
  }
  @media screen and (max-width: 1280px) {
    .home_about .lr_bloc .img_area {
      width: 600px;
      height: 356px;
    }
    .home_about .lr_bloc:nth-of-type(odd) .img_area {
      margin-left: -40px;
    }
    .home_about .lr_bloc:nth-of-type(odd) .txt_area {
      margin-left: -16px;
    }
    .home_about .lr_bloc:nth-of-type(even) .img_area {
      margin-right: -40px;
    }
    .home_about .lr_bloc:nth-of-type(even) .txt_area {
      margin-right: -16px;
      padding-left: 0;
    }
  }
  @media screen and (max-width: 960px) {
    .home_about .lr_bloc:not(:last-child) { margin-bottom: 64px; }
    .home_about .lr_bloc:nth-of-type(odd) .img_area { margin-left: 0; }
    .home_about .lr_bloc:nth-of-type(odd) .txt_area { margin-left: auto; }
    .home_about .lr_bloc:nth-of-type(even) .img_area { margin-right: 0; }
    .home_about .lr_bloc:nth-of-type(even) .txt_area { margin-right: auto; }
    .home_about .lr_bloc .img_area {
      width: 500px;
      height: 296px;
      margin-bottom: 24px;
    }
    .home_about .lr_bloc .txt_area {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    .home_about .lr_bloc .head2 {
      text-align: center;
      margin-bottom: 16px;
    }
  }
  @media screen and (max-width: 560px) {
    .home_about .lr_bloc:not(:last-child) { margin-bottom: 40px; }
    .home_about .lr_bloc .img_area {
      width: 340px;
      height: 201px;
      margin-bottom: 12px;
    }
    .home_about .lr_bloc .txt_area p {
      line-height: 2em;
    }
  }
  @media screen and (max-width: 413px) {
    .home_about .lr_bloc .img_area {
      width: 320px;
      height: 189px;
    }
  }
  @media screen and (max-width: 374px) {
    .home_about .lr_bloc .img_area {
      width: 280px;
      height: 165px;
    }
  }

/* home_products
*************************************************** */
  .home_products {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home_products_list {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  .home_products_list--item {
    padding-bottom: 32px;
  }
  .home_products_list--item .img_area .img {
    padding: 16px;
    backdrop-filter: blur(10px);
  }
  .home_products_list--item .img_area .img img {
    width: 100%;
  }
  .home_products_list--item .txts {
    padding-left: 48px;
    padding-right: 48px;
  }
  .home_products_list--item .btn {
    margin-top: auto;
  }
  .home_products .bg_layer {
    left: 50%;
    width: calc(100% - 160px);
    max-width: 1800px;
    transform: translateX(-50%);
  }
  .home_products .waves {
    top:0;
  }
  @media screen and (min-width: 961px) {
    .home_products_list--item:hover {
      transform: translateY(-6px);
      box-shadow: 0 2px 24px rgba(93,120,156,.1);
    }
    .home_products_list--item:hover .blur_img {
      opacity: .1;
      trasnform: scae(1.1);
    }
  }
  @media screen and (max-width: 1800px) {
    .home_products {
      padding-left: 0;
      padding-right: 0;
    }
    .home_products .inner.flx {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  @media screen and (max-width: 1680px) {
    .home_products_list--item .txts {
      padding-left: 32px;
      padding-right: 32px;
    }
  }
  @media screen and (min-width: 1281px) and (max-width: 1600px) {
    .home_products_list--item .head3 {
      font-size: 123%;
    }
  }
  @media screen and (max-width: 1480px) {
    .home_products .inner.flx {
      padding-left: 96px;
      padding-right: 96px;
    }
    .home_products_list--item .txts {
      padding-left: 24px;
      padding-right: 24px;
    }
  }
  @media screen and (max-width: 1280px) {
    .home_products_list {
      column-gap: 24px;
    }
    .home_products_list--item {
      width: calc(100% / 3 - 16px);
    }
    .home_products .bg_layer {
      width: calc(100% - 80px);
    }
  }
  @media screen and (max-width: 1064px) {
    .home_products .inner.flx {
      padding-left: 0;
      padding-right: 0;
      max-width: 900px;
    }
    .home_products .bg_layer {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .home_products .inner-lg {
      padding-bottom: 80px;
    }
    .home_products_list {
      row-gap: 24px;
    }
    .home_products_list--item {
      width: 100%;
      padding-top: 24px;
      padding-left: 24px;
      padding-right: 24px;
      padding-bottom: 24px;
    }
    .home_products_list--item .img__ttl {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin-bottom: 16px;
    }
    .home_products_list--item .img_area {
      width: 180px;
      margin-bottom: 0;
    }
    .home_products_list--item .img_area .img {
      padding: 6px;
    }
    .home_products_list--item .head3 {
      text-align: left;
      margin-bottom: 0;
    }
    .home_products_list--item .txts {
      padding-left: 0;
      padding-right: 0;
    }
    .home_products .btn-sqr {
      position: absolute;
      bottom: 96px;
      left: 28px;
    }
  }
  @media screen and (max-width: 560px) {
    .home_products .inner-lg {
      padding-bottom: 88px;
    }
    .home_products_list {
      row-gap: 20px;
    }
    .home_products_list--item .img_area {
      width: 128px;
    }
    .home_products_list--item .img_area .img {
      padding: 4px;
    }
    .home_products_list--item .txts {
      font-size: 93%;
      line-height: 1.8em;
    }
    .home_products .btn-sqr {
      bottom: 72px;
    }
  }
  @media screen and (max-width: 374px) {
    .home_products_list--item {
      padding-left: 16px;
      padding-right: 16px;
    }
  }




/* ##############################################################################

    PAGE

############################################################################## */

/* business
*************************************************** */
  .page-business .page_head .bg_img {
    background-image: url('../images/business/page_img-business.jpg');
  }
  .page-business .lr_bloc {
    column-gap: 0px;
  }
  .page-business .lr_bloc:nth-of-type(odd) .txt_area {
    margin-left: -24px;
  }
  .page-business .lr_bloc:nth-of-type(odd) .img_area {
    margin-left: -148px;
  }
  .page-business .lr_bloc:nth-of-type(even) .txt_area {
    margin-right: -24px;
  }
  .page-business .lr_bloc:nth-of-type(even) .img_area {
    margin-right: -148px;
  }
  .page-business .lr_bloc .desc_blocs {
    row-gap: 24px;
  }
  .page-business .business-buy_mainte .img_area {
    margin-top: 15%;
  }
  .page-business .business-mobility .head1 small {
    display: inline-block;
    line-height: 1em;
    background-color: #f8f8f8;
    margin-left: 20px;
    font-size: 50%;
    transform: translateY(-4px);
    padding: 7px 16px;
    border-radius: 100px;
  }
  .page-business .business-buy_mainte .illust-high {
    width: 25%;
    top: 14%;
    left: 33%;
  }
  .page-business .business-buy_mainte .illust-forklift {
    width: 28.68%;
    top: 60%;
    left: 52%;
  }
  .page-business .business-buy_mainte .illust-stairs {
    width: 13.16%;
    top: 14%;
    left: 56%;
  }
  .page-business .business-buy_mainte .illust-lift {
    width: 14.6%;
    top: 30%;
    left: 70%;
  }
  .page-business .business-agv .illust-carriro1 {
    width: 25.42%;
    top: 36%;
    left: 50%;
  }
  .page-business .business-agv .illust-carriro2 {
    width: 23.85%;
    top: 34%;
    left: 36%;
  }
  .page-business .business-agv .illust-towing {
    width: 29.98%;
    top: 57%;
    left: 66%;
  }
  .page-business .business-factory .illust-truck {
    width: 39.11%;
    top: 30%;
    left: 37%;
  }
  .page-business .business-factory .illust-conveyor {
    width: 40.41%;
    top: 58%;
    left: 53%;
  }
  .page-business .business-factory .illust-rack {
    width: 20.99%;
    top: 24%;
    left: 73%;
  }
  .page-business .business-mobility .illust-e_truck {
    width: 30.5%;
    top: 63%;
    left: 53%;
  }
  .page-business .business-mobility .illust-e_cargo {
    width: 30.5%;
    top: 44%;
    left: 33%;
  }
  .page-business .business-mobility .illust-e_apple {
    width: 20.2%;
    top: 27%;
    left: 61%;
  }
  @media screen and (max-width: 1480px) {
    .page-business .lr_bloc .img_area {
      width: 60%;
    }
    .page-business .lr_bloc:nth-of-type(odd) .txt_area {
      margin-left: -16px;
    }
    .page-business .lr_bloc:nth-of-type(odd) .img_area {
      margin-left: -56px;
    }
    .page-business .lr_bloc:nth-of-type(even) .txt_area {
      margin-right: -16px;
    }
    .page-business .lr_bloc:nth-of-type(even) .img_area {
      margin-right: -56px;
    }
  }
  @media screen and (max-width: 960px) {
    .page-business .businesses {
      overflow: hidden;
    }
    .page-business .lr_bloc:nth-of-type(odd) .img_area,
    .page-business .lr_bloc:nth-of-type(even) .img_area {
      margin-left: auto;
      margin-right: -48px;
      z-index: -1;
    }
    .page-business .lr_bloc:nth-of-type(odd) .txt_area {
      margin-left: 0;
    }
    .page-business .lr_bloc:nth-of-type(even) .txt_area {
      margin-right: 0;
    }
    .page-business .lr_bloc .img_area {
      margin-bottom: -160px;
      width: 68%;
    }
    .page-business .lr_bloc:nth-of-type(even) .img_area {
      transform: translateY(-40px);
    }
  }
  @media screen and (max-width: 560px) {
    .page-business .lr_bloc .img_area {
      margin-bottom: -104px;
    }
    .page-business .lr_bloc:nth-of-type(even) .img_area {
      transform: translateY(-28px);
    }
    .page-business .lr_bloc.business-mobility:nth-of-type(even) .img_area {
      transform: translateY(0);
    }
    .page-business .lr_bloc .head1 {
      font-size: 139%;
    }
    .page-business .business-mobility .head1 small {
      display: table;
      margin-left: 0;
      margin-top: 12px;
    }
  }

/* products
*************************************************** */
  .page-products .page_head .bg_img {
    background-image: url('../images/products/page_img-products.jpg');
  }
  .page-products .main_products {
    padding-top: 80px;
  }
  .page-products .side_column--in {
    padding-left: 64px;
    padding-right: 64px;
  }
  .page-products .products_nav--item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .page-products .products_nav--item .btn_ico {
    width: 32px;
    height: 32px;
  }
  .page-products .products_nav--item .btn_ico .ico-arrow {
    transform: rotate(90deg);
  }
  .page-products .main_column .products_list {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-products .main_column .products_list--item {
    padding-left: 64px;
  }
  .page-products .main_column .products_list--item:not(:first-child) {
    padding-top: 80px;
  }
  .page-products .main_column .products_list--item:not(:last-child) {
    padding-bottom: 80px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .page-products .products_list-other .products_list--item {
    padding: 32px;
  }
  .page-products .products_list-other .products_list--item .img_area {
    width: 144px;
    height: 80px;
  }
  .page-products .products_list-other .products_list--item .btn {
    margin-right: auto;
    margin-top: 24px;
  }
  @media screen and (max-width: 1480px) {
    .page-products .side_column--in {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 1280px) {
    .page-products .products_nav--item .txt {
      font-size: 100%;
      letter-spacing: .05em;
    }
    .page-products .products_nav--item .txt:not(.fnt-xxl) {
      font-size: 93%;
    }
    .page-products .main_column .products_list--item {
      padding-left: 0;
    }
    .page-products .main_column .products_list--item:not(:first-child) {
      padding-top: 64px;
    }
    .page-products .main_column .products_list--item:not(:last-child) {
      padding-bottom: 64px;
    }
  }
  @media screen and (max-width: 1064px) {
    .page-products .main_column .products_list--item {
      padding-left: 64px;
      padding-right: 64px;
      column-gap: 32px;
    }
    .page-products .main_column .products_list--item,
    .page-products .main_column .products_list--item:not(:first-child) {
      padding-top: 40px;
    }
    .page-products .main_column .products_list--item:not(:last-child) {
      padding-bottom: 40px;
    }
    .page-products .main_column .products_list--item:first-child {
      border-top-width: 1px;
      border-top-style: solid;
    }
    .page-products .main_column .products_list--item .img_area {
      max-width: 400px;
    }
  }
  @media screen and (max-width: 960px) {
    .page-products .main_column .products_list--item {
      padding-left: 0;
      padding-right: 0;
    }
    .page-products .products_list-other .products_list--item {
      padding: 24px;
    }
    .page-products .products_list-other .products_list--item .img_area {
      width: 96px;
      height: 53px;
    }
  }
  @media screen and (max-width: 768px) {
    .page-products .products_list-other .products_list--item .btn {
      margin-top: 16px;
    }
  }
  @media screen and (max-width: 560px) {
    .page-products .main_column .products_list--item {
      position: relative;
    }
    .page-products .main_column .products_list--item .img_area {
      width: 160px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 12px;
    }
    .page-products .main_column .products_list--item .head3 {
      width: 100%;
      margin-bottom: 12px;
      line-height: 1.6em;
      text-align: center;
    }
    .page-products .main_column .products_list--item .txt {
      font-size: 100%;
      line-height: 1.8em;
      letter-spacing: .15em;
    }
    .page-products .main_column .products_list--item .btn {
      margin-left: auto;
      margin-right: auto;
    }
    .page-products .products_list-other .products_list--item .ttl__img {
      margin-bottom: 12px;
    }
    .page-products .products_list-other .products_list--item .tag_list--item {
      font-size: 84%;
      letter-spacing: .05em;
    }
  }
  @media screen and (max-width: 413px) {
    .page-products .products_list-other .products_list--item {
      padding: 20px;
    }
  }
  @media screen and (max-width: 374px) {
    .page-products .products_list-other .products_list--item {
      padding-left: 16px;
      padding-right: 16px;
    }
    .page-products .products_list-other .products_list--item-forklift .head4 {
      line-height: 1.2em;
    }
  }

/* parent
*************************************************** */
  .page-products:not(.page-parent) .page_head {
    padding-top: 154px;
    padding-bottom: 0;
  }
  .page-products:not(.page-parent) .page_head--in {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-products:not(.page-parent) .page_head .inner {
    padding-left: 64px;
    padding-right: 64px;
  }
  .page-products:not(.page-parent) .page_head .dia_img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .page-products:not(.page-parent) .page_head .txt_area {
    margin-left: auto;
    margin-right: auto;
  }
  .page-products:not(.page-parent) .page_head .ttl_wrap.has-page_txt {
    margin-bottom: 32px;
  }
  .page-products:not(.page-parent) .page_head .img_area {
    width: 59.1305%;
    padding-top: 36.522%;
  }
  .page-products:not(.page-parent) .page_ttl.sect_ttl .fnt-jp {
    font-size: 277%;
    letter-spacing: .2em;
  }
  .page-products:not(.page-parent) .product_list--item {
    padding: 40px;
  }
  .page-products:not(.page-parent) .inner-lg .product_list--item {
    padding: 24px;
  }
  .page-products:not(.page-parent) .page_head .illust-carriro1 {
    top: 41%;
    left: 60%;
  }
  .page-products:not(.page-parent) .page_head .illust-carriro1 img {
    width: 57px;
    height: 64px;
  }
  .page-products:not(.page-parent) .page_head .illust-carriro2 {
    top: 39%;
    left: 41%;
  }
  .page-products:not(.page-parent) .page_head .illust-carriro2 img {
    width: 52px;
    height: 34px;
  }
  .page-products:not(.page-parent) .page_head .illust-towing img {
    width: 70px;
    height: 50px;
  }
  .page-products:not(.page-parent) .page_head .illust-motor img {
    width: 67px;
    height: 58px;
  }
  .page-products:not(.page-parent) .page_head .illust-forklift {
    top: 47%;
    left: 56%;
  }
  .page-products:not(.page-parent) .page_head .illust-forklift img {
    width: 58px;
    height: 58px;
  }
  .page-products:not(.page-parent) .page_head .illust-stairs {
    top: 22%;
    left: 42%;
  }
  .page-products:not(.page-parent) .page_head .illust-stairs img {
    width: 33px;
    height: 64px;
  }
  .page-products:not(.page-parent) .product_bloc:not(:last-child) {
    margin-bottom: 80px;
  }
  .page-products:not(.page-parent) .product_blocs .head2 {
    border-width: 3px;
    padding-left: 20px;
  }
  .page-products:not(.page-parent) .product_list--item .txt {
    margin-top: 16px;
  }
  @media screen and (max-width: 1680px) {
    .page-products:not(.page-parent) .page_head .inner {
      padding-left: 0;
      padding-right: 0;
    }
    .page-products:not(.page-parent) .product_list--item {
      padding: 32px;
    }
  }
  @media screen and (max-width: 1480px) {
    .page-products:not(.page-parent) .page_head .img_area {
      width: 52%;
      padding-top: 32%;
    }
    .page-products:not(.page-parent) .page_ttl.sect_ttl .fnt-jp {
      font-size: 231%;
    }
  }
  @media screen and (max-width: 1280px) {
    .page-products:not(.page-parent) .page_head .dia_img {
      margin-bottom: 24px;
    }
    .page-products:not(.page-parent) .page_head .img_area {
      width: 44%;
      padding-top: 27%;
    }
    .page-products:not(.page-parent) .page_head .ttl_wrap.has-page_txt {
      margin-bottom: 16px;
    }
    .page-products:not(.page-parent) .page_ttl.sect_ttl .fnt-jp {
      font-size: 180%;
    }
    .page-products:not(.page-parent) .page_head .page_txt {
      font-size: 93%;
    }
    .page-products:not(.page-parent) .product_bloc:not(:last-child) {
      margin-bottom: 64px;
    }
    .page-products:not(.page-parent) .product_list--item {
      padding: 24px 20px;
    }
  }
  @media screen and (max-width: 1064px) {
    .page-products:not(.page-parent) .page_ttl.sect_ttl .fnt-jp {
      font-size: 163%;
    }
  }
  @media screen and (max-width: 960px) {
    .page-products:not(.page-parent) .page_head--in {
      overflow: visible;
      padding-top: 0;
      padding-bottom: 64px;
    }
    .page-products:not(.page-parent) .page_head .inner {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .page-products:not(.page-parent) .page_head .img_area {
      position: relative;
      width: 80%;
      right: 0;
      margin-top: -40px;
      padding-top: 49%;
      margin-bottom: 16px;
    }
    .page-products:not(.page-parent) .page_head .txt_area .ttl_wrap {
      padding-top: inherit;
    }
    .page-products:not(.page-parent) .page_head .txt_area .page_ttl {
      position: static;
      transform: translateY(0);
    }
  }
  @media screen and (max-width: 560px) {
    .page-products:not(.page-parent) .page_head--in {
      padding-bottom: 48px;
    }
    .page-products:not(.page-parent) .page_head .img_area {
      margin-top: -32px;
    }
    .page-products:not(.page-parent) .page_head .dia_img {
      transform: scale(.8);
      margin-bottom: 8px;
    }
    .page-products:not(.page-parent) .page_head .page_txt {
      text-align: left;
    }
    .page-products:not(.page-parent) .page_head .page_txt br {
      display: none;
    }
    .page-products:not(.page-parent) .product .inner-xl {
      width: calc(100% - 24px);
    }
    .page-products:not(.page-parent) .product_bloc:not(:last-child) {
      margin-bottom: 48px;
    }
    .page-products:not(.page-parent) .inner-lg .product_list--item {
      padding: 16px;
    }
    .page-products:not(.page-parent) .product_list--item .txt {
      margin-top: 8px;
      font-size: 83%;
      letter-spacing: .1em;
      line-height: 1.8em;
    }
  }
  @media screen and (min-width: 414px) and (max-width: 560px) {
    .page-products:not(.page-parent) .product_list.clm-2-lgsp {
      gap: 12px;
    }
    .page-products:not(.page-parent) .product_list.clm-2-lgsp > *.product_list--item {
      width: calc(50% - 6px);
    }
    .page-products:not(.page-parent) .product_list--item {
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  @media screen and (max-width: 413px) {
    .page-products:not(.page-parent) .page_head .img_area {
      width: 90%;
      padding-top: 56%;
    }
  }
  @media screen and (max-width: 374px) {
    .page-products:not(.page-parent) .page_head .img_area {
      opacity: 1;
    }
  }

/* inspection
*************************************************** */
  .page-inspection .target .img {
    padding: 40px;
  }
  @media screen and (max-width: 1280px) {
    .page-inspection .product .lr_bloc .img_area {
      max-width: 50%;
    }
  }
  @media screen and (max-width: 960px) {
    .page-inspection .product .lr_bloc {
      row-gap: 40px;
    }
    .page-inspection .product .lr_bloc .img_area {
      max-width: 80%;
    }
  }
  @media screen and (max-width: 560px) {
    .page-inspection .product .lr_bloc {
      row-gap: 24px;
    }
    .page-inspection .product .lr_bloc .img_area {
      max-width: 95%;
    }
    .page-inspection .product .lr_bloc .head2 {
      margin-bottom: 12px;
    }
    .page-inspection .target .img {
      width: calc(100% + 16px);
      margin-left: -8px;
      padding: 16px;
    }
  }

/* motor
*************************************************** */
  .page-motor .works_list--item:not(:last-child) {
    margin-bottom: 64px;
  }
  .page-motor .works_list--item .img_area {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .page-motor .works_list--item .bfaf {
    width: calc(100% + 40px);
    left: 50%;
    transform: translateX(-50%);
    height: 56px;
    margin-top: -16px;
    padding-top: 16px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 139%;
    z-index: -1;
  }
  .page-motor .works_list--item .bfaf .arrow {
    position: absolute;
    width: 12px;
    height: 100%;
  }
  .page-motor .works_list--item .bfaf .arrow-stt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
  }
  .page-motor .works_list--item .bfaf .arrow-end::before,
  .page-motor .works_list--item .bfaf .arrow-end::after {
    content: '';
    position: absolute;
    border-style: solid;
  }
  .page-motor .works_list--item-04 .bfaf {
    width: calc(50% + 40px);
  }
  .page-motor .flow_list {
    row-gap: 64px;
  }
  .page-motor .flow_list--item {
    column-gap: 32px;
  }
  .page-motor .flow_list--item .dia_img {
    margin-bottom: auto;
  }
  .page-motor .flow_list--item .num {
    position: absolute;
    left: 50%;
    top: 30%;
    font-size: 500%;
    transform: translate(-50%,-50%);
  }
  @media screen and (min-width: 769px) {
    .page-motor .works_list--item .bfaf .arrow {
      top: 0;
    }
    .page-motor .works_list--item .bfaf .arrow-stt {
      left: 0;
    }
    .page-motor .works_list--item .bfaf .arrow-stt::before {
      border-top: 28px solid transparent;
      border-bottom: 28px solid transparent;
      border-left-width: 12px;
      border-right-width: 0;
    }
    .page-motor .works_list--item .bfaf .arrow-end {
      right: 0;
    }
    .page-motor .works_list--item .bfaf .arrow-end::before,
    .page-motor .works_list--item .bfaf .arrow-end::after {
      right: 0;
    }
    .page-motor .works_list--item .bfaf .arrow-end::before {
      top: 0;
      border-width: 0;
      border-right-width: 12px;
      border-bottom-width: 28px;
      border-top-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    }
    .page-motor .works_list--item .bfaf .arrow-end::after {
      bottom: 0;
      border-width: 0;
      border-bottom-width: 28px;
      border-left-width: 12px;
      border-top-color: transparent;
      border-right-color: transparent;
      border-left-color: transparent;
    }
  }
  @media screen and (max-width: 1064px) {
    .page-motor .works_list--item:not(:last-child) {
      margin-bottom: 56px;
    }
    .page-motor .works_list--item .img_area {
      padding-top: 32px;
      padding-bottom: 32px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  @media screen and (max-width: 768px) {
    .page-motor .works_list--item:not(:last-child) {
      margin-bottom: 48px;
    }
    .page-motor .works_list--item .img_area {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-top: 48px;
      padding-left: 32px;
      padding-right: 32px;
      padding-bottom: 32px;
    }
    .page-motor .works_list--item .img_area .clm {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1;
      gap: 16px;
      padding-bottom: 24px;
      margin-left: -6px;
    }
    .page-motor .works_list--item .bfaf {
      left: 0;
      transform: translateX(0);
      width: 80px;
      height: auto;
      padding-left: 0;
      padding-right: 12px;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-right: -6px;
    }
    .page-motor .works_list--item .bfaf .bf,
    .page-motor .works_list--item .bfaf .af {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      white-space: nowrap;
      font-feature-settings: 'pwid';
      letter-spacing: .5em;
      font-size: 64%;
      font-weight: 700;
    }
    .page-motor .works_list--item .bfaf .arrow {
      left: 0;
      width: 100%;
      height: 16px;
    }
    .page-motor .works_list--item .bfaf .arrow-stt {
      top: 0;
    }
    .page-motor .works_list--item .bfaf .arrow-stt::before {
      border-right: 40px solid transparent;
      border-left: 40px solid transparent;
      border-top-width: 16px;
      border-bottom-width: 0;
    }
    .page-motor .works_list--item .bfaf .arrow-end {
      bottom: 0;
    }
    .page-motor .works_list--item .bfaf .arrow-end::before,
    .page-motor .works_list--item .bfaf .arrow-end::after {
      bottom: 0;
    }
    .page-motor .works_list--item .bfaf .arrow-end::before {
      left: 0;
      border-width: 0;
      border-top-width: 16px;
      border-left-width: 40px;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
    }
    .page-motor .works_list--item .bfaf .arrow-end::after {
      right: 0;
      border-width: 0;
      border-bottom-width: 16px;
      border-left-width: 40px;
      border-top-color: transparent;
      border-right-color: transparent;
      border-left-color: transparent;
    }
    .page-motor .flow_list {
      row-gap: 40px;
    }
    .page-motor .flow_list--item {
      column-gap: 16px;
    }
    .page-motor .flow_list--item .dia_img .dia {
      width: 136px;
    }
    .page-motor .flow_list--item .num {
      font-size: 400%;
    }
    .page-motor .flow_list--item .head2 {
      margin-bottom: 8px;
    }
  }
  @media screen and (max-width: 560px) {
    .page-motor .works_list--item:not(:last-child) {
      margin-bottom: 40px;
    }
    .page-motor .works_list--item .img_area {
      padding-top: 40px;
      padding-bottom: 24px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .page-motor .works_list--item .bfaf {
      width: 64px;
    }
    .page-motor .works_list--item .bfaf .arrow-stt::before {
      border-right: 32px solid transparent;
      border-left: 32px solid transparent;
    }
    .page-motor .works_list--item .bfaf .arrow-end::before {
      border-left-width: 32px;
    }
    .page-motor .works_list--item .bfaf .arrow-end::after {
      border-left-width: 32px;
    }
    .page-motor .flow_list {
      row-gap: 40px;
    }
    .page-motor .flow_list--item .dia_img {
      position: absolute;
      top: -2px;
      left: -4px;
      z-index: -1;
    }
    .page-motor .flow_list--item .dia_img .dia {
      width: 80px;
    }
    .page-motor .flow_list--item .num {
      font-size: 200%;
    }
    .page-motor .flow_list--item .head2 {
      margin-bottom: 12px;
      padding-left: 72px;
    }
    .page-motor .flow_list--item .txt {
      padding-left: 8px;
      padding-right: 8px;
    }
  }

/* company
*************************************************** */
  .page-company .profile .inner {
    padding-top: 40px;
  }
  .page-company .office_bloc .info_list {
    column-gap: 24px;
  }
  .page-company .office_bloc .label {
    margin-bottom: 4px;
  }
  .page-company .business_bloc:not(:last-child) {
    margin-bottom: 20px;
  }
  .page-company .business_bloc .label small {
    margin-left: 8px;
  }
  .page-company .business_bloc .label br {
    display: none;
  }
  .page-company .access_bloc {
    column-gap: 96px;
  }
  .page-company .access_bloc .gm {
    padding-top: 40%;
  }
  .page-company .access_bloc .txt_area {
    width: 340px;
  }
  @media screen and (max-width: 1064px) {
    .page-company .access_bloc {
      column-gap: 40px;
    }
    .page-company .access_bloc .gm {
      padding-top: 50%;
    }
    .page-company .access_bloc .txt_area {
      width: 300px;
    }
  }
  @media screen and (max-width: 768px) {
    .page-company .access .sect_ttl {
      text-align: center;
    }
    .page-company .access .sect_ttl .line {
      margin-left: auto;
      margin-right: auto;
    }
    .page-company .access_bloc .gm {
      width: 100%;
      margin-bottom: 24px;
      padding-top: 75%;
    }
    .page-company .access_bloc .txt_area {
      width: 100%;
    }
    .page-company .access_bloc .txt_area .head2 {
      margin-bottom: 8px;
    }
    .page-company .access_bloc .txt_area .fnt-xl {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 560px) {
    .page-company .office_bloc:not(:last-child) {
      margin-bottom: 16px;
    }
    .page-company .office_bloc .label {
      margin-bottom: 4px;
    }
    .page-company .access_bloc:not(:last-child) {
      margin-bottom: 56px;
    }
    .page-company .access_bloc .gm {
      padding-top: 90%;
      width: 100vw;
      margin-left: -24px;
      margin-bottom: 16px;
    }
    .page-company .access_bloc .txt_area .fnt-xl {
      font-size: 100%;
    }
  }

/* contact
*************************************************** */
  .page-contact .contact_bloc-tel .sect_pdg {
    padding-top: 40px;
  }
  .page-contact .tel a {
    column-gap: 6px;
  }
  .page-contact .tel .label {
    font-size: 200%;
    transform: translateY(-6px);
  }
  .page-contact .tel .num {
    font-size: 500%;
  }
  @media screen and (max-width: 1280px) {
    .page-contact .contact_bloc-tel .tel {
      font-size: 93%;
    }
  }
  @media screen and (max-width: 1064px) {
    .page-contact .contact_bloc-tel .tel {
      font-size: 85%;
    }
  }
  @media screen and (max-width: 560px) {
    .page-contact .contact_bloc-tel .tel {
      font-size: 50%;
    }
  }


/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
  .main_column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }

  /* --- post --- */
  .post { position: relative; }
  .post--link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .post--date {
    opacity: .5;
    font-size: 93%;
  }
  .cat_list {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .post--img {
    width: 100%;
    padding-top: 68.25%;
  }
  .post--img .img_src {
    background-position: center;
    background-repeat: no-repeat;
  }
  .post--img .img_src:not(.no_img) {
    background-size: cover;
  }
  .post--img .img_src.no_img {
    background-image: url(../images/common/no_img.svg);
    background-color: #e4e4e4;
  }
  .cat_list a {
    display: inline-block;
    vertical-align: middle;
    font-size: 79%;
    color: #f6f6f6;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 2px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
  }

  @media screen and (max-width: 960px) {
    .main_column {
      width: 100%;
    }
  }

/* side_column
**************************************** */
  .side_column,
  .side_column--in { width: 402px !important; }
  @media screen and (max-width: 1480px) {
    .side_column,
    .side_column--in { width: 320px !important; }
  }
  @media screen and (max-width: 1280px) {
    .side_column,
    .side_column--in { width: 280px !important; }
  }
  .side_sect:not(:last-child) { margin-bottom: 64px; }
  .side--ttl {
    font-size: 120%;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 16px;
  }
  .side--ttl small {
    font-size: 62%;
    opacity: .5;
    letter-spacing: .15em;
    display: block;
    line-height: 1;
    margin-top: 8px;
  }

  /* --- post --- */
  .posts-side .post:not(:last-child) { margin-bottom: 16px; }
  .posts-side .post--img {
    margin-right: 16px;
    border-radius: 3px;
    padding-top: 0;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .posts-side .txt_area { flex: 1; }
  .posts-side .post--date { margin-bottom: 0; }
  .posts-side .post--ttl { line-height: 1.4; }

  /* --- archive --- */
  .side_column .archive_list--ttl::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
    transition: .4s ease-out;
  }
  .side_column .archive_list--ttl.active::after { transform: rotate(315deg); }
  .side_column .archive_month { display: none; }
  @media screen and (min-width: 1065px) {
    .search_btn {
      display: none;
    }
  }
  @media screen and (max-width: 1064px) {
    .archive:not(.archive-news) .side_column,
    .single:not(.single-news) .side_column {
      position: fixed !important;
      top: 0;
      left: 0;
      z-index: 10000;
      width: 100%;
      height: 100% !important;
      padding-top: 24px;
      padding-bottom: 72px;
      padding-left: 16px;
      padding-right: 16px;
      overflow-y: scroll;
      opacity: 0;
      pointer-events: none;
      transition: .4s all;
      background-color: #fff;
    }
    .post_type-news .main_column {
      order: 3;
    }
    .post_type-news .side_column {
      position: static !important;
      height: auto !important;
      order: 1;
      width: 100%;
      opacity: 1;
      padding: 0;
      pointer-events: all;
    }
    .post_type-news .side_column--in {
      width: 100% !important;
      display: none;
    }
    .archive:not(.archive-news) .side_column.is_show {
      opacity: 1;
      pointer-events: all;
    }
    .side_column::before {
      content: ;
    }
    .side_column--in {
      position: static !important;
      transform: initial !important;
    }
    .side_sect:not(:last-child) {
      margin-bottom: 32px;
    }
    .search_btn {
      font-size: 93%;
    }
    .search_btn--plus {
      width: 32px;
      height: 32px;
      border-radius: 100%;
      overflow: hidden;
      margin-right: 12px;
    }
    .search_btn--plus::before {
      opacity: .05;
    }
    .search_btn--plus .line {
      position: absolute;
      top: 50%;
      left: calc(50% - 5px);
      width: 10px;
      height: 1px;
    }
    .search_btn--plus .line:nth-of-type(2) {
      transform: rotate(90deg);
    }
    .search_btn.active .search_btn--plus .line:nth-of-type(1) {
      transform: rotate(180deg);
    }
    .search_btn.active .search_btn--plus .line:nth-of-type(2) {
      transform: rotate(360deg);
    }
  }

/* news
*************************************************** */
  .news_side {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
  }
  .news_side .archive-pd {
    position: relative;
    margin-left: auto;
    z-index: 1;
    cursor: pointer;
  }
  .news_side .archive_label--ttl {
    font-size: 80%;
    opacity: .5;
  }
  .news_side .archive_label--btn {
    cursor: pointer;
    border: none;
    outline: none;
    appearance: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 85%;
    letter-spacing: .1em;
  }
  .news_side .archive_label--btn::before {
    content: '';
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    transform: rotate(45deg);
    transition: .4s cubic-bezier(.07, .51, .12, 1);
    transform-origin: 50% 50%;
  }
  .news_side .active .archive_label--btn::before {
    top: 14px;
    transform: rotate(225deg);
  }
  .news_side .archive_list {
    display: none;
    z-index: 1;
    margin-top: 16px;
  }
  .news_side .archive_list--item {
    font-size: 92%;
  }
  .news_side .archive_list--item:not(:last-child) {
    margin-bottom: 12px;
  }
  .news_side .archive_list a {
    display: block;
    padding-left: 12px;
    line-height: 1.6em;
    text-align: left;
    font-size: 92%;
  }
  .news_side .archive_list a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    opacity: 0;
    transform: scale(.5);
  }
  .news_side .archive_child_list {
    margin-top: 8px;
  }
  .news_side .archive_child_list--item:not(:last-child) {
    margin-bottom: 6px;
  }
  .news_side .archive_child_list--item a {
    padding-left: 24px;
    font-size: 80%;
  }
  .news_side .archive_child_list--item a::before {
    top: calc(50% - 1px);
    left: 12px;
    width: 3px;
    height: 3px;
  }
  @media screen and (min-width: 961px) {
    .news_side .archive_list a:hover::before {
      opacity: 1;
      transform: scale(1);
    }
  }
  @media screen and (max-width: 1064px) {
    .news_side {
      padding-top: 16px;
      padding-bottom: 16px;
    }
  }
  @media screen and (max-width: 960px) {
    .news_side .archive_list a {
      padding-left: 0;
    }
    .news_side .archive_child_list--item a {
      padding-left: 8px;
    }
  }

/* blog
**************************************** */
  .archive .posts-blog .post {
    border-bottom: 2px solid rgba(0,0,0,.1);
  }
  .posts-blog .post--txt_area {
    flex: 1;
  }
  .posts-blog .post--date {
    margin-right: 16px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  @media screen and (max-width: 1064px) {
    .posts-blog { margin-bottom: 56px; }
    .archive .fix_wrap.flx,
    .single .fix_wrap.flx {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .archive .main_column,
    .single .main_column {
      overflow: visible;
      margin-right: 0;
    }
    .post_type-blog .main_column {
      margin-bottom: 64px;
    }
    .post_type-news .main_column {
      order: 2;
      margin-top: 48px;
    }
  }
  @media screen and (max-width: 560px) {
    .archive-blog .main_column,
    .posts-blog {
      margin-bottom: 24px;
    }
    .single-blog .main_column {
      margin-bottom: 48px;
    }
    .posts-blog .post {
      display: block;
    }
    .posts-blog .post--date {
      margin-bottom: 0;
    }
    .posts-blog .post--img {
      padding-left: 0;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 16px;
      text-align: center;
    }
    .posts-blog .post--img img {
      width: auto;
      max-width: 100%;
    }
  }

/* news
**************************************** */

  /* --- news--archive --- */
  .news--archive {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #111;
  }
  .news--archive li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .news--archive a {
    color: #fff;
  }

  /* --- news_list --- */
  .news_list .post {
    padding-bottom: 28px;
    padding-top: 28px;
    padding-right: 48px;
    padding-left: 24px;
    margin-bottom: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .news_list .post.no_hov .post--link::before {
    content: none;
  }
  .news_list .post::before {
    opacity: 0;
  }
  .news_list .post--date {
    margin-right: 24px;
    transform: translateY(3px);
  }
  .news_list .post--cats {
    z-index: 1;
  }
  .news_list .post--cats a {
    font-size: 75%;
    border: 1px solid rgba(0,0,0,.25);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 100px;
    opacity: .5;
  }
  .news_list .post--cats a:not(:last-child) {
    margin-right: 6px;
  }
  .news_list .post--ttl {
    width: 100%;
    margin-top: 8px;
    font-weight: normal;
  }
  .news_list .post--ttl .arrow_wrap {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    overflow: hidden;
  }
  .news_list .post--ttl .ico-arrow {
    position: absolute;
    top: 0;
    left: 0;
  }
  @media screen and (min-width: 961px) {
    .news_list .post:hover::before {
      opacity: .02;
    }
    .news_list .post--cats a:hover {
      opacity: 1;
      background-color: rgba(0,0,0,.04);
      border-color: transparent;
    }
    .news_list .post:hover .ico-arrow {
      animation-duration: .8s;
      animation-timing-function: cubic-bezier(0.07, 0.51, 0.12, 1);
      animation-delay: 0s,.4s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      animation-play-state: running;
      animation-name: slide-rev_rgt-lg,slide-to_rgt-lg;
    }
  }
  @media screen and (max-width: 960px) {
    .news_list .post {
      padding-left: 0;
      padding-right: 26px;
    }
    .news_list .post--ttl .arrow_wrap {
      right: 4px;
    }
    .news_list .post--date {
      margin-right: 16px;
      transform: translateY(1px);
    }
    .news_list .post--ttl {
      margin-top: 6px;
    }
  }


/* ##############################################################################

    SINGLE

############################################################################## */
  .wp-pagenavi {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    line-height: 1.4;
    padding: 8px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .4s all;
    margin: 0 0 0 -1px;
  }
  .pn_list {
    padding-top: 48px;
    border-top-width: 2px;
    border-top-style: solid;
  }
  .pn_list--item {
    width: 45%;
  }
  .pn_list--item-next {
    margin-left: auto;
  }
  .pn_list--item a.poa {
    z-index: 1;
  }
  .pn_list--item .post-pn {
    height: 80px;
  }
  .pn_list--item img {
    width: 80px;
    margin-right: 12px;
  }
  .pn_list--item h3 {
    font-weight: normal;
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  @media  only screen and (min-width: 961px) {
    .wp-pagenavi a:hover {
      background-color: #191919;
      border-color: #191919;
      color: #fff;
    }
    .pn_list--item:hover {
      opacity: .6;
    }
  }
  @media screen and (max-width: 560px) {
    .pn_list--item {
      width: 50%;
    }
    .pn_list--item .post-pn {
      display: none;
    }
  }
  @media screen and (max-width: 320px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
      padding: 6px 12px;
    }
  }


/* ##############################################################################

    CONTACT FORM

############################################################################## */

/* form_flow
*************************************************** */
  .form_flow_list {
    order: 1;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
    max-width: 65%;
  }
  .form_flow_list--item {
    width: 33.333%;
  }
  .form_flow_list--item:last-child {
    z-index: -1;
  }
  .form_flow_list--item:not(:last-child) {
    border-right: none;
  }
  .mw_wp_form_confirm .form_flow_list .form_flow_list--item-input,
  .mw_wp_form_complete .form_flow_list .form_flow_list--item:not(.form_flow_list--item-complete) {
    color: #ccc;
  }
  .mw_wp_form_confirm .form_flow_list .form_flow_list--item-confirm,
  .mw_wp_form_complete .form_flow_list .form_flow_list--item-complete {
    z-index: 1;
  }
  .form_flow_list--item::before,
  .form_flow_list--item::after,
  .form_flow_list--item .num {
    background-color: #ccc;
  }
  .form_flow_list--item::before {
    content: '';
    position: absolute;
    top: 23px;
    left: calc(50% - 1em);
    z-index: -1;
    width: 100%;
    height: 2px;
  }
  .form_flow_list--item:last-of-type::before {
    content: none;
  }
  .form_flow_list--item .num {
    width: 48px;
    height: 48px;
    font-size: 125%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    margin-bottom: 6px;
    font-weight: bold;
    color: #fff;
  }
  @media screen and (max-width: 960px) {
    .form_flow_list {
      width: 100%;
      max-width: 80%;
    }
    .form_flow_list--item {
      font-size: 100%;
      letter-spacing: 0em;
      line-height: 1.6em;
    }
  }
  @media screen and (max-width: 560px) {
    .form_flow_list {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 320px) {
    .form_flow_list--item {
      font-size: 90%;
    }
  }

/* COMMON
*************************************************** */
  .form_list {
    width: 100%;
    background-color: #fff;
    padding: 56px;
  }
  .form_list--item:not(:first-child) {
    padding-top: 28px;
  }
  .form_list--item:not(:last-child) {
    padding-bottom: 28px;
    border-bottom: 1px solid #e6ecf4;
  }
  .form_list--item .ttl {
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
  }
  .form_list--item .cont .txt { min-width: 36px; }
  .form_list--item .cont .flx { column-gap: 8px; }
  .form_list--item .cont input[type="text"],
  .form_list--item .cont input[type="email"],
  .form_list--item .cont input[type="tel"],
  .form_list--item .cont input[type="date"],
  .form_list--item .cont input[type="password"],
  .form_list--item .cont textarea {
    width: 100%;
    vertical-align: bottom;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  .form_list--item .cont input[type="text"],
  .form_list--item .cont input[type="email"],
  .form_list--item .cont input[type="tel"],
  .form_list--item .cont input[type="date"],
  .form_list--item .cont input[type="password"] {
    height: 52px;
    line-height: 52px;
  }
  .form_list--item .cont input[type="text"],
  .form_list--item .cont input[type="email"],
  .form_list--item .cont input[type="tel"],
  .form_list--item .cont input[type="date"],
  .form_list--item .cont input[type="password"],
  .form_list--item .cont select,
  .form_list--item .cont textarea {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    font: inherit;
    font-size: 100%;
    background-color: #f4f6f8;
  }
  .form_list--item .cont textarea {
    height: 140px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .form_list--item .cont select { height: 48px; }
  .form_list--item .cont ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .form_list--item .cont input:hover { opacity: .7; }
  .form_list--item .cont textarea:hover { opacity: .7; }
  .form_list--item .cont input:focus { outline: none; }
  @media screen and (max-width: 768px) {
    .form_list {
      padding-top: 32px;
      padding-bottom: 32px;
      padding-left: 24px;
      padding-right: 24px;
    }
  }
  @media screen and (max-width: 560px) {
    .form_list {
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 16px;
      padding-right: 16px;
      width: calc(100% + 16px);
      margin-left: -8px;
    }
  }

/* radio & checkbox
*************************************************** */
  .form_list--item .cont .cf_rc input[type="radio"],
  .form_list--item .cont .cf_rc input[type="checkbox"] { display: none !important; }
  .form_list--item .cont .cf_rc .mwform-radio-field,
  .form_list--item .cont .cf_rc .mwform-checkbox-field {
    margin-left: 0;
    display: block;
  }
  .form_list--item .cont .cf_rc .mwform-radio-field:not(:last-child),
  .form_list--item .cont .cf_rc .mwform-checkbox-field:not(:last-child) {
    margin-bottom: 6px;
  }
  .form_list--item .cont .cf_rc .mwform-radio-field-text,
  .form_list--item .cont .cf_rc .mwform-checkbox-field-text {
    display: inline-block;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
  }

  .form_list--item .cont .cf_rc .mwform-radio-field-text:hover { opacity: .7; }
  .form_list--item .cont .cf_rc .mwform-radio-field-text::before,
  .form_list--item .cont .cf_rc .mwform-checkbox-field-text::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
  }
  .form_list--item .cont .acceptance input[type="checkbox"] {
    position: relative;
    margin-right: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
  }
  .form_list--item .cont .cf_rc .mwform-radio-field-text::before,
  .form_list--item .cont .cf_rc .mwform-checkbox-field-text::before,
  .form_list--item .cont .acceptance input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
  }
  .form_list--item .cont .cf_rc input[type="radio"] + .mwform-radio-field-text::before { border-radius: 10px; }
  .form_list--item .cont .cf_rc input[type="radio"]:checked + .mwform-radio-field-text,
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked + .mwform-checkbox-field-text {
    color: rgb(201,44,51);
    font-weight: bold;
  }
  .form_list--item .cont .cf_rc input[type="radio"]:checked + .mwform-radio-field-text::before,
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked + .mwform-checkbox-field-text::before,
  .form_list--item .cont .acceptance input[type="checkbox"]:checked {
    border-color: rgb(201,44,51);
  }
  .form_list--item .cont .cf_rc input[type="radio"]:checked + .mwform-radio-field-text::after,
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked + .mwform-checkbox-field-text::after,
  .form_list--item .cont .acceptance input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    z-index: 10;
    display: block;
  }
  .form_list--item .cont .cf_rc input[type="radio"]:checked + .mwform-radio-field-text::after {
    top: 12px;
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: rgb(201,44,51);
    border-radius: 100%;
  }
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked + .mwform-checkbox-field-text::after,
  .form_list--item .cont .acceptance input[type="checkbox"]:checked::after {
    top: 9px;
    left: 5px;
    width: 5px;
    height: 9px;
    border-right: 2px solid rgb(201,44,51);
    border-bottom: 2px solid rgb(201,44,51);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/* address
*************************************************** */
  .form_list--item .cont .cf_zip {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form_list--item .cont .cf_zip input[type="text"] {
    width: auto;
    max-width: 200px;
  }

/* other
*************************************************** */

  /* --- support --- */
  .cf_form--support {
    margin-top: 4px;
    line-height: 1.6em;
    opacity: .5;
    font-size: 80%;
  }

  /* --- required --- */
  .required {
    color: rgb(201,44,51);
    border-width: 1px;
    border-style: solid;
    font-size: 70%;
    padding: 5px 6px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .1em;
  }

  /* --- cf_form--btns --- */
  .cf_form--btns {
    column-gap: 24px;
    padding-top: 40px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cf_form--btns button {
    min-width: 180px;
    padding: 0;
    margin: 0;
    line-height: 44px;
    border: none;
    border-radius: 3px;
    letter-spacing: .1em;
    font-size: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
  }
  .cf_form--btns button.btn-sqr .btn--in {
    width: 240px;
  }

  /* --- error --- */
  .mw_wp_form .error {
    position: relative;
    margin-top: 8px;
    line-height: 1em;
    padding-left: 18px;
    color: rgb(201,44,51) !important;
    font-size: 80%;
    font-weight: 500;
  }
  .mw_wp_form .error::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    content: '!';
    width: 13px;
    height: 13px;
    padding-left: 1px;
    line-height: 12px;
    margin-right: 4px;
    border-radius: 100%;
    background-color: rgb(201,44,51);
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    font-size: 85%;
  }
  .mw_wp_form .form_list--item.is-error .cont input {
    background-color: rgba(201,44,51,.1);
    border-color: rgba(201,44,51,.5);
  }
  input[name="recaptcha-v3"] + .error {
    display: table;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  /* --- ver --- */
  .form_list-ver .form_list--item .ttl {
    margin-bottom: 16px;
    line-height: 1em;
  }
  /* --- hor --- */
  .form_list-hor .form_list--item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form_list-hor .form_list--item .ttl {
    width: 220px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form_list-hor .form_list--item .cont {
    flex: 1;
    margin-left: 40px;
  }

  /* --- thanks_area ---  */
  .thanks_area {

  }

  @media only screen and (max-width: 960px) {
    .form_list-hor .form_list--item {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .form_list-hor .form_list--item .ttl {
      width: auto;
      line-height: 1em;
      margin-bottom: 16px;
    }
    .form_list-hor .form_list--item .cont {
      margin-left: 0;
    }
  }
  @media only screen and (max-width: 560px) {
    .form_list--item:not(:first-child) {
      padding-top: 20px;
    }
    .form_list--item:not(:last-child) {
      padding-bottom: 20px;
    }
    .form_list--item .cont input[type="text"],
    .form_list--item .cont input[type="email"],
    .form_list--item .cont input[type="tel"],
    .form_list--item .cont input[type="date"],
    .form_list--item .cont input[type="password"],
    .form_list--item .cont textarea {
      font-size: 16px;
    }
    .form_list--item .cont .cf_rc .wpcf7-list-item {
      display: block;
    }
    .form_list--item .cont .cf_zip input[type="text"] {
      width: calc(100% - 23px);
      margin-right: 0;
    }
    .cf_form--btns {
      padding-top: 24px;
    }
    .cf_form--btns button { min-width: 150px; }
    .cf_form--btns button.btn-sqr .btn--in { width: 150px; }
  }
  @media screen and (max-width: 374px) {
    .cf_form--btns button { min-width: 120px; }
    .cf_form--btns button.btn-sqr .btn--in { width: 120px; }
  }

