/*midsize-pc用*/

@media screen and (max-width:1720px){
  .menu-window-container {
    width: 80%;
    margin-top: 280px;
  }

  .menu-window-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .menu-window-item {
    font-size: 14px;
    padding-bottom: 8px;
  }

  .menu-window-wrap {
    margin-top: 12px;
    padding-bottom: 12px;
  }

  .menu-window-wrap:nth-of-type(1) {
    padding-top: 12px;
  }

  .menu-window-sub-item {
    font-size: 14px;
  }

  .menu-window-content {
    font-size: 14px;
  }

  .top-bg {
    top: -10%;
    left: -14%;
    width: 130%;
    height: 140%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-image: url("../images/top_logo.jpg");
  }

  .top-scroll-box {
    margin-right: 40px;
  }

  .scroll-line-box {
    width: 3px;
    height: 80px;
    margin-top: 20px;
  }

  .scroll-text {
    font-size: 11px;
  }

  /*intro*/

  .intro {
    height: 760px;
  }

  .intro-bg {
    left: 10%;
    top: 180px;
    width: 35%;
    height: 350px;
  }

  .intro-container {
    left: 50%;
    top: 200px;
    width: 40%;
  }

  .intro-head {
    font-size: 36px;
  }

  .intro-main {
    font-size: 16px;
  }

  .intro-link {
    height: 62px;
    margin-top: 50px;
  }

  .autro {
    height: 800px;
  }

  /*feature*/

  .feature {
    height: 1360px;
  }

  .feature-deco-img {
    left: 10%;
    top: 600px;
    width: 500px;
    height: 500px;
  }

  .feature-title-container {
    left: 10%;
    top: 160px;
    width: 48%;
  }

  .feature-head {
    font-size: 36px;
  }

  .feature-title {
    font-size: 20px;
    margin-top: 20px;
  }

  .feature-main-wrap {
    margin-top: 20px;
  }

  .feature-main {
    font-size: 15px;
  }

  .feature-desc-box {
    top: 630px;
    width: 66%;
    right: 10%;
    min-width: 600px;
  }

  .feature-desc-wrap {
    width: 49%;
  }

  .feature-img {
    height: 230px;
  }

  .feature-name {
    font-size: 21px;
  }

  .feature-sub-name {
    font-size: 16px;
  }

  .feature-content {
    font-size: 14px;
  }

  .feature-sub-link {
    height: 62px;
  }  

  /*works*/

  .works {
    height: 1380px;
  }

  .works-title-container {
    width: 80%;
    margin-top: 150px;
  }

  .works-title {
    font-size: 36px;
  }

  .works-sub-title {
    font-size: 18px;
  }

  .works-outer {
    left: 10%;
    top: 540px;
    width: 90%;
  }

  .works-container {
    grid-template-columns: 50vw 50vw 50vw 50vw 50vw;
  }

  .works-container.slide1 {
    left: -52vw;
  }

  .works-container.slide2 {
    left: -104vw;
  }

  .works-container.slide3 {
    left: -156vw;
  }

  .works-container.slide4 {
    left: -208vw;
  }

  .works-box {
    height: 520px;
  }

  .works-select-box {
    left: 10%;
    width: 90%;
    top: 1140px;
  }

  /*recruit*/

  .recruit {
    height: 800px;
  }

  .recruit-container {
    left: 10%;
    top: 240px;
    width: 80%;
  }

  .recruit-title {
    font-size: 36px;
  }

  .recruit-sub-title {
    font-size: 18px;
  }

  /*contact*/

  .contact-container {
    left: 10%;
    top: 180px;
    width: 80%;
    height: 520px;
  }

  .contact-wrap {
    padding: 60px 40px;
  }

  .contact-map {
    width: 100%;
    height: 660px;
    position: absolute;
  }

  /*footer*/

  .footer-container {
    left: 10%;
    top: 220px;
    width: 80%;
  }

  .footer-recruit-link {
    width: 460px;
    height: 62px;
  }

  .footer-link {
    width: 460px;
    height: 62px;
  }
}

/*small-pc用*/

