
@media (max-width:1500px) {

  /* ------------------------header---------------------------- */
  .header li a {
    padding: 20px 20px;
    font-size: .9rem;
  }
  
  #header {
    height: 80px;
  }

  .header {
    margin-right: 3%;
  }

  .header-logo img {
    height: 60%;
  }

  .header li {
    padding-top: 28px;
  }



  /* ----------------------------home-------------------------------- */

  .home-img {
    top: 5%;
  }

  .ho-logobox {
    transform: scale(.8);
    top: 8%;
    left: 0%;
  }

  .ho-logobox {
    top: 20%;
    left: 3%;
  }

  .ho-textbox {
    width: 520px;
    height: 230px;
    bottom: 8%;
    right: 5%;
  }

  .ho-textboxWrapper p:nth-of-type(1){
    font-size: 1.3rem;
  }
  .ho-textboxWrapper p:nth-of-type(2){
    font-size: 1rem;
  }

  .asiato-box {
    top: 85%;
    right: 32%;
  }

  .asiato {
    width: 90px;
  }


  /* ---------------------t-service------------------------------------- */

  #t-service {
    margin-top: 140px;
  }

  .thema {
    font-size: 2.3rem;
  }

  .t-servicSection {
    margin-bottom: 40px;
  }

  .pointWrapper {
    margin-top: 20px;
  }

  .point-box {
    width: 29%;
    height: 350px;
  }

  .point-box h2 {
    font-size: 1.5rem;
  }

  .ser-img1 {
    width: 250px;
  }

  .btn {
    transform: scale(.9);
  }

  .costamerBox {
    height: 350px;
  }


  .t-flowText  {
    font-size: 1.1rem;
    margin-bottom: 70px;
  }

  .tflow-btn {
    left: 50%;
    transform: translate(-50%, 0) scale(.9);
  }

  .ser-img2 {
    width: 250px;
  }


  /* -------------------------t-inistitution---------------------------------- */

  #t-insti {
    margin-top: 80px;
  }

  .t-instiTitleWrapper {
    width: 400px;
    height: 80px;
  }

  .dot-w {
    width: 5px;
    height: 5px;
  }

  .t-instiWrapper {
    margin-top: 80px;
  }

  .t-instiTitleWrapper h1 div {
    height: 45px;
    width: 2.5px;
  }

  .t-instiTitleWrapper h1 {
    font-size: 1.7rem;
  }

  .t-insti-iconBox {
    width: 110px;
    height: 110px;
  }

  .t-insti-iconBox img {
    width: 45px;
  }

  .t-instiItem-titleWrapper {
    width: 300px;
    height: 45px;
  }

  .t-instiItem-titleWrapper div {
    width: 6px;
    height: 6px;
  }

  .t-instiItem-titleWrapper h2 {
    font-size: 1.1rem;
  }



  /* ---------------------------------t-news---------------------------------- */

  #t-news {
    margin-top: 120px;
  }

  .t-newsTitle-wrapper h1 {
    font-size: 2rem;
  }

  .t-newstext a {
    font-size: 1rem;
  }

  /* ------------------------------t-contact-------------------------------- */


  .f-contactWrapper {
    height: 350px;
  }


  .f-contact-mailWrapper p {
    font-size: 1.4rem;
    top: 90px;
  }

  .con-btn {
    transform: translate(-50%, -50%) scale(.9);
  }

  .f-contact-tellWrapper p:nth-of-type(1) {
    font-size: 1.4rem;
    top: 100px;
  }
  
  .f-contact-tellWrapper p:nth-of-type(2) {
    font-size: 2rem;
  }



  /* ------------------------------------footer----------------------------- */

  .f-linkBoxs {
    padding-top: 80px;
  }

  .footerWrapper img {
    width: 18%;
    margin-top: 40px;
  }


  .f-link {
    font-size: 1rem;
    margin-bottom: 30px;
  }


  .copy {
    font-size: .7rem;
    padding-bottom: 5px;
  }




  /* -------------------------btn-box--------------------------------------- */

  #btn-box {
    width: 80%;
    margin: 150px auto;
  }

  .btnWrapper2 {
    width: 50%;
  }

  .btn2 {
    transform: translate(-50%, 0) scale(.9);
    left: 50%;
  }



  /* ----------------------------------------下層ページ共通------------------------------------------ */

  .h-margin {
    height: 80px;
  }

  .sec-titleWrapper {
    width: 480px;
  } 


  .sec-title h2 {
    font-size: 1.8rem;
  }

  .page-title {
    height: 200px;
  }

  .page-title h1 {
    font-size: 2.5rem;
    top: 43%;
  }

  .page-title img {
    width: 65px;
    top: 33%;
    left: 56.5%;
  }

  .pageTitle-dec {
    top: 73%;
  }

  .pageTitle-decWrapper div {
    height: 1.5px;
  }

  .pageTitle-decWrapper h3 {
    font-size: .9rem;
  }

  #btn-box {
    margin: 150px auto;
  }

}







