@charset "UTF-8";
#index .btn-area {
  padding: 60px 10px 70px; }
  #index .btn-area .inner {
    max-width: 1220px;
    margin: 0 auto; }
    #index .btn-area .inner .grid {
      margin-bottom: 0; }
      #index .btn-area .inner .grid .col {
        margin-bottom: 0; }
        #index .btn-area .inner .grid .col img {
          display: block; }

#index .biz {
  padding: 70px 10px 80px;
  background-image: url(./img/parts/bg_dot.jpg); }
  #index .biz .inner {
    max-width: 1220px;
    margin: 0 auto; }
    #index .biz .inner .grid {
      margin: 0 -20px 70px;
      padding-top: 50px; }
      #index .biz .inner .grid .col {
        padding: 0 20px; }
        #index .biz .inner .grid .col a {
          display: block;
          position: relative;
          margin-bottom: 20px; }
          #index .biz .inner .grid .col a figure {
            display: block;
            width: 270px;
            height: 270px;
            background-color: #fff;
            border-radius: 50%;
            overflow: hidden;
            padding-top: 20px; }
            #index .biz .inner .grid .col a figure img {
              display: block;
              margin: 0 auto; }
          #index .biz .inner .grid .col a p {
            z-index: 1;
            display: block;
            position: absolute;
            top: -110px;
            left: 0;
            width: 291px;
            height: 143px;
            background-image: url(./img/parts/ico_cloud.png);
            background-repeat: no-repeat;
            background-size: contain;
            font-size: 2rem;
            font-weight: bold;
            line-height: 1.6;
            padding: 30px 35px 0;
            transition: all .8s ease-in-out;
            opacity: 0;
            color: #ff6400; }
            #index .biz .inner .grid .col a p::after {
              content: '';
              display: block;
              position: absolute;
              left: 10px;
              bottom: -40px;
              width: 21px;
              height: 49px;
              background-image: url(./img/parts/ico_cloud_set.png);
              transition: all .5s ease-in-out;
              opacity: 0; }
          #index .biz .inner .grid .col a:hover {
            opacity: 1; }
            #index .biz .inner .grid .col a:hover p {
              opacity: 1; }
              #index .biz .inner .grid .col a:hover p::after {
                opacity: 1; }
        #index .biz .inner .grid .col h4 {
          text-align: center; }
          #index .biz .inner .grid .col h4 strong {
            display: inline-block;
            font-size: 3rem;
            font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
            line-height: 1.1;
            background: linear-gradient(transparent 60%, #ff9c39 60%);
            letter-spacing: 4px; }

#index .price {
  background-image: url(./img/index/bg_price.png);
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 0 10px; }
  #index .price::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%;
    clip-path: polygon(0 100%, 60px 0, 100% 0, 100% 100%);
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1; }
  #index .price .inner {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 0 auto; }
    #index .price .inner .txtbox {
      width: 52%;
      text-align: center;
      padding: 60px 0 70px; }
      #index .price .inner .txtbox p {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 50px;
        line-height: 2.5; }

#index .inq {
  background-color: #ff9c39;
  padding: 60px 10px 90px; }
  #index .inq .inner {
    max-width: 1200px;
    margin: 0 auto; }
    #index .inq .inner .tit-h2 {
      color: #fff; }
    #index .inq .inner .inq-btn {
      max-width: 790px;
      margin: 0 auto 40px; }
    #index .inq .inner .tel {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #fff; }
      #index .inq .inner .tel span {
        font-size: 1.9rem;
        line-height: 1.5; }
      #index .inq .inner .tel a {
        color: #fff;
        font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
        font-size: 5rem;
        line-height: 1.1;
        display: inline-block;
        margin: 0 0 0 10px;
        font-weight: 800; }
      #index .inq .inner .tel i {
        font-size: 1.8rem; }

