@charset "utf-8";

.l-header_button01-list {
  display: grid;
  gap: min(.4081632653vw + 3.4693877551px,10px);
  grid-template-columns: repeat(3,1fr)
}

.l-header_button01.-blue a {
  background-color: #103f99
}

.l-header_button01.-yellow a {
  background-color: #ffc123
}

.l-header_button01.-orange a {
  background-color: #ec6340
}
.l-header_link03-list {
  margin: -1em 0
}

.l-header_button01 {
  font-weight: 700;
  line-height: 1.5
}

.l-header_button01 a {
  align-items: center;
  color: #fff;
  display: flex;
  gap: .5em;
  height: 3.75em;
  justify-content: center;
  transition-duration: .5s;
  width: auto;
}

.l-header_button01-list {
  display: grid;
  gap: min(.4081632653vw + 3.4693877551px,10px);
  grid-template-columns: repeat(3,1fr);
  bottom: 0;
  gap: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
}


@media only screen and (max-width: 1023px) {
  .l-header_button01 a {
      border-radius: initial;
      flex-direction: column;
      font-size: min(calc(1.06122vw + .56378rem),1.625rem);
      gap: .2em;
      height: 4.615em;
      width: auto
  }

  .l-header_button01-list {
   
      transition-duration: .5s
  }

  .is-bottom .l-header_button01-list,.is-drawer-open .l-header_button01-list {
      bottom: -10%;
      opacity: 0
  }
}





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

    COMMON

