@media screen and (max-width: 900px) {
  main {
    margin: 60px 80px;
  }
  .inquiry_form {
    margin: 0 80px 60px 80px;
  }
  .page_here {
    margin-right: 40px;
  }
  header .header_nav_pc {
    display: none;
  }
  header .header_nav_tb_sp {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    background-color: #fff;
  }
  header .header_nav_tb_sp ul {
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    align-items: center;
  }
  header .header_nav_tb_sp ul li a {
    font-size: 2.4rem;
  }
  header .show {
    visibility: visible;
    opacity: 1;
  }
  header .btnMenu {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    border: solid 2px #53c3cc;
    border-radius: 50%;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    z-index: 10;
  }
  header .btnMenu .btnMenu_line {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    transition: all 0.4s;
    border-radius: 4px;
    background-color: #53c3cc;
  }
  header .btnMenu .btnMenu_line::before, header .btnMenu .btnMenu_line::after {
    position: absolute;
    display: inherit;
    width: inherit;
    height: inherit;
    content: "";
    transition: inherit;
    border-radius: inherit;
    background-color: inherit;
  }
  header .btnMenu .btnMenu_line::before {
    top: -8px;
  }
  header .btnMenu .btnMenu_line::after {
    top: 8px;
  }
  header .btnMenu.active .btnMenu_line {
    background-color: transparent;
  }
  header .btnMenu.active .btnMenu_line::before, header .btnMenu.active .btnMenu_line::after {
    top: 0;
    background-color: #53c3cc;
  }
  header .btnMenu.active .btnMenu_line::before {
    transform: rotate(45deg);
  }
  header .btnMenu.active .btnMenu_line::after {
    transform: rotate(-45deg);
  }
  main .link {
    margin: 0;
  }
  main .link:nth-child(2) {
    margin: 60px 0;
  }
  main .link:nth-child(2) .link_bg {
    flex-direction: column-reverse;
  }
  main .link:nth-child(2) .link_bg .link_img:nth-child(2) {
    margin: 0;
  }
  main .link:nth-child(2) .link_bg .text {
    margin: 35px 30px;
  }
  main .link .link_bg {
    flex-flow: column-reverse;
    padding: 0;
  }
  main .link .link_bg .link_img {
    max-width: 100%;
    height: 320px;
    margin: 0;
  }
  main .link .link_bg .text {
    margin: 35px 30px;
  }
  main .link .link_bg .text a {
    margin-top: 30px;
  }
  .form {
    max-width: 740px;
    margin: 60px 80px;
  }
  .form form input, .form form textarea {
    width: 100%;
    height: 50px;
    border: solid 1px #eee;
  }
  .form form textarea {
    height: 80px;
  }
  footer {
    height: 100%;
  }
  footer .footer_nav {
    margin-top: 40px;
  }
  footer .footer_nav ul {
    flex-flow: column;
  }
  footer .footer_nav ul li {
    margin: 0 0 30px 0;
  }
  .concept .concept_images .concept_img {
    max-width: 350px;
    width: calc(50% - 10px);
  }
  .member_text .member_list .member_info {
    max-width: 340px;
    width: calc(50% - 30px);
  }
  .member_text .member_list .member_info .member_img {
    max-width: 340px;
  }
  .complete_view {
    padding-top: 60px;
    margin: 0 80px;
  }
  .complete_view .complete_view_inner {
    padding: 60px;
  }
}
@media screen and (max-width: 540px) {
  h1, h2, h3 {
    font-size: 2.4rem;
  }
  h4 {
    font-size: 2rem;
  }
  p {
    font-size: 1.4rem;
  }
  .topview .topview_text {
    font-size: 4rem !important;
    margin: 0 10px;
  }
  main {
    margin: 60px 40px;
  }
  main .link .link_bg .text a {
    font-size: 1.5rem;
  }
  footer .footer_nav ul li a {
    font-size: 1.4rem;
  }
  .form {
    margin: 60px 40px;
  }
  .form form p {
    font-size: 1.8rem;
  }
  .inquiry_form {
    margin: 60px 40px;
    padding: 40px;
  }
  .Corporate_philosophy .policy dd {
    font-size: 2rem;
  }
  .company_profile dl dt, .company_profile dl dd {
    font-size: 1.4rem;
  }
  .concept .concept_images .concept_img {
    max-width: 460px;
    max-height: 280px;
    width: 100%;
  }
  .member_text .member_list .member_info {
    width: 100%;
  }
  .member_text .member_list .member_info .member_img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .complete_view {
    padding-top: 60px;
    margin: 0 40px;
  }
  .complete_view .complete_view_inner {
    padding: 40px;
  }
  .complete_view .complete_view_inner a {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=mediaquery.css.map */