@charset "UTF-8";
@media (max-width: 500px) {
  .page {
    margin: 0;
  }
  .back-top {
    bottom: 50px;
    right: 820px;
  }
  .hamburger-nav .nav-inner {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
    padding-top: 130px;
  }
  .hamburger-nav .nav-inner h1 {
    width: 70%;
    margin: -50px auto 0;
    text-align: center;
  }
  .hamburger-nav .nav-inner ul {
    display: block;
    text-align: center;
    margin-top: 60px;
  }
  .hamburger-nav .nav-inner ul li {
    margin-bottom: 50px;
    margin-left: 30px;
  }
  .hamburger-nav .nav-inner ul li a {
    transition: 0.1s;
  }
  .hamburger-nav .nav-inner ul li a:hover {
    color: #2BA1C5;
    border-bottom: 4px dotted #FFCE02;
    padding-bottom: 10px;
  }
  .hamburger-nav .nav-inner .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hamburger-nav .nav-inner .contact a {
    padding: 20px 40px 20px 40px;
  }
  /* スマホ表示時 */
  .hamburger-button {
    display: flex !important;
    background-color: #2BA1C5;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    margin-top: -1px;
  }
  .hamburger-button path {
    fill: white;
  }
  header {
    height: 75px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header nav,
  header .contact {
    display: none;
  }
  header .inner {
    margin-bottom: -10px;
    width: auto;
  }
  header .inner h1 {
    margin-top: 8px;
    margin-left: 5px;
  }
  header .inner img {
    width: 100%;
  }
  #home main .fv {
    width: auto;
    background-image: url(../images/responsive/responsive-top@2x.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 70px;
  }
  #home main .fv h2 {
    left: 3%;
  }
  #home main .fv h2 span:first-child {
    font-size: 45px;
  }
  #home main .fv h2:first-child {
    top: 10%;
  }
  #home main .fv h2:last-child {
    top: 40%;
  }
  #home main .about {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #home main .about img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #home main .about p {
    text-align: justify;
    margin: 0 20px 50px 20px;
  }
  #home main .about .button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #home main .about h2 {
    font-size: 35px;
  }
  #home main .servise {
    height: 1950px;
  }
  #home main .servise .servises-img {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #home main .servise p {
    margin: 0 10px 30px 10px;
  }
  #home main .qa .qa-img {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #home main .qa P {
    margin-bottom: 30px;
  }
  #home main .qa .button {
    margin-top: 50px;
  }
  footer {
    height: 780px;
  }
  footer .inner-top .name {
    margin: 0 40px;
  }
  footer .inner-lower ul {
    display: block;
    margin-left: 60px;
    line-height: 50px;
    margin-top: -80px;
    margin-bottom: 50px;
  }
  footer .inner-lower .anime {
    font-size: 28px;
    -webkit-text-stroke: 1px #2BA1C5;
  }
  #about main .fv h2 {
    right: 30%;
    margin-left: 10px;
  }
  #about main .fv h2 span:first-child {
    font-size: 50px;
  }
  #about main .fv h2:first-child {
    top: 35%;
    font-feature-settings: "palt";
  }
  #about main .about-main {
    width: auto;
  }
  #about main .about-main .pan {
    margin-top: 20px;
    margin-right: 10px;
  }
  #about main .greeting {
    display: block !important;
  }
  #about main .greeting img {
    margin-bottom: 20px;
    margin-top: -20px;
    width: 100%;
    margin-left: 30px;
  }
  #about main .greeting h3,
  #about main .greeting h4,
  #about main .greeting p {
    margin: 0 20px 30px 20px;
  }
  #about main .profile {
    width: auto !important;
  }
  #about main .profile h3,
  #about main .profile h4,
  #about main .profile p {
    margin: 0 20px 30px 20px;
  }
  #about main .office-outline table {
    width: auto !important;
    margin: 0 20px 100px !important;
  }
  #about main .office-outline table tr {
    line-height: normal !important;
  }
  #about main .office-outline table tr th {
    font-size: 20px !important;
  }
  #about main .office-outline table tr td {
    width: 65%;
  }
  #servises main .fv h2 {
    right: 50%;
    margin-left: 10px;
  }
  #servises main .fv h2 span:first-child {
    font-size: 50px;
  }
  #servises main .fv h2:first-child {
    top: 38%;
  }
  #servises main .servises-main {
    width: auto;
  }
  #servises main .servises-main .pan {
    margin-top: 20px;
    margin-right: 10px;
  }
  #servises main section {
    margin: 0 auto;
    margin-bottom: 100px !important;
    display: block !important;
    text-align: center;
  }
  #servises main section h3 {
    font-size: 35px !important;
  }
  #servises main section img {
    width: 100%;
    margin-left: 20px;
  }
  #servises main section p {
    margin: 0 20px;
  }
  #servises main section .kodomo {
    margin: 0 auto !important;
  }
  #servises main section.company {
    display: flex !important;
    flex-direction: column-reverse;
  }
  #servises main section.company img {
    width: 85%;
    margin-left: -20px;
  }
  #qanda main .fv h2 {
    right: 45%;
    margin-left: 10px;
  }
  #qanda main .fv h2 span:first-child {
    font-size: 67px;
  }
  #qanda main .fv h2:first-child {
    top: 38%;
  }
  #qanda main .qanda-main {
    width: auto;
  }
  #qanda main .qanda-main .pan {
    margin-top: 20px;
    margin-right: 10px;
  }
  #qanda main .q {
    width: auto;
    margin: 20px;
  }
  #qanda main .q i {
    padding-right: 20px;
  }
  #qanda main .q br {
    display: inline;
  }
  #qanda main .q h3 {
    font-size: 23px;
  }
  #qanda main .q h4 {
    top: 120px;
    left: 40px;
  }
  #qanda main .q p {
    padding: 10px 40px 70px 110px;
  }
  #contact main .fv h2 {
    right: 30%;
    margin-left: 10px;
  }
  #contact main .fv h2 span:first-child {
    font-size: 50px;
  }
  #contact main .fv h2:first-child {
    top: 35%;
    font-feature-settings: "palt";
  }
  #contact main .contact-main {
    width: auto;
    margin: 0 auto;
  }
  #contact main .contact-main .pan {
    margin-top: 20px;
    margin-right: 10px;
  }
  #contact main form {
    width: auto;
    text-align: center;
  }
  #contact main form select {
    width: 80%;
  }
  #contact main form textarea {
    width: 80%;
  }
  #contact main form input[type=text],
  #contact main form input[type=email],
  #contact main form input[type=tel] {
    width: 80%;
  }
  #contact main form .che {
    margin: 30px;
  }
  #privacy main .fv h2 {
    right: 45%;
    margin-left: 10px;
  }
  #privacy main .fv h2 span:first-child {
    font-size: 50px;
  }
  #privacy main .fv h2:first-child {
    top: 35% !important;
  }
  #privacy main .privacy-main {
    width: auto;
  }
  #privacy main .privacy-main .pan {
    margin-top: 20px;
    margin-right: 10px;
  }
  #privacy main .policy {
    width: auto;
    margin: 0 20px;
  }
  #privacy main .fv h2 {
    right: 40%;
  }
  #privacy main .fv h2 span:first-child {
    font-size: 50px;
  }
  #privacy main .fv h2:first-child {
    top: 35%;
  }
}/*# sourceMappingURL=responsive.css.map */