@charset "UTF-8";
/*  keyvisual
 ========================================================================== */
.mainvisual {
  width: 100%;
  height: 760px;
  background: url(/assets/images/index/keyvisual.jpg) center center;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .mainvisual {
      height: 100vh;
      background: url(/assets/images/index/keyvisual_sp.jpg) center left;
      background-size: cover; } }
  .mainvisual .inner {
    width: 100%;
    max-width: 1080px;
    height: 100%;
    padding: 60px 40px 0;
    margin: auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .mainvisual .inner {
        width: 90%;
        padding: 0; } }
    .mainvisual .inner .main_text {
      max-width: 700px;
      position: absolute;
      right: 0;
      top: 55%;
      transform: translateY(-50%);
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .mainvisual .inner .main_text {
          max-width: 90%;
          transform: translateY(0);
          top: auto;
          bottom: 10%; } }
    .mainvisual .inner .main_catch {
      font-size: 2.4rem;
      margin: 45px 0 18px; }
      @media only screen and (max-width: 767px) {
        .mainvisual .inner .main_catch {
          font-size: 2rem;
          margin: 25px 0 15px; } }
      @media only screen and (max-width: 767px) {
        .mainvisual .inner .main_catch {
          font-size: 1.8rem; } }
      .mainvisual .inner .main_catch + p {
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .mainvisual .inner .main_catch + p {
            font-size: 1.2rem; } }

/*  フェードイン
 ========================================================================== */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

/*画面内に入った状態*/
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.fadein {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

/*  main
 ========================================================================== */
.section_inner {
  width: 100%;
  max-width: 1080px;
  padding: 100px 20px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .section_inner {
      padding: 50px 20px; } }

.contents_inner {
  max-width: 900px;
  margin: auto; }

#about .section_inner {
  padding: 80px 20px 0; }
  @media only screen and (max-width: 767px) {
    #about .section_inner {
      padding: 100px 20px 0; } }
#about .lead {
  margin-bottom: 90px;
  font-size: 1.8rem;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    #about .lead {
      margin-bottom: 100px; } }
.contents_inner.first {
  padding: 100px 0; }
  @media only screen and (max-width: 767px){
    .contents_inner.first {
      padding: 0 0 100px; }
  }
.contents_inner .contL {
  width: 49.25%;
  max-width: 450px; }
  @media only screen and (max-width: 767px) {
    .contents_inner .contL {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 30px; } }
  #about .contents_inner .contL .first_level {
    min-height: 500px;}
    @media only screen and (max-width: 767px) {
      #about .contents_inner .contL .first_level {
        min-height: 0;
        margin: 0 0 40px; } }