############################################################################## */
html {
    font-size: 16px;
  }
  body {
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    line-height: 1.8;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .08em;
    *font-size: small;
    *font: x-small;
    color: #333;
    -webkit-font-smoothing: antialiased;
  }
  ul,
  ol { list-style: none; }
  small { font-size: .875rem; /* 14px */ }
  a,
  a[href="javascript:void(0);"]:hover {
    color: #333;
    text-decoration: none;
    transition: all .2s ease-out;
    outline : none;
  }
  a[href="javascript:void(0);"],
  a[href="javascript:void(0);"]::before {
    color: inherit;
    cursor: default;
    opacity: 1;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  a:focus {
    text-decoration: none !important;
  }
  img {
    vertical-align: middle;
  }
  address,
  em,
  i {
    font-style: normal;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  svg {
    transition: all .4s ease-out;
  }

  @media screen and (max-width: 767px) {
    html {
      font-size: 14px;
    }
    body {
      -webkit-text-size-adjust: none;
      word-break: break-word;
    }
    img {
      max-width: 100%;
      height: auto;
    }
    small { font-size: .813rem; /* 13px */ }
  }

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

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

  /* --- position --- */
  .pos_rel {
    position: relative;
  }
  .pos_ab {
    position: absolute;
  }

  /* --- margin --- */
  .mgn-btm8 { margin-bottom: 8px; }
  .mgn-btm16 { margin-bottom: 16px; }
  .mgn-btm24 { margin-bottom: 24px; }
  .mgn-btm32 { margin-bottom: 32px; }
  .mgn-btm40 { margin-bottom: 40px; }
  .mgn-btm48 { margin-bottom: 48px; }
  .mgn-btm56 { margin-bottom: 56px; }
  .mgn-btm64 { margin-bottom: 64px; }
  .mgn-btm72 { margin-bottom: 72px; }
  .mgn-btm80 { margin-bottom: 80px; }

  /* --- font-size --- */
  .fz-12 { font-size: .75rem; /* 12px */ }
  .fz-13 { font-size: .813rem; /* 13px */ }
  .fz-14 { font-size: .875rem; /* 14px */ }
  .fz-15 { font-size: .938rem; /* 15px */ }
  .fz-16 { font-size: 1rem; /* 16px */ }
  .fz-17 { font-size: 1.063rem; /* 17px */ }
  .fz-18 { font-size: 1.125rem; /* 18px */ }
  .fz-20 { font-size: 1.25rem; /* 20px */ }
  .fz-24 { font-size: 1.5rem; /* 24px */ }
  .fz-26 { font-size: 1.625rem; /* 26px */ }
  .fz-28 { font-size: 1.75rem; /* 28px */ }
  .fz-30 { font-size: 1.875rem; /* 30px */ }
  .fz-32 { font-size: 2rem; /* 32px */ }
  .fz-36 { font-size: 2.25rem; /* 36px */ }
  .fz-40 { font-size: 2.5rem; /* 40px */ }
  .fz-44 { font-size: 2.75rem; /* 44px */ }
  .fz-48 { font-size: 3rem; /* 48px */ }
  .fz-56 { font-size: 3.5rem; /* 56px */ }
  .fz-64 { font-size: 4rem; /* 64px */ }

  /* --- pc or sp --- */
  .pc-none,
  .pc-none-inline,
  .pc-none-table,
  .pc-none-flex { display: none; }
  .sp-none { display: block; }
  .sp-none-inline { display: inline; }
  .sp-none-table { display: table; }
  .sp-none-flex {
    display: flex;
  }
  @media screen and (max-width: 767px) {

    /* --- margin --- */
    .mgn-btm16 { margin-bottom: 8px; }
    .mgn-btm24 { margin-bottom: 16px; }
    .mgn-btm32 { margin-bottom: 16px; }
    .mgn-btm40 { margin-bottom: 24px; }
    .mgn-btm48 { margin-bottom: 24px; }
    .mgn-btm56 { margin-bottom: 32px; }
    .mgn-btm64 { margin-bottom: 32px; }
    .mgn-btm72 { margin-bottom: 40px; }
    .mgn-btm80 { margin-bottom: 40px; }

    /* --- font-size --- */
    .fz-12 { font-size: .786rem; /* 11px */ }
    .fz-13 { font-size: .857rem; /* 12px */ }
    .fz-14 { font-size: .929rem; /* 13px */ }
    .fz-15 { font-size: 1rem; /* 14px */ }
    .fz-16 { font-size: 1.071rem; /* 15px */ }
    .fz-17 { font-size: 1.143rem; /* 16px */ }
    .fz-18 { font-size: 1.214rem; /* 17px */ }
    .fz-20 { font-size: 1.286rem; /* 18px */ }
    .fz-24 { font-size: 1.429rem; /* 20px */ }
    .fz-26 { font-size: 1.429rem; /* 20px */ }
    .fz-28 { font-size: 1.714rem; /* 24px */ }
    .fz-30 { font-size: 1.714rem; /* 24px */ }
    .fz-32 { font-size: 1.857rem; /* 26px */ }
    .fz-36 { font-size: 1.857rem; /* 26px */ }
    .fz-40 { font-size: 2rem; /* 28px */ }
    .fz-44 { font-size: 2rem; /* 28px */ }
    .fz-48 { font-size: 2.143rem; /* 30px */ }
    .fz-56 { font-size: 2.286rem; /* 32px */ }
    .fz-64 { font-size: 2.571rem; /* 36px */ }

    /* --- pc or sp --- */
    .sp-none,
    .sp-none-inline,
    .sp-none-table,
    .sp-none-flex { display: none; }
    .pc-none { display: block; }
    .pc-none-inline { display: inline; }
    .pc-none-table { display: table; }
    .pc-none-flex {
      display: flex;
    }
  }

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

  /* --- ブロック要素 --- */
  .flex {
    display: flex;
  }

  /* --- インライン要素 --- */
  .flex-inline {
    display: inline-flex;
  }

  /* --- 逆向き --- */
  .flex-reverse {
    flex-direction: row-reverse;
  }

  /* --- 縦並び --- */
  .flex-column {
    flex-direction: column;
  }

  /* --- 水平方向揃え --- */
  .flex-j-start {
    justify-content: flex-start;
  }
  .flex-j-end {
    justify-content: flex-end;
  }
  .flex-j-ctr {
    justify-content: center;
  }
  .flex-j-between {
    justify-content: space-between;
  }
  .flex-j-around {
    justify-content: space-around;
  }

  /* --- 垂直方向揃え --- */
  .flex-a-start {
    align-items: flex-start;
  }
  .flex-a-end {
    align-items: flex-end;
  }
  .flex-a-ctr {
    align-items: center;
  }
  .flex-a-baseline {
    align-items: baseline;
  }
  .flex-a-stretch {
    align-items: stretch;
  }

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

  /* --- 子要素の複数行設定 --- */
  .flex-c-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-c-start {
    align-content: flex-start;
  }
  .flex-c-start {
    align-content: flex-start;
  }
  .flex-c-end {
    align-content: flex-end;
  }
  .flex-c-ctr {
    align-content: center;
  }
  .flex-c-baseline {
    align-content: baseline;
  }
  .flex-c-stretch {
    align-content: stretch;
  }
  
  @media screen and (max-width: 767px) {
    /* --- 縦並び - sp --- */
    .flex-sp-block {
      flex-direction: column;
    }
  }

/* txt
**************************************** */
  .txt-ctr,
  .txt-ctr-pc {
    text-align: center;
  }
  .txt-rgt,
  .txt-rgt-pc {
    text-align: right;
  }

  @media screen and (max-width: 767px) {
    .txt-ctr-pc,
    .txt-rgt-pc { text-align: left; }
  }


/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0,0,0,0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,.lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000
}

.lity-hide {
    display: none
}



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

    Loops モジュール

############################################################################## */
.btn .icon-svg {
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    transition: all .4s ease-out;
  }
  .icon-new_tab {
    width: 14px;
    height: 14px;
  }
  .btn .icon-new_tab {
    right: 30px;
  }
  .icon-pdf {
    width: 27px;
    height: 12px;
  }
  .btn .icon-pdf {
    right: 15px;
  }
  .lps_sec {
    margin-left: 0;
    position: relative;
    padding-right: clamp(20px, 8vw,160px);
    border-bottom: clamp(40px, 11vw,220px) solid var(--sub-color1);
  }
  .lps_sec:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
    padding-left: clamp(20px, 8vw,160px);
  }
  .page-entry  .lps_sec {
    padding-left: 0;
    padding-right: 0;
  }
  .page-entry  .lps_sec:nth-of-type(2n),
  .page-contact .lps_sec:nth-of-type(2n) { 
    padding-left: 0;
   }
  
  .lps_sec::after {
    content: "";
    position: absolute;
    display: block;
    background: var(--sub-color1);
    top: 0;
    right: 0;
    width: clamp(20px, 8vw,160px);
    height: calc(100% + 20px);
  }

  .lps_sec:nth-of-type(2n):after {
    right: initial;
    left: 0;
  }

  .lps_sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: center;
  }

  @media screen and (max-width: 767px) {
    .btn .icon-new_tab {
      right: 24px;
    }
    .btn .icon-pdf {
      right: 12px;
    }
  }