#index .map {
  position: relative; }
  #index .map .txtbox {
    display: block;
    position: absolute;
    width: 52%;
    text-align: center;
    padding: 60px 0 70px;
    top: 0;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 100%, 0 0, 100% 0, 94% 100%);
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1; }
    #index .map .txtbox .tit-h2 {
      margin-bottom: 30px; }
    #index .map .txtbox p {
      font-size: 1.8rem;
      line-height: 2.55;
      font-weight: bold; }
  #index .map #map {
    width: 100%;
    height: 400px;
    z-index: 0; }

#index .news {
  padding: 60px 0 120px; }
  #index .news ul {
    margin-bottom: 80px; }
    #index .news ul li {
      padding: 23px 0; }
      #index .news ul li:nth-of-type(odd) {
        background-color: #ffe7c6; }
      #index .news ul li .news-in {
        max-width: 800px;
        margin: 0 auto;
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.6rem; }
        #index .news ul li .news-in .date {
          width: 24%; }
        #index .news ul li .news-in p em {
          display: inline-block;
          margin-left: 30px;
          width: 50px;
          text-align: center;
          color: #fff;
          background-color: #ff6400;
          font-size: 1.2rem;
          border-radius: 10px; }

@media only screen and (max-width: 767px) {
  #index .btn-area {
    padding: 25px 10px 10px; }
    #index .btn-area .inner .grid .col {
      margin-bottom: 25px; }
  #index .biz {
    padding: 25px 10px 30px; }
    #index .biz .inner .grid {
      margin: 0 -20px;
      padding-top: 0; }
      #index .biz .inner .grid .col {
        margin-bottom: 30px; }
        #index .biz .inner .grid .col a {
          position: relative;
          margin-bottom: 10px; }
          #index .biz .inner .grid .col a figure {
            width: 240px;
            height: 240px;
            margin: -20px auto 0; }
          #index .biz .inner .grid .col a p {
            position: relative;
            top: auto;
            font-size: 1.8rem;
            padding: 35px 40px 0;
            margin: 0 auto;
            opacity: 1; }
            #index .biz .inner .grid .col a p::after {
              opacity: 1; }
        #index .biz .inner .grid .col h4 strong {
          font-size: 8vw; }
  #index .price {
    padding: 0 10px; }
    #index .price::after {
      width: 100%;
      clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%); }
    #index .price .inner .txtbox {
      width: 100%;
      padding: 25px 0 30px; }
      #index .price .inner .txtbox p {
        font-size: 1.6rem;
        margin-bottom: 25px;
        line-height: 1.86;
        text-align: left; }
  #index .inq {
    padding: 25px 10px 30px; }
    #index .inq .inner .inq-btn {
      max-width: 790px;
      margin: 0 auto 20px; }
    #index .inq .inner .tel {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #fff; }
      #index .inq .inner .tel span {
        font-size: 1.6rem;
        margin-bottom: 5px; }
      #index .inq .inner .tel a {
        font-size: 10vw;
        margin: 0; }
      #index .inq .inner .tel i {
        font-size: 1.5rem; }
  #index .map {
    padding: 25px 10px 30px; }
    #index .map .txtbox {
      position: static;
      width: 100%;
      padding: 25px 10px;
      clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
      z-index: 1; }
      #index .map .txtbox .tit-h2 {
        margin-bottom: 30px; }
      #index .map .txtbox p {
        font-size: 1.6rem;
        line-height: 1.68;
        text-align: left; }
    #index .map #map {
      height: 250px; }
  #index .news {
    padding: 25px 0 30px; }
    #index .news ul {
      margin-bottom: 30px; }
      #index .news ul li {
        padding: 15px 10px;
        position: relative; }
        #index .news ul li .news-in {
          font-size: 1.6rem; }
          #index .news ul li .news-in .date {
            width: 100%;
            font-weight: bold; }
          #index .news ul li .news-in p em {
            position: absolute;
            top: 10px;
            right: 10px; } }