.contents_inner .contR {
  width: 45%;
  max-width: 450px; }
  @media only screen and (max-width: 767px) {
    .contents_inner .contR {
      width: 100%;
      max-width: 600px;
      margin: auto; } }
  #about .contents_inner .contR .first_level {
    min-height: 500px;}
    @media only screen and (max-width: 767px) {
      #about .contents_inner .contR .first_level {
        min-height: 0;
        margin: 0; } }
    #about .contents_inner .contR .first_level .inner {
      width: 100%;
      text-align: center; }
      #about .contents_inner .contR .first_level .inner > div {
        margin-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          #about .contents_inner .contR .first_level .inner > div {
            text-align: center; } }
  #about .contents_inner .contR .second_level {
    padding-bottom: 50px; }
    #about .contents_inner .contR .second_level dl {
      padding-bottom: 1em;
      border-bottom: 1px solid #dbdbdb;
      margin-bottom: 1em; }
      @media only screen and (max-width: 767px) {
        #about .contents_inner .contR .second_level dl {
          width: 84%;
          margin: auto;
          padding: 1em 0; } }
      #about .contents_inner .contR .second_level dl dt {
        min-width: 5em;
        margin-right: 10px;
        padding-top: 1em;
        position: relative;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          #about .contents_inner .contR .second_level dl dt {
            min-width: 5.5em;
            text-align: center; } }
        #about .contents_inner .contR .second_level dl dt:before {
          content: "";
          background: url(/assets/images/index/ic_engineer.svg) no-repeat;
          width: 1em;
          height: 1em;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
        #about .contents_inner .contR .second_level dl dt sup {
          font-size: 1.1rem;
          position: absolute;
          top: 1.9rem; }
      #about .contents_inner .contR .second_level dl dd {
        position: relative;
        display: flex;
        align-items: center; }
        #about .contents_inner .contR .second_level dl dd:before {
          content: "";
          width: 100%;
          height: 100%;
          background-color: #bdbdbd;
          background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
          background-position: 0 0, 1px 1px;
          background-size: 2px 2px;
          position: absolute;
          top: 4px;
          left: 4px;
          z-index: -1; }
        #about .contents_inner .contR .second_level dl dd:after {
          content: "";
          width: 100%;
          height: 100%;
          border: 1px solid #000;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
        #about .contents_inner .contR .second_level dl dd > span {
          display: block;
          padding: 0 1em; }
          #about .contents_inner .contR .second_level dl dd > span > span {
            font-size: 3.6rem;
            font-weight: bold;
            line-height: 1;
            color: #168dd6; }
      #about .contents_inner .contR .second_level dl.second dd {
        width: 45%; }
      #about .contents_inner .contR .second_level dl.third dd {
        width: 52%; }
    #about .contents_inner .contR .second_level .tmp_list-asterisk li {
      display: inline-block; }
.tmp_heading-arrow {
  margin-bottom: 2.5em;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .tmp_heading-arrow {
      margin-bottom: 0; }}
.ph {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .ph {
      margin-top: 40px; }}

@media only screen and (max-width: 767px) {
  #about .p {
    margin-bottom: 2.5em; }}
#support .support_inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 5% 0 20%;
  margin: -5% 0 -25%;
  z-index: 0; }
  @media only screen and (max-width: 767px) {
    #support .support_inner {
      padding: 0 0 70%;
      margin: -5% 0 -40%; } }
#support .first, #support .second, #support .third {
  position: relative; }
  #support .first:before, #support .second:before, #support .third:before {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0; }
    @media only screen and (max-width: 900px) {
      #support .first:before, #support .second:before, #support .third:before {
        width: 70%; } }
#support .first {
  padding: 0 0 50px; }
  @media only screen and (max-width: 767px) {
    #support .first {
      padding: 20px 0 30px; } }
  #support .first:before {
    background: url(/assets/images/index/bg_support01.png) bottom right no-repeat;
    background-size: contain;
    right: 0; }
#support .second {
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    #support .second {
      padding: 0; } }
  #support .second:before {
    background: url(/assets/images/index/bg_support02.png) bottom left no-repeat;
    background-size: contain;
    left: 0; }
#support .third {
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    #support .third {
      padding: 30px 0; } }
  #support .third:before {
    background: url(/assets/images/index/bg_support03.png) bottom right no-repeat;
    background-size: contain;
    right: 0; }
    @media only screen and (max-width: 767px) {
      #support .third:before {
        margin-top: 30%; } }
#support .section_inner {
  padding: 0 20px;
  position: relative; }
  #support .section_inner .areaL, #support .section_inner .areaR {
    width: 60%;
    max-width: 500px;
    position: relative; }
    @media only screen and (max-width: 900px) {
      #support .section_inner .areaL, #support .section_inner .areaR {
        width: 70%;
        max-width: none; } }
    @media only screen and (max-width: 767px) {
      #support .section_inner .areaL, #support .section_inner .areaR {
        width: 100%;
        max-width: 600px;
        margin: auto; } }
  #support .section_inner .num {
    font-size: 11rem;
    text-align: center;
    color: #989898;
    line-height: 1;
    position: relative;
    z-index: -1; }
    #support .section_inner .num span {
      display: block;
      font-size: 1.4rem; }
  #support .section_inner .bg_opacity {
    background: rgba(255, 255, 255, 0.8);
    padding: 80px 40px 60px;
    margin: -40px 0 0;
    z-index: 1;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 767px) {
      #support .section_inner .bg_opacity {
        padding: 60px 30px 30px; } }
    #support .section_inner .bg_opacity h3 {
      font-size: 3.2rem;
      color: #2daefd;
      text-align: center;
      line-height: 1.4;
      letter-spacing: 0;
      margin-bottom: 1em; }
      @media only screen and (max-width: 767px) {
        #support .section_inner .bg_opacity h3 {
          font-size: 2rem; } }
      #support .section_inner .bg_opacity h3 + p {
        line-height: 1.8; }

