/* ↓幅が768pxより大きい場合 */

@media not screen and (max-width:768px) {
  html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 10px;
    scroll-behavior: smooth;
  }

  body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /* background-color: red; */
  }

  .wrapper {
    width: 95%;
    margin: 0 auto;
  }

  /* --------------------ここからヘッダー-------------------- */

  header {
    width: 95%;
    margin: 0 auto;
    display: flex;
    height: 100px;
  }

  #top_phone {
    display: none;
  }

  /* header .title-all{
    height:80%;
    display:flex;
    width:30%;
    overflow:hidden;
  } */
  /* header .contact-all{
    
    height:100%;
    width:30%;
    
    overflow:hidden;
  } */
  header>img:first-of-type {
    height: auto;
    width: 25%;
    object-fit: contain;
    margin-right: 2rem;
  }

  .contact-all {
    height: auto;
    width: 40%;
    margin-left: 1rem;
    object-fit: contain;
  }

  .contact-all p {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
  }

  .contact-all>img {
    width: 100%;
  }

  header nav {
    width: 100%;
    display: flex;
    height: 10rem;
    flex-wrap: wrap;
    /* background-color:blue; */
    margin: 0;
    padding: 0;
  }

  /* header a{
    display:block;
    height:50px;
    font-size:1.2rem;
    box-sizing:border-box;
    margin:auto;
    text-align:center;
    width:20%;
    background-color:green;
    color:white;
    border-right:1px solid white;
  } */
  header nav a {
    display: inline-flex;
    height: 5rem;
    font-size: 1rem;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    width: 20%;
    /* background-color:green; */
    color: black;
    /* border-right:1px solid white; */
    text-decoration: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background-color 0.5s, color 0.5s;
  }

  header nav a:hover {
    color: rgb(112, 112, 112);
    background-color: rgb(238, 238, 238);
    cursor: pointer;
  }

  header nav a span:first-of-type {
    font-size: 1.3rem;
  }

  /* header nav a:last-of-type{
    border-right:none;
  } */

  /* --------------------ここまでヘッダー-------------------- */

  .topimg {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 3.5rem;
  }

  .content1 img {
    width: 300px;
  }

  .content1 .consept_title>div {
    display: flex;
    position: relative;
    width: 100%;
    height: 5rem;
    /* background-color:blue; */
  }

  .content1 h1 {
    display: inline-block;
    width: 210px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
  }

  .content1 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 100%;
    height: 100%;
    /* left: 210px; */
    margin-top: 2px;
    /* background-color: red; */
  }

  .content1 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 75%;
    right: 0;
  }

  .content1 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 77%;
    background-color: rgb(129, 129, 129);
  }

  .content1 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
  }

  .content1 .text {
    display: flex;
    font-size: 1.2rem;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    /* background-color:skyblue; */
    border-bottom: solid 1px rgb(129, 129, 129);
  }

  .content1 p {
    font-size: 1.2rem;
  }

  .content1 .text-left {
    width: 50%;
    /* background-color:olive; */
  }

  .content1 .text-right {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 50%;
    flex-flow: column;
    /* background-color:orange; */
  }

  .content1 .text-right img {
    display: inline-block;
    width: 80%;
    position: absolute;
    right: 10%;
    top: 0%;
    z-index: 0;
    opacity: 0.5;
  }

  .content1 .text-right p {
    font-size: 1.5rem;
    color: rgb(76, 0, 255);
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 20%;
    z-index: 100;
  }

  .content1 .text-right span {
    display: inline-block;
    padding-bottom: 20px;
    margin-left: 20%;
    z-index: 100;
  }

  /* ----------------------------------------------------- */

  .content2 {
    width: 100%;
    display: flex;
    position: relative;
    border-bottom: solid 1px rgb(129, 129, 129);
    /* background-color:aquamarine; */
    margin-bottom: 5rem;
  }

  .content2 .text-left {
    width: 50%;
    /* background-color:skyblue; */
  }

  .content2 .business_title {
    width: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
  }

  .content2 .business_title>div {
    width: 100%;
    display: flex;
    height: 5rem;
  }

  .content2 .text-left img {
    width: 250px;
    z-index: 0;
  }

  .content2 .text-left .text {
    width: 60%;
    margin-left: 4rem;
    /* background-color:yellow; */
  }

  .content2 h1 {
    display: inline-block;
    width: 70px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
  }

  .content2 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 100%;
    height: 5rem;
    margin-top: 1px;
    /* background-color:red; */
  }

  .content2 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 73%;
    right: 0;
    z-index: 20;
  }

  .content2 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 75%;
    background-color: rgb(129, 129, 129);
    z-index: 20;
  }

  .content2 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
    z-index: 20;
  }

  .content2 .text-right {
    width: 50%;
    /* background-color:orange; */
    z-index: 20;
  }

  .content2 .text-right .a {
    width: 80%;
    margin: 3rem auto 2rem auto;
  }

  .content2 .text-right .b {
    width: 80%;
    margin: 0rem auto 8rem auto;
  }

  .content2 .text-right span {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 3rem;
    width: 80%;
  }

  .content2>img {
    display: block;
    position: absolute;
    width: 250px;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    z-index: 0;
  }

  .content2 p {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 3.5rem;
  }

  .content2 .text-right h2 {
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    margin-top: 0;
    color: rgb(76, 0, 255);
  }



  /* ----------------------------------------------------- */

  .content3 .process_title img {
    width: 250px;
  }

  .content3_phone {
    display: none;
  }

  .content3 .process_title>div {
    display: flex;
    position: relative;
    width: 50%;
    height: 5rem;
    /* background-color: blue; */
  }

  .content3 h1 {
    display: inline-block;
    width: 180px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
  }

  .content3 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 100%;
    height: 100%;
    /* left: 180px; */
    margin-top: 2px;
    /* background-color: red; */
    /* opacity: 50%; */
  }



  .content3 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 75%;
    right: 0;
  }

  .content3 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 77%;
    background-color: rgb(129, 129, 129);
  }

  .content3 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
  }

  .content3 .process_images {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: solid 1px rgb(129, 129, 129);
    /* background-color: orange; */
  }

  .content3 .process_images .img1 {
    display: flex;
    width: 100%;
  }

  .content3 .process_images .img2 {
    display: flex;
    width: 100%;
  }

  .content3 .process_images .img3 {
    display: flex;
    width: 100%;
  }

  .content3 .process_images .img1_1,
  .content3 .process_images .img2_1,
  .content3 .process_images .img3_1 {
    display: flex;
    width: 70%;
  }

  .content3 .process_images .img1_1 img {
    display: inline-block;
    width: 45%;
    margin: auto;
  }

  .content3 .process_images .img2_1 img {
    display: inline-block;
    width: 70%;
    margin: auto;
  }

  .content3 .process_images .img3_1 img {
    display: inline-block;
    width: 90%;
    margin: auto;
  }

  .content3 .process_images .img1_2,
  .content3 .process_images .img2_2,
  .content3 .process_images .img3_2 {
    width: 30%;
  }

  .content3 .process_images .img1_2 img,
  .content3 .process_images .img2_2 img,
  .content3 .process_images .img3_2 img {
    width: 100%;
  }

  /* ----------------------------------------------------- */

  .content4 {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: solid 1px rgb(129, 129, 129);
  }

  .content4 .access_title img {
    width: 80px;
  }

  .content4 .access_title>div {
    display: flex;
    position: relative;
    width: 100%;
    height: 5rem;
    /* background-color: blue; */
  }

  .content4 h1 {
    display: inline-block;
    width: 70px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
  }

  .content4 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 50%;
    height: 100%;
    /* left: 70px; */
    margin-top: 2px;
    /* background-color: red; */
    /* opacity: 50%; */
  }


  .content4 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 75%;
    right: 0;
  }

  .content4 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 77%;
    background-color: rgb(129, 129, 129);
  }

  .content4 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
  }

  .content4 .access-link {
    width: 80%;
    /* background-color: lime; */
    margin: auto;
  }

  /* ----------------------------------------------------- */

  .content5 {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: solid 1px rgb(129, 129, 129);
    padding-bottom: 20px;
    padding-top: 1vw;
    /* display: grid; */
    grid-template: ". title title . ." 2fr ". . form.  ." 1fr / 1fr 1fr 4fr 1fr 1fr;
  }

  .content5 .contact_title img {
    /* margin-top:5rem; */
    width: 90px;
  }

  .content5 .contact_title>div {
    display: flex;
    position: relative;
    width: 100%;
    height: 5rem;
    /* background-color: blue; */
  }

  .content5 h1 {
    display: inline-block;
    width: 100px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
  }

  .content5 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 50%;
    height: 100%;
    /* left: 100px; */
    margin-top: 2px;
    /* background-color: red; */
    /* opacity: 50%; */
  }

  .content5 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 75%;
    right: 0;
  }

  .content5 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 77%;
    background-color: rgb(129, 129, 129);
  }

  .content5 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
  }

  .content5 .odenwa {
    display: flex;
    position: absolute;
    width: 350px;
    right: 0px;
    /* background-color: gray; */
  }

  .content5 .odenwa div {
    display: flex;
    width: 50%;
  }

  .content5 .odenwa span {
    display: inline-block;
    font-size: 1.1rem;
    margin: auto;
    justify-content: center;
  }

  .content5 .odenwa img {
    display: inline-block;
    width: 100%;
    justify-content: center;
  }

  .content5 .contact-flow {
    width: 80%;
    /* background-color: gray; */
    margin: 0 auto;
    font-size: 1.6rem;
  }

  .content11-flow {
    width: 90%;
    grid-area: title;
    -moz-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }



  .contact-form {
    grid-area: form;
    height: 100%;
    display: grid;
    grid-template: " label label " 1fr " labelName inputName " 1fr " labelEmail inputEmail " 1fr " labelPhone inputPhone " 1fr " labelContent inputContent " 2fr " submit submit " 1fr / 1fr 2fr;
    font-size: 1.4rem;
  }

  .form-name1 {
    grid-area: labelName;
    display: flex;
    justify-content: flex-end;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .contact-form .form-toptext {
    display: flex;
    flex-flow: column;
    /* background-color:yellow; */
    height: 80%;
    width: 80%;
    text-align: center;
  }

  .form-name1 span {
    color: red;
  }

  .form-emall1 {
    grid-area: labelEmail;
    display: flex;
    justify-content: flex-end;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-emall1 span {
    color: red;
  }

  .form-tell1 {
    grid-area: labelPhone;
    display: flex;
    justify-content: flex-end;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-tell1 span {
    color: red;
  }


  .form-main1 {
    grid-area: labelContent;
    display: flex;
    justify-content: flex-end;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-main1 span {
    color: red;
  }

  .form-name2 {
    grid-area: inputName;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-emall2 {
    grid-area: inputEmail;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-tell2 {
    grid-area: inputPhone;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-main2 {
    grid-area: inputContent;
    padding-top: 10px;
    padding-left: 10px;
  }

  .contact-form input {
    width: 85%;
  }

  .contact-form .input-form2 {
    width: 85%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 1px 2px 1px 10px;
  }

  .form-buttun {
    grid-area: submit;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    padding-top: 2rem;
  }

  .input-form {
    display: block;
    width: 95%;
    height: 60%;
    padding-left: 10px;
  }

  .input-form2 {
    display: block;
    width: 95%;
    padding: 10px;
    resize: none;
  }

  /* ----------------------------------------------------- */

  .content6 {
    padding-bottom: 5rem;
    border-bottom: solid 1px rgb(129, 129, 129);
  }

  .content6 .regulations_title img {
    width: 250px;
  }

  .content6 .regulations_title>div {
    display: flex;
    position: relative;
    width: 50%;
    height: 5rem;
    /* background-color: blue; */
  }

  .content6 h1 {
    display: inline-block;
    width: 68px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
    z-index: 100;
  }

  .content6 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 100%;
    height: 100%;
    /* left: 70px; */
    margin-top: 2px;
    /* background-color: red; */
    /* opacity: 50%; */
  }



  .content6 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 75%;
    right: 0;
  }

  .content6 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 77%;
    background-color: rgb(129, 129, 129);
  }

  .content6 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
  }

  .content6 .kitei {
    width: 80%;
    margin: 0 auto;
  }

  /* --------------------ここからフッター-------------------- */

  footer {
    width: 100%;
    height: 300px;
    /* background-color: yellow; */
  }

  footer .jouhou {
    width: 85%;
    height: 90%;
    margin: 0 auto;
    padding-top: 9rem;
    /* background-color: pink; */
  }

  footer .jouhou .addres {
    width: 100%;
    /* background-color: green; */
    font-size: 1.5rem;
  }

  footer .jouhou .addres span {
    font-size: 1.9rem;
  }

  footer h1 {
    font-size: 2.5rem;
    /* padding-top:9rem; */
    margin-bottom: 1rem;
    color: rgb(76, 0, 255);
  }


  .copyright {
    display: flex;
    height: 40px;
    background-color: rgb(76, 0, 255);
    /* text-align: right; */
    align-items: center;
    justify-content: flex-end;
  }

  .copyright span {
    display: inline-block;
    color: white;
    /* background-color:red; */
    font-size: 1.5rem;
    margin-right: 30px;
  }

  /* --------------------ここまでフッター-------------------- */

  header a {
    pointer-events: none;
  }

  .wrapper {
    display: none;
    /* background-color: yellow; */
  }

  .wrapper_kouji {
    width: 100%;
    height: 300px;
    /* background-color: red; */
    padding-top: 80px;
  }

  .kouji_img {
    display: block;
    height: 100%;
    /* width:30%; */
    margin-left: auto;
    margin-right: auto;

  }
}

/* --------------------windodwsize-------------------- */



/* ↓幅が768px以下の場合 */

@media screen and (max-width:768px) {
  html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 10px;
    scroll-behavior: smooth;
  }

  body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /* background-color: red; */
  }

  .wrapper {
    width: 95%;
    margin: 0 auto;
    padding-top: 4rem;
  }

  /* --------------------ここからヘッダー-------------------- */

  #top {
    display: none;
    width: 95%;
    margin: 0 auto;
    /* display: flex; */
    height: 100px;
    background-color: pink;
  }

  #top_phone {
    position: relative;
    /* display:none; */
    width: 100%;
    /* margin: 0 auto; */
    display: flex;
    height: 4rem;
    background-color: rgb(192, 192, 192);
    justify-content: center;
  }

  #top_phone .button {
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    content: "";
    background-color: rgb(192, 192, 192);
    height: 4rem;
    width: 4rem;
    z-index: 5000;
    transition: all .5s;
  }

  #top_phone .button:hover {
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    content: "";
    background-color: rgb(192, 192, 192);
    height: 4rem;
    width: 4rem;
    z-index: 5000;
    cursor: pointer;
  }

  #top_phone .button.active {
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    content: "";
    background-color: rgb(151, 151, 151);
    height: 4rem;
    width: 4rem;
    z-index: 5000;
    transition: all .5s;
  }

  #top_phone .button.active:hover {
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    content: "";
    background-color: rgb(151, 151, 151);
    height: 4rem;
    width: 4rem;
    z-index: 5000;
  }

  #top_phone .button .sride_humburger {
    position: relative;
    width: 55%;
    height: 40%;
    margin: auto;
    /* background-color:brown; */
  }

  #top_phone .button .sride_humburger div {
    position: relative;
    content: "";
    width: 100%;
    height: 0.5px;
    background-color: yellow;
  }

  #top_phone .button .sride_humburger div:nth-child(1) {
    position: absolute;
    top: 0%;
    background-color: white;
    transition: all .5s;
  }

  #top_phone .button .sride_humburger div:nth-child(1).active {
    transform: translateY(5.5px) rotate(-45deg);
    transition: all .5s;
    top: 2px;
  }

  #top_phone .button .sride_humburger div:nth-child(2) {
    position: absolute;
    top: 50%;
    background-color: white;
    transition: all .5s;
  }

  #top_phone .button .sride_humburger div:nth-child(2).active {
    /* transform: translateY(-5.5px) rotate(45deg); */
    opacity: 0;
    transition: all .5s;
    /* margin-top: 6px; */
    /* height: 0px; */
  }

  #top_phone .button .sride_humburger div:nth-child(3) {
    position: absolute;
    bottom: 0%;
    background-color: white;
    transition: all .5s;
  }

  #top_phone .button .sride_humburger div:nth-child(3).active {
    transform: translateY(-5.5px) rotate(45deg);
    transition: all .5s;
    bottom: 3px;
    left: 1px;
  }

  /* header .title-all{
    height:80%;
    display:flex;
    width:30%;
    overflow:hidden;
  } */
  /* header .contact-all{
    
    height:100%;
    width:30%;
    
    overflow:hidden;
  } */
  header>img:first-of-type {
    height: 80%;
    margin: auto;
    object-fit: contain;
    /* margin-right: 2rem; */
  }

  .contact-all {
    height: auto;
    width: 40%;
    margin-left: 1rem;
    object-fit: contain;
  }

  .contact-all p {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
  }

  .contact-all>img {
    width: 100%;
  }

  .overlay {
    display: flex;
    /* display:none; */
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: rgb(192, 192, 192);
    opacity: 0;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all .5s;
  }

  .overlay.active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(192, 192, 192);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 1;
    transition: all .5s;
  }

  header nav {
    width: 80%;
    display: flex;
    flex-flow: column;
    height: 90%;
    flex-wrap: wrap;
    background-color: rgb(192, 192, 192);
    /* opacity:0.5; */
  }

  /* header a{
    display:block;
    height:50px;
    font-size:1.2rem;
    box-sizing:border-box;
    margin:auto;
    text-align:center;
    width:20%;
    background-color:green;
    color:white;
    border-right:1px solid white;
  } */
  header nav a {
    display: inline-flex;
    height: 5rem;
    font-size: 1rem;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    width: 30%;
    background-color: rgb(192, 192, 192);
    color: white;
    /* border-right:1px solid white; */
    text-decoration: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background-color 0.5s, color 0.5s;
  }

  header nav a:hover {
    color: rgb(112, 112, 112);
    background-color: rgb(238, 238, 238);
    cursor: pointer;
  }

  header nav a span:first-of-type {
    font-size: 1.3rem;
  }

  /* header nav a:last-of-type{
    border-right:none;
  } */

  /* --------------------ここまでヘッダー-------------------- */

  .topimg {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 3.5rem;
  }

  .content1 img {
    width: 300px;
    padding-bottom: 1rem;
  }

  .content1 .consept_title>div {
    display: flex;
    position: relative;
    width: 100%;
    height: 5rem;
    /* background-color:blue; */
  }

  .content1 h1 {
    display: inline-block;
    width: 210px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
  }

  .content1 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 100%;
    height: 100%;
    /* left: 210px; */
    margin-top: 2px;
    /* background-color: red; */
  }

  .content1 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 75%;
    right: 0;
  }

  .content1 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 77%;
    background-color: rgb(129, 129, 129);
  }

  .content1 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
  }

  .content1 .text {
    display: flex;
    flex-flow: column;
    font-size: 1.2rem;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    /* background-color:skyblue; */
    border-bottom: solid 1px rgb(129, 129, 129);
  }

  .content1 .text-left p {
    font-size: 1.2rem;
    /* color:blue; */
    letter-spacing: 0.3rem;
  }

  .content1 .text-left {
    width: 100%;
    z-index: 50;
    /* background-color:olive; */
  }

  .content1 .text-right {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    flex-flow: column;
    /* background-color:orange; */
    /* padding-bottom:6rem; */
  }

  .content1 .text-right img {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    right: 0%;
    /* top: -50%; */
    z-index: 0;
    opacity: 0.5;
    max-height: 200px;
  }

  .content1 .text-right p {
    font-size: 1.5rem;
    color: rgb(76, 0, 255);
    font-weight: bold;
    margin: 2rem auto auto auto;
    z-index: 100;
  }

  .content1 .text-right span {
    display: inline-block;
    padding-bottom: 20px;
    margin-left: 20%;
    margin: 1rem auto auto auto;
    z-index: 100;
  }

  /* ----------------------------------------------------- */

  .content2 {
    width: 100%;
    display: flex;
    position: relative;
    border-bottom: solid 1px rgb(129, 129, 129);
    /* background-color:aquamarine; */
    margin-bottom: 5rem;
  }

  .content2 .text-left {
    width: 50%;
    /* background-color:skyblue; */
  }

  .content2 .business_title {
    width: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
  }

  .content2 .business_title>div {
    width: 100%;
    display: flex;
    height: 5rem;
  }

  .content2 .text-left img {
    width: 250px;
    padding-bottom: 1rem;
    z-index: 0;
  }

  .content2 .text-left .text {
    width: 60%;
    margin-left: 4rem;
    /* background-color:yellow; */
  }

  .content2 h1 {
    display: inline-block;
    width: 70px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
  }

  .content2 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 100%;
    height: 5rem;
    margin-top: 1px;
    /* background-color:red; */
  }

  .content2 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 73%;
    right: 0;
    z-index: 20;
  }

  .content2 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 75%;
    background-color: rgb(129, 129, 129);
    z-index: 20;
  }

  .content2 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
    z-index: 20;
  }

  .content2 .text-left {
    z-index: 50;
  }

  .content2 .text-right {
    width: 50%;
    /* background-color:orange; */
    padding-top: 1rem;
    z-index: 20;
  }

  .content2 .text-right .a {
    width: 80%;
    margin: 3rem auto 2rem auto;
  }

  .content2 .text-right .b {
    width: 80%;
    margin: 0rem auto 8rem auto;
  }

  .content2 .text-right span {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 3rem;
    width: 80%;
  }

  .content2>img {
    display: block;
    position: absolute;
    width: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    z-index: 0;
  }

  .content2 p {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 3.5rem;
  }

  .content2 .text-right h2 {
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    margin-top: 0;
    color: rgb(76, 0, 255);
  }



  /* ----------------------------------------------------- */

  .content3 {
    display: none;
  }

  .content3_phone .process_title img {
    width: 250px;
  }

  .content3_phone .process_title>div {
    display: flex;
    position: relative;
    width: 100%;
    height: 5rem;
    margin-top: 1rem;
    /* background-color: blue; */
  }

  .content3_phone h1 {
    display: inline-block;
    width: 180px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
  }

  .content3_phone .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 100%;
    height: 100%;
    /* left: 180px; */
    margin-top: 2px;
    /* background-color: red; */
    /* opacity: 50%; */
  }



  .content3_phone .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 75%;
    right: 0;
  }

  .content3_phone .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 77%;
    background-color: rgb(129, 129, 129);
  }

  .content3_phone .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
  }

  .content3_phone .process_images {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: solid 1px rgb(129, 129, 129);
    /* background-color: orange; */
  }

  .content3_phone .yajirusi .img1_1,
  .content3_phone .yajirusi .img2_1,
  .content3_phone .yajirusi .img3_1 {
    display: flex;
    width: 100%;
    /* height:100%; */
    /* background-color:purple; */
    justify-content: center;
    margin-bottom: 1rem;
  }

  .content3_phone .yajirusi .img1_1 img {
    display: inline-block;
    width: 45%;
    margin: 0 auto;
  }

  .content3_phone .yajirusi .img2_1 img {
    display: inline-block;
    width: 75%;
  }

  .content3_phone .yajirusi .img3_1 img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }

  .content3_phone .gazou {
    width: 100%;
  }

  .content3_phone .gazou .img1_2,
  .content3_phone .gazou .img2_2,
  .content3_phone .gazou .img3_2 {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 1rem auto 0 auto;
  }

  .content3_phone .gazou img {
    display: inline-block;
    width: 90%;
  }

  /* ----------------------------------------------------- */

  .content4 {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: solid 1px rgb(129, 129, 129);
  }

  .content4 .access_title img {
    width: 80px;
  }

  .content4 .access_title>div {
    display: flex;
    position: relative;
    width: 100%;
    height: 5rem;
    /* background-color: blue; */
    margin-top: 1rem;
  }

  .content4 h1 {
    display: inline-block;
    width: 70px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
  }

  .content4 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 100%;
    height: 100%;
    /* left: 70px; */
    margin-top: 2px;
    /* background-color: red; */
    /* opacity: 50%; */
  }


  .content4 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 75%;
    right: 0;
  }

  .content4 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 77%;
    background-color: rgb(129, 129, 129);
  }

  .content4 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
  }

  .content4 .access-link {
    width: 80%;
    /* background-color: lime; */
    margin: auto;
  }

  /* ----------------------------------------------------- */

  .content5 {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: solid 1px rgb(129, 129, 129);
    padding-bottom: 20px;
    padding-top: 1vw;
    /* display: grid; */
    grid-template: ". title title . ." 2fr ". . form.  ." 1fr / 1fr 1fr 4fr 1fr 1fr;
  }

  .content5 .contact_title img {
    /* margin-top:5rem; */
    width: 90px;
  }

  .content5 .contact_title>div {
    display: flex;
    position: relative;
    width: 100%;
    height: 5rem;
    /* background-color: blue; */
    margin-top: 1rem;
  }

  .content5 h1 {
    display: inline-block;
    width: 100px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
  }

  .content5 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 100%;
    height: 100%;
    /* left: 100px; */
    margin-top: 2px;
    /* background-color: red; */
    /* opacity: 50%; */
  }

  .content5 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 75%;
    right: 0;
  }

  .content5 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 77%;
    background-color: rgb(129, 129, 129);
  }

  .content5 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
  }

  .content5 .odenwa {
    display: flex;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 100%;
    /* background-color: gray; */
  }

  .content5 .odenwa div {
    display: flex;
    width: 50%;
  }

  .content5 .odenwa span {
    display: inline-block;
    font-size: 1.2rem;
    margin: auto;
    justify-content: center;
  }

  .content5 .odenwa img {
    display: inline-block;
    width: 100%;
    justify-content: center;
  }

  .content5 .contact-flow {
    width: 80%;
    /* background-color: gray; */
    margin: 0 auto;
    font-size: 1.6rem;
  }

  .content11-flow {
    width: 90%;
    grid-area: title;
    -moz-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    grid-area: form;
    height: 100%;
    display: grid;
    grid-template: " label label " 1fr " labelName inputName " 1fr " labelEmail inputEmail " 1fr " labelPhone inputPhone " 1fr " labelContent inputContent " 2fr " submit submit " 1fr / 1fr 2fr;
  }

  .form-name1 {
    grid-area: labelName;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .contact-form .form-toptext {
    display: flex;
    flex-flow: column;
    /* background-color:yellow; */
    height: 80%;
    width: 80%;
    text-align: center;
  }

  .form-name1 span {
    color: red;
  }

  .form-emall1 {
    grid-area: labelEmail;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-emall1 span {
    color: red;
  }

  .form-toptext {
    white-space: nowrap;
    margin-right: 1rem;
    font-size: 1.4rem;
  }

  .form-tell1 {
    grid-area: labelPhone;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-tell1 span {
    color: red;
  }

  .form-main1 {
    grid-area: labelContent;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-main1 span {
    color: red;
  }

  .form-name2 {
    grid-area: inputName;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-emall2 {
    grid-area: inputEmail;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-tell2 {
    grid-area: inputPhone;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .form-main2 {
    grid-area: inputContent;
    padding-top: 10px;
    padding-left: 10px;
  }

  .contact-form input {
    width: 85%;
  }

  .contact-form .input-form2 {
    width: 85%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 1px 2px 1px 10px;
  }

  .form-buttun {
    grid-area: submit;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    padding-top: 2rem;
  }

  .input-form {
    display: block;
    width: 95%;
    height: 60%;
    padding-left: 10px;
  }

  .input-form2 {
    display: block;
    width: 95%;
    padding: 10px;
    resize: none;
  }

  /* ----------------------------------------------------- */

  .content6 {
    padding-bottom: 5rem;
    border-bottom: solid 1px rgb(129, 129, 129);
  }

  .content6 .regulations_title img {
    width: 250px;
  }

  .content6 .regulations_title>div {
    display: flex;
    position: relative;
    width: 100%;
    height: 5rem;
    /* background-color: blue; */
    margin-top: 1rem;
  }

  .content6 h1 {
    display: inline-block;
    width: 68px;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    z-index: 100;
    background-color: white;
    z-index: 100;
  }

  .content6 .hamburger {
    display: flex;
    position: absolute;
    flex-flow: column;
    width: 100%;
    height: 100%;
    /* left: 70px; */
    margin-top: 2px;
    /* background-color: red; */
    /* opacity: 50%; */
  }



  .content6 .hamburger .arrow1 {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    bottom: 75%;
    right: 0;
  }

  .content6 .hamburger .arrow2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 0.1rem;
    bottom: 77%;
    background-color: rgb(129, 129, 129);
  }

  .content6 .hamburger .arrow3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    bottom: 75%;
    height: 0.1rem;
    background-color: rgb(129, 129, 129);
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
    right: 0;
  }

  .content6 .kitei {
    width: 80%;
    margin: 0 auto;
  }

  /* --------------------ここからフッター-------------------- */

  footer {
    width: 100%;
    height: 300px;
    /* background-color: yellow; */
  }

  footer .jouhou {
    width: 85%;
    height: 90%;
    margin: 0 auto;
    padding-top: 9rem;
    /* background-color: pink; */
  }

  footer .jouhou .addres {
    width: 100%;
    /* background-color: green; */
    font-size: 1.5rem;
  }

  footer .jouhou .addres span {
    font-size: 1.9rem;
  }

  footer h1 {
    font-size: 2.5rem;
    /* padding-top:9rem; */
    margin-bottom: 1rem;
    color: rgb(76, 0, 255);
  }


  .copyright {
    display: flex;
    height: 40px;
    background-color: rgb(76, 0, 255);
    /* text-align: right; */
    /* align-items: center; */
    justify-content: flex-end;
  }

  .copyright span {
    display: inline-block;
    color: white;
    /* background-color:red; */
    font-size: 1.5rem;
    margin-right: 30px;
  }

  /* --------------------ここまでフッター-------------------- */

  header a {
    pointer-events: none;
  }

  .wrapper {
    display: none;
    /* background-color: yellow; */
  }

  .wrapper_kouji {
    width: 100%;
    height: 170px;
    /* background-color: red; */
    padding-top: 90px;
  }



  .kouji_img {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}


#top {
  display: none;
}

#top_phone {
  display: none;
}

footer {
  display: none;
}