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

    DEFAULT

############################################################################## */
  html {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    height: 100%;
    font: 16px/1.231 YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: .08em;
    *font-size: small;
    *font: x-small;
    color: #3e3a39;
    background: #f5f5f6;
  }
  @media all and (-ms-high-contrast:none) {
    body {
      font-family: "メイリオ", Meiryo, 'Lato', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    }
  }
  *,
  *:after,
  *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul,
  ol { list-style: none; }
  small { font-size: 86%; }
  a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  a:hover {
    color: #c5ccd6;
    text-decoration: none;
  }
  img {
    vertical-align: bottom;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    max-width: 100%;
    height: auto;
  }
  @media (max-width: 1420px) {
    img { 
      max-width: 100%;
      height: auto;
    }
  }
  @media (min-width: 768px) {
    @-moz-document url-prefix() {
      * { font-feature-settings: "palt"; }
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
      * { font-feature-settings: "palt"; }
    }
    a {
      -webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
      outline : none;
    }
  }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px;
      -webkit-text-size-adjust: none;
    }
    img {
      max-width: 100%;
      height: auto;
    }
  }


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

    KEYFRAMES

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

/* kira
**************************************** */
  .kira {
    display: block;
    background: url(../images/common/kirakira_sprite_w.png) no-repeat;
    width: 87px;
    height: 87px;
/*    pointer-events: none;*/
    position: absolute;
    z-index: 10
  }
  .kira-yellow {
    background-image: url(../images/common/kirakira_sprite.png);
  }
  .kira-move {
    -webkit-animation: anime-kira 0.5s steps(4) alternate infinite;
    -moz-animation: anime-kira 0.5s steps(4) alternate infinite;
    -ms-animation: anime-kira 0.5s steps(4) alternate infinite;
    -o-animation: anime-kira 0.5s steps(4) alternate infinite;
    animation: anime-kira 0.5s steps(4) alternate infinite;
  }
  .delay-1s {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
  }
  .delay-15s {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .delay-2s {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
  }
  /* keyframe */
  @-webkit-keyframes anime-kira {
    0% { background-position: 0 0;}
    100% {background-position: -348px 0;}
  }
  @-moz-keyframes anime-kira {
    0% {background-position: 0 0;}
    100% {background-position: -348px 0;}
  }
  @-ms-keyframes anime-kira {
    0% {background-position: 0 0;}
    100% {background-position: -348px 0;}
  }
  @-o-keyframes anime-kira {
    0% {background-position: 0 0;}
    100% {background-position: -348px 0;}
  }
  @keyframes anime-kira {
    0% {background-position: 0 0; }
    100% {background-position: -348px 0;}
  }
  /* position */
  .kira-01 {
    top: 0;
    left: 50%;
    margin-left: 280px;
  }
  .kira-02 {
    top: 110px;
    left: 55%;
    margin-left: 130px;
  }
  .top-first-nav .kira-03 {
    position: absolute;
    top: -40px;
    right: 168px;
  }
  .top-first-nav .kira-04 {
    position: absolute;
    top: -8px;
    left: 168px;
  }
  .kira-05 {
    top: -56px;
    left: 50%;
    margin-left: 120px;
  }
  .kira-06 {
    bottom: 0;
    right: 50%;
    margin-right: 120px;
  }

  @media only screen and (max-width: 767px) {
    .kira {
      width: 45px;
      height: 45px;
      background-size: auto 45px;
    }
    @keyframes anime-kira {
      to {
        background-position: -180px 0;
      }
    }
    .kira-01 {
      top: -21px;
      left: 204px;
      margin-left: 0;
    }
    .kira-02 {
      top: 62px;
      left: -10px;
      margin: 0;
    }
    .top-first-nav .kira-03,
    .top-first-nav .kira-04 {
      display: none;
    }
    .kira-05 {
      left: auto;
      right: 16%;
      top: -22px;
      margin: 0;
    }
    .kira-06 {
      bottom: 9px;
      right: 36%;
    }
  }
/* ##############################################################################

    COMMON

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

/* layout
**************************************** */
  .wrapper {
    padding-top: 80px;
  }

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-sm { max-width: 800px; }
  .inner-xs { max-width: 720px; }
  .inner-md { max-width: 1280px; }
  .inner-lg { 
    max-width: 100%;
    width: calc(100% - 80px);
  }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  /* --- flex --- */
  .flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .flex-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
  }
  .flex-end {
    -webkit-justify-content: end;
    -ms-justify-content: end;
    justify-content: end;
  }
  .flex-center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .flex-between {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .flex-around {
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap_reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .align-center {
    align-items: center;
  }
  .flex-col1 { display: block; }
  .flex-col2,
  .flex-col3,
  .flex-col4,
  .flex-col5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-col1 .column_item {
    max-width: 880px;
    width: 100%;
    margin: 0 auto 80px;
  }
  .flex-col2 > * {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .flex-col2 > *:nth-child(even) { margin-right: 0; }
  /*  .flex-col2 > *:nth-last-child(-n+2) { margin-bottom: 0; }*/
  .flex-col3 > * {
    width: 30.666%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .flex-col3 > *:nth-child(3n+3) { 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+4) { margin-right: 0; }
  .flex-col5 > * {
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .flex-col5 > *:nth-child(5n+5) { margin-right: 0; }



  /* --- margin --- */
  .mgn-btm8 { margin-bottom: 8px; }
  .mgn-btm16 { margin-bottom: 16px; }
  .mgn-btm20 { margin-bottom: 20px;}
  .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; }
  .mgn-btm88 { margin-bottom: 88px; }
  .mgn-btm96 { margin-bottom: 96px; }

  /* --- pc or sp --- */
  .pc-none { display: none; }
  .sp-none { display: block; }

  /* --- message --- */
  .message {
    /*font-size: 113%;*/
    letter-spacing: 0.125em;
    line-height: 2;
  }
  @media only screen and (max-width: 1000px) {
    .wrapper {
      padding-top: 76px;
    }
  }
  @media only screen and (max-width: 767px) {
    .inner { width: 90%; }
    .section_pdg {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .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; }
    .mgn-btm88 { margin-bottom: 48px; }
    .mgn-btm96 { margin-bottom: 48px; }
    .sp-none { display: none; }
    .pc-none { display: block; }
    .flex-sp-nomal {
      -webkit-justify-content: normal;
      -ms-justify-content: normal;
      justify-content: normal;
    }
    .flex-sp-block {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .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+3) {
      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+4) {
      width: 31.33%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col3 > *:nth-child(3n+3) { margin-right: 0; }

    .flex-col5 > * {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    
    .flex-col5 > *:nth-child(even) { margin-right: 0; }
  

  }


/* bg
**************************************** */
  .bg-white {
    background: #fff;
  }
  .bg-lightgray {
    background: #fcfcfd;
  }
  .bg-gray {
    background: #f5f5f6;
  }
  .bg-plaid {
    background: url(../images/common/bg-plaid.png);
  }
  .bg-abstract-blue {
    background: url(../images/common/bg-abstract-blue.jpg) center no-repeat;
    background-size: cover;
    border-top: 1px solid #c0d0d4;
  }
  .bg-abstract-green {
    background: url(../images/common/bg-abstract-green.jpg) center no-repeat;
    background-size: cover;
  }
  .bg-green {
    background: url(../images/voice-bg.jpg) center;
    background-size: cover;
  }
  .bg-green .section_ttl {
    color: #fff;
  }
  .bg-green .section_ttl::after {
    border-image: linear-gradient(90deg,hsla(0, 0%, 100%, 0),rgb(255, 255, 255) 50%,hsla(0, 0%, 100%, 0) 100%) 0 0 100%;
  }
  .bg-green .section_ttl span {
    color: #eaeb7a;
    opacity: 1;
  }
  @media only screen and (max-width: 767px) {
    .bg-plaid {
      background-size: 16px 16px;
    }
  }

/* ttl
**************************************** */
  /* --- page_ttl --- */
  .page_ttl {
    background: #649ebc center 0px !important;
    height: 184px;
    text-align: center;
    line-height: 1;
  }
  .page_ttl-jp {
    display: block;
    font-size: 225%;
    color: #fff;
    font-family: 'Roboto', "Gothic Medium BBB", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2em;
  }
  .single-service .page_ttl-jp {
    padding-top: 32px;
    font-size: 200%;
    line-height: 1.4;
  }
  .single-service .page_ttl-jp .title-img {
    margin-left: -40px;
  }
  .page_ttl-eng {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 88%;
    margin-top: 16px;
    display: block;
    letter-spacing: 0.2em;
    color: #b8dcec;
  }
  .page-business .page_ttl-eng {
    text-transform: none;
  }

  /* --- section_ttl --- */
  .section_ttl {
    position: relative;
    font-size: 300%;
    line-height: 1;
    letter-spacing: .1em;
    padding-bottom: 32px;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Roboto', "Gothic Medium BBB", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
  }
  #service .section_ttl {
    text-transform: none;
  }
  .section_ttl-sm {
    font-size: 225%;
  }
  .section_ttl-en {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }
  .section_ttl::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    border-width: 0 0 1px;
    border-image: linear-gradient(90deg,hsla(0, 0%, 100%, 0),rgba(0, 152, 235, 0.5) 50%,hsla(0, 0%, 100%, 0) 100%) 0 0 100%;
    border-style: solid;
  }
  .section_ttl small {
    font-size: 84%;
  }
  .section_ttl small.section_ttl--small {
    font-size: 50%;
    display: block;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .section_ttl small.section_ttl--small img {
    margin-right: 5px;
  }
  .section_ttl span {
    display: block;
    margin-top: 24px;
    font-size: 33.4%;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #009ae9;
    opacity: 0.5;
    font-weight: bold;
  }
  .section_ttl-en span {
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
  }

  /* --- mini_ttl --- */
  .mini_ttl {
    position: relative;
    font-size: 112%;
    margin-bottom: 16px;
    line-height: 1;
    padding-left: 18px;
  }
  .mini_ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    border-radius: 3px;
    background: #0099e9
  }
  /* --- catch --- */
  .catch {
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 0.16em;
  }
  .catch-xl {
    font-size: 238%;
    line-height: 1.5;
  }
  .catch-lg {
    font-size: 200%;
    line-height: 1.5;
  }
  .catch-sm {
    font-size: 150%;
    letter-spacing: 0.1em;
  }
  .catch-xs {
    font-size: 113%;
  }

  @media only screen and (max-width: 767px) {
    .page_ttl {
      height: 144px;
      background-size: auto 320px;
      background-position: center 0px;
    }
    .page_ttl-jp {
      display: block;
      font-size: 175%;
      letter-spacing: 0.1em;
    }
    .page-business .page_ttl-jp,
    .page-inquiry .page_ttl-jp {
      letter-spacing: 0.05em;
      font-size: 200%;
    }
    .page_ttl-eng {
      margin-top: 12px;
    }
    .section_ttl {
      font-size: 215%;
      line-height: 1.4;
      padding-bottom: 16px;
      margin-bottom: 24px;
      margin-top: -4px;
    }
    .section_ttl span {
      margin-top: 8px;
    }
    .section_ttl small.section_ttl--small {
      margin-bottom: 4px;
      font-size: 66%;
    }
    .section_ttl small.section_ttl--small img {
      max-height: 38px;
      width: auto;
      transform: translateY(-2px);
    }
    .mini_ttl {
      line-height: 1.4;
    }
    .catch {
      font-size: 158%;
      line-height: 1.4;
      letter-spacing: 0.12em
    }
    .catch-sm {
      font-size: 143%;
    }
    .catch-xs {
      font-size: 115%;
    }
  }


/* txt
**************************************** */
  .font-yu { font-family: 'Roboto', "Gothic Medium BBB", sans-serif}
  .font-en { font-family: 'Roboto', sans-serif; font-weight: bold;}
  .txt-ctr { text-align: center; }
  .txt-rgt { text-align: right; }
  .txt-lft { text-align: left; }
  .txt-white { color: #fff; }
  .txt-blue { color: #009ae9; }
  .txt-justify {
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
  }
  .txt-lg {
    font-size: 106.25%; /* 15px */
  }
  .txt-sm {
    font-size: 93.75%; /* 15px */
  }
  .txt-xs {
    font-size: 81.25%; /* 13px */
    line-height: 1.65;
  }
  .bold {
    font-weight: bold;
  }
  @media screen and (min-width: 768px) {
    .txt-ctr-pc { text-align: center; }
  }
/* table & list
**************************************** */
  .table {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccc;
    width: 100%;
    font-size: 88%;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .table th,
  .table td {
    padding: 16px 24px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    text-align: left;
  }
  .table th {
    color: #009ae9;
    width: 200px;
  }
  /* --- dl-table --- */
  .dl-table {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: 1px dotted #9E9E9E;
  }
  .dl-table dt {
    width: 88px;
  }
  .dl-table dd {
    width: calc( 100% - 88px)
  }
  /* --- list --- */
  .list li {
    position: relative;
    padding-left: 20px;
  }
  .list li::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    margin-top: 6px;
    width: 10px;
    height: 10px;
    background: rgba(0, 152, 233, 0.5);
    border-radius: 20px;
  }
  .list-ol li::before {
    content: "1.";
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #0099e9;
    line-height: 1;
    font-size: 106%;
    margin-top: 3px;
    text-align: right;
    width: 16px;
    height: auto;
    letter-spacing: 0;
  }
  .list-ol li:nth-child(2)::before { content: "2." }
  .list-ol li:nth-child(3)::before { content: "3." }
  .list-ol li:nth-child(4)::before { content: "4." }
  .list-ol li:nth-child(5)::before { content: "5." }
  .list-ol li:nth-child(6)::before { content: "6." }
  .list-ol li:nth-child(7)::before { content: "7." }
  .list-ol li:nth-child(8)::before { content: "8." }
  .list-ol li:nth-child(9)::before { content: "9." }
  .list-ol li:nth-child(10)::before { content: "10." }

  @media only screen and (max-width: 767px) {
    .table th,
    .table td  {
      padding: 6px 8px;
    }
    .table th {
      width: 7em;
    }
  }

/* anchor
**************************************** */
.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

/* btn
**************************************** */
  .link-btn {
    position: relative;
    display: inline-block;
    width: 320px;
    height: 48px;
    line-height: 48px;
    letter-spacing: 0.2em;
    color: #fff;
    background: #009ae9;
    border-radius: 24px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .link-btn-big {
    width: 400px;
  }
  .link-btn-lg {
    height: auto;
    line-height: 1.5;
    padding: 24px 0;
    border-radius: 8px;
  }
  .link-btn-sm {
    width: 280px;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
  }
  .link-btn-white {
    background: #fff;
    color:#009ae9;

  }
  .link-btn:hover {
    color: #fff;
    background: #0152d6;
    box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
  }
  .link-btn::before {
    content: "";
    position: absolute;
    display: block;
    top: 49%; 
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    right: 24px;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
  }
  .link-btn-white::before {
    border-left: 5px solid #009ae9;
  }
  .txt-link {
    font-weight: bold;
    color: #0099e9;
    border-bottom: 1px solid #adcbf0;
    padding-bottom: 2px;
    word-break: break-all;
  }
  .txt-link:hover {
    color: #aaa;
    border-color:transparent;
  }

  @media only screen and (max-width: 767px) {
    .link-btn {
      width: 100%;
      max-width: 320px;
    }
  }
/* ##############################################################################

    HEADER

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

/* header
**************************************** */
  .header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 80px;
    background: rgb(255 255 255 / 97.5%);
    z-index: 900;
    box-shadow: 0 -3px 16px rgb(97 110 114 / 50%);
  }
  .header--logo {
    margin-left: 24px;
    text-align: center;
  }
  .header--copy {
    top: 18px;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto 24px;
    font-size: 11px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    font-weight: bold;
    opacity: 0.5;
    white-space: nowrap;
  }

  @media only screen and (max-width: 1000px) {
    .header {
      width: 100%;
      height: auto;
      bottom: auto;
      padding: 0;
    }
    .header--logo {
      text-align: left;
      padding: 0;
      height: 60px;
      line-height: 60px;
      border: none;
      background: #fff;
      z-index: 901;
      margin: 8px;
      border-radius: 4px;
    }
    .header--logo a {
      display: inline-block;
      padding: 0 5%;
    }
    .header--logo img {
      width: 144px;
      vertical-align: middle;
    }
  }

/* gnav
**************************************** */
  .gnav .gnav--link {
    position: relative;
    padding: 6px 12px;
    font-size: 87%;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    height: 80px;
    display: flex;
    align-items: center;
  }

  .gnav .gnav--link:hover,
  .gnav li:hover .gnav--link {
    color: #369be9;
    background: #f8f8f8
  }
  .gnav .gnav--link:hover::before,
  .gnav li:hover .gnav--link::before {
    left: 25px;
    border-color: transparent transparent transparent #009ae9;

  }
  .gnav--child {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 16px 0;
    background: rgba(0, 65, 130, 0.8);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .gnav--child li {
    display: flex;
    width: 25%;
    padding: 6px;
  }
  .gnav--service-site .gnav--child li {
    width: 20%;
  }
  .gnav li:hover .gnav--child {
    opacity: 1;
    pointer-events: auto;
  }
  .gnav--child a {
    color: #fff;
  }
  .gnav--child .link {
    position: relative;
    display: block;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
  }
  .gnav--child .link .link-icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
    opacity: 0;
  }
  .gnav--child a.link:hover {
    background: #00274e;
  }
  .gnav--child .link:hover .link-icon {
    opacity: 1;
  }
  .gnav--child .gnav-textlink {
    display: flex;
    height: 100%;
    background-color: rgba(0, 39, 78, 0.25);
  }
  .gnav--child .img-logo {
    color: #fff;
    font-size: 93%;
    margin-bottom: 6px;
    height: 54px;
    display: flex;
    align-items: flex-end;
    margin-left: -10px;
  }
  .gnav--child .catch-sm {
    line-height: 1.5;
    font-size: 125%;
  }
  .gnav--child .catch-sm span {
    font-size: 85%;
    letter-spacing: 0.05em;
  }
  .gnav--child .txt-area {
    display: inline-block;
    font-size: 82%;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #fff;
  }
  .gnav--company .gnav--child li {
    width: 20%;
  }
  .gnav--company .gnav--child .link {
    padding: 16px;
    border-radius: 0;
  }

  @media only screen and (max-width: 1000px) {
    .gnav {
      display: block;
      position: fixed;
      top: 76px;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      pointer-events: none;
      transition: .3s ease-out;
      background: url(../images/common/footer-bg.jpg) center;
      background-size: cover;
      padding: 16px 3% 64px;
      z-index: -1;
      overflow: scroll;
    }
    .gnav li {
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      margin-bottom: 10px;
    }
    .active .gnav {
      opacity: 1;
      pointer-events: all;
    }
    .gnav .gnav--link {
      background: #fff;
      font-weight: bold;
      letter-spacing: 0.17em;
      font-size: 100%;
      color: #333;
      border-radius: 0;
      padding: 0 16px;
      height: 57px;
    }
    .gnav .gnav--link::before {
      left: auto;
      right: 24px;
    }
    .sp-open {
      display: block;
      width: 72px;
      height: 57px;
      position: absolute;
      top: 0;
      right: 0;
      background: #eee;
    }
    .sp-open::before,
    .sp-open::after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background: #0098e9;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .sp-open::after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .sp-open.open::after {
      opacity: 0;
    }
    .gnav .gnav--link:hover::before,
    .gnav li:hover .gnav--link::before {
      left: auto;
    }
    .gnav--child {
      opacity: 1;
      pointer-events: auto;
      position: relative;
      top: 0;
      padding: 0;
    }
    .gnav--child .inner {
      width: 100%;
    }
    .gnav--child li,
    .gnav--service-site .gnav--child li,
    .gnav--company .gnav--child li {
      display: block;
      width: 100%;
      padding: 0;
      text-align: left;
      border-radius: 0 !important;
      margin-bottom: 0 !important;
    }
    .gnav--child .link {
      border: none;
      padding: 12px 16px !important;
      background: transparent;
    }
    .gnav--child li:not(:last-child) {
      border-bottom: 1px solid rgba(238, 238, 238, .25);

    }
    .gnav--child .img-logo {
      height: 40px;
      margin-top: -6px;
    }
    .gnav--child .img-logo img {
      height: 40px;
      width: auto;
    }

    .gnav_btn {
      position: fixed;
      top: 28px;
      right: 5%;
      z-index: 9999;
      display: block;
      width: 31px;
      height: 19px;
    }
    .gnav_btn,
    .gnav_btn span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .gnav_btn span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #0098e9;
    }
    .gnav_btn span:nth-of-type(1) {
      top: 0;
    }
    .gnav_btn span:nth-of-type(2) {
      top: 8px;
    }
    .gnav_btn span:nth-of-type(3) {
      bottom: 0;
    }
    .active .gnav_btn span:nth-of-type(1) {
      -webkit-transform: translateY(8px) rotate(-35deg);
      transform: translateY(8px) rotate(-35deg);
    }
    .active .gnav_btn span:nth-of-type(2) {
      transform: translateX(80px);
    }
    .active .gnav_btn span:nth-of-type(3) {
      -webkit-transform: translateY(-8px) rotate(35deg);
      transform: translateY(-8px) rotate(35deg);
    }

  }

/* header-bottom
************************************* */
  .header-bottom {
    margin-left: 16px;
  }
  /* -- subnav -- */
  .subnav {
    margin-left: 16px;
  }
  .subnav a {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #009ae9;
    color: #fff;
    padding: 8px 56px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    height: 80px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .subnav a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -37px;
    display: block;
    height: 62px;
    width: 62px;
    background: url(../images/common/bg-darkblue.png);
    z-index: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.2;
  }
  .subnav a:hover {
    background: #ff8a33;
  } 
  .subnav a:hover::before {
    left: -80px;
  }
  .subnav--recruit a {
    background: #004182
  }
  .subnav--recruit a::before {
    background: #59a1b1
  }
  .subnav * {
    position: relative;
    z-index: 2;
  }
  .subnav .icon {
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  /* -- head--address -- */
  .head--address {
    position: relative;
    font-size: 68%;
    margin-bottom: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    opacity: 0.75;
  }
  .head--address--btn {
    display: block;
    background: #eee;
    padding: 6px 16px;
    text-align: center;
    margin-top: 4px;
  }
  .head--address--btn:hover {
    background: #c5dbe2;
    color: #333;
  }
  .head--tel {
    margin-bottom: 4px;
  }
  /* -- head--search -- */
  .head--search {
    position: relative;
    display: inline-block;
  }
  .head--search * {
    outline: none;
  }
  .searchtext {
    background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 83%;
    letter-spacing: 0.15em;
    padding: 5px 32px 5px 12px;
    border-radius: 2px;
    width: 160px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .searchtext:hover {
    background: #e3eef3;
    border-color: #e3eef3;
  }
  .head--search--submit {
    background: transparent;
    border: none;
    position: absolute;
    bottom: 0px;
    height: 28px;
    width: 32px;
    padding: 0;
    right: 0;
  }
  @media screen and (max-width: 1300px) and (min-width: 1000px) {
    .header-bottom {
      display: none;
    }
  }

  @media screen and (max-width: 1110px) and (min-width: 1000px) {
    .header--logo {
      width: 120px;
      height: 34px;
    }
    .subnav {
      margin-left: 8px;
    }
    .subnav a {
      padding-left: 24px;
      padding-right: 24px;
    }
  }
  @media only screen and (max-width: 1000px) {
    .header-bottom {
      display: none;
    }
    .subnav--contact,
    .subnav--recruit {
      display: none;
    }
  }


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

    FOOTER

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

/* contact
**************************************** */
  .contact-tel {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 24px;
  }
  .contact-tel li {
    text-align: right;
  }
  .contact-tel li:not(:last-child) {
    margin-bottom: 16px;
  }
  .contact-tel a {
    display: inline-block;
    width: 100%;
  }
  .contact-tel a span {
    flex-grow: 1;
    text-align: center;
  }
  .contact-bnr {
    background: #009ae9;
    display: block;
    position: relative;
    color: #fff;
    max-width: 730px;
    height: 120px;
    z-index: 10;
    margin: 0 auto;
    position: relative;
    line-height: 120px;
    border-radius: 80px;
    font-size: 150%;
    overflow: hidden;
  }
  .contact-bnr::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -37px;
    display: block;
    height: 100px;
    width: 100px;
    background: url(../images/common/bg-darkblue.png);
    z-index: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.2;
  }
  .formy-area {
    background: #fff;
    padding: 64px 0 24px;
    margin: -64px 0 0;
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.3);
    text-align: left;
  }
  #formy_form {
    max-width: 800px;
    margin: auto;
  }
  @media all and (-ms-high-contrast:none) {
    #formy_form iframe {
      height: 1280px;
    }
  }
  @media only screen and (max-width: 767px) {
    .contact-tel {
      text-align: center;
    }
    .contact-tel img {
      width: 210px;
    }
    .contact-bnr {
      height: auto;
      line-height: 1.5;
      text-align: center;
      padding: 16px;
      font-size: 115%;
    }
    .formy-area {
      padding: 0;
      margin-top: 20px;
    }
    @media (max-width: 1072px) {
      #formy_form iframe {
        height: 1240px;
      }
    }
  }
/* news
**************************************** */
  .news-lists {
    max-width: 700px;
    margin: 0 auto 48px;
  }
  .news-list a {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  .news-list a:hover{
    color: #009ae9
  }
  .news-list .date {
    float: left;
    width: 120px;
    color: #009ae9;
    margin-bottom: 8px;
  }
  .news-list .txt-area {
    float: right;
    width: 75% ; 
    width: -webkit-calc(100% - 120px) ;
    width: calc(100% - 120px) ;
  }
  .news-list .txt-area h4 {
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 0.1em;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
  }
  .news-list .txt-area p {
    font-size: 81%;
    color: #aeadad;
    line-height: 1.65;
    font-weight: normal;
  }
  @media only screen and (max-width: 767px) {
    .news-list .date {
      width: 96px;
      font-size: 100%;
    }
    .news-list .txt-area {
      width: -webkit-calc(100% - 96px);
      width: calc(100% - 104px);
    }
    .news-list .txt-area h4 {
      font-size: 100%;
    }
    .news-list a {
      margin-bottom: 16px;
    }
    .news-list .txt-area p {
      font-size: 86%;
      line-height: 1.6;
    }
  }


/* sns
**************************************** */

  .follow--area .staff_blog {
    width: 98% ; 
    width: -webkit-calc(100% - 720px) ;
    width: calc(100% - 720px) ;
  }
  .follow--area .staff_blog li {
    margin-bottom: 16px;
  }
  .follow--area .staff_blog .txt {
    width: calc(100% - 96px);
  }
  .follow--area .staff_blog .txt p {
    font-size: 81%;
  }
  .follow--area .staff_blog .txt h4 {
    line-height: 1.65;
  }
  .follow--area .staff_blog .btn {
    width: 100%;
    margin-top: 24px;
  }
  .follow--area .fb_box {
    width: 460px;
    margin: auto;
  }
  .staff_blog--list li .thumbnail {
    position: relative;
    width: 80px;
    height: 80px;
    padding: 6px 0 0;
    background: -webkit-linear-gradient(135deg, #95cad4 0%, #c7d5d8 70%) no-repeat;
    background: linear-gradient(135deg, #95cad4 0%, #c7d5d8 70%) no-repeat;
    overflow: hidden;
    text-align: center;
    line-height: 1.3;
    font-size: 26px;
    border-radius: 2px;
    color: #fff;
  }
  .staff_blog--list li .thumbnail::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -20px;
    width: 80px;
    height: 80px;
    background: -webkit-radial-gradient(#c4dcde 10%, rgb(201, 216, 220) 55%, rgba(108, 187, 129, 0) 70%);
    background: radial-gradient(#c4dcde 10%, rgb(201, 216, 220) 55%, rgba(108, 187, 129, 0) 70%);
  }
  .staff_blog--list li .thumbnail span, 
  .staff_blog--list li .thumbnail strong {
    position: relative;
  }
  .staff_blog--list li .thumbnail span {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .staff_blog--list li h4 {
    font-weight: 500;
  }

  @media only screen and (max-width: 767px) {
    .footer-sns {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .footer-sns .section_ttl span {
      font-size: 50%;
      margin-top: 0;
    }
    .follow--area {
      display: block;
    }
    .follow--area .fb_box {
      width: 100%;
    }
    .fb_iframe_widget iframe {
      border: 2px solid #0098e9 !important;
      padding: 0;
      border-radius: 2px;
    }
  }

/* footer
**************************************** */
  /* -- pagetop -- */
  .pagetop {
    position: fixed;
    bottom: -48px;
    right: 0;
    width: 48px;
    height: 48px;
    background: #3e3a39;
    z-index: 100;
  }
  .pagetop.fixed {
    bottom: 0;
  }
  .pagetop:hover {
    background: #009ae9;
  }
  .pagetop::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #f5f5f6;
    border-right: 2px solid #f5f5f6;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    left: 0;
    margin: auto;
    top: 6px;
    bottom: 0;
  }

  /* -- footer -- */
  .footer {
    width: 100%;
    background: #0089d4;
    background-size: cover;
    color: #fff;
    padding-bottom: 56px;
  }

  .footer--icon {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 16px 32px;
  }
  .footer--icon li:not(:last-child) {
    margin-right: 40px;
  }
  .footer--icon .sns li:not(:last-child) {
    margin-right: 16px;
  }
  .footer-nav {
    width: 100%;
    padding: 12px 0;
    margin-bottom: 16px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .footer-nav a {
    color: #fff;
    margin: 0 6px;
  }
  .pbl-area {
    line-height: 1;
  }
  .pbl {
    margin-left: 16px;
    opacity: 0.75;
  }
  .footer-sitemap {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }
  .footer-sitemap a {
    color: #fff;
  }
  .footer-sitemap a:hover {
    opacity: .5;
  }
  .footer-sitemap-lists {
    font-size: 75%;
  }
  .footer-sitemap-lists li {
    padding-left: 1em;
  }
  .footer-sitemap-lists li a {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 1em;
    letter-spacing: .02em;
    line-height: 1.5;
  }

  .footer-sitemap-lists li a::before {
    content: "";
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.68em;
    margin: auto;
  }

  .footer-subnav a {
    color: #fff;
    padding-right: 12px;
    margin-right: 12px;
  }
  .footer-subnav li:not(:last-child) a {
    border-right: 1px solid #fff;
  }

  @media only screen and (max-width: 767px) {
    .footer {
      padding-bottom: 72px;
    }
    .footer--contents,
    .footer--map {
      display: block;
      width: 100%;
    }
    .footer--map {
      height: 200px;
    }
    .footer--icon {
      padding: 12px;
      border-radius: 4px;
      margin-bottom: 16px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .footer--icon .sns {
      width: 300px;
      margin-bottom: 8px;
    }
    .footer--icon img {
      width: 40px;
    }
    .footer-sitemap {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      margin-bottom: 32px;
    }
    .footer-sitemap-lists {
      font-size: 100%;
    }
    
    .footer-sitemap-box {
      position: relative;
      margin-bottom: 0 !important;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
    .footer-sitemap-box .catch-xs {
      margin: 0;
      padding: 12px 0;
    }
    .footer-sitemap-box .sp-open {
      background: rgba(231, 243, 251, 0.75);
      height: 32px;
      width: 56px;
      border-radius: 4px;
      top: 11px;
      right: 9px;
    }
    .footer-sitemap-lists li a {
      margin: 0;
      padding: 10px 10px 10px 20px;
      border-top: 1px dotted rgba(255, 255, 255, 0.25);
    }
    .footer-sitemap-lists li a::before {
      top: 18px;
    }
    .footer--icon li:not(:last-child) {
      margin-right: 12px;
    }
    .footer-address {
      display: block;
    }
    .footer-address-address {
      margin-bottom: 16px;
    }
    .footer-subnav {
      display: block;
      margin-bottom: 8px;
    }
    .footer-subnav a {
      border: none !important;
      margin: 0;
      padding: 0;
    }
  }

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

    INDEX

############################################################################## */
/* hero
**************************************** */
  .hero {
    position: relative;
    max-height: 100%;
  }
  .hero--slide .slide {    
    width: 100%;
    background: #92a7b2 center no-repeat;
    background-size: cover;
  }
  .hero,
  .hero--slide .slide {
    height: calc(100vh - 80px);
    position: relative;
  }
  .hero--slide .slide-01 { background-image: url(../images/hero--slide_01.jpg);}
  .hero--slide .slide-02 { background-image: url(../images/hero--slide_02.jpg);}
  .hero--slide .slide-03 { background-image: url(../images/hero--slide_03.jpg);}
  .hero--slide .slide-04 { background-image: url(../images/hero--slide_04.jpg);}

  .hero--slide .slick-prev,
  .hero--slide .slick-next {
    width: 106px;
    height: 106px;
    top: auto;
    bottom: -44px;
    background: #0089d5;
    z-index: 10;
  }
  .hero--slide .slick-prev:hover,
  .hero--slide .slick-next:hover {
    background: #1976c4;
  }
  .hero--slide .slick-prev {
    right: 107px;
    right: 107.8px;
    left: auto;
  }
  .hero--slide .slick-next {
    right: 0;
  }
  .hero--slide .slick-prev::before,
  .hero--slide .slick-next::before {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid;
    display: block;
    border-top: 2px solid;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hero--slide .slick-prev::before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .hero--catch {
    position: absolute;
    bottom: 24%;
    font-size: 275%;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.15em;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 25%);
    z-index: 2;
    left: 8%;
  }
  .hero--catch .catch-sub {
    display: block;
    font-size: 65%;
    letter-spacing: 0.18em;
    color: #fff9bf;
  }
  .hero--link {
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 10;
  }
  .hero--link .btns {
    padding-left: 80px;
  }
  .hero--link--btn {
    font-weight: bold;
    color: #fff;
    background: #369be9;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 0 16px -4px rgb(0 0 0 / 25%);
    position: relative;
    margin-right: 16px;
    width: 280px;
    text-align: center;
  }
  .hero--link--btn:hover {
    color: #fff;
    background: #308ad6;
  }

  .hero--scroll-area--link {
    position: absolute;
    bottom: -64px;
    left: 0;
    right: 0;
    width: 32px;
    margin: auto;
    text-align: center;
    color: #fff;
    line-height: 1;
  }
  .scroll_icon {
    border: 1px solid;
    display: inline-block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(255, 255, 255, 0.75);
  }
  .bar {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 1px solid #009ae9;
    animation: bar 1s ease infinite;
    border-bottom: 1px solid #009ae9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .scroll_icon:hover {
    background: #009ae9
  }
  .scroll_icon:hover .bar {
    border-color: #fff;
  }
  @keyframes bar { 0% { top: 6px } 100% {top: 12px} }
  @-moz-keyframes bar { 0% { top: 6px } 100% {top: 12px} }
  @-webkit-keyframes bar { 0% { top: 6px } 100% {top: 12px} }

  @media(max-width: 1200px) and (min-width: 768px) {
    .hero--catch {
      font-size: 300%;
      top: calc((100% - 128px) / 2);
    }
    .kira-01 {
      margin-left: 213px;
    }
    .kira-02 {
      top: 34px;
      margin-left: 86px;
    }
  }
  @media only screen and (max-width: 767px) {
    .hero {
      padding: 0;
      height: 540px;
    }
    .hero--slide .slide {
      width: 100%;
      height: 100%;
      height: 540px;
      background: #92a7b2 center no-repeat;
      background-size: cover;
    }
    .hero--slide .slide-01 { background-image: url(../images/hero--slide-sp_01.jpg);}
    .hero--slide .slide-02 { background-image: url(../images/hero--slide-sp_02.jpg);}
    .hero--slide .slide-03 { background-image: url(../images/hero--slide-sp_03.jpg);}
    .hero--slide .slide-04 { background-image: url(../images/hero--slide-sp_04.jpg);}
    .hero--catch {
      font-size: 200%;
      line-height: 1.5;
      text-align: left;
      padding: 0 5%;
      top: auto;
      bottom: 48px;
      text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
    }
    .hero--catch small {
      font-size: 100%;
    }
    .hero--catch .catch-sub {
      font-size: 50%;
      margin-top: 12px;
      color: #fff;
    }
    .hero--scroll-area--link {
      display: none;
    }
    .hero--link {
      left: 0;
      top: auto;
      bottom: 0;
      right: 0;
      padding: 8px;
      background: rgb(255 255 255 / 75%);
    }
    .hero--link .mgn-btm80 {
      margin-bottom: 24px;
    }
    .hero--link img {
      height: 100px;
      width: auto;
    }
    .hero--link .btns {
      padding: 0;
    }
    .hero--link .btns p {
      width: 50%;
    }
    .hero--link--btn {
      padding: 12px 0;
      width: 98%;
      border-radius: 4px;
      font-size: 80%;
      margin: 0 1%;
    }
  }

/* top-first-nav
**************************************** */
  .top-first-nav {
    position: relative;
    overflow: hidden;
  }

  .top-first-nav * {
    position: relative;
    z-index: 1;
  }
  .top-first-nav a:hover {
    box-shadow: 0px 4px 20px -10px rgb(0 0 0 / 30%);
    transform: translateY(-3px);
    color: #333;
    opacity: .9;
  }
  .first-nav--content {
    width: 520px;
    margin: 0 20px;
    text-align: center;
  }
  .first-nav--content:nth-child(1) {
    width: 440px;
  }
  .first-nav--content .catch {
    line-height: 1;
    padding-bottom: 40px;
    margin-bottom: 16px;
  }
  .first-nav--content .catch::after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 22px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/arrow.png);
  }
  .first-nav--bnr {
    display: block;
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    overflow: hidden;
  }
  .first-nav--content--c {
    position: relative;
    padding: 28px 24px;
    background: url(../images/common/bg-abstract-blue.jpg) center no-repeat;
    background-size: cover;
    border: 2px solid #009ae9;
    border-radius: 2px;
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.5);
  }
  .first-nav--content--c::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_click.png);
    width: 80px;
    height: 80px;
    left: -40px;
    top: -38px;
    z-index: 13;
  }
  .first-nav--content--c--ttl {
    color: #009ae9;
    font-size: 113%;
    letter-spacing: 0.15em;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    margin-bottom: 16px;
  }
  .first-nav--content--c--links .link-box {
    position: relative;
    display: block;
    height: 114px;
    line-height: 103px;
    padding: 0 16px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
  }
  .first-nav--content--c--links .link-box .logo {
    vertical-align: middle;
  }
  .first-nav--content--c--links .link-box .txt-area {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 75%;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .first-nav--content--c--links .link-box .link-icon {
    position: absolute;
    right: 12px;
    bottom: 12px;
    opacity: 0;
  }
  .first-nav--content--c--links .link-box:hover .link-icon {
    opacity: 1;
  }
  .first-nav--bnr--service {
    border: 2px solid #2061a2;
    border-radius: 2px;
  }
  .comingsoon {
    opacity: 0.75;
    pointer-events: none;
  }
  .people-women {
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: 340px;
    pointer-events: none;

  }
  .top-first-nav-box-list a {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
    height: 100%;
  }
  .top-first-nav-box-list a .img-logo {
    background: #094182;
    display: block;
    padding: 16px 16px 24px 0;
  }
  .top-first-nav-box-list a .txt-area {
    padding: 18px 24px 24px;
  }
  .top-first-nav-box-list a .txt-area .catch-sm {
    line-height: 1.5;
    font-size: 125%;
  }
  .top-first-nav-box-list a .txt-area .catch-sm span {
    font-size: 85%;
    letter-spacing: 0.05em;
  }


  @media(max-width: 1340px) and (min-width: 768px) {
    .first-nav--content {
      margin: 0 8px;
    }
    .first-nav--content:nth-child(1) {
      width: 320px;
    }
    .first-nav--contents {
      width: 94%;
      margin-left: auto;
      margin-right: auto;
    }
    .first-nav--content .catch {
      font-size: 175%;
    }
  }
  @media(max-width: 1185px) and (min-width: 768px) {
    .first-nav--content--c {
      padding: 22px;
    }
    .first-nav--content .catch {
      font-size: 150%;
    }
    .first-nav--content--c--links .link-box {
      height: 98px;
      line-height: 86px;
    }
    .first-nav--content--c--links .link-box .logo {
      max-height: 70px;
      width: auto;
    }
  }
  @media only screen and (max-width: 767px) {
    .top-first-nav {
      padding: 32px 0 40px;
      border-top: 1px solid #000;
    }
    .first-nav--contents {
      display: block;
    }
    .first-nav--content {
      width: 100%;
      margin: 0;
    }
    .first-nav--content:nth-child(1) {
      width: 100%;
      margin-bottom: 32px;
    }
    .first-nav--content .catch {
      padding-bottom: 24px;
      margin-bottom: 8px;
    }
    .first-nav--content .catch::after {
      width: 10px;
      height: 14px;
      background-size: 100% auto;
      background-repeat: no-repeat;
    }
    .first-nav--content .catch img {
      width: 24px;
      display: inline-block;
      margin: 0;
    }
    .first-nav--content .catch br {
      display: none;
    }
    .first-nav--content--c {
      padding: 16px 24px;
    }
    .first-nav--content--c::before {
      width: 48px;
      height: 48px;
      background-size: contain;
      top: -22px;
      left: -13px;
    }
    .first-nav--content--c--links .link-box {
      height: 84px;
      line-height: 82px;
    }
    .first-nav--content--c--links .link-box .logo {
      vertical-align: middle;
      max-height: 60px;
      width: auto;
    }
    .first-nav--myshift .logo {
      transform: translateY(-2px);
    }
/*    .first-nav--myshiftcareer .logo {
      transform: translateY(-3px);
    }*/
    .first-nav--rebright .logo {
      transform: translateY(-2px);
    }
    .first-nav--content--c--links .link-box .link-icon {
      opacity: 1;
      width: 8px;
      right: 8px;
      bottom: 8px;
    }
    .people-women {
      display: none;
    }
  }


  
/* top-feature
**************************************** */
  .top-feature {
    position: relative;
  }
  .top-feature::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #cfe3ed transparent transparent transparent;
  }
  .feature-contents {
    margin-bottom: -16px;
  }
  .feature-content {
    margin-bottom: 16px;
    background: #fff;
    width: calc((100% - 32px) / 3);
    text-align: center;
    padding: 24px;
  }
  .feature-content .img-area {
    width: 100%;
    height: 87px;
    background: center no-repeat;
  }
  .feature-content .feature-content--ttl {
    position: relative;
    line-height: 1;
    margin-bottom: 24px;
  }
  .feature-content .feature-content--ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background: #194182;
    border-radius: 4px;
  }
  .feature-content .txt-area p {
    font-size: 88%;
    line-height: 1.6;
    letter-spacing: 0.025em;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
  }
  @media only screen and (max-width: 767px) {
    .feature-content {
      position: relative;
      width: 100%;
      padding: 16px;
      margin-bottom: 8px;
    }
    .feature-content .feature-content--ttl {
      position: absolute;
      top: 16px;
      left: 16px;
      font-size: 125%;
      letter-spacing: 0.01em;
    }
    .feature-content .feature-content--ttl::before {
      top: -16px;
      right: auto;
    }
    .feature-content .txt-area {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .feature-content .img-area {
      width: 120px;
      height: auto;
      margin: 24px 0 0;
      background-size: contain;
    }
    .feature-content:nth-child(3) .img-area {
      background-size: 106px;
    }
    .feature-content:nth-child(4) .img-area {
      background-size: 96px;
    }
    .feature-content .txt-area p {
      width: calc(100% - 136px);
    }
    .feature-content .txt-area p br {
      display: none;
    }
  }
/* top-voice
**************************************** */
  .top-voice {
    position: relative;
  }

  .voice-lists {
    margin: auto;
  }
  .voice-list {
    position: relative;
    box-shadow: 0 0px 16px -1px rgb(0 0 0 / 10%);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .voice-list:hover {
    transform: translateY(3px);
  }
  .voice-list a {
    position: relative;
  }

  .voice-list a:hover {
    box-shadow: 0 0px 6px -1px #000;
    color: #111;
    transform: translateX(3px);
  }

  .voice-list .eyecatch {
    width: 100%;
    height: 222px;
    display: block;
    padding: 24px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
  }

  .voice-list .eyecatch::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -180px;
    display: block;
    height: 250px;
    width: 480px;
    background: #f5f5f6;
    z-index: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(135deg);
}
  .voice-list a:hover .eyecatch::before {
    left: -310px;
    top: -60px;
  }
  .voice-list .eyecatch .logo {
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 93%;
    height: 40px;
    display: inline-block;
    line-height: 40px;
  }
  .voice-list .eyecatch .logo img {
    position: relative;
    z-index: 10;
    width: auto;
    height: 40px;
  }
  .voice-list .eyecatch .kao {
    z-index: 10;
    position: absolute;
    right: 24px;
    bottom: 24px;
    border-radius: 100px;
    overflow: hidden;
  }
  .voice-list .eyecatch .kao.no-image {
    width: 120px;
    height: 120px;
    background: -webkit-linear-gradient(135deg, #95cad4 0%, #c7d5d8 70%) no-repeat;
    background: linear-gradient(135deg, #95cad4 0%, #c7d5d8 70%) no-repeat;
    font-size: 50%;
    text-align: center;
    line-height: 120px;
    color: #fff;
  }
  .voice-list .txt-area {
    padding: 24px;
  }
  .voice-list .txt-area .catch {
    text-align: left;
    margin-bottom: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: 137.5%;
  }
  .voice-list .txt-area p {
    font-size: 81%;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 10px 16px;
    margin-bottom: 12px;
    background: #e8f5fa;
    border-radius: 4px;
  }
  .voice-list .category_dl {
    clear: both;
  }
  .voice-list .category_dl dt {
    float: left;
    width: 88px;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 92%;
  }
  .voice-list .category_dl dd {
    padding-left: 88px;
    font-size: 93%;
    letter-spacing: 0;
  }
  .voice-list .category_dl dd span {
    display: inline-block;
  }

  @media (max-width: 1250px) {
    .voice-list .txt-area .catch br {
      display: none;
    }
  }
  @media only screen and (max-width: 767px) {

    .top-voice .voice-lists {
      margin-bottom: 24px;
    }
    .voice-list {
      width: 100%;
      margin-right: 0;
      margin-bottom: 16px;
    }
    .voice-list a {
      display: block;
    }
    .voice-list a::before {
      top: 43px;
      left: -130px;
      height: 250px;
      width: 290px;
    }
    .voice-list a::after {
      top: 0;
      bottom: 0;
      margin: auto;
      right: 12px;
      border-color: #0098e9;
      width: 10px;
      height: 10px;
    }
    .voice-list a:hover {
      box-shadow: none;
      transform: none;
    }

    .voice-list .logo img {
      vertical-align: middle;
      max-height: 32px;
    }

    .voice-list .txt-area {
      width: 100%;
      padding: 16px;
    }
    .voice-list .txt-area .catch {
      font-size: 129%;
      line-height: 1.4;
      letter-spacing: 0.075em;
    }

    .voice-list .txt-area p {
      line-height: 1.4;
      letter-spacing: 0.05em;
    }

    .top-voice .link-btn::before {
      border-left: 5px solid #56a9b4;
    }
    .voice-list .eyecatch {
      height: 200px;
      padding: 18px;
    }
    .voice-list .eyecatch .kao {
      right: 20px;
      bottom: 20px;
    }

  }

/* CTA
**************************************** */
  .cta {
    padding: 96px 0;
    text-align: center;
    background: url(../images/common/bg-darkblue.png);
    color: #fff;
    line-height: 1;
  }
  .cta a {
    display: block;
    color: #fff;
  }
  .cta li {
    margin: 0 17px;
  }
  .cta .tel a {
    text-align: right;
  }
  .cta .tel a small {
    display: block;
    margin-top: 12px;
    margin-right: -3px;
    letter-spacing: 0.12em;
    letter-spacing: 0.12em;
  }
  .cta .contact a {
    position: relative;
    padding: 20px 44px 20px 80px;
    font-size: 125%;
    letter-spacing: 0.16em;
    border: 1px solid;
    color: #fff8ad;
    border-radius: 2px;
  }
  .cta .contact a:hover {
    color: #fff;
    background: #004182;
  }
  .cta .contact .icon {
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    left: 24px;
  }
  @media only screen and (max-width: 767px) {
    .cta {
      background-size: 26px 26px;
      padding: 56px 5%;
      line-height: 1.5;
    }
    .cta ul {
      display: block;
    }
    .cta .tel {
      max-width: 240px;
      margin: 0 auto 16px;
    }
    .cta .tel a small {
      text-align: center;
      margin-top: 8px;
      opacity: 0.75;
      font-size: 79%;
    }
    .cta .contact a {
      font-size: 114%;
      padding: 12px 12px 12px 40px;
      max-width: 280px;
      margin: auto;
    }
    .cta .contact .icon {
      width: 40px;
      top: 0;
      left: 16px;
    }
    .sp-contact_area {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: space-between;
      z-index: 500;
      box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.5);
    }
    .sp-contact_area li {
      display: block;
      width: 50%;
      text-align: center;
      height: 48px;
    }
    .sp-contact_area a {
      background: #0099e9;
      display: block;
      height: 48px;
      color: #fff;
      padding: 13px 0;
      font-size: 93%;
      font-weight: bold;
      letter-spacing: 0.15em;
    }
    .sp-contact_area li:first-child a {
      background: #004182;
    }
  }
/* service
**************************************** */
  .service {
    position: relative;
  }
  .service::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #cbe0eb transparent transparent transparent;
  }
  .service_list {
    position: relative;
    width: calc(25% - 8px);
    max-width: 360px;
    margin: 0 4px;
    text-align: center;
  }
  .service_list--before {
    position: relative;
    font-size: 110%;
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
  .service_list--before::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 0 12px;
    border-color: #009ae9 transparent transparent transparent;
  }
  .service_list--content {
    display: block;
    background: #fff;
  }
  .service_list--content:hover {
    box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
    color: #333;
  }
  .service_list--content .img-area {
    height: 280px;
    background: center no-repeat;
  }
  .service_list--content .txt-area {
    font-size: 82%;
    padding: 8px 32px 24px;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
    letter-spacing: 0.08em;
    line-height: 1.6;
    word-break: break-all;
    min-height: 232px;
  }
  .service_list--content .txt-area .link-btn-mini {
    position: relative;
    display: block;
    width: 232px;
    height: 32px;
    margin: 16px auto 0;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #009ae9;
    text-align: center;
    border: 1px solid #009ae9;
    background: #fff;
    font-weight: bold;
    border-radius: 24px;
  }
  .service_list--content .txt-area .link-btn-mini .link-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .service_list--content .service_logo {
    margin-top: -80px;
  }
  /* --- junbityu 準備中 --- */
  .junbityu::before {
    content: "";
    position: absolute;
    display: block;
    top: 66px;
    right: -4px;
    left: -4px;
    bottom: -4px;
    background: rgba(0, 154, 233, 0.8) url(../images/common/video-filter.png);
    z-index: 5;
  }
  .junbityu::after {
    content: "近日公開予定";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 324px;
    font-family: 'Roboto', "Gothic Medium BBB", sans-serif;
    font-size: 200%;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    z-index: 6;
  }
  .junbityu a {
    pointer-events: none;
  }
  .junbityu .service_list--content:hover {
    transform: none;
    box-shadow: none;
  }
  @media(max-width: 1320px) and (min-width: 1201px) {
    .service_lists {
      width: 96%;
      margin-left: auto;
      margin-right: auto;
    }
    .service_list {
      margin: 0 8px;
    }
    .service_list--content .txt-area {
      padding: 8px 24px 24px;
    }
    .service_list--content .img-area {
      height: 240px;
    }
  }
  @media(max-width: 1200px) and (min-width: 768px) {
    .service_lists {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .service_list {
      width: 40%;
    }
    .service_list--content .txt-area {
      padding: 8px 24px 24px;
    }
    .service_list--content .img-area {
      height: 240px;
    }
    .service_list:nth-child(1){
      max-width: 100%;
      width: 100%;
    }
    .service_list:nth-child(1) .service_list--content {
      width: 360px;
      margin: 0 auto 32px;
    }
  }

  @media only screen and (max-width: 767px) {
    .service_lists {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .service_list--before {
      padding-bottom: 11px;
      margin-bottom: 10px;
    }
    .service_list--content {
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.3);
    }
    .service_list--content .img-area {
      height: 160px;
      background-position: top -20px center;
    }
    .service_list--content .txt-area {
      padding: 16px 24px 24px;
      font-size: 93%;
      min-height: 0;
    }
    .service_list {
      width: 100%;
      margin-bottom: 16px;
    }
    .service_list:nth-child(1),
    .service_list:nth-child(2) {
      margin-bottom: 16px;
    }
    .junbityu::before {
      top: 48px;
    }
    .junbityu::after {
      top: 210px;
    }
  }


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

    PAGE - SERVICE

############################################################################## */
  .page-business .waypoint {
    opacity: 1 !important;
    top: 0 !important;
  }

/* service_nav
**************************************** */
  .service_nav {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .service_nav.fixed {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .service_nav li {
    display: block;
    width: 100%;
  }
  .service_nav a {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    line-height: 56px;
    background: #8195b3;
    color: #fff;
    text-align: center;
    font-size: 125%;
    letter-spacing: 0.1em;
  }
  .service_nav a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .service_nav a img {
    vertical-align: middle;
  }
  .service_nav li:nth-child(even) a {
    background: #8fa1bb;
  }
  @media (min-width: 768px) {
    .service_nav a:hover,
    .service_nav li:nth-child(even) a:hover{
      background: #009ae9;
    }
  }
  .service_nav a:hover:before,
  .service_nav li:nth-child(even) a:hover::before {
    opacity: 1;
  }
  .service_nav a.active,
  .service_nav li:nth-child(even) a.active {
    background: #004182;
    line-height: 64px;
  }
  .service_nav a.active::before {
    bottom: -8px;
    border-width: 8px 8px 0 8px;
    border-color: #004182 transparent transparent transparent;
    opacity: 1;
  }

  @media only screen and (max-width: 767px) {
    .service_nav {
      left: 0;
      top: auto;
      bottom: 0;
      z-index: 2;
      pointer-events: none;
    }
    .service_nav.fixed {
      top: auto;
      bottom: 48px;
      pointer-events: auto;
    }
    .service_nav a {
      padding: 0 8px;
      height: 40px;
      line-height: 40px;
      font-size: 100%;
      letter-spacing: 0;
      background: rgba(53, 85, 134, 0.9);
    }
    .service_nav li:nth-child(even) a {
      background: rgba(86, 113, 152, 0.9);
    }
    .service_nav a::before {
      right: 0;
      left: 0;
      margin-bottom: 8px;
      border: none;
      width: 4px;
      height: 4px;
      bottom: auto;
      top: 3px;
      background: #fff;
      border-radius: 10px;
      opacity: 0;
    }
    .service_nav a img {
      max-height: 16px;
      width: auto;
    }
    .service_nav a.active, 
    .service_nav li:nth-child(even) a.active {
      line-height: 40px;
      background: #009ae9;
    }
    .service_nav a.active::before {
      opacity: 1;
      bottom: auto;
    }


  }



  /* --- service_nav 
**************************************** */
  .service-topnav--list {
    position: relative;
    padding: 0 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .service-topnav--list:hover {
    box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
  }
  .service-topnav--list--link {
    display: table-cell;
    background: #fff;
    vertical-align: middle;
    width: 360px;
    height: 200px;
    border: 1px solid #c5c5c5;
    padding-bottom: 24px;
  }
  .service-topnav--list:nth-child(1) .service-topnav--list--link {
    padding-right: 24px;
  }
  .service-topnav--list:nth-child(2) .service-topnav--list--link {
    padding-right: 32px;
  }
  .service-topnav--list:nth-child(3) .service-topnav--list--link {
    padding-right: 8px;
  }
  .service-topnav--list .link-btn {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 260px
  }
  .service-topnav--list .link-btn::before {
    border-left-color: transparent;
    border-top-color: #fff;
    margin-top: 3px;
  }
  @media(max-width: 1200px) and (min-width: 768px) {
    .service-topnav .catch {
      font-size: 200%;
    }
    .service-topnav--lists {
      max-width: 94%;
      margin: auto;
    }
  }

  @media only screen and (max-width: 767px) {
    .service-topnav {
      padding-left: 5%;
      padding-right: 5%;
    }
    .service-topnav--lists {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .service-topnav--list {
      padding: 0 3px;
    }
    .service-topnav--list--link {
      height: auto;
      padding: 8px 10px 14px;
      border: none;
      border-radius: 4px;
      border: 2px solid #0098e9;
      width: 150px;
      margin-bottom: 6px;
      display: block;
    }
    .service-topnav--list:nth-child(1) .service-topnav--list--link {
      padding-right: 14px;
      padding-left: 6px;
    }
    .service-topnav--list:nth-child(2) .service-topnav--list--link {
      padding-right: 20px;
    }
    .service-topnav--list:nth-child(3) .service-topnav--list--link {
      padding-right: 10px;
    }
    .service-topnav--list--link::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 1px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 6px 0 6px;
      border-color: #009ae9 transparent transparent transparent;
    }
    .service-topnav--list--link img {
      height: 40px;
      width: auto;
    }
  }

/* service-about 
**************************************** */
  .service-about {
    border-top: 1px solid #000;
    background:  top right no-repeat;
  }
  .myshift-about {
    background-image: url(../images/service/myshift_about_bg.png);
  }
  .myshiftcareer-about {
    background-color: #f3f9f9;
    background-image: url(../images/service/myshiftcareer_about_bg.png);
  }
  .rebright-about {
    background-image: url(../images/service/rebright_about_bg.png);
  }
  .myshiftnurse-about {
    background-image: url(../images/service/myshiftnurse_about_bg.png);
  }
  .service-about .gray-box {
    position: relative;
    margin: 0 96px;
    background: #dddddd;
    padding: 64px;
  }

  .service-about .gray-box .check {
    line-height: 1;
    font-size: 375%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #0099e9;
    position: absolute;
    top: -30px;
    left: 40px;
  }
  .service-about .gray-box .txt-area {
    width: 416px;
    margin-left: 32px;
  }
  .service-about .gray-box .img-area {
    width: calc(100% - 448px);
  }
  .service-about .gray-box .img-area img {
    max-width: 100%;
    height: auto;
  }
  .service-about .gray-box .mini_ttl {
    font-size: 160%;
    margin-bottom: 24px;
    letter-spacing: 0.1em;
  }
  .service-about .gray-box p {
    font-size: 93%;
    line-height: 1.8;
  }
  .service-about .myshift-about--logo,
  .service-about .myshiftcareer-about--logo {
    margin: 0 0 48px -56px;
  }
  .service-about .rebright-about--logo {
    margin: 0 0 48px -48px;
  }
  .service-about .txt-area {
    width: 520px;
    font-size: 94%;
    line-height: 1.87;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
  }
  .rebright-about-ttl {
    text-align: center;
    margin: -32px 0 24px;
  }
  .table-rebright {
    width: 48%;
  }
  .table-rebright th,
  .table-rebright td {
    padding: 8px;
  }
  .table-rebright th {
    width: 120px;
  }
  @media (min-width: 1580px) {
    .service-about .gray-box .img-area {
      width: auto;
    }
    .service-about .gray-box .txt-area {
      width: calc(100% - 592px);
    }
  }
  @media (max-width: 1579px) {
    .service-about .gray-box {
      width: 92%;
      max-width: 1080px;
      margin: 0 auto;
      padding: 40px;
    }
    .service-about .gray-box p {
      font-size: 92%;
      line-height: 1.7;
      letter-spacing: 0.06em;
    }
  }
  @media (max-width: 1140px) and (min-width: 768px){
    .service-about {
      background-position: top right -168px;
    }
    .service-about .gray-box {
      padding: 64px;
    }
    .service-about .gray-box .txt-area {
      width: 100%;
      margin: 0 0 16px;
      order: 1;
    }
    .service-about .gray-box .img-area {
      width: 100%;
      order: 2;
      text-align: center;
    }
    .service_nav a {
      font-size: 100%;
    }
    .service_nav a img {
      height: 24px;
      width: auto;
    }
  }
  @media only screen and (max-width: 767px) {
    .top-about .section_ttl img {
      height: 64px;
      width: auto;
    }
    .page-business .waypoint {
      border-top: 1px solid #000;
    }
    .myshift-about {
      background-image: url(../images/service/myshift_about_bg_sp.jpg);
    }
    .myshiftcareer-about {
      background-image: url(../images/service/myshiftcareer_about_bg_sp.jpg);
    }
    .rebright-about {
      background-image: url(../images/service/rebright_about_bg_sp.jpg);
    }
    .myshiftnurse-about {
      background-image: url(../images/service/myshiftcareer_about_bg_sp.jpg);
    }
    .service-about {
      border-top: none;
      padding-top: 24px;
      background-size: cover
    }
    .service-about .myshift-about--logo,
    .service-about .myshiftcareer-about--logo,
    .service-about .rebright-about--logo {
      margin: 0 0 24px -21px;
    }
    .service-about .myshift-about--logo img,
    .service-about .myshiftcareer-about--logo img,
    .service-about .rebright-about--logo img {
      height: 54px;
      width: auto;
    }
    .service-about .txt-area {
      width: 100%;
    }
    .service-about .gray-box {
      padding: 16px;
    }
    .service-about .gray-box .check {
      font-size: 258%;
      right: 12px;
      left: auto;
      top: -18px;
    }
    .service-about .gray-box .mini_ttl {
      padding-left: 0;
      margin-bottom: 16px;
      font-size: 152%;
    }
    .service-about .gray-box .mini_ttl::before {
      display: none;
    }
    .service-about .gray-box .txt-area {
      width: 100%;
      margin: 0 0 16px;
      order: 1;
    }
    .service-about .gray-box .img-area {
      width: 100%;
      order: 2;
    }
    .myshiftcareer .service-about .txt-area img {
      max-width: 256px;
      display: block;
      margin: 0 auto 16px;
    }
    .table-rebright {
      width: 100%;
    }
    .rebright-about-ttl {
      text-align: center;
      margin: 0 0 16px;
    }
    .rebright-about-ttl img {
      max-height: 38px;
      width: auto;
    }
    .table-rebright th {
      width: 100px;
    }
  }


/* service-katsuyo 
**************************************** */
  .service-katsuyo li {
    position: relative;
  }
  .service-katsuyo li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .service-katsuyo li:not(:last-child) {
    margin-bottom: 40px;
  }
  .service-katsuyo li .txtarea {
    position: relative;
    background: #fff;
    padding: 40px;
    max-width: 470px;
    border-radius: 8px;
    box-shadow: 0 0px 16px -1px rgb(0 0 0 / 10%);
    margin-left: -72px;
  }
  .service-katsuyo li:nth-child(even) .txtarea {
    margin-left: 0;
    margin-right: -72px;
  }
  .service-katsuyo li .txtarea::after {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    color: #0099e9;
    font-weight: bold;
    line-height: 1;
    content: "01";
    font-size: 64px;
    top: -40px;
    left: 32px;
  }
  .service-katsuyo li:nth-child(2) .txtarea::after { content: "02";}
  .service-katsuyo li:nth-child(3) .txtarea::after { content: "03";}
  .service-katsuyo li:nth-child(4) .txtarea::after { content: "04";}
  .service-katsuyo li img {
    display: block;
    margin-top: 16px;
  }
  .service-katsuyo li p {
    font-size: 93%;
  }
  .myshiftcareer-katsuyo.service-katsuyo .inner {
    max-width: 720px;
  }
  .myshiftcareer-katsuyo.service-katsuyo li {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
  .myshiftcareer-katsuyo.service-katsuyo li:nth-child(2) {
    margin-bottom: 0;
  }
  .myshiftcareer-katsuyo.service-katsuyo li::before,
  .myshiftcareer-katsuyo.service-katsuyo li::after {
    display: none;
  }

  @media only screen and (max-width: 767px) {
    .service-katsuyo li {
      width: 100%;
      box-shadow: 0 0px 16px -1px rgba(0, 0, 0, 0.1);
    }
    .service-katsuyo li,
    .service-katsuyo li:nth-child(1),
    .service-katsuyo li:nth-child(2) {
      margin-bottom: 24px;
      padding-top: 32px;
      text-align: left;
    }
    .service-katsuyo li:last-child {
      margin: 0;
    }
    .service-katsuyo li::before {
      font-size: 14px;
      top: 8px;
      letter-spacing: 0.05em;
    }
    .service-katsuyo li::after {
      font-size: 24px;
      top: 0;
      margin-left: 56px;
    }
    .service-katsuyo li .catch {
      margin-bottom: 8px;
    }
    .service-katsuyo li img {
      margin-top: 0;
      margin-bottom: 0px;
    }
    .myshift-point {
      display: block;
    }
    .service-katsuyo li, .service-katsuyo li:nth-child(1),
    .service-katsuyo li:nth-child(2) {
      margin-bottom: 16px;
      padding-top: 0;
    }
    .service-katsuyo li .imgarea {
      overflow: hidden;
      border-radius: 4px 4px 0 0;
    }
    .service-katsuyo li .txtarea {
      border-radius: 0 0 4px 4px;
      padding: 24px;
      box-shadow: none;
      margin-left: 0;
      margin-right: 0 !important;
    }
    .service-katsuyo li .txtarea::after {
      font-size: 56px;
      top: -36px;
      left: auto;
      right: 24px;
    }
  }

/* service-tokucho 
**************************************** */
  .service-tokucho .txt-area {
    width: calc(100% - 496px);
  }
  .service-profile {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: calc(50% - 412px);
    padding-right: calc(50% - 412px);
    margin-bottom: 40px;
    border-top: 7px double #9fc8c0;
    border-bottom: 7px double #9fc8c0;
  }
  .service-profile .mini_ttl {
    font-size: 125%;
    letter-spacing: 0.15em;
  }
  .service-profile .service-profile--syokusyu li {
    width: 30%;
    font-size: 88%;
    letter-spacing: 0;
  }
  .service-profile .service-profile--syokusyu dl {
    position: relative;
    overflow: hidden;
  }
  .service-profile .service-profile--syokusyu dl::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    left: 0;
    border-top: 1px dotted #ccc;
    width: 100%;
    height: 1px;
  }
  .service-profile .service-profile--syokusyu dt {
    position: relative;
    background: #fcfcfd;
    float: left;
    clear: left;
    padding-right: 6px;
  }
  .service-profile .service-profile--syokusyu dd {
    position: relative;
    background: #fcfcfd;
    float: right;
    clear: right;
    padding-left: 6px;
  }
  .service-profile .annotate small {
    display: inline-block;
    text-align: left;
    line-height: 1.5;
    font-size: 75%;
  }
  @media only screen and (max-width: 767px) {
    .service-tokucho .img-area {
      display: block;
      width: 100%;
      padding: 0 15%;
      margin-bottom: 24px;
    }
    .myshift-tokucho .img-area {
      padding: 0 15%;
      margin-bottom: 24px;
    }
    .service-tokucho .txt-area {
      width: 100%;
    }
    .service-profile {
      padding: 24px 0;
      margin-bottom: 24px;
    }
    .service-profile .service-profile--syokusyu {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .service-profile .service-profile--syokusyu li {
      width: 47%;
      margin-bottom: 16px;
    }
    .service-profile .service-profile--syokusyu li:nth-child(3) {
      width: 100%;
      margin-bottom: 0;
    }
    .service-profile small {
      display: inline-block;
      line-height: 1.5;
      text-align: left;
    }
  } 


/* service-shokusyu 
**************************************** */
  .shokusyu-content:nth-child(1),
  .shokusyu-content:nth-child(2) {
    margin-bottom: 40px;
  }
  .shokusyu-content img {
    float: left;
    margin-right: 24px;
  }
  .shokusyu-content img.icon-office {
    transform: translateY(-8px);
  }
  .shokusyu-content .txt-area {
    display: inline-block;
    font-size: 93%;
    letter-spacing: 0.07em;
  }
  .shokusyu-content .txt-area h3 {
    line-height: 1;
  }
  .shokusyu-content p {
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
  }
  .shokusyu-content--big {
    display: block;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .shokusyu-content--big .txt-area {
    width: calc(100% - 168px);
  }
  .shokusyu-content--mini {
    width: 48%;
    max-width: 496px;
  }
  .shokusyu-content--mini .txt-area {
    width: calc(100% - 98px);
  }

  .rebright-shokusyu .shokusyu-content--mini {
    width: 30%;
  }
  .rebright-shokusyu .shokusyu-content--big  {
    max-width: 100%;
  }

  @media only screen and (max-width: 767px) {
    .shokusyu-content,
    .shokusyu-content:nth-child(1),
    .shokusyu-content:nth-child(2) {
      margin-bottom: 24px
    }
    .shokusyu-content--mini,
    .rebright-shokusyu .shokusyu-content--mini {
      width: 47%;
    }
    .shokusyu-content .txt-area {
      display: inline;
      width: 100%;
    }
    .shokusyu-content--big img {
      width: 60px;
      float: right;
      margin: 0 0 8px 24px;
    }
    .shokusyu-content--mini img {
      width: 36px;
      float: right;
      margin: 0 0 8px 16px;
    }
    .shokusyu-content .txt-area h3 {
      line-height: 1.4;
      font-size: 123%;
    }
    .shokusyu-content p {
      line-height: 1.6;
      letter-spacing: 0;
    }
  }


/* service-flow  
**************************************** */
  .service-flow {
    background: url(../images/service/flow_bg.png) top 170px left calc(50% - 310px) no-repeat;
  }
  .flow_list {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 56px;
  }
  .flow_lists li:last-child {
    margin-bottom: 0;
  }
  .flow_list .txt-area {
    width: calc(100% - 312px)
  }
  .flow_list .txt-area h3 {
    line-height: 1;
    margin-bottom: 16px;
  }
  .flow_list .txt-area p {
    font-size: 94%;
  }
  .flow_list .txt-area .link-btn {
    height: 32px;
    line-height: 32px;
    font-size: 94%;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 8px;
  }
  .flow_list .txt-area .link-btn::before {
    right: auto;
    left: 20px;
    top: 13px;
    border-left-color: transparent;
    border-top: 5px solid #fff;
  }
  .flow_list .step {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #0099e9;
    position: absolute;
    top: -72px;
    left: 152px;
    text-transform: uppercase;
  }
  .flow_list:nth-child(even) .step {
    color: #004182;
  }
  .flow_list .step .number {
    font-size: 80px;
    display: inline-block;
    transform: translateY(29px);
    -webkit-font-smoothing: antialiased;
    letter-spacing: -2px;
  }

  @media only screen and (max-width: 767px) {
    .service-flow {
      background-size: auto 800px;
      background-position: top 103px right -58px;
    }
    .flow_list {
      display: block;
      margin-bottom: 32px;
    }
    .flow_list .txt-area {
      width: 100%;
      display: inline;
    }
    .flow_list img {
      border: 1px solid #cdd3b8;
      width: 120px;
      float: right;
      margin: 0 0 8px 8px;
    }
    .flow_list .step {
      top: -47px;
      right: 0;
      left: auto;
    }
    .flow_list .step .number {
      font-size: 48px;
      transform: translateY(17px);
    }
    .flow_list .txt-area h3 {
      font-size: 150%;
      margin-bottom: 14px;
    }
    .flow_list .txt-area p br {
      display: none;
    }
    .flow_list .txt-area .link-btn {
      width: 254px;
      display: block;
      margin: 8px auto 16px;
      height: 40px;
      line-height: 40px;
    }
    .flow_list .txt-area .link-btn::before {
      top: 18px;
    }
  }

/* service-faq  
**************************************** */
  .service-faq {
    position: relative;
  }
  .service-faq::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #fff transparent transparent transparent;
  }
  .service-faq .faq-box {
    padding: 32px 40px;
    box-shadow: 0 0 16px rgb(97 110 114 / 10%);
    border-radius: 8px;
  }
  .faq {
    position: relative;
    margin-bottom: 16px;
  }
  .faq::before {
    content: "Q";
    position: absolute;
    color: #0099e9;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 40px;
    top: 0px;
    left: 26px;
    line-height: 64px;
    z-index: 1;
  }
  .faq dt {
    position: relative;
    padding: 16px 80px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 137%;
    border-radius: 32px;
    background: #c9e1ed;
    font-family: 'Roboto', "Gothic Medium BBB", sans-serif;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .faq dt:hover {
    background: #abd2e6;
    box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
  }
  .faq dt::before,
  .faq dt::after {
    content: "";
    display: block;
    background: #d75876;
    position: absolute;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .faq dt::before {
    top: 30px;
    right: 32px;
    width: 24px;
    height: 4px;
  }
  .faq dt::after {
    width: 4px;
    height: 24px;
    right: 42px;
    top: 20px;
  }
  .faq dt.open {
    background: #004182;
    color: #fff;
    border-radius: 32px 32px 0 0;
    white-space: normal;
  }
  .faq dt.open:hover {
    box-shadow: none;
    transform: none;
  }
  .faq dt.open::before {
    background: #fff;
  }
  .faq dt.open::after {
    top: -24px;
    opacity: 0;
  }
  .faq dd {
    background: #f5f5f6;
    padding: 24px 40px 32px;
    border-radius: 0 0 32px 32px;
  }

  @media only screen and (max-width: 767px) {
    .faq {
      margin-bottom: 8px;
    }
    .faq::before {
      font-size: 26px;
      left: 17px;
      top: 12px;
      line-height: 1;
    }
    .faq dt {
      padding: 12px 48px;
      font-size: 115%;
      overflow: hidden;
      text-overflow: inherit;
      white-space: normal;
      border-radius: 4px;
    }
    .faq dt::after {
      width: 3px;
      height: 16px;
      right: 24px;
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .faq dt::before {
      top: 0;
      bottom: 0;
      right: 18px;
      width: 16px;
      height: 3px;
      margin: auto;
    }
    .faq dd {
      padding: 16px;
    }
  }


/* service-jirei サービス紹介の中の事例
**************************************** */
  .service-jirei {
    position: relative;
  }
  .case-list {
    overflow: hidden;
    width: 49%;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 93%;
    background: #fff;
    border-radius: 2px;
  }
  .case-list .title-area {
    position: relative;
    padding: 0 24px 16px;
    background: #f4f4f6;
    border-top: 4px solid #004182;
  }
  .case-list .title-area .date {
    display: inline-block;
    position: relative;
    top: -2px;
    margin: auto;
    font-size: 88%;
    padding: 2px 16px;
    background: #004182;
    color: #fff;
    border-radius: 0 0 4px 4px;
  }
  .case-list .title-area .catch {
    line-height: 1.4;
    padding-top: 8px;
  }
  .case-list .honbun {
    padding: 24px;
  }
  .case-list .honbun dt {
    position: relative;
    padding-left: 12px;
    margin-bottom: 6px;
    font-size: 88%;
    font-weight: bold;
    color: #0099e9;
  }
  .case-list .honbun dt::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    display: inline-block;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 0;
  }
  .case-list .honbun dl:not(:last-child) {
    margin-bottom: 16px;
  }
  .case-company-date {
    background: #f4f4f6;
    margin: 0 24px 24px;
    padding: 16px;
    font-size: 88%;
    line-height: 1.4;
  }
  .case-company-date--ttl {
    position: relative;
    margin-bottom: 6px;
    font-weight: bold;
    color: #0099e9;
  }
  .case-company-date .dl-table {
    padding: 4px 0;
    border:none;
  }
  .rebright-case-lists {
    text-align: center;
  }
  .rebright-case-lists .case-list {
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 720px;
  }
  @media only screen and (max-width: 767px) {
    .case-list {
      width: 100%;
      margin-bottom: 16px;
    }
    .case-lists li:last-child {
      margin: 0;
    }
    .case-list .title-area {
      padding: 0 16px 16px;
    }
    .case-list .honbun {
      padding: 16px;
    }
    .case-company-date {
      margin: 0 16px 16px;
    }
  }

/* service case-ichiran 導入事例一覧
**************************************** */
  .case-ichiran .case-list {
    width: 100%;
    margin-bottom: 16px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .case-ichiran .case-list:hover {
    box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
  }
  .case-ichiran .case-list .title-area {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .case-ichiran .case-list .title-area:hover {
    background: #fff;
  }
  .case-ichiran .case-list .title-area.open:hover {
    background: #f4f4f6;
  }
  .case-ichiran .case-list .title-area .catch {
    overflow: hidden;
  }
  .case-ichiran .case-list .title-area.open .catch {
    white-space: normal;
  }

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

    PAGE

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


/* page-company
**************************************** */
  .message-img {
    margin-left: 56px;
  }
  .ompany-message--president .message {
    margin-top: 24px;
  }
  .message-imgbox {
    width: 440px;
    background: #eee;
  }
  .message-imgbox.txt .txtarea {
    letter-spacing: .15em;
    background: #004182;
    color: #fff;
    padding: 10px 32px;
  }
  .company-message--enpro {
    position: relative;
    padding: 48px 0;
    background: #fff;
    font-size: 94%;
    box-shadow: 0 0 16px -4px rgb(0 0 0 / 30%);
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
  }
  .company-message--enpro::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 3px;
    background: #194182;
    border-radius: 4px;
  }
  .company-message--enpro .txt-area {
    width: calc( 100% - 400px);
    padding-left: 24px;
    border-left: 1px dotted #ccc;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
  }
  .company-message--enpro .img-area {
    transform: translateY(-16px);
  }
  .company-vision--box {
    width: 50%;
    padding: 64px 64px 64px 0;
  }
  .company-vision--box--right {
    padding: 64px 0 64px 64px;

  }
  .company-vision--box.img-area {
    background: #000 center;
    background-size: cover;
    min-height: 780px;
  }
  .company-vision--box .mini_ttl {
    padding-left: 24px;
    margin-bottom: 32px;
  }
  .company-vision--box .company_vision_lists p {
    font-size: 94%;
    line-height: 1.75;
  }
  .company-vision--box .company_policy_lists li {
    padding-left: 24px;
  }
  .company-vision--box .company_policy_lists li::before {
    font-size: 122%;
    margin-top: 5px;
  }
  .company-vision--box .company_policy_lists p {
    font-size: 94%;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .enkaku {
    overflow: hidden;
  }
  .enkaku dt {
    float: left;
    font-weight: bold;
  }
  .enkaku dd {
    padding: 0 0 0 72px;
  }
  .enkaku:not(:last-child),
  .enkaku-child dd:not(:last-child) {
    border-bottom: 1px dotted #ccc;
  }
  .enkaku dt,
  .enkaku-child dt,
  .enkaku-child dd {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .enkaku-child dd {
    padding-left: 48px;
    letter-spacing: 0.05em;
  }
  .enkaku-child dd:last-child {
    border-bottom: none;
  }
  .enkaku-child p:first-child {
    margin-bottom: 1em;
  }

  .company-access .google-map {
    border: 2px solid #fff;
    line-height: 0;
    overflow: hidden;
  }
  .company-access iframe {
    height: 100%;
  }
  .company-access-list li {
    display: grid;
    grid-template-columns: 55% 1fr;
  }
  .company-access-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  .company-access-txtarea {
    padding: 32px;
    background-color: #fff;
  }
  .company-access-address {
    padding: 16px;
    background: rgb(41 154 233 / 15%);
  }
  .company-access-txtarea .txt-area {
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 24px;
    line-height: 1.7;
  }

  @media(max-width: 1300px) and (min-width: 768px) {
    .company-message--enpro .img-area {
      width: 100%;
      text-align: center;
      margin-bottom: 24px;
    }
    .company-message--enpro .txt-area {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
    }
  }
  @media(max-width: 1200px) and (min-width: 768px) {
    .company-message--enpro {
      margin: 0 5%;
    }
    .company-vision .flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .company-vision--box {
      width: 100%;
      padding: 80px 5%;
    }
    .company-vision--box.img-area {
      min-height: 480px;
      order: 2;
    }
  }
  @media screen and (min-width: 768px) {
    .company-info .table th,
    .company-info .table td {
      vertical-align: top;
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .company-info .table th {
      width: 136px;
    }
  }
  @media only screen and (max-width: 767px) {
    .company-message {
      padding-bottom: 0;
    }
    .message-img {
      display: block;
      text-align: center;
      margin: 0;
      padding: 0 18%;
      margin-top: 32px;
    }
    .message-imgarea {
      order: 2;
      margin-top: 24px;
    }
    .message-imgbox {
      width: 100%;
    }
    .message-imgbox.img {
      width: 100%;
      height: 340px;
      overflow: hidden;
    }
    .message-imgbox.txt {
      margin: 0;
      min-height: 0;
      order: 2;
    }
    .message br {
      display: none;
    }
    .message-catch {
      font-size: 115%;
      margin: 48px 0 40px;
      letter-spacing: 0.2em;
      line-height: 1.8;
    }
    .company-message--enpro {
      margin: 0 auto 24px;
      padding: 24px 0;
    }
    .company-message--enpro .txt-area {
      width: 100%;
      padding: 0;
      border: none;
      order: 2
    }
    .company-message--enpro .img-area {
      transform: none;
      order: 1;
      max-width: 280px;
      margin: 16px auto 32px;
    }
    .company-vision .flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .company-vision--box {
      width: 100%;
      padding: 40px 5%;
    }
    .company-vision--box.img-area {
      min-height: 280px;
      order: 2;
    }
    .company-info .table th,
    .company-info .table td {
      display: block;
      width: 100%;
      padding: 8px 0;
    }
    .company-info .table th {
      border: none;
      padding-bottom: 0;
    }
    .company-info .table td {
      padding-top: 4px;
    }
    .enkaku dd {
      padding-left: 56px;
    }
    .enkaku-child dd {
      padding-left: 40px;
    }
    .enkaku dt,
    .enkaku-child dt,
    .enkaku-child dd {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .company-access .google-map iframe {
      max-width: 100%;
      height: 200px;
    }
    .company-access-list li {
      grid-template-columns: 1fr;
    }
    .company-access-list li:not(:last-child) {
      margin-bottom: 24px;
    }
    .company-access-txtarea {
      padding: 20px;
    }
    .company-access-list .txt-area {
      grid-template-columns: 1fr 100px;
    }
  }


/* page-policy
**************************************** */
  .policy p,
  .policy li {
    font-size: 88%;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .policy-box {
    background: #fff;
    padding: 24px;
    margin-top: 8px;
  }

/* page-inquiry
**************************************** */
  .inquiry_policy {
    overflow: scroll;
    background: #fff;
    padding: 32px;
    border-radius: 2px;
    height: 320px;
    font-size: 88%;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .inquiry .formy-area {
    margin: 0;
  }
  .inquiry .formy-area .section_ttl {
    margin-bottom: 40px;
    line-height: 1.2;
  }
  .inquiry .contact-tel {
    margin-bottom: 0;
    text-align: center;
    background: #f6f6f6;
    display: block;
    padding: 14px;
    margin-inline: auto;
    max-width: 560px;
    border-radius: 2px;
  }
  @media only screen and (max-width: 767px) {
    .inquiry p br,
    .inquiry .catch br {
      display: none;
    }
    .inquiry .formy-area {
      padding: 24px;
    }
    .inquiry .formy-area .section_ttl {
      margin-bottom: 24px;
    }
    .inquiry .contact-tel img {
      width: fit-content;
      height: 25px;
    }
  }


  /* page-service-site
  **************************************** */
  .service-site-box {
    padding: 48px;
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0px 16px -1px rgb(0 0 0 / 10%);
    border-radius: 8px;
  }
  .service-site-box:not(:last-child) {
    margin-bottom: 32px;
  }
  .service-site-box .right-area {
    width: calc(100% - 360px);
  }

  .service-site-box .right-area .logo {
    position: relative;
    left: -20px;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  .service-site-box .right-area .logo img {
    height: 64px;
    width: auto;
  }
  .service-site-box .right-area .catch-sm {
    line-height: 1.6;
    padding-top: 8px;
    border-top: 1px solid #eee;
  }

  .service-site-box .right-area .catch-sm span {
    font-size: 75%;
  }
  .service-site-box .sns li {
    margin-right: 16px;
  }

  .page-service-site .service-site-box .right-area {
    width: calc(100% - 400px);
  }
  .page-service-site .service-site-box .right-area .catch-sm {
    padding-top: 0;
    border: none;
  }

  @media screen and (max-width: 767px) {
    .service-site-box {
      padding: 0 24px 24px;
      border-radius: 4px;
    }
    .page-service-site .service-site-box {
      padding-top: 24px;
    }
    .service-site-box:not(:last-child) {
      margin-bottom: 16px;
    }
    .service-site-box .left-area .logo {
      width: 80%;
      margin: 0 auto;
    }
    .service-site-box .right-area,
    .page-service-site .service-site-box .right-area {
      width: 100%;
    }
    .service-site-box .right-area .logo {
      left: -8px;
      padding-bottom: 8px;
    }
    .service-site-box .right-area .logo img {
      height: 48px;
    }
    .page-service-site .service-site-box .left-area .imgarea {
      margin: 16px 0;
      border-radius: 4px;
      overflow: hidden;
    }
  }



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

    ARCHIVE

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

/* main-column
**************************************** */
  .main-column {
    float: right;
    width: calc(100% - 232px);
  }

 /* --- post --- */
  .post {
    position: relative;
    margin-bottom: 16px;
    background: #fff;
    padding: 32px;
    border-radius: 2px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1);
    -moz-transition: all .2s cubic-bezier(.5,0,0,1);
    transition: all .2s cubic-bezier(.5,0,0,1);
  }
  .archive-news .post:hover {
    opacity: .75;
  }
  .archive-news .post:hover .catch {
    text-decoration: underline;
  }
  .post .catch {
    font-size: 125%;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .category_list {
    overflow: hidden;
  }
  .category_list a {
    display: inline-block;
    vertical-align: middle;
    font-size: 79%;
    background: #81b0c1;
    color: #f6f6f6;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 3px;
    float: left;
    margin-right: 2px;
    white-space: nowrap;
    position: relative;
    z-index: 10;
  }
  .post .link-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .post .post-img {
    overflow: hidden;
    width: 240px;
    border: 1px solid #eee;
  }
  .post .eyecatch {
    text-align: center;
  }
  .post .post-img.no-image {
    padding: 64px 44px;
  }
  .post .post-txt {
    width: calc(100% - 280px);
  }
  .post .post-txt .txt-xs br {
    display: none;
  }
  .post .date {
    font-weight: bold;
    margin-right: 16px;
  }



  @media only screen and (max-width: 1100px) {
    .main-column {
      width: 100%;
      float: none;
    }
    .post {
      padding: 32px 24px 24px;
      word-break: break-all;
    }
    .post .catch {
      font-size: 158%;
    }
    .category_list {
      margin-bottom: 8px;
    }
    .post-img {
      width: 110px;
    }
    .post .post-img {
      width: 100%;
      margin-bottom: 16px;
    }
    .post .post-txt {
      width: 100%;
    }
    .post-datearea {
      display: block;
    }
  }


/* side-column
**************************************** */
  .side-column {
    float: left;
    width: 200px;
  }
  .side-section {
    margin-bottom: 56px;
  }
  .side-ttl {
    font-size: 120%;
    letter-spacing: 0.2em;
    line-height: 1;
    border-bottom: 1px solid #89cdf4;
    padding-bottom: 16px;
  }
  .side-ttl small {
    font-size: 62%;
    letter-spacing: 0.15em;
    display: block;
    line-height: 1;
    margin-top: 8px;
  }

  .side-link_list li {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 0 8px 24px;
    border-bottom: 1px dashed #ccc;
    font-size: 94%;
  }
  .side-link_list a:hover {
    color: #ccc;
  }
  .side-thumbnail {
    float: left;
    margin: 0 16px 0 0;
    border-radius: 3px;
  }
  .side-link_list li::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 1px;
    left: 8px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 11;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #9f9d9d;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  /* --- catarea-bloc --- */
  .catarea-bloc {
    position: relative;
    padding: 8px 0;
    border-top: 1px solid #888;
  }
  .catarea-bloc h3 {
    padding-right: 64px;
    line-height: 1.5;
  }
  .catarea-bloc h3 a {
    display: block;
  }
  .catarea-bloc h3 a:hover {
    color: #333
  }
  .catarea-bloc .tab {
    display: inline-block;
    position: absolute;
    background: #aaa;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    color: #fff;
    top: 9px;
    right: 0;
    font-size: 80%;
    padding: 0 8px;
  }
  .catarea-bloc .tab:hover {
    background: #aaa;
  }
  .catarea-bloc .tab.open {
    background: #d3cfac;
  }
  .catarea-bloc .catarea-list {
    margin-top: 16px;
    display: block;
  }
  .catarea-bloc .catarea-list li a {
    background: #f6f6f6;
    display: block;
    padding: 4px 16px;
    margin-top: 4px;
    font-size: 93%;
    line-height: 1.4;
  }
  .catarea-bloc .catarea-list li a:hover {
    background: #ccc;
  }


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

    .side-column {
      width: 92%;
      float: none;
      margin: 40px auto 0;
    }
    .side-section {
      margin-bottom: 24px;
    }
    .side-column .side-section:last-child {
      margin-bottom: 0;
    }
    .side-link_list {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .side-link_list li {
      width: 48%;
    }
    .catarea-bloc .catarea-list {
      overflow: hidden;
      margin: 8px 0 16px;
    }
    .catarea-bloc .catarea-list li {
      width: 49%;
      margin: 0 0 1% 1%;
      float: left;
    }
    .catarea-bloc .catarea-list li a {
      font-size: 100%;
    }
  }


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

    SINGLE

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

/* single-service
**************************************** */
/* 共通ボーダー */
  .service-service,
  .service-faq {
    border-top: 3px solid #acd151;
  }
  .single-service-1181 .service-service,
  .single-service-1181 .service-faq,
  .single-service-1181 .service-main {
    border-color: #fbbbbb;
  }
  .single-service-1182 .service-service,
  .single-service-1182 .service-faq,
  .single-service-1182 .service-main {
    border-color: #f3a84c;
  }
  .single-service-1183 .service-service,
  .single-service-1183 .service-faq,
  .single-service-1183 .service-main {
    border-color: #5ea36c;
  }



  .single-service .page_ttl {
    display: none;
  }

  .single-service .mce_content_body strong {
    color: #009ae9;
  }

  .service-main {
    border-bottom: 3px solid #acd151;
  }
  .service-main .leftarea {
    width: 40%;
    padding: 120px 64px;
  }
  .service-main .leftarea .logo {
    position: relative;
    left: -20px;
  }
  .service-main .leftarea .catch {
    line-height: 1.6;
  }
  .service-main .leftarea .catch span {
    font-size: 75%;
  }
  .service-main .leftarea .link-btn {
    font-size: 125%;
    overflow: hidden;
  }
  .service-main .leftarea .link-btn::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -54px;
    display: block;
    height: 88px;
    width: 88px;
    background: url(../images/common/bg-darkblue.png);
    z-index: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.2;
    right: auto;
    border: none;
  }
  .service-main .leftarea .link-btn:hover {
    background: #ff8a33;
  }
  .service-main .leftarea .link-btn:hover::before {
    left: -120px;
  }

  .service-main .rightarea {
    width: 60%;
    padding: 80px 0;
    background: #004182 center right no-repeat;
    background-size: cover;
    text-shadow: 0 0 8px rgb(255 255 255 / 33%);
  }
  .service-main .rightarea .txtarea {
    background: rgb(255 255 255 / 80%);
    padding: 64px;
    display: block;
    width: 100%;
  }

  .service-main .detail {
    background: #fff;
    padding: 16px 24px;
    border-radius: 4px;
    box-shadow: 0 0 8px -4px rgb(0 0 0 / 50%);
  }
  .feature-boxes {
    padding-top: 24px;
  }
  .feature-box {
    background: #fff;
    padding: 64px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0px 16px -1px rgb(0 0 0 / 10%);
  }
  .feature-box:not(:last-child) {
    margin-bottom: 40px;
  }
  .feature-box .txtarea {
    max-width: 800px;
    margin: 0 auto;
  }
  .feature-number {
    line-height: 1;
    font-size: 400%;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    top: -28px;
    right: 0;
  }
  .feature-ttl {
    line-height: 1.5;
  }

  .service-box {
    width: calc((100% / 6) - 24px);
    margin: 0 12px 40px;
    background: #f5f5f6;
    border-radius: 8px;
  }

  .price-box {
    position: relative;
    width: calc((100% / 3) - 16px);
    margin: 0 8px 16px;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
  }
  .price-box .price {
    line-height: 1.1;
    letter-spacing: 0.05em;
    padding: 16px 0 0;
    border-top: 1px solid #ccc;
  }
  .price-box .price small {
    font-size: 70%;
  }
  .price-box .details {
    padding-top: 16px;
    border-top: 1px solid #ccc;
    letter-spacing: 0.05em;
  }
  .step-list-box {
    position: relative;
    margin: 0 auto 32px;
    padding: 40px;
    border-radius: 8px;
    background: #fff;
    max-width: 800px;
  }
  .service-box-ttl,
  .price-box-ttl {
    background: #009ae9;
    color: #fff;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
  }
  .service-box-ttl {
    border-radius: 8px 8px 0 0;
  }
  .service-box p {
    padding: 16px;
  }
  .step-list-box .imgarea {
    width: 220px;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #eee;
  }
  .step-list-box .txtarea {
    width: calc(100% - 260px);
  }
  .step-list-box .txtarea .link-btn {
    width: 280px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
  }
  .step-list-box .txtarea .link-btn::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -19px;
    display: block;
    height: 34px;
    width: 34px;
    background: url(../images/common/bg-darkblue.png);
    z-index: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.2;
    right: auto;
    border: none;
  }
  .step-list-box .txtarea .link-btn:hover {
    background-color: #ff8a33;
  }
  .step-list-box .txtarea .link-btn:hover::before {
    left: -50px;
  }
  .step-list-box .step{
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    color: #004182;
    font-weight: bold;
    font-size: 150%;
    border-radius: 4px;
    letter-spacing: .05em;
  }
  .step-list-box:not(:last-child)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -23px;
    margin: auto;
    z-index: 10;
    border-width: 12px 12px 0 12px;
    border-color: #004182 transparent transparent transparent;
  }

  /* telework */
  .single-service-1178 .feature-box ul {
    background: #f8f8f8;
    padding: 24px 40px;
    max-width: 680px;
    margin: 1em auto;
    border-radius: 8px;
  }

  /* zeiri */
  .mce_content_body .zeiri-icon {
    background: #F8F8F7;
    padding: 20px;
    border-radius: 8px;
  }
  .mce_content_body .zeiri-icon h3,
  .mce_content_body .nurse-box h3 {
    margin-bottom: 8px;
    padding: 0;
    font-size: 125%;
    text-align: center;
    line-height: 1.5;
  }
  .mce_content_body .zeiri-icon h3::before,
  .mce_content_body .nurse-box h3::before {
    display: none;
  }
  .single-service-1172 .service-box {
    width: calc((100% / 5) - 24px);
  }

  /* finance */
  .single-service-1180 .service-service .flex,
  .single-service-1411 .service-service .flex {
    max-width: 840px;
    margin: 0 auto;
  }
  .single-service-1180 .service-box,
  .single-service-1411 .service-box {
    width: calc((100% / 3) - 16px);
    margin: 0 8px 16px;
  }
  .single-service-1180 .service-box-ttl,
  .single-service-1411 .service-box-ttl {
    background: #e7f4ff;
    border-radius: 8px;
    text-align: center;
    color: #3e3a39;
  }
  .single-service-1180 .service-box p,
  .single-service-1411 .service-box p {
    display: none;
  }

    /* nurse */
  .nurse-boxes {
    margin: 4% auto 2%;
    max-width: 760px;
  }
  .nurse-box {
    background: #e7f4ff;
    padding: 40px;
    border-radius: 8px;
  }
  .nurse-box:not(:last-child) {
    margin-bottom: 16px;
  }
  .nurse-service {
    max-width: 800px;
    margin: 0 auto;
  }
  .nurse-flex div {
    background: #e7f4ff;
    display: inline-block;
    padding: 8px 16px;
    margin: 0 8px 8px 0;
    border-radius: 8px;
    width: calc((100% / 4) - 8px);
    text-align: center;
  }
  .mce_content_body .nurse-service table {
    width: 100%;
    margin-bottom: 40px;
    background: #fbfdff;
    border-radius: 8px;
    border: 2px solid #c5d9ea;
  }
  .mce_content_body .nurse-service table th,
  .mce_content_body .nurse-service table td {
    border-color: #c5d9ea;
    padding: 12px 24px;
    vertical-align: top;
  }
  .mce_content_body .nurse-service table th {
    white-space: nowrap;
    background: #e7f4ff;
}
    /* managing */
  .single-service-1183 .price-box {
    width: 70%;
  }
  .single-service-1183 .service-box {
    background: #e7f4ff;
    display: inline-block;
    padding: 8px 16px;
    margin: 0 8px 8px 0;
    border-radius: 8px;
    width: calc((100% / 4) - 8px);
    text-align: center;
  }
  .single-service-1183 .service-box .service-box-ttl,
  .single-service-1183 .service-box p {
    background: transparent;
    padding: 0;
    color: #3e3a39;
    font-weight: normal;
  }

  @media only screen and (max-width: 767px) {
    .service-main .leftarea {
      width: 100%;
      padding: 24px 24px 40px;
    }
    .service-main .leftarea .logo {
      max-width: 180px;
      left: -8px;
      margin: 0 auto 8px;
    }
    .service-main .leftarea .btn {
      width: 300px;
    }
    .service-main .leftarea .link-btn {
      padding: 12px 0;
      font-size: 112%;
    }
    .service-main .leftarea .link-btn::before {
      width: 50px;
      height: 50px;
      left: -24px;
    }
    .service-main .rightarea {
      width: 100%;
      padding: 40px 0;
    }
    .service-main .rightarea .txtarea {
      padding: 32px;
    }

    .feature-box {
      padding: 24px;
    }

    .service-intro p,
    .feature-box p {
      text-align: justify !important;
    }
    .service-intro p br,
    .feature-box p br {
      display: none;
    }
    .feature-number {
      left: auto;
      right: 16px;
      top: -20px;
    }
    .feature-ttl {
      text-align: left;
      padding-top: 14px;
    }

    .service-box {
      width: calc((100% / 2) - 8px) !important;
      margin: 0 4px 8px !important;
    }
    .step-list-box .txtarea .link-btn {
      width: 100%;
    }
    .service-service .mce_content_body p {
      text-align: left !important;
    }

    .price-box {
      width: 100%;
      margin: 0 0 16px;
      padding: 24px;
    }

    .step-list-box .imgarea {
      width: 70%;
      margin: 0 0 24px;
      padding: 0;
      border: none;
    }
    .step-list-box .txtarea {
      width: 100%;
    }

    .step-list-box,
    .service-faq .faq-box {
      padding: 24px;
    }

    /* finance */
    .single-service-1180 .mce_content_body .zeiri-icon,
    .single-service-1411 .mce_content_body .zeiri-icon {
      width: 100%;
      margin: 0 0 16px;
    }
    .single-service-1180 .mce_content_body .zeiri-icon img,
    .single-service-1411 .mce_content_body .zeiri-icon img {
      width: 75%;
      margin: 0;
    }
    .single-service-1180 .feature-box a,
    .single-service-1411 .feature-box a {
      text-align: center;
    }

    /* nurse */
    .single-service-1181 .service-intro .mce_content_body .editor-ttl2 {
      font-size: 150%;
      text-align: left !important;
    }
    .single-service-1181 .service-intro .mce_content_body .editor-ttl2 br {
      display: none;
    }
    .nurse-boxes * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .nurse-box:not(:last-child) {
      margin-bottom: 16px;
    }
    .nurse-box {
      padding: 24px 32px 16px;
    }
    .nurse-flex div {
      width: calc((100% / 2) - 8px);
    }
    .single-service-1181 .service-step .flex-col2 > * {
      width: 100%;
      margin-right: 0;
    }

    /* managing */
    .single-service-1183 .feature-box .flex-col3 > * {
      width: 90%;
      margin: 0 auto 16px !important;
    }
    .single-service-1183 .feature-box .mce_content_body h5 {
      margin-bottom: 8px;
    }
    .single-service-1183 .feature-box .mce_content_body .editor-ttl2 {
      font-size: 125%;
      text-align: left !important;
    }
    .single-service-1183 .price-box {
      width: 100%;
    }

  }



/* voice
**************************************** */
  .voice_archive_category {
    box-shadow: 0 0px 16px -1px rgb(0 0 0 / 10%);
    border-radius: 8px;
    background: #fff;
    max-width: 1080px;
    margin: 0 auto 64px;
  }
  .voice_archive_category .tab {
    width: 100%;
  }
  .voice_archive_category .tab li {
    position: relative;
    width: calc(100% / 3);
    text-align: center;
    padding: 18px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .voice_archive_category .tab li:hover {
    background: #f8f8f8;
  }
  .voice_archive_category .tab li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #009ae9 transparent transparent transparent;
    margin-left: 16px;
    top: -3px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .voice_archive_category .tab li:not(:last-child) {
    border-right: 1px solid #ddd;
  }
  .tab_box {
    padding: 16px 16px 8px;
    border-top: 1px solid #ddd;
    display: none;
  }
  .tab_box li {
    margin-bottom: 8px;
    margin-right: 8px;
    width: calc((100% - 16px) / 3 );
  }
  .tab_box li a {
    display: block;
    padding: 8px 4px;
    border-radius: 4px;
  }
  .tab_box li a:hover {
    color: #000;
    background: #e8f5fa;
  }
  .voice_archive_category .tab li.active {
    background: #e8f4fb;
  }
  .voice_archive_category .tab li.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tab_box.active {
    display: block;
  }

  .voice-bg {
    position: relative;
  }
  .voice-bg h2 {
    position: relative;
    z-index: 2;
  }
  .voice_detail .interviewer {
    font-size: 150%;
    margin-bottom: 16px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .voice_detail .answer {
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
    line-height: 2;
  }
  .voice_detail .title-area {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px dotted #aaa;
  }
  .voice_detail .date {
    color: #0099e9;
    font-weight: bold;
  }
  .voice_detail .img-area {
    margin-top: 24px;
    text-align: center;
  }
  .company-date {
    background: #ddd;
    padding: 32px;
    font-size: 81%;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-radius: 2px;
  }
  .company-date .txt-area {
    border-top: 1px dotted #9E9E9E;
  }
  .company-date.flex .txt-area {
    margin-left: 24px;
  }
  .company-date .img-area {
    margin: 0;
    padding: 8px;
    background: #fff;
    min-width: 264px;
    text-align: center;
  }
  .company-date .img-area img {
    max-width: 100%;
    height: auto;
  }
  .company-date .logo {
    display: inline-block;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 767px) {
    .voice_detail .interviewer {
      font-size: 129%;
      color: #0098e9;
    }
    .voice_detail .answer {
      line-height: 1.8;
      letter-spacing: 0.05em;
    }
    .company-date {
      display: block;
      font-size: 86%;
      padding: 16px;
    }
    .company-date .img-area {
      float: right;
      min-width: 100px;
      width: 100px;
      margin: 0 0 0 10px;
      padding: 4px;
    }
    .company-date.flex .txt-area {
      margin: 0;
      display: inline;
    }
    .company-date .dl-table dt {
      width: 60px;
    }
    .company-date .dl-table dd {
      width: calc(100% - 60px)
    }
    .company-date .logo {
      max-width: 120px;
    }
    .voice_archive_category {
      margin-bottom: 24px;
    }
    .voice_archive_category .tab li::after {
      position: absolute;
      bottom: 12px;
      top: auto;
      margin: auto;
      right: 0;
      left: 0;
    }
    .voice_archive_category .tab {
      font-size: 100%;
    }
    .voice_archive_category .tab li {
      padding: 12px 6px 18px;
    }
    .tab_box {
      padding: 8px 16px;
      font-size: 88%;
    }
    .tab_box li {
      text-align: left;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%;
    }
    .tab_box li a {
      padding: 2px;
    }

  }

/* wp-pagenavi
**************************************** */
  .wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    margin-bottom: 40px;
  }
  .wp-pagenavi a,
  .wp-pagenavi .current {
    position: relative;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    background: #eee;
    line-height: 1.4;
    padding: 8px 16px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 4px;
    font-weight: bold;
  }
  .wp-pagenavi a[rel="next"] {
    padding-left: 40px;
  }
  .wp-pagenavi a[rel="prev"] {
    padding-right: 40px;
  }
  .wp-pagenavi a[rel="next"]::before,
  .wp-pagenavi a[rel="prev"]::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0099e9;
    border-right: 2px solid #0099e9;
    margin: auto;
    top: 50%;
    bottom: 50%;
  }
  .wp-pagenavi a[rel="next"]::before {
    left: 14px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .wp-pagenavi a[rel="prev"]::before {
    right: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wp-pagenavi a.nextpostslink::before,
  .wp-pagenavi a.previouspostslink::before {
    display: none;
  }
  .wp-pagenavi .current {
    background: rgba(238, 238, 238, 0.5)
  }
  .wp-pagenavi .pages {
    display: none
  }
  .wp-pagenavi a:hover {
    background: #fff;
    color: #000;
  }
  @media only screen and (max-width: 767px) {
    .wp-pagenavi {
      max-width: 100%;
      margin-bottom: 40px;
      margin: 0 auto;
    }
    .wp-pagenavi a,
    .wp-pagenavi .current {
      padding: 6px 12px;
      max-width: 100%;
      margin-bottom: 8px;
      background: #fff;
    }
    .wp-pagenavi a[rel="next"] {
      padding-left: 32px;
    }
    .wp-pagenavi a[rel="prev"] {
      padding-right: 32px;
    }
  }



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

    IE対応

############################################################################## */
  @media all and (-ms-high-contrast:none) {
    .font-yu {
      transform: translateY(0.3em);
    }
    .page_ttl-jp {
      transform: translateY(16px);
    }
    .section_ttl {
      transform: translateY(10px);
      padding-bottom: 24px;
    }
    .section_ttl small.section_ttl--small img {
      transform: translateY(-12px);
    }
    .mini_ttl.font-yu::before {
      top: -0.5em;
      bottom: 0.5em;
    }
    .header--copy {
      letter-spacing: -0.05em;
    }
    .faq dt {
      padding-top: 26px;
      padding-bottom: 8px;
    }
    .voice-list .logo {
      width: 200px;
    }
    .voice-list .eyecatch {
      position: relative;
      left: 0;
    }
  }