#service {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  #service .section_background {
    position: relative;
    background: linear-gradient(180deg, transparent 0%, transparent 50%, #f6f6f6 50%, #f6f6f6 100%);
    z-index: -1;
  }
  #service .section_background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 1950px;
    margin: 0 -50%;
    background: #f0f9ff;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: -1; }
    @media only screen and (max-width: 820px){
      #service .section_background:before {
        height: 1860px;
      }
    }
    @media only screen and (max-width: 767px) {
      #service .section_background:before {
        left: auto;
        right: -100px;
        width: 300%;
        height: 95%; } }
    @media only screen and (max-width: 480px) {
      #service .section_background:before {
        margin: 0 -65%;
        height: 95%; } }
  #service .section_background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 1950px;
    margin: 0 -50%;
    background: #e6e6e6;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: -2; }
    @media only screen and (max-width: 820px){
      #service .section_background:after {
        height: 1860px;
      }
    }
    @media only screen and (max-width: 767px) {
      #service .section_background:after {
        left: -135px;
        width: 300%;
        height: 95%; } }
    @media only screen and (max-width: 480px) {
      #service .section_background:after {
        margin: 0 -55%;
        height: 95%; } }
  #service .section_inner {
    padding: 20% 20px 225px; }
    @media only screen and (max-width: 767px) {
      #service .section_inner {
        padding: 19% 20px 80px; } }
    @media only screen and (max-width: 767px) {
      #service .section_inner .heading_h2 {
        margin: 0 0 50px; } }
      #service .h2_ruby{
        margin: 15px 0 .6em; }
        @media screen and (max-width: 767px) {
          #service .h2_ruby{
            margin: 30px 0 .6em; } }
  #service .service_card {
    margin-top: 80px; }
    @media only screen and (max-width: 767px) {
      #service .service_card {
        margin-top: 40px; } }
    #service .service_card > div {
      width: 31%;
      border-bottom: 1px solid #bdbdbd; }
      @media only screen and (max-width: 767px) {
        #service .service_card > div {
          width: 100%;
          max-width: 600px;
          margin: auto;
          border-bottom: none; } }
      #service .service_card > div .card_details {
        background-color: white;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2); }
        #service .service_card > div .card_details .detail_inner {
          padding: 40px 20px;
          margin: 0 0 50px; }
          #service .service_card > div .card_details .detail_inner h3 {
            font-size: 2.4rem;
            text-align: center;
            margin: 0 0 10px; }
          #service .service_card > div .card_details .detail_inner ul {
            min-height: 170px; }
            @media only screen and (max-width: 767px) {
              #service .service_card > div .card_details .detail_inner ul {
                min-height: 0; } }
            #service .service_card > div .card_details .detail_inner ul li {
              letter-spacing: 0;
              line-height: 1.8; }
          #service .service_card > div .card_details .detail_inner .btn_details {
            display: block;
            padding: .5em;
            border: 1px solid #000;
            margin: 1em 0;
            position: relative; }
            @media only screen and (max-width: 767px) {
              #service .service_card > div .card_details .detail_inner .btn_details {
                margin: 2em 0 0; } }
            #service .service_card > div .card_details .detail_inner .btn_details:before, #service .service_card > div .card_details .detail_inner .btn_details:after {
              content: "";
              position: absolute;
              right: 10px;
              top: 0;
              bottom: 0;
              margin: auto; }
            #service .service_card > div .card_details .detail_inner .btn_details:before {
              width: 10px;
              height: 2px;
              background: #000; }
            #service .service_card > div .card_details .detail_inner .btn_details:after {
              width: 8px;
              height: 8px;
              border-top: 2px solid #000;
              border-right: 2px solid #000;
              transform: rotate(45deg); }
      #service .service_card > div .card_recommend {
        border-top: 1px solid #bdbdbd;
        padding: 10px 0 20px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          #service .service_card > div .card_recommend {
            padding: 10px 0 40px;
            border-bottom: 1px solid #bdbdbd;
            margin-bottom: 80px; } }
        #service .service_card > div .card_recommend:before, #service .service_card > div .card_recommend:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto; }
        #service .service_card > div .card_recommend:before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 16px 10px;
          border-color: transparent transparent #bdbdbd transparent;
          top: -16px;
          background: #f1f9ff; }
        #service .service_card > div .card_recommend:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8px 14px 8px;
          border-color: transparent transparent #f1f9ff transparent;
          top: -14px; }
        #service .service_card > div .card_recommend .heading-underline {
          padding: 20px 0 0;
          text-align: center;
          margin: 0 0 20px; }
          #service .service_card > div .card_recommend .heading-underline span {
            padding: 0 0 5px;
            border-bottom: 2px solid #2daefd; }

