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

    KEYFRAMES

############################################################################## */
  @keyframes gnav_line_in {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  @keyframes gnav_line_out {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes fade_in {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @keyframes fade_in-to_btm {
    0% {
      opacity: 0;
      transform: translateY(-16px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  @keyframes fade_out {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }
  @keyframes slide-to_top {
    0% { transform: translateY(110%); }
    100% { transform: translateY(0%); }
  }
  @keyframes slide-to_btm {
    0% { transform: translateY(-110%); }
    100% { transform: translateY(0%); }
  }
  @keyframes slide-to_lft {
    0% { transform: translateX(110%); }
    100% { transform: translateX(0%); }
  }
  @keyframes slide-to_rgt {
    0% { transform: translateX(-110%); }
    100% { transform: translateX(0%); }
  }
  @keyframes slide-rev_top {
    0% { transform: translateY(0%); }
    100% { transform: translateY(-110%); }
  }
  @keyframes slide-rev_btm {
    0% { transform: translateY(0%); }
    100% { transform: translateY(110%); }
  }
  @keyframes slide-rev_lft {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-110%); }
  }
  @keyframes slide-rev_rgt {
    0% { transform: translateX(0%); }
    100% { transform: translateX(110%); }
  }
  @keyframes slide-rev_rgt-lg {
    0% { transform: translateX(0%); }
    100% { transform: translateX(200%); }
  }
  @keyframes slide-to_rgt-lg {
    0% { transform: translateX(-200%); }
    100% { transform: translateX(0%); }
  }
  @keyframes scroll_line_mov {
    0% {
      transform: translateX(-110%);
    }
    50% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(110%);
    }
  }
  @keyframes scroll_line_mov-sp {
    0% {
      opacity: 0;
      transform: translateX(-5px);
    }
    20% {
      opacity: 1;
      transform: translateX(-5px);
    }
    90% {
      opacity: 1;
      transform: translateX(50px);
    }
    100% {
      opacity: 0;
      transform: translateX(50px);
    }
  }
  @keyframes logo_stroke_main {
   0% {
     stroke-dashoffset: 2000;
     fill:transparent;
    }
     50% {
     fill:transparent;
    }
     100% {
     stroke-dashoffset: 0;
     fill:#b4b4b4;
    }
  }
  @keyframes logo_stroke_wht {
   0% {
     stroke-dashoffset: 2000;
     fill:transparent;
    }
     50% {
     fill:transparent;
    }
     100% {
     stroke-dashoffset: 0;
     fill:#fff;
    }
  }
  @keyframes scr_imgs {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -4104px 0;
    }
  }
  @keyframes scr_imgs-sp {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -2052px 0;
    }
  }
  @keyframes page_top_hov {
    0% {
      opacity: 1;
      transform: translate(-50%,0);
    }
    100% {
      opacity: 0;
      transform: translate(-50%,-4px);
    }
  }
  .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(.25,.46,.45,.94);
    transition-duration: .8s;
  }
  .loaded .ts-fast, .loaded .ts-fast-bf::before, .loaded .ts-fast-af::after {
    transition-duration: .4s;
  }
  .loaded .ts-slow, .loaded .ts-slow-bf::before, .loaded .ts-slow-af::after {
    transition-duration: 1.2s;
  }
  .del200 { transition-delay: 200ms; }
  .del400 { transition-delay: 400ms; }
  .del600 { transition-delay: 600ms; }
  .del800 { transition-delay: 800ms; }
  .del1000 { transition-delay: 1000ms; }
  .del1200 { transition-delay: 1200ms; }
  .del1400 { transition-delay: 1400ms; }
  .del1600 { transition-delay: 1600ms; }
  .fade_in {
    opacity: 0;
    transform: translateY(24px);
    transition-property: all;
    transition-timing-function: cubic-bezier(0,.49,.16,.995);
    transition-duration: .9s;
  }
  .visible.fade_in,
  .visible .fade_in {
    opacity: 1;
    transform: translateY(0);
  }
  .clip_in {
    transition-property: all;
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-duration: 1s;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  .visible .clip_in {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }


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

    LOADING

############################################################################## */
  @keyframes logo_fade_out {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-16px);
    }
  }
  @keyframes logo_fade_in {
    0% {
      opacity: 0;
      transform: translateY(12px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    pointer-events: none;
  }
  .loading--cont {
    width: 350px;
    height: 129px;
    opacity: 0;
  }
  .loading--logo {
    -webkit-mask-image: url(../images/common/logo-wht.svg);
    mask-image: url(../images/common/logo-wht.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background: -webkit-gradient(linear,left top,right top,color-stop(33.33%,#fff),color-stop(50%,#00a5e3));
    background: linear-gradient(90deg,#fff 33.33%,#999 50%);
    background-size: 300% 100%;
    background-position: 100% 0;
    transition: all 2.4s;
  }
  #loading.is_hide,
  #loading.is_hide .loading--cont {
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: fade_out;
  }
  #loading.is_hide .loading--cont {
    animation-duration: 1s;
    animation-delay: 0s,2.4s;
    animation-name: logo_fade_in,logo_fade_out;
  }
  #loading.is_hide .loading--logo {
    background-position: 0.977495% 0px;
  }
  body.min #loading.is_hide {
    animation-delay: .4s;
  }
  @media screen and (max-width: 960px) {
    .loading--cont {
      width: 220px;
      height: 80px;
    }
  }


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

    COMMON

############################################################################## */
  .wrapper {
    overflow: hidden;
  }
  .svg-symbol {
    display: none;
  }
  @media screen and (min-width: 961px) and (max-width: 1500px) {
    body {
      font-size: 80%;
    }
  }

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

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .inner-xs { max-width: 800px; }
  .inner-sm { max-width: 1080px; }
  .inner-lg { max-width: 1600px; }
  .inner-xl { max-width: 1920px; }

  /* --- sect_pdg --- */
  .sect_pdg {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .sect_pdg-sm {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sect_pdg-btm_no { padding-bottom: 0 !important; }
  .sect_pdg-top_no { padding-top: 0 !important; }

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

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

  /* --- z-index --- */
  .zi1 {
    z-index: 1;
  }

  /* --- margin --- */
  .btm4 { margin-bottom: 4px; }
  .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; }
  .btm160 { margin-bottom: 160px; }

  /* --- pc or sp --- */
  .pc-none,
  .pc-none-inline,
  .pc-none-table,
  .pc-none-flx,
  .pc-show,
  .smpc-show,
  .tab-show,
  .tab-show-inline,
  .tab-show-table,
  .tab-show-flx { display: none; }
  .sp-none { display: block; }
  .sp-none-inline { display: inline; }
  .sp-none-table { display: table; }
  .sp-none-flx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /* --- overflow --- */
  .ofh {
    overflow: hidden;
  }
  .ofc {
    object-fit: cover;
  }

  @media screen and (max-width: 1680px) and (min-width: 961px) {
    .inner {
      width: calc(100% - 272px);
    }
  }
  @media (max-width: 1280px) {
    .pc-show {
      display: block;
    }
  }
  @media screen and  (max-width: 1064px) {
    .btm160 { margin-bottom: 120px; }
    .smpc-none { display: none; }
    .smpc-show { display: block; }
    .sect_pdg {
      padding-top: 120px;
      padding-bottom: 120px;
    }
    .sect_pdg-sm {
      padding-top: 64px;
      padding-bottom: 64px;
    }
  }
  @media screen and  (max-width: 960px) {
    .tab-none { display: none; }
    .tab-show { display: block; }
    .tab-show-inline { display: inline; }
    .tab-show-table { display: table; }
    .tab-show-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media screen and  (max-width: 560px) {
    .inner { width: calc(100% - 48px); }
    .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; }
    .btm160 { margin-bottom: 80px; }
    .sp-none,
    .sp-none-inline,
    .sp-none-table,
    .sp-none-flx { display: none; }
    .pc-none { display: block; }
    .pc-none-inline { display: inline; }
    .pc-none-table { display: table; }
    .pc-none-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .sect_pdg {
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .sect_pdg-sm {
      padding-top: 48px;
      padding-bottom: 48px;
    }
  }

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

  /* --- ブロック要素 --- */
  .flx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flx1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  .flx-rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flx-ctr {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* --- インライン要素 --- */
  .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-j {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flx-ctr-j {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flx-end-j {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flx-btw-j {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* --- 垂直方向揃え --- */
  .flx-stt-a {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flx-end-a {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flx-ctr-a {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* --- 子要素の折り返し設定 --- */
  .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;
  }

  @media screen and (max-width: 1064px) {
    /* --- 縦並び - sp --- */
    .flx-smpc-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) {
    /* --- 縦並び - sp --- */
    .flx-sp-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: #eff0f2;
    fill: #eff0f2;
  }
  .bg_clr-body,
  .bg_clr-body-bf::before,
  .bg_clr-body-af::after {
    background-color: #eff0f2;
  }
  .bdr_clr-body,
  .bdr_clr-body-bf::before,
  .bdr_clr-body-af::after {
    border-color: #eff0f2;
  }

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

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

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

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

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

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

  /* --- line --- */
  .clr-line {
    fill: #07b53b;
  }

/* bg
**************************************** */


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

  /* --- page_ttl --- */
  .page_ttl .img_area {
    padding-top: 37.1%;
  }
  .page_ttl .img_area::before {
    background-image: url(../images/common/page_img-frame.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
    transform: scale(1.001);
  }

  /* --- sect_ttl --- */
  .sect_ttl {
    font-weight: normal;
  }
  .sect_ttl > span {
    display: block;
  }
  .sect_ttl-line .ttl {
    font-size: 160%;
    line-height: 1;
    margin-bottom: 4px;
  }
  .sect_ttl-line .line {
    width: 50px;
    height: 2px;
    margin-top: 10px;
  }
  .sect_ttl-line.txt-ctr .line {
    margin-left: auto;
    margin-right: auto;
  }
  .sect_ttl-logo .logo {
    margin-bottom: 24px;
  }
  .sect_ttl-logo .ttl {
    font-size: 160%;
    letter-spacing: .3em;
  }
  .sect_ttl-logo .sub_ttl {
    font-size: 120%;
    margin-top: 8px;
  }
  .sect_ttl-min {
    letter-spacing: .2em;
  }
  .sect_ttl-min .ttl {
    font-size: 213%;
    line-height: 1.6em;
  }
  .sect_ttl-min .sub_ttl {
    font-size: 160%;
    margin-top: 16px;
  }
  .sect_ttl-sm { font-size: 267%; }
  .sect_catch {
    text-align: center;
    font-size: 120%;
    font-weight: 700;
  }

  /* --- heading --- */
  .head1 { font-size: 175%; }
  .head2 { font-size: 160%; }
  .head3 { font-size: 133%; }
  .head4 { font-size: 120%; }

/* txt
**************************************** */
  .fnt-lg { font-size: 107%; }
  .fnt-sm { font-size: 93%; }
  .fnt-xs { font-size: 87%; }
  .txt-ctr { text-align: center; }
  .txt-rgt { text-align: right; }
  .txt-attn {
    font-size: 88%;
    color: #999;
  }
  .txt_area p:not(:last-child) { margin-bottom: 1em; }
  .tbl-ctr {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .fnt-min {
    font-family: 'Noto Serif JP', serif;
  }
  .fnt-en {
    font-family: 'Roboto', sans-serif;;
  }
  .fnt-bold {
    font-weight: 700;
  }
  .box_txt {
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 24px;
    padding-right: 24px;
  }
  @media screen and (max-width: 1680px) {
    .sect_ttl-logo .logo img {
      width: 120px;
      height: 44px;
    }
    .sect_ttl-logo .ttl {
      font-size: 147%;
    }
    .sect_ttl-logo .sub_ttl {
      margin-top: 4px;
      font-size: 107%;
    }
  }
  @media screen and (max-width: 1280px) {
    .page_ttl .img_area .img_src.js-rellax {
      top: -20%;
    }
    .sect_ttl-min .ttl {
      font-size: 173%;
    }
    .sect_ttl-min .sub_ttl {
      font-size: 133%;
    }
    .head1 { font-size: 160%; }
    .head2 { font-size: 147%; }
    .head3 { font-size: 128%; }
    .head4 { font-size: 116%; }
  }
  @media screen and (max-width: 1064px) {
    .txt-lft-xspc { text-align: justify; }
  }
  @media screen and (max-width: 960px) {
    .txt-ctr-tab { text-align: center; }
    .txt-lft-tab { text-align: justify; }
    .page_ttl .img_area .img_src.js-rellax {
      top: -30%;
    }
  }
  @media screen and (max-width: 768px) {
    .page_ttl .img_area .img_src.js-rellax {
      top: -50%;
    }
  }
  @media screen and (max-width: 560px) {
    .txt-ctr-sp { text-align: center; }
    .txt-lft-sp { text-align: justify; }
    .page_ttl .img_area .img_src.js-rellax {
      top: -85%;
    }
    .sect_ttl-min .ttl { font-size: 133%; }
    .sect_ttl-min .sub_ttl {
      font-size: 114%;
      margin-top: 8px;
    }
    .sect_ttl-logo .ttl {
      font-size: 129%;
    }
    .sect_ttl-logo .sub_ttl {
      margin-top: 2px;
      font-size: 100%;
    }
    .head1 { font-size: 147%; }
    .head2 { font-size: 128%; }
    .head3 { font-size: 120%; }
    .head4 { font-size: 109%; }
  }
  @media screen and (max-width: 414px) {
    .page_ttl .img_area .img_src.js-rellax {
      top: -95%;
    }
    .sect_ttl-min .ttl { font-size: 115%; }
    .sect_ttl-min .sub_ttl {
      font-size: 108%;
      margin-top: 4px;
    }
  }
  @media screen and (max-width: 375px) {
    .page_ttl .img_area .img_src.js-rellax {
      top: -100%;
    }
    .sect_ttl-min .ttl { font-size: 93%; }
    .sect_ttl-min .sub_ttl { font-size: 86%; }
  }

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

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

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

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

  /* --- dlリスト --- */
  .list-dl {
    position: relative;
  }
  .list-dl dt {
    position: absolute;
    padding-top: 20px;
  }
  .list-dl dd {
    padding-left: 168px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  @media screen and (max-width: 768px) {
    .list-dl dt {
      position: static;
      padding-top: 12px;
    }
    .list-dl dd {
      padding-left: 0;
      padding-top: 8px;
      padding-bottom: 12px;
    }
  }

  /* --- tbl_list --- */
  .tbl_list--item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
  }
  .tbl_list--item:not(:first-child) {
    margin-top: -1px;
  }
  .tbl_list--item .ttl {
    width: 110px;
    text-align: center;
    border-right: 1px solid #fff;
    white-space: nowrap;
  }
  .tbl_list--item .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  .tbl_list--item > * {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
  }
  @media screen and (max-width: 560px) {
    .tbl_list--item {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .tbl_list--item .ttl {
      border: none;
      width: 100%;
      font-size: 93%;
      text-align: left;
      padding-bottom: 2px;
      font-weight: 700;
    }
    .tbl_list--item .ttl span {
      opacity: .5;
    }
    .tbl_list--item .txt {
      padding-top: 0;
    }
  }

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

  /* --- line_list ---- */
  .line_list--item,
  .line_list--item > * {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .line_list--item > * {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    padding-left: 32px;
    padding-right: 32px;
    border-top-width: 1px;
    border-top-style: solid;
  }
  .line_list--item:last-child > * {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .line_list--item .ttl {
    width: 300px;
    margin-right: 40px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .line_list--item .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  @media screen and (max-width: 1064px) {
    .line_list--item .ttl {
      width: 180px;
      margin-right: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .line_list--item,
    .line_list--item > * {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .line_list--item > * {
      padding-left: 0;
      padding-right: 0;
      min-height: auto;
    }
    .line_list--item:last-child > .ttl {
      border-bottom: none;
    }
    .line_list--item .ttl {
      width: 100%;
      padding-top: 16px;
      margin-right: 0;
      text-align: left;
      font-size: 93%;
    }
    .line_list--item .ttl span {
      font-weight: 700;
      opacity: .5;
    }
    .line_list--item .txt {
      border-top: none;
      padding-bottom: 16px;
      text-align: center;
    }
  }

/* btn
**************************************** */
  /* --- btn-def --- */
  @keyframes btn_hov_in {
    0% {
      opacity: 0;
      transform: translate(-50%,6%);
    }
    100% {
      opacity: 0.5;
      transform: translate(-50%,-15%);
    }
  }
  @keyframes btn_hov_out {
    0% {
      opacity: 0.15;
      transform: translate(-50%,-15%);
    }
    100% {
      opacity: 0;
      transform: translate(-50%,-30%);
    }
  }
  .btn-def .btn--in {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 200px;
    overflow: hidden;
    font-size: 93%;
  }
  .btn-def .btn--in::before {
    left: 50%;
    z-index: 1;
    width: 800px;
    height: 800px;
    border-radius: 100%;
    transform: translate(-50%,6%);
    opacity: 0;
    pointer-events: none;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: btn_hov_out;
  }
  .btn-def .btn--in * + * {
    margin-left: 8px;
  }
  .btn-def .btn--in .txt {
    position: relative;
    z-index: 1;
  }
  .btn-def .line {
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 1;
    height: 1px;
    width: 30px;
    pointer-events: none;
  }
  .btn-def.btn-arrow .arrow {
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 6px;
    height: 6px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    transform: rotate(45deg);
  }
  .btn-def.btn-lg .btn--in {
    height: 60px;
    letter-spacing: .2em;
    font-size: 100%;
  }
  .btn-def.btn-sm .btn--in {
    height: 30px;
    min-width: 150px;
    font-size: 80%;
  }
  .btn-def.btn-long .btn--in {
    min-width: 380px;
  }
  @media screen and (min-width: 961px) {
    .btn-def:hover .btn--in::before {
      animation-name: btn_hov_in;
    }
  }
  @media screen and (max-width: 560px) {
    .btn-def .btn--in {
      height: 35px;
      min-width: 160px;
    }
    .btn-def.btn-lg .btn--in {
      height: 48px;
    }
    .btn-def.btn-long .btn--in {
      min-width: 100%;
    }
  }
  @media screen and (max-width: 374px) {
    .btn-def.btn-arrow .arrow {
      right: 12px;
    }
  }

  /* --- fix_btn --- */
  .fix_btn {
    position: fixed;
    width: 80px;
    height: 80px;
    z-index: 9999;
    overflow: hidden;
  }
  .fix_btn--in {
    line-height: 1em;
  }
  .fix_btn--in::before {
    border-radius: 100%;
    transform: scale(.65);
    opacity: 0;
  }
  .fix_btn--ico {
    width: 36px;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
  }
  .fix_btn-search,
  .fix_btn-menu,
  .fix_btn-contact,
  .fix_btn-quotation {
    right: 0;
    border-width: 1px;
    border-style: solid;
    border-right: none;
  }
  .fix_btn-search {
    bottom: calc(50% + 48px);
  }
  .fix_btn-menu {
    top: 50%;
    transform: translateY(-50%);
  }
  .fix_btn-contact {
    bottom: calc(50% - 128px);
  }
  .fix_btn-member {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .fix_btn-menu .fix_btn--lines {
    position: relative;
    width: 84%;
    height: 17px;
    margin-top: 6px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }
  .fix_btn-menu .fix_btn--lines span {
    position: absolute;
    transition: all .4s;
    box-sizing: border-box;
    background-color: #fff;
  }
  .fix_btn--txt {
    font-size: 80%;
    color: #fff;
  }
  .fix_btn--ico,
  .fix_btn--lines,
  .fix_btn--txt {
    mix-blend-mode: exclusion;
  }

  .fix_btns.v2 .fix_btn-search {
    bottom: calc(50% + 89px);
  }
  .fix_btns.v2 .fix_btn-menu {
    top: auto;
    top: inherit;
    bottom: calc(50% + 3px);
    transform: translateY(0%);
  }
  .fix_btns.v2 .fix_btn-contact {
    top: calc(50% + 3px);
    bottom: auto;
    bottom: inherit;
    transform: translateY(0%);
  }
  .fix_btns.v2 .fix_btn-quotation {
    top: calc(50% + 89px);
  }
  .fix_btns.v2 .fix_btn-quotation .txt {
    font-weight: 600;
    letter-spacing: 0em;
    font-size: 86%;
    margin-top: 4px;
  }
  @media screen and (min-width: 961px) {
    .fix_btn-menu .fix_btn--lines span {
      left: 0;
      width: 100%;
      height: 1px;
    }
    .fix_btn-menu .fix_btn--lines span:nth-of-type(1) {
      top: 0;
    }
    .fix_btn-menu .fix_btn--lines span:nth-of-type(2) {
      top: calc(50% - 1px);
    }
    .fix_btn-menu .fix_btn--lines span:nth-of-type(3) {
      bottom: 0;
    }
    .fix_btn-menu .fix_btn--lines span:nth-of-type(4) {
      display: none;
    }
    .header.active .fix_btn-menu .fix_btn--lines span:nth-of-type(1) {
      top: 50%;
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg);
    }
    .header.active .fix_btn-menu .fix_btn--lines span:nth-of-type(2) {
      opacity: 0;
      width: 100%;
    }
    .header.active .fix_btn-menu .fix_btn--lines span:nth-of-type(3) {
      top: 50%;
      width: 100%;
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
    }
    .fix_btn:hover .fix_btn--in::before {
      transform: scale(1.5);
      opacity: 1;
    }
  }
  @media screen and (max-width: 960px) {
    /* --- fix_btn-menu --- */
    .fix_btn-menu {
      top: 8px;
      right: 8px;
      width: 56px;
      height: 56px;
      background-color: #fff;
      z-index: 9999;
      transform: translateY(0);
    }
    .fix_btn-menu .fix_btn--lines {
      width: 22px;
      height: 22px;
      margin-top: 4px;
      margin-bottom: 0;
    }
    .fix_btn-menu .fix_btn--lines span {
      width: 9px;
      height: 9px;
    }
    .fix_btn-menu .fix_btn--lines span:nth-of-type(1) {
      top: 0;
      left: 0;
    }
    .fix_btn-menu .fix_btn--lines span:nth-of-type(2) {
      top: 0;
      right: 0;
    }
    .fix_btn-menu .fix_btn--lines span:nth-of-type(3) {
      bottom: 0;
      left: 0;
    }
    .fix_btn-menu .fix_btn--lines span:nth-of-type(4) {
      bottom: 0;
      right: 0;
    }
    .header.active .fix_btn-menu .fix_btn--lines {
      transform: rotateY(360deg);
      width: 28px;
      height: 17px;
      margin-top: 7px;
      margin-bottom: 2px;
    }
    .header.active .fix_btn-menu .fix_btn--lines span:nth-of-type(1),
    .header.active .fix_btn-menu .fix_btn--lines span:nth-of-type(2) {
      width: 100%;
      height: 1px;
      top: 50%;
      transform: rotate(30deg);
    }
    .header.active .fix_btn-menu .fix_btn--lines span:nth-of-type(3),
    .header.active .fix_btn-menu .fix_btn--lines span:nth-of-type(4) {
      width: 100%;
      height: 1px;
      bottom: 50%;
      transform: rotate(-30deg);
    }
    .fix_btn-menu .fix_btn--txt {
      font-size: 70%;
      line-height: 1em;
    }
    .fix_btn-search,
    .fix_btn-contact,
    .fix_btn-quotation {
      bottom: 0;
      width: 50%;
      border-top-color: #fff;
      background-color: #eff0f2;
      height: 64px;
    }
    .fix_btn-search {
      right: 50%;
      border-right: 1px solid #000;
    }
    .fix_btn-search .fix_btn--in,
    .fix_btn-contact .fix_btn--in,
    .fix_btn-quotation .fix_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;
    }
    .fix_btn-search .fix_btn--ico,
    .fix_btn-contact .fix_btn--ico,
    .fix_btn-quotation .fix_btn--ico {
      margin-bottom: 0;
      margin-right: 12px;
      width: 27px;
      height: 20px;
    }
    .fix_btn-contact .fix_btn--ico img {
      width: 23px;
      height: 19px;
    }
    .fix_btn-quotation .fix_btn--ico img {
      position: relative;
      top: 50%;
      translate: 0 -50%;
      width: 19px;
      height: 22px;
    }
    .fix_btn-search .fix_btn--txt,
    .fix_btn-contact .fix_btn--txt,
    .fix_btn-quotation .fix_btn--txt {
      font-size: 86%;
    }
    .header.active .fix_btn-search,
    .header.active .fix_btn-contact,
    .header.active .fix_btn-quotation {
      opacity: 0;
      pointer-events: none;
    }
    .fix_btn-member {
      display: none;
    }
    .fix_btns.v2 .fix_btn-menu {
      top: 8px;
      bottom: auto;
      bottom: inherit;
    }
    .fix_btns.v2 .fix_btn-search,
    .fix_btns.v2 .fix_btn-contact,
    .fix_btns.v2 .fix_btn-quotation {
      top: inherit;
      top: auto;
      bottom: 0;
      width: calc(100% / 3);
    }
    .fix_btns.v2 .fix_btn-search {
      left: 0;
    }
    .fix_btns.v2 .fix_btn-contact {
      left: calc(100% / 3);
      border-right: 1px solid #000;
    }
    .fix_btns.v2 .fix_btn-quotation .txt {
      font-weight: 500;
      font-size: 100%;
      letter-spacing: .1em;
    }
  }
  @media screen and (max-width: 560px) {
    .fix_btn-menu {
      top: 8px;
    }
    .fix_btns.v2 .fix_btn-search .fix_btn--in,
    .fix_btns.v2 .fix_btn-contact .fix_btn--in,
    .fix_btns.v2 .fix_btn-quotation .fix_btn--in {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 6px;
    }
    .fix_btns.v2 .fix_btn-search .fix_btn--ico,
    .fix_btns.v2 .fix_btn-contact .fix_btn--ico,
    .fix_btns.v2 .fix_btn-quotation .fix_btn--ico {
      margin-left: auto;
      margin-right: auto;
      scale: .8;
    }
  }

  /* --- btn-fix_btm --- */
  .btn-fix_btm {
    position: fixed;
    bottom: 8px;
    left: 8px;
    right: 8px;
    z-index: 10001;
    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;
  }
  .single-blog .btn-fix_btm {
    display: none;
  }
  

/* lr_bloc
**************************************** */
  .lr_bloc {
    position: relative;
    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;
  }
  .lr_bloc:not(:last-child) {
    margin-bottom: 80px;
  }
  .lr_bloc-rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* --- full --- */
  .lr_bloc-full .img_area,
  .lr_bloc-full .txt_area {
    width: calc(50% - 4px);
  }
  .lr_bloc-full .img_area img {
    width: 100%;
  }
  .lr_bloc-full .txt_area {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .lr_bloc-full .txt_area::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
  }
  .lr_bloc-full:not(.lr_bloc-rev) .txt_area::before {
    left: calc(50% + 4px);
  }
  .lr_bloc-full.lr_bloc-rev .txt_area::before {
    right: calc(50% + 4px);
  }

  /* --- def --- */
  .lr_bloc-def .txt_area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  .lr_bloc-def .head3 {
    padding-bottom: 32px;
  }
  .lr_bloc-def .head3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -64px;
    width: calc(100% + 64px);
    height: 1px;
  }
  .lr_bloc-def.lr_bloc-rev .head3::before {
    left: 0;
  }
  .lr_bloc-def:not(.lr_bloc-rev) .txt_area {
    padding-left: 64px;
  }
  .lr_bloc-def.lr_bloc-rev .txt_area {
    padding-right: 64px;
  }
  @media screen and (min-width: 961px) {
    .lr_bloc-full .img_area a:hover {
      opacity: .65;
    }
  }
  @media screen and (max-width: 1680px) {
    .lr_bloc-full:not(.lr_bloc-rev) .txt_area {
      padding-left: 4vw;
      padding-right: 0;
    }
    .lr_bloc-full.lr_bloc-rev .txt_area {
      padding-left: 0;
      padding-right: 4vw;
    }
  }
  @media screen and (max-width: 1280px) {
    .lr_bloc,
    .lr_bloc.lr_bloc-rev {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .lr_bloc .img_area {
      width: 55%;
      margin-right: auto;
      margin-left: auto;
    }
    .lr_bloc-def .img_area {
      margin-bottom: 48px;
    }
    .lr_bloc-def .txt_area {
      max-width: 640px;
    }
    .lr_bloc-def:not(.lr_bloc-rev) .txt_area {
      padding-left: 0;
    }
    .lr_bloc-def.lr_bloc-rev .txt_area {
      padding-right: 0;
    }
    .lr_bloc-def .head3 {
      padding-bottom: 24px;
      margin-bottom: 24px;
    }
    .lr_bloc-def .head3::before {
      left: 0;
      width: 100%;
    }
    .lr_bloc-def.lr_bloc-rev .head3::before {
      left: 0;
    }
    .lr_bloc-full.inner {
      width: calc(100% - 128px);
    }
    .lr_bloc-full .img_area {
      width: 45%;
    }
    .lr_bloc-full .txt_area {
      position: relative;
      width: 100%;
      padding-top: 56px;
      padding-bottom: 64px;
    }
    .lr_bloc-full .txt_area::before {
      height: calc(100% + 80px);
    }
    .lr_bloc-full.lr_bloc-rev .txt_area,
    .lr_bloc-full:not(.lr_bloc-rev) .txt_area {
      padding-left: 20vw;
      padding-right: 20vw;
    }
    .lr_bloc-full.lr_bloc-rev .txt_area {
      margin-right: auto;
    }
    .lr_bloc-full:not(.lr_bloc-rev) .txt_area {
      margin-left: auto;
    }
    .lr_bloc-full.lr_bloc-rev .txt_area::before {
      right: 0;
    }
    .lr_bloc-full:not(.lr_bloc-rev) .txt_area::before {
      left: 0;
    }
  }
  @media screen and (max-width: 1064px) {
    .lr_bloc-def .img_area {
      width: 70%;
      text-align: center;
      margin-bottom: 40px;
      margin-left: auto;
      margin-right: auto;
    }
    .lr_bloc-def .txt_area {
      width: 100%;
    }
    .lr_bloc-def:nth-of-type(odd) .txt_area {
      padding-left: 0;
    }
    .lr_bloc-def:nth-of-type(even) .txt_area {
      padding-right: 0;
    }
    .lr_bloc-full .img_area {
      width: 55%;
    }
    .lr_bloc-full.lr_bloc-rev .txt_area,
    .lr_bloc-full:not(.lr_bloc-rev) .txt_area {
      padding-left: 10vw;
      padding-right: 10vw;
    }
  }
  @media screen and (max-width: 768px) {
    .lr_bloc-full.inner {
      width: calc(100% - 48px);
    }
  }
  @media screen and (max-width: 560px) {
    .lr_bloc-def:not(:last-child) {
      margin-bottom: 48px;
    }
    .lr_bloc-def .img_area {
      width: 75%;
      margin-bottom: 24px;
    }
    .lr_bloc-def .head3 {
      padding-bottom: 16px;
      margin-bottom: 16px;
    }
    .lr_bloc-full.inner {
      width: calc(100% - 32px);
    }
    .lr_bloc-full.lr_bloc-rev .txt_area,
    .lr_bloc-full:not(.lr_bloc-rev) .txt_area {
      padding-left: 32px;
      padding-right: 32px;
    }
    .lr_bloc-full .img_area {
      width: 75%;
    }
    .lr_bloc-full .txt_area {
      padding-top: 32px;
      padding-bottom: 48px;
    }
    .lr_bloc-full .txt_area::before {
      height: calc(100% + 56px);
    }
  }
  @media screen and (max-width: 374px) {
    .lr_bloc-full.lr_bloc-rev .txt_area,
    .lr_bloc-full:not(.lr_bloc-rev) .txt_area {
      padding-left: 16px;
      padding-right: 16px;
    }
  }

/* column
**************************************** */
  .clm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* --- clm2 --- */
  .clm-2 { margin-top: -56px; }
  .clm-2 > * {
    width: calc(50% - 28px);
    margin-top: 56px;
    margin-right: 56px;
  }
  .clm-2 > *:nth-of-type(even) { margin-right: 0; }
  @media screen and (max-width: 1064px) {
    .clm-2 { margin-top: -40px; }
    .clm-2 > * {
      width: calc(50% - 20px);
      margin-top: 40px;
      margin-right: 40px;
    }
    .clm-2 > *:nth-of-type(even) { margin-right: 0; }
  }
  @media screen and (max-width: 960px) {
    .clm-2 { margin-top: -28px; }
    .clm-2 > * {
      width: calc(50% - 14px);
      margin-top: 28px;
      margin-right: 28px;
    }
    .clm-2 > *:nth-of-type(even) { margin-right: 0; }
  }
  @media screen and (max-width: 560px) {
    .clm-2 { margin-top: -24px; }
    .clm-2 > * {
      width: 100%;
      margin-top: 24px;
      margin-right: 0;
    }
    .clm-2 > *:nth-of-type(even) { margin-right: 0; }
  }

  /* --- clm3 --- */
  .clm-3 { margin-top: -40px; }
  .clm-3 > * {
    width: calc(100% / 3 - 27px);
    margin-top: 40px;
    margin-right: 40px;
  }
  .clm-3 > *:nth-of-type(3n+3) { margin-right: 0; }

  /* --- clm4 --- */
  .clm-4 { margin-top: -16px; }
  .clm-4 > * {
    width: calc(100% / 4 - 12px);
    margin-top: 16px;
    margin-right: 16px;
  }
  .clm-4 > *:nth-of-type(4n+4) { margin-right: 0; }
  @media screen and (max-width: 1280px) {
    .clm-4 { margin-top: -32px; }
    .clm-4 > * {
      width: calc(100% / 2 - 16px);
      margin-top: 32px;
      margin-right: 32px;
    }
    .clm-4 > *:nth-of-type(even) { margin-right: 0; }
  }
  @media screen and (max-width: 560px) {
    .clm-4 { margin-top: -16px; }
    .clm-4 > * {
      width: calc(100% / 2 - 8px);
      margin-top: 16px;
      margin-right: 16px;
    }
    .clm-4 > *:nth-of-type(even) { margin-right: 0; }
  }

  /* --- clm5 --- */
  .clm-5 { margin-top: -24px; }
  .clm-5 > * {
    width: calc(100% / 5 - 20px);
    margin-top: 24px;
    margin-right: 24px;
  }
  .clm-5 > *:nth-of-type(5n+5) { margin-right: 0; }

/* img_area
*************************************************** */
  .img_area {
    overflow: hidden;
  }
  .img_area .img_src.js-rellax {
    top: -10%;
    height: calc(100% + 20%);
  }
  .img_src {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

/* scr_imgs
*************************************************** */
  .scr_imgs .img_area {
    width: 100%;
    height: 300px;
  }
  .scr_imgs .img_src {
    background-image: url(../images/headoffice/scr_imgs.jpg);
    background-repeat: repeat-x;
    background-size: auto 300px;
    animation-duration: 80s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-name: scr_imgs;
  }
  @media screen and (max-width: 768px) {
    .scr_imgs .img_area {
      height: 150px;
    }
    .scr_imgs .img_src {
      background-size: auto 150px;
      animation-name: scr_imgs-sp;
    }
  }


/* scroll_line
*************************************************** */
  .scroll_line {
    position: absolute;
    bottom: 32px;
    right: calc(1em + 32px);
    width: 100vh;
    transform-origin: right bottom;
    line-height: 1em;
    font-size: 67%;
    letter-spacing: .2em;
    z-index: 1;
    opacity: 0;
    transform: rotate(90deg) translateY(-8px);
  }
  .scroll_line a::before {
    z-index: 1;
  }
  .scroll_line .line {
    width: 100px;
    height: 1px;
    margin-left: 8px;
    overflow: hidden;
  }
  .scroll_line .line::before {
    transform: translateX(-110%);
    animation: scroll_line_mov 2s cubic-bezier(1,0,0,1) 0s infinite forwards;
    animation-fill-mode: both;
  }
  .loaded .scroll_line {
    transition-delay: 3.8s;
    opacity: 1;
    transform: rotate(90deg) translateY(0);
  }
  .loaded.min .scroll_line {
    transition-delay: 1.8s;
  }
  @media screen and (max-width: 560px) {
    .scroll_line {
      left: auto;
      left: inherit;
      right: -23px;
      bottom: 53px;
      transform-origin: 50% 50%;
    }
    .scroll_line .line {
      width: 56px;
    }
  }

/* svg_arch
*************************************************** */
  .svg_arch {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .svg_arch svg {
    position: absolute;
    bottom: 0;
    display: block;
    fill: none;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
  }
  .svg_arch .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .svg_arch-lft svg {
    left: 112px;
  }
  .svg_arch-rgt svg {
    right: 112px;
  }
  .visible .svg_arch svg {
    stroke-width: 1;
    animation-duration: 2.5s;
    animation-timing-function: cubic-bezier(.55, .05, .22, .99);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .visible .svg_arch svg.clr-main {
    stroke: #b4b4b4;
    animation-name: logo_stroke_main;
  }
  .visible .svg_arch svg.clr-wht {
    stroke: #fff;
    animation-name: logo_stroke_wht;
  }
  @media screen and (max-width: 1800px) {
    .svg_arch svg {
      width: 400px;
      height: 211px;
    }
    .svg_arch-lft svg {
      left: 88px;
    }
    .svg_arch-rgt svg {
      right: 88px;
    }
  }
  @media screen and (max-width: 1400px) {
    .svg_arch svg {
      width: 300px;
      height: 159px;
    }
    .svg_arch-lft svg {
      left: 56px;
    }
    .svg_arch-rgt svg {
      right: 56px;
    }
  }
  @media screen and (max-width: 768px) {
    .svg_arch svg {
      width: 240px;
      height: 126px;
    }
    .svg_arch-lft svg {
      left: 24px;
    }
    .svg_arch-rgt svg {
      right: 24px;
    }
  }
  @media screen and (max-width: 560px) {
    .svg_arch svg {
      width: 160px;
      height: 86px;
    }
    .svg_arch-lft svg {
      left: 16px;
    }
    .svg_arch-rgt svg {
      right: 16px;
    }
  }
  @media screen and (max-width: 414px) {
    .svg_arch-lft svg {
      left: 8px;
    }
    .svg_arch-rgt svg {
      right: 8px;
    }
  }

/* mov_area
*************************************************** */
  .mov_area {
    padding-top: 11.5vw;
    padding-bottom: 11.5vw;
    cursor: pointer;
  }
  .mov_area::before {
    opacity: .7;
  }
  .mov_area .img_area {
    z-index: -10;
  }
  .mov_area .img_src {
    background-image: url(../images/about/movarea_bg_img.jpg);
  }
  .mov_area .mov_ico {
    width: 60px;
    height: 60px;
    border-radius: 1000px;
  }
  .mov_area .mov_ico::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
    border-style: solid;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 20px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  .mov_area .head3 {
    letter-spacing: .2em;
    font-size: 133%;
    line-height: 1.75em;
  }
  #modal_frame .close {
    position: absolute;
    top: -96px;
    right: -96px;
    width: 80px;
    height: 80px;
  }
  #modal_frame .close::before,
  #modal_frame .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
  }
  #modal_frame .close::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  #modal_frame .close::after {
    transform: translate(-50%,-50%) rotate(135deg);
  }
  #modal_frame .frame_wrap {
    width: 100%;
    padding-top: 56.25%;
  }
  @media (any-hover: hover) {
    .mov_area:hover::before {
      opacity: 0;
    }
    #modal_frame .close:hover {
      transform: rotate(360deg);
    }
  }
  @media screen and (max-width: 1480px) {
    .mov_area {
      padding-top: 11.5vw;
      padding-bottom: 11.5vw;
    }
  }
  @media screen and (max-width: 1280px) {
    .iziModal {
      max-width: 90% !important;
    }
    #modal_frame .close {
      right: 0;
    }
  }
  @media screen and (max-width: 560px) {
    .mov_area {
      padding-top: 16vw;
      padding-bottom: 16vw;
    }
    .mov_area .head3 {
      font-size: 120%;
    }
    .mov_area .mov_ico {
      width: 64px;
      height: 64px;
    }
    .mov_area .mov_ico::before {
      border-top-width: 8px;
      border-bottom-width: 8px;
      border-left-width: 14px;
    }
    .iziModal {
      max-width: calc(100% - 32px) !important;
    }
    #modal_frame .close {
      top: -48px;
      width: 40px;
      height: 40px;
    }
  }

/* pop
*************************************************** */
  .pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 450px;
    transform: translate(-50%,-50%);
    z-index: 9999;
  }
  .pop--in {
    border-width: 1px;
    border-style: solid;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 24px;
    padding-top: 56px;
  }
  .pop .btn_list--item:not(:last-child) {
    margin-bottom: 16px;
  }
  .pop .btn_list--item .btn-def .btn--in {
    height: 45px;
    font-size: 100%;
  }
  .pop .btn_list--item .ico {
    width: 25px;
    height: 25px;
    border-radius: 100%;
  }
  .pop .btn_list--item-insta .ico {
    background-image: url(../images/common/bg_clr-insta.svg);
  }
  .pop .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
  .pop .close .circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
  }
  .pop .close .circle::before,
  .pop .close .circle::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
  }
  .pop .close .circle::before {
    transform: rotate(45deg);
  }
  .pop .close .circle::after {
    transform: rotate(-45deg);
  }
  .pop.is_hide {
    pointer-events: none;
  }
  .pop.is_hide .pop--in {
    opacity: 0;
    transform: translateY(-24px);
  }
  @media screen and (min-width: 961px) {
    .pop .close:hover .circle {
      transform: rotate(360deg);
    }
  }
  @media screen and (max-width: 560px) {
    .pop {
      display: none;
      width: calc(100% - 32px);
    }
    .pop--in {
      padding-top: 40px;
      padding-left: 16px;
      padding-right: 16px;
    }
    .pop .logo img {
      width: 220px;
    }
    .pop .head4 {
      font-size: 100%;
      letter-spacing: .05em;
    }
    .pop .btn_list--item:not(:last-child) {
      margin-bottom: 12px;
    }
  }
  @media screen and (max-width: 374px) {
    .pop .logo img {
      width: 180px;
    }
    .pop .head4 {
      font-size: 82%;
    }
    .pop .btn_list--item .btn-def .btn--in {
      font-size: 86%;
    }
  }


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

    HEADER

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

/* header
**************************************** */
  .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 80px;
    padding-top: 64px;
    padding-left: 48px;
    padding-right: 48px;
  }
  @media screen and (min-width: 561px) {
    .scrolled .header {
      position: fixed;
      padding-top: 24px;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .scrolled .header--logo {
      width: 194px;
      opacity: 0;
      animation-duration: .8s;
      animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      animation-delay: .1s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-name: fade_in-to_btm;
    }
  }
  @media screen and (max-width: 1280px) {
    .header--logo img {
      width: 240px;
    }
  }
  @media screen and (max-width: 960px) {
    .subpage .header--logo {
      display: none;
    }
  }
  @media screen and (max-width: 560px) {
    .header {
      padding-top: 24px;
    }
    .header--logo img {
      width: 180px;
    }
    .scrolled .header--logo {
      opacity: 0;
      transform: translateY(-16px);
    }
  }

  .header-blk,
  .scrolled .header-blk {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }
  .header-blk .header--logo {
    width: 168px;
    opacity: 1;
    animation: none;
  }
  .header-blk .header--nav {
    margin-left: auto;
  }
  .header-blk .hnav__btns,
  .header-blk .hnav_list {
    column-gap: 32px;
  }
  .header-blk .hnav__btns {
    display: none;
  }
  .header-blk .hnav_list--item-btn a {
    border-width: 1px;
    border-style: solid;
    line-height: 1em;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-blk .btn_list .btn-def .btn--in {
    border-width: 1px;
    border-style: solid;
    height: 35px;
    padding-left: 16px;
    padding-right: 16px;
    min-width: auto;
  }
  @media (min-width: 961px) {
    .header-blk,
    .scrolled .header-blk {
      background-color: rgba(30,30,30,.9);
    }
    .header-blk .fix_btns {
      display: none;
    }
    .header-blk .hnav__btns {
      display: flex;
    }
    .header-blk .gnav {
      display: none;
    }
    .header-blk .hnav_list--item a:hover {
      opacity: .6;
    }
  }
  @media (max-width: 1280px) and (min-width: 961px) {
    .header-blk {
      padding-left: 24px;
      padding-right: 24px;
    }
    .header-blk .hnav__btns,
    .header-blk .hnav_list {
      column-gap: 16px;
    }
    .header-blk .hnav_list--item a {
      font-size: 93%;
      letter-spacing: 0em;
    }
  }
  @media (max-width: 960px) {
    .header-blk .gnav_list-btn a {
      height: 40px;
    }
    .header-blk .gnav_list-line a {
      height: 60px;
    }
    .header-blk .gnav--copy {
      width: 100%;
      z-index: 1;
      color: #000;
    }
    .header-blk .gnav--copy::before {
      background-color: #eff0f2;
    }
  }

/* gnav
**************************************** */
  .gnav--in {
    overflow-y: auto;
    max-height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  /* --- gnav--logo --- */
  .gnav--logo {
    text-align: center;
  }

  /* --- gnav--links --- */
  .gnav_sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #161616;
    pointer-events: none;
    height: 0;
    min-height: 0;
    overflow: hidden;
  }
  .gnav_sub a {
    color: #fff;
  }
  .gnav_sub_list {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .gnav_sub_list--item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .gnav_sub_list--item .img {
    overflow: hidden;
  }
  .ico_img {
    width: 40px;
    height: 40px;
    background-color: #222;
    margin-right: 14px;
    border-radius: 100px;
  }

  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 80px;
    padding-left: 50vw;
    pointer-events: none;
    transition: .35s ease-out;
    opacity: 0;
  }
  .gnav::before {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image:
      url(../images/common/logo-wht.svg),
      url(../images/common/gnav_img.jpg);
    background-size:
      320px 118px,
      cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header.active .gnav {
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
  }

  /* --- sns_list --- */
  .sns_list {
    max-width: 214px;
  }
  .sns_list--item:not(:last-child) {
    margin-right: 30px;
  }
  .sns_list--item a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #b4b4b4;
  }
  .sns_list--item a::before {
    background-color: #b4b4b4;
    opacity: 0;
  }
  .sns_list--item a img {
    display: block;
  }
  .sns_list--item-yt a::before {
    background-color: #DA1725;
  }
  .sns_list--item-insta a::before {
    background-image: url(../images/common/bg_clr-insta.svg);
    background-size: cover;
    background-position: center;
  }
  .sns_list--item-line a::before {
    background-color: #06c755;
  }
  .sns_list--item-pin a::before {
    background-color: #BD081C;
  }
  @media screen and (min-width: 961px) {
    .sns_list--item a:hover::before {
      opacity: 1;
    }
  }

  /* --- gnav--sub_links & copy --- */
  .gnav_sublist--item a {
    display: block;
    font-size: 80%;
  }
  .gnav--copy {
    font-size: 67%;
    letter-spacing: .05em;
  }

  /* --- gnav_list --- */
  .gnav_list {
    width: 516px;
  }
  .gnav_list--item {
    border-bottom: 1px solid #fff;
  }
  .gnav_list--item:first-child {
    border-top: 1px solid #fff;
  }
  .gnav_list--item_txt {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
  }
  .gnav_list--item_txt img {
    margin-right: 32px;
  }

  /* --- .gnav .btn_list --- */
  .gnav .btn_list .btn {
    width: calc(50% - 8px);
  }
  .gnav .btn_list.v2 .btn {
    width: calc(100%/3 - 8px*2/3);
  }
  .gnav .btn_list.v2 .btn-def .btn--in {
    min-width: 172px;
  }
  .gnav .btn_list.v3 {
    width: 516px;
    max-width: 100%;
    gap: 8px;
  }
  .gnav .btn_list.v3 .btn {
    width: calc(50% - 4px);
  }
  .gnav .btn_list.v3 .btn-def.btn-lg .btn--in {
    height: 40px;
  }
  .gnav .btn-def.btn-lg .btn--in {
    letter-spacing: .1em;
  }

  @media screen and (min-width: 961px) {
    .gnav--in {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .gnav_sublist {
      order: 9999;
      margin-top: -21px;
    }
    .gnav_sublist--item:first-child {
      margin-right: 8px;
      padding-right: calc(1em + 8px);
    }
    .gnav_sublist--item:first-child::before {
      content: '／';
      position: absolute;
      top: calc(50% - .5em);
      line-height: 1em;
      right: 0;
      font-family: 'Roboto' sans-serif;
    }
    .gnav .btn_list .btn--in.bg_clr-blk-bf:hover {
      color: #fff;
    }
  }
  @media screen and (max-width: 960px) and (min-width: 561px) {
    .gnav_sublist--item:not(:last-child) {
      margin-right: 8px;
      padding-right: calc(1em + 8px);
    }
    .gnav_sublist--item:not(:last-child)::before {
      content: '／';
      position: absolute;
      top: calc(50% - .5em);
      line-height: 1em;
      right: 0;
      font-family: 'Roboto' sans-serif;
    }
  }
  @media screen and (max-width: 1280px) {
    .gnav {
      padding-left: 80px;
    }
    .gnav::before {
      content: none;
    }
  }
  @media screen and (max-width: 960px) {
    .gnav {
      padding-left: 0;
      padding-right: 0;
    }
    .gnav--in {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      width: 100%;
      padding-top: 96px;
      padding-left: 64px;
      padding-right: 64px;
      padding-bottom: 0;
    }
    .gnav_list {
      width: 100%;
    }
    .gnav_sublist {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 40px;
    }
    .gnav--copy {
      position: relative;
      margin-top: auto;
      text-align: center;
      color: #fff;
      line-height: 60px;
    }
    .gnav--copy::before {
      content: '';
      position: absolute;
      top: 0;
      left: -24px;
      z-index: -1;
      width: calc(100% + 48px);
      height: 100%;
      background-color: #000;
    }
  }
  @media screen and (max-width: 768px) {
    .gnav--in {
      padding-left: 24px;
      padding-right: 24px;
    }
  }
  @media screen and (max-width: 560px) {
    .gnav .btn_list {
      margin-bottom: 32px;
    }
    .gnav .btn_list .btn {
      width: 100%;
    }
    .gnav .btn_list .btn:not(:last-child) {
      margin-bottom: 24px;
    }
    .gnav .btn_list .btn img {
      width: 54px;
      height: 20px;
    }
    .gnav .btn_list .btn-def.btn-lg .btn--in,
    .gnav .sns_member .btn-def.btn-lg .btn--in {
      height: 40px;
    }
    .gnav_list--item_txt {
      padding-left: 8px;
      padding-right: 8px;
    }
    .gnav_list--item_txt img {
      width: 71px;
      height: 40px;
      margin-right: 16px;
    }
    .gnav_sublist {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 32px;
    }
    .gnav_sublist--item:not(:last-child) {
      margin-bottom: 8px;
    }
    .gnav .sns_member {
      margin-bottom: 32px;
    }
    .gnav .sns_member .btn {
      margin-bottom: 32px;
      min-width: 200px;
    }
    .gnav .btn_list.v2 {
      margin-top: 16px;
    }
    .gnav .btn_list.v2 .btn {
      width: 100%;
    }
    .gnav .btn_list.v2 .btn-def .btn--in {
      min-width: 100%;
    }
    .gnav .btn_list.v3 {
      gap: 0;
    }
    .gnav .btn_list.v3 .btn {
      width: 100%;
    }
  }
  @media screen and (max-width: 413px) {
    .gnav_list--item_txt {
      padding-left: 0;
      padding-right: 0;
      font-size: 89%;
    }
    .gnav_list--item_txt img {
      margin-right: 16px;
    }
  }
  @media screen and (max-width: 374px) {
    .gnav_list--item_txt {
      font-size: 80%;
      letter-spacing: -.02em;
    }
  }

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

    FOOTER

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

/* foot_member
*************************************************** */
  .foot_member .head1 {
    letter-spacing: .4em;
  }
  .foot_member .head1 img {
    margin-right: 40px;
  }
  .foot_member .svg_arch {
    bottom: 10px;
  }
  .foot_member .line_map {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 252px);
    height: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .foot_member .line_map img {
    height: 100%;
  }
  @media screen and (max-width: 1064px) {
    .foot_member .head1 {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .foot_member .head1 img {
      width: 150px;
      margin-right: 0;
      margin-bottom: 16px;
    }
    .foot_member .line_map {
      padding-right: 0;
    }
  }
  @media screen and (max-width: 960px) {
    .foot_member .line_map,
    .foot_member .svg_arch {
      opacity: .25;
    }
    .foot_member .line_map {
      width: 300px;
      height: auto;
      padding-top: 32px;
      padding-bottom: 0;
      padding-left: 32px;
    }
  }
  @media screen and (max-width: 560px) {
    .foot_member .line_map {
      width: 188px;
      padding-top: 24px;
      padding-left: 24px;
    }
  }

/* footer
*************************************************** */
  .footer {
    padding-bottom: 104px;
  }
  .footer--catch {
    padding-top: 24px;
    padding-bottom: 24px;
    letter-spacing: .3em;
  }
  .footer--catch .page_top {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    width: 60px;
    height: 30px;
    overflow: hidden;
  }
  .footer--catch .page_top a {
    z-index: 1;
  }
  .footer--catch .page_top .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translateX(-50%);
  }
  .footer--catch .page_top .arrow::before {
    border-top-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    transform: rotate(-45deg);
  }
  .footer--catch .page_top .circle {
    overflow: hidden;
    transform-origin: center bottom;
  }
  .footer--catch .page_top .circle.bdr_clr-main-bf {
    transform: rotate(180deg);
  }
  .footer--catch .page_top .circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    border-style: solid;
    border-width: 1px;
    border-radius: 100%;
  }
  .footer--privacy {
    font-size: 80%;
  }
  .footer--copyright {
    font-size: 67%;
    letter-spacing: .08em;
  }
  .footer .privacy_list--item:not(:first-child)::before {
    content: '・';
  }
  .footer-blk {
    padding-bottom: 0;
  }
  .footer-blk .footer--catch {
    padding: 0;
  }
  .footer-blk .footer--catch .page_top {
    top: 64px;
  }
  @media screen and (min-width: 961px) {
    .page_top:hover .circle.bdr_clr-def-bf {
      transform: rotate(180deg);
    }
    .page_top:hover .circle.bdr_clr-main-bf {
      transform: rotate(360deg);
    }
    .page_top:hover .arrow {
      animation: page_top_hov .8s cubic-bezier(.19,.22,1,1) 0s infinite forwards;
    }
  }
  @media screen and (min-width: 1281px) {
    .footer--catch br { display: none; }
  }
  @media screen and (max-width: 1280px) {
    .footer .info_privacy {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
    }
    .footer--privacy {
      margin-bottom: 16px;
    }
  }
  @media screen and (max-width: 960px) {
    .footer--catch .page_top {
      width: 50px;
      height: 25px;
      top: calc(50% - 10px);
    }
    .footer .logo img {
      width: 240px;
    }
  }
  @media screen and (max-width: 560px) {
    .footer > .inner {
      padding-top: 64px;
    }
    .footer--catch .page_top {
      top: -78px;
    }
    .footer .logo_sns {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 40px;
    }
    .footer .logo {
      margin-bottom: 24px;
    }
    .footer .logo img {
      width: 200px;
    }
    .footer .privacy_list {
      width: 280px;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }


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

    INDEX

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

/* hero
*************************************************** */
  .hero,
  .hero--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hero {
    height: 100vh;
  }
  .hero--img {
    overflow: hidden;
    z-index: 0;
  }
  .hero--img::before {
    z-index: 1;
    opacity: .2;
  }
  .hero--img video {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  .hero--img video.sp_mov {
    max-height: 100%;
  }
  .hero--catch {
    font-size: 187%;
    letter-spacing: .5em;
    z-index: 1;
  }
  @media screen and (max-width: 1280px) {
    .hero {
      height: 64.25vw;
    }
  }
  @media screen and (max-width: 960px) {
    .hero {
      height: calc(100vh - 64px);
    }
    .hero--catch {
      text-align: center;
    }
  }
  @media screen and (max-width: 560px) {
    .hero--catch {
      font-size: 165%;
      line-height: 2.5em;
    }
  }
  @media screen and (max-width: 413px) {
    .hero--img video.sp_mov {
      max-height: 111%;
    }
    .hero--catch {
      font-size: 150%;
    }
  }

/* home_news
*************************************************** */
  .home_news .posts-news {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
    margin-top: -28px;
    padding-left: 96px;
    padding-right: 96px;
  }
  .home_news .btn_area {
    margin-top: auto;
  }
  @media screen and (max-width: 1280px) {
    .home_news .inner {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .home_news .sect_ttl {
      margin-bottom: 40px;
    }
    .home_news .posts-news {
      width: calc(100% - 80px);
      margin-bottom: 40px;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
    }
    .home_news .btn_area {
      max-width: 200px;
      margin-left: auto;
    }
  }
  @media screen and (max-width: 960px) {
    .home_news .sect_ttl {
      margin-bottom: 32px;
    }
    .home_news .posts-news {
      width: calc(100% - 32px);
    }
  }
  @media screen and (max-width: 560px) {
    .home_news .sect_ttl {
      margin-bottom: 16px;
    }
    .home_news .posts-news {
      width: 100%;
      margin-bottom: 24px;
    }
  }

/* message
*************************************************** */
  .home .message .img_area {
    width: 100%;
    padding-top: 36.4585%;
    z-index: -10;
  }
  .home .message .img_area .img_src {
    background-image: url(../images/message_img.jpg);
  }
  .home .message .inner {
    padding-top: 64px;
    padding-bottom: 24px;
  }
  .home .message .sect_ttl-min .ttl {
    letter-spacing: .3em;
  }
  .home .message .btn {
    margin-left: -160px;
  }
  @media screen and (max-width: 1280px) {
    .home .message .inner {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .home .message .sect_ttl {
      margin-bottom: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .home .message .inner {
      padding-bottom: 40px;
    }
    .home .message .img_area {
      padding-top: 65%;
    }
  }
  @media screen and (max-width: 560px) {
    .home .message .inner {
      padding-top: 32px;
    }
    .home .message .sect_ttl {
      width: 100%;
      margin-bottom: 16px;
    }
  }

/* feature_strength
*************************************************** */
  @media screen and (max-width: 1680px) {
    .feature_strength .sect_ttl-logo .logo {
      margin-bottom: 16px;
    }
    .feature_strength .sect_ttl {
      margin-bottom: 24px;
    }
    .feature_strength .txts {
      margin-bottom: 32px;
    }
  }
  @media screen and (max-width: 560px) {
    .feature_strength .sect_ttl {
      margin-bottom: 16px;
    }
  }

/* home_blog
*************************************************** */
  .home_blog  {
    overflow: hidden;
  }
  .home_blog .posts_first,
  .home_blog .posts_other,
  .home_blog .posts_other .post {
    width: calc(50% - 16px);
  }
  .home_blog .posts_first .post .new {
    padding-top: 32px;
    padding-bottom: 32px;
    height: 100%;
  }
  .home_blog .posts_first .post--txtarea_in {
    margin-top: auto;
  }
  .home_blog .posts_first .post .post--ttl {
    font-size: 116%;
    line-height: 1.8em;
  }
  .home_blog .posts_other {
    margin-top: -32px;
  }
  .home_blog .posts_other .post {
    margin-top: 32px;
  }
  .home_blog .posts_other .post .post--ttl {
    -webkit-line-clamp: 2;
  }
  .home_blog .post--info .terms_list--item:nth-of-type(n+2) {
    display: none;
  }
  @media screen and (max-width: 960px) {
    .home_blog .posts_first,
    .home_blog .posts_other {
      width: 100%;
    }
    .home_blog .posts_first {
      margin-bottom: 40px;
    }
  }
  @media screen and (max-width: 560px) {
    .home_blog .sect_pdg {
      padding-top: 40px;
    }
    .home_blog .posts-blog {
      margin-bottom: 16px;
    }
    .home_blog .posts_first {
      margin-bottom: 8px;
    }
    .home_blog .posts_first .post .new {
      padding-top: 24px;
      padding-bottom: 0;
    }
    .home_blog .posts_other .post {
      width: calc(50% - 8px);
      padding-top: 0;
    }
    .home_blog .posts_other .post:not(:last-child) {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    .home_blog .posts_other .post--info {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -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;
      padding-bottom: 8px;
      padding-top: 16px;
    }
    .home_blog .posts_other .post--info .terms_list {
      margin-left: 0;
      margin-bottom: 8px;
    }
    .home_blog .posts_other .post--info .terms_list--item {
      margin-left: 0;
      margin-right: 6px;
    }
  }

/* home_links
*************************************************** */
  .home_links .links_list--item a::before {
    z-index: 1;
  }
  .home_links .links_list--item .img_area img {
    width: 100%;
  }
  @media screen and (min-width: 961px) {
    .home_links .links_list--item:hover .img_area img {
      transform: scale(1.05);
      opacity: .75;
    }
  }
  @media screen and (max-width: 560px) {
    .home_links .img_area {
      margin-bottom: 16px;
    }
    .home_links .sect_ttl-line .ttl {
      font-size: 129%;
    }
    .home_links .sect_ttl-line .sub_ttl {
      font-size: 86%;
    }
  }

/* home_insta
**************************************** */
  .home_insta .frame_wrap {
    left: 50%;
    width: 2900px;
    height: 280px;
    transform: translateX(-50%);
  }
  .home_insta .frame_wrap iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 2900px;
    width: 100%;
    height: 100%;
  }
  @media screen and (max-width: 960px) {
    .home_insta .frame_wrap {
      width: 2100px;
      height: 200px;
    }
    .home_insta .frame_wrap iframe {
      min-width: 2100px;
    }
  }
  @media screen and (max-width: 560px) {
    .home_insta .frame_wrap {
      width: 1600px;
      height: 150px;
    }
    .home_insta .frame_wrap iframe {
      min-width: 1600px;
    }
  }

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

    PAGE

############################################################################## */
  .subpage .message .logo_area {
    margin-right: 220px;
  }
  .subpage .message .txt_area {
    word-break: break-all;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  .subpage .message .svg_arch .line {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  @media screen and (max-width: 1680px) {
    .subpage .message .logo_area {
      margin-right: 160px;
    }
  }
  @media screen and (max-width: 1400px) {
    .subpage .message .logo img {
      width: 300px;
    }
  }
  @media screen and (max-width: 1280px) {
    .subpage .message .logo_area {
      margin-right: 96px;
    }
  }
  @media screen and (max-width: 1064px) {
    .subpage .message .logo_area {
      text-align: center;
    }
    .subpage .message .logo_area {
      margin-right: 0;
      margin-bottom: 48px;
    }
  }
  @media screen and (max-width: 960px) {
    .subpage .message .logo img {
      width: 180px;
    }
  }
  @media screen and (max-width: 560px) {
    .subpage .message .logo_area {
      margin-bottom: 32px;
    }
    .subpage .message .logo img {
      width: 200px;
    }
  }
  @media screen and (max-width: 414px) {
    .subpage .message .logo_area {
      margin-bottom: 24px;
    }
  }

/* about
*************************************************** */
  .page-about .message .txt_area {
    line-height: 2.3em;
  }
  @media screen and (max-width: 1280px) {
    .page-about .feature .head3 {
      text-align: center;
    }
  }
  @media screen and (max-width: 1064px) {
    .page-about .message .txt_area {
      text-align: center;
    }
  }
  @media screen and (max-width: 560px) {
    .page-about .message .txt_area.head2 {
      font-size: 108%;
    }
  }
  @media screen and (max-width: 414px) {
    .page-avout .message .inner {
      width: calc(100% - 32px);
    }
    .page-about .message .txt_area.head2 {
      font-size: 86%;
    }
  }
  @media screen and (max-width: 374px) {
    .page-about .message .txt_area {
      text-align: left;
    }
    .page-about .message .txt_area br {
      display: none;
    }
  }

/* strength
*************************************************** */
  .page-strength .message .txt_area {
    line-height: 2.6em;
    letter-spacing: .2em;
  }
  .page-strength .message strong {
    background:linear-gradient(transparent 60%, #b4b4b4 60%);
  }
  .page-strength .desc_area .img_area {
    margin-right: 40px;
  }
  .page-strength .desc_area .head2 {
    letter-spacing: .2em;
  }
  .page-strength .desc_area .desc {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  .page-strength .desc_area .desc .fnt-lg {
    font-size: 133%;
    font-weight: 700;
  }
  .page-strength .desc_area .txt_area p:not(:last-child) {
    margin-bottom: 2em;
  }
  .page-strength .desc_area .txt_area p:last-child {
    margin-top: auto;
  }
  .page-strength .loot::before {
    width: calc(100% - 224px);
    left: 112px;
  }
  .page-strength .loot .lr_bloc .txt_area {
    margin-bottom: auto;
  }
  .page-strength .chara_list--item:not(:last-child) {
    margin-bottom: 64px;
  }
  .page-strength .chara_list--item .ttl_area,
  .page-strength .chara_list--item .txt_area {
    padding: 24px 32px;
  }
  .page-strength .chara_list--item .ttl_area {
    width: 300px;
    letter-spacing: .2em;
  }
  .page-strength .chara_list--item .txt_area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
    border-width: 1px;
    border-style: solid;
    letter-spacing: .085em;
  }
  .page-strength .option .img_area {
    max-width: 40%;
  }
  .page-strength .option > .inner > .flx > .txt_area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
    padding-left: 56px;
  }
  .page-strength .option > .inner > .flx > .txt_area p:not(:last-child) {
    margin-bottom: 0;
  }
  .page-strength .option .chara_list--item {
    margin-top: 32px;
  }
  .page-strength .option .chara_list--item:not(:last-child) {
    margin-bottom: 0;
  }
  .page-strength .option .chara_list--item .head3 {
    line-height: 1.6em;
  }
  @media screen and (min-width: 1281px) {
    .page-strength .loot .lr_bloc .txt_area {
      padding-top: 24px;
    }
  }
  @media screen and (min-width: 1065px) {
    .page-strength .message .logo_area {
      margin-right: 100px;
    }
    .page-strength .message .txt_area {
      padding-top: 64px;
      padding-bottom: 64px;
    }
  }
  @media screen and (min-width: 561px) and (max-width: 1064px) {
    .page-strength .message .txt_area {
      margin-bottom: 120px;
    }
  }
  @media screen and (max-width: 1680px) {
    .page-strength .loot::before {
      width: calc(100% - 104px);
      left: 52px;
    }
  }
  @media screen and (max-width: 1500px) {
    .page-strength .message .txt_area br {
      display: none;
    }
  }
  @media screen and (max-width: 1400px) {
    .page-strength .option .chara_list--item .txt_area {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  @media screen and (max-width: 1064px) {
    .page-strength .desc_area {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .page-strength .desc_area .img_area {
      max-width: 60%;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 40px;
    }
    .page-strength .desc_area .desc {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 960px) {
    .page-strength .loot::before {
      width: calc(100% - 48px);
      left: 24px;
    }
    .page-strength .loot .inner {
      padding-left: 24px;
      padding-right: 24px;
    }
    .page-strength .chara_list--item:not(:last-child) {
      margin-bottom: 40px;
    }
    .page-strength .chara_list--item .ttl_area {
      width: 100%;
    }
    .page-strength .chara_list--item .ico img {
      width: 100px;
    }
    .page-strength .chara_list--item .head3 {
      line-height: 1em;
    }
    .page-strength .option .chara_list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 32px;
      margin-top: 40px;
    }
    .page-strength .option .chara_list--item {
      width: calc(50% - 16px);
      margin-top: 0;
    }
    .page-strength .option .chara_list--item .ttl_area {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 0;
      padding-right: 0;
    }
    .page-strength .option .chara_list--item .ico img {
      width: 64px;
      display: block;
    }
    .page-strength .option .chara_list--item .head3 {
      line-height: 1.4em;
      font-size: 109%;
      letter-spacing: .05em;
    }
    .page-strength .option .chara_list--item .head4 {
      font-size: 100%;
      line-height: 1.6em;
    }
    .page-strength .option .chara_list--item .btn {
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media screen and (max-width: 560px) {
    .page-strength .lr_bloc-def .img_area {
      width: 100%;
    }
    .page-strength .desc_area .img_area {
      max-width: 80%;
      margin-bottom: 32px;
    }
    .page-strength .desc_area .head2 {
      text-align: center;
    }
    .page-strength .loot::before {
      width: calc(100% - 32px);
      left: 16px;
    }
    .page-strength .loot .inner {
      padding-left: 12px;
      padding-right: 12px;
    }
    .page-strength .strength_bloc .head2 br.custom {
      display: none;
    }
    .page-strength .chara_list--item .ttl_area,
    .page-strength .chara_list--item .txt_area {
      padding: 16px 16px;
    }
    .page-strength .chara_list--item .ico img {
      width: 72px;
    }
    .page-strength .option .chara_list {
      gap: 16px;
      margin-top: 24px;
    }
    .page-strength .option .chara_list--item {
      width: calc(50% - 8px);
    }
    .page-strength .option .chara_list--item .ico img {
      width: 56px;
    }
    .page-strength .option .chara_list--item .head4 {
      font-size: 93%;
    }
    .page-strength .option .chara_list--item .btn {
      width: 100%;
      white-space: nowrap;
    }
    .page-strength .option .chara_list--item .btn-def .btn--in {
      min-width: 100%;
    }
  }
  @media screen and (max-width: 413px) {
    .page-strength .desc_area .head2 {
      font-size: 116%;
    }
    .page-strength .desc_area .desc .fnt-lg {
      font-size: 115%;
    }
    .page-strength .option .chara_list {
      gap: 12px;
    }
    .page-strength .option .chara_list--item {
      width: calc(50% - 6px);
    }
    .page-strength .option .chara_list--item .ico img {
      width: 40px;
    }
    .page-strength .option .chara_list--item .head3 {
      font-size: 100%;
    }
  }
  @media screen and (min-width: 375px) and (max-width: 413px) {
    .page-strength .option .chara_list--item .btn {
      width: calc(100% + 32px);
      margin-left: -16px;
      margin-bottom: -16px;
    }
  }
  @media screen and (max-width: 374px) {
    .page-strength .option .chara_list--item {
      width: 100%;
    }
  }

/* insulation
*************************************************** */
  .page-insulation section.bg_clr-wht-bf::before {
    width: calc(100% - 224px);
    left: 112px;
  }
  .page-insulation .ttl_area {
    column-gap: 40px;
  }
  .page-insulation .ttl_area .head2 {
    letter-spacing: .2em;
  }
  .page-insulation .merit {
    column-gap: 40px;
    row-gap: 40px;
  }
  .page-insulation .merit .txt_area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  .page-insulation .merit .support_txt {
    line-height: 1.6em;
    padding-top: 16px;
    padding-bottom: 17px;
  }
  .page-insulation .merit .yt_area {
    width: 640px;
  }
  .page-insulation .merit .yt_area .frame_wrap {
    padding-top: 56.25%;
  }
  .page-insulation .method .gallery {
    gap: 8px;
  }
  .page-insulation .method .gallery .img {
    width: calc(100% / 3 - 8px*2/3);
  }
  .page-insulation .method .modal_wrap {
    display: none;
  }
  .page-insulation .iziModal img {
    width: 100%;
  }
  .page-insulation .internal_list {
    column-gap: 64px;
    row-gap: 40px;
  }
  .page-insulation .internal_list--item {
    width: calc(50% - 64px/2);
  }
  .page-insulation .internal_list--item .head3 {
    letter-spacing: .2em;
  }
  @media (max-width: 1680px) {
    .page-insulation section.bg_clr-wht-bf::before {
      width: calc(100% - 104px);
      left: 52px;
    }
  }
  @media (max-width: 1480px) {
    .page-insulation .merit .yt_area {
      width: 560px;
    }
  }
  @media (max-width: 1280px) {
    .page-insulation .merit .yt_area {
      width: 480px;
    }
  }
  @media (max-width: 1064px) {
    .page-insulation .internal_list {
      column-gap: 24px;
    }
    .page-insulation .internal_list--item {
      width: calc(50% - 24px/2);
    }
    .page-insulation .merit {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-insulation .merit .txt_area {
      width: 100%;
    }
    .page-insulation .merit .yt_area {
      width: 100%;
    }
  }
  @media (max-width: 960px) {
    .page-insulation section.bg_clr-wht-bf::before {
      width: calc(100% - 48px);
      left: 24px;
    }
  }
  @media (max-width: 768px) {
    .page-insulation .ttl_area {
      row-gap: 12px;
    }
    .page-insulation .method .gallery .img {
      width: calc(50% - 4px);
    }
  }
  @media (max-width: 560px) {
    .page-insulation section.bg_clr-wht-bf::before {
      width: calc(100% - 16px);
      left: 8px;
    }
    .page-insulation .ttl_area .logo img {
      width: 120px;
    }
    .page-insulation .merit .head2 {
      font-size: 116%;
    }
    .page-insulation .merit .list-disc {
      font-size: 100%;
    }
    .page-insulation .merit .support_txt {
      padding-top: 8px;
      padding-bottom: 9px;
    }
    .page-insulation .internal_list--item {
      width: 100%;
    }
    .page-insulation .internal_list--item .img_area {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (max-width: 413px) {
    .page-insulation .internal_list--item .img_area {
      width: 100%;
    }
    .page-insulation .merit .support_txt {
      font-size: 89%;
    }
  }

/* price
*************************************************** */
  .page-price .price_bloc .ttl_figure {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .page-price .price_bloc .ttl_figure .ttl {
    margin-left: 64px;
  }
  .page-price .price_bloc .img_info .attn_list--item {
    margin-right: 12px;
  }
  .page-price .price_bloc .img_info .img_area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
    margin-right: 64px;
  }
  .page-price .price_bloc .maker_price .maker {
    width: 200px;
    margin-right: 16px;
  }
  .page-price .price_bloc .price_area .txt {
    margin-right: 16px;
  }
  .page-price .price_bloc .price_area .num {
    font-size: 187%;
    line-height: 1em;
  }
  .page-price .price_bloc .info_list--item:not(:last-child) {
    margin-bottom: 48px;
  }
  @media screen and (max-width: 1680px) {
    .page-price .price_bloc .ttl_figure .inner {
      width: calc(100% - 80px);
    }
  }
  @media screen and (max-width: 1600px) {
    .page-price .price_bloc .ttl_figure .inner {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
    .page-price .price_bloc .ttl_figure .ttl {
      margin-left: 40px;
    }
    .page-price .price_bloc .figure_img-01_01,
    .page-price .price_bloc .figure_img-02_01 { width: 488px; }
    .page-price .price_bloc .figure_img-01_02 { width: 272px; }
    .page-price .price_bloc .figure_img-02_02 { width: 368px; }
  }
  @media screen and (max-width: 1280px) {
    .page-price .price_bloc .figure_img-01_01,
    .page-price .price_bloc .figure_img-02_01 { width: 366px; }
    .page-price .price_bloc .figure_img-01_02 { width: 204px; }
    .page-price .price_bloc .figure_img-02_02 { width: 276px; }
    .page-price .price_bloc .img_info .img_area {
      margin-right: 40px;
    }
    .page-price .price_bloc .info_list {
      font-size: 83%;
    }
    .page-price .price_bloc .maker_price .maker {
      width: 160px;
    }
  }
  @media screen and (max-width: 1064px) {
    .page-price .price_bloc .ttl_figure {
      margin-bottom: 32px;
    }
    .page-price .price_bloc .ttl_figure .inner {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .page-price .price_bloc .ttl_figure .ttl {
      width: 100%;
      margin-left: 0;
    }
    .page-price .price_bloc .figure_img-01_01,
    .page-price .price_bloc .figure_img-02_01 {
      width: 274px;
      margin-left: 24px;
    }
    .page-price .price_bloc .figure_img-01_02 { width: 153px; }
    .page-price .price_bloc .figure_img-02_02 { width: 207px; }
    .page-price .price_bloc .img_info {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .page-price .price_bloc .img_info .img_area {
      margin-right: 0;
    }
    .page-price .price_bloc .img_info .img_area .img {
      margin-bottom: 16px;
    }
    .page-price .price_bloc .img_info .img_area img {
      width: 100%;
    }
    .page-price .price_bloc .info_list {
      font-size: 100%;
      margin-bottom: 40px;
    }
    .page-price .price_bloc .maker_price .maker {
      width: 200px;
    }
  }
  @media screen and (max-width: 960px) {
    .page-price .price_bloc .ttl_figure {
      position: relative;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
    }
    .page-price .price_bloc .maker_price {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .page-price .price_bloc .maker_price .maker {
      width: 100%;
      text-align: center;
      font-weight: 700;
      margin-right: 0;
      margin-bottom: 12px;
    }
    .page-price .price_bloc .maker img {
      width: 120px;
      margin-bottom: 8px;
    }
    .page-price .price_bloc .price_area {
      width: 100%;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .page-strength .option .img_area {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 32px;
      max-width: 90%;
    }
    .page-strength .option > .inner > .flx > .txt_area {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .page-price .price_bloc .figure_img-01_01,
    .page-price .price_bloc .figure_img-02_01 {
      width: 205px;
      margin-left: 16px;
    }
    .page-price .price_bloc .figure_img-01_02 { width: 115px; }
    .page-price .price_bloc .figure_img-02_02 { width: 155px; }
  }
  @media screen and (max-width: 560px) {
    .page-price .price_bloc .logo img {
      width: 160px;
    }
    .page-price .price_bloc .ttl .box_txt {
      padding-left: 12px;
      padding-right: 12px;
      font-size: 85%;
      padding-top: 6px;
      padding-bottom: 6px;
    }
    .page-price .price_bloc .ttl_figure {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .page-price .price_bloc .figure_img-01_01,
    .page-price .price_bloc .figure_img-02_01 {
      width: 154px;
      margin-left: 12px;
    }
    .page-price .price_bloc .figure_img-01_02 { width: 86px; }
    .page-price .price_bloc .figure_img-02_02 { width: 116px; }
    .page-price .price_bloc .ttl_figure .inner {
      width: calc(100% - 32px);
    }
    .page-price .price_bloc .info_list--item:not(:last-child) {
      margin-bottom: 32px;
    }
    .page-price .price_bloc .price_area {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .page-price .price_bloc .price_area .txt {
      margin-right: 0;
      margin-bottom: 8px;
    }
  }
  @media screen and (max-width: 374px) {
    .page-price .price_bloc .ttl .box_txt {
      padding-left: 8px;
      padding-right: 8px;
      font-size: 77%;
      letter-spacing: .05em;
    }
    .page-price .price_bloc .figure_img-01_01,
    .page-price .price_bloc .figure_img-02_01 {
      width: 131px;
      margin-left: 8px;
    }
    .page-price .price_bloc .figure_img-01_02 { width: 73px; }
    .page-price .price_bloc .figure_img-02_02 { width: 98px; }
  }

  .page-price .price_blocs-v2 .inner {
    max-width: 1164px;
  }
  .page-price .price_blocs-v2 .figure {
    width: 50%;
  }
  .page-price .price_blocs-v2 .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
    padding-right: 32px;
  }
  .page-price .price_blocs-v2 .figure__info {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .page-price .price_blocs-v2 .figure {
    padding-left: 32px;
    padding-right: 32px;
  }
  .page-price .price_blocs-v2 .info_ttl {
    padding-left: 16px;
  }
  .page-price .price_blocs-v2 .info_ttl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 12px;
    translate: 0 -40%;
    background-color: #000;
  }
  .page-price .price_blocs-v2 .maker_price {
    row-gap: 12px;
  }
  .page-price .price_blocs-v2 .maker_price .maker,
  .page-price .price_blocs-v2 .maker_price .txt {
    margin-right: 12px;
  }
  .page-price .price_blocs-v2 .maker_price .maker {
    width: 100px;
  }
  .page-price .price_blocs-v2 .maker_price .num {
    letter-spacing: .01em;
  }
  .page-price .price_blocs-v2 .tbl_list--item > * {
    padding-left: 10px;
    padding-right: 10px;
    word-break: keep-all;
  }
  .page-price .price_blocs-v2 .tbl_list--item,
  .page-price .price_blocs-v2 .tbl_list--item .ttl {
    border-color: #ebebeb;
  }
  .page-price .price_blocs-v2 .tbl_list--item .ttl {
    width: 92px;
    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;
  }
  .page-price .price_blocs-v2 .box_txt {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 80%;
  }
  .page-price .price_blocs-v2 .last-attn {
    column-gap: 24px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-price .price_blocs-v2 .last-attn .attn_list {
    column-gap: 8px;
  }
  .page-price .modal {
    text-align: center;
  }
  .page-price .iziModal-navigate-prev,
  .page-price .iziModal-navigate-next {
    display: none !important;
  }
  .page-price .modal .close {
    position: absolute;
    top: -96px;
    right: -96px;
    width: 80px;
    height: 80px;
  }
  .page-price .modal .close::before,
  .page-price .modal .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
  }
  .page-price .modal .close::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .page-price .modal .close::after {
    transform: translate(-50%,-50%) rotate(135deg);
  }
  @media (any-hover: hover) {
    .page-price .modal .close:hover {
      transform: rotate(360deg);
    }
  }
  @media (max-width: 1280px) {
    .page-price .modal .close {
      right: 0;
    }
  }
  @media (max-width: 960px) {
    .page-price .price_blocs-v2 .figure {
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }
    .page-price .price_blocs-v2 .info {
      padding-left: 32px;
    }
    .page-price .price_blocs-v2 .price_bloc .price_area {
      width: auto;
    }
    .page-price .price_blocs-v2 .maker_price .maker {
      margin-bottom: 0;
    }
    .page-price .iziModal .iziModal-content {
      padding: 40px !important;
    }
  }
  @media (max-width: 768px) {
    .page-price .price_blocs-v2 .maker_price .maker {
      margin-left: auto;
      margin-right: auto;
    }
    .page-price .price_blocs-v2 .price_bloc .price_area {
      width: 100%;
    }
  }
  @media (max-width: 560px) {
    .page-price .price_blocs-v2 .price_bloc {
      width: calc(100% + 32px);
      margin-left: -16px;
    }
    .page-price .price_blocs-v2 .figure__info {
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .page-price .price_blocs-v2 .figure,
    .page-price .price_blocs-v2 .info {
      padding-left: 20px;
      padding-right: 20px;
    }
    .page-price .price_blocs-v2 .figure {
      margin-bottom: 24px;
    }
    .page-price .price_blocs-v2 .figure img {
      max-width: 90%;
    }
    .page-price .price_blocs-v2 .tbl_list--item .ttl {
      width: 100%;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .page-price .price_blocs-v2 .last-attn {
      row-gap: 8px;
    }
    .page-price .modal .close {
      top: -48px;
      width: 40px;
      height: 40px;
    }
    .page-price .iziModal .iziModal-content {
      padding: 16px !important;
    }
  }

/* page-headoffice
*************************************************** */
  .page-headoffice .message .img_area {
    position: absolute;
    right: calc(50% + 140px);
    width: calc(50vw - 140px);
    max-width: 820px;
    height: 100%;
  }
  .page-headoffice .message .img_src {
    top: -1%;
    background-image: url(../images/headoffice/message_img.jpg);
  }
  .page-headoffice .message .txt_area {
    margin-left: 564px;
  }
  .page-headoffice .message .head2 {
    letter-spacing: .3em;
  }
  .page-headoffice .message .name_area {
    padding-bottom: 24px;
  }
  .page-headoffice .message .ceo_name:not(:last-child) {
    margin-right: 64px;
  }
  .page-headoffice .message .ceo_name .job {
    margin-right: 1em;
  }
  .page-headoffice .gm {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 55.556%;
  }
  .page-headoffice .info .btn-def .btn--in {
    min-width: 315px;
  }
  @media screen and (max-width: 1680px) {
    .page-headoffice .message .img_src {
      background-position: right center;
    }
    .page-headoffice .message .img_area {
      right: auto;
      right: inherit;
      left: -136px;
      width: 590px;
    }
    .page-headoffice .message .txt_area {
      margin-left: 518px;
    }
  }
  @media screen and (max-width: 1280px) {
    .page-headoffice .message .img_area {
      left: 50%;
      width: 53vw;
      max-width: 100vw;
      height: 49vw;
      transform: translateX(-50%);
    }
    .page-headoffice .message .img_src {
      top: 0;
      height: 100%;
      background-position: center;
      background-image: url('../images/headoffice/message_img-smpc.jpg');
      transform: none !important;
    }
    .page-headoffice .message .txt_area {
      padding-top: calc(49vw + 80px);
      margin-left: 0;
    }
    .page-headoffice .message .ttl_area {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .page-headoffice .message .ttl_area .logo {
      margin-bottom: 24px;
    }
    .page-headoffice .message .ttl_area .logo img {
      width: 248px;
    }
  }
  @media screen and (max-width: 960px) {
    .page-headoffice .message .img_area {
      width: 75vw;
      height: 67vw;
    }
    .page-headoffice .message .txt_area {
      padding-top: calc(67vw + 80px);
    }
    .page-headoffice .message .ceo_name {
      width: 210px;
    }
    .page-headoffice .message .ceo_name:not(:last-child) {
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 560px) {
    .page-headoffice .message .txt_area {
      padding-top: calc(67vw + 56px);
    }
    .page-headoffice .message .ttl_area .logo img {
      width: 200px;
    }
  }

/* contact
*************************************************** */
  .page-contact .info {
    width: 380px;
    margin-right: 96px;
  }
  .page-contact .info .tel {
    font-size: 267%;
  }
  .page-contact .info .tel small {
    font-size: 70%;
  }
  .page-contact .info .list li {
    padding-left: 0;
  }
  .page-contact .line_bloc {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-contact .cf_form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  @media screen and (max-width: 1280px) {
    .page-contact .info_form {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .page-contact .info {
      width: 100%;
      margin-right: 0;
      margin-bottom: 64px;
    }
    .page-contact .tel_area .logo img {
      width: 280px;
    }
    .page-contact .line_bloc {
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: 16px;
    }
    .page-contact .line_bloc .logo img {
      width: 200px;
    }
    .page-contact .line_bloc .ico svg {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 76px;
      height: 74px;
    }
    .page-contact .attn_list {
      display: table;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media screen and (max-width: 1280px) and (min-width: 961px) {
    .page-contact .tel_area,
    .page-contact .line_bloc .logo_ico {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .page-contact .tel_area {
      margin-bottom: 64px;
    }
    .page-contact .tel_area .logo {
      margin-bottom: 0;
      margin-right: 48px;
      padding-top: 16px;
    }

    .page-contact .tel_area .list {
      margin-bottom: 0;
    }
    .page-contact .line_bloc .logo_ico {
      margin-bottom: 32px;
    }
    .page-contact .line_bloc .logo_ico > * {
      margin-bottom: 0;
    }
    .page-contact .line_bloc .ico {
      margin-left: 32px;
      margin-right: 32px;
    }
    .page-contact .line_bloc p {
      text-align: left;
      font-size: 93%;
    }
  }
  @media screen and (max-width: 960px) {
    .page-contact .info {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .page-contact .info .tel_area {
      margin-bottom: 64px;
    }
    .page-contact .info .tel_area > * {
      display: table;
      margin-left: auto;
      margin-right: auto;
    }
    .page-contact .info .tel_area .logo {
      margin-bottom: 16px;
    }
    .page-contact .info .tel_area .tel {
      text-align: center;
    }
    .page-contact .line_bloc {
      width: 540px;
      max-width: 100%;
    }
    .page-contact .line_bloc .logo {
      margin-bottom: 16px;
    }
    .page-contact .line_bloc .ico {
      margin-bottom: 16px;
    }
    .page-contact .line_bloc p {
      margin-bottom: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .page-contact .line_bloc {
      width: 500px;
    }
  }
  @media screen and (max-width: 560px) {
    .page-contact .info {
      margin-bottom: 32px;
    }
    .page-contact .info .tel_area {
      margin-bottom: 32px;
    }
    .page-contact .info .tel_area .logo {
      margin-bottom: 6px;
    }
    .page-contact .info .tel_area .list {
      letter-spacing: .05em;
    }
    .page-contact .info .tel {
      font-size: 229%;
    }
    .page-contact .tel_area .logo img {
      width: 200px;
    }
    .page-contact .line_bloc {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .page-contact .line_bloc .logo img {
      width: 150px;
    }
    .page-contact .line_bloc .ico svg {
      width: 68px;
      height: 65px;
    }
  }
  @media screen and (max-width: 374px) {
    .page-contact .tel_area .logo img {
      width: 180px;
    }
    .page-contact .info .tel {
      font-size: 200%;
    }
    .page-contact .line_bloc p {
      margin-bottom: 16px;
      font-size: 75%;
    }
  }

/* page-privacy
*************************************************** */
  .page-privacy .privacy_bloc .txtarea h3 {
    font-weight: normal;
    margin-top: 1.5em;
  }
  .page-privacy .privacy_bloc .txtarea p.mgn_btm {
    margin-bottom: 1.5em;
  }
  .page-privacy .privacy_bloc-privacy h3 {
    font-size: 123%;
    margin-bottom: 4px;
  }
  @media screen and (max-width: 768px) {
    .page-privacy .privacy_bloc .inner {
      padding-left: 0;
      padding-right: 0;
    }
  }

/* member - pass
*************************************************** */
  .pass_login  {
    height: calc(100vh - 83px);
  }
  .pass_login .post_password .flx > *:not(:last-child) {
    margin-right: 12px;
  }
  .pass_login .post_password input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: #000;
    line-height: 40px;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
  }
  @media screen and (max-width: 1280px) {
    .pass_login .logo img {
      width: 300px;
    }
  }
  @media screen and (max-width: 560px) {
    .pass_login .logo img {
      width: 200px;
    }
    .pass_login .post_password .flx > *:not(:last-child) {
      margin-right: 0;
    }
    .pass_login .post_password input[type="password"] {
      margin-top: 12px;
      margin-bottom: 16px;
      width: 100%;
    }
  }

/* member - page
*************************************************** */
  .page-member .member_news {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 80px;
    padding-right: 80px;
    max-height: 900px;
    overflow-y: scroll;
  }
  .page-member .news_list--item:not(:last-child) {
    margin-bottom: 64px;
  }
  .page-member .news_list--item .ttl {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 32px;
    word-break: break-all;
  }
  .page-member .news_list--item .txt {
    word-break: break-all;
  }
  .page-member .doc_list--item {
    cursor: pointer;
  }
  .page-member .doc_list--item .img_area {
    padding-top: 70%;
  }
  .page-member .doc_list--item .img_area::before {
    left: 50%;
    z-index: 1;
    width: 800px;
    height: 800px;
    border-radius: 100%;
    transform: translate(-50%,6%);
    opacity: 0;
    pointer-events: none;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: btn_hov_out;
  }
  .page-member .doc_list--item a::before {
    z-index: 1;
  }
  .page-member .footer {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top-width: 1px;
    border-top-style: solid;
  }
  @media screen and (min-width: 961px) {
    .page-member .doc_list--item:hover .img_area::before {
      animation-name: btn_hov_in;
    }
  }
  @media screen and (max-width: 768px) {
    .page-member .member_news {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 48px;
      padding-right: 48px;
      margin-bottom: 56px;
      max-height: 600px;
    }
    .page-member .member_news .head2 {
      margin-bottom: 32px;
    }
    .page-member .news_list--item:not(:last-child) {
      margin-bottom: 48px;
    }
    .page-member .news_list--item .ttl {
      margin-bottom: 24px;
      padding-bottom: 24px;
    }
    .page-member .news_list--item .txt {
      margin-bottom: 16px;
    }
    .page-member .clm-3 {
      margin-top: -24px;
    }
    .page-member .clm-3 > *.doc_list--item {
      width: calc(100% / 2 - 10px);
      margin-top: 24px;
      margin-right: 20px;
    }
    .page-member .clm-3 > *.doc_list--item:nth-of-type(3n+3) {
      margin-right: 20px;
    }
    .page-member .clm-3 > *.doc_list--item:nth-of-type(even) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 560px) {
    .page-member .member_news {
      padding-top: 32px;
      padding-bottom: 32px;
      padding-left: 24px;
      padding-right: 24px;
      margin-bottom: 40px;
      max-height: 400px;
    }
    .page-member .member_news .head2 {
      margin-bottom: 24px;
    }
    .page-member .news_list--item:not(:last-child) {
      margin-bottom: 40px;
    }
    .page-member .news_list--item .ttl {
      margin-bottom: 16px;
      padding-bottom: 16px;
    }
    .page-member .news_list--item .txt {
      margin-bottom: 12px;
    }
  }

/* recruitment
*************************************************** */
  .page-recruitment {
    background-color: #fff;
  }
  .page-recruitment .lp_img,
  .page-recruitment .lp_img img {
    width: 100%;
    text-align: center;
  }
  .page-recruitment .cf .inner {
    width: 100%;
  }
  .page-recruitment .form_list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

/* partner
*************************************************** */
  .page-partner .sect_ttl .ttl {
    letter-spacing: .15em;
  }
  .page-partner .txt_area p:not(:last-child) {
    margin-bottom: 2em;
  }
  .page-partner .sect_ttl-line.txt-ctr .line {
    margin-top: 16px;
  }
  .page-partner .page_ttl .img_area {
    padding-top: 100vh;
  }
  .page-partner .page_ttl .img_area::before {
    content: none;
  }
  .page-partner .page_ttl .txt_area {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    translate: 0 -50%;
  }
  .page-partner .page_ttl .txt_area .head1 {
    letter-spacing: .3em;
  }
  .page-partner .scr_imgs .img_src {
    background-image: url(../images/partner/scr_imgs.jpg);
  }
  .page-partner .about .img__txts {
    column-gap: 64px;
  }
  .page-partner .about .img__txts .img_area {
    width: 506px;
  }
  .page-partner .edge .last_txt {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 64px;
  }
  .page-partner .mov_area {
    cursor: auto;
    padding-bottom: 0;
    padding-top: 36.5vw;
  }
  .page-partner .mov_area .img_src {
    background-image: url(../images/partner/prlx_img.jpg);
  }
  .page-partner .license .logo__txts {
    column-gap: 72px;
  }
  .page-partner .license .logo_area .head2 .fnt-lg {
    font-size: 125%;
  }
  .page-partner .flow_list--item_in {
    padding: 24px;
  }
  .page-partner .flow_list--item_in .ttl {
    width: 340px;
    padding-left: 16px;
    border-left-width: 2px;
    border-left-style: solid;
    min-height: 50px;
  }
  .page-partner .flow_list--item .arrow {
    margin-left: 144px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .page-partner .qa {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .page-partner .qa_list--item {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .page-partner .qa_list--item:first-child {
    padding-top: 0 !important;
  }
  .page-partner .qa_list--item .qa_txt {
    column-gap: 24px;
  }
  .page-partner .qa_list--item .label {
    font-size: 147%;
    font-weight: 700;
  }
  .page-partner .qa_list--item .txt {
    margin-top: 7px;
  }
  .page-partner .qa .svg_arch-lft svg {
    left: 16px;
  }
  .page-partner .qa .svg_arch-rgt svg {
    right: 16px;
  }
  .page-partner .contact #cf_form {
    background-color: transparent;
    padding: 0;
  }
  .page-partner .contact .cf_form.v2 .mw_wp_form {
    max-width: 100%;
  }
  .page-partner .contact .form_list {
    width: 1000px;
  }
  .page-partner .contact .form_list--item .item:not(:last-child),
  .page-partner .contact .form_list-status .form_list--item:not(:last-child) {
    margin-bottom: 8px;
  }
  .page-partner .contact .form_list-status .form_list--item .ttl {
    translate: 0;
  }
  .page-partner .contact .form_list--item .item > p {
    width: 465px;
  }
  .page-partner .contact .form_list-status .form_list--item .cont .cf_rc .wpcf7-radio {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 100px;
  }
  .page-partner .contact .form_list-status .form_list--item .cont .cf_rc .wpcf7-list-item:not(:last-child) {
    margin-bottom: 0;
  }
  .page-partner .contact .form_list-status .formErrorContent {
    position: absolute;
    left: calc(100% + 24px);
    white-space: nowrap;
    top: 8px;
  }
  .page-partner .contact .cf_form .desc_txt {
    padding-left: calc(150px + 40px);
    padding-right: 40px;
  }
  .page-partner .contact .confirm_area .form_list--item-staff .flx1 {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
  }
  @media (min-width: 961px) {
    .page-partner .contact .form_list-status .form_list--item:not(:first-child) {
      padding-top: 0;
    }
    .page-partner .contact .form_list-status .form_list--item:not(:last-child) {
      padding-bottom: 0;
    }
  }
  @media (max-width: 1480px) {
    .page-partner .contact .cf_form .desc_txt {
      padding-left: 0;
      padding-right: 0;
    }
    .page-partner .contact .form_list--item .item > p {
      width: 420px;
    }
    .page-partner .contact .form_list-status .form_list--item .cont .cf_rc .wpcf7-radio {
      column-gap: 48px;
    }
  }
  @media (max-width: 1280px) {
    .page-partner .about .img__txts .img_area {
      width: calc(50% - 32px);
    }
    .page-partner .contact .form_txt {
      text-align: left;
    }
    .page-partner .contact .form_list {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (max-width: 1064px) {
    .page-partner .about .img__txts {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .page-partner .about .img__txts .img_area {
      width: 505px;
      max-width: 100%;
      height: 404px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 48px;
    }
  }
  @media (max-width: 960px) {
    .page-partner .sect_ttl .ttl {
      line-height: 1.6em;
    }
    .page-partner .license .logo__txts {
      row-gap: 40px;
    }
    .page-partner .flow_list--item_in {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .page-partner .flow_list--item_in .ttl {
      width: 100%;
    }
    .page-partner .flow_list--item_in .txt {
      padding-left: 16px;
      padding-right: 16px;
    }
    .page-partner .flow_list--item .arrow {
      display: table;
      margin-left: auto;
      margin-right: auto;
    }
    .page-partner .contact .form_list-hor .form_list--item {
      display: block;
    }
    .page-partner .contact .form_list-status .form_list--item .cont .cf_rc .wpcf7-radio {
      column-gap: 24px;
    }
    .page-partner .contact .form_list--item .item {
      column-gap: 0;
    }
    .page-partner .contact .form_list--item .item > p{
      width: auto;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1;
    }
    .page-partner .contact .form_list--item .item > .cf_rc {
      width: calc(100% - 400px);
    }
    .page-partner .fix_btns.v2 .fix_btn-contact {
      left: 8px;
      bottom: 8px;
      width: calc(100% - 16px);
      height: 56px;
      border: 1px solid #f6f6f6;
      background-color: #fff;
      translate: 0 8px;
      opacity: 0;
    }
    .page-partner.scrolled .fix_btns.v2 .fix_btn-contact {
      opacity: 1;
      translate: 0 0;
    }
    .page-partner .header.active .fix_btns.v2 .fix_btn-contact {
      opacity: 0;
      pointer-events: none;
    }
    .page-partner .fix_btns.v2 .fix_btn-contact .fix_btn--in::before {
      transform: scale(1);
    }
  }
  @media (max-width: 768px) {
    .page-partner .page_ttl .img_area .img_src.js-rellax {
      top: -10%;
    }
    .page-partner .mov_area {
      padding-top: 46.5vw;
    }
    .page-partner .contact .form_list--item .item > .cf_rc {
      width: calc(100% - 380px);
    }
  }
  @media (max-width: 560px) {
    .page-partner .sect_ttl .ttl {
      font-size: 143%;
    }
    .page-partner .page_ttl .logo img {
      scale: .8;
      margin-bottom: 0;
    }
    .page-partner .page_ttl .img_area .img_src.js-rellax {
      background-image: url('../images/partner/page_img-partner-sp.jpg') !important;
    }
    .page-partner .page_ttl .txt_area {
      top: 28%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .page-partner .page_ttl .txt_area .head1 {
      order: 2;
      margin-bottom: 0;
      margin-top: 40px;
    }
    .page-partner .page_ttl .txt_area .logo {
      order: 1;
    }
    .page-partner .about .img__txts .img_area {
      height: 72vw;
      margin-bottom: 24px;
    }
    .page-partner .edge .last_txt {
      width: calc(100% + 16px);
      margin-left: -8px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .page-partner .edge .lr_bloc-def .img_area {
      width: 100%;
    }
    .page-partner .mov_area .img_area .img_src {
      top: 0;
      height: 100%;
      transform: translate(0) !important;
    }
    .page-partner .license .logo__txts {
      row-gap: 24px;
    }
    .page-partner .license .logo img {
      width: 180px;
    }
    .page-partner .flow_list--item_in {
      padding-left: 16px;
      padding-right: 16px;
    }
    .page-partner .flow_list--item_in .ttl {
      min-height: 32px;
      margin-bottom: 8px;
    }
    .page-partner .flow_list--item .arrow {
      margin-top: 16px;
      margin-bottom: 16px;
    }
    .page-partner .flow_list--item .arrow img {
      width: 64px;
    }
    .page-partner .flow_list--item_in {
      width: calc(100% + 16px);
      margin-left: -8px;
    }
    .page-partner .flow_list--item_in .txt {
      padding: 0;
    }
    .page-partner .qa_list {
      margin-bottom: 32px;
    }
    .page-partner .qa_list--item .qa_txt {
      column-gap: 8px;
    }
    .page-partner .qa_list--item .label {
      font-size: 129%;
    }
    .page-partner .qa_list--item .txt {
      margin-top: 4px;
    }
    .page-partner .qa_list--item {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .page-partner .contact .cf_form {
      width: 100%;
      margin-left: 0;
    }
    .page-partner .contact .form_list--item .item {
      padding-top: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #fff;
    }
    .page-partner .contact .form_list--item .item:first-child {
      border-top: 1px solid #fff;
    }
    .page-partner .contact .form_list--item .item > p {
      width: 224px;
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
    }
    .page-partner .contact .form_list--item .item.sp-fnt-sm > p {
      font-size: 88%;
      line-height: 1.6em;
      letter-spacing: .05em;
    }
    .page-partner .contact .form_list--item .item > .cf_rc {
      width: 92px;
      column-gap: 12px;
      translate: 0 2px;
      margin-left: auto;
    }
    .page-partner .contact .form_list--item-staff .cont {
      row-gap: 8px;
    }
    .page-partner .contact .form_list--item-staff input {
      text-align: right;
    }
    .page-partner .contact .form_list-status .form_list--item .cont .cf_rc .wpcf7-radio {
      column-gap: 24px;
      column-gap: 12px;
      translate: 0 -4px;
    }
    .page-partner .fix_btns.v2 .fix_btn-contact .fix_btn--in {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      column-gap: 6px;
    }
    .page-partner .fix_btns.v2 .fix_btn-contact .fix_btn--ico {
      translate: 0 1px;
    }
  }
  @media (max-width: 374px) {
    .page-partner .page_ttl .txt_area .head1 {
      font-size: 125%;
      margin-top: 24px;
    }
    .page-partner .page_ttl .logo img {
      scale: .75;
    }
    .page-partner .contact .form_list--item .item > .cf_rc {
      width: calc(100% - 224px);
    }
  }


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

    ARCHIVE

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

/* main_column
**************************************** */
  .main_column {
    flex: 1;
    margin-right: 80px;
  }

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

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

/* list
**************************************** */
  .archive-list .select_area .btn_list .btn {
    width: calc(100% / 3 - 22px);
    margin-bottom: 48px;
  }
  .archive-list .select_area .btn_list .btn-def .btn--in {
    min-width: 100%;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 100%;
    line-height: 1.4em;
  }
  .archive-list .select_area .btn_list .btn .arrow {
    position: absolute;
    left: 50%;
    top: calc(100% + 38px);
    width: 10px;
    height: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    transform: rotate(135deg) translateX(-50%);
  }
  .archive-list .search_map .gm {
    padding-top: 36.4585%;
  }
  .archive-list .search_map .gm a {
    z-index: 1;
  }
  .archive-list .search_map .btn-def .btn--in {
    min-width: 300px;
  }
  @media screen and (min-width: 561px) {
    .archive-list .search_map .gm iframe {
      pointer-events: none;
    }
    .archive-list .search_map .gm a:hover {
      background-color: rgba(0,0,0,.25);
    }
  }
  @media screen and (min-width: 769px) {
    .archive-list .select_area .btn_list .btn br {
      display: none;
    }
  }
  @media screen and (max-width: 1280px) {
    .archive-list .search_map .gm {
      padding-top: 50%;
    }
  }
  @media screen and (max-width: 768px) {
    .archive-list .select_area .btn_list .btn {
      width: calc(100% / 3 - 8px);
      margin-bottom: 40px;
    }
    .archive-list .select_area .btn_list .btn-def .btn--in {
      padding-top: 16px;
      padding-bottom: 16px;
      height: auto;
    }
    .archive-list .select_area .btn_list .btn .arrow {
      top: calc(100% + 22px);
    }
    .archive-list .search_map .gm {
      padding-top: 65%;
    }
  }
  @media screen and (max-width: 560px) {
    .archive-list .search_map .gm {
      padding-top: 150%;
    }
  }
  @media screen and (max-width: 413px) {
    .archive-list .select_area .btn_list .btn-def .btn--in {
      font-size: 85%;
    }
  }
  @media screen and (max-width: 374px) {
    .archive-list .select_area .btn_list .btn {
      width: calc(100% / 3 - 4px);
      letter-spacing: 0em;
    }
  }

  .archive-list .select_area.v2 .btn_list .btn {
    width: calc(100% / 4 - 22px);
  }
  @media (max-width: 960px) {
    .archive-list .select_area.v2 .btn_list .btn {
      width: calc(100% / 4 - 8px);
    }
  }
  @media (max-width: 560px) {
    .archive-list .select_area.v2 .btn_list .btn {
      width: calc(100% / 2 - 8px);
    }
    .archive-list .select_area.v2 .btn_list .btn .arrow {
      top: calc(100% + 12px);
    }
  }

  .archive-list .posts-list .post {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .archive-list .posts::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 5px;
    height: calc(100% - 48px);
  }
  .archive-list .posts .ttl_area {
    margin-bottom: 3px;
  }
  .archive-list .posts .pref {
    width: 120px;
  }
  .archive-list .posts .zip {
    margin-right: 8px;
  }
  .archive-list .posts .btn:not(:last-child) {
    margin-right: 24px;
  }
  .archive-list .posts .btn--in {
    width: 250px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-width: 1px;
    border-style: solid;
  }
  .archive-list .posts .btn .ico,
  .archive-list .posts .btn .txt {
    mix-blend-mode: exclusion;
  }
  .archive-list .posts .btn .ico {
    margin-right: 16px;
  }
  .archive-list .posts .btn svg {
    display: block;
  }
  .archive-list .posts .btn.disabled {
    pointer-events: none;
    opacity: .25;
  }
  @media screen and (min-width: 961px) {
    .archive-list .posts .btn a:hover {
      background-color :#000;
    }
  }
  @media screen and (max-width: 1400px) {
    .archive-list .posts-list .btn_list {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 6px;
    }
    .archive-list .posts .btn:not(:last-child) {
      margin-right: 0;
    }
    .archive-list .posts .btn--in {
      padding-top: 4px;
      padding-bottom: 4px;
    }
  }
  @media screen and (max-width: 1064px) {
    .archive-list .posts .post--in {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
    .archive-list .posts .pref {
      width: 80px;
      font-size: 69%;
      background-color: #fff;
      text-align: center;
      font-weight: bold;
      margin-bottom: 8px;
      color: rgba(0,0,0,.6);
    }
    .archive-list .posts .ttl_area,
    .archive-list .posts .post--add {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .archive-list .posts .post--add {
      line-height: 1.4em;
    }
    .archive-list .posts .btn--in {
      width: 180px;
    }
    .archive-list .posts .btn .ico {
      margin-right: 10px;
    }
    .archive-list .posts .btn .ico svg {
      height: 16px;
    }
    .archive-list .posts-list .post {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 680px) {
    .archive-list .posts .ttl__add {
      width: 100%;
      margin-bottom: 12px;
    }
    .archive-list .posts .ttl_area {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .archive-list .posts .post--ttl {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1;
      padding-right: 16px;
    }
    .archive-list .posts .pref {
      margin-bottom: 0;
    }
    .archive-list .posts-list .btn_list {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .archive-list .posts .btn:not(:last-child) {
      margin-bottom: 0;
      margin-right: 12px;
    }
  }
  @media screen and (max-width: 460px) {
    .archive-list .posts {
      padding-left: 0;
    }
    .archive-list .posts .post::before {
      content: none;
    }
    .archive-list .posts .btn_list {
      width: 100%;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .archive-list .posts .btn {
      width: calc(50% - 4px);
    }
    .archive-list .posts .btn:not(:last-child) {
      margin-right: 0;
    }
    .archive-list .posts .btn-tel {
      letter-spacing: .05em;
    }
    .archive-list .posts .btn--in {
      width: 100%;
    }
    .archive-list .posts .btn .ico {
      margin-right: 6px;
    }
    .archive-list .posts .btn .ico svg {
      height: 14px;
    }
  }
  @media screen and (max-width: 374px) {
    .archive-list .posts .btn--in {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .archive-list .posts .btn .ico {
      margin-right: 0px;
      margin-bottom: 4px;
    }
    .archive-list .posts .btn .txt {
      line-height: 1em;
    }
  }

  .archive-list .posts-executive {
    column-gap: 32px;
  }
  .archive-list .posts-executive .post {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  .archive-list .posts-executive .post--in {
    height: 100%;
    row-gap: 24px;
  }
  .archive-list .posts-executive .img_area {
    width: 100%;
    padding-top: 66.45%;
  }
  .archive-list .posts-executive .img_area img {
    object-fit: cover;
  }
  .archive-list .posts-executive .ttl_area {
    margin-bottom: 12px;
  }
  .archive-list .posts-executive .zip {
    margin-right: 6px;
  }
  .archive-list .posts-executive .btn_list {
    margin-top: auto;
    gap: 16px;
  }
  .archive-list .posts-executive .btn {
    width: calc(50% - 8px);
  }
  .archive-list .posts-executive .btn:not(:last-child) {
    margin-right: 0;
  }
  .archive-list .posts-executive .btn--in {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
  }
  .archive-list .posts-executive .btn .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  @media (max-width: 1480px) {
    .archive-list .posts-executive .btn_list {
      gap: 8px;
    }
    .archive-list .posts-executive .btn {
      width: calc(50% - 4px);
    }
    .archive-list .posts-executive .btn--in {
      padding-left: 12px;
    }
    .archive-list .posts-executive .btn .ico {
      margin-right: 8px;
      scale: .8;
    }
  }
  @media (max-width: 1280px) {
    .archive-list .posts-executive .post--in {
      row-gap: 16px;
    }
    .archive-list .posts-executive .ttl_area {
      margin-bottom: 6px;
    }
    .archive-list .posts-executive .btn--in {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 0;
      row-gap: 4px;
    }
    .archive-list .posts-executive .btn .ico {
      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;
      width: 24px;
      height: 20px;
      margin-right: 0;
    }
    .archive-list .posts-executive .btn .txt {
      line-height: 1em;
    }
  }
  @media (max-width: 1064px) {
    .archive-list .posts-executive  {
      row-gap: 48px;
    }
    .archive-list .posts-executive .post {
      width: calc(50% - 16px);
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
    }
    .archive-list .posts-executive .post--in {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .archive-list .posts-executive .ttl__add {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .archive-list .posts-executive {
      column-gap: 20px;
      row-gap: 32px;
    }
    .archive-list .posts-executive .post {
      width: calc(50% - 10px);
    }
  }
  @media (max-width: 680px) {
    .archive-list .posts-executive .ttl__add {
      margin-bottom: 0;
    }
    .archive-list .posts-executive .btn--in {
      padding-top: 6px;
      padding-bottom: 6px;
      row-gap: 4px;
    }
    .archive-list .posts-executive .btn .txt {
      font-size: 85%;
      letter-spacing: .05em;
    }
  }
  @media (max-width: 560px) {
    .archive-list .posts-executive {
      column-gap: 16px;
      row-gap: 20px;
    }
    .archive-list .posts-executive .post {
      width: calc(50% - 8px);
    }
    .archive-list .posts-executive .post--in {
      row-gap: 12px;
    }
    .archive-list .posts-executive .ttl_area {
      margin-bottom: 4px;
    }
    .archive-list .posts-executive .post--ttl {
      padding-right: 0;
      text-align: left;
      font-size: 93%;
    }
    .archive-list .posts-executive .post--add {
      font-size: 80%;
    }
    .archive-list .posts-executive .btn_list {
      gap: 4px;
      width: 100%;
    }
    .archive-list .posts-executive .btn {
      width: calc(50% - 2px);
    }
    .archive-list .posts-executive .btn .txt {
      font-size: 72%;
    }
    .archive-list .posts-executive .btn .ico {
      scale: 1;
    }
  }
  @media (max-width: 374px) {
    .archive-list .posts-executive .post {
      width: 100%;
    }
  }

/* work
**************************************** */
  .posts-work .post {
    padding-bottom: 32px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .posts-work .post .logo {
    padding-top: 6px;
    margin-right: 48px;
  }
  @media screen and (min-width: 961px) {
    .posts-work .post:hover .img_src {
      transform: scale(1.05);
      opacity: .75;
    }
  }
  @media screen and (max-width: 1280px) {
    .posts-work .post .logo {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 88px;
      margin-right: 0;
      padding-top: 0;
      mix-blend-mode: exclusion;
    }
  }
  @media screen and (max-width: 960px) {
    .posts-work .post { padding-bottom: 28px; }
  }
  @media screen and (max-width: 560px) {
    .posts-work .post { padding-bottom: 24px; }
  }

/* blog
**************************************** */

  .terms_list .btn-def .btn--in {
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-size: 67%;
    padding-left: 16px;
    padding-right: 16px;
    height: 21px;
    min-width: 146px;
    text-align: center;
  }
  .post .img_src {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

   /* --- blog --- */
  .posts-blog .post {
    line-height: 1.4em;
  }
  .posts-blog .post--img {
    width: 100%;
    padding-top: 64.25%;
  }
  .posts-blog .post--info {
    padding-top: 24px;
    padding-bottom: 24px;
    z-index: 1;
  }
  .posts-blog .post--info .terms_list {
    margin-top: -6px;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .posts-blog .post--info .terms_list--item {
    margin-left: 6px;
    margin-top: 6px;
  }
  .posts-blog .post--ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  @media screen and (min-width: 961px) {
    .posts-blog .post:hover .img_src {
      transform: scale(1.05);
      opacity: .75;
    }
  }
  @media screen and (max-width: 960px) {
    .post_type-blog .fix_btn-search,
    .post_type-blog .fix_btn-contact {
      display: none;
    }
    .post_type-blog .side_column {
      background-color: rgba(255,255,255,.95);
    }
  }
  @media screen and (max-width: 560px) {
    .terms_list .btn-def .btn--in {
      min-width: auto;
    }
    .posts-blog .post {
      display: block;
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .posts-blog .post--img {
      padding-left: 0;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }
    .posts-blog .post {
      padding-bottom: 0;
      padding-top: 0;
      width: 100%;
      margin-right: 0;
    }
    .posts-blog .post:not(:last-child) {
      padding-bottom: 24px;
      margin-bottom: 24px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #f4f4f4;
    }
    .post_type-blog .posts-blog,
    .post_type-blog .posts-blog .post {
      margin-top: 0;
      padding-top: 0;
    }
  }
  @media screen and (max-width: 320px) {
    .posts-blog .post--date {
      margin-right: 24px;
    }
  }

/* side_column
**************************************** */
  .side_column { width: 300px; }
  .side_sect:not(:last-child) { margin-bottom: 32px; }
  .side--ttl {
    border-left-width: 2px;
    border-left-style: solid;
    padding-left: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 24px;
    font-size: 133%;
    line-height: 1;
  }
  .side--ttl small {
    font-size: 75%;
    letter-spacing: .05em;
    display: block;
    line-height: 1;
    margin-top: 16px;
  }

  /* --- post --- */
  .posts-side .post:not(:last-child) { margin-bottom: 16px; }
  .posts-side .post--img {
    margin-right: 16px;
    border-radius: 3px;
    width: 64px;
    height: 64px;
    padding-top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .posts-side .post--img .img_src.no_img {
    background-size: 65%;
  }
  .posts-side .txtarea { 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;
    padding-left: .8em;
    margin-bottom: 12px;
  }

  /* --- cat --- */
  .side--cat li:not(:last-child) {
    margin-bottom: 8px;
  }
  .side--work_cat a {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    background-color: #f8f8f8;
  }
  .side--work_cat .active a {
    background-color: #000;
    color: #fff;
  }
  @media screen and (min-width: 1065px) {
    .search_btn {
      display: none;
    }
  }
  @media screen and (max-width: 1064px) {
    .archive-blog .side_column,
    .single-blog .side_column,
    .archive-work .side_column,
    .single-work .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;
    }
    .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-work .side_column {
      display: block;
    }
    .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);
    }
  }
  @media screen and (max-width: 960px) {
    .side--ttl small {
      margin-top: 12px;
    }
  }

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

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

  /* --- news_list --- */
  .news_list .post {
    padding-bottom: 28px;
    padding-top: 28px;
    padding-right: 48px;
    padding-left: 24px;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
  }
  .news_list .post.no_hov .post--link::before {
    content: none;
  }
  .news_list .post::before {
    opacity: 0;
  }
  .news_list .post--date {
    margin-right: 20px;
    transform: translateY(3px);
  }
  .news_list .post--cats {
    z-index: 1;
  }
  .news_list .post--cats a {
    font-size: 67%;
    border: 1px solid rgba(0,0,0,.25);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: .5;
  }
  .news_list .post--cats a:not(:last-child) {
    margin-right: 6px;
  }
  .news_list .post--ttl {
    width: 100%;
    margin-top: 12px;
    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 .arrow {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 6px);
    width: 8px;
    height: 8px;
  }
  .news_list .post--ttl .arrow::before {
    transform: rotate(45deg);
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
  }
  @media screen and (min-width: 961px) {
    .news_list .post:hover::before {
      opacity: .02;
    }
    .news_list .post--cats a:hover {
      opacity: 1;
      background-color: rgba(0,0,0,.04);
      border-color: transparent;
    }
    .news_list .post:hover .arrow {
      animation-duration: .8s;
      animation-timing-function: cubic-bezier(0.07, 0.51, 0.12, 1);
      animation-delay: 0s,.4s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: forwards;
      animation-play-state: running;
      animation-name: slide-rev_rgt-lg,slide-to_rgt-lg;
    }
  }
  @media screen and (max-width: 1064px) {
    .archive-news .main_column,
    .single-news .main_column {
      order: 2;
      margin-top: 48px;
    }
  }
  @media screen and (max-width: 960px) {
    .news_list .post {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .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;
    }
  }
  @media screen and (max-width: 560px) {
    .news_list .post {
      padding-left: 8px;
      padding-right: 8px;
    }
    .archive-news .main_column {
      padding-top: 24px;
      padding-bottom: 32px;
      padding-left: 24px;
      padding-right: 24px;
    }
  }

/* blog
**************************************** */
  .posts-blog .post--date {
    margin-right: 16px;
    font-weight: bold;
  }
  @media screen and (min-width: 1065px) {
    .fix_wrap:not(.flx-rev) .main_column {
      max-width: calc(100% - 380px);
    }
  }
  @media screen and (max-width: 1064px) {
    .posts-blog { margin-bottom: 56px; }
    .archive-blog .fix_wrap.flex,
    .single-blog .fix_wrap.flex {
      display: block;
    }
    .fix_wrap:not(.flx-rev) .main_column {
        width: 100%;
      }
    .archive .main_column,
    .single .main_column {
      overflow: visible;
      margin-right: 0;
    }
    .archive-blog .main_column,
    .single-blog .main_column {
      margin-bottom: 64px;
    }
  }
  @media screen and (max-width: 560px) {
    .archive-blog .main_column,
    .posts-blog {
      margin-bottom: 0;
    }
    .single-blog .container .inner {
      width: 100%;
    }
    .single-blog .main_column {
      margin-bottom: 48px;
    }
    .posts-blog .post {
      display: block;
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .posts-blog .post--date {
      margin-bottom: 0;
    }
    .posts-blog .post--img {
      padding-left: 0;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }
    .posts-blog .post--img img {
      width: auto;
      max-width: 100%;
    }
  }


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

    SINGLE

############################################################################## */
  .single .main_column {
    padding: 64px;
  }
  svg.ico-back {
    fill: #000;
    width: 14px;
    height: 15px;
    margin-right: 6px;
  }
  .pagenavi {
    margin-top: 64px;
  }
  .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: 1px solid #191919;
    font-weight: bold;
    line-height: 1.4;
    padding: 8px 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .4s all;
    margin: 0 0 0 -1px;
    color: #191919;
  }
  .wp-pagenavi span.current {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  @media  only screen and (min-width: 961px) {
    .wp-pagenavi a:hover {
      background-color: #191919;
      border-color: #191919;
      color: #fff;
    }
  }
  @media only screen and (max-width: 768px) {
    .single .main_column {
      padding-top: 32px;
      padding-bottom: 48px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  @media screen and (max-width: 560px) {
    .single .main_column {
      padding-top: 24px;
      padding-bottom: 32px;
      padding-left: 24px;
      padding-right: 24px;
    }
    .single .main_column .head1 {
      font-size: 129%;
    }
    .single .main_column .date_term {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 320px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
      padding: 6px 12px;
    }
  }

/* work
*************************************************** */
  .single-work .page_ttl {
    height: 174px;
  }
  .single-work .page_ttl .img_area {
    display: none;
  }
  .single-work .main .txt_area {
    padding: 64px;
  }
  .single-work .main .logo__ttl .logo {
    padding-top: 4px;
    margin-right: 24px;
  }
  .single-work .tbl__comment > * {
    width: 50%;
  }
  .single-work .tbl th,
  .single-work .tbl td,
  .single-work .comment {
    border-style: solid;
    border-width: 1px;
  }
  .single-work .tbl th,
  .single-work .tbl td {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
    line-height: 1.6em;
  }
  .single-work .tbl td {
    padding-left: 24px;
    padding-right: 24px;
  }
  .single-work .comment {
    margin-left: -1px;
    padding: 20px 24px;
  }
  .single-work .gallery .img {
    cursor: pointer;
  }
  .iziModal .close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 32px;
    right: 32px;
    border-radius: 100%;
  }
  .iziModal .close::before,
  .iziModal .close::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 30%);
    width: 60%;
    height: 2px;
  }
  .iziModal .close::before {
    transform: rotate(45deg);
  }
  .iziModal .close::after {
    transform: rotate(-45deg);
  }
  @med
}
      opacity: .65;
      transform: scale(1.05);
    }
    .iziModal .close:hover {
      transform: rotate(360deg);
    }
  }
  @media screen and (max-width: 1280px) {
    .single-work .page_ttl {
      height: 154px;
    }
    .single-work .tbl__comment {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .single-work .tbl__comment > * {
      width: 100%;
    }
    .single-work .comment {
      margin-left: 0;
      margin-top: -1px;
    }
  }
  @media screen and (max-width: 1064px) {
    .iziModal-navigate {
      z-index: 100000 !important;
    }
    .iziModal-navigate>button {
      width: 48px;
      height: 48px;
      top: inherit;
      top: auto;
      bottom: 32px;
      background: #fff;
      opacity: .9;
      border-radius: 100px;
      box-shadow: 0 0 0 4px rgba(0,0,0,.05);
    }
    .iziModal-navigate>button::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      border-top: 1px solid;
      border-right: 1px solid;
      transform-origin: 0 0;
      border-color: #000;
    }
    .iziModal-navigate .iziModal-navigate-prev {
      left: calc(100% - 140px);
      margin-left: 0 !important;
    }
    .iziModal-navigate .iziModal-navigate-prev::before {
      transform: rotate(-135deg) translate(-50%,-50%);
    }
    .iziModal-navigate .iziModal-navigate-next {
      right: 24px;
      margin-right: 0 !important;
    }
    .iziModal-navigate .iziModal-navigate-next::before {
      transform: rotate(45deg) translate(-50%,-50%);
    }
  }
  @media screen and (max-width: 960px) {
    .single-work .page_ttl {
      height: 0;
    }
    .single-work .main .txt_area {
      padding: 48px;
    }
    .single-work .main .logo__ttl .logo {
      width: 88px;
      margin-right: 16px;
    }
    .single-work .main .head2 {
      font-size: 133%;
    }
  }
  @media screen and (max-width: 768px) {
    .single-work .main .txt_area {
      padding: 32px;
    }
    .single-work .main .logo__ttl {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 24px;
    }
    .single-work .main .logo__ttl .logo {
      padding-top: 0;
      margin-right: 0;
      margin-bottom: 6px;
    }
    .iziModal .close {
      top: 16px;
      right: 16px;
    }
  }
  @media screen and (max-width: 560px) {
    .single-work .main .txt_area {
      padding: 24px;
    }
    .single-work .main .head2 {
      font-size: 116%;
    }
    .single-work .tbl th,
    .single-work .tbl td {
      display: block;
      padding-left: 12px;
      padding-right: 12px;
    }
    .single-work .tbl th {
      color: #b4b4b4;
      font-weight: bold;
      font-size: 85%;
      border-bottom: none;
      padding-top: 12px;
      padding-bottom: 0;
      text-align: left;
    }
    .single-work .tbl td {
      border-top: none;
      padding-bottom: 12px;
      padding-top: 0;
    }
    .single-work .tbl tr:not(:last-child) td {
      border-bottom: none;
    }
    .single-work .comment {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 12px;
      padding-right: 12px;
    }
  }


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

    CONTACT FORM

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

  .cf_form-input .form_flow_list--item-input .num,
  .cf_form-confirm .form_flow_list--item-confirm .num,
  .cf_form-complete .form_flow_list--item-complete .num,
  .cf_form .btn-form.btn-confirm,
  .cf_form .btn-form.btn-send {
    background-color: #000;
  }

/* form_flow
*************************************************** */
  .form_flow_list {
    order: 1;
    margin-bottom: 40px;
    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;
  }
  .cf_form-confirm .form_flow_list .form_flow_list--item-confirm,
  .cf_form-complete .form_flow_list .form_flow_list--item-complete {
    z-index: 1;
  }
  .form_flow_list--item:not(:last-child) {
    border-right: none;
  }
  .cf_form-confirm .form_flow_list .form_flow_list--item-input,
  .cf_form-complete .form_flow_list .form_flow_list--item:not(.form_flow_list--item-complete) {
    color: #ccc;
  }
  .form_flow_list--item::before,
  .form_flow_list--item::after,
  .form_flow_list--item .num {
    background-color: #ccc;
  }
  .form_flow_list--item::before {
    content: '';
    position: absolute;
    top: 23px;
    left: calc(50% - 1em);
    z-index: -1;
    width: 100%;
    height: 2px;
  }
  .form_flow_list--item:last-of-type::before {
    content: none;
  }
  .form_flow_list--item .num {
    width: 48px;
    height: 48px;
    font-size: 125%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    margin-bottom: 6px;
    font-weight: bold;
    color: #fff;
  }
  @media screen and (max-width: 960px) {
    .form_flow_list {
      width: 100%;
      max-width: 100%;
    }
    .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
*************************************************** */
  #cf_form .confirm_area,
  .response_load,
  .wpcf7-spinner,
  .wpcf7-response-output,
  .confirm_area .confirm-none {
    display: none;
  }
  .cf_form {
    background-color: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .form_list {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form_list--item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .form_list--item .ttl {
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
  }
  .confirm_area .form_list--item .ttl .txt {
    font-weight: bold;
    font-size: 85%;
    opacity: .5;
  }
  .form_list--item .cont .txt {
    min-width: 36px;
    display: block;
  }
  .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: 44px;
    line-height: 44px;
  }
  .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: 1px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
    font: inherit;
    font-size: 100%;
  }
  .form_list--item .cont textarea {
    height: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .form_list--item .cont select { height: 40px; }
  .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"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .form_list--item .cont .cf_rc .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .form_list--item .cont .cf_rc .wpcf7-list-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .form_list--item .cont .cf_rc .wpcf7-list-item-label {
    display: inline-block;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
  }

  .form_list--item .cont .cf_rc .wpcf7-list-item-label:hover { opacity: .7; }
  .form_list--item .cont .cf_rc .wpcf7-list-item-label::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 .wpcf7-list-item-label::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"] + .wpcf7-list-item-label::before { border-radius: 10px; }
  .form_list--item .cont .cf_rc input[type="radio"]:checked ~ .wpcf7-list-item-label,
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked ~ .wpcf7-list-item-label {
    color: rgb(250,0,0);
    font-weight: bold;
  }
  .form_list--item .cont .cf_rc input[type="radio"]:checked ~ .wpcf7-list-item-label::before,
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before,
  .form_list--item .cont .acceptance input[type="checkbox"]:checked {
    border-color: rgb(250,0,0);
  }
  .form_list--item .cont .cf_rc input[type="radio"]:checked ~ .wpcf7-list-item-label::after,
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked ~ .wpcf7-list-item-label::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 ~ .wpcf7-list-item-label::after {
    top: 12px;
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: rgb(250,0,0);
    border-radius: 100%;
  }
  .form_list--item .cont .cf_rc input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after,
  .form_list--item .cont .acceptance input[type="checkbox"]:checked::after {
    top: 9px;
    left: 5px;
    width: 5px;
    height: 9px;
    border-right: 2px solid rgb(250,0,0);
    border-bottom: 2px solid rgb(250,0,0);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media (min-width: 961px) and (max-width: 1500px){
    .form_list--item .cont .cf_rc .wpcf7-list-item-label::before {
      top: 5px;
    }
    .form_list--item .cont .cf_rc input[type="radio"]:checked ~ .wpcf7-list-item-label::after {
      top: 10px;
    }
    .form_list--item .cont .cf_rc input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after,
    .form_list--item .cont .acceptance input[type="checkbox"]:checked::after {
      top: 7px;
    }
  }

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

/* date
*************************************************** */
  .form_list--item .select-date select {
    margin-right: 8px;
  }

/* file
*************************************************** */
  .form_list--item ul.cf_files {
    overflow: hidden;
    margin-bottom: 8px;
    row-gap: 10px;
  }
  .form_list--item .cf_file {
    width: calc(100% / 3 - 8px*2/3);
  }
  .input_area .form_list--item .cf_file input[type="file"] {
    width: 100%;
    background-color: transparent !important;
  }
  .input_area .form_list--item .cf_file input[type="file"]::file-selector-button {
    color: #111111;
    font-size: 14px;
    border: 0;
    border-radius: 10em;
    padding: 4px 16px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
    background-color: #f6f6f6;
    letter-spacing: .1em;
    font-size: 100%;
    text-align: center;
  }
  .confirm_area .form_list--item .attn_list {
    display: none;
  }
  .confirm_area .form_list--item ul.cf_files {
    margin-top: -4px;
    margin-bottom: -4px;
    row-gap: 0;
  }
  .confirm_area .form_list--item .cf_file {
    width: 100%;
    font-size: 85%;
  }
  .confirm_area .form_list--item .file_wrap {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .form_list--item .file_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 8px;
  }
  .form_list--item .file_wrap .preview {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #000;
  }
  .form_list--item .file_wrap .preview img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width: 1280px) {
    .form_list--item .cf_files {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .form_list--item .cf_file {
      width: 100%;
    }
  }

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

  /* --- support --- */
  .cf_form--support {
    margin-top: 8px;
    line-height: 1.6em;
    font-size: 93%;
    width: 100%;
  }

  /* --- required --- */
  .required {
    color: rgb(250,0,0);
    margin-left: 4px;
  }

  /* --- cf_form--btns --- */
  .cf_form--btns p {
    padding-top: 32px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 16px;
  }
  .cf_form .btn-form {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 28px;
    padding-right: 28px;
    border: none;
    border-radius: 0px;
    line-height: 1em;
    letter-spacing: .2em;
    font-size: 100%;
  }
  .cf_form .btn-form.btn-confirm,
  .cf_form .btn-form.btn-send {
    color: #fff;
  }

  /* --- error --- */
  .cf_form .wpcf7-not-valid-tip {
    display: none; /* validation engineでエラーテキストが重複するためトル */
  }
  .cf_form .formError {
    position: static !important;
    font-weight: bold;
  }
  .cf_form .formErrorContent {
    position: relative;
    display: block;
    margin-bottom: 6px;
    line-height: 1.4em;
    padding-left: 16px;
    color: rgb(250,0,0) !important;
    font-size: 70%;
  }
  .cf_form .formErrorContent::before {
    display: inline-block;
    position: absolute;
    top: .8em;
    left: 0;
    content: '!';
    width: 13px;
    height: 13px;
    padding-left: 1px;
    line-height: 12px;
    margin-right: 4px;
    border-radius: 100%;
    background-color: rgb(250,0,0);
    color: #fff;
    text-align: center;
    transform: translateY(-50%) scale(.8);
    font-size: 85%;
  }
  .cf_form .formError + input,
  .cf_form .formError + select,
  .cf_form .formError + textarea,
  .cf_form .formError + input[type="file"]::file-selector-button {
    background-color: rgba(250,0,0,.1) !important;
    border-color: rgba(250,0,0,.5) !important;
  }
  input[name="recaptcha-v3"] + .wpcf7-not-valid-tip {
    display: table;
    margin-top: 24px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  input[name="recaptcha-v3"] + .wpcf7-not-valid-tip::before {
    content: none;
  }
  input[name="recaptcha-v3"] + .wpcf7-not-valid-tip::after {
    content: '\5165\529B\5B8C\4E86\307E\3067\306E\5236\9650\6642\9593\3092\8D85\3048\305F\305F\3081\3001\30BB\30C3\30B7\30E7\30F3\306E\6709\52B9\671F\9650\304C\5207\308C\307E\3057\305F\3002\304A\624B\6570\3067\3059\304C\3001\3082\3046\4E00\5EA6\300E\5165\529B\5185\5BB9\3092\78BA\8A8D\300F\30DC\30BF\30F3\3092\62BC\3057\3066\304F\3060\3055\3044\3002';
    width: 100%;
    display: block;
    margin-top: 8px;
    text-align: justify;
    color: rgb(250,0,0);
    line-height: 1.6em;
  }

  /* --- ver --- */
  .form_list-ver .form_list--item .ttl {
    margin-bottom: 16px;
    line-height: 1em;
    font-size: 120%;
  }
  /* --- 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: 150px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    translate: 0 7px;
  }
  .form_list-hor .form_list--item .cont {
    flex: 1;
  }
  @media (min-width: 961px) and (max-width: 1500px){
    .form_list-hor .form_list--item .ttl {
      translate: 0 9px;
    }
  }
  @media (max-width: 960px) {
    .form_list-hor .form_list--item .ttl {
      translate: 0;
    }
  }
  @media (max-width: 560px) {
    .form_list-ver .form_list--item .ttl {
      font-size: 113%;
    }
  }

  /* --- wpcf7-response-output ---  */
  .wpcf7 form {
    position: relative;
    min-height: calc(108px + 122px);
  }
  .response_load {
    min-height: 108px;
    position: absolute;
    width: 100%;
  }
  .response_load .load {
    row-gap: 8px;
  }
  .response_load .line {
    width: 120px;
    height: 1px;
  }
  .response_load .line::before {
    clip-path: inset(100% 0 -20% 0);
  }
  .response_load.is_show .load,
  .response_load.is_show .line::before {
    animation-timing-function: cubic-bezier(0.77,0,0.18,1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .response_load.is_show .load {
    animation-delay: 2.5s;
    animation-duration: .6s;
    animation-name: fade_out;
  }
  @keyframes mask-to_rgt {
    0% { transform: translateX(-8px); clip-path: inset(0 100% -20% 0); }
    100% { transform: translateX(0px); clip-path: inset(0 0 -20% 0); }
  }
  .response_load.is_show .line::before {
    animation-duration: 2.5s;
    animation-name: mask-to_rgt;
  }
  .wpcf7 form .wpcf7-response-output {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border: none;
    margin: 0;
    background-color: transparent;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc32320d;
  }
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e280d;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb9000d;
  }

  @media (max-width: 1480px) {
    .wpcf7 form .wpcf7-response-output {
      text-align: left;
    }
  }

  @media only screen and (max-width: 960px) {
    .form_list-hor .form_list--item {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .form_list-hor .form_list--item .ttl {
      width: auto;
      line-height: 1em;
      margin-bottom: 16px;
    }
    .form_list-hor .form_list--item .cont {
      margin-left: 0;
    }
  }
  @media only screen and (max-width: 560px) {
    .cf_form {
      width: calc(100% + 24px);
      margin-left: -12px;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .form_list--item {
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .form_list--item .cont input[type="text"],
    .form_list--item .cont input[type="email"],
    .form_list--item .cont input[type="tel"],
    .form_list--item .cont input[type="date"],
    .form_list--item .cont input[type="password"],
    .form_list--item .cont textarea {
      font-size: 16px;
    }
    .form_list--item .cont .cf_rc .wpcf7-list-item {
      display: block;
    }
    .form_list--item .cont .cf_zip input[type="text"] {
      width: calc(100% - 23px);
      margin-right: 0;
    }
    .cf_form--btns p {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      row-gap: 16px;
    }
    .wpcf7 form .wpcf7-response-output {
      padding-top: 24px;
      padding-bottom: 24px;
    }
  }

  .page-contact .form_list--item-type .wpcf7-list-item::after {
    display: block;
    font-size: 86%;
    margin-top: 6px;
  }
  .page-contact .form_list--item-type .wpcf7-list-item:nth-of-type(2)::after {
    content: '\FF0A\30B9\30C1\30FC\30EB\30A2\30FC\30C1\306F\5EFA\7BC9\7269\3068\306A\308A\3001\8A2D\8A08\304B\3089\5EFA\7BC9\30FB\30A2\30D5\30BF\30FC\30D5\30A9\30ED\30FC\307E\3067\4E00\5F0F\3092\8ACB\3051\8CA0\3048\308B\4F01\696D\69D8\304C\5BFE\8C61\3068\306A\308A\307E\3059\3002\306A\304A\3001\6750\6599\306E\307F\306E\8CA9\58F2\306F\884C\3063\3066\304A\308A\307E\305B\3093\306E\3067\3001\3042\3089\304B\3058\3081\3054\4E86\627F\304F\3060\3055\3044\3002';
  }
  .page-contact .form_list--item-type .wpcf7-list-item:nth-of-type(3)::after {
    content: '\FF0A\304A\554F\3044\5408\308F\305B\5185\5BB9\3092\3054\8A18\5165\304F\3060\3055\3044\3002';
  }


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

    QUOTATION

############################################################################## */
  .page-quotation .form_list--item-size .cont {
    column-gap: 40px;
  }
  .page-quotation .form_list--item-budget .cont {
    column-gap: 12px;
  }
  .page-quotation .form_list--item-budget .cont input[type="text"] {
    width: 120px;
  }
  .page-quotation .form_list-ver .form_list--item .ttl.sm {
    font-size: 100%;
    margin-bottom: 0;
    width: 162px;
  }
  @media (min-width: 961px) and (max-width: 1500px) {
    .page-quotation .form_list-ver .form_list--item .ttl.sm {
      width: 136px;
    }
  }
  @media (max-width: 960px) {
    .page-quotation .form_list--item-size .cont {
      column-gap: 24px;
    }
  }
  @media (max-width: 560px) {
    .page-quotation .form_list--item-size .cont {
      column-gap: 10px;
    }
    .page-quotation .form_list-ver .form_list--item .ttl.sm {
      width: 100%;
      margin-bottom: 8px;
    }
  }

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

    reCAPTCHA

====================================================================================== */
  .footer .recaptcha_txt {
    display: block;
    font-size: 67%;
    line-height: 1.6em;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }