@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 960px) {
  .qa_br{
    display: none;

  }
  html {
    font-size: 14px;
  }

  header h2 {
    margin: -55px 0px 0px 0;  
    font-size: 2.2rem;
  }
  
  .gMenu .menu {
    background:linear-gradient(to bottom, rgba(248, 174, 62, 0.9), rgba(7, 255, 214, 0.8), rgba(23, 20, 194, 0.9));
    font-size: 1.8rem;
  }
  .gMenu .menu .nav-list {
    width: 30%;
  }
  
  
  /* SNSを全表示できたらこっち */
  /* .snsbtniti {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 35%;
    left: 3%;
  }
  .snsbtniti > * {
    margin-bottom: 80%;
  }
  .all_nav-list {
    margin-top: 12%;
  } */
  

  .question main{
    height: 100%;
    width: 100%;
    padding-top: 100px;
    font-size: 1.8rem;
  }
    .wrapper h3 {
    font-size: 1.8rem;
  }
  h3:hover {
    color:initial ;
  }
  h3:active {
    color: #bbb;
  }
  .wrapper h3 {
    text-indent: -1.2em; /*段落が変わっても行を合わせる*/
    padding-left: 1.7em; /*始まりの位置を合わせる*/
  }
  
  
  .other-pages p {
    width: 97vw;
  }
  .other-pages li {
    font-weight: normal;
  }
  .button {
    padding: 5px 3vw;
    font-size: 2rem;
  }

  
  .address {
    color : #ffe;
    font-size: 1.3rem;
    position: absolute;
    left: 6%;
    top: 17%;
  }
  #company-name {
    color: #ffe;
    font-size: 2.7rem;
    position:absolute;
    right: 7%;
    bottom: 35%;
    letter-spacing: -0.1rem;
  }
  #company-name small {
    font-size: 65%;
  }
  .instagram-icon {
    position: absolute;
    left: 8.3%;
    bottom: 14%;
  }
  .twitter-icon {
    position: absolute;
    left: 16%;
    bottom: 14%;
  }
  .pinterest-icon {
    position: absolute;
    left: 23%;
    bottom: 13%;
  }
  .base-icon {
    position: absolute;
    left: 30%;
    bottom: 8%;
  }
  .copyrights {  
    text-align: center;
    font-size: 0.8rem;
    background-color: #555;
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1% 0;
  }

  .arrow-wrapper {
    display: none;
    position: fixed;
    bottom: 138px;
    right: 1%;
    z-index: 1;
  }
  .arrow-circle {
    font-size: x-large;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color:rgba(51, 51, 51, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .arrow-circle:hover {
     background-color: #555;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 830px) {
  html {
    font-size: 12px;
  }

  header h2 {
    margin: -52px 0px 0px 0;  
    font-size: 2.2rem;
  }

  .gMenu .menu {
    background:linear-gradient(to bottom, rgba(248, 174, 62, 0.9), rgba(7, 255, 214, 0.8), rgba(23, 20, 194, 0.9));
  }
  .gMenu .menu .nav-list {
    width: 29%;
  }
  
  
  /* SNSを全表示できたらこっち */
  /* .snsbtniti {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 35%;
    left: 3%;
  }
  .snsbtniti > * {
    margin-bottom: 80%;
  }
  .all_nav-list {
    margin-top: 12%;
  } */
  

  .other-pages p {
    width: 97vw;
  }
  .button {
    font-size: 2rem;
  }
  .button:hover::before {
    width: 0;
  }


  .address {
    color : #ffe;
    font-size: 1.3rem;
    position: absolute;
    left: 5%;
    top: 20%;
  }
  #company-name {
    color: #ffe;
    font-size: 2.8rem;
    position:absolute;
    right: 7%;
    bottom: 35%;
    letter-spacing: -0.1rem;
  }
  #company-name small {
    font-size: 65%;
  }
  .instagram-icon {
    position: absolute;
    left: 8%;
    bottom: 12%;
  }
  .twitter-icon {
    position: absolute;
    left: 17%;
    bottom: 12%;
  }
  .pinterest-icon {
    position: absolute;
    left: 25%;
    bottom: 10%;
  }
  .base-icon {
    position: absolute;
    left: 34%;
    bottom: 6%;
  }
  .copyrights {  
    text-align: center;
    font-size: 0.8rem;
    background-color: #555;
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1% 0;
  }

  .arrow-wrapper {
    display: none;
    position: fixed;
    bottom: 138px;
    right: 1%;
    z-index: 1;
  }
  .arrow-circle {
    font-size: x-large;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color:rgba(51, 51, 51, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .arrow-circle:hover {
     background-color: #555;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 700px) {
  html {
    font-size: 10px;
  }
 
  header h2 {
    margin: -48px 0px 0px 0;  
    font-size: 2.2rem;
  }
  
  .gMenu .menu {
    background:linear-gradient(to bottom, rgba(248, 174, 62, 0.9), rgba(7, 255, 214, 0.8), rgba(23, 20, 194, 0.9));
  }
  .gMenu .menu .nav-list {
    width: 28%;
  }
  
  
  /* SNSを全表示できたらこっち */
  /* .snsbtniti {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 35%;
    left: 3%;
  }
  .snsbtniti > * {
    margin-bottom: 80%;
  }
  .all_nav-list {
    margin-top: 12%;
  } */
  

  .other-pages p {
    width: 97vw;
    line-height: 1.5;
  }
  .button {
    font-size: 2rem;
  }


  .button:hover::before {
    width: 0;
  }
  .address {
    color : #ffe;
    font-size: 1.3rem;
    position: absolute;
    left: 5%;
    top: 23%;
  }
  #company-name {
    color: #ffe;
    font-size: 3rem;
    position:absolute;
    right: 6%;
    bottom: 35%;
    letter-spacing: -0.1rem;
  }
  #company-name small {
    font-size: 65%;
  }
  .instagram-icon {
    position: absolute;
    left: 8%;
    bottom: 11%;
  }
  .twitter-icon {
    position: absolute;
    left: 17%;
    bottom: 11%;
  }
  .pinterest-icon {
    position: absolute;
    left: 25%;
    bottom: 10%;
  }
  .base-icon {
    position: absolute;
    left: 33.6%;
    bottom: 5.5%;
  }
  .copyrights {  
    text-align: center;
    font-size: 0.8rem;
    background-color: #555;
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1% 0;
  }
}

@media screen and (max-width: 590px) {
  html {
    font-size: 10px;
  }
  
  header h2 {
    margin: -47px 0px 0px 0;  
    font-size: 2.2rem;
  }
  
  .gMenu .menu {
    background:linear-gradient(to bottom, rgba(248, 174, 62, 0.9), rgba(7, 255, 214, 0.8), rgba(23, 20, 194, 0.9));
  }
  .gMenu .menu .nav-list {
    width: 33%;
  }
  
  
  /* SNSを全表示できたらこっち */
  /* .snsbtniti {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 35%;
    left: 3%;
  }
  .snsbtniti > * {
    margin-bottom: 80%;
  }
  .all_nav-list {
    margin-top: 12%;
  } */
  

  .other-pages p {
    width: 97vw;
    line-height: 1.5;
  }
  .button {
    font-size: 2rem;
  }
  .button:hover::before {
    width: 0;
  }


  footer {
    font-size: 8px;
    height: 115px;
    width: 100%;
  }
  .address {
    color : #ffe;
    font-size: 1.4em;
    position: absolute;
    left: 5%;
    top: 20%;
  }
  #company-name {
    color: #ffe;
    font-size: 3em;
    position:absolute;
    right: 6%;
    bottom: 35%;
    letter-spacing: -0.1rem;
  }
  #company-name small {
    font-size: 65%;
  }
  .instagram-icon {
    position: absolute;
    left: 5%;
    bottom: 13%;
  }
  .twitter-icon {
    position: absolute;
    left: 15.5%;
    bottom: 14%;
  }
  .pinterest-icon {
    position: absolute;
    left: 25%;
    bottom: 12%;
  }
  .base-icon {
    position: absolute;
    left: 35%;
    bottom: 7%;
  }
  .copyrights {  
    text-align: center;
    font-size: 0.8rem;
    background-color: #555;
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1% 0;
  }
}

