/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.fv-scroll {
  position: absolute;
  top: 50%;
  right: 33px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .fv-scroll .arrow-scroll {
    position: relative;
    height: 98px;
    width: 20px;
    overflow: hidden;
    cursor: pointer;
    text-indent: -99999px; }
    .fv-scroll .arrow-scroll a {
      display: block;
      height: 100%; }
  .fv-scroll .arrow-scroll:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 9px;
    background: #707070; }
  .fv-scroll .arrow-scroll:after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    left: 5px;
    background: #383838;
    animation: arw-scroll 1.5s ease-in-out infinite both;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

#loader-wrap-sub {
  display: none !important; }

.stick-aside {
  position: fixed;
  right: 0;
  bottom: 75px;
  z-index: 1991;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.23);
  opacity: 0; }
  @media print, (min-width: 768px) {
    .stick-aside {
      -webkit-transition: 1.5s ease all;
      -moz-transition: 1.5s ease all;
      -ms-transition: 1.5s ease all;
      -o-transition: 1.5s ease all;
      transition: 1.5s ease all;
      -moz-transform: translateX(200px);
      -o-transform: translateX(200px);
      -ms-transform: translateX(200px);
      -webkit-transform: translateX(200px);
      transform: translateX(200px); } }
  .stick-aside .btn-close {
    position: absolute;
    top: 11px;
    right: 12px;
    z-index: 32; }
  .stick-aside .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .stick-aside .bnr.bnr1 {
    width: 242px;
    padding: 12px 9px 17px 20px; }
  .stick-aside .bnr1-ttl {
    font-weight: bold;
    color: #084888;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 35px;
    line-height: 2.3333333333em;
    letter-spacing: 0.02em;
    position: relative;
    padding-right: 30px;
    margin-bottom: 7px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .stick-aside .bnr1-ttl {
        margin-bottom: 2px; } }
    .stick-aside .bnr1-ttl a {
      position: absolute;
      right: 6px;
      top: -2px;
      display: inline-block; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .stick-aside .bnr1-ttl a img {
          height: 30px; } }
  .stick-aside .bnr1-box {
    font-size: 0; }
    .stick-aside .bnr1-box .txt1 {
      display: inline-block;
      vertical-align: top;
      color: #084888;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 17px;
      line-height: 1.4166666667em;
      letter-spacing: 0.1em;
      font-weight: bold;
      margin-right: 6px; }
      .iPadPro11 .stick-aside .bnr1-box .txt1 {
        margin-right: 4px;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 17px;
        line-height: 1.5454545455em;
        letter-spacing: 0.06em; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .stick-aside .bnr1-box .txt1 {
          line-height: 25px; } }
    .stick-aside .bnr1-box .tel {
      display: inline-block;
      vertical-align: top; }
      .stick-aside .bnr1-box .tel a {
        color: #084888;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 17px;
        line-height: 1em;
        letter-spacing: 0.05em;
        font-family: 'Alata', sans-serif;
        position: relative;
        padding-left: 18px; }
        .iPadPro11 .stick-aside .bnr1-box .tel a {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 16px;
          line-height: 1em;
          letter-spacing: 0.05em; }
        .stick-aside .bnr1-box .tel a:before {
          position: absolute;
          content: "";
          left: 0;
          top: 4px;
          width: 13px;
          height: 16px;
          background: url("../../img/common/icon/ico_tel1.svg") no-repeat center center;
          background-size: 100% 100%; }
  .stick-aside .bnr1-add {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 1.5384615385em;
    letter-spacing: 0em;
    margin-top: 12px; }
    .iPadPro11 .stick-aside .bnr1-add {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 18px;
      line-height: 1.5em; }
  .stick-aside .bnr.bnr2 {
    width: 127px;
    background: url("../../img/common/img_bnr1.jpg") no-repeat center center;
    background-size: cover;
    text-indent: -99999px; }
  .stick-aside.is-show {
    opacity: 1;
    -webkit-transition: 1.5s ease all;
    -moz-transition: 1.5s ease all;
    -ms-transition: 1.5s ease all;
    -o-transition: 1.5s ease all;
    transition: 1.5s ease all; }
    @media print, (min-width: 768px) {
      .stick-aside.is-show {
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px); } }
    @media only screen and (max-width: 767px) {
      .stick-aside.is-show {
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1; } }
    .stick-aside.is-show.is-hide1 {
      visibility: hidden;
      opacity: 0; }
    .stick-aside.is-show.is-close {
      visibility: hidden !important;
      opacity: 0 !important; }
  .stick-aside.is-hide1 {
    visibility: hidden;
    opacity: 0; }
  .stick-aside.is-tobottom {
    visibility: hidden;
    opacity: 0; }
  @media only screen and (max-width: 767px) {
    .stick-aside {
      width: auto;
      right: 20px;
      left: 20px;
      bottom: 20px;
      background: #fff;
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.23);
      -webkit-transition: 0.8s ease all;
      -moz-transition: 0.8s ease all;
      -ms-transition: 0.8s ease all;
      -o-transition: 0.8s ease all;
      transition: 0.8s ease all;
      -moz-transform: translateY(60px);
      -o-transform: translateY(60px);
      -ms-transform: translateY(60px);
      -webkit-transform: translateY(60px);
      transform: translateY(60px);
      opacity: 0;
      visibility: hidden; } }
  @media only screen and (max-width: 767px) and (max-width: 320px) {
    .stick-aside {
      right: 13px;
      left: 13px;
      bottom: 13px; } }
  @media only screen and (max-width: 767px) {
      .stick-aside .btn-close {
        top: 11px;
        right: 12px;
        z-index: 32; }
      .stick-aside .bnr.bnr1 {
        width: calc(100% - 110px);
        padding: 13px 2px 13px 12px; } }
    @media only screen and (max-width: 767px) and (max-width: 320px) {
      .stick-aside .bnr.bnr1 {
        width: calc(100% - 95px); } }
  @media only screen and (max-width: 767px) {
      .stick-aside .bnr1-ttl {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 30px;
        line-height: 2.3076923077em;
        letter-spacing: 0.03em;
        padding-right: 30px;
        margin-bottom: 4px; } }
    @media only screen and (max-width: 767px) and (max-width: 350px) {
      .stick-aside .bnr1-ttl {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 30px;
        line-height: 2.3076923077em;
        letter-spacing: 0em; } }
  @media only screen and (max-width: 767px) {
        .stick-aside .bnr1-ttl a {
          right: 5px;
          top: -3px; }
      .stick-aside .bnr1-box {
        font-size: 0; }
        .stick-aside .bnr1-box .txt1 {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 17px;
          line-height: 1.4166666667em;
          letter-spacing: 0.1em;
          margin-right: 6px; } }
      @media only screen and (max-width: 767px) and (max-width: 360px) {
        .stick-aside .bnr1-box .txt1 {
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 17px;
          line-height: 1.5454545455em;
          letter-spacing: 0.05em;
          margin-top: 2px; } }
      @media only screen and (max-width: 767px) and (max-width: 320px) {
        .stick-aside .bnr1-box .txt1 {
          font-size: 10px;
          font-size: 1rem;
          line-height: 15px;
          line-height: 1.5em;
          letter-spacing: 0.03em;
          margin-right: 2px;
          margin-top: 4px; } }
  @media only screen and (max-width: 767px) {
        .stick-aside .bnr1-box .tel a {
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 17px;
          line-height: 1em;
          letter-spacing: 0.05em;
          padding-left: 18px; }
          .stick-aside .bnr1-box .tel a:before {
            position: absolute;
            content: "";
            left: 0;
            top: 4px;
            width: 13px;
            height: 16px;
            background: url("../../img/common/icon/ico_tel1.svg") no-repeat center center;
            background-size: 100% 100%; } }
      @media only screen and (max-width: 767px) and (max-width: 360px) {
        .stick-aside .bnr1-box .tel a {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 16px;
          line-height: 1em;
          letter-spacing: 0.02em;
          padding-left: 15px; }
          .stick-aside .bnr1-box .tel a:before {
            top: 4px;
            width: 13px;
            height: 16px; } }
  @media only screen and (max-width: 767px) {
      .stick-aside .bnr1-add {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 19px;
        line-height: 1.4615384615em;
        letter-spacing: 0em;
        margin-top: 11px;
        font-weight: 500; } }
    @media only screen and (max-width: 767px) and (max-width: 320px) {
      .stick-aside .bnr1-add {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        line-height: 1.5em;
        letter-spacing: 0em; } }
  @media only screen and (max-width: 767px) {
      .stick-aside .bnr.bnr2 {
        width: 110px;
        background: url("../../img/common/img_bnr1.jpg") no-repeat center center;
        background-size: cover; } }
    @media only screen and (max-width: 767px) and (max-width: 320px) {
      .stick-aside .bnr.bnr2 {
        width: 95px; } }
  @media only screen and (max-width: 767px) {
      .stick-aside.is-show {
        opacity: 1;
        -webkit-transition: 0.8s ease all;
        -moz-transition: 0.8s ease all;
        -ms-transition: 0.8s ease all;
        -o-transition: 0.8s ease all;
        transition: 0.8s ease all;
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        visibility: inherit; }
      .stick-aside.is-tobottom {
        opacity: 0; } }
  .stick-aside .btn {
    margin-top: 6px; }
    .stick-aside .btn a {
      background: #F0A10B;
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      color: #fff;
      padding: 12px 0 11px;
      border-radius: 25px;
      display: block;
      max-width: 203px; }
    .stick-aside .btn img {
      margin-left: 8px; }

