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

  body {
    font-size: 14px;
  }




  .btnFix {
    top: inherit;
    bottom: 5px;
    right: 0;
    left: 0;
    width: 95%;
    margin: auto;
  }


  .title1 {
    font-size: 40px;
    color: #fff;
  }

  .title1.ex {
    font-size: 60px;
    color: #fff;
  }


  .title3 {
    font-size: 35px;
    line-height: 1.2;
  }

  .mainVisual {
    background-size: 180%;
  }


  .mainVisual .inner {
    width: 100%;
  }


  .mainVisual .main {
    margin: 0 auto;
    padding-top: 220px;
    padding-bottom: 0;
  }

  .mainVisual .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    width: 80%;
  }



  .woman1 {
    left: 80px;
    bottom: inherit;
    top: 70px;
    height: 130px;
  }

  .baloon1 {
    height: 80px;
    left: 20px;
    bottom: inherit;
    top: 120px;
  }

  .woman2 {
    height: 130px;
    top: 70px;
    right: 80px;
  }

  .baloon2 {
    height: 80px;
    top: 60px;
    right: 10px;
  }

  .woman3 {
    position: absolute;
    height: 165px;
    right: 140px;
    bottom: inherit;
    top: 380px;
  }

  .baloon3 {
    height: 80px;
    right: 80px;
    bottom: inherit;
    top: 380px;
  }

  .mainVisual .question {
    margin: 0 auto;
    margin-top: 200px;
  }

  .mainVisual .question img {
    height: 60px;
  }

  .mainVisual .works {
    width: 90%;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mainVisual .works img {
    height: inherit;
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mainVisual .works img:nth-child(4+6) {
    margin-right: 0px;
  }


  .mainVisual .works img.ex {
    margin-top: 0;
  }

  .mainVisual .title1 {
    font-size: 43px;
  }


  /*----------------------------*/


  #pageTop {
    bottom: 100px;
    right: 10px;
  }

  #pageTop a {
    width: 30px;
    height: 30px;
  }

  #pageTop i {
    font-size: 16px;
    margin-left: 1px;
  }



  .line-title {
    margin-top: 60px;
    margin-bottom: 50px;
    width: 110%;
    margin-left: -5%;
    position: relative;
    background: #32b16c;
    text-align: center;
    padding: 20px;
    transform: rotate(-3deg);
  }


  .line-title.ex {
    margin-top: -45px;
  }


  .line-title h2 {
    font-size: 28px;
    padding-left: 80px;
  }

  .line-title img {
    position: absolute;
    left: 30px;
    right: inherit;
    top: -20px;
    margin: auto;
    height: 130px;
  }

  .line-title img.img-2 {
    left: 10px;
    top: 10px;
    height: 90px;
  }

  .line-title.ex2 {
    margin-top: -45px;
  }

  .line-title.ex img {
    left: 10%;
    top: 0;
    height: 120px;
  }

  .line-title.ex2 img {
    left: 10%;
    top: 0;
    height: 120px;
  }




  .colorful {
    padding: 45px 0;
  }

  .colorful.ex {
    padding-top: 100px;
    margin-top: -90px;
  }


  .basicWrap {
    padding: 45px 0;
    width: 90%;
  }

  .basicWrap.ex2 {
    margin-top: 0;
  }

  .basicWrap.ex3 {}


  .basicWrap.ex4 {
    margin-top: 30px;
    padding-bottom: 0;
  }


  .basicWrap.ex6 {
    width: 100%;
  }



  .flexBox {
    margin-bottom: 45px;
    flex-direction: column;
  }

  .flexBox .item {
    width: 100%;
    margin-bottom: 45px;
  }

  .flexBox.ex2 {
    margin-top: 30px;
  }

  .noSpace1 {
    margin-bottom: 0;
  }

  .noSpace2 {
    margin-top: -60px;
  }




  .flexBox .item.ex {
    width: 100%;
  }

  .flexBox .item.wide {
    width: 100%;
  }

  .flexBox .item.slim {
    width: 100%;
  }

  .flexBox.reverse2 {
    flex-direction: column-reverse;
  }


  .dekaWrap {
    height: auto;
    margin-bottom: 30px;
  }

  .dekaWrap .arrow {
    width: 30px;
    top: 60px;
  }


  .img-1 {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }





  .bordertWrap {
    width: 90%;
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .bordertWrap.ex {
    width: 100%;
    margin-top: 45px;
    padding: 30px;
  }

  .bordertWrap.ex2 {
    width: 100%;
    padding-bottom: 20px;
  }


  .txtConcept {
    height: 60px;
    top: -25px;
  }

  .bordertWrap .txt {
    width: 100%;
    margin: 20px auto;
  }


  .bordertWrap .sub {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
  }


  .roundTitle {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    font-size: 18px;
  }

  .entryBtn .roundTitle {
    margin-bottom: 30px;
    width: 250px;
    margin-left: auto;
  }

  .entryBtn {
    width: 100%;
    height: 160px;
    border-radius: 30px;
  }



  .entryBtn .inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 0;
  }

  .entryBtn span:nth-child(1) {
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
  }

  .entryBtn span:nth-child(2) {
    font-size: 35px;
    padding-right: 0;
    margin-bottom: 10px
  }

  .entryBtn span:nth-child(4) {
    font-size: 15px;
    line-height: 1.5;
    z-index: 2;
  }


  .entryBtn .woman {
    display: block;
    position: absolute;
    width: 100px;
    left: -10px;
    top: inherit;
    bottom: -20px;

  }

  .entryBtn .arrow {
    width: 40px;
    right: 30px;
    top: inherit;
    bottom: 25px;
  }

  .arrow2 {
    width: 60px;
    margin-top: 10px;
  }



  .space {
    padding-top: 30px;
  }





  .listBox {
    width: 95%;
    margin-top: 20px;
  }

  .listBox .item {
    width: 48%;
    border-radius: 10px;
    margin-bottom: 20px
  }

  .listBox .tn {
    height: 130px;
    border-radius: 10px 10px 0 0;
    background-size: cover;
  }


  .listBox .title {
    margin-top: 10px;
    font-size: 16px;
  }

  .listBox .client {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }


  .listBox .numberItem {
    font-size: 24px;
    margin-top: -20px;
  }

  .listBox .number {
    font-size: 30px;
    margin-top: 0;
  }

  .listBox .number span {
    font-size: 20px;
  }


  .listBox .foot {
    color: #000;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .listBox .foot.ex {
    margin-top: 30px;
  }


  .listBox .ashirai {
    display: none;
  }




  .imgCont {
    width: 90%;
    margin: 45px auto;
  }

  .imgCont .parts {
    width: 120px;
  }

  .imgCont span {
    width: 110px;
    font-size: 19px;
  }

  .imgCont span.one {
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0;
  }

  .imgCont span.two {
    left: -10px;
    right: 0;
    top: 25px;
    bottom: 0;
  }

  .imgCont span.three {
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0;
  }

  .imgCont span.four {
    left: 5px;
    right: 0;
    top: 25px;
    bottom: 0;
  }

  .imgCont .parts.one {
    top: 0;
    left: -20px;
  }

  .imgCont .parts.two {
    top: 160px;
    left: -20px;
  }

  .imgCont .parts.three {
    top: -10px;
    right: -20px;
  }

  .imgCont .parts.four {
    top: 150px;
    right: -20px;
  }


  img.pointImg {
    display: block;
    width: 70%;
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  img.pointImg.ex {
    width: 100%;
  }


  img.point {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .txtBox {
    width: 100%;
  }

  .txtBox p {
    margin-top: 10px;
  }


  .darkRed.ex {
    height: 80px;
  }

  .darkRed.ex2 {
    height: 80px;
  }

  .darkRed.ex3 {
    padding-top: 80px;
    margin-top: -90px;
  }


  .titleSet2 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .titleSet2 span:nth-child(1) {
    font-size: 45px;
    margin-bottom: 10px;
  }

  .titleSet2 span:nth-child(2) {
    font-size: 75px;
    margin-bottom: 10px;
  }

  .titleSet2 span:nth-child(3) {
    font-size: 45px;
  }

  .featureBox {
    margin-top: 30px;
  }

  .roundTitle.ex3 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin-bottom: 20px;
  }



  .flexBox2 {
    width: 100%;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .flexBox2 .item {
    margin-bottom: 30px;
  }

  .flexBox2 .title2 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.2;
  }

  .price .title2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .price .title1 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .price.ex {
    margin-top: 45px;
  }


  .title2 {
    font-size: 28px;
    line-height: 1.5;
  }




  .flexBox3 {
    width: 100%;
    margin-top: 60px;
  }

  .flexBox3 .item {
    width: 45%;
    margin-bottom: 45px;
  }


  .flexBox3 .inner.one {
    top: -50px;
  }

  .flexBox3 .inner.two {
    top: -40px;
  }

  .flexBox3 .inner.three {
    height: 60%;
    top: -50px;
  }

  .flexBox3 .inner.four {
    top: -100px;
  }

  .flexBox3 .inner.five {
    top: -30px;
  }

  .flexBox3 .inner.six {
    width: 65%;
    top: -30px;
  }



  .flexBox3 span {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
  }


  img.plus {
    width: 60px;
    margin-top: -60px;
  }

  .flexBox4 {
    margin-bottom: 45px;
  }


  .flexBox4.ex {
    margin-bottom: 0;
  }

  .flexBox4 .item {
    width: 100%;
  }

  .flexBox4 .item .number {
    width: 60px;
  }


  .flexBox4 .title span {
    margin-left: 5px;
  }


  .box1 {
    width: 90%;
    margin-top: 60px;
  }


  .box1 .item {
    position: relative;
    margin-bottom: 60px;
  }


  .box1 .icon {
    width: 70px;
    position: absolute;
    left: 0;
    top: -30px;
  }

  .box1 .item p {
    margin-top: 10px;
  }




  form {
    width: 100%;
  }

  form label {
    width: 100%;
    height: 60px;
    width: 100%;
  }

  form .item {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .item.message,
  .item.radio {
    align-items: flex-start;
    height: auto;
  }


  form input {
    width: 100%;
    height: 60px;
  }

  textarea {
    width: 100%;
    height: 100px;
  }

  form button {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    font-size: 17px;
  }




  .radio .inner {
    width: 100%;
    padding: 30px;
  }

  .radio .inner.ex {
    height: 220px;
  }

  .radio.label {
    height: 60px;
  }

  .message.label {
    height: 60px;
  }



  .label-btn {
    display: block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    background: #F95F00;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-left: 10px;
  }

  .label-btn.ex {
    background: #eee;
    color: #999;
  }


  .copyright {
    display: block;
    text-align: center;
    margin-bottom: 130px;
    color: #fff;
  }


  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }

  .swiper-slide img {
    width: 180px;

  }


  .thanks .wrap {
    width: 80%;
    height: 400px;
  }

  .thanks .inner img {
    width: 70%;
    margin-bottom: 30px;
  }

  .thanks .inner h2 {
    font-size: 40px;
  }

  .thanks .inner a {
    margin-top: 30px;
  }


  .titleSet1 span:nth-child(1) {
    font-size: 35px;
    margin-top: 20px;
  }

  .titleSet1 span:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 70px;
  }

  .titleSet1 span:nth-child(3) {
    font-size: 35px;
  }

  .arrow2 {
    display: none;
  }




  /*----------------------------*/

  .pc {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .sp {
    display: block !important;
  }


  /*----------------------------*/

}
