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

    KEYFRAMES

############################################################################## */
  @keyframes fade_in {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @keyframes fade_out {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }
  @keyframes slide-to_top {
    0% { transform: translateY(110%); }
    100% { transform: translateY(0%); }
  }
  @keyframes slide-to_top-sm {
    0% { transform: translateY(32px); }
    100% { transform: translateY(0%); }
  }
  @keyframes slide-to_btm {
    0% { transform: translateY(-110%); }
    100% { transform: translateY(0%); }
  }
  @keyframes slide-to_btm-sm {
    0% { transform: translateY(-32px); }
    100% { transform: translateY(0%); }
  }
  @keyframes slide-to_lft {
    0% { transform: translateX(110%); }
    100% { transform: translateX(0%); }
  }
  @keyframes slide-to_lft-sm {
    0% { transform: translateX(32px); }
    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; }
  }
  @keyframes grad_mov {
    0%{background-position:100% 0%}
    50%{background-position:0% 100%}
    100%{background-position:100% 0%}
  }
  @keyframes scr_imgs-lft {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -2400px 0;
    }
  }
  @keyframes scr_imgs-rgt {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 2400px 0;
    }
  }
  @keyframes scr_imgs-lft-sp {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -825px 0;
    }
  }
  @keyframes scr_imgs-rgt-sp {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 825px 0;
    }
  }
  @keyframes arrow_mov-btm {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    49% {
      opacity: 0;
      transform: translateY(4px);
    }
    50% {
      opacity: 0;
      transform: translateY(-4px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes arrow_mov-rgt {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    49% {
      opacity: 0;
      transform: translateX(4px);
    }
    50% {
      opacity: 0;
      transform: translateX(-4px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes arrow_mov-lft {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    49% {
      opacity: 0;
      transform: translateX(-4px);
    }
    50% {
      opacity: 0;
      transform: translateX(4px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slide_show {
    0% {
      opacity: 0;
      transform: translateY(16px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes slide_hide {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(16px);
    }
  }
  .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(.165,.84,.44,1);
    transition-duration: 1s;
  }
  .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;
  }
  .del50 { transition-delay: .05s; }
  .del100 { transition-delay: .10s; }
  .del150 { transition-delay: .15s; }
  .del200 { transition-delay: .20s; }
  .del250 { transition-delay: .25s; }
  .del300 { transition-delay: .30s; }
  .del350 { transition-delay: .35s; }
  .del400 { transition-delay: .40s; }
  .del450 { transition-delay: .45s; }
  .del500 { transition-delay: .50s; }
  .del550 { transition-delay: .55s; }
  .del600 { transition-delay: .60s; }
  .del650 { transition-delay: .65s; }
  .del700 { transition-delay: .70s; }
  .del750 { transition-delay: .75s; }
  .del800 { transition-delay: .80s; }
  .del850 { transition-delay: .85s; }
  .del900 { transition-delay: .90s; }
  .del950 { transition-delay: .95s; }
  .del1000 { transition-delay: 1s; }
  .del1050 { transition-delay: 1.05s; }
  .fade_in,
  .fade_in-lft,
  .fade_in-rgt {
    opacity: 0;
  }
  .fade_in {
    transform: translateY(40px);
  }
  .fade_in-lft {
    transform: translateX(16px);
  }
  .fade_in-rgt {
    transform: translateX(-16px);
  }
  .visible.fade_in,
  .visible .fade_in,
  .visible.fade_in-rgt,
  .visible .fade_in-rgt,
  .visible.fade_in-lft,
  .visible .fade_in-lft {
    transform: translate(0,0);
    opacity: 1;
  }


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

    LOADING

====================================================================================== */
  @keyframes logo_txt_fade_out {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      transform: translateX(8px);
    }
  }
  @keyframes logo_txt_fade_in {
    0% {
      opacity: 0;
      transform: translateX(-8px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes logo_mark_fade_out {
    0% {
      opacity: 1;
      transform: translateX(0) rotate(0deg);
    }
    100% {
      opacity: 0;
      transform: translateX(8px) rotate(8deg);
    }
  }
  @keyframes logo_mark_fade_in {
    0% {
      opacity: 0;
      transform: translateX(-8px) rotate(-8deg);
    }
    100% {
      opacity: 1;
      transform: translateX(0) rotate(0deg);
    }
  }
  @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: 1000000;
    pointer-events: none;
  }

  /* --- layers ---  */
  #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: .5s;
    transition-timing-function: cubic-bezier(0.55,0.08,0.68,0.53);
    transition-delay: 0s;
  }
  #loading .layers .layer {
    position: absolute;
    left: -2vw;
    top: 0;
    width: 102vw;
    height: 100vh;
  }
  #loading .loading--cont {
    z-index: 10;
  }
  body.mov_in #loading .layers .layer {
    opacity: 0;
    transform: translateX(2vw);
  }
  body:not(.min).mov_in #loading .layers .layer { transition-delay: 1.8s; }

  /* --- cont ---  */
  .loading--cont {
    width: 312px;
    height: 56px;
  }
  #loading .loading--cont .logo {
    column-gap: 16px;
  }
  #loading .loading--cont .logo-mark,
  #loading .loading--cont .logo-txt {
    opacity: 0;
  }
  .loaded #loading .loading--cont .logo-mark,
  .loaded #loading .loading--cont .logo-txt {
    animation-duration: .8s;
    animation-delay: 0s,1.4s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: fade_out;
  }
  .loaded #loading .loading--cont .logo-mark {
    animation-name: logo_mark_fade_in,logo_mark_fade_out;
  }
  .loaded #loading .loading--cont .logo-txt {
    animation-name: logo_txt_fade_in,logo_txt_fade_out;
  }
  .loaded #loading .loading--logo {
    background-position: 0.977495% 0px;
  }

  @media screen and (max-width: 560px) {
    .loading--cont {
      transform: scale(.9);
    }
  }
  @media screen and (max-width: 374px) {
    .loading--cont {
      transform: scale(.8);
    }
  }


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

    COMMON