.main-visual {
  position: relative;
  padding: 0 100px;
  margin-bottom: 83px;
  height: 100vh; }
  .main-visual:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -79px;
    width: calc(50% + 90px);
    height: 40%;
    background: url("../../img/common/bg_dot1.png") left top;
    background-size: 11px 11px;
    z-index: 1; }
  .main-visual-img {
    height: calc(100vh - 55px);
    position: relative;
    z-index: 3; }
  .main-visual .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .main-visual .top-slider {
    position: relative;
    overflow: hidden; }
    .main-visual .top-slider:not(.slick-initialized) .slide-child {
      display: none; }
      .main-visual .top-slider:not(.slick-initialized) .slide-child:first-child {
        display: block; }
    .main-visual .top-slider .slick-slide {
      overflow: hidden; }
      .main-visual .top-slider .slick-slide:not(.slick-active) .slide-child {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .main-visual .top-slider .slick-slide:not(.slick-current) {
        opacity: 0; }
    .main-visual .top-slider .slide-child {
      overflow: hidden;
      width: 100%;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      background: url("../../img/top/mv.jpg") center top;
      background-size: cover;
      height: calc(100vh - 55px);
      text-indent: -99999px; }
      .main-visual .top-slider .slide-child.fv01 {
        background-image: url("../../img/top/mv.jpg"); }
      .main-visual .top-slider .slide-child.fv02 {
        background-image: url("../../img/top/mv2.jpg"); }
    .main-visual .top-slider .slick-animated .slide-child {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-animation-name: showZoom;
      animation-name: showZoom;
      -webkit-animation-duration: 8s;
      animation-duration: 8s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
    .main-visual .top-slider .slick-list,
    .main-visual .top-slider .slick-track {
      height: 100%; }
    .main-visual .top-slider .slick-dotted.slick-slider {
      margin-bottom: 0; }
    .main-visual .top-slider .slider-track {
      transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); }
  .main-visual-box {
    padding: 62px 18px 60px 38px;
    position: absolute;
    z-index: 42;
    top: 56.4%;
    left: 0px;
    width: 340px;
    opacity: 0;
    -webkit-transition: 1.2s ease all;
    -moz-transition: 1.2s ease all;
    -ms-transition: 1.2s ease all;
    -o-transition: 1.2s ease all;
    transition: 1.2s ease all;
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    background: #dce9f5;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #dce9f5 0%, #f5ebcf 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #dce9f5 0%, #f5ebcf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #dce9f5 0%, #f5ebcf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .main-visual-box .txt1 {
      color: #084888;
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 45px;
      line-height: 2.5em;
      letter-spacing: 0.1em; }
    .main-visual-box .ttl {
      font-weight: bold;
      color: #084888;
      font-size: 37px;
      font-size: 3.7rem;
      line-height: 60px;
      line-height: 1.6216216216em;
      letter-spacing: 0.1em; }
    .main-visual-box .txt2 {
      margin-top: 2px;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      line-height: 45px;
      line-height: 2.25em;
      letter-spacing: 0.1em;
      color: #383838; }
    .main-visual-box .js-line {
      -webkit-transition: 1s ease all;
      -moz-transition: 1s ease all;
      -ms-transition: 1s ease all;
      -o-transition: 1s ease all;
      transition: 1s ease all;
      opacity: 0; }
    .main-visual-box.is-show {
      animation-duration: 0.8s;
      animation-fill-mode: both;
      animation-name: fadeInRight2; }
      .main-visual-box.is-show .js-line {
        opacity: 1; }
  @media only screen and (max-width: 767px) {
    .main-visual {
      margin-bottom: 45px;
      padding: 0;
      height: 100vh; }
      .main-visual:before {
        bottom: -20px;
        width: 100%; }
      .main-visual-img {
        height: calc(100vh - 88px);
        margin-left: 34px; }
      .main-visual .top-slider .slide-child {
        background-position: center top;
        background-size: cover;
        height: calc(100vh - 88px); }
        .main-visual .top-slider .slide-child.fv01 {
          background-image: url("../../img/top/mv_sp.jpg"); }
        .main-visual .top-slider .slide-child.fv02 {
          background-image: url("../../img/top/mv2.jpg"); }
      .main-visual-box {
        padding: 26px 18px 30px 20px;
        top: 56.4%;
        left: 0;
        width: 210px; } }
    @media only screen and (max-width: 767px) and (max-width: 320px) {
      .main-visual-box {
        padding: 18px 10px 20px 10px;
        width: 175px; } }
  @media only screen and (max-width: 767px) {
        .main-visual-box .txt1 {
          margin-bottom: 15px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 20px;
          line-height: 1.5384615385em; } }
      @media only screen and (max-width: 767px) and (max-width: 320px) {
        .main-visual-box .txt1 {
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 20px;
          line-height: 1.8181818182em;
          margin-bottom: 7px; } }
  @media only screen and (max-width: 767px) {
        .main-visual-box .ttl {
          font-size: 25px;
          font-size: 2.5rem;
          line-height: 35px;
          line-height: 1.4em;
          letter-spacing: 0.05em; } }
      @media only screen and (max-width: 767px) and (max-width: 320px) {
        .main-visual-box .ttl {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 32px;
          line-height: 1.4545454545em; } }
  @media only screen and (max-width: 767px) {
        .main-visual-box .txt2 {
          margin-top: 9px;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 20px;
          line-height: 1.3333333333em;
          letter-spacing: 0em; } }
      @media only screen and (max-width: 767px) and (max-width: 320px) {
        .main-visual-box .txt2 {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 16px;
          line-height: 1.2307692308em; } }

.main-visual-news {
  position: relative;
  z-index: 42; }
  .main-visual-news a {
    background: #084888;
    display: block;
    color: #fff;
    padding: 10px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    .main-visual-news a:before {
      content: "";
      position: absolute;
      right: 40px;
      top: 50%;
      width: 10px;
      height: 10px;
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      -moz-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      margin-top: -5px; }
    @media only screen and (min-width: 1025px) {
      .main-visual-news a:hover {
        opacity: 0.95; } }
  .main-visual-news .ttl1 {
    font-weight: bold;
    width: 76px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 35px;
    line-height: 2.6923076923em;
    letter-spacing: 0.2em; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .main-visual-news .ttl1 {
        line-height: 38px; } }
  .main-visual-news .date {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 35px;
    line-height: 2.3333333333em;
    letter-spacing: 0.07em;
    position: relative;
    padding-left: 77px;
    margin-left: 38px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .main-visual-news .date {
        line-height: 38px; } }
    .main-visual-news .date:before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      width: 25px;
      background: #fff;
      height: 1px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .main-visual-news .date:before {
          margin-top: -2px; } }
  .main-visual-news .desc {
    padding-left: 32px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 35px;
    line-height: 2.3333333333em;
    letter-spacing: 0.07em; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .main-visual-news .desc {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 38px;
        line-height: 2.5333333333em;
        letter-spacing: 0.07em; } }
  @media only screen and (max-width: 767px) {
    .main-visual-news a {
      padding: 12px 32px 14px 20px; } }
  @media only screen and (max-width: 767px) and (max-width: 320px) {
    .main-visual-news a {
      padding-left: 15px; } }
  @media only screen and (max-width: 767px) {
      .main-visual-news a:before {
        right: 22px;
        width: 8px;
        height: 8px;
        margin-top: 0;
        top: auto;
        bottom: 24px; }
    .main-visual-news .ttl1 {
      width: 59px;
      text-align: left;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 32px;
      line-height: 2.4615384615em;
      letter-spacing: 0.2em; }
    .main-visual-news .date {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 2em;
      letter-spacing: 0.07em;
      padding-left: 41px;
      margin-left: 0;
      width: calc(100% - 59px); }
      .main-visual-news .date:before {
        margin-top: -1px; } }
    @media only screen and (max-width: 767px) and (max-width: 320px) {
      .main-visual-news .date:before {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
        line-height: 2.1428571429em;
        width: 20px; } }
  @media only screen and (max-width: 767px) and (max-width: 320px) {
    .main-visual-news .date {
      padding-left: 30px; } }
  @media only screen and (max-width: 767px) {
    .main-visual-news .desc {
      padding-left: 100px;
      width: 100%;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 2em;
      letter-spacing: 0.07em; } }
  @media only screen and (max-width: 767px) and (max-width: 320px) {
    .main-visual-news .desc {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 30px;
      line-height: 2.1428571429em;
      padding-left: 90px; } }

.sec-service {
  margin-bottom: 127px;
  padding-top: 86px; }
  .sec-service .wcm4 {
    position: relative; }
  .sec-service .cmn-ttl2 {
    margin-bottom: 61px;
    position: relative;
    z-index: 22; }
  .sec-service .img1 {
    position: absolute;
    top: 57px;
    right: 72px;
    z-index: 1; }
@media print and (max-width: 980px), (min-width: 768px) and (max-width: 980px) {
  .sec-service .img1 {
    right: 20px;
    max-width: 200px; } }

  .sec-service .list-service {
    position: relative;
    z-index: 22;
    padding-right: 20px;
    margin-top: 50px; }
    @media print, (min-width: 768px) {
      .sec-service .list-service {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; } }
    .sec-service .list-service .inner {
      width: 100%;
      height: 100%;
      background: #F0A10B;
      padding: 33px 15px 32px 15px;
      -webkit-transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -ms-transition: 0.4s ease all;
      -o-transition: 0.4s ease all;
      transition: 0.4s ease all;
      position: relative;
      z-index: 63; }
    .sec-service .list-service .pic {
      min-height: 58px;
      margin-bottom: 15px; }
      .sec-service .list-service .pic img {
        backface-visibility: hidden; }
    .sec-service .list-service .ttl {
      color: #fff;
      font-weight: bold;
      margin-bottom: 22px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 32px;
      line-height: 1.6em;
      letter-spacing: 0.1em; }
      .sec-service .list-service .ttl.ttl-furi {
        font-size: 20px;
        font-size: 2rem;
        line-height: 38px;
        line-height: 1.9em;
        letter-spacing: 0.2em;
        margin-top: 20px;
        margin-bottom: 7px;
        padding-left: 8px; }
      .sec-service .list-service .ttl .has-furi {
        position: relative; }
        .sec-service .list-service .ttl .has-furi i {
          font-style: normal;
          position: absolute;
          font-weight: 500;
          left: 3px;
          top: -13px;
          font-size: 10px;
          font-size: 1rem;
          line-height: 16px;
          line-height: 1.6em;
          text-align: left;
          width: 200%; }
    .sec-service .list-service .btn .cmn-btn {
      max-width: 212px;
      margin: auto;
      height: 50px; }
      .sec-service .list-service .btn .cmn-btn.cmn-btn-furi {
        padding-top: 11px; }
    .sec-service .list-service .item {
      text-align: center;
      color: #fff; }
      @media print, (min-width: 768px) {
        .sec-service .list-service .item {
          width: 30%;
          max-width: 290px; }
          .sec-service .list-service .item:not(:nth-child(3n+1)) {
            margin-left: 3.8%; } }
      .sec-service .list-service .item a {
        backface-visibility: hidden;
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding-right: 14px;
        padding-bottom: 14px; }
        .sec-service .list-service .item a:before {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          width: calc(100% - 14px);
          height: calc(100% - 14px);
          background: #F0A10B;
          opacity: 0;
          -webkit-transition: 0.4s ease all;
          -moz-transition: 0.4s ease all;
          -ms-transition: 0.4s ease all;
          -o-transition: 0.4s ease all;
          transition: 0.4s ease all;
          background: -moz-linear-gradient(-45deg, #f0c858 0%, #ffe6a0 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(-45deg, #f0c858 0%, #ffe6a0 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(135deg, #f0c858 0%, #ffe6a0 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
        .sec-service .list-service .item a:after {
          position: absolute;
          content: "";
          right: 0;
          bottom: 0;
          width: calc(100% - 14px);
          height: calc(100% - 14px);
          background: rgba(240, 179, 11, 0.22); }
        @media only screen and (min-width: 1025px) {
          .sec-service .list-service .item a:hover {
            opacity: 1; }
            .sec-service .list-service .item a:hover:before {
              opacity: 1; }
            .sec-service .list-service .item a:hover .inner {
              background: none; }
            .sec-service .list-service .item a:hover .cmn-arr {
              margin-right: -10px;
              width: 30px; } }
  @media only screen and (max-width: 767px) {
    .sec-service {
      padding-top: 46px;
      margin-bottom: 153px; }
      .sec-service .cmn-ttl2 {
        margin-bottom: 25px; }
      .sec-service .img1 {
        position: relative;
        top: 0;
        right: 0;
        text-align: right;
        margin: 28px -19px 0 0; }
        .sec-service .img1 img {
          max-width: 215px; }
      .sec-service .list-service {
        padding-right: 0;
        margin-top: 25px; }
        .sec-service .list-service .inner {
          padding: 16px 5px 16px 2px;
          font-size: 0;
          position: relative; }
          .sec-service .list-service .inner:before {
            position: absolute;
            content: "";
            top: 50%;
            right: 16px;
            width: 21px;
            height: 1px;
            background: #fff;
            margin-top: 2px;
            z-index: 8;
            -moz-transform: scale(1.0001);
            -o-transform: scale(1.0001);
            -ms-transform: scale(1.0001);
            -webkit-transform: scale(1.0001);
            transform: scale(1.0001);
            transform-origin: center right; }
          .sec-service .list-service .inner:after {
            position: absolute;
            content: "";
            top: 50%;
            right: 16px;
            margin-top: -1px;
            width: 7px;
            height: 1px;
            background: #fff;
            -ms-transform: rotate(45deg) scale(1.0001);
            transform: rotate(45deg) scale(1.0001); }
        .sec-service .list-service .pic {
          width: 58px;
          text-align: center;
          min-height: auto;
          margin-bottom: 0;
          display: inline-block;
          vertical-align: middle; }
        .sec-service .list-service .ttl {
          margin-bottom: 0;
          font-size: 20px;
          font-size: 2rem;
          line-height: 27px;
          line-height: 1.35em;
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 58px);
          text-align: left; }
          .sec-service .list-service .ttl.ttl-furi {
            font-size: 20px;
            font-size: 2rem;
            line-height: 38px;
            line-height: 1.9em;
            letter-spacing: 0em;
            margin-top: 4px;
            margin-bottom: -4px;
            padding-left: 0; } }
      @media only screen and (max-width: 767px) and (max-width: 320px) {
        .sec-service .list-service .ttl {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 24px;
          line-height: 1.5em;
          letter-spacing: 0.1em;
          width: calc(100% - 58px); }
          .sec-service .list-service .ttl.ttl-furi {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 40px;
            line-height: 2.5em;
            letter-spacing: 0em; } }
  @media only screen and (max-width: 767px) {
          .sec-service .list-service .ttl .has-furi i {
            left: 3px;
            top: -13px; } }
        @media only screen and (max-width: 767px) and (max-width: 320px) {
          .sec-service .list-service .ttl .has-furi i {
            top: -16px; } }
  @media only screen and (max-width: 767px) {
        .sec-service .list-service .btn {
          display: none; }
        .sec-service .list-service .item {
          margin-right: -5px;
          margin-bottom: 14px; }
          .sec-service .list-service .item a {
            padding-right: 5px;
            padding-bottom: 5px; }
            .sec-service .list-service .item a:before {
              display: none; }
            .sec-service .list-service .item a:after {
              width: calc(100% - 5px);
              height: calc(100% - 5px); }
          .sec-service .list-service .item:nth-child(1) .pic img {
            width: 36px; }
          .sec-service .list-service .item:nth-child(2) .pic img {
            width: 29px; }
          .sec-service .list-service .item:nth-child(3) .pic img {
            width: 33px; } }

.sec-case {
  position: relative;
  margin-bottom: 123px;
  padding: 32px 0 34px 0; }
  .sec-case:before {
    position: absolute;
    content: "";
    right: 0;
    top: 32px;
    width: 100%;
    bottom: 32px;
    background: #084888;
    z-index: 2; }
  .sec-case:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    width: calc(50% + 95px);
    height: 100%;
    background: url("../../img/common/bg_dot1.png") left top;
    background-size: 11px 11px;
    z-index: 1; }
  .sec-case .wcm2 {
    position: relative;
    z-index: 76;
    padding-top: 79px;
    padding-bottom: 79px; }
  .sec-case .img1 {
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -350px;
    z-index: 4; }
  .sec-case .cmn-ttl1 {
    margin-bottom: 12px;
    position: relative;
    z-index: 123; }
  .sec-case .cmn-txt1 {
    position: relative;
    z-index: 123;
    margin-bottom: 49px; }
  @media print, (min-width: 768px) {
    .sec-case .block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      max-width: 629px;
      margin: auto; }
      .iPadPro11 .sec-case .block {
        max-width: 660px; } }
  .sec-case .block ul li {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 35px;
    line-height: 2.3333333333em;
    letter-spacing: 0.1em;
    margin-bottom: 1px; }
    .sec-case .block ul li a, .sec-case .block ul li span {
      backface-visibility: hidden;
      position: relative;
      display: inline-block;
      padding-right: 30px;
      color: #fff; }
      .sec-case .block ul li a:before, .sec-case .block ul li span:before {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        width: 20px;
        height: 1px;
        background: #fff;
        z-index: 8;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -ms-transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        transition: 0.4s ease all;
        -moz-transform: scale(1.0001);
        -o-transform: scale(1.0001);
        -ms-transform: scale(1.0001);
        -webkit-transform: scale(1.0001);
        transform: scale(1.0001);
        transform-origin: center right;
        backface-visibility: hidden; }
      .sec-case .block ul li a:after, .sec-case .block ul li span:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        margin-top: -3px;
        width: 7px;
        height: 1px;
        background: #fff;
        -ms-transform: rotate(45deg) scale(1.0001);
        /* IE 9 */
        transform: rotate(45deg) scale(1.0001);
        /* Standard syntax */
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -ms-transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        transition: 0.4s ease all; }
    .sec-case .block ul li.txt-right {
      text-align: right; }
      .sec-case .block ul li.txt-right a {
        display: inline-block; }
      .sec-case .block ul li.txt-right a, .sec-case .block ul li.txt-right span {
        padding-right: 35px; }
        .sec-case .block ul li.txt-right a:before, .sec-case .block ul li.txt-right a:after, .sec-case .block ul li.txt-right span:before, .sec-case .block ul li.txt-right span:after {
          display: none; }
  .sec-case .block .ttl2 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2em;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 2px; }
  .sec-case .block .col {
    margin: 0 auto; }
    @media print, (min-width: 768px) {
      .sec-case .block .col {
        width: 50%; }
        .sec-case .block .col:nth-child(1) ul li.txt-right a {
          display: inline-block; }
        .sec-case .block .col:nth-child(1) ul li a, .sec-case .block .col:nth-child(1) ul li span {
          display: block; }
        .sec-case .block .col:nth-child(2) {
          width: auto;
          max-width: 49%; }
          .sec-case .block .col:nth-child(2) ul li {
            margin-bottom: 5px; } }
  .sec-case .btn {
    margin-top: 59px; }
    .sec-case .btn .cmn-btn-txt {
      padding-right: 21px; }
  @media only screen and (max-width: 767px) {
    .sec-case {
      margin-bottom: 59px;
      padding: 32px 0 32px 0; }
      .sec-case:before {
        bottom: 30px; }
      .sec-case:after {
        top: 4px;
        width: 100%;
        height: 100%; }
      .sec-case .wcm2 {
        padding-top: 64px;
        padding-bottom: 68px; }
      .sec-case .img1 {
        top: -111px;
        left: 7.8%;
        max-width: 174px;
        margin-left: 0; } }
    @media only screen and (max-width: 767px) and (max-width: 320px) {
      .sec-case .img1 {
        max-width: 165px;
        left: 5%; } }
  @media only screen and (max-width: 767px) {
      .sec-case .cmn-ttl1 {
        margin-bottom: 23px; }
      .sec-case .cmn-txt1 {
        margin-bottom: 43px; }
      .sec-case .block ul li {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 50px;
        line-height: 3.3333333333em;
        letter-spacing: 0.1em;
        margin-bottom: 1px; } }
    @media only screen and (max-width: 767px) and (max-width: 320px) {
      .sec-case .block ul li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 42px;
        line-height: 3em;
        letter-spacing: 0.02em; } }
  @media only screen and (max-width: 767px) {
        .sec-case .block ul li a, .sec-case .block ul li span {
          padding-right: 30px; } }
      @media only screen and (max-width: 767px) and (max-width: 320px) {
        .sec-case .block ul li a, .sec-case .block ul li span {
          padding-right: 25px; } }
  @media only screen and (max-width: 767px) {
          .sec-case .block ul li a:before, .sec-case .block ul li span:before {
            position: absolute;
            content: "";
            top: 50%;
            right: 0;
            width: 20px;
            height: 1px;
            background: #fff;
            z-index: 8; }
          .sec-case .block ul li a:after, .sec-case .block ul li span:after {
            position: absolute;
            content: "";
            top: 50%;
            right: 0;
            margin-top: -3px;
            width: 7px;
            height: 1px; }
        .sec-case .block ul li.txt-right {
          text-align: right; }
          .sec-case .block ul li.txt-right a, .sec-case .block ul li.txt-right span {
            padding-right: 0; }
            .sec-case .block ul li.txt-right a:before, .sec-case .block ul li.txt-right a:after, .sec-case .block ul li.txt-right span:before, .sec-case .block ul li.txt-right span:after {
              display: none; }
      .sec-case .block .ttl2 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 40px;
        line-height: 2.2222222222em;
        margin-bottom: 25px;
        padding-bottom: 4px; }
      .sec-case .block .col:nth-child(1) ul li a, .sec-case .block .col:nth-child(1) ul li span {
        width: 100%; }
      .sec-case .btn {
        margin-top: 42px; } }

