@charset "utf-8" ;


@media (min-width: 1200px) {

    html {
        scroll-behavior: smooth;
        font-family: YuGothic;
    }
    #navArea {
        display: none;
    }
    .pc_none {
      display: none;
    }
    .sp_only {
      display: none;
    }
    .sp_only2 {
      display: none;
    }
    .tb_only {
      display: none;
    }
    .sp_movie {
      display: none;
    }

    header {
      background-color: #fff;
      border-bottom: 1px solid #ccc;
      left: 0;
      right: 0;
    }
    header h1 {
      padding-top: 2%;
      padding-left: 3%;
      padding-bottom: 8px;
      background-color: #000000;
      color: #fff;
      border-bottom: 3px solid #fff;
      font-size: 20px;
    }
    header .pc-ver{
      justify-content: space-between;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #ccc;
      background-color: rgb(46, 251, 0);
    }
    header .pc-ver h3 {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 15%;
      font-weight: 900;
      font-size: 40px;
    }
    header .pc-ver h5 {
      font-weight: 100;
      padding-left: 10%;
    }
    header .pc-ver h5 span {
      font-size: 22px;
    }
    header .pc-ver h5 span a {
      text-decoration: none;
      color: rgb(52, 120, 255);
      background-color: #fff;
    }
    header .pc-ver p {
      padding-right: 10%;
    }
    header .pc-ver p img {
      vertical-align: middle;
    }
    header .pc-ver p a {
      text-decoration: none;
      vertical-align: middle;
      color: #000000;
      background-color: #fff;
      border-radius: 5px;
      padding-right: 32px;
      padding-left: 32px;
      padding-top: 28px;
      padding-bottom: 28px;
    }
    header nav ul {
      display: flex;
      justify-content: center;
      list-style: none;
    }
    header nav ul li {
      width: 180px;
      text-align: center;
      border-left: 1px solid #000000;
    }
    header nav ul li span {
      text-align: center;
      font-size: 11px;
      font-weight: 100;
    }
    header nav ul li:last-child {
      border-right: 1px solid #000000;
    }
    header nav ul li .menu:hover {
      background: #e1e1e1;
    }
    header nav ul li .menu {
      color: #000000;
      text-decoration: none;
      display: block;
      padding: 1em;
    }
    header nav ul li .home-icon::before {
      content: '';
      display: block;
      margin: 2px auto;
      background: url(../images/pc-home.svg);
      width: 32px;
      height: 32px;
      background-repeat: no-repeat;
      background-size: contain;
    }
    header nav ul li .price-icon::before {
      content: '';
      display: block;
      margin: 2px auto;
      background: url(../images/pc-works.svg);
      width: 32px;
      height: 32px;
      background-repeat: no-repeat;
      background-size: contain;
    }
    header nav ul li .service-icon::before {
      content: '';
      display: block;
      margin: 2px auto;
      background: url(../images/pc-service.svg);
      width: 32px;
      height: 32px;
      background-repeat: no-repeat;
      background-size: contain;
    }
    header nav ul li .access-icon::before {
      content: '';
      display: block;
      margin: 2px auto ;
      background: url(../images/pc-plan.svg);
      width: 32px;
      height: 32px;
      background-repeat: no-repeat;
      background-size: contain;
    }
    header nav ul li .contact-icon::before {
      content: '';
      display: block;
      margin: 2px auto;
      background: url(../images/pc-contact.svg);
      width: 32px;
      height: 32px;
      background-repeat: no-repeat;
      background-size: contain;
    }
    header nav ul li .tell-icon::before {
      content: '';
      display: block;
      margin: 2px auto;
      background: url(../images/pc-tell.svg);
      width: 32px;
      height: 32px;
      background-repeat: no-repeat;
      background-size: contain;
    }
    header nav ul li .mail-icon::before {
      content: '';
      display: block;
      margin: 2px auto;
      background: url(../images/pc-line.jpeg);
      width: 32px;
      height: 32px;
      background-repeat: no-repeat;
      background-size: contain;
    }

    #page_top{
      width: 50px;
      height: 50px;
      position: fixed;
      right: 2%;
      bottom: 5%;
      background: rgb(46, 251, 0);
      border-radius: 50%;
    }
    #page_top a{
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none;
    }
    #page_top a::before{
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f062';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -5px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
    }


    .service1 {
      text-align: center;
    }
    .service1 h2 {
      margin-top: 100px;
      font-size: 80px;
    }
    .service1 h2 span {
      border-bottom: 3px solid #000000;
      color: rgb(46, 251, 0);
      font-size: 120px;
    }
    .service1 h3 {
      font-size: 20px;
    }
    .service1 img {
      margin: 100px 0;
      width: 20%;
    }
    .service1 h4 {
      font-size: 40px;
      border-bottom: 1px solid #000000;
      padding-bottom: 40px;
    }
    .service1 h5 {
      font-size: 20px;
      margin: 40px 15% 80px 15%;

    }
    .service1 .seemore a {
      text-decoration: none;
      display: inline-block;
      color: #000000;
      font-size: 25px;
      border: 10px solid rgb(251, 239, 0);
      padding: 20px 50px;
      font-weight: 600;
      border-radius: 60px;
    }
    .service1 .seemore a:hover {
      color: rgb(251, 239, 0);
      border: 10px solid #000000;
    }

    .service2 {
      text-align: center;
      margin-top: 100px;
    }
    .service2 img {
      margin: 100px 0;
      width: 20%;
    }
    .service2 h4 {
      font-size: 40px;
      border-bottom: 1px solid #000000;
      padding-bottom: 40px;
    }
    .service2 h5 {
      font-size: 20px;
      margin: 40px 15% 80px 15%;

    }
    .service2 .seemore a {
      text-decoration: none;
      display: inline-block;
      color: #000000;
      font-size: 25px;
      border: 10px solid rgb(251, 239, 0);
      padding: 20px 50px;
      font-weight: 600;
      border-radius: 60px;
    }
    .service2 .seemore a:hover {
      color: rgb(251, 239, 0);
      border: 10px solid #000000;
    }

    .service3 {
      text-align: center;
      margin-top: 100px;
    }
    .service3 img {
      margin: 100px 0;
      width: 20%;
    }
    .service3 h4 {
      font-size: 40px;
      border-bottom: 1px solid #000000;
      padding-bottom: 40px;
    }
    .service3 h5 {
      font-size: 20px;
      margin: 40px 15% 80px 15%;

    }
    .service3 .seemore a {
      text-decoration: none;
      display: inline-block;
      color: #000000;
      font-size: 25px;
      border: 10px solid rgb(251, 239, 0);
      padding: 20px 50px;
      font-weight: 600;
      border-radius: 60px;
    }
    .service3 .seemore a:hover {
      color: rgb(251, 239, 0);
      border: 10px solid #000000;
    }

    .service4 {
      text-align: center;
      margin-top: 100px;
      margin-bottom: 240px;
    }
    .service4 img {
      margin: 100px 0;
      width: 25%;
    }
    .service4 h4 {
      font-size: 40px;
      border-bottom: 1px solid #000000;
      padding-bottom: 40px;
    }
    .service4 h5 {
      font-size: 20px;
      margin: 40px 15% 80px 15%;

    }
    .service4 .seemore a {
      text-decoration: none;
      display: inline-block;
      color: #000000;
      font-size: 25px;
      border: 10px solid rgb(251, 239, 0);
      padding: 20px 50px;
      font-weight: 600;
      border-radius: 60px;
    }
    .service4 .seemore a:hover {
      color: rgb(251, 239, 0);
      border: 10px solid #000000;
    }
  


    .contact {
      padding-bottom: 88px;
      text-align: center;

    }
    .contact h3 span {
      font-size: 120px;
      color: rgb(212, 71, 255);
      font-weight: 600;
      border-bottom: 3px solid #000000;
    }
    .contact h3 {
      font-size: 80px;
      font-weight: 600;
      margin-top: 50px;
      padding-top: 60px;
      text-align: center;
    }
    .contact h4 {
      border-bottom: 2px solid #000000;
      font-weight: 100;
      font-size: 24px;
      margin-bottom: 64px;
      padding-bottom: 24px;
      
    }
    .contact h5 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 84px;
      padding-top: 20px;
    }
    .contact a {
      text-decoration: none;
      color: #000000;
      background-color: rgba(212, 71, 255, 0.739);
      display: inline-block;
      padding-left: 120px;
      padding-right: 120px;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 24px;
      border-radius: 10px;
      font-weight: 600;
      margin: 16px;
    }
    .contact a img {
      vertical-align: middle;
      width: 46px;
      height: 46px;
    }
    .contact ul {
      list-style: none;
      margin: 3% 15%;
      padding: 24px 30px;
      border: 15px solid #000000;
    }
    .contact ul li a:hover {
      color: #fff;
    }

    .under {
      background-color: rgb(46, 251, 0);
      padding-top: 60px;
      margin-top: 120px;
      text-align: center;
      padding-bottom: 160px;
    }
    .under h3 {
      font-size: 30px;
      color: #000000;
      padding-bottom: 24px;
    }
    .under h3 a {
      text-decoration: none;
      color: #000000;
    }
    .under p {
      color: #000000;
    }
    .under p a {
      text-decoration: none;
      color: #000000;
    }
    .under .under01 {
      margin-top: 80px;
      margin-bottom: 20px;
    }
    .under .under01 a {
      text-decoration: none;
      margin: 40px;
      padding: 16px 24px;
      color: #000000;
      font-size: 32px;
      font-weight: 600;
      border-top: 10px solid #fff;
      border-bottom: 10px solid #fff;
    }
    .under .under01 a:hover {
      color: #fff;
      border-top: 10px solid #000000;
      border-bottom: 10px solid #000000;
    }
    .under h5 {
      padding-top: 80px;
      color: #000000;
    }
}