/* ttl
********************************************** */
  .lps_sec .ttl-01 {
    text-align: left;
  }

/* lps_parts
********************************************** */
  .lps_parts {
    position: relative;
    z-index: 1;
  }
  /* .lps_parts .img-detail::before {
    padding-top: 66.666%;
  } */
  .lps_parts + .ttl-02,
  .lps_parts--button + .ttl-02,
  .lps_parts--button + .lps_parts,
  .lps_parts + .lps_parts {
    margin-top: 80px;
  }
  .lps_parts--column + .lps_parts--column,
  .lps_parts + .lps_parts--button {
    margin-top: 40px;
  }
  .lps_parts iframe {
    width: 100%;
  }
  .lps_parts .text:not(:last-child) {
    margin-bottom: 24px;
  }
  .lps_parts--column .btn,
  .lps_parts--slide .btn {
    text-align: center;
  }
  .lps_parts--column .btn {
    margin-top: auto;
  }
  .lps_parts--column .btn a {
    margin-left: auto;
    margin-right: auto;
  }
  .lps_parts .mce-content-body:not(:last-child) {
    margin-bottom: 40px;
  }
  .lps_parts--column  {
    margin-bottom: 50px;
  }
  @media screen and (max-width: 767px) {
    .lps_parts .btn {
      text-align: center;
    }
    .lps_parts + .ttl-02,
    .lps_parts--button + .ttl-02,
    .lps_parts--button + .lps_parts,
    .lps_parts + .lps_parts {
      margin-top: 40px;
    }
    .lps_parts--column + .lps_parts--column,
    .lps_parts + .lps_parts--button {
      margin-top: 16px;
    }
    .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item,
    .lps_parts--column.column-3 .lps_parts--child.flex-sp-block .column_item,
    .lps_parts--column.column-4 .lps_parts--child.flex-sp-block .column_item {
      width: 100%;
      margin-right: 0;
    }
    .lps_parts .mce-content-body:not(:last-child) { margin-bottom: 16px; }
  }

/* lps_parts--column
********************************************** */
  .lps_parts--column:not(.column-1) + .lps_parts--column { margin-top: 24px; }
  .lps_parts--column .text {
    display: flex;
    flex-direction: column;
    background: #fff;
  }


  .has_bg .lps_parts--column .text {
    padding: 24px;
  }
  .has_bg .column_item {
    border: 1px solid var(--primary-color);
    background: #fff;
  }
  .not_bgwh .column_item,
  .not_bgwh .lps_parts--column .text {
    background: none;
  }
  .lps_parts--column .img + .text {
    padding-top: 24px;
  }
  .lps_parts--column .text.bg-wh {
    padding: 48px 56px;
  }
  .lps_parts--column.column-3 .text.bg-wh,
  .lps_parts--column.column-4 .text.bg-wh { padding: 24px; }
  .lps_parts--column:not(.column-1) table { width: 100%; }
  .lps_parts--column.column-1 .box { padding: 40px; }
  .lps_parts--column.column-3 .btn a,
  .lps_parts--column.column-4 .btn a { min-width: 100%; }

  @media screen and (max-width: 767px) {
    .lps_parts--column + .lps_parts--column,
    .lps_parts--column:not(.column-1) + .lps_parts--column { margin-top: 24px; }
    .lps_parts--column .lps_parts--child { display: block; }
    .lps_parts--column {
      width: 100%;
      max-width: 100%;
    }
    .lps_parts--column .column_item {
       width: 100%;
    }
    .lps_parts--column .column_innerwrap {
      margin: 0 0 25px;
    }
    .lps_parts--column .column_innerwrap:last-of-type {
      margin: 0;
    }
    .lps_parts--column .column_item:not(:last-child) { margin-bottom: 24px; }
    .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item,
    .lps_parts--column.column-3 .lps_parts--child.flex-sp-block .column_item,
    .lps_parts--column.column-4 .lps_parts--child.flex-sp-block .column_item {
      width: 100%;
      margin-right: 0;
    }

    .lps_parts--column .column_item:not(:last-child) { margin-right: 0; }
    .lps_parts--column .text.bg-wh,
    .lps_parts--column.column-1 .box { padding: 24px; }
  }