@media (max-width:1200px) {

  /* ------------------------header---------------------------- */

  .header li a {
    padding: 20px 15px;
    font-size: 0.8rem;
  }

  .header {
    margin-right: 3%;
  }

  .header-logo img {
    margin: 15px 20%;
  }

  .header li a {
    font-size: 1rem;
  }

  .header-logo img {
    height: 60%;
    margin-top: 18px;
  }


  /* ----------------------------home-------------------------------- */

  .home-img {
    width: 75%;
    top: 10%;
  }

  .ho-logobox {
    transform: scale(.8);
    top: 18%;
    left: -3%;
  }

  .ho-textbox {
    width: 530px;
    height: 210px;
    bottom: 12%;
    right: 5%;
  }

  .ho-textboxWrapper p:nth-of-type(1){
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .ho-textboxWrapper p:nth-of-type(2){
    font-size: 1rem;
  }

  .asiato-box {
    top: 85%;
    right: 35%;
  }

  .asiato {
    width: 90px;
  }



  /* ---------------------t-service------------------------------------- */

  #t-service {
    width: 100%;
    margin-top: 90px;
  }

  .thema {
    font-size: 2rem;
  }

  .t-servicSection {
    margin-bottom: 40px;
  }

  .pointWrapper {
    width: 80%;
  }

  .point-box {
    width: 28%;
    height: 300px;
  }

  .point-box h2 {
    font-size: 1.5rem;
  }

  .ser-img1 {
    width: 200px;
  }

  .ser-img2 {
    width: 200px;
    bottom: 15%;
  }

  .btn {
    transform: scale(.9);
  }

  .tcos-btn {
    right: 10%;
  }

  .costamerBox-wrapper {
    width: 85%;
  }


  .t-flowText  {
    font-size: 1rem;
  }

  .tflow-btn {
    left: 50%;
    transform: translate(-50%, 0) scale(.9);
  }

  .costamerBox {
    height: 350px;
  }




  /* -------------------------t-inistitution---------------------------------- */

  #t-insti {
    margin-top: 80px;
  }

  .t-instiWrapper {
    width: 85%;
  }

  .t-instiTitleWrapper {
    width: 350px;
    height: 70px;
  }

  .t-instiTitleWrapper h1 div {
    height: 40px;
  }

  .t-instiTitleWrapper h1 {
    font-size: 1.5rem;
  }

  .t-insti-iconBox img {
    width: 45px;
  }

  .t-instiItem-titleWrapper {
    width: 300px;
    height: 45px;
  }

  .t-instiItem-titleWrapper h2 {
    font-size: 1rem;
  }

  .t-instiItems {
    width: 47%;
  }



  /* ---------------------------------t-news---------------------------------- */

  #t-news {
    margin-top: 120px;
  }

  .t-newsTitle-wrapper {
    height: 50px;
  }

  .t-newsTitle-wrapper h1 {
    font-size: 1.8rem;
  }

  /* ------------------------------t-contact-------------------------------- */


  .f-contactWrapper {
    height: 350px;
  }


  .f-contact-mailWrapper p {
    font-size: 1.3rem;
    top: 90px;
  }

  .con-btn {
    transform: translate(-50%, -50%) scale(.9);
  }

  .f-contact-tellWrapper p:nth-of-type(1) {
    font-size: 1.3rem;
    top: 100px;
  }
  
  .f-contact-tellWrapper p:nth-of-type(2) {
    font-size: 2rem;
  }



  /* ------------------------------------footer----------------------------- */

  .f-linkBoxs {
    padding-top: 80px;
  }


  .f-link {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .f-linkBox {
    padding-left: 15%;
  }




  /* -------------------------btn-box--------------------------------------- */

  #btn-box {
    width: 80%;
    margin: 150px auto;
  }

  .btnWrapper2 {
    width: 50%;
  }

  .btn2 {
    transform: translate(-50%, 0) scale(.9);
    left: 50%;
  }



  /* ----------------------------------------下層ページ共通------------------------------------------ */


  .sec-titleWrapper {
    width: 500px;
  } 



  .sec-title h2 {
    font-size: 1.8rem;
  }

  .page-title {
    height: 200px;
  }

  .page-title img {
    top: 32%;
  }

  .page-title h1 {
    font-size: 2.5rem;
  }

}