@media (min-width:768px) and (max-width:1199px) {

  html {
      scroll-behavior: smooth;
      font-family: sans-serif;
  }
  #navArea {
      display: none;
  }
  .pc_none {
    display: none;
  }
  .sp_only {
    display: none;
  }
  .sp_only2 {
    display: none;
  }
  .pc_only {
    display: none;
  }
  .sp_movie {
    display: none;
  }

  header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    left: 0;
    right: 0;
  }
  header h1 {
    padding-top: 2%;
    padding-left: 3%;
    padding-bottom: 8px;
    background-color: #000000;
    color: #fff;
    border-bottom: 3px solid #fff;
    font-size: 16px;
  }
  header .pc-ver{
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    background-color: rgb(46, 251, 0);
  }
  header .pc-ver h3 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 8%;
    font-size: 32px;
    font-weight: 900;
  }
  header .pc-ver h5 {
    font-weight: 100;
    padding-left: 10%;
    font-size: 12px;
  }
  header .pc-ver h5 span {
    font-size: 14px;
  }
  header .pc-ver h5 span a {
    text-decoration: none;
    color: rgb(52, 120, 255);
    background-color: #fff;
  }
  header .pc-ver p {
    padding-right: 2%;
  }
  header .pc-ver p img {
    vertical-align: middle;
  }
  header .pc-ver p a {
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
    color: #000000;
    background-color: #fff;
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  header nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
  }
  header nav ul li {
    width: 140px;
    text-align: center;
    border-left: 1px solid #000000;
  }
  header nav ul li span {
    text-align: center;
    font-size: 9px;
    font-weight: 100;
  }
  header nav ul li:last-child {
    border-right: 1px solid #000000;
  }
  header nav ul li .menu:hover {
    background: #e1e1e1;
  }
  header nav ul li .menu {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 5%;
  }
  header nav ul li .home-icon::before {
    content: '';
    display: block;
    margin: 0 auto;
    background: url(../images/pc-home.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header nav ul li .price-icon::before {
    content: '';
    display: block;
    margin: 0 auto;
    background: url(../images/pc-works.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header nav ul li .service-icon::before {
    content: '';
    display: block;
    margin: 0 auto;
    background: url(../images/pc-service.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header nav ul li .contact-icon::before {
    content: '';
    display: block;
    margin: 0 auto;
    background: url(../images/pc-contact.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header nav ul li .access-icon::before {
    content: '';
    display: block;
    margin: 0 auto ;
    background: url(../images/pc-plan.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header nav ul li .tell-icon::before {
    content: '';
    display: block;
    margin: 0 auto;
    background: url(../images/pc-tell.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header nav ul li .mail-icon::before {
    content: '';
    display: block;
    margin: 0 auto;
    background: url(../images/pc-line.jpeg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 2%;
    bottom: 3%;
    background: rgb(46, 251, 0);
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }


  .service1 {
    text-align: center;
  }
  .service1 h2 {
    margin-top: 50px;
    font-size: 42px;
  }
  .service1 h2 span {
    border-bottom: 3px solid #000000;
    color: rgb(46, 251, 0);
    font-size: 60px;
  }
  .service1 h3 {
    font-size: 20px;
  }
  .service1 img {
    margin: 120px 0 60px 0;
    width: 20%;
  }
  .service1 h4 {
    font-size: 32px;
    border-bottom: 1px solid #000000;
    padding-bottom: 40px;
  }
  .service1 h5 {
    font-size: 20px;
    margin: 40px 15% 80px 15%;

  }
  .service1 .seemore a {
    text-decoration: none;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    border: 7px solid rgb(251, 239, 0);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 60px;
  }
  .service1 .seemore a:hover {
    color: rgb(251, 239, 0);
    border: 7px solid #000000;
  }

  .service2 {
    text-align: center;
    margin-top: 100px;
  }
  .service2 img {
    margin: 60px 0;
    width: 20%;
  }
  .service2 h4 {
    font-size: 32px;
    border-bottom: 1px solid #000000;
    padding-bottom: 40px;
  }
  .service2 h5 {
    font-size: 20px;
    margin: 40px 15% 80px 15%;

  }
  .service2 .seemore a {
    text-decoration: none;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    border: 7px solid rgb(251, 239, 0);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 60px;
  }
  .service2 .seemore a:hover {
    color: rgb(251, 239, 0);
    border: 7px solid #000000;
  }

  .service3 {
    text-align: center;
    margin-top: 100px;
  }
  .service3 img {
    margin: 60px 0;
    width: 20%;
  }
  .service3 h4 {
    font-size: 32px;
    border-bottom: 1px solid #000000;
    padding-bottom: 40px;
  }
  .service3 h5 {
    font-size: 20px;
    margin: 40px 15% 80px 15%;

  }
  .service3 .seemore a {
    text-decoration: none;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    border: 7px solid rgb(251, 239, 0);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 60px;
  }
  .service3 .seemore a:hover {
    color: rgb(251, 239, 0);
    border: 7px solid #000000;
  }

  .service4 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 240px;
  }
  .service4 img {
    margin: 60px 0;
    width: 25%;
  }
  .service4 h4 {
    font-size: 32px;
    border-bottom: 1px solid #000000;
    padding-bottom: 40px;
  }
  .service4 h5 {
    font-size: 20px;
    margin: 40px 15% 80px 15%;

  }
  .service4 .seemore a {
    text-decoration: none;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    border: 7px solid rgb(251, 239, 0);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 60px;
  }
  .service4 .seemore a:hover {
    color: rgb(251, 239, 0);
    border: 7px solid #000000;
  }



  .contact {
    padding-bottom: 88px;
    text-align: center;

  }
  .contact h3 span {
    font-size: 60px;
    color: rgb(212, 71, 255);
    font-weight: 600;
    border-bottom: 3px solid #000000;
  }
  .contact h3 {
    font-size: 42px;
    font-weight: 600;
    margin-top: 50px;
    padding-top: 60px;
    text-align: center;
  }
  .contact h4 {
    border-bottom: 2px solid #000000;
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 24px;
    
  }
  .contact h5 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 84px;
    padding-top: 20px;
  }
  .contact a {
    text-decoration: none;
    color: #000000;
    background-color: rgba(212, 71, 255, 0.739);
    display: inline-block;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    margin: 10px 20px;
  }
  .contact a img {
    vertical-align: middle;
    width: 40px;
    height: 40px;
  }
  .contact ul {
    list-style: none;
    padding: 24px 30px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    border: 15px solid #000000;
  }
  .contact ul li a:hover {
    color: #fff;
  }

  .under {
    background-color: rgb(46, 251, 0);
    padding-top: 60px;
    margin-top: 120px;
    text-align: center;
    padding-bottom: 80px;
  }
  .under h3 {
    font-size: 30px;
    color: #000000;
    padding-bottom: 24px;
  }
  .under h3 a {
    text-decoration: none;
    color: #000000;
  }
  .under p {
    color: #000000;
    font-weight: 600;
  }
  .under p a {
    text-decoration: none;
    color: #000000;
  }
  .under .under01 {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .under .under01 a {
    text-decoration: none;
    margin: 40px;
    padding: 16px 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
  }
  .under .under01 a:hover {
    color: #fff;
    border-top: 10px solid #000000;
    border-bottom: 10px solid #000000;
  }
  .under h5 {
    padding-top: 80px;
    color: #000000;
  }
}



@media (max-width:767px) {

  html {
      scroll-behavior: smooth;
      font-family: sans-serif;
  }
  .sp_none {
      display: none;
  }
  .sp_none2 {
    display: none;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .pc-ver {
    display: none;
  }
  header .pc-ver2 nav {
    display: none;
  }
  .pc_movie {
    display: none;
  }

  header h1 {
    position: fixed;
    font-size: 13px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 4.1px 10px;
    top: 0;
    left: 0;
  }
  
  header h3 {
      font-size: 23px;
      margin-top: 5%;
      margin-bottom: 8%;
  }
  header h3 span {
      background-color: rgb(46, 251, 0);
      color: #fff;
      padding: 5px 10px;
  }
  nav {
      display: block;
      position: fixed;
      background-color: #ffffff;
      width: 220px;
      top: 0;
      left: -300px;
      bottom: 0;
      transition: all 0.5s;
      z-index: 3;
      opacity: 0;
    }
    .open nav {
      left: 0;
      opacity: 1;
    }
    nav .inner {
      padding: 25px;
    }
    nav .inner ul {
      list-style: none;
      margin: 30px 0 0 0;
      padding: 0;
    }
    nav .inner ul li {
      margin: 0;
      border-bottom: 1px solid #000000;
      list-style: none;
    }
    nav .inner ul li a {
      display: block;
      color: #333;
      font-size: 16px;
      padding: 1rem;
      text-decoration: none;
      transition-duration: 0.2s;
    }
    nav .inner ul li a span {
      font-size: 10px;
      padding: 0.5rem ;
    }
    nav .inner ul li a:hover {
      background: rgb(46, 251, 0);
    }
    .toggle-btn {
      display: block;
      position: fixed;
      top: 40px;
      right: 30px;
      width: 30px;
      height: 30px;
      z-index: 3;
      cursor: pointer;
      background-color: #fff;   
    }
    .toggle-btn span {
      position: absolute;
      display: block;
      width: 30px;
      height: 2px;
      background-color: #000000;
      transition: all 0.5s;
      border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
      top: 4px;
    }
    .toggle-btn span:nth-child(2) {
      top: 14px;
    }
    .toggle-btn span:nth-child(3) {
      bottom: 4px;
    }
    .open .toggle-btn span {
      background-color: #000000;
    }
    .open .toggle-btn span:nth-child(1) {
      transform: translateY(10px) rotate(-315deg);
    }
    .open .toggle-btn span:nth-child(2) {
      opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
      transform: translateY(-10px) rotate(315deg);
    }
    #mask {
      display: none;
      transition: all 0.5s;
    }
    .open #mask {
      display: block;
      background: #000;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: fixed;
      opacity: 0.8;
      z-index: 2;
      cursor: pointer;
    }


    #page_top{
      width: 50px;
      height: 50px;
      position: fixed;
      right: 2%;
      bottom: 10%;
      background: rgb(46, 251, 0);
      border-radius: 50%;
    }
    #page_top a{
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none;
    }
    #page_top a::before{
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f062';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -5px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
    }


    .service1 {
      text-align: center;
      margin-top: 30px;
    }
    .service1 h2 {
      margin-top: 50px;
      font-size: 42px;
    }
    .service1 h2 span {
      border-bottom: 3px solid #000000;
      color: rgb(46, 251, 0);
      font-size: 60px;
    }
    .service1 h3 {
      font-size: 20px;
    }
    .service1 img {
      margin: 80px 0 30px 0;
      width: 40%;
    }
    .service1 h4 {
      font-size: 20px;
      border-bottom: 1px solid #000000;
      padding-bottom: 40px;
    }
    .service1 h5 {
      font-size: 16px;
      margin: 40px 35px 80px 35px;
  
    }
    .service1 .seemore a {
      text-decoration: none;
      display: inline-block;
      color: #000000;
      font-size: 15px;
      border: 7px solid rgb(251, 239, 0);
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 60px;
    }
    .service1 .seemore a:hover {
      color: rgb(251, 239, 0);
      border: 7px solid #000000;
    }
  
    .service2 {
      text-align: center;
      margin-top: 60px;
    }
    .service2 img {
      margin: 60px 0 30px 0;
      width: 40%;
    }
    .service2 h4 {
      font-size: 20px;
      border-bottom: 1px solid #000000;
      padding-bottom: 40px;
    }
    .service2 h5 {
      font-size: 16px;
      margin: 40px 35px 80px 35px;
  
    }
    .service2 .seemore a {
      text-decoration: none;
      display: inline-block;
      color: #000000;
      font-size: 15px;
      border: 7px solid rgb(251, 239, 0);
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 60px;
    }
    .service2 .seemore a:hover {
      color: rgb(251, 239, 0);
      border: 7px solid #000000;
    }
  
    .service3 {
      text-align: center;
      margin-top: 60px;
    }
    .service3 img {
      margin: 60px 0 30px 0;
      width: 40%;
    }
    .service3 h4 {
      font-size: 20px;
      border-bottom: 1px solid #000000;
      padding-bottom: 40px;
    }
    .service3 h5 {
      font-size: 16px;
      margin: 40px 35px 80px 35px;
  
    }
    .service3 .seemore a {
      text-decoration: none;
      display: inline-block;
      color: #000000;
      font-size: 15px;
      border: 7px solid rgb(251, 239, 0);
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 60px;
    }
    .service3 .seemore a:hover {
      color: rgb(251, 239, 0);
      border: 7px solid #000000;
    }
  
    .service4 {
      text-align: center;
      margin-top: 60px;
      margin-bottom: 120px;
    }
    .service4 img {
      margin: 60px 0 30px 0;
      width: 40%;
    }
    .service4 h4 {
      font-size: 20px;
      border-bottom: 1px solid #000000;
      padding-bottom: 40px;
    }
    .service4 h5 {
      font-size: 16px;
      margin: 40px 35px 80px 35px;
  
    }
    .service4 .seemore a {
      text-decoration: none;
      display: inline-block;
      color: #000000;
      font-size: 15px;
      border: 7px solid rgb(251, 239, 0);
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 60px;
    }
    .service4 .seemore a:hover {
      color: rgb(251, 239, 0);
      border: 7px solid #000000;
    }



    .contact {
      padding-bottom: 64px;
      text-align: center;

    }
    .contact h3 span {
      font-size: 40px;
      color: rgb(212, 71, 255);
      border-bottom: 3px solid #000000;
    }
    .contact h3 {
      font-size: 24px;
      padding-bottom: 5px;
      margin-top: 60px;
      padding-top: 32px;
      text-align: center;
    }
    .contact h4 {
      border-bottom: 1px solid #000000;
      font-size: 16px;
      margin-bottom: 8px;
      padding-bottom: 10px;
      
    }
    .contact h5 {
      font-size: 12px;
      margin-bottom: 45px;
      padding-top: 10px;
    }
    .contact a {
      text-decoration: none;
      color: #000000;
      background-color: rgba(212, 71, 255, 0.739);
      display: inline-block;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 16px;
      border-radius: 10px;
      font-weight: 600;
    }
    
    .contact a img {
      vertical-align: middle;
      width: 40px;
      height: 40px;
    }
    .contact ul {
      list-style: none;
      padding: 24px 30px;
      margin-left: 5%;
      margin-right: 5%;
      width: 90%;
      border: 5px solid #000000;
    }
    .contact ul li {
      margin-top: 1em;
      margin-bottom: 1em;
    }
    .contact ul li a:hover {
      color: #fff;
    }

    

    .under {
      background-color: rgb(46, 251, 0);
      padding-top: 60px;
      margin-top: 120px;
      text-align: center;
      padding-bottom: 80px;
    }
    .under h3 {
      font-size: 24px;
      color: #000000;
      padding-bottom: 24px;
    }
    .under h3 a {
      text-decoration: none;
      color: #000000;
    }
    .under p {
      color: #000000;
      font-weight: 600;
      font-size: 12px;
    }
    .under p a {
      text-decoration: none;
      color: #000000;
    }
    .under .under01 {
      margin-top: 40px;
      margin-bottom: 20px;
    }
    .under .under01 a {
      text-decoration: none;
      margin: 10px;
      padding: 8px 10px;
      color: #000000;
      font-size: 12px;
      font-weight: 600;
      border-top: 6px solid #fff;
      border-bottom: 6px solid #fff;
    }
    .under .under01 a:hover {
      color: #fff;
      border-top: 6px solid #000000;
      border-bottom: 6px solid #000000;
    }
    .under h5 {
      padding-top: 40px;
      color: #000000;
      font-size: 10px;
    }


    footer {
      left: 0;
      right: 0;
      bottom: 0;
      position: fixed;
      background-color: #fff;
      border-top: 2px solid #000000;
      border-bottom: 2px solid #000000;
    }
    footer .pc_none ul {
      display: flex;
      justify-content: center;
      list-style: none;
      background-color: rgb(46, 251, 0);
    }
    footer .pc_none ul li {
      width: 140px;
      text-align: center;
      font-size: 10px;
      font-weight: 600;
      border-left: 1px solid #fff;
    }
    footer .pc_none ul li:last-child {
      border-right: 1px solid #fff;
    }
    footer .pc_none ul li .menu:hover {
      background: #ffffaa;
    }
    footer .pc_none ul li .menu2 {
      color: #000000;
      text-decoration: none;
      display: block;
      padding: 4px;
    }
    footer .pc_none ul li .home-ic::before {
      content: '';
      display: block;
      margin: 0 auto;
      background: url(../images/home2.svg);
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: contain;
    }
    footer .pc_none ul li .line-ic::before {
      content: '';
      display: block;
      margin: 0 auto ;
      background: url(../images/line-2.png);
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: contain;
    }
    footer .pc_none ul li .tell-ic::before {
      content: '';
      display: block;
      margin: 0 auto;
      background: url(../images/tell2.svg);
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: contain;
    }
    footer .pc_none ul li .mail-ic::before {
      content: '';
      display: block;
      margin: 0 auto;
      background: url(../images/mail2.svg);
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: contain;
    }
 
}