@media screen and (max-width:1240px){
  .header-logo {
    width: 180px;
    height: 50px;
  }

  .contact-button {
    width: 160px;
    height: 20px;
  }

  .contact-button-text {
    font-size: 11.6px;
  }

  .menu-button {
    width: 120px;
    height: 20px;
    display: flex;
    margin: 0 2px;
  }

  .menu-window-title {
    font-size: 18px;
  }

  .menu-window-item {
    font-size: 12px;
  }

  .menu-window-sub-item {
    font-size: 12px;
  }

  .menu-window-content {
    font-size: 12px;
  }

  /*intro*/

  .intro {
    height: 620px;
  }

  .intro-bg {
    height: 260px;
  }

  .intro-container {
    top: 190px;
  }

  .intro-head {
    font-size: 26px;
  }

  .intro-main {
    font-size: 12.6px;
    margin-top: 30px;
  }

  .intro-link {
    height: 46px;
    margin-top: 40px;
  }

  .intro-link-text {
    font-size: 12px;
  }

  .autro {
    height: 560px;
  }

  /*feature*/

  .feature {
    height: 1180px;
  }

  .feature-deco-img {
    display: none;
  }

  .feature-title-container {
    left: 5%;
    width: 50%;
  }

  .feature-head {
    font-size: 28px;
  }

  .feature-title {
    font-size: 18px;
  }

  .feature-main-wrap {
    width: 100%;
    margin-top: 10px;
  }

  .feature-main {
    font-size: 12.6px;
  }

  .feature-link {
    width: 280px;
    height: 32px;
    margin-top: 25px;
  }

  .feature-link-text {
    font-size: 12px;
  }

  .feature-desc-box {
    right: 5%;
    top: 540px;
    width: 90%;
  }

  .feature-desc-wrap {
    width: 49%;
    position: relative;
    justify-content: space-between;
  }

  .feature-name {
    font-size: 20px;
  }

  .feature-sub-name {
    font-size: 14px;
  }

  .feature-content {
    font-size: 12.6px;
  }

  .feature-sub-link {
    height: 46px;
  }

  .feature-sub-link-text {
    font-size: 12px;
  }

  .link-arrow-wrap {
    width: 62px;
    height: 16px;
  }

  .link-arrow {
    font-size: 15px;
  }

  /*works*/

  .works {
    height: 1100px;
  }

  .works-title-container {
    margin-top: 120px;
  }

  .works-title {
    font-size: 26px;
  }

  .works-sub-title {
    font-size: 16px;
  }

  .works-main {
    width: 50%;
    margin-top: 20px;
    font-size: 12.6px;
  }

  .works-link {
    width: 280px;
    height: 32px;
    margin-top: 25px;
  }

  .works-link-text {
    font-size: 12.6px;
  }

  .works-outer {
    top: 400px;
    height: 420px;
  }

  .works-container {
    grid-gap: 5vw;
    grid-template-columns: 70vw 70vw 70vw 70vw 70vw;
  }

  .works-container.slide1 {
    left: -75vw;
  }

  .works-container.slide2 {
    left: -150vw;
  }

  .works-container.slide3 {
    left: -225vw;
  }

  .works-container.slide4 {
    left: -300vw;
  }

  .works-box {
    height: 420px;
  }

  .works-cat {
    font-size: 14px;
  }

  .works-date {
    font-size: 14px;
  }

  .works-name {
    font-size: 22px;
  }

  .works-select-box {
    top: 900px;
  }

  .works-select-wrap {
    width: 120px;
    height: 55px;
  }

  .works-arrow {
    font-size: 18px;
  }

  .works-bar {
    width: calc(100% - 150px);
  }

  /*recruit*/

  .recruit {
    height: 580px;
  }

  .recruit-container {
    left: 5%;
    top: 160px;
    width: 90%;
  }

  .recruit-title {
    font-size: 26px;
  }

  .recruit-sub-title {
    font-size: 16px;
  }

  /*contact*/

  .contact {
    height: 1000px;
  }

  .contact-container {
    top: 60px;
    height: 400px;
  }

  .contact-box {
    border-radius: 5px;
  }

  .contact-wrap {
    padding: 30px 20px;
  }

  .contact-title-box {
    margin-left: 30px;
  }

  .contact-title {
    font-size: 18px;
  }

  .contact-sub-title {
    font-size: 12.6px;
  }

  .contact-content-box {
    margin-top: 30px;
  }

  .contact-main {
    font-size: 12px;
  }

  .contact-item-box {
    margin-top: 20px;
  }

  .contact-item {
    font-size: 11px;
  }

  .contact-content {
    font-size: 15px;
  }

  .contact-link {
    width: 280px;
    height: 36px;
  }

  .contact-link-text {
    font-size: 12.6px;
  }

  .contact-map {
    height: 460px;
  }

  /*footer*/

  .footer-container {
    left: 5%;
    top: 160px;
    width: 90%;
  }

  .footer-box {
    margin-bottom: 120px;
  }

  .footer-menu-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer-menu-item {
    font-size: 11.6px;
  }

  .footer-item {
    font-size: 11.6px;
  }

  .footer-content {
    font-size: 11.6px;
  }

  .footer-recruit-link {
    width: 380px;
    height: 46px;
    margin-top: 20px;
    border-radius: 3px;
  }

  .footer-recruit-link-text {
    font-size: 12.6px;
  }

  .footer-link {
    width: 380px;
    height: 46px;
    margin-top: 10px;
    border-radius: 3px;
  }

  .footer-link-text {
    font-size: 12.6px;
  }


  .footer-copy {
    font-size: 12.6px;
  }

  .footer-deco-logo {
    width: 500px;
    right: -80px;
    height: 500px;
    bottom: -180px;
  }
}