@media screen and (max-width: 490px) {
  html {
    font-size: 8px;
  }

  header {
    height: 70px;
  }
  header h2 {
    margin: -36px 0px 0px 0;  
    font-size: 2.5rem;
  }
  .logo {
    height: 60px;
  }
  /* メニューアイコンを画面右上に固定しています */
  .gMenu .menu-icon {
    right: 3vw;
    top: 32px;
  }
  .gMenu .menu {
    background:linear-gradient(to bottom, rgba(229, 63, 63, 0.9), rgba(255, 193, 7, 0.9), rgba(67, 241, 38, 0.9));    overflow: hidden;
  }
  .gMenu .menu .nav-list {
    width: 35%;
    font-size: 2rem;
  }
  
  
  /* SNSを全表示できたらこっち */
  /* .snsbtniti {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 35%;
    left: 3%;
  }
  .snsbtniti > * {
    margin-bottom: 80%;
  }
  .all_nav-list {
    margin-top: 12%;
  } */

  .question main{
    padding-top: 70px;
  }
  .wrapper section p {
    text-indent: -1.4em; /*段落が変わっても行を合わせる*/
    padding-left: 1.9em; /*始まりの位置を合わせる*/
  }
  .wrapper .section_03 div {
    text-indent: -1.4em; /*段落が変わっても行を合わせる*/
    padding-left: 1.9em; /*始まりの位置を合わせる*/
  }
  .wrapper .section_03 div ul li {
    text-decoration-thickness: 2px;
    text-indent: -1em; /*段落が変わっても行を合わせる*/
  }
  
  
  
  .other-pages p {
    width: 97vw;
    line-height: 1.5;
  }
  .button {
    font-size: 2rem;
  }
  .button:hover::before {
    width: 0;
  }

  .sp-br {
    display: inline;
  }

  footer {
    height: 115px;
    width: 100%;
  }
  .address {
    color : #ffe;
    font-size: 1.5rem;
    position: absolute;
    left: 5%;
    top: 20%;
  }
  #company-name {
    color: #ffe;
    font-size: 2.6rem;
    position:absolute;
    right: 6%;
    bottom: 35%;
    letter-spacing: -0.1rem;
  }
  #company-name small {
    font-size: 65%;
  }
  .instagram-icon {
    position: absolute;
    left: 5%;
    bottom: 13%;
  }
  .instagram-icon img {
    height:auto;
    width: 58%;
  }
  .twitter-icon {
    position: absolute;
    left: 17%;
    bottom: 13%;
  }
  .twitter-icon img {
    height:auto;
    width: 51%;
    }
  .pinterest-icon {
    position: absolute;
    left: 28%;
    bottom: 12%;
  }
  .pinterest-icon img {
    height:auto;
    width: 60%;
  }
  .base-icon {
    position: absolute;
    left: 39.1%;
    bottom: 9%;
  }
  .base-icon img {
    height:auto;
    width: 62%;
  }  
  .copyrights {  
    text-align: center;
    font-size: 0.8rem;
    background-color: #555;
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1% 0;
  }
}

