@media (max-width: 1920px){
  .header-text {
    padding-top: 90px;

  }
  
} 

@media (max-width: 1024px){
  .header {
    width: 100%;
    height: 70vh;
    background-image: url(main_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .header-text {
    padding-top: 170px;

  }
  
} 

@media (max-width: 900px) {
  * {
    box-sizing: border-box;
  }

  .left_img img {
    margin: auto 0px auto 0px;
    display: block;
    text-align: center;
  }

  .contents1-text {
    width: 450px;
    margin: 0px 10px 0px 0px;
    line-height: 31px;
  }

  .contents2 {
    max-width: 470px;
    padding: 0 0px;
    margin: 100px auto 50px auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .contents6-designtext {
    width: 450px;
    margin: 0px 10px 0px 0px;
    line-height: 25px;
  }

  .contents3-membertext {
    width: 450px;
    margin: 0px 10px 0px 0px;
    line-height: 25px;
  }

  .contents4 {
    max-width: 470px;
    padding: 0 0px;
    margin: 100px auto 50px auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .border_w {
    width: 150px;
    border-bottom: 1px solid #fff;
  }

}


@media (max-width: 768px) {


  .contents1{
    max-width: 80%;
    justify-content:space-between;
  }
 
  .contents2{
    max-width: 80%;
  }
  
  .left_img{
    width: 40%;
  }

  .left_img img{
    margin: 0px auto;
    width: 100%;
  }

  .contents1-text{
    width: 55%;
  }

  .contents6{
    width: 80%;
    justify-content:space-between;
  }

  .contents6 .left_img{
    width: 35%;

  }
    .contents6  .left_img img{
      margin: 0px auto;
      width: 100%;
    }

    .contents6-designtext{
      width: 60%;
    }

    .contents3{
      width: 80%;
      justify-content: space-between;
    }

    .contents3-membertext{
      width: 50%;
    }

    .contents8{
      width: 80%;
      justify-content: space-between;
    }
    .contents8 .contents1-text{
      width: 50%;
    }

    .contents9{
      width: 80%;
      justify-content: space-between;
    }

    .contents9 .contents1-text{
      width: 50%;
    }

    .contents4{
      width: 80%;
      max-width: 80%;
      /* margin: 100px 0px 50px; */

    }

      .contents2-sns-leadtext{
        margin: 0px 0px;
      }
        .contents4-leadtext{
          margin: 0px 0px;
        }
      


    .contents5{
      width: 80%;
    }

    .border_w{
      display: none;
    }

    .border_b{
    width: 80%;
    }

    .br-sp2{
      display: block;
    }

}

@media (max-width: 540px) {
  * {
    box-sizing: border-box;
  }

  body {
    margin: 0;
    color: #5f5f5f;
    font-family: "Koburina Gothic W3 JIS2004";
  }

  a {
    text-decoration: none;
  }

  .clear {
    clear: left;
  }

  .container {
    width: 100%;
    padding: 0 0px;
    margin: 0 auto;
  }

  .header {
    width: 100%;
    height: 80vh;
    background-image: url(main_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .header-text {
    padding-top: 100px;
    margin: 0px auto 50px;
    line-height: 25px;
    letter-spacing: 0.12em
  }

  .header-title {
    padding-bottom: 3px;
  }

  .header h1 {
    font-size: 26px;
    font-family: 'Montserrat', 'Avenir', 'Corbel', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .header p {
    font-size: 13px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
  }

  .container2 {
    height: 0px;
  }

  .container3 {
    height: 10px;
  }

  .container4 {
    height: 0px;
  }

  .border_w {
    width: 100px;
    border-bottom: 1px solid #fff;
  }

  .left_img  {
 width: 80%;
 margin: 0 auto;
  }


  .left_img img {
    display: block;
    text-align: center;
  }

  /*レイアウト1*/
  .contents1 {
    width: 100%;
    max-width: 100%;
    margin: 60px auto 40px auto;
  }

  .contents1-text {
    width: 100%;
    margin: 20px 40px 0 40px;
    line-height: 20px;
  }

  .contents1-text h2 {
    font-size: 25px;
    font-family: 'Montserrat', 'Avenir', 'Corbel', sans-serif;
    font-weight: 300;
    letter-spacing: 0.12em;
  }

  .contents1-text h2 a {
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    letter-spacing: 0.04em;
  }

  .contents1-text p {
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    text-justify: inter-ideograph;
    letter-spacing: 0.04em;
  }

  /*レイアウト2（teamリードテキスト）*/
  .contents2 {
    max-width: 100%;
    padding: 0 0px;
    margin: 60px auto 30px auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .contents2-leadtext {
    margin: 0 40px 0px 40px;
    line-height: 20px;
  }

  .contents2 h2 {
    font-size: 25px;
    font-family: 'Montserrat', 'Avenir', 'Corbel', sans-serif;
    font-weight: 300;
    letter-spacing: 0.12em;
  }

  .contents2 h3 {
    font-size: 15px;
    font-family: 'Montserrat', 'Avenir', 'Corbel', sans-serif;
    font-weight: 400;
    letter-spacing: 0.12em;
  }

  .contents2 p {
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    text-justify: inter-ideograph;
    letter-spacing: 0.04em;
  }

  .contents2-sns-leadtext {
    margin: 0px 40px;
    line-height: 30px;
  }

  .contents2-sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }

  .contents2-sns p {
    margin: 0px 40px 0px 40px;
    font-size: 12px;
    font-family: 'Montserrat', 'Avenir', 'Corbel', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }

  .contents2-sns a {
    margin: 0px 20px 0px 0px;
    font-size: 12px;
    font-family: 'Montserrat', 'Avenir', 'Corbel', sans-serif;
    font-weight: 400;
    color: #5f5f5f;
    letter-spacing: 0.1em;
  }

  .contents3{
    width: 100%;
    justify-content: center;
  }

  .contents4 {
    width: 100%;
    max-width: 100%;
    padding: 0 0px;
    margin: 50px auto 50px auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .contents4-leadtext {
    margin: 0px 40px;
    line-height: 20px;
  }

  .contents4-leadtext br {
    display: none;
  }

  .contents4 h2 {
    font-size: 25px;
    font-family: 'Montserrat', 'Avenir', 'Corbel', sans-serif;
    font-weight: 300;
    letter-spacing: 0.12em;
  }

  .contents4 p {
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0.03em;
  }

  .contents4-leadtext-info p {
    margin: 0px 20px 0px 0px;
    font-size: 12px;
    font-family: 'Montserrat', 'Avenir', 'Corbel', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }

  .contents4-leadtext-info img {
    width: 7px;
    margin: 10px 5px 0px 0px;
  }

  .contents4-leadtext2 {
    margin-top: 30px;
    line-height: 15px;
  }

  .contents5 {
    max-width: 100%;
    width: 100%;
    padding: 0 0px;
    margin: 0px auto 50px auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .contents5-leadtext {
    margin: 0px 40px;
  }

  .contents5 p {
    font-size: 7px;
    font-family: 'Montserrat', 'Avenir', 'Corbel', sans-serif;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #c3c3c3;
  }

  /*レイアウト6（Designテキスト）*/
  .contents6 {
    width: 100%;
    margin: 0px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .contents6 h3 {
    margin: 0px 0px;
    font-size: 15px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  .contents6 p {
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    text-justify: inter-ideograph;
    letter-spacing: 0.06em;
  }

  .contents6-designtext {
    width: 100%;
    margin: 0 40px 0px 40px;
    line-height: 20px;
  }

  .contents6 .left_img{
    width: 80%;
  }

  .contents8 {
    width: 100%;
    margin: 0px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .contents8 h3 {
    margin: 0px 0px;
    font-size: 15px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  .contents8 .contents1-text{
  width: 100%;
  }
  .contents8 p {
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    text-justify: inter-ideograph;
    letter-spacing: 0.06em;
  }

  .contents9 {
    width: 100%;
    margin: 0px auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .contents9 h3 {
    margin: 0px 0px;
    font-size: 15px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  .contents9 p {
    font-size: 12px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    text-justify: inter-ideograph;
    letter-spacing: 0.06em;
  }
.contents9 .contents1-text{
  width: 100%;
}
  .contents3 h3 {
    margin: 20px 0px 0px 0px;
    font-size: 15px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  .contents3 p {
    font-size: 11px;
    font-family: "Koburina Gothic W3 JIS2004";
    font-weight: normal;
    text-justify: inter-ideograph;
    letter-spacing: 0.06em;
  }

  .contents3-membertext {
    width: 450px;
    margin: 0 40px 0 40px;
    line-height: 20px;
  }

  .contents7 {
    max-width: 830px;
    padding: 0 0px;
    margin: 2px auto 0px auto;
    text-align: right;
    text-justify: inter-ideograph;
  }

  .contents7-text {
    margin: 0px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .br-sp {
    display: block;
  }

  .br-sp2 {
    display: block;
  }
  .link img {
    width: 7px;
    margin: 0px 2px 0px 0px;
  }
  
  .team{
    margin-bottom: 40px;
  }
}

@media (max-width: 320px) {
  .header-text {
    padding-top: 60px;
    margin: 0px auto 50px;
    line-height: 25px;
    letter-spacing: 0.12em
  }
}