/* lps_parts--img_text
********************************************** */
  .lps_parts--img_text .lps_parts--child {
    display: flex;
    justify-content: space-between;
  }
  .lps_parts--img_text .lps_parts--child.img_right { flex-direction: row-reverse; }
  /* .lps_parts--img_text .img_text--child { width: calc(50% - 40px); position: relative;} */
  .lps_parts--img_text .lps_parts--child.bg-wh .img_text--child { width: 50%; }
  .lps_parts--img_text .img_text--child:only-child,
  .lps_parts--img_text .lps_parts--child.bg-wh .img_text--child:only-child { width: 100%; }
  .lps_parts--img_text .lps_parts--child .img_text--img:only-child .img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .lps_parts--img_text .img_text--child .img-detail { height: 100%; }
  .lps_parts--img_text .bg-wh .img_text--txt { padding: 64px 56px; }
  .lps_parts--img_text .img_text--txt--inner {
    width: 100%;
  }
  .lps_parts--img_text .text { justify-content: flex-start; }
  .lps_parts--img_text .text.deco_vertical {

  }
  .lps_parts--img_text .text.deco_vertical {

  }
  .lps_parts--img_text .img_text--txt table { width: 100%; }
  .lps_parts--img_text .inner-lg .img_text--img {
    position: absolute;
    top: 0;
  }
  .lps_parts--img_text .inner-lg:not(.img_right) .img_text--img {
    left: 0;
  }
  .lps_parts--img_text .inner-lg.img_right .img_text--img {
    right: clamp(10px, 4vw,80px);
  }

  .lps_sec:nth-of-type(2n)  .lps_parts--img_text .inner-lg:not(.img_right) .img_text--img {
    left: clamp(10px, 4vw,80px);
  }

  .lps_sec:nth-of-type(2n) .lps_parts--img_text .inner-lg.img_right .img_text--img {
    right: 0;
  }

  
  .lps_parts--img_text .inner-lg:not(.img_right) .img_text--txt {
    margin-left: auto;
  }
  .lps_parts--img_text .inner-lg.img_right .img_text--txt {
    margin-right: auto;
  }


  .lps_parts--img_text .v_outline_text_deco {
    height: 100%;
    position: absolute;
    font-size: 8rem;
    width: 0.75em;
    right: 0;
    top: 0;
    transform: translateX(70%);
  }

  .lps_parts--img_text .img_right .v_outline_text_deco {
    right: initial;
    left: 0;
    width: 1.2em;
    transform: translateX(-50%);
  }
  .lps_parts--img_text .img_right .v_outline_text_deco .ttl_line {
    stroke: #ccd4e5;
    -webkit-text-stroke: 1px #ccd4e5;
    color: rgba(255, 255, 255, 0);
  } 
  .lps_parts--img_text .v_outline_text_deco .ttl_line{
    width: 100%;
    height: 100%;
    stroke: #ccd4e5;
    -webkit-text-stroke: 1px #ccd4e5;
    color: rgba(255, 255, 255, 0);
    fill: none;
    writing-mode: vertical-lr;
    font-family: var(--font-num_en);
    font-size: 8rem;
    letter-spacing: normal;
  }
  .lps_parts--img_text .mce-content-body {
    position: relative;
    z-index: 1;
  }
  .lps_parts--img_text .v_outline_text_deco {
    transform: translateX(-20%);
  }


  @media print, screen and (min-width: 768px) {
    .lps_parts--img_text .inner-lg .img_text--child {
      width: 45.83%; /* calc(50% - 80px) */
    }
    .lps_parts--img_text .inner-lg .img_text--img {
      height: 100%;
    }
    

    .lps_parts--img_text .inner-lg .img_text--txt {
      display: flex;
      align-items: center;
      min-height: 607.64px;
    }
    .lps_parts--img_text .inner-lg.bg-wh .img_text--txt {
      padding: 64px 80px;
    }
    
    
  }
  @media screen and (max-width: 767px) {
    .lps_parts--img_text .lps_parts--child { flex-direction: column !important; }
    .lps_parts--img_text .img_text--child,
    .lps_parts--img_text .lps_parts--child.bg-wh .img_text--child { width: 100%; }
    .lps_parts--img_text .img_text--img { margin-bottom: 24px; }
    .lps_parts--img_text .lps_parts--child.bg-wh .img_text--img { margin-bottom: 0; }
    .lps_parts--img_text .bg-wh .img_text--txt { padding: 24px; }
    .lps_parts--img_text .btn { text-align: center; }
    .lps_parts--img_text .inner-lg .img_text--txt {
      margin-right: auto;
    }
    .lps_parts--img_text .inner-lg.bg-wh .img_text--txt {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 40px;
    }
    .lps_parts--img_text .inner-lg.img_right .img_text--img {
      right: 0;
    }
    .lps_parts--img_text.bg-wh + .bg-wh {
      margin-top: 0;
    }
    .lps_parts--img_text .inner-lg .img_text--img {
      position: relative;
    }
    .lps_parts--img_text .inner-lg .img_text--child .img-detail {
      width: 100vw;
      position: relative;
      margin-left: calc((100vw - 86vw) / 2 * -1);
    }
    .lps_sec:nth-of-type(2n)  .lps_parts--img_text .inner-lg:not(.img_right) .img_text--img {
     left: 50%;
     transform: translateX(-50%);
    }
  
    .lps_parts--img_text .v_outline_text_deco {
      transform: none;
      width: auto;
      transform: translateX(calc((100vw - 86%) /6));
    }

    
  }