.sec-office {
  position: relative;
  background: url("../../img/top/bg1_top.jpg") no-repeat center top;
  background-size: cover;
  padding: 79px 0 80px 0; }
  .sec-office .cmn-ttl1 {
    margin-bottom: 13px; }
    .sec-office .cmn-ttl1 .ttl1-jp {
      letter-spacing: 0.1em; }
    .sec-office .cmn-ttl1 .ttl1-en {
      padding-right: 10px; }
    .sec-office .cmn-ttl1 .ttl1-line:after {
      right: 5px; }
  .sec-office .cmn-txt1 {
    position: relative;
    z-index: 123;
    margin-bottom: 21px; }
    .sec-office .cmn-txt1-b {
      text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff; }
  .sec-office .btn .cmn-btn {
    max-width: 212px; }
  .sec-office .btn .cmn-btn-txt {
    padding-right: 2px; }
  @media only screen and (max-width: 767px) {
    .sec-office {
      background: url("../../img/top/bg1_top_sp.jpg") no-repeat center top;
      background-size: cover;
      padding: 64px 0 60px 0; }
      .sec-office .cmn-ttl1 {
        margin-bottom: 11px; }
        .sec-office .cmn-ttl1 .ttl1-jp {
          letter-spacing: 0.1em; }
        .sec-office .cmn-ttl1 .ttl1-en {
          padding-right: 0; }
        .sec-office .cmn-ttl1 .ttl1-line:after {
          right: -8px; }
      .sec-office .cmn-txt1 {
        margin-bottom: 51px; }
      .sec-office .btn .cmn-btn {
        max-width: 212px; }
      .sec-office .btn .cmn-btn-txt {
        padding-right: 2px; } }