/*tablet用*/

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

  .header {
    height: 8vh;
  }
  
  .header.close {
    height: 6vh;
  }
  

  .header-menu{
    display: none;
  }
  
  .menu-button-wrap{
    display: flex;
  }

  /*section*/

  .top-section{
    max-width: 1920px;
    margin: 100px auto;
  }
  
  .top-section-inner{
    position: relative;
  }

  .top-section-inner h2{
    padding-left: 64px;
    margin-bottom: 64px;
    margin-left: 0px;
    font-size: 40px;
  } 

  .top-section-wrapper{
    display: block;
    justify-content: space-between;
  }
  
  .top-section_left{
    width: auto;
    margin: 0 64px;
  }
  
  .top-section_right{
    margin-top:32px;
  }
  
  .section-deco-img {
    left: 10%;
    top: 100px;
    width: 500px;
    height: 500px;
    object-fit: cover;
    position: absolute;
  }
    

  /*service*/
  .top-service_right-inner {
    padding-left: 0;
    width: auto;
    margin: 0 64px;
  }

  .top-service-detail{
    width: 80%;
  }

  /*recruit*/

  .recruit-main {
    font-size: 14px;
  }

  /*contact*/
  .top-contact-inner{
    display: block;
  }

  .top-contact-left{
    margin-bottom: 30px;
}

  .top-contact_right{
    padding-left: 0;
  }
}




/*smart-phone用*/

