@media screen and (max-width: 1500px) {
  .service .tab {
    width: 48%;
    margin: 0 1% 10px;
  }

  .staff-list {
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    row-gap: 60px;
  }

  .guide-section01 .tab {
    width: 48%;
    margin: 0 1% 10px;
  }
}

@media screen and (max-width: 1400px) {
  .greeting-wrap .ttl01 {
    letter-spacing: 0.02em;
    line-height: 1.2em;
    margin-bottom: 60px;
  }

  .greeting-wrap .ttl01 span {
    display: block;
    line-height: 1em;
  }
}

@media screen and (max-width: 1200px) {
  .h-greeting-section {
    padding-bottom: 100px;
  }

  .greeting-wrap {
    width: 100%;
  }

  .sns-txt01 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .open-btn-wrap {
    display: none;
  }

  .pc-side-menu {
    display: none;
  }

  .logo {
    width: 60px;
    margin-top: 10px;
    margin-left: 15px;
  }

  .logo-bg {
    width: 260px;
    height: 90px;
  }

  .side-link-wrap {
    display: none;
  }
  .foot-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slider {
    height: 600px;
  }

  .n2-ss-slide-backgrounds {
    height: 600px !important;
  }

  .slider-catch {
    bottom: 190px;
    top: auto;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
      1px 1px 0 #fff, 0px 2px 4px rgba(0, 0, 0, 0.4);
  }

  .inner01 {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .ttl01 {
    font-size: 4rem;
    margin-bottom: 25px;
  }

  .ttl01 span {
    font-size: 1.4rem;
  }

  .ttl02 {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }

  .ttl03 {
    font-size: 2rem;
  }

  .ttl04 {
    font-size: 4rem;
    margin-bottom: 35px;
  }

  .ttl04 span {
    font-size: 1.4rem;
    margin-top: 5px;
  }

  .btn02 a {
    width: 200px;
    padding: 10px 15px;
    font-size: 1.4rem;
  }

  .h-service-section {
    background-size: 50% auto;
    background-position: right bottom;
  }

  .h-service-txt {
    font-size: 2rem;
  }

  .h-news-section {
    padding-top: 0px;
  }

  .h-news-section .tab {
    font-size: 2.8rem;
  }

  .h-news-section .tab-panel-a .tab-group {
    margin-bottom: 25px;
  }

  .h-greeting-section {
    padding-bottom: 60px;
  }

  .greeting-wrap .ttl01 {
    line-height: 1.75em;
    margin-bottom: 25px;
  }

  .greeting-wrap .ttl01 span {
    display: inline-block;
    line-height: 1.75em;
  }

  .greeting-head {
    font-size: 2rem;
    margin-bottom: 60px;
  }

  .greeting-txt {
    font-size: 1.4rem;
  }

  .sns-box01 .sns-inner01 {
    padding: 50px 20px;
  }

  .sns-txt01 {
    text-align: center;
    font-size: 1.8rem;
  }

  .h-menu-section {
    padding-bottom: 60px;
  }

  .menu-list01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px;
  }

  .menu-img01 {
    width: 120px;
  }

  .menu-content {
    padding: 20px 40px 20px 20px;
    width: calc(100% - 120px);
    background-size: 20px auto;
    background-position: right 10px top 50%;
  }

  .menu-ttl01 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  .service .tab-group {
    width: 100%;
    margin: 0 auto 30px;
  }

  .service-head01 {
    font-size: 1.6rem;
    margin-bottom: 13px;
    background-position: left top 5px;
    background-size: 17px auto;
    padding-left: 22px;
  }

  .area-box {
    padding: 30px;
  }

  .area-txt {
    font-size: 1.4rem;
  }

  .staff-list {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }

  .staff-list li {
    padding: 30px 20px;
  }

  .staff-img {
    max-width: 180px;
    margin: 0 auto 15px;
  }

  .staff-name01 {
    font-size: 1.8rem;
  }

  .staff-position {
    font-size: 1.4rem;
    padding: 7px;
  }

  .staff-table dt {
    width: 60px;
    font-size: 1.2rem;
  }

  .staff-table dd {
    width: calc(100% - 75px);
    font-size: 1.4rem;
    padding-top: 3px;
  }

  .staff-free {
    padding: 10px;
    font-size: 1.4rem;
  }

  .guide-section01 {
    padding-bottom: 60px;
  }

  .guide-section01 .tab-group {
    margin-bottom: 30px;
  }

  .guide-head01 {
    font-size: 1.6rem;
  }

  .guide-txt01 {
    line-height: 1.75em;
    font-size: 1.4rem;
  }

  .guide-block01 {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .guide-content01,
  .guide-img01 {
    width: 100%;
  }

  .guide-img01 img {
    max-width: 400px;
    margin: 0 auto 20px;
  }

  .guide-section02 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .recruit-section03 {
    padding-top: 40px;
  }

  .faq-q {
    background-size: 21px auto;
    background-position: left top 2px;
    padding-left: 26px;
    padding-right: 25px;
    font-size: 1.4rem;
  }

  .faq-q::after {
    top: 7px;
    width: 16px;
    height: 11px;
  }

  .faq-a {
    background-size: 21px auto;
    background-position: left top 2px;
    padding-left: 26px;
    padding-right: 37px;
    font-size: 1.4rem;
  }

  .document-list li a {
    font-size: 1.6rem;
    padding-left: 28px;
    background-position: left top 3px;
    background-size: 20px auto;
  }

  .recruit-section01 {
    padding-bottom: 60px;
  }

  .recruit-txt01 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .wp-head {
    font-size: 1.6rem;
    margin-bottom: 13px;
    background-position: left top 5px;
    background-size: 17px auto;
    padding-left: 22px;
  }

  .recruit-section02 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .flow-list .flow-step {
    width: 100%;
  }

  .step {
    padding: 5px 20px;
    font-size: 1.4rem;
  }

  .flow-icon {
    max-width: 50px;
    margin: 0 auto 15px;
  }

  .flow-head {
    font-size: 1.5rem;
  }

  .flow-txt {
    font-size: 1.4rem;
  }

  .flow-list .flow-arrow {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
  }

  .flow-list .flow-arrow img {
    max-width: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .recruit-section03 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 820px) {
  .pcnone820 {
    display: block;
  }

  .spnone820 {
    display: none;
  }

  .sns-box01 {
    width: 100%;
    padding: 5px;
  }

  .sns-box01 .sns-inner01 {
    padding: 20px 10px;
  }

  .sns-icon {
    max-width: 30px;
  }

  .sns-txt01 {
    font-size: 1.5rem;
  }

  .service-list01 {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px;
  }

  .wp-list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px;
  }

  .gmap {
    padding-bottom: 70%;
  }
}

@media screen and (max-width: 600px) {
  .slider-catch {
    color: var(--sub);
    background-image: none;
  }

  .ttl01 span {
    display: block !important;
    margin-left: 0;
    line-height: 1em !important;
  }

  .h-service-txt {
    font-size: 1.6rem;
  }

  .h-news-section {
    padding-bottom: 100px;
  }

  .greeting-wrap {
    width: 100%;
    padding-top: 220px;
  }

  .greeting-img01 {
    width: 160px;
    top: -40px;
    right: calc(50% - 120px);
  }

  .greeting-img02 {
    width: 160px;
    top: 40px;
    left: calc(50% - 120px);
  }

  .staff-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .recruit-txt01 {
    font-size: 1.6rem;
  }

  .w-table .tablepress tbody td.column-2 {
    border-bottom: none;
  }

  .tel-bnr a {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 25px;
  }

  .tel-bnr a:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  .service-list01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }

  .wp-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
}