.sec-blog {
  padding: 120px 0 37px 0;
  overflow: hidden; }
  .sec-blog .heading1 {
    text-align: center;
    margin-bottom: 20px; }
  .sec-blog .cmn-ttl1 {
    display: inline-block;
    padding: 20px 110px; }
  .sec-blog .cmn-txt1 {
    position: relative;
    z-index: 123;
    margin-bottom: 21px; }
  .sec-blog .thumb-blog1 {
    margin-bottom: 17px; }
  .sec-blog .btn {
    margin-top: 49px; }
    .sec-blog .btn .cmn-btn {
      max-width: 212px; }
    .sec-blog .btn .cmn-btn-txt {
      padding-right: 2px; }
  .sec-blog .sec-blog-slider {
    padding: 0 24px;
    position: relative;
    margin-top: 45px; }
    .sec-blog .sec-blog-slider .slick-list {
      margin: 0 auto; }
    @media print, (min-width: 768px) {
      .sec-blog .sec-blog-slider .slick-slide {
        width: 310px;
        margin: 0 17px;
        padding: 20px 4px 0; } }
  @media only screen and (max-width: 767px) {
    .sec-blog {
      padding: 54px 0 55px 0; }
      .sec-blog .heading1 {
        margin-bottom: 3px; }
      .sec-blog .cmn-ttl1 {
        padding: 20px 0; }
        .sec-blog .cmn-ttl1 .ico {
          max-width: 50px;
          right: -9px;
          top: 81px; } }
      @media only screen and (max-width: 767px) and (max-width: 320px) {
        .sec-blog .cmn-ttl1 .ico {
          top: 70px;
          max-width: 45px; } }
  @media only screen and (max-width: 767px) {
      .sec-blog .cmn-txt1 {
        margin-bottom: 21px; }
      .sec-blog .sec-blog-slider {
        padding: 0 18px;
        margin: 51px -20px 0 -20px; }
        .sec-blog .sec-blog-slider .cmn-post-list1 {
          padding: 0; }
        .sec-blog .sec-blog-slider .slick-slide {
          margin: 0 5px; }
        .sec-blog .sec-blog-slider .slick-list {
          width: 100%;
          padding-top: 20px; }
      .sec-blog .thumb-blog1 {
        margin-bottom: 10px; }
      .sec-blog .btn {
        margin-top: 44px; } }