############################################################################## */
  .svg-symbol {
    display: none;
  }

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

  /* --- inner --- */
  .inner {
    width: calc(100% - 64px);
    max-width: 1280px;
    margin: 0 auto;
  }
  .inner-mgn_sm {
    width: calc(100% - 40px);
  }
  .inner-xs { max-width: 880px; }
  .inner-sm { max-width: 1064px; }
  .inner-lg { max-width: 1680px; }
  .inner-xl { max-width: 1920px }

  /* --- sect_pdg --- */
  .sect_pdg {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .sect_pdg-lg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .sect_pdg-sm {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .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,
  .poa-af.zi1-af {
    z-index: 1;
  }

  /* --- link_area ---  */
  .link_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  /* --- margin --- */
  .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-lg {
      padding-top: 120px;
      padding-bottom: 120px;
    }
    .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) {
    .sect_pdg {
      padding-top: 56px;
      padding-bottom: 56px;
    }
    .sect_pdg-lg {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    .sect_pdg-sm {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .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; }
  }

/* responsive - none / show
**************************************** */
  .xlpc-none, .lgpc-none, .smpc-none, .xspc-none, .tab-none,
  .sp-none, .smsp-none, .xssp-none {
    display: block;
  }
  .xlpc-none-inline, .lgpc-none-inline, .smpc-none-inline, .xspc-none-inline, .tab-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,
  .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,
  .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,
  .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 {
    background-color: #fff;
  }
  .bdr_clr-body,
  .bdr_clr-body-bf::before,
  .bdr_clr-body-af::after {
    border-color: #fff;
  }

  /* --- body_lt --- */
  .clr-body_lt,
  .clr-body_lt-bf::before,
  .clr-body_lt-af::after,
  .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: #d6dee0;
    fill: #d6dee0;
  }
  .bg_clr-body_lt,
  .bg_clr-body_lt-bf::before,
  .bg_clr-body_lt-af::after,
  .form_flow_list--item::before,
  .form_flow_list--item .num,
  .ico-mark-body_lt span {
    background-color: #d6dee0;
  }
  .bdr_clr-body_lt,
  .bdr_clr-body_lt-bf::before,
  .bdr_clr-body_lt-af::after,
  .wp-pagenavi a,
  .wp-pagenavi span {
    border-color: #d6dee0;
  }
  .form_list--item {
    border-color: #d6dee080;
  }

  /* --- body_dk --- */
  .clr-body_dk,
  .clr-body_dk-bf::before,
  .clr-body_dk-af::after {
    color: #324247;
    fill: #324247;
  }
  .bg_clr-body_dk,
  .bg_clr-body_dk-bf::before,
  .bg_clr-body_dk-af::after {
    background-color: #324247;
  }
  .bdr_clr-body_dk,
  .bdr_clr-body_dk-bf::before,
  .bdr_clr-body_dk-af::after {
    border-color: #324247;
  }

  /* --- default --- */
  .clr-def,
  .clr-def-bf::before,
  .clr-def-af::after,
  a,
  .wp-pagenavi a,
  .wp-pagenavi span {
    color: #324247;
    fill: #324247;
  }
  .bg_clr-def,
  .bg_clr-def-bf::before,
  .bg_clr-def-af::after {
    background-color: #324247;
  }
  .bdr_clr-def,
  .bdr_clr-def-bf::before,
  .bdr_clr-def-af::after,
  .pn_list {
    border-color: #324247;
  }

  /* --- main --- */
  .clr-main,
  .clr-main-bf::before,
  .clr-main-af::after {
    color: #1473c9;
    fill: #1473c9;
  }
  .bg_clr-main,
  .bg_clr-main-bf::before,
  .bg_clr-main-af::after,
  .wp-pagenavi span.current
  .ico-mark-main span {
    background-color: #1473c9;
  }
  .bdr_clr-main,
  .bdr_clr-main-bf::before,
  .bdr_clr-main-af::after,
  .wp-pagenavi span.current {
    border-color: #1473c9;
  }
  @media screen and (min-width: 961px) {
    .hov-clr-main:hover,.hov_area:hover .hov-clr-main,
    .hov-clr-main-bf:hover::before,.hov_area:hover .hov-clr-main-bf::before,
    .hov-clr-main-af:hover::after,.hov_area:hover .hov-clr-main-af::after {
      color: #1473c9;
      fill: #1473c9;
    }
    .hov-bg_clr-main:hover,.hov_area:hover .hov-bg_clr-main,
    .hov-bg_clr-main-bf:hover::before,.hov_area:hover .hov-bg_clr-main-bf::before,
    .hov-bg_clr-main-af:hover::after,.hov_area:hover .hov-bg_clr-main-af::after {
      background-color: #1473c9;
    }
    .hov-bdr_clr-main:hover,.hov_area:hover .hov-bdr_clr-main,
    .hov-bdr_clr-main-bf:hover::before,.hov_area:hover .hov-bdr_clr-main-bf::before,
    .hov-bdr_clr-main-af:hover::after,.hov_area:hover .hov-bdr_clr-main-af::after {
      border-color: #1473c9;
    }
  }

  /* --- sub --- */
  .clr-sub,
  .clr-sub-bf::before,
  .clr-sub-af::after,
  .wp-pagenavi span.current,
  .mw_wp_form:not(.mw_wp_form_confirm):not(.mw_wp_form_complete) .form_flow_list .form_flow_list--item-input,
  .mw_wp_form_confirm .form_flow_list .form_flow_list--item-confirm,
  .mw_wp_form_complete .form_flow_list .form_flow_list--item-complete {
    color: #4db8db;
    fill: #4db8db;
  }
  .bg_clr-sub,
  .bg_clr-sub-bf::before,
  .bg_clr-sub-af::after,
  .ico-mark-sub span,
  .mw_wp_form:not(.mw_wp_form_confirm):not(.mw_wp_form_complete) .form_flow_list .form_flow_list--item-input .num,
  .mw_wp_form_confirm .form_flow_list .form_flow_list--item-confirm .num,
  .mw_wp_form_complete .form_flow_list .form_flow_list--item-complete .num {
    background-color: #4db8db;
  }
  .bdr_clr-sub,
  .bdr_clr-sub-bf::before,
  .bdr_clr-sub-af::after {
    border-color: #4db8db;
  }
  strong {
    background:linear-gradient(transparent 90%, #4db8db 90%);
  }
  @media screen and (min-width: 961px) {
    .hov-clr-sub:hover,.hov_area:hover .hov-clr-sub,
    .hov-clr-sub-bf:hover::before,.hov_area:hover .hov-clr-sub-bf::before,
    .hov-clr-sub-af:hover::after,.hov_area:hover .hov-clr-sub-af::after,
    .btn-def:hover .btn--in:not(.clr-wht),
    .hov_area:hover .btn-def .btn--in:not(.clr-wht),
    .btn-square:hover .btn--in:not(.clr-wht),
    .hov_area:hover .btn-square .btn--in:not(.clr-wht) {
      color: #4db8db;
      fill: #4db8db;
    }
    .hov-bg_clr-sub:hover,.hov_area:hover .hov-bg_clr-sub,
    .hov-bg_clr-sub-bf:hover::before,.hov_area:hover .hov-bg_clr-sub-bf::before,
    .hov-bg_clr-sub-af:hover::after,.hov_area:hover .hov-bg_clr-sub-af::after,
    .wp-pagenavi a:hover,
    .btn-def:hover .btn--in:not(.clr-wht) .ico-arrow::before,
    .hov_area:hover .btn-def .btn--in:not(.clr-wht) .ico-arrow::before,
    .btn-square:hover .btn--in:not(.clr-wht) .ico-arrow::before,
    .hov_area:hover .btn-square .btn--in:not(.clr-wht) .ico-arrow::before,
    .btn-def:hover .btn--in:not(.clr-wht) .ico-arrow::after,
    .hov_area:hover .btn-def .btn--in:not(.clr-wht) .ico-arrow::after,
    .btn-square:hover .btn--in:not(.clr-wht) .ico-arrow::after,
    .hov_area:hover .btn-square .btn--in:not(.clr-wht) .ico-arrow::after,
    .slick-arrow:hover .ico-arrow::before,
    .slick-arrow:hover .ico-arrow::after {
      background-color: #4db8db;
    }
    .hov-bdr_clr-sub:hover,.hov_area:hover .hov-bdr_clr-sub,
    .hov-bdr_clr-sub-bf:hover::before,.hov_area:hover .hov-bdr_clr-sub-bf::before,
    .hov-bdr_clr-sub-af:hover::after,.hov_area:hover .hov-bdr_clr-sub-af::after,
    .wp-pagenavi a:hover,
    .btn-def:hover .btn--in:not(.clr-wht)::before,
    .hov_area:hover .btn-def .btn--in:not(.clr-wht)::before,
    .btn-square:hover .btn--in:not(.clr-wht)::before,
    .hov_area:hover .btn-square .btn--in:not(.clr-wht)::before,
    .btn-def:hover .btn--in:not(.clr-wht) .ico-outlink::before,
    .hov_area:hover .btn-def .btn--in:not(.clr-wht) .ico-outlink::before,
    .btn-def:hover .btn--in:not(.clr-wht) .ico-outlink::after,
    .hov_area:hover .btn-def .btn--in:not(.clr-wht) .ico-outlink::after,
    .slick-arrow:hover {
      border-color: #4db8db;
    }
  }

  /* --- wht --- */
  .clr-wht,
  .clr-wht-bf::before,
  .clr-wht-af::after,
  .wp-pagenavi span.current {
    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-clr-wht:hover,.hov_area:hover .hov-clr-wht,
    .hov-clr-wht-bf:hover::before,.hov_area:hover .hov-clr-wht-bf::before,
    .hov-clr-wht-af:hover::after,.hov_area:hover .hov-clr-wht-af::after,
    .wp-pagenavi a:hover {
      color: #fff;
      fill: #fff;
    }
    .hov-bg_clr-wht:hover,.hov_area:hover .hov-bg_clr-wht,
    .hov-bg_clr-wht-bf:hover::before,.hov_area:hover .hov-bg_clr-wht-bf::before,
    .hov-bg_clr-wht-af:hover::after,.hov_area:hover .hov-bg_clr-wht-af::after {
      background-color: #fff;
    }
    .hov-bdr_clr-wht:hover,.hov_area:hover .hov-bdr_clr-wht,
    .hov-bdr_clr-wht-bf:hover::before,.hov_area:hover .hov-bdr_clr-wht-bf::before,
    .hov-bdr_clr-wht-af:hover::after,.hov_area:hover .hov-bdr_clr-wht-af::after {
      border-color: #fff;
    }
  }

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

/* bg
**************************************** */
  .bg_img {
    background-size: cover;
    background-position: center;
  }
  .bg_grad,
  .bg_grad-bf::before {
    background: linear-gradient(45deg, #34a5eb, #2cb5d9);
    background-size: 400% 400%;
    animation: grad_mov 30s ease infinite;
  }

/* ttl
**************************************** */

  /* --- page_head --- */
  .page_head {
    padding-top: 16px;
    padding-bottom: 120px;
  }
  .page_head .txts {
    padding-right: 96px;
  }
  .page_head .page_img {
    width: 600px;
    max-width: 58%;
    height: 360px;
  }
  .page_head .page_img .img_src {
    top: 0;
    height: calc(100% + 32px);
  }
  .page_ttl {
    font-weight: normal;
    margin-top: 16px;
  }
  .page_ttl-jp,
  .page_ttl-en { display: block; }
  .page_ttl-jp {
    font-size: 257%;
  }
  .page_ttl-en {
    font-size: 129%;
    text-transform: uppercase;
  }
  .page_head .curve {
    top: 192px;
    height: calc(100% - 192px);
    left: 120px;
    width: calc(100% - 120px)
  }
  .page_head .curve_mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  /* --- sect_ttl --- */
  .sect_ttl {
    line-height: 1.6;
    letter-spacing: .1em;
  }
  .sect_ttl .fnt-lg {
    font-size: 114%;
  }
  .sect_ttl-sm { font-size: 267%; }
  .sect_catch {
    text-align: center;
    font-size: 120%;
    font-weight: 700;
  }

  /* --- heading --- */
  .head1 { font-size: 286%; }
  .head2 { font-size: 200%; }
  .head3 { font-size: 171%; }
  .head4 { font-size: 143%; }
  .head5 { font-size: 129%; }

  /* --- num_ttl --- */
  .num_ttl svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
  }
  .num_ttl .num {
    font-weight: 600;
    font-size: 267%;
    line-height: 1em;
    margin-bottom: 6px;
  }
  .num_ttl .txt {
    font-size: 60%;
  }

  @media screen and (max-width: 1680px) {
    .page_head .txts {
      padding-right: 64px;
    }
  }
  @media screen and (max-width: 1280px) {
    .page_head {
      padding-left: 40px;
    }
  }
  @media screen and (max-width: 1064px) {
    .page_ttl-jp { font-size: 200%; }
    .page_ttl-en { font-size: 116%; }
    .head1 { font-size: 229%; }
    .head2 { font-size: 171%; }
    .head3 { font-size: 143%; }
    .head4 { font-size: 129%; }
    .head5 { font-size: 120%; }
  }
  @media screen and (max-width: 960px) {
    .page_ttl {
      position: absolute;
      z-index: 1;
    }
    .page_head {
      padding-bottom: 64px;
    }
    .page_head .curve {
      top: 144px;
      height: calc(100% - 144px);
    }
    .page_head .bg_txt {
      display: inline;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
      background: rgba(255,255,255,.95);
    }
    .page_head .page_img {
      height: 34vw;
    }
  }
  @media screen and (max-width: 768px) {
    .num_ttl {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 38px;
    }
    .num_ttl .num {
      font-size: 150%;
      margin-bottom: 0;
    }
    .num_ttl .num,
    .num_ttl .txt {
      opacity: .5;
    }
    .num_ttl .txt {
      position: absolute;
      left: calc(100% + 4px);
    }
    .num_ttl svg {
      width: 72px;
      height: 72px;
    }
    .page_head {
      padding-left: 0;
    }
    .page_head .inner {
      width: calc(100% - 48px);
    }
    .page_ttl-jp { font-size: 164%; }
    .page_ttl-en { font-size: 108%; }
  }
  @media screen and (max-width: 560px) {
    .page_head {
      padding-bottom: 40px;
    }
    .page_head .page_img {
      max-width: 65%;
      height: 40vw;
    }
    .page_ttl-jp { font-size: 143%; }
    .page_ttl-en { font-size: 93%; }
    .page_head .curve {
      top: 96px;
      height: calc(100% - 96px);
      left: 32px;
      width: calc(100% - 32px);
    }
    .page_head .page_img .img_src {
      height: 100%;
      transform: translateY(0) !important;
    }
    .head1 { font-size: 186%; }
    .head2 { font-size: 143%; }
    .head3 { font-size: 129%; }
    .head4 { font-size: 120%; }
    .head5 { font-size: 116%; }
  }
  @media screen and (max-width: 374px) {
    .page_ttl-jp {
      font-size: 125%;
    }
  }

/* txt
**************************************** */
  .txt_area p:not(:last-child) { margin-bottom: 1em; }
  .txt_area p.btm_no:not(:last-child) { margin-bottom: 0; }
  .fnt-lg { font-size: 107%; }
  .fnt-xl { font-size: 114%; }
  .fnt-sm { font-size: 93%; }
  .fnt-xs { font-size: 86%; }
  .fnt-xxs { font-size: 71%; }
  .txt-ctr { text-align: center; }
  .txt-rgt { text-align: right; }
  .txt-attn {
    font-size: 88%;
    color: #999;
  }
  .tbl-lft {
    display: table;
    margin-right: auto;
  }
  .tbl-ctr {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .w-b { font-weight: bold; }
  .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; }
  .fnt-en { font-family: 'Jost','Zen Kaku Gothic New', sans-serif; }
  .fnt-jp { font-family: 'Zen Kaku Gothic New', sans-serif; }
  .fnt-jp-maru { font-family: 'Zen Maru Gothic', sans-serif; }
  @media screen and (max-width: 960px) {
    .txt-ctr-sp { text-align: center; }
    .txt-lft-tab { text-align: justify; }
  }
  @media screen and (max-width: 560px) {
    .txt-ctr-sp { text-align: center; }
    .txt-lft-sp { text-align: justify; }
  }

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

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

  /* --- line_list ---  */
  .line_list--item {
    padding-top: 20px;
    padding-bottom: 24px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .line_list--item .ttl {
    margin-bottom: 4px;
  }
  @media screen and (max-width: 560px) {
    .line_list--item {
      padding-top: 12px;
      padding-bottom: 14px;
    }
    .line_list--item .ttl {
      font-size: 86%;
      margin-bottom: 0;
    }
  }

  /* --- tag_list ---  */
  .tag_list {
    gap: 6px;
  }
  .tag_list--item_in {
    display: block;
    line-height: 1em;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .tag_list--item_in::before,
  .tag_list--item_in::after {
    border-radius: 100px;
  }
  .tag_list--item_in::before {
    opacity: .35;
  }
  .tag_list--item_in::after {
    opacity: 0;
  }
  @media screen and (max-width: 560px) {
    .tag_list--item_in {
      padding-top: 6px;
      padding-bottom: 6px;
      padding-left: 12px;
      padding-right: 12px;
      font-size: 93%;
    }
  }

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

  /* --- 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: 6%;
  }
  .ico-arrow-top::before,
  .ico-arrow-btm::before {
    transform: rotate(40deg);
  }
  .ico-arrow-top::after,
  .ico-arrow-btm::before {
    right: calc(50% - 6%);
  }
  .ico-arrow-top::after,
  .ico-arrow-btm::after {
    transform: rotate(-40deg);
  }
  .ico-arrow-top::before,
  .ico-arrow-btm::after {
    left: calc(50% - 6%);
  }

  .ico-arrow-lft::before,
  .ico-arrow-lft::after,
  .ico-arrow-rgt::before,
  .ico-arrow-rgt::after {
    right: calc(50% - 3%);
    width: 6%;
    height: 40%;
  }
  .ico-arrow-lft::before,
  .ico-arrow-rgt::before {
    transform: rotate(40deg);
  }
  .ico-arrow-lft::after,
  .ico-arrow-rgt::before {
    top: calc(50% - 6%);
  }
  .ico-arrow-lft::after,
  .ico-arrow-rgt::after {
    transform: rotate(-40deg);
  }
  .ico-arrow-lft::before,
  .ico-arrow-rgt::after {
    bottom: calc(50% - 6%);
  }

  /* --- outlink ---  */
  .ico-outlink {
    display: inline-block;
  }
  .ico-outlink::before,
  .ico-outlink::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 40%;
    border-width: 1px;
    border-style: solid;
    transition: .4s all;
  }
  .ico-outlink::before {
    top: 40%;
    right: 40%;
  }
  .ico-outlink::after {
    bottom: 40%;
    left: 40%;
    border-bottom: none;
    border-left: none;
  }

  /* --- mark ---  */
  .ico-mark,
  .ico-mark span {
    transition-property: all;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-duration: .35s;
    transition-delay: .2s;
  }
  .ico-mark {
    width: 16px;
    transform: rotate(360deg);
  }
  .ico-mark span {
    position: absolute;
    width: 45%;
    height: 45%;
    top: calc(50% - 22.5%);
    left: calc(50% - 22.5%);
  }
  .visible .ico-mark {
    transform: rotate(0deg);
  }
  .visible .ico-mark span:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .visible .ico-mark span:nth-of-type(2) {
    top: 0;
    left: 55%;
  }
  .visible .ico-mark span:nth-of-type(3) {
    top: 55%;
    left: 55%;
  }
  .visible .ico-mark span:nth-of-type(4) {
    top: 55%;
    left: 0;
  }
  .sect_ttl .ico-mark {
    display: block;
    width: 16px;
    height: 16px;
  }
  .sect_ttl-hor .ico-mark {
    position: absolute;
    top: .45em;
    right: calc(100% + 12px);
  }
  .sect_ttl-ver .ico-mark {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .mark_ttl .ico-mark {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
  }
  .mark_ttl.txt-ctr .ico-mark {
    margin-left: auto;
    margin-right: auto;
  }
  .mark_ttl .fnt-en {
    margin-top: 4px;
  }
  .page_ttl .ico-mark {
    position: absolute;
    top: -4px;
    right: calc(100% + 24px);
    display: block;
    width: 16px;
    height: 16px;
  }
  @media screen and (max-width: 1064px) {
    .sect_ttl-hor .ico-mark {
      top: .55em;
      right: calc(100% + 8px);
      width: 12px;
      height: 12px;
    }
    .mark_ttl .ico-mark {
      width: 18px;
      height: 18px;
      margin-bottom: 8px;
    }
  }
  @media screen and (max-width: 960px) {
    .sect_ttl-tab-ver {
      text-align: center;
    }
    .sect_ttl-tab-ver .ico-mark {
      position: static;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 768px) {
    .page_ttl .ico-mark {
      top: -12px;
      right: calc(100% - 4px);
      width: 12px;
      height: 12px;
    }
  }

/* btn
**************************************** */
  .btn_list {
    column-gap: 12px;
    row-gap: 8px;
  }

  /* --- def / square ---  */
  .btn-def .btn--in {
    min-width: 220px;
    padding-left: 32px;
    padding-right: 32px;
    height: 56px;
    column-gap: 8px;
    max-width: 100%;
  }
  .btn-def.btn-sm .btn--in {
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .btn-def .btn--in:not(.clr-wht),
  .btn-square .btn--in:not(.clr-wht) {
    opacity: .5;
  }
  .btn-def .btn--in::before,
  .btn-def .btn--in::after,
  .btn-square .btn--in::before,
  .btn-square .btn--in::after {
    border-radius: 5px;
  }
  .btn-def .btn--in::before,
  .btn-square .btn--in::before {
    border-width: 1px;
    border-style: solid;
    opacity: .5;
  }
  .btn-def .btn--in::after,
  .btn-square .btn--in::after {
    opacity: 0;
  }
  .btn-def .ico-arrow,
  .btn-square .ico-arrow {
    width: 14px;
    height: 14px;
  }
  .btn-square .btn--in {
    min-width: 96px;
    height: 96px;
  }
  .btn-square .ico-arrow {
    display: inline-block;
  }
  .btn-img .btn--in {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.5em;
  }
  .btn-def.btn-img .btn--in:not(.clr-wht) {
    opacity: 1;
  }
  .btn-img .btn--in span {
    display: block;
  }
  .btn-img .btn--in .img {
    margin-right: 12px;
  }
  @media screen and (min-width: 961px) {
    .btn-def:hover .btn--in:not(.clr-wht),
    .hov_area:hover .btn-def .btn--in:not(.clr-wht),
    .btn-square:hover .btn--in:not(.clr-wht),
    .hov_area:hover .btn-square:hover .btn--in:not(.clr-wht),
    .btn-def:hover .btn--in::before,
    .hov_area:hover .btn-def .btn--in::before,
    .btn-square:hover .btn--in::before,
    .hov_area:hover .btn-square:hover .btn--in::before {
      opacity: .8;
    }
    .btn-def:hover .btn--in::after,
    .hov_area:hover .btn-def .btn--in::after,
    .btn-square:hover .btn--in::after,
    .hov_area:hover .btn-square:hover .btn--in::after {
      opacity: .15;
    }
    .btn-def:hover .ico-arrow,
    .hov_area:hover .btn-def .ico-arrow,
    .btn-square:hover .ico-arrow,
    .hov_area:hover .btn-square:hover .ico-arrow {
      animation-duration: .6s;
      animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-name: arrow_mov-rgt;
    }
    .btn-def:hover .ico-arrow-btm,
    .hov_area:hover .btn-def .ico-arrow-btm {
      animation-name: arrow_mov-btm;
    }
    .btn-def:hover .ico-arrow-lft,
    .hov_area:hover .btn-def .ico-arrow-lft {
      animation-name: arrow_mov-lft;
    }
  }
  @media screen and (max-width: 768px) {
    .btn-square br {
      display: none;
    }
    .btn-square .btn--in {
      min-width: inherit;
      padding-left: 16px;
      padding-right: 16px;
      height: 40px;
      font-size: 86%;
    }
    .btn-square .btn--in .txt {
      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;
    }
  }

  /* --- 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;
    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: 1064px) {
    .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;
    gap: 8px;
  }
  .clm-2 > * { width: calc(50% - 4px); }
  .clm-3 > * { width: calc(100% / 3 - 6px); }
  .clm-4 > * { width: calc(100% / 4 - 6px); }
  .clm-5 > * { width: calc(100% / 5 - 7px); }
  @media screen and (max-width: 1680px) {
    .clm-1-xlpc { gap: 0; }
    .clm-1-xlpc > * { width: 100%; }
    .clm-2-xlpc > * { width: calc(50% - 4px); }
    .clm-3-xlpc > * { width: calc(100% / 3 - 6px); }
    .clm-4-xlpc > * { width: calc(100% / 4 - 6px); }
    .clm-5-xlpc > * { width: calc(100% / 5 - 7px); }
  }
  @media screen and (max-width: 1480px) {
    .clm-1-lgpc { gap: 0; }
    .clm-1-lgpc > * { width: 100%; }
    .clm-2-lgpc > * { width: calc(50% - 4px); }
    .clm-3-lgpc > * { width: calc(100% / 3 - 6px); }
    .clm-4-lgpc > * { width: calc(100% / 4 - 6px); }
    .clm-5-lgpc > * { width: calc(100% / 5 - 7px); }
  }
  @media screen and (max-width: 1280px) {
    .clm-1-smpc { gap: 0; }
    .clm-1-smpc > * { width: 100%; }
    .clm-2-smpc > * { width: calc(50% - 4px); }
    .clm-3-smpc > * { width: calc(100% / 3 - 6px); }
    .clm-4-smpc > * { width: calc(100% / 4 - 6px); }
    .clm-5-smpc > * { width: calc(100% / 5 - 7px); }
  }
  @media screen and (max-width: 1064px) {
    .clm-1-xspc { gap: 0; }
    .clm-1-xspc > * { width: 100%; }
    .clm-2-xspc > * { width: calc(50% - 4px); }
    .clm-3-xspc > * { width: calc(100% / 3 - 6px); }
    .clm-4-xspc > * { width: calc(100% / 4 - 6px); }
    .clm-5-xspc > * { width: calc(100% / 5 - 7px); }
  }
  @media screen and (max-width: 960px) {
    .clm-1-tab { gap: 0; }
    .clm-1-tab > * { width: 100%; }
    .clm-2-tab > * { width: calc(50% - 4px); }
    .clm-3-tab > * { width: calc(100% / 3 - 6px); }
    .clm-4-tab > * { width: calc(100% / 4 - 6px); }
    .clm-5-tab > * { width: calc(100% / 5 - 7px); }
  }
  @media screen and (max-width: 768px) {
    .clm-1-lgsp { gap: 0; }
    .clm-1-lgsp > * { width: 100%; }
    .clm-2-lgsp > * { width: calc(50% - 4px); }
    .clm-3-lgsp > * { width: calc(100% / 3 - 6px); }
    .clm-4-lgsp > * { width: calc(100% / 4 - 6px); }
    .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 > * { width: calc(50% - 4px); }
    .clm-3-sp > * { width: calc(100% / 3 - 6px); }
    .clm-4-sp > * { width: calc(100% / 4 - 6px); }
    .clm-5-sp > * { width: calc(100% / 5 - 7px); }
  }
  @media screen and (max-width: 413px) {
    .clm { gap: 6px }
    .clm-1-smsp { gap: 0; }
    .clm-1-smsp > * { width: 100%; }
    .clm-2-smsp > * { width: calc(50% - 3px); }
    .clm-3-smsp > * { width: calc(100% / 3 - 2px); }
    .clm-4-smsp > * { width: calc(100% / 4 - 1px); }
    .clm-5-smsp > * { width: calc(100% / 5 - 1px); }
  }
  @media screen and (max-width: 374px) {
    .clm-1-xssp { gap: 0; }
    .clm-1-xssp > * { width: 100%; }
    .clm-2-xssp > * { width: calc(50% - 3px); }
    .clm-3-xssp > * { width: calc(100% / 3 - 2px); }
    .clm-4-xssp > * { width: calc(100% / 4 - 1px); }
    .clm-5-xssp > * { width: calc(100% / 5 - 1px); }
  }

/* radius
*************************************************** */
  .radius-1,
  .radius-1-bf::before { border-radius: 1px; }
  .radius-2,
  .radius-2-bf::before { border-radius: 2px; }
  .radius-3,
  .radius-3-bf::before { border-radius: 3px; }
  .radius-5,
  .radius-5-bf::before { border-radius: 5px; }
  .radius-8,
  .radius-8-bf::before { border-radius: 8px; }
  .radius-10,
  .radius-10-bf::before { border-radius: 10px; }

/* radial
*************************************************** */
  .radial {
    position: absolute;
    z-index: -1;
    background-image: radial-gradient(rgba(154, 202, 218, 0.49), rgba(255, 255, 255, 0.49) 50%);
    width: 800px;
    height: 800px;
  }
  .pos-tr {
    top: 0;
    right: 0;
    transform: translate(17%,-17%);
  }
  .pos-tl {
    top: 0;
    left: 0;
    transform: translate(-17%,-17%);
  }
  .pos-br {
    bottom: 0;
    right: 0;
    transform: translate(17%,17%);
  }
  .pos-bl {
    bottom: 0;
    left: 0;
    transform: translate(-17%,17%);
  }
  @media screen and (max-width: 1400px) {
    .radial {
      width: 600px;
      height: 600px;
    }
  }
  @media screen and (max-width: 1064px) {
    .radial {
      width: 400px;
      height: 400px;
    }
  }
  @media screen and (max-width: 768px) {
    .radial {
      width: 300px;
      height: 300px;
    }
  }

/* bloc_list
*************************************************** */
  .bloc_list--item {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 56px;
    padding-right: 56px;
  }
  .bloc_list.clm-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
  @media screen and (max-width: 1680px) {
    .bloc_list--item {
      padding-top: 64px;
      padding-bottom: 64px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  @media screen and (max-width: 1480px) {
    .bloc_list.clm-4 > * {
      width: calc(50% - 4px);
    }
  }
  @media screen and (max-width: 768px) {
    .bloc_list.clm-4 > * {
      width: 100%;
    }
    .bloc_list--item {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 32px;
      padding-right: 32px;
    }
    .bloc_list--item .num_ttl {
      margin-bottom: 4px;
    }
    .bloc_list--item .head5 {
      position: relative;
      z-index: 1;
      width: 244px;
      margin-bottom: 8px;
      text-align: left;
    }
  }
  @media screen and (max-width: 560px) {
    .bloc_list--item .txt_area {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  @media screen and (max-width: 374px) {
    .bloc_list--item {
      padding-top: 32px;
      padding-bottom: 32px;
      padding-left: 24px;
      padding-right: 24px;
    }
  }

/* more_area
*************************************************** */
  .more_area {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 300px;
    padding-bottom: 32px;
  }
  .more_area::before {
    background: linear-gradient(rgba(255,255,255,0)0%,rgba(255,255,255,.8)40%,rgba(255,255,255,1)75%);
  }
  .more_area.is_hide {
    opacity: 0;
    pointer-events: none;
  }

/* recruit
*************************************************** */
  .recruit {
    padding-bottom: 42px;
  }
  .recruit .img_area {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 1061px;
    height: 853px;
    transform: translateY(-50%);
  }
  .recruit .img_area .img,
  .recruit .img_area .tri {
    position: absolute;
  }
  .recruit .img_area .img-01 {
    top: 0;
    right: 0;
    width: 72.856%;
  }
  .recruit .img_area .img-02 {
    top: 40.5%;
    right: 0;
    width: 36.287%;
  }
  .recruit .img_area .img-03 {
    bottom: 0;
    left: 0;
    width: 72.856%;
  }
  .recruit .img_area .tri-main-md {
    bottom: 60%;
    left: 82.3%;
    width: 11.653%;
  }
  .recruit .img_area .tri-main-lg {
    top: 21.3%;
    right: 64.2%;
    width: 21.99%;
  }
  .recruit .img_area .tri-wht-sm {
    top: 11.95%;
    right: 63.85%;
    width: 8.203%;
  }
  .recruit .img_area .tri-wht-md {
    top: 80%;
    left: 64.4%;
    width: 15.098%;
  }
  .recruit .img_area .tri-wht-lg {
    bottom: 41.05%;
    left: 82.45%;
    width: 17.855%;
  }
  .recruit .txt_area {
    width: 50%;
  }
  .recruit .ttl {
    font-size: 286%;
    font-weight: 500;
    width: 100%;
  }
  .recruit .ttl .scr_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .recruit .ttl .scr_txt img {
    max-width: inherit;
  }
  .recruit .bg_img {
    background-image: url('../images/recruit_bg_img.jpg');
  }
  .recruit .bg_grad {
    z-index: -10;
  }
  .recruit .img_area .tri { opacity: 0; }
  .recruit .img_area .img-01 { transform: translateY(-16px); }
  .recruit .img_area .img-02 { transform: translateY(16px); }
  .recruit .img_area .img-03 { transform: translateY(24px); }
  .recruit .img_area .tri-main-md { transform: translateY(16px); }
  .recruit .img_area .tri-main-lg { transform: translateY(-16px); }
  .recruit .img_area .tri-wht-sm { transform: translateY(16px); }
  .recruit .img_area .tri-wht-md { transform: translateY(-16px); }
  .recruit .img_area .tri-wht-lg { transform: translateY(-16px); }
  .recruit.visible .img_area .img,
  .recruit.visible .img_area .tri { transform: translateY(0); }
  .recruit.visible .img_area .img { opacity: 1; }
  .recruit.visible .img_area .tri-main-md { opacity: .45; }
  .recruit.visible .img_area .tri-main-lg { opacity: .25; }
  .recruit.visible .img_area .tri-wht-sm { opacity: .15; }
  .recruit.visible .img_area .tri-wht-md { opacity: .15; }
  .recruit.visible .img_area .tri-wht-lg { opacity: .20; }
  @media screen and (max-width: 1400px) {
    .recruit {
      padding-top: 104px;
      padding-bottom: 0;
    }
    .recruit .inner {
      padding-top: 144px;
      padding-bottom: 64px;
    }
    .recruit .img_area {
      top: -40px;
      right: 50%;
      width: 700px;
      height: 563px;
      transform: translateY(0);
    }
    .recruit .txt_area {
      width: 55%;
    }
  }
  @media screen and (max-width: 1064px) {
    .recruit .ttl {
      font-size: 240%;
      margin-bottom: 32px;
    }
    .recruit .ttl .scr_txt img {
      width: 320px;
    }
  }
  @media screen and (max-width: 960px) {
    .recruit .inner {
      padding-top: 516px;
    }
    .recruit .img_area {
      width: 600px;
      height: 483px;
      transform: translateX(50%);
    }
    .recruit .txt_area {
      width: 100%;
    }
  }
  @media screen and (max-width: 560px) {
    .recruit {
      padding-top: 88px;
    }
    .recruit .inner {
      padding-top: 280px;
      padding-bottom: 56px;
      padding-left: 8px;
      padding-right: 8px;
    }
    .recruit .img_area {
      top: -24px;
      width: 340px;
      height: 274px;
    }
    .recruit .txt_area {
      width: 100%;
    }
    .recruit .ttl {
      font-size: 189%;
      margin-bottom: 16px;
    }
    .recruit .ttl .scr_txt img {
      width: 240px;
    }
    .recruit .txts p {
      text-align: justify;
    }
    .recruit .txts br {
      display: none;
    }
  }


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

    SLICK

############################################################################## */
  .slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    border-width: 1px;
    border-style: solid;
  }
  .slick-arrow .ico-arrow {
    display: block;
    width: 20px;
    height: 20px;
  }
  .slick-dots {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    width: 48px;
  }
  .slick-dot {
    width: 12px;
    height: 12px;
    opacity: .6;
  }
  .slick-dot::before {
    opacity: 0;
  }
  .slick-active .slick-dot {
    opacity: .6;
  }
  .slick-active .slick-dot::before {
    opacity: 1;
  }
  @media screen and (min-width: 961px) {
    .slick-arrow:hover {
      opacity: .6;
    }
    .slick-arrow:hover .ico-arrow {
      animation-duration: .6s;
      animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-name: arrow_mov-rgt;
    }
    .slick-prev:hover .ico-arrow {
      animation-name: arrow_mov-lft;
    }
    .slick-dot:hover {
      opacity: 1;
    }
  }
  @media screen and (max-width: 560px) {
    .slick-arrow {
      width: 36px;
      height: 36px;
    }
    .slick-dots {
      width: 36px;
      gap: 3px;
    }
    .slick-dot {
      width: 10px;
      height: 10px;
    }
  }


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

    HEADER

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

/* header
**************************************** */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 48px;
    padding-right: 48px;
    z-index: 10000;
    width: 100%;
  }
  .header:hover::before,
  .scrolled .header::before {
    opacity: .95;
  }
  .header--logo {
    z-index: 0;
  }
  .header--logo img {
    display: block;
  }
  .header--logo .logo-ver {
    position: absolute;
    top: 8px;
    left: 0;
  }
  body.scrolled .header--logo .logo-ver {
    opacity: 0;
    transform: translateY(-10px);
  }
  body:not(.scrolled) .header--logo .logo-hor {
    opacity: 0;
    transform: translateY(10px);
  }
  .scrolled .header--logo {
    transform: translateY(0);
  }
  body.subpage .header--logo .logo-ver {
    display: none;
  }
  body.subpage .header--logo .logo-hor {
    opacity: 1;
    transform: translateY(0);
  }
  .header_box {
    height: 136px;
  }
  @media screen and (min-width: 961px) {
    .header:hover .header--logo.active .logo-ver {
      opacity: 0;
      transform: translateY(-10px);
    }
    .header:hover .header--logo.active .logo-hor {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media screen and (max-width: 1400px) {
    .header--logo .logo-ver {
      top: 0;
      width: 120px;
    }
    .header--logo .logo-hor {
      width: 240px;
    }
    .header {
      padding-left: 32px;
      padding-right: 32px;
    }
    .header_box {
      height: 112px;
    }
  }
  @media screen and (max-width: 1200px) {
    .header {
      padding-top: 16px;
      padding-bottom: 16px;
    }
  }
  @media screen and (max-width: 960px) {
    .header {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 24px;
      padding-right: 24px;
    }
    .header--nav {
      position: relative;
      z-index: 100;
    }
  }
  @media screen and (max-width: 768px) {
    .header--logo .logo-ver {
      width: 88px;
      display: none;
    }
    body:not(.scrolled) .header--logo .logo-hor,
    .header--logo .logo-hor {
      width: 180px;
      opacity: 1;
      transform: translateY(0);
    }
    .header_box {
      height: 74px;
    }
  }
  @media screen and (max-width: 560px) {
    .header {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 16px;
      padding-right: 16px;
    }
    .subpage .header_box {
      height: 56px;
    }
  }

/* gnav
**************************************** */

  /* --- gnav ---  */
  .gnav_list--item_in .txt {
    display: block;
    line-height: 1em;
  }
  .gnav_list--item_in .txt:nth-of-type(2) {
    margin-top: 8px;
  }
  .gnav_list--item_in .ico-arrow {
    position: absolute;
  }
  .gnav_list--item_in.output-1 .txt {
    position: relative;
    padding-right: 24px;
  }
  .gnav_list--item_in.output-2 .txt .ico-arrow {
    display: none;
  }
  .gnav_list--item_in .current_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
  }

  /* --- snav ---  */
  .gnav_sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 24px;
    overflow: hidden;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
  }
  .snav_list {
    gap: 16px;
  }
  .snav_list--item {
    width: calc(100% / 5 - 13px);
  }
  .snav_list--item:nth-of-type(5n+5),
  .snav_list--item:last-child { margin-right: 0; }
  .snav_list--item .img_area {
    display: block;
    width: 100%;
    padding-top: 42.5%;
    margin-bottom: 8px;
  }
  .snav_list--item .img_area .img_src {
    background-position: center;
    background-size: cover;
    transform: scale(1.025);
  }
  @media screen and (min-width: 1201px) {
    .gnav_list--item-news,
    .gnav_list--item-transparency,
    .gnav_list--item-privacy {
      display: none;
    }
  }
  @media screen and (min-width: 1201px) {
    /* --- gnav ---  */
    .gnav_btn,
    .gnav--logo,
    .gnav_layer {
      display: none;
    }
    .gnav_list--item {
      height: 80px;
    }
    .gnav_list--item:not(:first-child) .gnav_list--item_in {
      border-left-width: 1px;
      border-left-style: solid;
    }
    .gnav_list--item_in {
      padding-left: 48px;
      padding-right: 48px;
      height: 56px;
    }
    .gnav_list--item_in.output-1 .txt .ico-arrow {
      top: 50%;
      right: 0;
      transform: translateY(-50%) rotate(90deg);
    }
    .gnav_list--item_in.output-2 > .ico-arrow {
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
    }
    .gnav_list--item.current .current {
      position: absolute;
      top: -12px;
      left: 0;
      width: 100%;
      height: 2px;
    }
    .scrolled .gnav_list--item_in .fnt-xl {
      font-size: 100%;
    }
    .scrolled .gnav_list--item_in {
      padding-left: 40px;
      padding-right: 40px;
    }

    /* --- snav ---  */
    .gnav_list--item:hover .gnav_sub {
      pointer-events: all;
      opacity: 1;
      transform: translateY(0);
    }
    .gnav_list--item .tap_area,
    .snav_list--item-parent {
      display: none;
    }
  }
  @media screen and (max-width: 1400px) and (min-width: 1201px) {
    .gnav_list--item {
      height: 64px;
    }
    .gnav_list--item_in {
      height: 48px;
    }
    .gnav_list--item.current .current {
      top: -8px;
    }
  }
  @media screen and (min-width: 961px) {
    .snav_list--item:hover .img_area .img_src {
      transform: scale(1);
      opacity: .6;
    }
  }
  @media screen and (max-width: 1560px) {
    .gnav_list--item_in {
      padding-left: 32px;
      padding-right: 32px;
    }
    .scrolled .gnav_list--item_in {
      padding-left: 28px;
      padding-right: 28px;
    }
  }
  @media screen and (max-width: 1400px) {
    .gnav_list--item_in {
      font-size: 93%;
      padding-left: 28px;
      padding-right: 28px;
    }
    .scrolled .gnav_list--item_in {
      padding-left: 24px;
      padding-right: 24px;
    }
  }
  @media screen and  (max-width: 1200px) {
    /* --- nav common ---  */
    .gnav,
    .gnav_sub {
      position: fixed;
      top: 0;
      height: 100%;
      padding-top: 120px;
      padding-bottom: 120px;
      padding-left: 80px;
      padding-right: 80px;
      pointer-events: none;
      border-bottom-left-radius: 80px;
    }

    /* --- gnav ---  */
    .gnav {
      right: 0;
      width: 90%;
      height: calc(100% - 96px);
      max-width: 514px;
      height: auto;
      z-index: 100;
      background: #fff;
      overflow: hidden;
      opacity: 0;
      transform: translateX(15px);
    }
    .gnav_btn {
      position: fixed;
      top: 3px;
      right: 10px;
      width: 48px;
      height: 48px;
      z-index: 9999;
    }
    .gnav_btn--in {
      line-height: 1em;
    }
    .gnav_btn--lines {
      position: relative;
      width: 18px;
      height: 12px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4px;
    }
    .gnav_btn--lines span {
      transition: all .4s;
      box-sizing: border-box;
    }
    .gnav_btn--lines span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #324247;
    }
    .gnav_btn--lines span:nth-of-type(1) {
      top: 0;
    }
    .gnav_btn--lines span:nth-of-type(2) {
      top: calc(50% - 1px);
    }
    .gnav_btn--lines span:nth-of-type(3) {
      bottom: 0;
    }
    .gnav_btn--txt {
      display: block;
      font-size: 70%;
      white-space: nowrap;
      clip-path: inset(0 0 0);
    }
    .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(110%);
    }
    .gnav--logo {
      margin-bottom: 16px;
    }
    .gnav--logo a {
      display: block;
    }
    .gnav_list {
      margin-bottom: 32px;
      width: 100%;
    }
    .gnav_lists {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .gnav_list--item {
      position: relative;
      width: 100%;
      border-bottom: 1px solid rgba(0,0,0,.1);
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .gnav .gnav_list--item_in {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 12px;
      padding-right: 12px;
    }
    .gnav_list--item_in {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .gnav_list--item_in .ico-arrow {
      right: 8px;
      transform: rotate(-90deg);
    }
    .gnav_list--item .tap_area {
      z-index: 1;
    }
    .gnav_layer {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100vw;
      height: 100vh;
      opacity: 0;
      pointer-events: none;
    }
    .header.active .gnav {
      opacity: 1;
      pointer-events: all;
      transform: translate(0,0);
    }
    .header.active .gnav_btn--lines span:nth-of-type(1) {
      top: 50%;
      -webkit-transform: rotate(-40deg);
      transform: rotate(-40deg);
    }
    .header.active .gnav_btn--lines span:nth-of-type(2) {
      opacity: 0;
    }
    .header.active .gnav_btn--lines span:nth-of-type(3) {
      top: 50%;
      -webkit-transform: rotate(40deg);
      transform: rotate(40deg);
    }
    .header.active .gnav_btn--txt .open {
      transform: translate(-50%,-140%);
    }
    .header.active .gnav_btn--txt .close {
      transform: translateY(0);
    }
    .header.active .gnav_layer {
      opacity: .5;
    }
    .gnav_list--item.sub_show {
      z-index: 1;
    }
    .gnav .gnav_list--item_in,
    .gnav > *:not(.gnav_lists),
    .gnav .contact_btn {
      animation-duration: .4s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-name: gnav_sub_in;
    }
    .gnav.sub_show .gnav_list--item_in,
    .gnav.sub_show > *:not(.gnav_lists),
    .gnav.sub_show .contact_btn {
      animation-name: gnav_sub_out;
    }

    /* --- snav ---  */
    .gnav_sub {
      width: 100%;
      transform: translateX(8px);
      animation-duration: .4s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-name: gnav_sub_out;
      overflow-y: scroll;
    }
    .gnav_sub.is_show {
      animation-name: gnav_sub_in;
      pointer-events: all;
      z-index: 10;
    }
    .gnav_list--item .tap_area {
      z-index: 1;
    }
    .gnav_sub .inner {
      width: 100%;
    }
    .snav_list {
      margin-top: 0;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 16px;
    }
    .snav_list--item {
      width: 100%;
    }
    .snav_list--item_in {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .snav_list--item .img_area {
      margin-bottom: 0;
      margin-right: 12px;
      width: 80px;
      padding-top: 44px;
    }
    .gnav_sub .tap_area-prev {
      margin-bottom: 28px;
      padding-bottom: 28px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-color: rgba(0,0,0,.1);
    }
    .gnav_sub .tap_area-prev .ico-arrow-lft {
      display: block;
      margin-right: 8px;
    }
    .gnav_sub .tap_area-prev .ico-arrow-btm {
      display: none;
    }
    .gnav_sub .tap_area-prev .txt {
      display: block;
      text-align: left;
      line-height: 1em;
    }
    .gnav_sub .tap_area-prev .txt:nth-of-type(2) {
      opacity: 1;
      margin-top: 8px;
      font-size: 71%;
    }
  }
  @media screen and (max-width: 1200px) and (min-width: 561px) {
    .gnav_btn {
      top: 0;
      right: 16px;
      width: 104px;
      height: 70px;
    }
    .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;
    }
    .gnav_btn--lines {
      margin-bottom: 0;
      margin-right: 12px;
    }
    .gnav_btn--txt {
      font-size: 116%;
      letter-spacing: .3em;
    }
  }
  @media screen and (max-width: 960px) and (min-width: 561px) {
    .gnav_btn {
      height: 62px;
    }

  }
  @media screen and (max-width: 768px) and (min-width: 561px) {
    .gnav_btn {
      width: 88px;
      height: 53px;
    }
    .gnav_btn--lines {
      margin-right: 8px;
    }
    .gnav_btn--txt {
      font-size: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .gnav,
    .gnav_sub {
      padding-top: 96px;
      padding-bottom: 96px;
      padding-left: 64px;
      padding-right: 64px;
    }
    .gnav--logo {
      margin-bottom: 16px;
    }
  }
  @media screen and (max-width: 560px) {
    .gnav,
    .gnav_sub {
      padding-top: 24px;
      padding-bottom: 48px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .gnav--logo {
      margin-bottom: 8px;
      text-align: left;
    }
    .gnav--logo img {
      width: 180px;
    }
    .gnav_list {
      margin-bottom: 24px;
    }
    .gnav .gnav_list--item_in {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 8px;
      padding-right: 8px;
    }
    .gnav_list--item_in .ico-arrow {
      right: 4px;
    }
    .gnav_sub .tap_area-prev {
      padding-top: 8px;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 413px) {
    .gnav .gnav_list--item_in {
      padding-top: 12px;
      padding-bottom: 12px;
    }
  }
  @media screen and (max-width: 374px) {
    .gnav_list--item_in .txt.fnt-jp {
      font-size: 93%;
    }
    .gnav .gnav_list--item_in {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 6px;
      padding-right: 6px;
    }
  }

/* recruit_btn
**************************************** */
  .head_recruit--in {
    height: 64px;
  }
  .head_recruit--in {
    min-width: 288px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .head_recruit--in::before {
    opacity: .1;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: slide-to_rgt;
  }
  .head_recruit--in:hover::before {
    animation-name: slide-rev_rgt;
  }
  .head_recruit--in .fnt-xl {
    margin-left: 12px;
  }
  .head_recruit--in .scr_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .head_recruit--in .scr_txt img {
    max-width: inherit;
  }
  .head_recruit--in .bg_img {
    background-image: url('../images/common/gnav_img-recruit.jpg');
    transform: scale(1.05);
  }
  .head_recruit--in .bg_img::before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
  }
  @media screen and (min-width: 961px) {
    .contact_list {
      margin-left: -24px;
    }
    .head_recruit--in:hover .bg_img {
      transform: scale(1);
    }
    .head_recruit--in:hover .bg_img::before {
      opacity: .1;
    }
  }
  @media screen and (max-width: 1400px) {
    .head_recruit--in {
      min-width: 220px;
      height: 50px;
    }
  }
  @media screen and (max-width: 1200px) {
    .head_recruit {
      width: 95%;
    }
    .head_recruit--in {
      min-width: 100%;
      height: 72px;
    }
  }
  @media screen and (max-width: 560px) {
    .head_recruit {
      width: 90%;
    }
  }


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

    FOOTER

############################################################################## */
  .footer--in {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .foot_add {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .foot_add .ttl {
    line-height: 1.4em;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 16px;
  }
  .foot_add .ttl::before {
    border: 1px solid;
  }
  .foot_add .zip_add {
    line-height: 1.7em;
  }
  .footer .line-ver {
    display: block;
    width: 1px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .copy__recaptcha {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top-width: 1px;
    border-top-style: solid;
  }
  .fnav_lists {
    column-gap: 56px;
  }
  .fnav_list {
    row-gap: 24px;
  }
  .fnav_list--item {
    width: 226px;
  }
  .fnav_list--item .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .fnav_list--item .line::before {
    left: 26px;
  }
  .fnav_list--item .line::after {
    left: calc(-100% + 24px);
  }
  .fnav_list--item_in {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .fnav_list--item .txt {
    display: block;
  }
  .fnav_list:last-child {
    row-gap: 16px;
  }
  .fnav_list:last-child .fnav_list--item_in {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .fnav_list:last-child .fnav_list--item .txt {
    font-size: 93%;
  }
  .fnav_sub .snav_list {
    row-gap: 8px;
  }
  .fnav_sub .snav_list--item {
    width: 100%;
  }
  .fnav_sub .snav_list--item .ico-arrow {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .footer--copyright {
    text-align: center;
  }
  @media screen and (min-width: 961px) {
    .fnav_list--item_in:hover .line::after {
      left: 0;
    }
    .fnav_sub .snav_list--item_in:hover .ico-arrow {
      animation-duration: .6s;
      animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-name: arrow_mov-rgt;
    }
  }
  @media screen and (max-width: 1280px) {
    .fnav_lists {
      column-gap: 32px;
    }
    .fnav_list--item {
      width: 16vw;
    }
  }
  @media screen and (max-width: 960px) {
    .footer--in {
      display: block;
      padding-top: 56px;
      padding-bottom: 56px;
    }
    .footer .logo img {
      width: 220px;
    }
    .foot_add {
      border: none;
      padding-bottom: 0;
      margin-bottom: 16px;
    }
    .footer .info_area {
      margin-bottom: 40px;
    }
    .fnav_list {
      width: calc(100% / 3 - 22px);
    }
    .fnav_list--item {
      width: 100%;
    }
    .footer .copy__recaptcha .inner {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .fnav_lists {
      column-gap: 15px;
    }
    .fnav_list {
      width: calc(100% / 3 - 10px);
    }
    .footer .copy__recaptcha {
      text-align: center;
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .footer .footer--copyright {
      margin-bottom: 6px;
    }
  }
  @media screen and (max-width: 560px) {
    .footer .inner {
      width: calc(100% - 40px);
    }
    .footer--in {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .footer .info_area {
      margin-bottom: 24px;
    }
    .foot_add {
      margin-bottom: 8px;
    }
    .fnav_lists {
      row-gap: 0;
    }
    .fnav_list {
      width: 100%;
      row-gap: 6px;
      margin-bottom: 6px;
    }
    .fnav_list--item_in,
    .fnav_list:last-child .fnav_list--item_in {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .fnav_list:last-child {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      row-gap: 6px;
    }
    .fnav_list:last-child .fnav_list--item {
      width: calc(50% - 8px);
    }
    .fnav_list--item .arrow {
      position: absolute;
      top: 10px;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 28px;
      height: 28px;
    }
    .fnav_list--item .arrow::before {
      border-radius: 100%;
    }
    .fnav_list--item.is_open .arrow {
      transform: rotate(180deg);
    }
    .fnav_sub {
      display: none;
    }
    .fnav_sub .snav_list {
      row-gap: 2px;
      margin-bottom: 18px;
    }
  }
  @media screen and (max-width: 374px) {
    .fnav_list,
    .fnav_list:last-child .fnav_list--item {
      width: 100%;
    }
  }


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

    INDEX

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

/* hero
*************************************************** */
  .hero {
    padding-bottom: 80px;
    z-index: 10;
  }
  .hero_slider {
    margin-right: -96px;
    width: 808px;
  }
  .hero_slider--item img {
    transform: scale(1.01);
  }
  .hero .catch {
    padding-bottom: 48px;
  }
  .hero .bg-scr_imgs {
    position: absolute;
    left: 120px;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: calc(100% - 80px);
  }
  .hero_slider--item img {
    opacity: 0;
    transform: translateY(-16px);
  }
  .hero_slider--item.add-anm img,
  .hero_slider--item.rm-anm img {
    animation-duration: 1.4s;
    animation-timing-function: cubic-bezier(.165,.84,.44,1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: slide_show;
    will-change: filter;
  }
  .hero_slider--item.rm-anm img {
    animation-name: slide_hide;
  }
  .hero .bg-scr_imgs .curve_mask {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    height: calc(100% + 2px);
  }
  .hero .bg-scr_imgs .scr_imgs {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    background-repeat: repeat-x;
    background-size: auto 320px;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    opacity: .05;
  }
  .hero .bg-scr_imgs .scr_imgs-top {
    top: 0;
    background-image: url('../images/scr_imgs-top');
    animation-name: scr_imgs-lft;
  }
  .hero .bg-scr_imgs .scr_imgs-btm {
    bottom: 0;
    background-image: url('../images/scr_imgs-btm');
    animation-name: scr_imgs-rgt;
  }
  body:not(.min) .hero .bg-scr_imgs,
  body:not(.min) .hero .catch,
  body:not(.min) .hero .hero_slider,
  body:not(.min).home .header,
  body:not(.min).home .message {
    opacity: 0;
  }
  body:not(.min).loaded .hero .bg-scr_imgs,
  body:not(.min).loaded .hero .catch,
  body:not(.min).loaded .hero .hero_slider,
  body:not(.min).home.loaded .header,
  body:not(.min).home.loaded .message {
    animation-duration: 1.4s;
    animation-delay: 2.4s;
    animation-timing-function: cubic-bezier(.165,.84,.44,1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: fade_in,slide-to_lft-sm;
  }
  body:not(.min).loaded .hero .catch {
    animation-delay: 2.6s;
  }
  body:not(.min).loaded .hero .hero_slider {
    animation-duration: 1s;
    animation-delay: 2.8s;
    animation-name: fade_in,slide-to_top-sm;
  }
  body:not(.min).home.loaded .header,
  body:not(.min).home.loaded .message {
    animation-duration: .8s;
    animation-delay: 4s;
  }
  body:not(.min).home.loaded .header {
    animation-name: fade_in,slide-to_btm-sm;
  }
  body:not(.min).home.loaded .message {
    animation-name: fade_in,slide-to_top-sm;
  }
  body:not(.min).home.active .header {
    animation: none;
  }
  @media screen and (min-width: 769px) {
    .hero .catch,
    .hero .catch .clr-sub {
      color: #fff;
    }
  }
  @media screen and (max-width: 1800px) {
    .hero .bg-scr_imgs {
      left: 40px;
    }
  }
  @media screen and (max-width: 1600px) {
    .hero_slider {
      margin-right: -40px;
    }
    .hero .bg-scr_imgs {
      left: -64px;
    }
  }
  @media screen and (max-width: 1400px) {
    .hero {
      padding-bottom: 56px;
    }
    .hero_slider {
      margin-right: 0px;
      width: 700px;
    }
    .hero .catch {
      margin-right: 40px;
      padding-bottom: 24px;
    }
    .hero .bg-scr_imgs {
      height: calc(100% - 56px);
      left: -80px;
    }
  }
  @media screen and (max-width: 1280px) {
    .hero_slider {
      width: 600px;
    }
  }
  @media screen and (max-width: 1200px) {
    .hero_slider {
      width: 520px;
    }
  }
  @media screen and (max-width: 1064px) {
    .hero_slider {
      width: 480px;
    }
  }
  @media screen and (max-width: 960px) {
    .hero {
      padding-bottom: 40px;
    }
    .hero_slider {
      width: 400px;
    }
    .hero .catch .head1 {
      margin-bottom: 12px;
    }
    .hero .catch p {
      font-size: 93%;
    }
    .hero .bg-scr_imgs {
      height: calc(100% - 40px);
      left: -104px;
    }
    .hero .bg-scr_imgs .scr_imgs {
      animation-duration: 80s;
    }
  }
  @media screen and (max-width: 768px) {
    .hero {
      padding-bottom: 64px;
    }
    .hero .inner {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-width: 100%;
    }
    .hero_slider {
      max-width: calc(100% - 144px);
      margin-left: auto;
    }
    .hero .catch {
      position: absolute;
      top: 32px;
      left: 5%;
      padding-bottom: 0;
      z-index: 1;
    }
    .hero .catch .bg_txt {
      display: inline;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
      background: rgba(255,255,255,.95);
    }
    .hero .bg-scr_imgs {
      height: calc(100% - 20vw);
      left: 16px;
    }
  }
  @media screen and (max-width: 560px) {
    .hero {
      padding-bottom: 40px;
    }
    .hero .inner {
      width: calc(100% - 32px);
    }
    .hero_slider {
      max-width: calc(100% - 80px);
    }
    .hero .catch {
      top: 8vw;
    }
    .hero .catch .head1 {
      line-height: 1.8em;
      margin-bottom: 8px;
    }
    .hero .catch p {
      font-size: 78%;
    }
    .hero .bg-scr_imgs {
      height: 220px;
    }
    .hero .bg-scr_imgs .scr_imgs {
      background-size: auto 110px;
    }
    .hero .bg-scr_imgs .scr_imgs-top {
      animation-name: scr_imgs-lft-sp;
    }
    .hero .bg-scr_imgs .scr_imgs-btm {
      animation-name: scr_imgs-rgt-sp;
    }
  }

/* message
*************************************************** */
  .home .message {
    z-index: 5;
  }
  .home .message .txt_area {
    max-width: 700px;
  }
  .home .message .txt_area p {
    line-height: 2em;
  }
  .home .message .svg-logo_mark {
    position: absolute;
    top: 50%;
    left: 32px;
    width: 40.417%;
    z-index: -1;
    transform: translateY(-50%);
    pointer-events: none;
  }
  @media screen and (max-width: 1400px) {
    .home .message .inner {
      max-width: 920px;
    }
  }
  @media screen and (max-width: 1280px) {
    .home .message .svg-logo_mark {
      top: 58%;
      left: -40px;
    }
    .home .message .svg-logo_mark svg {
      width: 640px;
      height: 640px;
    }
  }
  @media screen and (max-width: 1064px) {
    .home .message .svg-logo_mark {
      top: 85%;
    }
    .home .message .svg-logo_mark svg {
      width: 400px;
      height: 400px;
    }
  }
  @media screen and (max-width: 960px) {
    .home .message .sect_ttl {
      margin-bottom: 40px;
    }
    .home .message .txt_area {
      margin-left: auto;
      margin-right: auto;
    }
    .home .message .svg-logo_mark {
      top: 72%;
      left: calc(100% - 440px);
    }
  }
  @media screen and (max-width: 768px) {
    /*.home .message .svg-logo_mark {
      left: calc(100% - 324px);
    }*/
    .home .message .svg-logo_mark svg {
      width: 300px;
      height: 300px;
    }
  }
  @media screen and (max-width: 560px) {
    .home .message .sect_ttl {
      margin-bottom: 24px;
    }
    .home .message .svg-logo_mark {
      top: 80%;
      left: calc(100% - 256px);
    }
    .home .message .svg-logo_mark svg {
      width: 240px;
      height: 240px;
    }
  }

/* gallery
*************************************************** */
  .home .gallery {
    z-index: 1;
  }
  .home .gallery .inner {
    max-width: 1160px;
  }
  .home .gallery_list::before {
    width: 100vw;
    right: calc(100% - 20px);
    left: auto;
    left: inherit;
    z-index: 1;
  }
  .home .gallery_list .slick-list {
    overflow: visible;
  }
  .home .gallery_list--item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .gallery .slick-arrow,
  .home .gallery .slick-dots {
    right: calc(100% + 20px);
    z-index: 10;
  }
  .home .gallery .slick-prev {
    top: 16px;
  }
  .home .gallery .slick-next {
    top: 76px;
  }
  .home .gallery .slick-dots {
    bottom: 16px;
  }
  @media screen and (max-width: 1400px) {
    .home .gallery .inner {
      padding-left: 60px;
    }
    .home .gallery_list--item {
      padding-left: 12px;
      padding-right: 12px;
    }
    .home .gallery_list::before {
      right: calc(100% - 12px);
    }
    .home .gallery .slick-arrow,
    .home .gallery .slick-dots {
      right: calc(100% + 12px);
    }
  }
  @media screen and (max-width: 860px) {
    .home .gallery .inner {
      padding-left: 56px;
      width: calc(100% - 104px);
    }
    .home .gallery_list--item {
      padding-left: 8px;
      padding-right: 8px;
    }
    .home .gallery_list::before {
      right: calc(100% - 8px);
    }
    .home .gallery .slick-arrow,
    .home .gallery .slick-dots {
      right: calc(100% + 8px);
    }
  }
  @media screen and (max-width: 560px) {
    .home .gallery .inner {
      padding-left: 44px;
      width: calc(100% - 32px);
    }
    .home .gallery .slick-prev {
      top: 12px;
    }
    .home .gallery .slick-next {
      top: 54px;
    }
    .home .gallery .slick-dots {
      bottom: 12px;
    }
  }

/* services__company
*************************************************** */
  .home .services__company section {
    width: calc(50% - 20px);
  }
  .home .services__company .services {
    border-radius: 0 15px 15px 0;
  }
  .home .services__company .company {
    border-radius: 15px 0 0 15px;
  }
  .home .services__company section .bg_img {
    transform: scale(1.05);
  }
  .home .services__company .services .bg_img {
    background-image: url(../images/project_img.jpg);
  }
  .home .services__company .company .bg_img {
    background-image: url(../images/company_img.jpg);
  }
  .home .services__company section .bg_grad {
    z-index: -10;
  }
  @media screen and (min-width: 961px) {
    .home .services__company section:hover .bg_img {
      transform: scale(1);
      opacity: .15;
    }
    .home .services__company section:hover .bg_grad {
      opacity: 1;
    }
  }
  @media screen and (max-width: 1280px) {
    .home .services__company section {
      width: calc(50% - 12px);
    }
  }
  @media screen and (max-width: 960px) {
    .home .services__company section {
      width: calc(100% - 40px);
    }
    .home .services__company .services {
      margin-bottom: 24px;
    }
    .home .services__company .company {
      margin-left: auto;
    }
  }
  @media screen and (max-width: 560px) {
    .home .services__company section {
      width: calc(100% - 16px);
    }
    .home .services__company section .mark_ttl {
      margin-bottom: 16px;
    }
    .home .services__company section .txts {
      font-size: 93%;
    }
    .home .services__company .services {
      margin-bottom: 16px;
    }
  }
  @media screen and (max-width: 414px) {
    .home .services__company section {
      padding-left: 24px;
      padding-right: 24px;
    }
    .home .services__company section .txts {
      text-align: justify;
    }
  }

/* home_news
*************************************************** */
  .home_news .btn-square {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .home_news .posts-home_news {
    max-width: 840px;
    margin-left: 80px;
  }
  @media screen and (max-width: 768px) {
    .home_news .sect_ttl {
      margin-bottom: 32px;
    }
    .home_news .posts-home_news {
      margin-left: 0;
      width: 100%;
    }
    .home_news .btn-square {
      bottom: calc(100% - 32px);
      left: auto;
      left: inherit;
      right: 0;
    }
  }



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

    PAGE

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

/* services
*************************************************** */
  .page-services .products_list_wrap {
    height: 68vw;
  }
  .page-services .products_list--item {
    padding: 32px;
  }
  .page-services .products_list--item .img_area img {
    width: 100%;
  }
  .page-services .products_list--item .head5 {
    line-height: 1.5em;
    height: 56px;
  }
  .page-services .products_list--item .head5 small {
    opacity: .6;
  }
  .page-services .support {
    padding-left: 56px;
    padding-right: 56px;
  }
  .page-services .support .inner {
    column-gap: 96px;
  }
  .page-services .support .txts {
    line-height: 2.5em;
  }
  .page-services .support .txt_area {
    max-width: 540px;
  }
  .page-services .support .txt_area p:not(:last-child) {
    margin-bottom: 1em;
  }
  .page-services .role .role_figure .role_bloc {
    padding: 32px;
  }
  .page-services .role .role_figure .ico_list {
    gap: 16px;
  }
  .page-services .role .role_figure .img {
    width: 136px;
    height: 136px;
    border-radius: 100%;
  }
  .page-services .role .role_arrows {
    gap: 56px;
  }
  .page-services .role .role_arrows-hospital_patient {
    margin-left: -32px;
  }
  .page-services .role .role_arrows-supplier {
    margin-right: -32px;
  }
  .page-services .role .role_arrow {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-services .role .role_arrow .num {
    font-size: 280%;
    line-height: 1em;
    margin-bottom: 6px;
  }
  .page-services .role .role_arrow .ttl {
    line-height: 1em;
    padding-left: 12px;
    padding-right: 8px;
  }
  .page-services .role .role_arrow .arrow {
    position: absolute;
    top: calc(50% - 1px);
    z-index: -1;
    width: 100%;
    height: 3px;
    border-radius: 10px;
  }
  .page-services .role .role_arrow .arrow::before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-top-width: 3px;
    border-top-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
  }
  .page-services .role .role_arrow .arrow-rgt {
    left: -7px;
  }
  .page-services .role .role_arrow .arrow-lft {
    right: -7px;
  }
  .page-services .role .role_arrow .arrow-rgt::before {
    right: -10px;
    transform: rotate(45deg);
  }
  .page-services .role .role_arrow .arrow-lft::before {
    left: -10px;
    transform: rotate(-135deg);
  }
  @media screen and (max-width: 1400px) {
    .page-services .role .role_figure {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-services .role .role_figure .ico_list {
      margin-bottom: 8px;
    }
    .page-services .role .role_figure .role_bloc {
      padding: 24px;
    }
    .page-services .role .role_figure .img {
      width: 104px;
      height: 104px;
      padding: 24px;
    }
    .page-services .role .role_figure .img img {
      height: 100%;
    }
    .page-services .role .role_arrows {
      gap: 40px;
    }
    .page-services .role .role_arrow {
      padding-left: 24px;
      padding-right: 24px;
    }
    .page-services .role .img-svg { width: 136px; }
    .page-services .role .img-logo_txt { width: 160px; }
    .page-services .role .role_arrow .num { font-size: 220%; }
    .page-services .role .role_arrow .arrow-rgt { left: -4px; }
    .page-services .role .role_arrow .arrow-lft { right: -4px; }
    .page-services .role .role_arrow .arrow-rgt::before { right: -7px; }
    .page-services .role .role_arrow .arrow-lft::before { left: -7px; }
    .page-services .role .role_arrows-hospital_patient { margin-left: -16px; }
    .page-services .role .role_arrows-supplier { margin-right: -16px; }
  }
  @media screen and (max-width: 1280px) {
    .page-services .support .inner {
      column-gap: 64px;
    }
  }
  @media screen and (max-width: 1064px) {
    .page-services .support .img_area {
      margin-bottom: 40px;
      width: calc(100% + 32px);
      margin-left: -16px;
    }
  }
  @media screen and (max-width: 1064px) and (min-width: 561px) {
    .page-services .role .role_figure {
      max-width: 800px;
    }
    .page-services .role .ico_list--item:first-child {
      margin-bottom: 48px;
    }
    .page-services .role .ico_list--item:last-child {
      margin-top: 48px;
      margin-left: -48px;
    }
    .page-services .role .ico_list--item .img {
      border: 2px solid rgba(0,0,0,.05);
    }
    .page-services .role .role_figure .img {
      width: 88px;
      height: 88px;
      padding: 16px;
    }
    .page-services .role .role_ttl {
      font-size: 100%;
    }
  }
  @media screen and (max-width: 860px) and (min-width: 561px) {
    .page-services .role .role_figure {
      max-width: 500px;
    }
    .page-services .role .role_figure .role_bloc {
      padding: 12px;
    }
    .page-services .role .role_figure .role_bloc-inoueseiki {
      padding-left: 0;
      padding-right: 0;
    }
    .page-services .role .role_figure .img {
      width: 72px;
      height: 72px;
      padding: 14px;
    }
    .page-services .role .img-svg {
      width: 96px;
    }
    .page-services .role .img-logo_txt {
      width: 104px;
    }
    .page-services .role .role_ttl {
      font-size: 72%;
    }
    .page-services .role .role_arrow {
      padding-left: 12px;
      padding-right: 12px;
    }
    .page-services .role .role_arrow .ttl {
      padding-left: 8px;
      padding-right: 6px;
    }
    .page-services .role .role_arrow .num {
      font-size: 160%;
      margin-bottom: 0;
    }
    .page-services .role .role_arrow .head5 {
      font-size: 100%;
      letter-spacing: .05em;
    }
    .page-services .role .role_arrow .arrow::before {
      width: 12px;
      height: 12px;
      top: calc(50% - 6px);
    }
    .page-services .role .role_arrow .arrow-lft::before {
      left: -6px;
    }
    .page-services .role .role_arrow .arrow-rgt::before {
      right: -6px;
    }
  }
  @media screen and (max-width: 960px) {
    .page-services .products_list_wrap {
      height: 150vw;
    }
    .page-services .products_list--item .img_area {
      margin-bottom: 20px;
    }
    .page-services .products_list--item .head5 {
      height: auto;
    }
    .page-services .products_list--item .head5.lines-2 {
      height: 2.8em;
      line-height: 1.4em;
    }
  }
  @media screen and (max-width: 768px) {
    .page-services .products_list--item {
      padding: 24px;
    }
    .page-services .support {
      padding-left: 0;
      padding-right: 0;
    }
    .page-services .support .txts {
      line-height: 2em;
    }
  }
  @media screen and (max-width: 560px) {
    .page-services .products .inner {
      width: calc(100% - 24px);
    }
    .page-services .products_list--item {
      padding: 12px;
    }
    .page-services .products_list--item .img_area {
      margin-bottom: 12px;
    }
    .page-services .products_list--item .head5 {
      font-size: 100%;
      letter-spacing: .05em;
    }
    .page-services .products_list--item .txts {
      font-size: 79%;
      line-height: 1.6em;
      letter-spacing: .05em;
    }
    .page-services .support .img_area {
      margin-bottom: 32px;
    }
    .page-services .role .sect_txt {
      font-size: 93%;
    }
    .page-services .role .role_figure .role_bloc {
      padding: 16px;
      width: 100%;
    }
    .page-services .role .role_figure .role_bloc-inoueseiki {
      padding-top: 8px;
    }
    .page-services .role .role_figure .ico_list {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .page-services .role .img-svg {
      width: 120px;
    }
    .page-services .role .img-logo_txt {
      width: 160px;
    }
    .page-services .role .role_arrows,
    .page-services .role .role_arrows .ttl {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .page-services .role .role_arrows-hospital_patient {
      margin-left: 0;
      margin-top: -4px;
    }
    .page-services .role .role_arrows-supplier {
      margin-right: 0;
      margin-bottom: -4px;
    }
    .page-services .role .role_arrows .num {
      margin-bottom: 0;
      margin-right: 4px;
    }
    .page-services .role .role_arrow {
      width: 88px;
      padding-left: 0;
      padding-right: 0;
      padding-top: 16px;
      padding-bottom: 16px;
      font-size: 86%;
    }
    .page-services .role .role_arrow .arrow {
      top: inherit;
      top: auto;
      left: calc(50% - 1px);
      width: 3px;
      height: 100%;
    }
    .page-services .role .role_arrow .arrow::before {
      top: inherit;
      top: auto;
      right: inherit;
      right: auto;
      width: 12px;
      height: 12px;
      left: calc(50% - 6px);
    }
    .page-services .role .role_arrow .arrow-rgt {
      top: -4px;
    }
    .page-services .role .role_arrow .arrow-lft {
      bottom: -4px;
    }
    .page-services .role .role_arrow .arrow-rgt::before {
      bottom: -6px;
      transform: rotate(135deg);
    }
    .page-services .role .role_arrow .arrow-lft::before {
      top: -6px;
      transform: rotate(-45deg);
    }
  }
  @media screen and (max-width: 374px) {
    .page-services .products_list_wrap {
      height: 300vw;
    }
    .page-services .products_list--item {
      width: 100%;
    }
    .page-services .products_list--item .head5.lines-2 {
      height: auto;
      line-height: 1.5em;
    }
    .page-services .role .sect_txt {
      letter-spacing: 0em;
      font-size: 88%;
    }
  }

/* company
*************************************************** */
  .page-company .greeting {
    padding-left: 0;
    padding-right: 56px;
  }
  .page-company .greeting .inner {
    column-gap: 96px;
  }
  .page-company .greeting .job__name {
    font-weight: normal;
    column-gap: 24px;
  }
  .page-company .greeting .bg_clr-body_lt {
    top: 35%;
    height: calc(100% - 35%);
  }
  .page-company .greeting .bg_clr-body_lt .curve_mask {
    position: absolute;
    height: 100%;
    right: 0;
    transform: scale(-1,1);
  }
  .page-company .profile .line_list {
    width: calc(50% - 32px);
  }
  .page-company .profile .line_list--item .tag_list {
    margin-top: 12px;
  }
  .page-company .maker .maker_list--item {
    letter-spacing: 0em;
  }
  .page-company .maker .maker_list--item .logo {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .page-company .maker .maker_list--item .ttl {
    padding-top: 6px;
    padding-bottom: 8px;
  }
  .page-company .maker .maker_list--item .ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    width: calc(100% - 16px);
    height: 1px;
  }
  .page-company .history .inner {
    column-gap: 120px;
  }
  .page-company .history_list--item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .page-company .history_list--item::before {
    content: '';
    position: absolute;
    left: 200px;
    top: 0;
    width: 1px;
    height: 100%;
    border-right-width: 1px;
    border-right-style: dotted;
  }
  .page-company .history_list--item .year {
    width: 200px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 40px;
    margin-right: 40px;
  }
  .page-company .history_list--item .year-western {
    font-size: 350%;
    font-weight: lighter;
    line-height: 1em;
    margin-bottom: 4px;
  }
  .page-company .history_list--item .year-jp {
    font-weight: 600;
  }
  .page-company .event_list {
    row-gap: 8px;
  }
  .page-company .event_list--item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-company .event_list--item::before {
    content: '';
    position: absolute;
    top: .9em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 1px;
  }
  @media screen and (max-width: 1280px) {
    .page-company .greeting {
      padding-right: 16px;
    }
    .page-company .greeting .inner {
      column-gap: 40px;
    }
    .page-company .greeting .txts {
      font-size: 93%;
    }
  }
  @media screen and (max-width: 1064px) {
    .page-company .greeting .img_area {
      margin-bottom: 40px;
    }
    .page-company .greeting .img_area img {
      width: 720px;
    }
    .page-company .greeting .bg_clr-body_lt {
      top: 70%;
      height: calc(100% - 70%);
    }
    .page-company .history .inner {
      column-gap: 64px;
    }
  }
  @media screen and (max-width: 960px) {
    .page-company .profile .line_list {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .page-company .maker .maker_list--item .ttl {
      font-size: 72%;
    }
    .page-company .history_list {
      width: 100%;
    }
    .page-company .history_list--item::before {
      left: 126px;
    }
    .page-company .history_list--item .year {
      width: 126px;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-right: 24px;
      margin-right: 24px;
    }
    .page-company .history_list--item .year-western {
      font-size: 250%;
      margin-bottom: 0;
    }
    .page-company .event_list--item {
      line-height: 1.6em;
    }
    .page-company .event_list--item::before {
      top: .7em;
    }
    .page-company .event_list--item:first-child::before {
      top: calc(12px + .7em);
    }
    .page-company .event_list--item:first-child {
      padding-top: 12px;
    }
    .page-company .event_list--item:last-child {
      padding-bottom: 12px;
    }
  }
  @media screen and (max-width: 560px) {
    .page-company .philosophy_txt {
      letter-spacing: .2em;
    }
    .page-company .greeting .img_area {
      margin-bottom: 24px;
    }
    .page-company .greeting .sect_ttl {
      margin-bottom: 10px;
    }
    .page-company .profile .line_list--item .tag_list {
      margin-top: 8px;
      gap: 4px;
    }
    .page-company .maker .maker_list--item .ttl {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 1.2em;
      letter-spacing: -.02em;
    }
    .page-company .history_list {
      width: calc(100% + 32px);
      margin-left: -16px;
    }
    .page-company .history_list--item::before {
      left: 96px;
    }
    .page-company .history_list--item .year {
      width: 96px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-right: 20px;
      margin-right: 20px;
    }
    .page-company .history_list--item .year-western {
      font-size: 180%;
      margin-bottom: 0;
    }
    .page-company .history_list--item .year-jp {
      font-size: 80%;
    }
    .page-company .event_list {
      font-size: 93%;
    }
  }
  @media screen and (max-width: 374px) {
    .page-company .philosophy_txt {
      font-size: 150%;
    }
  }

/* office
*************************************************** */
  .page-office .office_list {
    column-gap: 40px;
    row-gap: 64px;
  }
  .page-office .office_list--item {
    width: calc(50% - 20px);
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-office .office_list--item .img__gm {
    width: 100%;
  }
  .page-office .office_list--item .img__gm > * {
    width: 50%;
  }
  .page-office .office_list--item .head4 {
    row-gap: 16px;
    line-height: 1em;
    margin-top: -4px;
    margin-bottom: -24px;
  }
  .page-office .office_list--item .head4 .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .page-office .office_list--item .btn--in {
    column-gap: 4px;
  }
  .page-office .office_list--item .add {
    line-height: 1.65em;
    column-gap: 12px;
  }
  .page-office .office_list--item .add .ttl {
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-office .office_list--item .add .ttl::before {
    border-width: 1px;
    border-style: solid;
  }
  .page-office .office_list--item .num_list {
    gap: 8px;
  }
  .page-office .office_list--item .num_list--item {
    font-size: 150%;
  }
  .page-office .office_list--item .num_list--item .item_in {
    gap: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .page-office .office_list--item .num_list--item .ico {
    width: 24px;
    height: 24px;
  }
  .page-office .office_list--item .num_list--item .ico svg {
    display: block;
  }
  .page-office .office_list--item .bg_area::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -32px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    transform: translateX(-50%);
  }
  @media screen and (max-width: 1680px) and (min-width: 1281px) {
    .page-office .office_list--item .add,
    .page-office .office_list--item .num_list {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .page-office .office_list--item .add .ttl {
      padding-top: 4px;
      padding-bottom: 4px;
      margin-bottom: 6px;
      min-width: 220px;
    }
    .page-office .office_list--item .num_list--item {
      font-size: 135%;
    }
  }
  @media screen and (max-width: 1280px) {
    .page-office .office_list {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-office .office_list--item,
    .page-office .office_list--item .img__gm img {
      width: 100%;
    }
  }
  @media screen and (max-width: 840px) {
    .page-office .office_list--item {
      padding-left: 24px;
      padding-right: 24px;
      padding-bottom: 24px;
    }
    .page-office .office_list--item .head4 {
      margin-bottom: -48px;
    }
    .page-office .office_list--item .img__gm {
      z-index: 1;
    }

  }
  @media screen and (max-width: 840px) and (min-width: 561px) {
    .page-office .office_list--item .add,
    .page-office .office_list--item .num_list {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .page-office .office_list--item .add .ttl {
      padding-top: 4px;
      padding-bottom: 4px;
      margin-bottom: 6px;
      min-width: 220px;
    }
    .page-office .office_list--item .num_list--item {
      font-size: 135%;
    }
    .page-office .office_list--item .bg_area::before {
      top: -24px;
    }
  }
  @media screen and (max-width: 560px) {
    .page-office .offices .inner {
      width: calc(100% - 32px);
    }
    .page-office .office_list {
      row-gap: 48px;
    }
    .page-office .office_list--item .head4 {
      margin-bottom: -12px;
    }
    .page-office .office_list--item .head4 .logo img {
      width: 80px;
      height: 80px;
    }
    .page-office .office_list--item .img__gm {
      margin-bottom: 8px;
    }
    .page-office .office_list--item .img__gm > * {
      width: 100%;
    }
    .page-office .office_list--item .img__gm .gm {
      padding-top: 80%;
    }
    .page-office .office_list--item .btn {
      font-size: 86%;
      margin-bottom: -4px;
    }
    .page-office .office_list--item .add,
    .page-office .office_list--item .num_list {
      width: 100%;
    }
    .page-office .office_list--item .add {
      margin-bottom: 12px;
    }
    .page-office .office_list--item .num_list--item {
      font-size: 116%;
      width: calc(50% - 4px);
    }
    .page-office .office_list--item .num_list--item .item_in {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 8px;
      padding-top: 6px;
    }
    .page-office .office_list--item .num_list--item .item_in .txt {
      width: 100%;
      text-align: center;
      line-height: 1em;
    }
    .page-office .office_list--item .bg_area::before {
      top: -20px;
    }
  }
  @media screen and (max-width: 413px) {
    .page-office .office_list--item {
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 16px;
    }
    .page-office .office_list--item .head4 .logo img {
      width: 72px;
      height: 72px;
    }
  }
  @media screen and (max-width: 374px) {
    .page-office .office_list--item .num_list--item {
      font-size: 93%;
    }
  }

/* transparency
*************************************************** */
  .page-transparency .tra_guide_blocs {
    row-gap: 24px;
  }
  .page-transparency .tra_guide_bloc .ttl .fnt-en {
    transform: translateY(1px);
  }
  .page-transparency .tra_guide_bloc .btn_list .btn-img {
    width: calc(50% - 8px);
  }
  @media screen and (max-width: 768px) {
    .page-transparency .tra_guide_bloc u {
      display: inline-block;
      font-size: 93%;
      word-break: break-all;
      line-height: 1.6em;
    }
    .page-transparency .tra_guide_bloc .btn_list .btn-img {
      width: 100%;
    }
    .page-transparency .tra_guide_bloc .btn_list .btn-img .btn--in {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .page-transparency .tra_guide_bloc .btn_list .btn-img .btn--in .img {
      width: 32px;
      margin-right: 8px;
    }
    .page-transparency .tra_guide_bloc .btn_list .btn-img .txt {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1;
      font-size: 93%;
      line-height: 1.4em;
    }
  }
  @media screen and (max-width: 374px) {
    .page-transparency .tra_guide_bloc .btn_list .btn-img .btn--in {
      padding-left: 12px;
      padding-right: 12px;
    }
  }

/* contact
*************************************************** */
  .page-contact .contact_bloc-tel .inner {
    padding-top: 64px;
    padding-bottom: 64px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .page-contact .contact_bloc-tel .tel {
    font-size: 330%;
    line-height: 1em;
  }
  .page-contact .contact_bloc-tel .tel a {
    column-gap: 12px;
  }
  .page-contact .contact_bloc-tel .open_close__holiday {
    column-gap: 24px;
  }
  .page-contact .contact_bloc-tel .open_close__holiday .ttl {
    margin-right: 6px;
  }
  .page-contact .contact_bloc-form .inner {
    column-gap: 120px;
  }
  @media screen and (max-width: 1280px) {
    .page-contact .contact_bloc-form .inner {
      column-gap: 64px;
    }
  }
  @media screen and (max-width: 1064px) {
    .page-contact .contact_bloc-tel .tel {
      font-size: 286%;
    }
    .page-contact .contact_bloc-tel .tel svg {
      width: 38px;
      height: 38px;
    }
  }
  @media screen and (max-width: 960px) {
    .page-contact .cf_form .sect_pdg {
      padding-top: 40px;
    }
    .page-contact .contact_bloc-form .inner {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media screen and (max-width: 560px) {
    .page-contact .contact_bloc-tel .inner {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .page-contact .contact_bloc-tel .tel {
      font-size: 214%;
    }
    .page-contact .contact_bloc-tel .tel a {
      column-gap: 8px;
    }
    .page-contact .contact_bloc-tel .tel svg {
      width: 30px;
      height: 30px;
    }
    .page-contact .contact_bloc-form .inner {
      width: calc(100% - 32px);
    }
  }


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

    ARCHIVE

############################################################################## */
  .fix_wrap {
    column-gap: 96px;
  }

/* main_column
**************************************** */
  .main_column {
    flex: 1;
  }

  /* --- post --- */
  .post { position: relative; }
  .post--link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .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;
  }
  .post--cats {
    z-index: 1;
  }
  .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;
    transition: .4s all;
  }
  .post--cats a:not(:last-child) {
    margin-right: 6px;
  }
  @media screen and (min-width: 961px) {
    .post--cats a:hover {
      opacity: 1;
      background-color: rgba(0,0,0,.04);
      border-color: transparent;
    }
  }

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

/* side_column
**************************************** */
  .side_column { width: 280px; }
  .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;
    }
    .archive-news .side_column,
    .single-news .side_column {
      position: static !important;
      order: 1;
      width: 100%;
      display: none;
      opacity: 1;
      padding: 0;
      pointer-events: all;
    }
    .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.flex,
    .single .fix_wrap.flex {
      display: block;
    }
    .archive .main_column,
    .single .main_column {
      overflow: visible;
      margin-right: 0;
    }
    .archive-blog .main_column,
    .single-blog .main_column {
      margin-bottom: 64px;
    }
    .archive-news .main_column,
    .single-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: #324247;
  }
  .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;
  }
  .news_list .post .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .news_list .post .line-top {
    top: 0;
  }
  .news_list .post .line-btm {
    bottom: 0;
  }
  .news_list .post:not(:first-child) .line-top {
    display: none;
  }
  .news_list .post .line::before {
    transform: translateX(-110%);
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(0.07, 0.51, 0.12, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: slide-rev_rgt;
  }
  .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--ttl {
    width: 100%;
    margin-top: 8px;
    font-weight: normal;
  }
  .news_list .post--ttl .arrow_wrap {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    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: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;
    }
    .news_list .post.link_on:hover .line-btm::before {
      animation-name: slide-to_rgt;
    }
  }
  @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

############################################################################## */
  .single .mce-content-body {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .single .mce-content-body::before {
    border-width: 8px;
    border-style: solid;
  }
  .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;
  }
  @media  only screen and (min-width: 961px) {
    .wp-pagenavi a:hover {
      background-color: #191919;
      border-color: #191919;
      color: #fff;
    }
  }
  @media screen and (max-width: 560px) {
    .single .mce-content-body {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 24px;
      padding-right: 24px;
    }
    .single .mce-content-body::before {
      border-width: 5px;
    }
  }
  @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;
  }
  .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%;
      margin-bottom: 32px;
    }
    .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_wrap {
    padding-top: 40px;
    padding-bottom: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }
  .form_list { width:100%; }
  .form_list--item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .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;
  }
  .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: 48px;
    line-height: 48px;
  }
  .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: #fff;
  }
  .form_list--item .cont textarea { height: 120px; }
  .form_list--item .cont select { height: 44px; }
  .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; }

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

  .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 {
    display: inline-block;
    background-color: rgb(201,44,51);
    color: #fff;
    font-size: 75%;
    margin-left: 12px;
    line-height: 1em;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 2px;
    transform: translateY(-1px);
  }

  /* --- cf_form--btns --- */
  .cf_form--btns button {
    min-width: 180px;
    line-height: 44px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 3px;
    letter-spacing: .1em;
    font-size: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }

  /* --- 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,
  .mw_wp_form .form_list--item.is-error .cont textarea {
    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;
  }

  @media only screen and (max-width: 960px) {
    .cf_form {
      width: 100%;
    }
    .form_wrap {
      padding-top: 24px;
      padding-bottom: 40px;
      padding-left: 40px;
      padding-right: 40px;
    }
    .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_wrap {
      padding-top: 16px;
      padding-left: 24px;
      padding-right: 24px;
      padding-bottom: 24px;
    }
    .form_list--item {
      padding-top: 20px;
      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_rc .mwform-radio-field-text {
      line-height: 1.6em;
    }
    .form_list--item .cont .cf_rc .mwform-radio-field-text::before {
      top: 4px;
    }
    .form_list--item .cont .cf_rc input[type="radio"]:checked + .mwform-radio-field-text::after {
      top: 9px;
    }
    .form_list--item .cont .cf_zip input[type="text"] {
      width: calc(100% - 23px);
      margin-right: 0;
    }
    .cf_form--btns {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 16px;
    }
    .cf_form--btns button {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      background-size: contain;
      background-position: center;
    }
    .cf_form--btns button:not(:last-child) {
      margin-bottom: 8px;
    }
    .form_list-ver .form_list--item .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;
    }
  }


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

    reCAPTCHA

====================================================================================== */
  .footer .recaptcha_txt {
    display: block;
    line-height: 1.4em;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
  @media screen and (max-width: 374px) {
    .footer .recaptcha_txt {
      letter-spacing: .05em;
    }
  }