#pay {
  position: relative;
  z-index: 0;
}
#pay .section_inner {
  padding-top: 0px;
}

#flow .flow_inner {
  position: relative; }
  #flow .flow_inner:before, #flow .flow_inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #flow .flow_inner:before {
    background: url(/assets/images/index/bg_flow.jpg) no-repeat bottom;
    background-size: cover;
    z-index: -1; }
  #flow .flow_inner:after {
    background: #eaf4fe;
    z-index: -2; }
  #flow .flow_inner .section_inner {
    position: relative;
    z-index: 0;
    padding: 50px 20px 120px; }
    @media only screen and (max-width: 767px) {
      #flow .flow_inner .section_inner {
        padding: 80px 20px 120px; } }
  #flow .flow_inner .flow_list {
    border-top: 1px solid #000;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      #flow .flow_inner .flow_list {
        border-top: none; } }
    #flow .flow_inner .flow_list:after {
      content: "";
      border-style: solid;
      border-width: 6px 0 6px 18px;
      border-color: transparent transparent transparent #000;
      position: absolute;
      top: -6px;
      right: 0; }
      @media only screen and (max-width: 767px) {
        #flow .flow_inner .flow_list:after {
          content: none; } }
    #flow .flow_inner .flow_list li {
      width: 23%;
      background: #fff;
      margin-top: 50px;
      padding: 20px;
      position: relative;
      box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 767px) {
        #flow .flow_inner .flow_list li {
          width: 100%;
          margin-top: 40px; } }
      #flow .flow_inner .flow_list li:before, #flow .flow_inner .flow_list li:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        @media only screen and (max-width: 767px) {
          #flow .flow_inner .flow_list li:before, #flow .flow_inner .flow_list li:after {
            content: none; } }
      #flow .flow_inner .flow_list li:before {
        width: 14px;
        height: 14px;
        border: 2px solid #2daefd;
        background: #fff;
        border-radius: 100%;
        top: -57px;
        z-index: 2; }
      #flow .flow_inner .flow_list li:after {
        width: 2px;
        height: 50px;
        background: #2daefd;
        top: -50px;
        z-index: 1; }
      #flow .flow_inner .flow_list li .icon {
        text-align: center;
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          #flow .flow_inner .flow_list li .icon {
            margin-bottom: 10px; } }
      #flow .flow_inner .flow_list li .flow_ttl {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        padding: 0 0 1em;
        border-bottom: 1px dashed #000;
        margin: 0 0 1em; }
        #flow .flow_inner .flow_list li .flow_ttl + p {
          font-size: 1.4rem; }