.block-categories {
  padding: 68px 15px 53px; }
  @media only screen and (max-width: 767px) {
    .block-categories {
      padding: 61px 0 0; }
      .block-categories .list-cats li {
        width: 44%;
        margin-right: 11%;
        margin-bottom: 30px; }
        .block-categories .list-cats li:nth-child(2n) {
          margin-right: 0; } }

.sec-price {
  padding: 120px 0 100px 0;
  position: relative;
  margin-bottom: 9px; }
  .sec-price:before {
    position: absolute;
    content: "";
    right: 0;
    top: 47px;
    width: 100%;
    bottom: 51px;
    background: #F0A10B;
    z-index: 2; }
  .sec-price:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: calc(50% + 95px);
    height: 100%;
    background: url("../../img/common/bg_dot1.png") left top;
    background-size: 11px 11px;
    z-index: 1; }
  .sec-price .wcm2 {
    position: relative;
    z-index: 76;
    padding-top: 26px;
    padding-bottom: 41px; }
  .sec-price .cmn-ttl1 {
    margin-bottom: 39px; }
  .sec-price .img1 {
    position: absolute;
    top: -95px;
    right: 50%;
    margin-right: -258px;
    z-index: 4; }
  .sec-price .btn {
    margin-top: 67px; }
    .sec-price .btn .cmn-btn {
      max-width: 240px; }
    .sec-price .btn .cmn-btn-txt {
      padding-right: 25px; }
  @media only screen and (max-width: 767px) {
    .sec-price {
      padding: 64px 0 78px 0;
      margin-bottom: 17px;
      overflow: hidden; }
      .sec-price:before {
        top: 29px;
        bottom: 29px;
        width: 100%; }
      .sec-price:after {
        width: 100%; }
      .sec-price .img1 {
        top: 13px;
        margin-right: -187px;
        max-width: 111px; }
      .sec-price .wcm2 {
        padding-top: 29px;
        padding-bottom: 21px; }
      .sec-price .cmn-ttl1 {
        margin-bottom: 23px; }
      .sec-price .cmn-txt1 {
        text-align: center; }
      .sec-price .btn {
        margin-top: 52px; }
        .sec-price .btn .cmn-btn-txt {
          padding-right: 22px; }
        .sec-price .btn .cmn-arr {
          right: 24px; } }