@media (max-width:900px) {

  #header {
    display: none;
  }

  .open-btn {
    display: block;
  }

  @media (min-height:1000px) {


    /* -------------------------home--------------------------------- */

    #home {
      height: 90vh;
    }

    .home-img {
      width: 90%;
      right: 0%;
      top: 30%;
    }

    .ho-logobox {
      transform: scale(.85);
      top: 5%;
      left: 0%;
    }

    .ho-textbox {
      width: 530px;
      height: 250px;
      bottom: 10%;
      right: 3%;
    }

    .ho-textboxWrapper p:nth-of-type(1){
      font-size: 1.4rem;
    }
    .ho-textboxWrapper p:nth-of-type(2){
      font-size: 1rem;
    }

    .asiato-box {
      top: 82%;
      left: 25%;
    }

    .asiato {
      width: 100px;
    }


    /* -----------------------t-service-------------------------- */

    #t-service {
      margin-top: 30px;
    }

    .thema {
      font-size: 2rem;
    }

    .t-servicSection {
      width: 90%;
      height: 40px;
      margin-bottom: 0;
    }
    
    .t-servicSection div {
      width: 40%;
      height: 3px;
      margin-top: 20px;
    }
    
    
    .t-servicSection img {
      height: 40px;
    }
  
  
    .pointWrapper {
      width: 90%;

    }
  
    .point-box {
      width: 28%;
      height: 250px;
    }
  
    .point-box h2 {
      font-size: 1.2rem;
    }
  
    .btn {
      transform: scale(.8);
    }

    .ser-img1 {
      width: 180px;
      left: 5%;
      top: 50%;
    }
  
    .costamerBox-wrapper {
      width: 85%;
    }
  
  
    .t-flowWrapper p  {
      font-size: 1rem;
    }

    .ser-img2 {
      width: 180px;
      right: 5%;
      bottom: 0%;
      z-index: 98;
    }
  
    .tflow-btn {
      left: 50%;
      transform: translate(-50%, 0) scale(.8);
    }
  
    .costamerBox {
      height: 350px;
    }

    .tcos-btn {
      right: 5%;
    }

    .t-costomer .thema {
      padding-top: 70px;
    }

    .costamerBox-wrapper {
      margin-top: 30px;
    }

    .costamerBox {
      height: 250px;
    }

    .t-scol2 {
      margin-bottom: 50px;
    }

    .t-flowText {
      margin-bottom: 60px;
    }

    .wave4-wrappper {
      height: 130px;
    }

    .wave4 svg {
      height: 200px;
    }


  /* ----------------------------inistitution---------------------------------- */

    #t-insti {
      width: 100%;
      margin-top: 50px;
    }

    .t-instiWrapper {
      width: 90%;
    }

    .t-instiItems {
      width: 48%;
    }

    .t-insti-iconBox {
      width: 100px;
      height: 100px;
    }

    .t-instiItem-titleWrapper {
      width: 300px;
      height: 40px;
    }

    .t-instiItem-titleWrapper h2 {
      font-size: 1.1rem;
    }

    /* -------------------------------------t-news----------------------------------------------- */

    #t-news {
      margin: 100px auto;
    }

    .t-news-textBox {
      width: 80%;
    }

    .t-newsWrapper {
      width: 90%;
    }

    .t-newstext a {
      font-size: 1rem;
    }

    .tnews-btn {
      right: 5%;
    }

    /* ---------------------------------------f-contact------------------------------------------------ */

    #f-contact {
      margin-top: 0px;
    }

    .f-contactWrapper {
      height: 300px;
    }

    .f-contact-mailWrapper p {
      font-size: 1.2rem;
      top: 100px;

    }

    .con-btn {
      width: 380px;
      height: 70px;
      top: 180px;
    }

    .con-btn a {
      background-color: #fff;
      color: #F76333;
    }

    .con-btn a span {
      font-size: 1.2rem;
    }
  
    .f-contact-tellWrapper p:nth-of-type(1) {
      font-size: 1.2rem;
      top: 100px;
    }

    .f-contact-tellWrapper p:nth-of-type(2) {
      font-size: 1.7rem;
      top: 180px;
    }



    /* --------------------------------------------------footer----------------------------------------- */

    .footerWrapper {
      flex-direction: column;
    }

    .footerWrapper img {
      width: 25%;
      margin: 0 auto;
      margin-top: 60px;
    }

    .f-link {
      font-size: 1rem;
      margin-bottom: 15px;
    }

    .f-linkBox  {
      padding: 0;
    }

    .f-linkBoxs {
      width: 90%;
      margin: 0 auto;
      padding: 0px;
      justify-content: space-around;
      margin-top: 50px;
    }






      /* -------------------------btn-box--------------------------------------- */

    #btn-box {
     flex-direction: column;
     margin-top: 100px;
     margin-bottom: 20px;
    }

    .btnWrapper2 {
      width: 100%;
      margin-bottom: 50px;
    }

    .btn2 {
      transform: translate(-50%, 0) scale(.8);
      left: 50%;
      margin-bottom: 50px;
    }


      /* ----------------------------------------下層ページ共通------------------------------------------ */


    .h-margin {
      height: 0px;
    }

    .sec-titleWrapper {
      width: 380px;
      height: 60px;
    } 

    .sec-title img {
      width: 20px;
    }



    .sec-title h2 {
      font-size: 1.5rem;
    }

    .page-title {
      height: 200px;
    }

    .page-title img {
      width: 55px;
      top: 43%;
    }

    .page-title h1 {
      font-size: 2rem;
      top: 53%;
    }

    .pageTitle-dec {
      width: 90%;
      top: 78%;
    }

    .pageTitle-decWrapper div {
      width: 40%;
    }

    .pageTitle-decWrapper h3 {
      font-size: .9rem;
    }




  }
}