#pay .pay_inner {
  background-color: #f6f6f6; }
  #pay .pay_inner .heading_blue {
    color: #2daefd;
    text-align: center;
    font-size: 2.4rem; }
  #pay .pay_inner .heading-pay {
    font-weight: bold; }
  #pay .pay_inner .heading-pay, #pay .pay_inner .heading_bk {
    font-size: 2.4rem; }
    @media only screen and (max-width: 640px) {
      #pay .pay_inner .heading-pay, #pay .pay_inner .heading_bk {
        text-align: center; } }
    #pay .pay_inner .heading-pay span, #pay .pay_inner .heading_bk span {
      background-color: #333;
      font-size: 1.6rem;
      padding: 2px 4px;
      color: #FFF;
      margin-right: 8px; }
      @media only screen and (max-width: 640px) {
        #pay .pay_inner .heading-pay span, #pay .pay_inner .heading_bk span {
          font-size: 1.4rem;
          margin-bottom: 5px;
          display: block;
          padding: 2px 0; } }
  #pay .pay_inner .bg_w {
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 3rem; }
    #pay .pay_inner .bg_w .innerBlock_half {
      width: 48%; }
      @media only screen and (max-width: 640px) {
        #pay .pay_inner .bg_w .innerBlock_half {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        #pay .pay_inner .bg_w .innerBlock_half {
          margin: 0 0 30px; } }
    #pay .pay_inner .bg_w .list-table {
      width: 100%;
      border: 1px solid #c8c8c8;
      border-collapse: collapse;
      margin-bottom: 8px; }
      #pay .pay_inner .bg_w .list-table tr {
        border-bottom: 1px solid #c8c8c8; }
      #pay .pay_inner .bg_w .list-table tr:last-child {
        border-bottom: none; }
      #pay .pay_inner .bg_w .list-table th {
        background-color: #f6f6f6;
        padding: 10px 0;
        width: 30%; }
      #pay .pay_inner .bg_w .list-table td {
        text-align: center;
        background-color: #fff;
        width: 70%; }

.bg_line {
  border: 1px solid #c8c8c8;
  padding: 2rem;
  border-radius: 5px; }

.parent_box {
  width: 100%;
  display: flex;
  /* 子要素を横並べ */
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .parent_box {
      display: block; } }

@media only screen and (max-width: 640px) {
  .parent_box ul:first-child {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 30px; } }
.child_box {
  width: 48%;
  display: flex;
  flex-direction: column;
  /* 子要素を縦並べ */ }
  @media only screen and (max-width: 640px) {
    .child_box {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .child_box {
      margin: 0 0 30px; } }

.description {
  flex-grow: 1; }

.news {
  position: relative; }
  .news:before {
    content: "";
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .news .news_inner {
    width: 100%;
    max-width: 1080px;
    margin: auto; }
    @media only screen and (min-width: 769px) {
      .news .news_inner {
        display: flex;
        align-items: center;
        height: 60px; } }
    .news .news_inner dt, .news .news_inner dd {
      height: 100%;
      display: flex;
      align-items: center; }
    .news .news_inner dt {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .news .news_inner dt {
          padding: 0.5em 1em; } }
      .news .news_inner dt:before, .news .news_inner dt:after {
        content: "";
        position: absolute;
        top: 0; }
      .news .news_inner dt:before {
        width: 1000%;
        height: 100%;
        background: #dddddd;
        right: 0;
        z-index: -1; }
      .news .news_inner dt:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 60px 0 0;
        border-color: #dddddd transparent transparent transparent;
        right: -60px; }
        @media only screen and (max-width: 768px) {
          .news .news_inner dt:after {
            content: none; } }
      .news .news_inner dt a {
        display: inline-block;
        padding: 0.2em .8em;
        font-size: 1.2rem;
        border-radius: 5px;
        background: #fff;
        margin-left: .5em; }
    .news .news_inner dd {
      padding: 0 0 0 60px; }
      @media only screen and (max-width: 767px) {
        .news .news_inner dd {
          padding: 0.5em 1em; } }
      .news .news_inner dd .news_date {
        display: inline-block;
        margin-right: 20px; }
        @media only screen and (max-width: 425px) {
          .news .news_inner dd .news_date {
            display: block; } }
    .news .news_inner a {
      color: #333;
      text-decoration: none; }
