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

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

  .wave {
    padding: 30px 0px;
    margin: 10px;
  }

  .tabLogo img {
    width: 80%
  }


  .title6.pc {
    display: none;
  }


  .title6.sp {
    display: block;
  }

  .title10 {
    font-size: 30px;
  }



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

  .mainVisual {
    height: 550px;
    margin-top: 0;
    padding: 30px;
  }


  .mainVisual .copy-main-2 {
    width: 100%;
  }


  .mainVisual .copy_1 {
    font-size: 3.5em;
    line-height: 1.2;
    margin-bottom: 30px;
  }


  .mainVisual .copy_2 {
    display: none;
  }

  .mainVisual .copy_2.ex {
    display: block;
    font-size: 1em;
    margin-top: 0;
  }

  .subNav-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .subNav-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .subNav-container.ex {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .subNav-container .half {
    display: flex;
    width: 100%;
  }

  .subNav-container .half.ex {
    margin-top: -10px;
  }


  .subNav-item {
    height: 200px;
    border-right: 0px solid #fff;
    margin-bottom: 10px;
  }

  .subNav-item.ex {
    border-bottom: 0px solid #fff;
    margin-bottom: 0px;
  }

  .subNav-item.ex.works {
    margin-top: -10px;
  }

  .subNav-item.bl5 {
    border-left: 0px solid #fff;
  }

  .subNav-item.bt10 {
    border-top: 0px solid #fff;
  }


  .subNav-item.wide {
    height: 400px;
  }

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

  footer {
    text-align: left;
    margin-top: 0;
  }

  .copyright {
    font-size: 9px;
    letter-spacing: 1px;
  }

  footer ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

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

  .width-base {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }

  .title2 {
    width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-top: 30px;
  }

  #concept1 {
    margin-top: -40px;
  }

  #concept1 .txt {
    display: none;
    margin-top: 100px;
    line-height: 2.5em;
    color: #fff;
  }

  #concept1 .txt.sp {
    text-align: left;
    display: block;
    position: relative;
    z-index: 999;
    margin: 0;
  }

  #concept1 .txt.sp p {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
  }

  .title3 {
    font-size: 48px;
    padding-top: 0px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .title4 {
    display: none;
  }

  .title4.sp {
    font-size: 24px;
    display: block;
    margin-top: 20px;
    margin-bottom: -30px;
  }


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

  .figure1 {
    width: 30%;
    top: 200px;
    left: -20px;
  }

  .figure2 {
    width: 30%;
    top: 780px;
    right: -50px;
  }

  .figure3 {
    width: 30%;
    bottom: 750px;
    left: -30px;
  }

  .figure4 {
    width: 30%;
    bottom: 100px;
    right: -50px;
    z-index: -1;
  }


  .listWrap2 {
    display: none;
  }

  .listWrap2.sp {
    display: block;
  }

  .listWrap2 .list {
    text-align: left;
    line-height: 2em;
    font-size: 14px;
  }

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

  .linkWrap {
    margin-top: 10px;
  }

  .linkWrap a {
    display: block;
    margin-bottom: 10px;
  }

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

  .boxWrap {
    flex-direction: column;
    margin-bottom: 0;
  }

  .boxWrap.ex {
    margin-bottom: 0px;
  }


  .boxWrap.ex2 {
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 10px;
  }

  .box {
    padding-top: 0px;
    width: 100%;
    height: 240px;
    margin-bottom: 30px !important;
  }

  .box:last-child {
    margin-bottom: 0px !important;
  }

  .box .title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .box img {
    margin-top: -20px;
  }

  .box p {
    font-size: 14px;
    line-height: 1.5;
  }

  .box span {
    position: absolute;
    bottom: 20px;
    font-size: 12px;
  }

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

  .boxWrap2 {
    margin-top: 50px;
  }

  .box2 {
    flex-direction: column;
    margin-bottom: 30px;
  }


  .box2 .txtCont {
    width: 100%;
    padding: 30px;
  }

  .box2.ex .txtCont {
    width: 100%;
    padding: 30px;
  }

  .box2 .txtCont p {
    font-size: 14px;
  }

  .box2 .txtCont p.ex {
    margin-top: 0px;
  }

  .box2 .txtCont span {
    font-size: 16px;
    text-align: center;
  }

  .box2 .imgCont {
    width: 100%;
    height: auto;
    padding: 50px;
  }

  .box2 .txtCont h4 {
    color: #0E489E;
    margin-top: 30px;
    font-size: 18px;
  }

  .box2 .txtCont ul {
    margin-top: 30px;
    margin-bottom: 30px;
    list-style-type: disc;
    list-style-position: inside;
  }


  .box2 .txtCont li {
    color: #0E489E;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
  }

  .box2 .figure-no {
    width: 40px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .title7 {
    flex-direction: column;
  }

  .title7 .title5 {
    font-size: 20px;
  }

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

  .title8 h2 {
    font-size: 30px;
  }

  .title5 {
    font-size: 20px;
  }

  .title5.sp {
    font-size: 30px;
  }

  .title5.ex {
    font-size: 20px;
    padding: 20px;
  }

  .box3 {
    border: 0px solid #fff;
    background-color: #fff;
  }

  .boxCont {
    padding: 20px;
  }


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

  .priceBox {
    flex-direction: column;
  }

  .priceTitle {
    width: 100%;
    margin-right: 0px;
  }

  .priceBox p.ex {
    font-size: 17px;
    margin-top: 10px;
  }


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

  .iconWrap {
    display: none;
  }

  .iconWrap.sp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .iconWrap.sp.ex {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .icon {
    width: 115px;
    height: 115px;
    border-radius: 60px;
    margin-bottom: 10px;
  }

  .icon p {
    line-height: 0.8em;
    line-height: 1.2;
    font-weight: 500;
    margin-top: -3px;
  }

  .icon img {
    width: 55px;
    margin-top: 12px;
  }

  .plus {
    margin-right: 5px;
    margin-left: 5px;
    width: 30px;
    margin-top: 70px;
    padding-bottom: 0px;
  }

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

  .box4 {
    margin-top: 30px;
  }

  .box4.ex {
    margin-bottom: 0px;
  }

  .box4 h4 {
    font-size: 18px;
  }

  .box4 ul {
    padding: 20px;
  }

  .box4 p {
    padding: 0px 20px;
  }

  .box4 ul {
    padding: 15px;
    background: #F0F0F0;
    font-size: 14px;
  }


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

  .box5 {
    flex-direction: column;
    margin-top: 30px;
    text-align: center;
    height: auto;
  }

  .box5 h4 {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
  }

  .box5 p {
    width: 100%;
    background: #F0F0F0;
  }

  .title9 {
    margin-top: 20px;
  }

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

  .worksWrap {
    padding-top: 30px;
  }

  .worksWrap.ex {
    padding-top: 40px;
  }

  .worksWrap .item {
    width: 48%;
    margin-bottom: 40px;
    margin-right: 2%;
  }

  .worksWrap .item.logo {
    padding: 10px;
    margin-bottom: 20px;
  }

  .workWrap .item img {
    max-width: 90%;
  }

  .worksWrap .item.ex {
    width: 48%;
    margin-right: 4%;
  }

  .worksWrap .item:nth-child(3n) {
    margin-right: 4%;
  }

  .worksWrap .item:nth-child(2n) {
    margin-right: 0%;
  }

  .caption {
    font-size: 12px;
    color: #000;
    text-align: left;
    margin-top: -6px;
  }

  .caption.ex {
    text-align: center;
  }

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

  table {
    width: 100%;
    border-spacing: 0px;
    padding-bottom: 60px;
  }

  table tr {}

  table th {
    display: block;
    width: 100%;
    border-bottom: solid 4px #0E489E;
    vertical-align: middle;
    margin-top: 20px;
    text-align: left;

  }

  table td {
    display: block;
    width: 100%;
    border-bottom: solid 0px #C7C7C7;
    padding: 20px 0px;
  }

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


  form {
    width: 100%;
  }

  form .label {
    width: 100%;
  }

  form .item {
    flex-direction: column;
  }

  form input {
    width: 100%;
  }

  textarea {
    width: 100%;
    font-size: 15px;
  }

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

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

  .radio .inner.ex {
    height: auto;
  }


  .radio.label {
    height: 50px;
  }

  .radio.navigator .inner.ex {
    height: auto;
  }

  .radio.navigator .label {
    height: 50px;
  }

  .message.label {
    height: 50px;
  }





  .check {
    width: 20px;
    margin-bottom: 3px;
  }

  .radio .inner div {
    display: flex;
    height: 30px;
    align-items: center;
  }


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

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


  ::placeholder {
    font-size: 15px;
    color: #bbb;
  }




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

  .entryBox {
    border: 0px solid #0E489E;
  }

  .entryCont {
    width: 100%;
    padding: 20px;
  }

  .entryTxt {
    margin-top: 20px;
    letter-spacing: normal;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .entryTxt.ex {
    margin-top: 0px;
  }

  .entryCont .worksTitle {
    margin-bottom: 30px;
  }

  .entryTitle {
    font-size: 22px;
  }

  .entryTitle2 {
    display: none;
  }

  .entryTitle2.sp {
    display: block;
    height: auto;
    line-height: 1.5;
    font-size: 18px;
    margin-top: 30px;
    color: #fff;
    padding: 15px;
  }

  .entryTitle3 {
    display: none;
  }

  .entryTitle3.sp {
    display: block;
    text-align: left;
    line-height: 1.5;
    margin-top: 20px;
    font-size: 20px;
    padding-bottom: 20px;
    letter-spacing: normal;
  }

  .clientName {
    margin-bottom: 0px;
  }

  .entryImgWrap {
    padding-top: 30px;
  }

  .entryImgWrap .item {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
  }

  .entryImgWrap .item:nth-child(3n) {
    margin-right: 4%;
  }

  .entryImgWrap .item:nth-child(2n) {
    margin-right: 0%;
  }

  .entryImgWrap .item.ex {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }

  .pankuzu {
    padding-top: 20px;
  }

  .pankuzu.concept {
    padding-top: 40px;
  }

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

  .listWrap {
    flex-direction: column;
  }

  .listWrap div {
    width: 100%;
    margin-right: 0%;
  }

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

  .boxWrap3 {
    margin-top: 30px;
  }

  .box6 {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .box6 .txtCont {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 40px;
  }

  .box6 .imgCont {
    width: 100%;
    height: 250px;
  }

  .box6 h3 {
    font-weight: 600;
    font-size: 28px;
    margin-top: 20px;
  }

  .box6 .name {
    font-size: 13px;
    margin-top: 20px;
  }

  .box6 h3 span {
    font-size: 14px;
  }


  .box6 h3 span.ex {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }


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

  .box7 .txtCont {
    width: 100%;
    background-color: #fff;
    padding: 20px;
  }

  .box7 .imgCont {
    width: 100%;
  }

  .box7 h3 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
  }

  .box7 .tag a {
    font-size: 12px;
  }



  .box7 .movie {
    padding: 0;
    background: none;
  }



  .subNav-item img.navImg_1 {
    height: 80px;
  }

  .subNav-item img.navImg_2 {
    height: 80px;
  }


  .subNav-item img.navImg_4 {
    width: 220px;
  }

  .subNav-item img.navImg_5 {
    height: 80px;
  }

  .subNav-item img.navImg_6 {
    height: 70px;
  }

  .subNav-item img.navImg_7 {
    height: 90px;
  }

  #concept1 .copy-main {
    width: 90%
  }


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

  .tourBox {
    padding: 20px;
  }

  .tourBox h2 {
    font-size: 27px;
  }

  .tourBox p {
    font-size: 14px;
    margin-top: 20px;
  }

  iframe {
    height: 165px;
  }

  .title6 {
    font-size: 30px;
  }


  .kaihatsuchu {
    width: 90%;
  }




  img.navigator {
    width: 95%;
    margin-bottom: 0;
  }


  .navTxt {
    width: 100%;
    flex-direction: column;
  }

  .navTxt .item {
    width: 100%;
  }



  .profBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }


  .profBox .item {
    width: 100%;
    padding: 30px 20px;
  }

  .profBox .img {
    width: 80%;
  }


  .profBox .name {
    font-size: 26px;
  }

  .profBox .message {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
  }

  .profBox .data {
    font-size: 13px;
  }

  .profBox .bio {
    font-size: 13px;
  }


  .thanksWrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
  }




}