/* lps_parts--slide
********************************************** */
  .lps_parts--slide .img img {
    display: inline-block;
  }
  .lps_parts--slide .img + .text {
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .lps_parts--slide .slick-list {
    margin-bottom: 32px;
    margin-left: -24px;
  }
  .lps_parts--slide .slick-slide {
    margin-left: 24px;
  }
  .lps_parts--slide .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    text-decoration: none;
  }
  .lps_parts--slide .slick-prev { left: -60px; }
  .lps_parts--slide .slick-next { right: -60px; }
  .lps_parts--slide .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .lps_parts--slide .slick-arrow::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
  }
  .lps_parts--slide .slick-prev::after {
    border-bottom: 1px solid;
    border-left: 1px solid;
  }
  .lps_parts--slide .slick-next::after {
    border-top: 1px solid;
    border-right: 1px solid;
  }
  .lps_parts--slide .slick-dots li {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s ease-out;
    margin: 6px;
  }
  .lps_parts--slide .slick-dots li.slick-active {
    background-color: #333;
  }
  .lps_parts--slide .slick-dots li:hover {
    opacity: .7;
  }
  .lps_parts--slide .slick-dots button {
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: transparent;
    outline: none;
    border: none;
  }
  @media screen and (max-width: 1080px) {
    .lps_parts--slide .img + .text {
      margin-top: 16px;
    }
    .lps_parts--slide .slick-dots {
      position: relative;
      bottom: 4px;
    }
    .lps_parts--slide .slick-arrow { width: 56px; }
    .lps_parts--slide .slick-prev { left: 0; }
    .lps_parts--slide .slick-next { right: 0; }
    .lps_parts--slide .slick-arrow::after {
      width: 20px;
      height: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .lps_parts--slide .slick-arrow { width: 40px; }
    .lps_parts--slide .slick-arrow::after {
      width: 16px;
      height: 16px;
    }
  }

/* lps_parts--button
********************************************** */
  .lps_parts--button .btn + .btn,
  .lps_parts--cta .btn + .btn { margin-top: 0; }
  .lps_parts--button .btn:first-child,
  .lps_parts--banner .bnr:first-child { margin-left: auto; }
  .lps_parts--button .btn:last-child,
  .lps_parts--banner .bnr:last-child { margin-right: auto; }
  .lps_parts--button .btn a,
  .lps_parts--cta .btn a { min-width: 100%; }
  .btn.txt-ctr a {
    margin-left: auto;
    margin-right: auto;
  }
  

  @media print, screen and (min-width: 768px) {
    .lps_parts--column.column-2 + .lps_parts--button,
    .lps_parts--column.column-3 + .lps_parts--button,
    .lps_parts--column.column-4 + .lps_parts--button { margin-top: 0; }
  }
  @media screen and (max-width: 767px) {
    .lps_parts--button .btn:not(:last-child) { margin-bottom: 8px; }
  }

/* lps_parts--banner
********************************************** */
  .lps_parts--banner .bnr a { display: block; }
  .lps_parts--banner .bnr a:hover { opacity: .7; }

/* lps_parts--flow
********************************************** */
  .lps_parts--flow .flow_item {
    position: relative;
    display: grid;
    padding-left: 60px;
    counter-increment: number;
    grid-template-columns: 280px 1fr;
    grid-template-areas:
    "areaA areaB";
  }

  .historylist .history_subtitle {
    font-size: 1rem;
    color: #111;
  }
  .historylist .historytitle,
  .historylist .historytitle em {
    color: var(--historytitle-color);
    font-size: 2.5rem;
    font-family: var(--font-num_en);
  }
  .historylist .historytitle em {
    font-size: 0.75em;
    display: inline-block;
  }
  .historylist .historytitle .slash  {
    transform: translateY(-0.1em);
    padding-left: 0.125em;
  }
  .lps_parts--flow.historylist .flow_item {
    padding-left: 0;
    grid-template-columns: 50% 50%;
  }
  .lps_parts--flow.historylist .flow_item:nth-of-type(2n + 1) .flow_imgbox {
    padding-right: 40px;
    padding-left: 40px;
  }
  .lps_parts--flow.historylist .flow_item:nth-of-type(2n + 1) .flow_imgbox.img_big {
    padding-left: 0;
  }
  .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .flow_imgbox {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .flow_imgbox.img_big {
    padding-right: 0;
  }

  .lps_parts--flow.historylist .flow_item .text {
    padding-left: 40px;
  }
  .lps_parts--flow.historylist .flow_item .emphasis .historytitle {
    font-size: 3.5rem;
  }
  .lps_parts--flow.historylist .flow_item .text::after {
    display: none;
  }
  .lps_parts--flow.historylist .flow_item .ttl-03::after{
    content: '';
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    position: absolute;
    left: calc(-3px + -40px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .lps_parts--flow.historylist .flow_item:first-of-type .ttl-03::before {
    content: '';
    position: absolute;
    display: block;
    height: 50%;
    width: 15px;
    background: #fff;
    top: 0;
    left: calc(-4px + -40px);
  }

  .lps_parts--flow.historylist .flow_item .ttl-03.emphasis::after {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid var(--primary-color);
    left: calc(-6px + -40px);
  }

  .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .ttl-03::after {
    left: initial;
    right: calc(-6px + -40px);
  }
  .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .ttl-03.emphasis::after{
    right: calc(-9px + -40px);
  }
  .lps_parts--flow.historylist .flow_item:nth-of-type(2n) {
    grid-template-areas:
    "areaB areaA";
  }
  .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .ttl-03 {
    text-align: right;
  }
  .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .text {
    padding-left: 0;
    padding-right: 40px;
  }
  .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .text p {
    text-align: right;
  }
  .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .text::before {
    left: initial;
    right: -3px;
  }



  

  .lps_parts--flow .flow_item .flow_imgbox,
  .lps_parts--flow .flow_item .text {
    padding-bottom: 80px;
  }
  .lps_parts--flow .flow_item .flow_imgbox {
    grid-area: areaA;
  }
  .lps_parts--flow .flow_item .flow_imgbox img {
    width: auto;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding-top: 8px;
    display: block;
  }
  .lps_parts--flow .flow_item .text {
    grid-area: areaB;
    position: relative;
    padding-left: 54px;
  }
  .lps_parts--flow .ttl-03 {
    font-size: 2rem; /* 32px */
    color: var(--primary-color);
  }
  .lps_parts--flow .ttl-03,
  .lps_sec .lps_parts--flow .ttl-03 {
    font-family: var(--font-jp-b);
  }
  .lps_parts--flow .flow_item:not(:last-child) .text::before,
  .lps_parts--flow.historylist .flow_item:last-child .text::before /*沿革の最後は線を追加*/
   {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 100%;
    background-color: var(--primary-color);
  }
  .lps_parts--flow.historylist .flow_item:last-child:nth-of-type(2n) .text::before {
    right: -3px;
    left: initial;
  }
  .lps_parts--flow.historylist .flow_item:last-child .text::before {
    height: calc(100% + 90px);
  }
  
  .lps_parts--flow .text::after {
    content: counter(number);
    position: absolute;
    top: -8px;
    left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    line-height: 50px;

    text-align: center;
    color: #fff;
    background: url(../images/common/flow_deco.svg) no-repeat center;
    background-size: contain;
    font-family: var(--font-num_en);
    font-weight: 600;
    font-size: 1.625rem; /* 26px */
  }
  .lps_parts--flow .txt-wh .ttl-03 {
    color: #fff;
  }
  .lps_parts--flow .flow_item.txt-wh:not(:last-child)::before {
    border-color: #fff;
  }
  .lps_parts--flow .txt-wh .ttl-03::after {
    color: #1D7FB7;
    background-color: #fff;
  }
  .lps_parts--flow .text img,
  .lps_parts--faq .text img {
    max-width: 248px;
    margin-top: 0;
    margin-right: 40px;
    overflow: hidden;
  }

  @media screen and (max-width: 767px) {

    .lps_parts--flow .flow_item {
      padding-left: 20px;
      grid-template-columns: 1% 1fr;
    }

    .lps_parts--flow .ttl-03 {
      font-size: 1.429rem; /* 20px */
    }
    .lps_parts--flow .flow_item:not(:last-child)::before {
      top: 36px;
      left: 18px;
      height: calc(100% - 48px);
    }
    .lps_parts--flow .ttl-03::after {
      top: -6px;
      left: -48px;
      width: 36px;
      height: 36px;
      font-size: 1.286rem; /* 18px */
    }
    .lps_parts--flow .flow_item .text {
      padding-top: 10px;
      padding-bottom: 60px;
    }
    .lps_parts--flow .text img {
      float: none !important;
      margin-left: 0;
      margin-right: auto;
      margin-bottom: 16px !important;
    }

    /* historylist */
     .lps_sec .lps_parts--flow.historylist .ttl-03:not(:last-child) {
      margin-bottom: .5em;
    }

    .lps_parts--flow.historylist .flow_item:last-child .text::before  {
      height: 100%;
    }
    .lps_parts--flow.historylist .flow_item {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .ttl-03,
    .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .text p {
      text-align: left;
    }
    .lps_parts--flow.historylist .flow_item .text {
      padding-bottom: 0;
      padding-top: 40px;
    }
    .lps_parts--flow.historylist .flow_item .text,
    .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .text {
      padding-left: 20px;
      padding-right: 0;
    }

    .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .text::before {
      right: initial;
      left: 0;
    }
    .lps_parts--flow.historylist .flow_item .ttl-03::after,
    .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .ttl-03::after {
      left: calc(-3px + -20px);
    }
    .lps_parts--flow.historylist .flow_item .ttl-03.emphasis::after,
    .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .ttl-03.emphasis::after {
      left: calc(-6px + -20px)
    }
    .lps_parts--flow.historylist .flow_item:nth-of-type(2n + 1) .flow_imgbox,
    .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .flow_imgbox,
    .lps_parts--flow.historylist .flow_item:nth-of-type(2n + 1) .flow_imgbox.img_big,
    .lps_parts--flow.historylist .flow_item:nth-of-type(2n) .flow_imgbox.img_big {
      padding: 20px 20px 20px;
    }
    .lps_parts--flo.historylist .flow_item .flow_imgbox, 
    .lps_parts--flow.historylist .flow_item .text {
      padding-bottom: 0;
    }
    .lps_parts--flow .flow_item .flow_imgbox {
      position: relative;
      order: 2;
    }
    .lps_parts--flow.historylist .flow_item .text {
      order: 1;
    }
    .lps_parts--flow.historylist .flow_item:last-child:nth-of-type(2n) .text::before,
    .lps_parts--flow .flow_item .flow_imgbox::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 3px;
      height: 100%;
      background-color: var(--primary-color);
    }
    .lps_parts--flow.historylist .flow_item:first-of-type .ttl-03::before {
      left: calc(-4px + -20px);
      top: -40px;
      height: 140%;
    }


  }

/* lps_parts--faq
********************************************** */
  .lps_parts--faq .faq_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .lps_parts--faq .ttl-03,
  .lps_parts--faq .mce-content-body {
    padding: 20px 48px 20px 104px;
  }
  .lps_parts--faq .ttl-03 {
    background-color: var(--table1-thcolor);
    margin-bottom: 0 !important;
    border-top: 1px solid var(--primary-color);
    position: relative;
  }
  .lps_parts--faq .ttl-03 {
    font-size: 1.5rem; /* 24px */
    color: var(--primary-color);
  }
  .lps_parts--faq .ttl-03::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    height: 5px;
    width: clamp( 40px,4.12vw,80px);
    background-color: var(--primary-color);
  }
  .lps_parts--faq .mce-content-body {
    position: relative;
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-width: 0 0 1px;
    padding-top: 25px;
  }
  .lps_parts--faq .ttl-03::after,
  .lps_parts--faq .mce-content-body::after {
    position: absolute;
    left: 48px;
    display: block;
    font-family: var(--font-num_en);
    font-weight: 600;
    font-size: 2rem; /* 32px */
  }
  .lps_parts--faq .ttl-03::after {
    content: 'Q';
    top: 14px;
    color: var(--primary-color);

  }
  .lps_parts--faq .mce-content-body::after {
    content: 'A';
    top: 8px;
    color: var(--faq-a);
  }
  .lps_parts--faq .mce-content-body .editor-ttl2 {
    margin-top: 0;
  }

  @media screen and (max-width: 767px) {
    .lps_parts--faq .faq_item:not(:last-child) {
      margin-bottom: 16px;
    }
    .lps_parts--faq .ttl-03,
    .lps_parts--faq .mce-content-body {
      padding: 16px 24px 16px 56px;
    }
    .lps_parts--faq .ttl-03 {
      font-size: 1.14rem; /* 16px */
    }
    .lps_parts--faq .ttl-03::after,
    .lps_parts--faq .mce-content-body::after {
      left: 20px;
      font-size: 1.857rem; /* 26px */
    }
    .lps_parts--faq .ttl-03::after {
      top: 10px;
    }
    .lps_parts--faq .mce-content-body::after {
      top: 6px;
    }
    .lps_parts--faq .text img {
      float: none !important;
      margin-top: 2px;
      margin-left: 0;
      margin-right: auto;
      margin-bottom: 8px! important;
      border-radius: 8px;
    }
  }

/* post-edit-link
********************************************** */
  .post-edit-link {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 10;
    padding: 16px;
    border-radius: 50%;
    border: 1px solid #999;
  }
  .post-edit-link:hover {
    background-color: #ddd;
  }
  .post-edit-link::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAxIDQwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxIDQwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM5OTk5OTk7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcwLjEsMjUxLjljLTUuNSwwLTEwLDQuNS0xMCwxMHY4OC43YzAsMTYuNS0xMy40LDI5LjktMzAsMzBINDkuOWMtMTYuNSwwLTI5LjktMTMuNC0zMC0zMFY5MC4zCgljMC0xNi41LDEzLjQtMjkuOSwzMC0zMGg4OC43YzUuNSwwLDEwLTQuNSwxMC0xMGMwLTUuNS00LjUtMTAtMTAtMTBINDkuOUMyMi40LDQwLjQsMCw2Mi43LDAsOTAuM3YyNjAuMwoJYzAsMjcuNiwyMi40LDQ5LjksNDkuOSw0OS45aDI4MC4yYzI3LjYsMCw0OS45LTIyLjQsNDkuOS00OS45di04OC43QzM4MC4xLDI1Ni40LDM3NS42LDI1MS45LDM3MC4xLDI1MS45eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzc2LjEsMTQuN2MtMTcuNi0xNy42LTQ2LTE3LjYtNjMuNiwwTDEzNC40LDE5Mi45Yy0xLjIsMS4yLTIuMSwyLjctMi42LDQuNGwtMjMuNCw4NC42Yy0xLDMuNSwwLDcuMiwyLjYsOS43CgljMi41LDIuNSw2LjMsMy41LDkuNywyLjZsODQuNi0yMy40YzEuNy0wLjUsMy4yLTEuMyw0LjQtMi42TDM4Ny45LDkwYzE3LjUtMTcuNiwxNy41LTQ2LDAtNjMuNkwzNzYuMSwxNC43eiBNMTU2LjIsMTk5LjNMMzAyLDUzLjUKCWw0Nyw0N0wyMDMuMiwyNDYuNEwxNTYuMiwxOTkuM3ogTTE0Ni44LDIxOC4ybDM3LjYsMzcuNmwtNTIsMTQuNEwxNDYuOCwyMTguMnogTTM3My43LDc1LjhsLTEwLjYsMTAuNmwtNDctNDdsMTAuNi0xMC42CgljOS43LTkuNywyNS42LTkuNywzNS4zLDBsMTEuNywxMS43QzM4My41LDUwLjMsMzgzLjUsNjYuMSwzNzMuNyw3NS44eiIvPgo8L3N2Zz4K');
  }
  @media screen and (max-width: 767px) {
    .post-edit-link { display: none; }
  }


/*------------------------------
header
------------------------------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 10px;
    z-index: 100;
  }
  .header.change-color {
    background-color: #908a8aba;
  }
  header h1{
    width: 15%;
    min-width: 40px;
    max-width: 100px;
  }
  .header.js_hide {
    transform: translateY(-100%);    
  }
  .pc-nav{
    left: 0;
    margin: 0 1em 0 auto;
  }
  header ul {
    list-style: none;
    margin: 0;
    display: flex;
  }
  header li {
    margin: 0 0 0 15px;
  }
  header li a{
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: clamp(0.67rem, 0.500rem + 0.72vw, 1.02rem);
  }
  header li a:hover{
    color: #000;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header li a::after {
    position: absolute;
    bottom: -2.5px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1.5px;
    background: #333;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  header li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .header-color {
    color: #fff;
    transition: all, 0.5s;
  }


/*------------------------------
footer
------------------------------*/
footer {
    font-family: sans-serif;
    position: relative;
  }
  footer ul {
    padding: 0;
    list-style: none;
  }
  footer a {
    color: #333;
    text-decoration: none;
  }
  footer a:hover {
    color: #000;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template: 2rem;
      grid-gap: 10px 20px;
    margin-bottom: 1.5rem;
  }
  .footer {
    padding: 2rem 3rem;
    font-size: 15px;
    color: #333;
    background: #f8f7f4;
  }
  .footer__navi-heading {
    font-weight: 600;
    color: #000;
    margin-top: 2em;
  }  
  .footer__navi li {
    margin-bottom: 0.75rem;
  }
  .footer__social a {
    display: inline-block;
    width: 24px;
    opacity: 0.7;
  }
  .fooer__contact{
    font-weight: 700;
    color: #bb2210;
  }
  .sns-btn {
    display: flex;
    margin-top: 20px;
    }
    .sns-btn li {
      width: 40px;
      margin-left: 10px;
      margin-right: 10px;
      }
  .copyright{
    color: #fff;
    background-color: #000;
    padding: 1rem 0 1rem 0;
  }
  .footer__social a:not(:last-child) {
    margin-right: 16px;
  }
  @media (min-width: 768px) {
    .md-flex {
      display: flex;
    }
    .md-justify-between {
      justify-content: start;
    }
    .grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
  }