@media screen and (max-width: 414px) {
  .qa-op_br{
    display: inline;
  }
  
  html {
    font-size: 8px;
  }

  header {
    height: 50px;
  }
  header h2 {
    margin: -29px 0px 0px 0;  
    font-size: 2.3rem;
  }
  .logo {
    height: 40px;
  }
  
  /* メニューアイコンを画面右上に固定しています */
  .gMenu .menu-icon {
    right: 4vw;
    top: 20px;
  }
  .gMenu .menu-icon {
    right: 4vw;
    top: 20px;
  }
  /* メニューアイコン（三本線）の真ん中の線です */
  .gMenu .menu-icon .navicon {
    height: 1.5px; /* 太さ */
    width: 35px; /* 長さ */
  }
  .gMenu .menu-icon .navicon::before {top: 7px;} /* 位置を上にずらしています */
  .gMenu .menu-icon .navicon::after {top: -7px;} /* 位置を下にずらしています */
  /* 表示されるメニューです */
  .gMenu .menu {
    background:linear-gradient(to bottom, rgba(229, 63, 63, 0.9), rgba(255, 193, 7, 0.9), rgba(67, 241, 38, 0.9));    overflow: hidden;
  }
  .gMenu .menu .nav-list {
    width: 35%;
    font-size: 2rem;
  }
  
  
  /* SNSを全表示できたらこっち */
  /* .snsbtniti {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 35%;
    left: 3%;
  }
  .snsbtniti > * {
    margin-bottom: 80%;
  }
  .all_nav-list {
    margin-top: 12%;
  } */
  
  .question main{
    padding-top: 50px;
  }
  
  .op-br{
    display: inline;
  }
  .other-pages p {
    width: 97vw;
    line-height: 1.5;
  }
  .button {
    font-size: 2rem;
  }
  .button:hover::before {
    width: 0;
  }

  .sp-br {
    display: inline;
  }
  
  footer {
    height: 100px;
    width: 100%;
  }
  .address {
    color : #ffe;
    font-size: 1.3rem;
    position: absolute;
    left: 4%;
    top: 10%;
  }
  #company-name {
    color: #ffe;
    font-size: 2.6rem;
    position:absolute;
    right: 6%;
    bottom: 35%;
    letter-spacing: -0.1rem;
  }
  #company-name small {
    font-size: 65%;
  }
  .instagram-icon {
    position: absolute;
    left: 5%;
    bottom: 14%;
  }
  .instagram-icon img {
    height:auto;
    width: 55%;
  }
  .twitter-icon {
    position: absolute;
    left: 18%;
    bottom: 14%;
  }
  .twitter-icon img {
    height:auto;
    width: 49%;
    }
  .pinterest-icon {
    position: absolute;
    left: 29%;
    bottom: 13%;
  }
  .pinterest-icon img {
    height:auto;
    width: 60%;
  }
  .base-icon {
    position: absolute;
    left: 40%;
    bottom: 9%;
  }
  .base-icon img {
    height:auto;
    width: 62%;
    }  
  .copyrights {  
    text-align: center;
    font-size: 0.8rem;
    background-color: #555;
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1% 0;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 7px;
  }

  header {
    height: 50px;
  }
  header h2 {
    margin: -27px 0px 0px 0;  
    font-size: 2.3rem;
  }
  .logo {
    height: 40px;
  }
  
  /* メニューアイコン（三本線）の真ん中の線です */
  .gMenu .menu-icon .navicon {
    height: 1.5px; /* 太さ */
    width: 35px; /* 長さ */
  }
  .gMenu .menu-icon .navicon::before {top: 7px;} /* 位置を上にずらしています */
  .gMenu .menu-icon .navicon::after {top: -7px;} /* 位置を下にずらしています */
  /* 表示されるメニューです */
  .gMenu .menu {
    background:linear-gradient(to bottom, rgba(229, 63, 63, 0.9), rgba(255, 193, 7, 0.9), rgba(67, 241, 38, 0.9));    overflow: hidden;
  }
  .gMenu .menu .nav-list {
    width: 40%;
    font-size: 2rem;
  }
  
  
  /* SNSを全表示できたらこっち */
  /* .snsbtniti {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 35%;
    left: 3%;
  }
  .snsbtniti > * {
    margin-bottom: 80%;
  }
  .all_nav-list {
    margin-top: 12%;
  } */
  

  .op-br{
    display: inline;
  }
  .other-pages p {
    width: 97vw;
    line-height: 1.5;
  }
  .button {
    font-size: 2rem;
  }
  .button:hover::before {
    width: 0;
  }

  .sp-br {
    display: inline;
  }

  footer {
    height: 100px;
    width: 100%;
  }
  .address {
    color : #ffe;
    font-size: 1.3rem;
    position: absolute;
    left: 4%;
    top: 10%;
  }
  #company-name {
    color: #ffe;
    font-size: 2.6rem;
    position:absolute;
    right: 6%;
    bottom: 35%;
    letter-spacing: -0.1rem;
  }
  #company-name small {
    font-size: 65%;
  }
  .instagram-icon {
    position: absolute;
    left: 5%;
    bottom: 13%;
  }
  .instagram-icon img {
    height:auto;
    width: 55%;
  }
  .twitter-icon {
    position: absolute;
    left: 17.5%;
    bottom: 14%;
  }
  .twitter-icon img {
    height:auto;
    width: 49%;
    }
  .pinterest-icon {
    position: absolute;
    left: 29%;
    bottom: 13%;
  }
  .pinterest-icon img {
    height:auto;
    width: 60%;
  }
  .base-icon {
    position: absolute;
    left: 40%;
    bottom: 8%;
  }
  .base-icon img {
    height:auto;
    width: 62%;
  }  
  .copyrights {  
    text-align: center;
    font-size: 0.8rem;
    background-color: #555;
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1% 0;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 6.5px;
  }

  header {
    height: 50px;
  }
  header h2 {
    margin: -27px 0px 0px 0;  
    font-size: 2.3rem;
  }
  .logo {
    height: 40px;
  }
  
  /* メニューアイコン（三本線）の真ん中の線です */
  .gMenu .menu-icon .navicon {
    height: 1.5px; /* 太さ */
    width: 35px; /* 長さ */
  }
  .gMenu .menu-icon .navicon::before {top: 7px;} /* 位置を上にずらしています */
  .gMenu .menu-icon .navicon::after {top: -7px;} /* 位置を下にずらしています */
  /* 表示されるメニューです */
  .gMenu .menu {
    background:linear-gradient(to bottom, rgba(229, 63, 63, 0.9), rgba(255, 193, 7, 0.9), rgba(67, 241, 38, 0.9));    overflow: hidden;
  }
  .gMenu .menu .nav-list {
    width: 45%;
    font-size: 2rem;
  }
  
  
  /* SNSを全表示できたらこっち */
  /* .snsbtniti {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 35%;
    left: 3%;
  }
  .snsbtniti > * {
    margin-bottom: 80%;
  }
  .all_nav-list {
    margin-top: 12%;
  } */
  

  .op-br{
    display: inline;
  }
  .other-pages p {
    width: 97vw;
    line-height: 1.5;
  }
  .button {
    font-size: 2rem;
  }
  .button:hover::before {
    width: 0;
  }

  .sp-br {
    display: inline;
  }

  footer {
    height: 100px;
    width: 100%;
  }
  .address {
    color : #ffe;
    font-size: 1.3rem;
    position: absolute;
    left: 4%;
    top: 13%;
  }
  #company-name {
    color: #ffe;
    font-size: 2.6rem;
    position:absolute;
    right: 5%;
    bottom: 35%;
    letter-spacing: -0.1rem;
  }
  #company-name small {
    font-size: 65%;
  }
  .instagram-icon {
    position: absolute;
    left: 5%;
    bottom: 14%;
  }
  .instagram-icon img {
    height:auto;
    width: 45%;
  }
  .twitter-icon {
    position: absolute;
    left: 17%;
    bottom: 14%;
  }
  .twitter-icon img {
    height:auto;
    width: 40%;
    }
  .pinterest-icon {
    position: absolute;
    left: 29%;
    bottom: 13%;
  }
  .pinterest-icon img {
    height:auto;
    width: 52%;
  }
  .base-icon {
    position: absolute;
    left: 40%;
    bottom: 9%;
  }
  .base-icon img {
    height:auto;
    width: 54%;
  }  
  .copyrights {  
    text-align: center;
    font-size: 0.8rem;
    background-color: #555;
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1% 0;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 6px;
  }
  
  header {
    height: 50px;
  }
  header h2 {
    margin: -24px 0px 0px 0;  
    font-size: 2.3rem;
  }
  .logo {
    height: 40px;
  }

  /* メニューアイコン（三本線）の真ん中の線です */
  .gMenu .menu-icon .navicon {
    height: 1.5px; /* 太さ */
    width: 35px; /* 長さ */
  }
  .gMenu .menu-icon .navicon::before {top: 7px;} /* 位置を上にずらしています */
  .gMenu .menu-icon .navicon::after {top: -7px;} /* 位置を下にずらしています */
  /* 表示されるメニューです */
  .gMenu .menu {
    background:linear-gradient(to bottom, rgba(229, 63, 63, 0.9), rgba(255, 193, 7, 0.9), rgba(67, 241, 38, 0.9));    overflow: hidden;
  }
  .gMenu .menu .nav-list {
    width: 45%;
    font-size: 2rem;
  }
  
  
  /* SNSを全表示できたらこっち */
  /* .snsbtniti {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 35%;
    left: 3%;
  }
  .snsbtniti > * {
    margin-bottom: 80%;
  }
  .all_nav-list {
    margin-top: 12%;
  } */
  
  .question main{
    width: 320px;
  }

  .op-br{
    display: inline;
  }
  .other-pages {
    width: 320px;
  }
  .other-pages p {
    width: 320px;
    line-height: 1.5;
  }
  .button {
    font-size: 2rem;
  }
  .button:hover::before {
    width: 0;
  }

  .sp-br {
    display: inline;
  }

  footer {
    height: 100px;
    width: 320px;
  }
  .address {
    color : #ffe;
    font-size: 1.3rem;
    position: absolute;
    left: 4%;
    top: 17%;
  }
  #company-name {
    color: #ffe;
    font-size: 2.5rem;
    position:absolute;
    right: 5%;
    bottom: 35%;
    letter-spacing: -0.1rem;
  }
  #company-name small {
    font-size: 65%;
  }
  .instagram-icon {
    position: absolute;
    left: 6%;
    bottom: 14%;
  }
  .instagram-icon img {
    height:auto;
    width: 45%;
  }
  .twitter-icon {
    position: absolute;
    left: 18%;
    bottom: 14%;
  }
  .twitter-icon img {
    height:auto;
    width: 40%;
    }
  .pinterest-icon {
    position: absolute;
    left: 29%;
    bottom: 13%;
  }
  .pinterest-icon img {
    height:auto;
    width: 52%;
  }
  .base-icon {
    position: absolute;
    left: 40%;
    bottom: 9%;
  }
  .base-icon img {
    height:auto;
    width: 54%;
  }  
  .copyrights {  
    text-align: center;
    font-size: 0.8rem;
    background-color: #555;
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.1% 0;
  }
}