@media (max-width:500px) {
  .g-item  {
    font-size: 1rem;
  }

  .g-contact {
    font-size: 1rem;
    padding: 10px;
    border-radius: 5px;
  }

  .open-btn {
    width: 50px;
    height: 50px;
    right: 20px;
    border: 3px solid #F76333;
  }

  .open-btnWrapper span {
    height: 3px;
  }

  .g-header-logo {
    margin-bottom: 40px;
  }

  .g-item {
    margin-bottom: 20px;
  }

  #home {
    height: 90vh;
    position: relative;
  } 




  .home-img {
    display: none;
  }

  .home-img2 {
    width: 85%;
    height: auto;
    position: absolute;
    right: 0%;
    top: 20%;
    opacity: 0;
    animation: delay 5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    display: block;
  }

  .ho-logobox {
    transform: scale(1);
    width: 270px;
    height: 160px;
    top: 12%;
    left: 3%;
  }

  .ho-textbox {
    width: 280px;
    height: 120px;
    right: 1%;
    top: 77%;
  }

  .ho-textboxWrapper p:nth-of-type(1) {
    font-size: .8rem;
  }
  .ho-textboxWrapper p:nth-of-type(2) {
    font-size: .6rem;
  }

  .asiato {
    width: 60px;
  }

  .asiato-box {
    left: 15%;
    top: 90%;
  }
  


  /* -------------------------------service---------------------------- */

  #t-service {
    margin-top: 45px;
  }

  .wave-shape1 svg {
    height: 80px;
    width: 100%;
  }

  .thema {
    font-size: 1.4rem;
    padding: 70px 0 15px 0;
  }

  .t-servicSection {
    width: 90%;
    height: 28px;
    margin-bottom: 10px;
  }


  .t-servicSection div {
    height: 2px;
    width: 40%;
    margin-top: 13px;
  }

  .t-servicSection img {
    height: 28px;
  }
  
  .pointWrapper {
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 15px;
  }

  .point-box {
    width: 43%;
    height: 150px;
  }

  .point-box h2 {
    font-size: .8rem;
  }

  .wave2-wrapper {
    height: 100px;
  }

  .wave2 svg {
    height: 80px;
    width: 100%;
  }

  .btnWrapper {
    height: 60px;
  }

  .btn {
    transform: scale(1);
    width: 210px;
    height: 50px;
  }

  .btn a p {
    font-size: .9rem;
  }

  .btn a p img {
    width: 16px;
  }

  .tcos-btn {
    right: 8%;
  }

  .ser-img1 {
    width: 100px;
    display: none;
  }

  .thema:nth-of-type(2) {
    padding-top: 50px;
  }

  .costamerBox-wrapper {
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .costamerBox {
    width: 43%;
    height: 150px;
  }

  .wave3 svg {
    height: 70px;
    width: 100%;
  }

  .t-flowTitle {
    padding-top: 0px;
  }

  .t-flowText {
    font-size: .8rem;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .tflow-btn {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .wave4 svg {
    height: 80px;
  }

  .wave4-wrappper {
    height: 50px;
  }

  .wave4 svg {
    width: 100%;
  }

  .ser-img2 {
    display: none;
  }



  /* -----------------------inisti------------------------------------ */

  #t-insti {
    margin-top: 50px;
  }
 
  .t-instiTitleWrapper {
    width: 240px;
    height: 50px;
    border-radius: 10px;
  }

  .dot-w {
    width: 4px;
    height: 4px;
  }

  .t-instiTitleWrapper h1 {
    font-size: 1.2rem;
  }

  .t-instiTitleWrapper h1 div {
    width: 1.5px;
    height: 35.6px;
  }

  .dot-position1 {
    top: 12px;
    left: 12px;
  }
  .dot-position2 {
    top: 12px;
    right: 12px;
  }
  .dot-position3 {
    bottom: 12px;
    right: 12px;
  }
  .dot-position4 {
    bottom: 12px;
    left: 12px;
  }

  .t-instiWrapper {
    width: 80%;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .t-instiItems {
    width: 100%;
    margin-top: 50px;
  }

  .t-instiB {
    border-radius: 25px;
  }

  .t-insti-iconBox {
    width: 80px;
    height: 80px;
  }
  
  .t-insti-iconBox img {
    width: 35px;
  }

  .t-insti-imgBox  {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .t-insti-img2 {
    margin-top: 19px;
  }

  .t-instiItem-titleWrapper {
    width: 220px;
    height: 35px;
    margin-top: 20px;
  }

  .t-instiItem-titleWrapper h2 {
    font-size: .8rem;
  }

  .t-instiItem-titleWrapper div {
    width: 5px;
    height: 5px;
  }



  /* -------------------------------------t-news----------------------------------------------- */

  .t-newsTitle-wrapper {
    width: 200px;
    height: 50px;
  }

  .t-newsTitle-wrapper h1 {
    font-size: 1.3rem;
    margin-bottom: 5px;
  } 

  .news-dec {
    width: 3px;
  } 

  .ndec1 {
    height: 23px;
    transform: rotate(-43deg);
    left: 20px;
    bottom: 10px;
  } 
  .ndec2 {
    height: 38px;
    transform: rotate(-25deg);
    left: 30px;
    bottom: 13px;
  } 
  .ndec3 {
    height: 23px;
    transform: rotate(43deg);
    right: 20px;
    bottom: 6px;
  } 
  .ndec4 {
    height: 38px;
    transform: rotate(25deg);
    right: 30px;
    bottom: 8px;
  } 

  #t-news {
    margin-top: 80px;
  }

  .t-newsWrapper {
    width: 80%;
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 40px;
  }

  .t-news-textBox {
    width: 80%;
    padding: 25px 0;
  }

  .t-newstext a {
    font-size: .7rem;
  } 

  .t-newstext a span {
    margin-left: 10px;
    font-size: .6rem;
    margin-right: 8px;
  }

  .tnews-btn {
    right: 50%;
    transform: translate(50%, 0);
  }



  /* ---------------------------------------f-contact------------------------------------------------ */




  .f-contactWrapper {
    flex-wrap: wrap;
    height: 280px;
  }

  .f-contact-mailWrapper {
    width: 100%;
    height: 50%;
  }

  .f-contact-tellWrapper {
    width: 100%;
    height: 50%;
  }

  .f-contact-mailWrapper p {
    font-size: .8rem;
    top: 25%;
  }

  .con-btn {
    width: 260px;
    height: 50px;
    top: 65%;

  }

  .con-btn a {
    color: #F76333;
    background-color: #fff;
  }

  .con-btn a span {
    font-size: 1rem;
  }

  .f-contact-tellWrapper p:nth-of-type(1) {
    font-size: .8rem;
    top: 25%;
  }

  .f-contact-tellWrapper p:nth-of-type(2) {
    font-size: 1.4rem;
    top: 65%;
  }



  /* --------------------------------------------------footer----------------------------------------- */

  .footerWrapper {
    flex-direction: column;
  }

  .footerWrapper img {
    width: 40%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .f-link {
    font-size: .8rem;
    margin-bottom: 15px;
  }

  .f-linkBox  {
    padding: 0;
  }

  .f-linkBoxs {
    width: 80%;
    margin: 0 auto;
    padding: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .f-linkBox {
    width: 40%;
  }

  .flink-space {
    display: none;
  }

  .copy {
    font-size: .6rem;
    text-align: center;
  }



  /* ----------------------------------------下層ページ共通------------------------------------------ */


  .h-margin {
    height: 0px;
  }

  .sec-titleWrapper {
    width: 250px;
    height: 50px;
  } 

  .sec-title {
    border-radius: 12px;
  }

  .sec-title img {
    width: 15px;
  }



  .sec-title h2 {
    font-size: 1.1rem;
  }

  .page-title {
    height: 180px;
  }

  .page-title img {
    width: 42px;
    top: 52%;
  }

  .page-title h1 {
    font-size: 1.6rem;
    top: 62%;
  }

  .pageTitle-dec {
    width: 90%;
    top: 80%;
  }

  .pageTitle-decWrapper div {
    width: 40%;
    height: 1.2px;
  }

  .pageTitle-decWrapper h3 {
    font-size: .7rem;
  }

  #btn-box {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 80px;
    margin-bottom: 0;
  }
  
  .btnWrapper2 {
    width: 100%;
    position: relative;
  }
  
  .btn2 {
    transform: translate(-50%, 0);
    left: 50%;
  }

  #btn-box .btnWrapper:nth-of-type(1) {
    margin-bottom: 30px;
  }
  






}