@media screen and (max-width:500px){

  .header-logo {
    width: 150px;
    height: 45px;
    object-fit: cover;
  }

  .menu-button, .contact-button {
    margin: 0;
    width: 60px;
    height: 21px;
  }

  .contact-button {
    width: 90px;
    margin-left: 6px;
  }

  .contact-button-text {
    font-size: 9px;
  }

  .menu-window-container {
    width: 90%;
    display: grid;
    margin: 0 auto;
    margin-top: 140px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-window-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .menu-window-info {
    grid-column: 1/3;
  }

  .menu-window-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .menu-window-item {
    font-size: 11px;
    padding-bottom: 8px;
  }

  /*top*/

  .top-view {
    height: 75vh;
  }

  .top-logo {
    display: none;
  }

  .top-head-wrap {
    left: 6%;
    width: 94%;
    transition: all 0.8s;
  }

  .top-head-wrap.slide-in {
    bottom: 20%;
  }


  /*intro*/

  .intro {
    height: 800px;
  }

  .intro-bg {
    left: 5%;
    top: 140px;
    width: 90%;
    border-radius: 3px;
  }

  .intro-container {
    left: 5%;
    top: 430px;
    width: 90%;
  }

  .intro-head {
    font-size: 26px;
  }

  .intro-main {
    font-size: 12px;
    margin-top: 25px;
  }

  
  /*section*/
  .top-section-inner h2{
    padding-left: 32px;
    margin-bottom: 32px;
    font-size: 32px;
  } 

  .top-section_left{
    margin: 0 32px;
  }  

  .section-deco-img{
    display: none;
  }

  /*service*/
  .top-service_right-inner{
    width: auto;
    margin: 0 32px;
    padding-left: 0;
  }

  /*works*/

  .works {
    height: 1060px;
  }

  .works-title-container {
    width: 90%;
    margin-top: 80px;
  }

  .works-title {
    font-size: 26px;
  }

  .works-sub-title {
    font-size: 14px;
    margin-left: 8px;
  }

  .works-main {
    width: 100%;
    margin-top: 20px;
    font-size: 12.6px;
    line-height: 1.8em;
  }

  .works-link {
    width: 180px;
    height: 32px;
    margin-top: 25px;
  }

  .works-link-text {
    font-size: 10.6px;
  }

  .works-outer {
    top: 360px;
    height: 520px;
  }

  .works-container {
    grid-gap: 5vw;
    grid-template-columns: 90vw 90vw 90vw 90vw 90vw;
  }

  .works-container.slide1 {
    left: -95vw;
  }

  .works-container.slide2 {
    left: -190vw;
  }

  .works-container.slide3 {
    left: -285vw;
  }

  .works-container.slide4 {
    left: -380vw;
  }

  .works-box {
    height: 520px;
  }

  .works-inner {
    left: 8%;
    width: 84%;
    bottom: 40px;
  }

  .works-date {
    font-size: 12.6px;
  }

  .works-name {
    font-size: 18px;
  }

  .works-select-box {
    width: 90%;
    top: 920px;
  }

  .works-select-wrap {
    width: 90px;
    height: 40px;
  }

  .works-arrow-wrap {
    border: solid 1.6px rgb(32,39,51,0.4);
  }

  .works-arrow {
    font-size: 16px;
  }

  .works-bar {
    height: 3px;
    width: calc(100% - 120px);
  }


  /*recruit*/

  .recruit {
    height: 600px;
  }

  .recruit-deco-text {
    display: none;
  }

  .top-recruit-container {
    margin: auto 32px;
  }

  .recruit-title {
    font-size: 26px;
  }

  .recruit-sub-title {
    font-size: 14px;
    margin-left: 8px;
  }

  .recruit-main {
    width: 100%;
    margin-top: 20px;
    font-size: 12.6px;
    line-height: 1.8em;
  }

  .recruit-link {
    width: 180px;
    height: 32px;
    margin-top: 25px;
  }

  .recruit-link-text {
    font-size: 12px;
  }

  /*contact*/

  .contact {
    height: 1420px;
  }

  .contact-deco-text {
    display: none;
  }

  .contact-container {
    left: 3%;
    top: 40px;
    width: 94%;
    height: auto;
    display: block;
  }

  .contact-box {
    width: 100%;
    height: 410px;
    margin-bottom: 20px;
  }

  .contact-box.big {
    width: 100%;
    height: 480px;
  }

  .contact-wrap {
    padding: 7%;
    padding-top: 80px;
  }

  .contact-title-box {
    margin-left: 20px;
  }

  .contact-title-line {
    height: 46px;
  }

  .contact-title {
    font-size: 18px;
  }

  .contact-sub-title-wrap {
    margin-top: -3px;
  }

  .contact-sub-title {
    font-size: 14px;
    margin-left: 8px;
  }

  .contact-img {
    width: 100%;
    height: 260px;
  }

  .contact-content-box {
    width: 100%;
    margin-top: 30px;
  }

  .contact-main {
    margin-top: 30px;
    font-size: 12.6px;
  }

  .contact-item-box {
    margin-top: 30px;
  }

  .contact-item {
    margin-top: 6px;
    font-size: 12.6px;
  }

  .contact-content {
    font-size: 16px;
  }

  .contact-link {
    width: 80%;
    height: 46px;
  }

  .contact-link-text {
    font-size: 12px;
  }

  .contact-map {
    top: 1020px;
    height: 400px;
  }

  /*footer*/
  .footer-container {
    left: 5%;
    top: 100px;
    width: 90%;
  }

  .footer-box {
    display: grid;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-menu {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-info {
    grid-column: 1/3;
    margin-bottom: 12px;
  }

  .footer-menu-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .footer-menu-item {
    font-size: 11px;
    padding-bottom: 8px;
  }

  .footer-bottom-container {
    display: block;
  }

  .footer-link-box {
    margin-bottom: 80px;
  }

  .footer-recruit-link {
    width: 100%;
    height: 46px;
  }

  .footer-recruit-link-text {
    font-size: 12px;
  }

  .footer-link {
    width: 100%;
  }

  .footer-link-text {
    font-size: 12px;
  }

  .footer-copy {
    font-size: 10px;
  }

  .footer-deco-logo {
    width: 400px;
    right: -70px;
    height: 400px;
    bottom: -160px;
  }

  /*sub*/

  .break-point {
    display: block;
  }

}