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

    KEYFRAMES

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

@keyframes scroll_ani {
  0% { height: 0; }
  50% { height: 100%; }
  75% { transform: translateY(0); }
  100% { transform: translateY(100%); }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero_anime {
  0% { -webkit-mask-position: -100% 0; }
  100% { -webkit-mask-position: 100% 0; }
}

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

    COMMON

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

  html {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    height: 100%;
    padding-top: 104px;
  }
  body.page-contact {
    padding-top: 0;
  }
  body.home {
    background-color: #F3F3F3;
    padding-top: 128px;
  }

  @media screen and (max-width: 767px) {
    body {
      padding-top: 64px;
      font-size: 14px;
    }
    body.home {
      padding-top: 64px;
    }
  }

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

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-sm { max-width: 880px; }
  .inner-mid { max-width: 1330px; }
  .inner-lg { max-width: calc(100% - 167px); }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section_pdg-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  @media screen and (max-width: 1080px) {
    .inner, .inner-lg { 
      width: 87%;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    /* --- section_pdg --- */
    .section_pdg {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .section_pdg-lg {
      padding-top: 64px;
      padding-bottom: 64px;
    }
  }

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

  /* --- ざっくりflexレイアウト --- */
  .flex-col1 {
    display: block;
    max-width: 680px;
  }
  .flex-col2,
  .flex-col3,
  .flex-col4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-col2 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col2 > *:nth-child(even) { margin-right: 0; }
  .flex-col2 > *:nth-last-child(-n+2) { margin-bottom: 0; }
  .flex-col3 > * {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col3 > *:nth-child(3n) { margin-right: 0; }
  .flex-col3 > *:nth-last-child(-n+3) { margin-bottom: 0; }
  .flex-col4 > * {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .flex-col4 > *:nth-child(4n) { margin-right: 0; }

  @media screen and (max-width: 767px) {
    /* --- ざっくりflexレイアウト - sp --- */
    .flex-col2.flex-sp-block > *,
    .flex-col3.flex-sp-block > *,
    .flex-col4.flex-sp-block > * {
      width: 100%;
      margin-bottom: 16px;
      margin-right: 0;
    }
    .flex-col2.flex-sp-block > *:last-child,
    .flex-col3.flex-sp-block > *:last-child,
    .flex-col4.flex-sp-block > *:last-child {
      margin-bottom: 0;
    }
    .flex-sp-col2 > *,
    .flex-sp-col2.flex-col3 > *:nth-child(3n) {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col2 > *:nth-child(even) { margin-right: 0; }
    .flex-sp-col3 > *,
    .flex-sp-col3.flex-col4 > *:nth-child(4n) {
      width: 31.33%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col3 > *:nth-child(3n) { margin-right: 0; }
  }

/* bg
********************************************** */
  .lps_sec:nth-child(2n) {
    background-color: #f7f7f7;
  }
  .bg-wh {
    background-color: #ffffff;
  }

/* ttl
********************************************** */
  /* --- page_ttl --- */
  .page_ttl {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 320px;
    line-height: 1.5;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  .page_ttl-en {
    display: block;
    font-size: 334%;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
  }
  .page_ttl-jp {
    display: inline-block;
    text-transform: uppercase;
  }

  /* --- ttl --- */
  .ttl-01,
  .ttl-02,
  .ttl-03 {
    position: relative;
    z-index: 1;
  }
  .ttl-01 {
    position: relative;
    font-size: 265%;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .ttl-01::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    display: block;
    width: 80px;
    height: 1px;
    background-color: #333;
    margin: auto;
  }
  .ttl-01.ttl-01-en {
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 40px;
  }
  .ttl-01.ttl-01-en::after {
    bottom: -17px;
  }
  .ttl-02 {
    display: flex;
    align-items: center;
    font-size: 230%;
    line-height: 1.4;
    letter-spacing: .1em;
    justify-content: center;
  }
  .ttl-02 > span {
    width: 16px;
    height: 5px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .ttl-02 > em {
    margin-left: 16px;
    margin-right: 16px;
  }
  .ttl-03 {
    display: flex;
    align-items: center;
    font-size: 200%;
    line-height: 1.4;
    letter-spacing: .1em;
  }
  .ttl-03.txt-ctr {
    justify-content: center;
  }
  .ttl-03 > span {
    width: 16px;
    height: 5px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .ttl-03 > em {
    margin: 0 16px;
  }
  .ttl-03 + p {
    margin-top: 16px;
  }
  .lps_sec .ttl-01 {
    margin-bottom: 72px;
  }
  .lps_sec .ttl-02 {
    margin-bottom: 40px;
  }
  .lps_sec .ttl-03 {
    margin-bottom: 24px;
  }
  .lps_sec .column-3 .ttl-03 {
    font-size: 130%;
  }

  @media screen and (max-width: 767px) {
    /* --- page_ttl --- */
    .page_ttl {
      padding-top: 32px;
      padding-bottom: 32px;
      height: 220px;
    }
    .page_ttl-en {
      font-size: 228%;
      margin-bottom: 0;
    }
    .page_ttl-jp {
      font-size: 93%;
    }

    /* --- ttl --- */
    .ttl-01 {
      font-size: 180%;
      letter-spacing: 1px;
    }
    .ttl-01::before {
      top: 0;
      margin: 25px auto 0;
    }
    .ttl-01::after {
      bottom: -17px;
    }
    .ttl-02 {
      font-size: 150%;
    }
    .ttl-03 {
      font-size: 130%;
    }
    .lps_sec .ttl-01 {
      margin-bottom: 56px;
    }
    .lps_sec .ttl-02 {
      margin-bottom: 24px;
    }
    .lps_sec .ttl-03 {
      margin-bottom: 16px;
    }
  }


/* txt
**************************************** */
  .txt-lg { font-size: 107%; }
  .txt-xlg { font-size: 120%; }
  .txt-sm { font-size: 93%; }
  .txt-wh { color: #fff; }
  .txt-attention-kome {
    position: relative;
    padding-left: 1.4em;
  }
  .txt-attention-kome::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
  }
  .txtarea p:not(:last-child) {
    margin-bottom: 1em;
  }
  .bold {
    font-weight: bold;
  }

  /* --- font --- */
  .font-jp-ss {
    font-family: 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  }
  .font-jp-bold {
    font-family: "HonMinSink-B", "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo",serif;
  }
  .font-en {
    font-family: 'Crimson Text', serif;
  }

/* btn
********************************************** */
  .btn + .btn {
    margin-top: 8px;
  }
  .btn a {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 200px;
    padding: 12px 40px;
    border-radius: 0;
    text-align: center;
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
    font-size: 108%;
    font-family: 'Crimson Text',"HonMinKok-L", "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo",serif;
  }
  .btn svg {
    fill: #333;
    transition: all .4s ease-out;
  }
  .btn a[target="_blank"] { padding-right: 56px; }
  .btn a[href$=".pdf"] { padding-left: 56px; }
  .btn a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    width: 41px;
    height: 1px;
    transition: all .4s cubic-bezier(0.04, 0.51, 0.35, 0.97);
    background-color: #333;
  }
  .btn a:hover::before {
    right: -30px;
  }
  .btn a[target="_blank"]::before,
  .btn a[href$=".pdf"]::before {
    opacity: 0;
  }
  .btn a[target="_blank"]:hover::before,
  .btn a[href$=".pdf"]:hover::before {
    opacity: 1;
  }
  .btn a.font-en {
    font-size: 160%;
    letter-spacing: 0.1em;
    padding: 6px 40px;
  }

  /* --- btn size --- */
  .btn.btn-sm a {
    font-size: 120%;
    letter-spacing: 0.1em;
    padding: 2px 40px;
    min-width: 160px;
  }
  .btn-wi-lg a {
    min-width: 255px;
  }

  /* --- btn-wh --- */
  .btn-wh a {
    color: #000;
    background-color: #fff;
  }
  .btn-wh svg {
    fill: #000;
  }

  @media screen and (max-width: 767px) {
    .btn a[target="_blank"] { padding-right: 32px; }
    .btn a[target="_blank"]::after { right: 10px; }
    .btn a[href$=".pdf"]::after {
      right: 7px;
      width: 20px;
      height: 9px;
    }
    .btn a.font-en {
      margin-bottom: 8px;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
      font-size: 126%;
    }
  }

/* cta area
********************************************** */
.cta {
  position: relative;
  background-image: url(http://shinnihonsouken.net/bg_contact.jpg);
  background-position: center;
  background-size: cover;
  padding: 108px 0;
}
.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  background-color: transparent;
  border: 1px solid #fff;
  margin: auto;
}
.ttl-01 .ttl-01-en {
  font-weight: 400;
  letter-spacing: .05em;
}
.cta .cta_tel {
  line-height: 1.4;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.cta .cta_tel svg {
  width: 28px;
  height: 28px;
  margin-right: 4px;
  transform: translateY(2px);
}
.cta .cta_tel strong {
  font-size: 133%;
  line-height: 1.2;
}
.cta .cta_contact {
  height: 64px;
}
.cta .cta_contact a {
  min-width: 370px;
  font-size: 105%;
}
.cta .cta_contact span {
  line-height: 1;
  transform: translateY(1px);
}
.cta_contact.flex a {
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .cta {
    background-image: url(http://shinnihonsouken.net/bg_contact_sp.jpg);
  }
  .cta .inner {
    width: 82%;
  }
  .cta .cta_contact {
    height: auto;
    margin-left: 0;
  }
  .cta .cta_contact.flex a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
    min-width: auto;
    height: 53px;
    margin-bottom: 8px;
  }
  .cta .mgn-btm32 {
    margin-bottom: 32px;
  }
}


/* animation
********************************************** */
.fade_up {
  opacity: 0;
  transform: translateY(10px);
}
.active.fade_up,
.active .fade_up {
  animation: fade_up .6s cubic-bezier(.26, 0, .36, 1) alternate both;
}


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

    HEADER

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

/* header
**************************************** */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 128px;
    background-color: transparent;
    line-height: 1;
    z-index: 9990;
    transition: all .4s ease-out;
  }
  .header.header-sm {
    height: 104px;
    background-color: #f7f7f7;
  }
  .page-contact .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
  .header > .inner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 40px 80px 16px 80px;
    transition: all .4s ease-out;
  }
  .header.header-sm > .inner {
    padding: 16px 80px;
  }
  .header--logo {
    width: 159px;
    align-self: flex-start;
    transition: all .5s cubic-bezier(0.43, 0.12, 0.32, 1);
  }
  .header-sm .header--logo {
    width: 116px;
    align-self: center;
  }
  .page-contact .header--logo {
    background-color: #eee;
    padding: 15px;
  }

  @media screen and (max-width: 1400px) {
    .header > .inner {
      padding: 24px 28px 0;
      position: relative;
    }
    .header.header-sm > .inner {
      padding: 0 28px 0;
    }
  }

  @media screen and (min-width: 768px) {
    .header--nav,
    .gnav,
    .gnav > .flex,
    .gnav ul,
    .gnav li,
    .gnav a {
      height: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .header,
    .header.header-sm {
      height: 64px;
    }
    .header > .inner {
      padding-top: 0;
      background-color: #F3F3F3;
    }
    .header.header-sm > .inner {
      background-color: #F3F3F3;
    }
    .page-contact .header > .inner,
    .page-contact .header.header-sm > .inner {
      background-color: transparent;
      padding: 10px 12px 0;
    }
  }

/* gnav
********************************************** */
  .gnav--link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0;
    text-align: center;
    margin: 0 20px;
    font-size: 113%;
  }
  .gnav--link:hover {
    color: #929495;
  }
  .gnav--link::after {
    content: '';
    position: absolute;
    top: calc(50% + 16px);
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #929495;
    margin: auto;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  .gnav--link:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .gnav--menu li.current > .gnav--link {
    color: #929495;
  }
  .gnav--menu li {
    position: relative;
  }
  .gnav--menu li:not(:nth-last-child(3)):not(.gnav--tel):not(.gnav--contact)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    top: 2px;
    display: block;
    width: 1px;
    height: 13px;
    background-color: #000;
    margin: auto;
    transform: rotate(13deg);
  }
  .gnav_sub_toggle {
    display: none;
    cursor: pointer;
  }
  .head_sub_nav--wrap {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 100;
    transition: .4s ease-out;
    opacity: 0;
    pointer-events: none;
  }
  .sub_nav-link {
    position: relative;
  }

  /* ---CTA --- */
  .gnav--menu .gnav--tel,
  .gnav--menu .gnav--contact {
    margin-left: 8px;
    height: auto;
    align-self: center;
  }
  .cta_tel .gnav--link {
    margin: 0 10px;
    font-size: 108%;
  }
  .cta_tel .num {
    font-size: 161%;
  }
  .cta_tel strong {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100%;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .cta_tel strong svg {
    position: relative;
    top: 1px;
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .cta_tel small {
    display: block;
    margin-top: 4px;
    font-size: 87%;
    line-height: 1;
    font-family: "HonMinKok-L", "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo",serif;
  }
  .cta_tel small span {
    font-size: 93%;
  }
  .gnav--contact .gnav--link::after {
    display: none;
  }
  .cta_contact {
    position: relative;
    margin-left: 8px;
    font-size: 107%;
    background-color: transparent;
  }
  .cta_contact a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    margin: 0;
    width: 200px;
    height: 67px;
    font-size: 160%;
    letter-spacing: 0.1em;
    color: #000;
    background-color: transparent;
    transition: none;
    border: 1px solid #222222;
    transition: all .2s;
  }
  .cta_contact svg {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    transform: translateY(2px);
    /* mix-blend-mode: exclusion; */
  }
  .cta_contact span {
    transform: translateY(-3px);
    /* mix-blend-mode: exclusion; */
    color: #333;
  }
  .cta_contact a:hover {
    color: #333;
    border-color: #929495;
  }
  /* .cta_contact a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0;
    height: 100%;
    background-color: #222;
    margin: auto;
    transition: all .5s cubic-bezier(0.32, -0.01, 0.11, 0.99);
  }
  .cta_contact a:hover::before {
    width: 100%;
    transition: all .5s cubic-bezier(0.32, -0.01, 0.11, 0.99);
  } */
  .cta_contact a span,
  .cta_contact a svg {
    transition: all .2s;
  }
  .cta_contact a:hover span,
  .cta_contact a:hover svg {
    opacity: .5;
  }
  .header--tel-sp {
    display: none !important;
  }

  @media all and (-ms-high-contrast:none){
    .cta_contact a:hover span {
      color: #222;
    }
    .cta_contact a:hover svg path {
      fill: #222
    }
  }

  @media screen and (max-width: 1300px) {
    .gnav--link {
      margin: 0 16px;
      font-size: 108%;
    }
    .gnav--tel .gnav--link {
      margin-left: 0;
    }
    .cta_tel small span {
      display: none;
    }
    .cta_tel .num {
      font-size: 140%;
    }
    .cta_contact a {
      width: 160px;
      font-size: 140%;
      padding: 0;
    }
  }
  @media screen and (max-width: 1100px) {
    .header--logo {
      width: 115px;
      align-self: center;
    }
    .tel_txt {
      display: none;
    }
    .header--tel-sp {
      position: absolute;
      right: 64px;
      width: 64px;
      height: 64px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      border-left: 1px solid #E7E5E4;
    }
  }
  @media screen and (min-width: 768px) {
    /* hover */
    .gnav--menu .sub_nav-link:hover .head_sub_nav--wrap {
      opacity: 1;
      pointer-events: auto;
    }
    .gnav--menu .head_sub_nav a:hover { opacity: .7; }
  }
  @media screen and (max-width: 767px) {
    .header--logo,
    .header-sm .header--logo {
      width: 136px;
      position: relative;
      top: 1px;
    }
    .gnav--sp--bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(0 0 0 / 32%);
      opacity: 0 ;
      pointer-events: none;
    }
    .gnav--sp--bg.active {
      opacity: 1;
      pointer-events: all;
    }
    .gnav {
      position: fixed;
      top: 64px;
      right: 0;
      z-index: 300;
      width: 280px;
      height: calc(100% - 60px);
      margin: 0;
      padding: 24px 0 24px;
      overflow: scroll;
      background-color: #333333;
      opacity: 0;
      pointer-events: none;
      transition: .4s ease-out;
      -webkit-overflow-scrolling: touch;
    }
    .gnav.active {
      opacity: 1;
      pointer-events: auto;
    }
    .gnav--menu {
      width: 100%;
    }
    .gnav--menu li {
      position: relative;
      display: block;
      width: 100%;
      font-weight: 700;
      letter-spacing: .1em;
      padding: 0 40px;
    }
    .gnav .gnav--menu li:not(.gnav--tel):not(.gnav--contact)::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: auto;
      right: 40px;
      top: 0;
      display: block;
      width: 6px;
      height: 6px;
      background-color: transparent;
      margin: auto;
      transform: rotate(45deg);
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
    }
    .gnav li:not(.gnav--contact) .gnav--link {
      display: block!important;
      color: #fff;
      padding: 14px 0;
      margin: 0;
      text-align: left;
      font-size: 128%;
    }
    .gnav .gnav--link::after {
      display: none;
    }
    .head_sub_nav--wrap {
      position: relative;
      width: 100%;
      margin: 0;
      padding-top: 0;
      transition: none;
      opacity: 1;
      pointer-events: inherit;
      display: none;
    }
    .sub_nav-link.active .head_sub_nav--wrap {
      opacity: 1;
      pointer-events: auto;
    }
    .head_sub_nav {
      position: relative;
    }
    .gnav_sub_toggle {
      position: absolute;
      top: 0;
      right: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      font-size: 10px;
      width: 40px;
      height: 40px;
      transition: all .4s ease-out;
    }
    .gnav_sub_toggle.active {
      transform: rotate(180deg);
    }
    .gnav--menu .head_sub_nav {
      margin: 0;
      width: 100%;
      position: relative;
    }
    .gnav--menu .head_sub_nav li {
      border: none;
      border-radius: 4px;
    }
    .gnav_btn {
      position: fixed;
      top: 0;
      right: 0;
      width: 64px;
      height: 64px;
      background-color: #333;
      z-index: 9999;
    }
    .gnav_btn--lines {
      position: relative;
      width: 28px;
      height: 20px;
    }
    .gnav_btn--lines span {
      transition: all .4s;
      box-sizing: border-box;
    }
    .gnav_btn--lines span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #fff;
    }
    .gnav_btn--lines span:nth-of-type(1) {
      top: 0;
    }
    .gnav_btn--lines span:nth-of-type(2) {
      top: 50%;
    }
    .gnav_btn--lines span:nth-of-type(3) {
      bottom: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(1) {
      -webkit-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
    }
    .active .gnav_btn--lines span:nth-of-type(2) {
      opacity: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(3) {
      -webkit-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
    }

    /* ---CTA --- */
    .gnav--tel {
      margin-left: 0;
      order: 999;
    }
    .gnav--tel a {
      text-align: center;
    }
    .gnav--menu .gnav--tel {
      margin-left: 0;
    }
    .gnav--menu .gnav--contact {
      margin-left: 0;
      padding: 0;
      margin-top: 24px;
    }
    .gnav--contact a {
      width: 100%;
      align-items: center;
      display: flex !important;
      background-color: #fff;
      border: none;
    }
    .gnav .cta_tel svg .mainpath {
      fill: #fff;
    }
  .cta_tel strong {
      margin-bottom: 4px;
    }
    .cta_tel small {
      font-size: 80%;
      text-align: center;
    }
    .tel_txt {
      display: inline;
    }
    .cta_tel small span {
      display: block;
      font-size: 78%;
      margin-bottom: 8px;
    }
    .cta_contact svg {
      transform: translateY(0);
    }
  }

/* header--sns
############################### */
.header--sns {
  position: fixed;
  right: 32px;
  top: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transform: translateY(-50%);
  height: auto;
  z-index: 999;
}
.header--sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-out;
  flex-direction: column;
}
.header--sns a:hover {
  opacity: .6;
}
.header--sns span {
  border-top: 1px solid #333;
  padding-top: 12px;
  margin-top: 12px;
  line-height: 1.6;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.header--sns svg {
  transform: translateX(-1px);
}
.page-contact .header--sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .header--sns {
    display: none;
  }
}


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

    FOOTER

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

  .footer {
    background-color: #eee;
  }

/* sns_area
********************************************** */
  .sns_area {
    padding: 40px 0;
    text-align: center;
  }
  .sns_area li {
    display: inline-block;
    margin: 0 8px;
  }
  .sns_area li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 3px;
    color: #FFF;
  }
  .sns_area li a.twitter { background-color: #55acee; }
  .sns_area li a.facebook { background-color: #3b5998; }
  .sns_area li a.instagram { background-color: #CF2E92; }

  @media screen and (max-width: 767px) {
    .sns_area { padding: 20px 0; }
    .sns_area li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      padding: 0;
    }
    .sns_area li a:hover::before {
      display: none;
    }
  }

/* footer_nav
********************************************** */
  .footer .section_pdg {
    padding-bottom: 40px;
  }
  .footer_nav li {
    padding: 0 10px 0 0;
  }
  .footer_nav li a {
    margin: 0 8px;
  }
  .footer--logo {
    display: block;
    width: 159px;
    margin: 0 auto 24px;
  }
  .footer--logo img {
    width: 100%;
  }
  .footer--insta:hover {
    opacity: .6;
  }
  @media screen and (max-width: 767px) {
    .footer .section_pdg {
      padding-top: 64px;  
    }
    .footer .gnav--link {
      color: #333;
    }
  }

/* pbll
********************************************** */
  .copyright {
    padding: 30px 0;
    text-align: center;
    font-size: 86%;
    line-height: 1;
  }
  .pbll {
    display: block;
    opacity: .5;
  }
  .pbll:hover { opacity: 1; }

  @media screen and (max-width: 767px) {
    .copyright {
      line-height: 1.5;
      padding-top: 24px;
    }
  }


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

    INDEX PAGE

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

/* hero
********************************************** */

  .hero {
    position: relative;
    margin: 0 80px 48px;
  }
  .hero--catch {
    position: absolute;
    top: 56px;
    left: 0;
    width: calc( (100vw - 160px) * 0.44 - 32px); /* 100vw - .heroの横margin * 44% - catchとsliderの間 */
    height: calc( (100vw - 160px) * 0.44 - 32px); /* 100vw - .heroの横margin * 44% - catchとsliderの間 */
    background-color: #e9e9e9;
    overflow: hidden;
  }
  .hero--catch--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 103%;
    height: 103%;
    background-image: url(http://shinnihonsouken.net/bg_copy.jpg);
    background-size: cover;
  }
  .hero--catch--wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .catchcopy {
    font-size: 334%;
    line-height: 1.4;
    margin-bottom: 64px;
  }
  .catch--subtxt {
    font-size: 120%;
    line-height: 2.5;
  }
  /* scroll */
  .hero--scroll {
    position: absolute;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    bottom: 13%;
    left: 3%;
    overflow: visible;
    letter-spacing: 0.2em;
  }
  .scroll--line {
    position: absolute;
    top: 64px;
    left: 44%;
    width: 1px;
    height: 269px;
    overflow: hidden;
  }
  .scroll--line::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #333;
    animation: scroll_ani 2s cubic-bezier(.38, .46, .09, 1.01) infinite;
    animation-delay: -1s;
  }

  .hero_slide {
    overflow: hidden;
  }
  .hero_slide-sp {
    display: none !important;
  }
  .hero_slides,
  .hero_slide,
  .hero_slide .slick-list,
  .hero_slide .slick-track,
  .hero_slide .slick-slider,
  .hero_slide .slick-slide,
  .hero_slide .hero_slide--child {
    width: 100%;
    height: 100%;
  }
  .hero_slides {
    width: calc( (100vw - 160px) * 0.56); /* 100vw - .heroの横margin * 56% */
    height: calc( (100vw - 160px) * 0.44 - 32px); /* 100vw - .heroの横margin * 44% - catchとsliderの間 */
    position: relative;
    margin-left: auto;
  }
  .hero_slide .slick-list {
    position: relative;
    overflow: hidden;
  }
  .hero_slide .slick-slide:not(:first-child) {
    -webkit-mask-image: radial-gradient(circle farthest-corner at 100% 0%, #000 60%, transparent 80%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 200% 100%;
    -webkit-mask-position: -100% 0;
    transition-property: -webkit-mask-position;
    transition-property: mask-position;
    transition-property: mask-position, -webkit-mask-position;
    transition-duration: 5s;
    transition-timing-function: cubic-bezier(.3, .1, .1, 1);
  }
  .hero_slide--child {
    background-position: center;
    background-size: cover;
  }
  .slide-animation {
    animation: hero_anime 3s forwards;
  }
  .hero_slide .preve-slide {
    opacity: 1 !important;
  }

  /* --- hero_slide--arrows --- */
  .hero_slide--arrows {
    width: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    height: 100%;
  }
  .hero_slide--arrows .slick-arrow {
    position: absolute;
    top: calc(50% - 30px / 2);
    z-index: 10;
    border-left: 2px solid ;
    border-bottom: 2px solid ;
    pointer-events: auto;
    width: 30px;
    height: 30px;
  }
  .hero_slide--arrows .slick-prev {
    left: 4%;
    transform: rotate(45deg);
  }
  .hero_slide--arrows .slick-next {
    right: 4%;
    transform: rotate(-135deg);
  }

  /* --- hero_slide--dots --- */
  .hero_slide--dots {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 10;
    width: 100%;
  }
  .hero_slide--dots ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero_slide--dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #aaa;
  }
  .hero_slide--dots li:not(:last-child) {
    margin-right: 16px;
  }
  .hero_slide--dots .slick-active {
    background-color: #000;
  }

  @media screen and (max-width: 1400px) {
    .hero {
      margin: 0 28px 48px;
    }
    .hero_slides {
      width: calc( (100vw - 56px) * 0.56);
      height: calc( (100vw - 56px) * 0.44 - 32px);
    }
    .hero--catch {
      width: calc( (100vw - 56px) * 0.44 - 32px);
      height: calc( (100vw - 56px) * 0.44 - 32px);
    }
    .catchcopy {
      font-size: 350%;
      margin-bottom: 40px;
    }
    .catch--subtxt {
      font-size: 109%;
    }
    .hero--scroll {
      bottom: 7%;
      left: 1%;
    }
  }
  @media screen and (max-width: 1300px) {
    .catchcopy {
      font-size: 290%;
      margin-bottom: 40px;
    }
    .header--sns a {
      background-color: #f3f3f3;
      padding: 12px 8px;
    }
  }
  @media screen and (max-width: 767px) {
    .hero {
      width: 100%;
      height: 80vh;
      margin: 0 auto;
      max-height: 600px;
    }
    .hero_slide-sp {
      display: block !important;
    }
    .hero_slides {
      width: 100%;
      height: 100%;
      margin: auto;
      z-index: 2;
    }
    .hero_slide--child {
      background-position: right 55% center;
      transition: background-position 28s ease-out;
    }
    .active .hero_slide--child {
      background-position: right 5% center;
    }
    .hero_slide--dots {
      display: none;
    }
    .hero_slide .slick-slide:not(:first-child) {
      -webkit-mask-size: 300% 100%;
    }
    .hero_slide--arrows {
      display: none;
    }
    .hero--catch {
      background-color: transparent;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      padding: 18px 24px;
      margin: auto;
      z-index: 2;
    }
    .hero--catch--bg {
      display: none;
    }
    .hero--catch--wrap {
      color: #fff;
      align-items: flex-start;
      justify-content: flex-end;
      padding: 40px 24px;
    }
    .catchcopy {
      font-size: 214%;
      margin-bottom: 16px;
    }
    .catch--subtxt {
      font-size: 93%;
      line-height: 2;
    }
    .hero--scroll {
      bottom: 72px;
      left: auto;
      right: 16px;
      font-size: 86%;
      color: #ffffff;
      z-index: 2;
    }
    .scroll--line {
      position: absolute;
      top: 52px;
      left: 44%;
      width: 1px;
      height: 61px;
      overflow: hidden;
    }
    .scroll--line::before {
      background-color: #ffffff;
    }
  }

/* message
********************************************** */
  .top_message {
    padding-bottom: 40px;
  }
  .message_txt span {
    display: block;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .top_message {
      padding-top: 60px;
      padding-bottom: 80px;
    }
  }

/* desc--box
********************************************** */
  .top_desc .inner {
    max-width: 1580px;
  }  
  .desc--box {
    position: relative;
    display: flex;
    background-color: rgba(255,255,255,0.9);
    padding: 64px;
  }
  .desc--box h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 105%;
    display: block;
    width: 400px;
    height: 1px;
    background-color: #CCCCCC;
    margin: auto;
    top: 0;
  }
  .desc--box .img {
    position: relative;
    flex-basis: 50%;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    max-width: 780px;
  }
  .desc--box .txt {
    margin-right: 0;
  }
  .desc--box h3 {
    font-size: 160%;
    line-height: 1.5;
    margin-bottom: 48px;
  }
  .desc--box .img > div {
    position: absolute;
    background-size: cover;
    background-position: center;
  }
  .desc--box .img01 {
    width: 70%;
    top: 50%;
    transform: translateY(-65%);
    background-image: url(http://shinnihonsouken.net/img_message01.jpg);
  }
  .desc--box .img01::before {
    content:"";
    display: block;
    padding-top: 72%; /* 高さを幅の75%に固定 */
  }
  .desc--box .img02 {
    width: 42%;
    right: 0;
    top: 50%;
    transform: translateY(-31%);
    background-image: url(http://shinnihonsouken.net/img_message02.jpg);
  }
  .desc--box .img02::before {
    content:"";
    display: block;
    padding-top: 114%; /* 高さを幅の75%に固定 */
  }
  .desc--bg {
    position: absolute;
    width: 100%;
    height: 480px;
    bottom: 0;
    overflow: hidden;
  }
  .desc--bg--img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 110%;
    background-image: url(http://shinnihonsouken.net/bg_message.jpg);
    background-size: cover;
  }

  @media screen and (min-width: 1500px) {
    .desc--box .txt {
      margin-right: 40px;
    }
  }
  @media screen and (max-width: 1380px) {
    .desc--box {
      padding: 60px 40px 60px;
    }
    .desc--box .txt {
      margin-right: 30px;
    }
    .desc--box .txt br.pc-none,
    .desc--box .txt br.sp-none {
      display: inline;
    }
  }
  @media screen and (max-width: 767px) {
    .desc--box .txt br.pc-none,
    .desc--box .txt br.sp-none {
      display: none;
    }
    .desc--box .txt span.pc-none,
    .desc--box .txt span.sp-none {
      display: inline;
    }
    .desc--box .img {
      display: none;
    }
    .desc--box .txt {
      margin-right: 0;
    }
    .desc--box h3 {
      margin-bottom: 24px;
    }
    .desc--img-sp {
      position: relative;
      margin-bottom: 32px;
      z-index: 2;
    }
    .desc--img-sp .img01 {
      width: 82%;
      position: relative;
    }
    .desc--img-sp .img02 {
      position: absolute;
      top: 69%;
      right: 0;
      width: 39%;
    }
    .top_desc {
      z-index: 1;
    }
  }

/* profile
********************************************** */
.profile--box h3 {
  font-size: 213%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}
.profile--box .img {
  flex-basis: 400px;
  margin-right: 10%;
}
.profile--box .txt {
  flex: 1;
}
.profile--pos {
  display: flex;
  align-items: center;
  font-size: 120%;
}
.profile--pos span {
  margin: 0 6px;
}
.profile--pos::before,
.profile--pos::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 5px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.profile--box h3 small {
  font-size: 60%;
  color: #777777;
  margin-left: 40px;
}
.profile--box .profile--skill {
  margin-bottom: 24px;
}
.profile--box .profile--skill li {
  /* display: inline-block;
  background-color: #ccc;
  padding: 4px 12px;
  line-height: 1; */
}
.profile--hobby {
  position: relative;
  font-size: 93%;
  color: #777;
  padding-left: 16px;
}
.profile--hobby::after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #777;
  border-radius: 8px;
  margin: auto;
}
.top_profile .table1 {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .profile--box .img {
    margin-right: 0;
    flex-basis: auto;
    margin-bottom: 24px;
  }
  .profile--box h3 small {
    font-size: 42%;
    margin-left: 19px;
  }
  .top_profile .table1 {
    margin-bottom: 40px;
  }
}

/* access
********************************************** */
  .access {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .access .ttl-01 {
    margin-bottom: 56px;
  }
  .access--map {
    width: 1000px;
    height: 570px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
    border: none;
  }
  #map_sp {
    display: none;
  }
  .access .table2 {
    margin: auto;
    width: auto !important;
  }
  .access .table1 {
    margin: 0 auto 40px;
  }
  .access .table2 th,
  .access .table2 td {
    width: auto !important;
  }
  .access .mce-content-body .table2 th {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
  @media all and (-ms-high-contrast:none){
    .access .table2 {
      width: 445px !important;
    }
  }
  @media screen and (max-width: 767px) {
    .access {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    #map {
      display: none;
    }
    #map_sp {
      display: block;
    }
    .access--map {
      width: 100%;
      height: 400px;
    }
    .access h3 {
      margin-bottom: 24px;
    }
    .access .mce-content-body .table2 {
      margin-bottom: 16px;
    }
    .access .mce-content-body .table2 th {
      padding: 6px 0;
    }
  }

/* media
********************************************** */
  .media {
    background-image: url(http://shinnihonsouken.net/bg_news.jpg);
  }
  .media--box {
    width: calc(50% - 32px);
    background-color: #fff;
    padding: 48px 32px;
  }
  .media .ttl-01 {
    margin-bottom: 64px;
  }
  .media--box--post {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .media .news article {
    margin-bottom: 12px;
  }
  .media .news .icon-new_tab,
  .archive-news .icon-svg {
    display: inline-block;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
  .media .post--date {
    font-size: 100%;
    color: #333;
    margin-right: 24px;
  }
  .media .news .post--link {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 8px 8px;
  }
  .media .news .post--link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #929495;
    margin: auto;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  .media .news .post--link[href="javascript:void(0);"] {
    cursor: default;
  }
  .media .news .post--link:not([href="javascript:void(0);"]):hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .media .blog article {
    margin-bottom: 12px;
  }
  .media .blog .post--link {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .media .blog .post--thumb {
    width: 88px;
    height: 88px;
    margin-right: 40px;
    background-size: cover;
    background-position: center;
  }
  .media .blog .post--thumb + div {
    flex: 1;
  }
  .media .blog .post--link .post--ttl {
    display: inline-block;
  }
  .media .blog .post--link .post--ttl::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #929495;
    margin: auto;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  .media .blog .post--link:hover .post--ttl::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  @media screen and (max-width: 767px) {
    .media .ttl-01 {
      margin-bottom: 40px;s
    }
    .media--box {
      width: 100%;
      padding: 32px 24px;
    }
    .media--box.news {
      margin-bottom: 16px;
    }
    .media .post--link .post--ttl {
      line-height: 1.7;
    }
    .media .news .post--link {
      display: block;
    }
    .media .blog .post--thumb {
      width: 64px;
      height: 64px;
      margin-right: 16px;
    }
    .media .news article,
    .media .blog article {
      font-size: 93%;
    }
  }

/* home_news
********************************************** */
  .home_news {
    font-size: 90%;
    padding: 40px 0;
    background-color: #fff;
    border-bottom: 1px solid #EEE;
    z-index: 1;
    line-height: 1.6;
  }
  .home_news .news_list {
    flex: 1;
  }
  .news_list--ttl {
    display: block;
    position: relative;
    margin-right: 40px;
    padding: 0;
    font-size: 183%;
    line-height: 1.2;
  }

  @media screen and (max-width: 767px) {
    .home_news {
      padding: 20px 5%;
    }
    .news_list--ttl {
      width: auto;
      float: none;
      height: auto;
      margin-bottom: 16px;
    }
  }


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

    PAGE

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

/* company
********************************************** */
.lps_sec:last-of-type .flex-col1 {
  max-width: 1000px;
}

/* contact
********************************************** */
  .contact {
    padding-top: 0;
  }
  .page-contact .cta_tel a {
    display: inline-block!important;
    margin-bottom: 16px;
    padding: 20px 64px;
    background-color: #eee;
    line-height: 1;
  }
  .contact--insta {
    display: flex;
    justify-content: center;
  }
  .contact--insta a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
  }
  .contact--insta a:hover {
    opacity: .6;
  }
  .contact--insta svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  @media screen and (max-width: 767px) {
    .contact { padding:  0 0 80px; }
    .page-contact .cta_tel a {
      display: block;
      padding: 16px;
    }
    .page-contact .header--tel-sp {
      display: none;
    }
  }

/* thanks
 ############################### */
 .page-thanks .flex-col1 {
  max-width: 780px;
}

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

    ARCHIVE

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

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

  /* --- post --- */
  .post { position: relative; }
  .post--link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .post--date {
    color: #aaa;
    font-size: 93%;
  }
  .cat_list {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .cat_list a {
    display: inline-block;
    vertical-align: middle;
    font-size: 79%;
    color: #999;
    line-height: 1;
    padding: 6px 0;
    border-radius: 2px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
  }
  .cat_list a:not(:last-child)::after,
  .cat_list li:not(:last-child) a::after {
    content: ',';
  }
  .post .post--img {
    border-radius: 3px;
  }
  .no-image {
    background-size: 100% auto!important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
  }

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

/* side_column
**************************************** */
  .side_column { width: 264px; }
  .side_section:not(:last-child) { margin-bottom: 64px; }
  .side--ttl {
    font-size: 120%;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 16px;
  }
  .side--ttl small {
    font-size: 62%;
    opacity: .5;
    letter-spacing: .15em;
    display: block;
    line-height: 1;
    margin-top: 8px;
  }

  /* --- post --- */
  .posts-side .post:not(:last-child) { margin-bottom: 16px; }
  .posts-side .post--img {
    margin-right: 16px;
    border-radius: 3px;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .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 {
    cursor: pointer;
  }
  .side_column .archive_list--ttl::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
    transition: .4s ease-out;
  }
  .side_column .archive_list--ttl.active::after { transform: rotate(315deg); }
  .side_column .archive_month { display: none; }

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

  /* --- archive-pulldown --- */
  .archive-pulldown {
    position: relative;
    margin-left: auto;
    z-index: 1;
  }
  .archive-pulldown .archive_list {
    position: relative;
    font-size: 92%;
  }
  .archive-pulldown .archive_list:not(:last-child) { margin-right: 24px; }
  .archive-pulldown .archive_list a {
    display: block;
    padding: 2px 16px;
    text-align: left;
  }
  .archive-pulldown .archive_list a:not(:last-child) { border-bottom: 1px solid #eee; }
  .archive-pulldown .archive_list--label { margin-right: 8px; }
  .archive-pulldown .archive_list--btn {
    cursor: pointer;
    border: none;
    outline: none;
    appearance: none;
    padding: 8px 54px 8px 32px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .archive-pulldown .archive_list--btn::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    transition: .2s ease-out;
    transform-origin: 50% 50%;
  }
  .archive-pulldown .active .archive_list--btn::after {
    top: 14px;
    transform: rotate(225deg);
  }
  .archive-pulldown .archive_list--menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-out;
  }
  .archive-pulldown .active .archive_list--menu {
    visibility: visible;
    opacity: 1;
  }

/* blog
**************************************** */
  body.archive-blog {
    background-color: #f7f7f7;
  }
  .posts-blog .post {
    background-color: #fff;
    margin-bottom: 16px;
    border: none;
  }
  .posts-blog .post--txtarea {
    flex: 1;
    padding: 32px 24px 32px 0;
  }
  .posts-blog .post--date {
    margin-right: 8px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .posts-blog .post--img {
    width: 280px;
    height: 310px;
    margin-right: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
  }
  .posts-blog .post--img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
  }
  .posts-blog .post .post--ttl,
  .blog--info .section_ttl {
    font-size: 160%;
    line-height: 1.4;
    transform: none;
  }
  .posts-blog .post .post--txt {
    font-size: 93%;
    line-height: 1.7;
    letter-spacing: .03em;
  }
  .posts-blog .post > * {
    transition: all .3s;
  }
  .posts-blog .post:hover > * {
    opacity: .6;
  }

  @media screen and (max-width: 1100px) {
    .posts-blog { margin-bottom: 56px; }
    .archive-blog .container > .inner.flex,
    .single-blog .container > .inner.flex {
      display: block;
    }
  }

  @media screen and (max-width: 767px) {
    .posts-blog .post {
      display: block;
      padding-top: 24px;
      padding-left: 24px;
      padding-bottom: 24px;
      padding-right: 24px;
    }
    .posts-blog .post--img {
      height: auto;
      padding-left: 0;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      margin-bottom: 24px;
      max-width: 100%;
    }
    .posts-blog .post--img::before {
      content:"";
      display: block;
      padding-top: 100%; /* 高さを幅の75%に固定 */
    }
    .posts-blog .post--txtarea {
      padding: 0;
    }
    .posts-blog .post .post--ttl {
      margin-bottom: 0;
      font-size: 130%;
    }
    .posts-blog .post--info {
      margin-bottom: 0;
    }

  }

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


  /* --- news_list --- */
  main .news_list .post {
    padding-bottom: 16px;
    padding-top: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
  }
  main .news_list .post--date {
    color: #333;
    padding-top: 6px;
    padding: 6px;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: 32px;
  }
  main .news_list .post::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #929495;
    margin: auto;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  main .news_list .post[href="javascript:void(0);"] {
    cursor: default;
  }
  main .news_list .post:not(.nolink):hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  main .news_list a[href="javascript:void(0);"],
  main .news_list a[href="javascript:void(0);"]::before {
    color: inherit;
    cursor: inherit;
    opacity: 1;
    text-decoration: none;
  }
  .posts-home_news a,
  main .news_list a {
    display: inline-flex;
    align-items: center;
  }
  .posts-home_news a[target="_blank"]::after,
  main .news_list a[target="_blank"]::after {
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 8px;
    background-image: url(/wp/wp-content/themes/original_theme/images/common/icon-new_tab.png);
  }

  @media screen and (max-width: 767px) {
    main .news_list .post { display: block; }
    main .news_list .post--date {
      display: inline-block;
      margin-right: 12px;
      padding: 0;
      width: 74px;
      margin-bottom: 0;
    }
    main .news_list .post--ttl {
      line-height: 1.6;
    }
  }


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

    SINGLE

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

/* news
 ############################### */

.single-news .section_ttl {
  font-size: 180%;
}
@media screen and (max-width: 767px) {
  .single-news .section_ttl {
    font-size: 130%;
    line-height: 1.6;
  }
}

/* blog
 ############################### */

body.single-blog {
  background-color: #f7f7f7;
}
.single-blog .blog--info {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .single-blog .blog--info {
    padding: 20px;
  }
  
}

/* wp-pagenavi
**************************************** */
  .wp-pagenavi {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
  }
  .wp-pagenavi .pages {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
  }
  .wp-pagenavi a {
    position: relative;
    padding: .5em 1em;
    background-color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover {
    opacity: .7;
  }
  .wp-pagenavi a {
    color: #fff;
  }
  .wp-pagenavi > *:not(.pages) {
    max-width: calc(100% / 2.6);
  }
  .archive .wp-pagenavi > *:not(.pages) {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .wp-pagenavi > *:not(.pages) {
    margin-bottom: 4px; 
  }
  .wp-pagenavi > *:not(.pages):not(:last-child) {
    margin-right: 4px;
  }
  .wp-pagenavi .extend {
    width: 24px !important;
  }
  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid;
    border-right: 1px solid;
  }
  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    width: 8px;
    height: 8px;
  }
  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .first::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .last::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -6px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -6px;
  }

  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 24px;
    }
    .archive .wp-pagenavi > *:not(.pages) {
      width: 32px;
      height: 32px;
    }
    .wp-pagenavi .first::before,
    .wp-pagenavi .last::before {
      left: -5px;
    }
    .wp-pagenavi .first::after,
    .wp-pagenavi .last::after {
      right: -5px;
    }
  }


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

    SEARCH

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

  #search-list .section_pdg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #search-list .ttl-01 { margin: 70px 0 0; }


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

    FORMY

############################################################################## */
  #formy_form table { width: 100%; }
  #formy_form th,
  #formy_form td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: solid 1px #eee;
  }
  #formy_form th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    width: 34%;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form table textarea {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: bottom;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form select,
  #formy_form textarea {
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font: inherit;
    font-size: 100%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #formy_form textarea { height: 100px; }
  #formy_form select { height: 40px; }
  #formy_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #formy_form input:hover { opacity:.7; }
  #formy_form textarea:hover { opacity:.7; }
  #formy_form input:focus { outline: none; }
  #formy_form .parsley-validated {  background-color: #eee; }
  #formy_form .parsley-error {  background-color: #fee; }
  #formy_form .parsley-success {  background-color: #fff; }
  .help_text {
    font-size: 85%;
    color: #999;
    font-family: 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  }
  .hidden_help { display: none; }
  .formy_privacy div {
    overflow-y: scroll;
    height: 140px;
    border: solid 1px #ccc;
    font-size: 85%;
    padding: 8px 16px;
  }
  .requiredIcon {
    background-color: transparent;
    color: #f55;
    margin: 0 0 0 1em;
    font-size: 70%;
    padding: 2px 5px;
    float: right;
    font-family: 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    border: 1px solid #f55;
  }
  #formy_btn {
    padding-top: 32px;
    text-align: center;
  }
  #formy_btn input {
    font-size: inherit;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 16px 32px;
    -webkit-appearance: none;
    appearance: none;
  }
  #formy_btn input[type="submit"] {
    width: 220px;
  }
  #formy_form ul li input[type="radio"],
  #formy_form ul li input[type="checkbox"] { display: none !important; }
    #formy_form ul li label {
    position: relative;
    display: inline-block;
    padding: .5em 8px .5em 40px;
    line-height: 1.6;
    vertical-align: top;
    cursor: pointer;
  }
  #formy_form ul li label:hover { opacity: .7; }
  #formy_form ul li label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #788b93;
    left: 16px;
    top: 12px;
  }
  #formy_form ul li input[type="radio"] + label::before { border-radius: 10px; }
  #formy_form ul li input[type="radio"]:checked + label,
  #formy_form ul li input[type="checkbox"]:checked + label {
    color: #e75f5f;
  }
  #formy_form ul li input[type="radio"]:checked + label::before,
  #formy_form ul li input[type="checkbox"]:checked + label::before {
    border-color: #e75f5f;
  }
  #formy_form ul li input[type="radio"]:checked + label::after,
  #formy_form ul li input[type="checkbox"]:checked + label::after {
    content: "";
    width: 10px;
    height: 18px;
    top: 4px;
    left: 20px;
    border-right: 2px solid #e75f5f;
    border-bottom: 2px solid #e75f5f;
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .formy_confirm { background-color: #222; }
  .formy_submit_disabled { background-color: #ccc; }
  #formy_btn .formy_submit_disabled:hover {
    opacity: 1;
    cursor: default;
  }
  .autoConfirmBack { background-color: #aaa; }
  .formy_send { background-color: #222; }
  #total_required {
    padding: 16px;
    color: #f55555;
    text-align: center;
    font-weight: 400;
  }

  @media screen and (max-width: 767px) {
    #formy_form { 
      padding: 0 16px;
      font-family:  serif;
    }
    #formy_form th,
    #formy_form td {
      display: block;
      width: auto;
      padding-left: 0;
      padding-right: 0;
    }
    #formy_form th {
      border-bottom:none;
      padding-bottom: 0;
      white-space: normal;
      font-weight: normal;
    }
    #formy_form td { padding-top: 0; }
    #formy_btn { padding-top: 8px; }
    #formy_btn input {
      width: 80%;
      background-size: contain;
      background-position: center;
    }
    #formy_btn input[type="submit"] {
      width: 100%;
      background-color: #222;
    }

    .autoConfirmBack { margin-bottom: 8px; }
  }