@media print {
  #loader-wrap {
    display: none !important; }

  .main-visual {
    height: 980px !important; }
    .main-visual-img {
      position: relative;
      z-index: 3;
      overflow: hidden;
      width: 100%;
      background: url("../../img/top/mv.jpg") center top;
      background-size: cover;
      height: 920px !important;
      text-indent: -99999px; }

  .fv-scroll .arrow-scroll:after {
    animation: none;
    top: auto;
    bottom: 0; }

  .stick-aside {
    display: block !important;
    bottom: 170px;
    opacity: 1;
    position: absolute;
    transform: translateX(0px);
    visibility: visible; }

  .sec-service .list-service .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 28px; }
    .sec-service .list-service .ttl.ttl-furi {
      font-size: 16px;
      font-size: 1.6rem; }
  .sec-service .cmn-arr {
    right: 10px; }

  .sec-case .wcm2 {
    padding-bottom: 40px; }
  .sec-case .cmn-txt1 {
    margin-bottom: 20px; }
  .sec-case .btn {
    margin-top: 20px; }

  .sec-blog {
    padding-top: 60px;
    padding-bottom: 20px; }

  .cmn-slider .slick-next {
    right: -42px; }

  .sec-price {
    padding-top: 85px;
    padding-bottom: 75px; }
    .sec-price .cmn-ttl1 {
      margin-bottom: 20px; }
    .sec-price .btn {
      margin-top: 35px; } }

/*# sourceMappingURL=top.min.css.map */
