@media (max-width: 1200px) {
  .header-contact-btnwrap {
    display: none;
  }
  .openbtn {
    display: block;
    position: fixed;
    top: 0.6rem;
    right: 1.5rem;
  }
  .header-inner {
    height: 70px;
  }
  .sp-header-logo {
    display: block;
  }
  /*sp用ナビゲーション*/
  .sp-nav {
    z-index: 90;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    transition: transform 0.5s ease;
    transform: translateX(100%);
  }
  .sp-nav.active {
    transform: translateX(0);
  }
  .sp-nav ul {
    height: 100%;
    padding: 6rem 1.5rem 1rem 1.5rem;
  }
  .sp-nav a {
    padding: 1rem 0;
    display: block;
  }
  .sp-header-contact-btn {
    margin-top: 2rem;
    width: 100%;
    max-width: 250px;
    text-align: center;
  }
  .sp-header-contact-btn a {
    background-color:#f96877;
    color: #fff;
    padding: 0.8rem 1.5rem;
    border-radius: 0.5rem;
  }
  .header-nav {
    display: none;
  }
  .footer-nav {
    margin-left: 10%;
  }
  header {
    background-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  /*topページ*/
  main {
	  display:inline-block;
/*     flex-direction: column-reverse; */
  }
  .top-main {
    flex-direction: column;
  }
  .main-content {
    width: 100%;
    padding: 0;
  }
  .top-sidebar {
    width: 100%;
    margin-top: 3rem;
  }
  .top-sidebar-banners {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  /*under*/
  .u-sidebar {
    width: 100%;
    margin-top: 3rem;
    padding: 0;
  }
  .form-label p {
    width: 220px;
  }
  .form-row {
    padding: 1rem 0.5rem;
  }
  .sp-top-banner {
    display: block;
  }
  .fv {
    height: 300px;
  }
}
@media (max-width: 850px) {
}
@media (max-width: 800px) {
  /*topページ*/
  .logo {
    width: 120px;
  }
  .logo-phrase {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  /*topページ*/
  header h1 p {
    display: none;
  }
  .useful-item-lists {
    flex-direction: column;
  }
  .useful-item {
    width: 100%;
  }
  .more-btn {
    margin-top: 3rem;
  }
  /*under*/
  .job-item-info,
  .u-job-item-info {
    flex-direction: column;
  }

  .job-info-img,
  .u-job-info-img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    height: 250px;
  }
  .job-info-table,
  .u-job-info-table {
    margin-top: 1rem;
    width: 100%;
  }
  .u-job-info-table th,
  .u-job-info-table td {
    padding: 0.75rem 0.5rem;
  }
  .u-job-info-table th {
    width: 120px;
  }
  .u-news-img {
    height: 170px;
  }
  .u-news-item-title,
  .u-useful-title {
    font-size: 1.1rem;
  }
  .u-news-textwrap {
    padding: 0.5rem;
  }
  .form-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-label {
    margin-bottom: 1rem;
  }
  .form-row p {
    width: 100%;
  }
  .form-row.btn-submit p {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wp-block-contact-form-7-contact-form-selector form {
    padding: 0;
  }
  .u-job-info {
    flex-direction: column;
  } /*topページ*/

  .footer-logo img {
    width: 150px;
  }

  /*footer*/
  .footer-inner {
    flex-direction: column;
  }
  .footer-nav {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 660px) {
  .fv {
    height: auto;
    width: 100%;
    aspect-ratio: 1.5/1;
    background: url("../img/fv-sp-bg.png") no-repeat center / cover;
  }
}
@media (max-width: 576px) {
  /*under*/
  .u-news-contents {
    flex-direction: column;
  }
  .u-news-item {
    width: 100%;
    margin: 1rem auto;
    max-width: 400px;
  }
  .news-single-title,
  .useful-single-title {
    font-size: 1.1rem;
  }
  .news-single-img,
  .useful-single-img {
   height:auto;
  }
  .news-single-textwrap,
  .useful-single-textwrap {
    padding: 0 0.5rem;
  }
  .job-info-des-table th {
    width: 140px;
    padding: 0.3rem 0.75rem;
  }
  .u-job-title {
    font-size: 1.5rem;
  }
  .sp-mapsearch-lists li {
    width: calc((100% - 1rem) / 2);
    margin: 0.25rem;
  }
  .feature-lists li {
    width: calc((100% - 1rem) / 2);
    margin: 0.25rem;
  }
}
@media (max-width: 480px) {
  /*topページ*/
  .top-area-several {
    flex-direction: column;
  }
  .top-area-several + .top-area-several {
    margin-top: 0.5rem;
  }
  .several-items {
    width: 100%;
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .more-btn {
    margin: 3rem auto 0;
  }
  .top-area-several a {
    padding: 0.4rem;
  }
  .title-bar h2 {
    font-size: 1.1rem;
    padding-left: 0.5rem;
  }
  .title-bar h2 img {
    width: 30px;
  }

  .sp-mapsearch-lists a {
    padding: 0.5rem;
    font-size: 0.95rem;
  }
  .feature-lists a {
    padding: 0.5rem;
    font-size: 0.95rem;
  }
  .footer-nav ul {
    flex-direction: column;
  }

  /*under*/
  .job-item-title {
    font-size: 1.2rem;
  }
  .job-item-top {
    padding: 0.5rem 0.75rem;
  }
  .job-item-phrase p {
    font-size: 1rem;
  }
  .job-info-img {
    height: 200px;
  }
  .job-info-table {
    font-size: 0.9rem;
  }
  .job-info-table th,
  .job-info-table td {
    padding: 0.65rem 0.5rem;
  }
  .job-info-table th {
    width: 100px;
  }
  .job-subtag-lists a {
    font-size: 0.9rem;
  }
  .job-subtag-lists {
    margin: 1rem;
  }
  .joblisting-morewrap {
    margin: 0;
  }
  .joblisting-morewrap a {
    font-size: 1rem;
    margin: 1rem auto 0;
  }
  .u-useful-item {
    flex-direction: column;
  }
  .u-useful-img {
    padding: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .u-useful-textwrap {
    width: 100%;
    padding: 0 0.5rem;
    margin-top: 1rem;
  }
  .u-useful-item-title {
    font-size: 1rem;
  }
  .u-useful-item-text {
    font-size: 0.9rem;
  }
  .top-features-contents {
    width: 90%;
  }
  .job-info-des-table th {
    font-size: 0.85rem;
    width: 115px;
    padding: 0.4rem 0.5rem;
  }
  .job-info-des-table td {
    font-size: 0.85rem;
  }
  .com-table th {
    width: 90px;
  }
  .u-job-info-table th,
  .u-job-info-table td,
  .job-info-des-table th,
  .job-info-des-table td {
    padding: 0.5rem;
  }
  .u-job-info-table th {
    width: 80px;
  }
  .top-detailedsearch-contents,
  .top-features-contents.slider,
  .useful-contents,
  .top-area-contents,
  .mapsearch-wrap {
    padding: 1rem;
  }
  h3.sidebar-search-title {
    font-size: 1rem;
  }
  .u-page-title {
    font-size: 1.3rem;
  }
  .u-cancellation-title {
    font-size: 1.075rem;
  }
  .u-cancellation-list-title {
    font-size: 1rem;
  }
  .u-cancellation-list-box {
    padding: 1.5rem 0.5rem 1rem 0.5rem;
  }
  .w3eden .card-body {
    padding: 1rem !important;
  }
  .u-cancellation-item {
    margin-top: 2rem;
  }
  .u-cancellation-title::before {
    margin-right: 0.5rem;
  }
  .u-cancellation {
    padding: 1rem;
  }
  .wpdm-download-link.btn.btn-primary {
    padding: 1rem 1.5rem;
  }
  .w3eden .card-body {
    padding: 0 !important;
  }
  .w3eden:nth-of-type(1) {
    margin-top: 2rem;
  }
  .qa-title {
    font-size: 1.15rem;
    margin-bottom: 1rem;
  }
  .qa-title::before {
    margin-right: 0.5rem;
    height: 30px;
  }
  /*contact-thanks*/
  .contact-thanks-box {
    padding: 1.5rem 0.75rem;
  }
  .contact-thanks-box h2 {
    font-size: 1.2rem;
  }
  .contact-thanks-box p {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .privacy-item h2 {
    font-size: 1.15rem;
  }
  .privacy-item {
    font-size: 0.95rem;
  }

  .useful-single-textwrap h2,
  .news-single-textwrap h2 {
    font-size: 1.1rem;
  }
  .useful-single-textwrap h3,
  .news-single-textwrap h3 {
    font-size: 1.05rem;
  }
  .useful-single,
  .news-single {
    padding: 2rem 0.75rem;
  }
  .useful-single-textwrap p,
  .news-single-textwrap p {
    font-size: 0.95rem;
  }
  .u-job-title {
    font-size: 1.2rem;
  }
  .features-lists-contents a {
    width: 100%;
    margin: 10px;
  }
  .header-inner {
    justify-content: flex-start;
  }
  .rec-text {
    font-size: 0.9rem;
  }
  .u-job-info-table {
    font-size: 0.9rem;
  }
  .u-job-info-table th {
    padding: 0.5rem 0.2rem;
  }
  .u-job-info-table td {
    padding: 0.3rem 0.2rem;
  }
  .u-job-info-tagwrap {
    margin-top: 1.5rem;
  }
  .job-info-tags a {
    font-size: 0.85rem;
    margin: 0.25rem 0.15rem;
  }
  .entry-btn {
    font-size: 1.1rem;
  }
  .top-features-wrap {
    padding: 1rem 0;
  }
  .useful-item {
    margin: 0.5rem 0;
  }
  .job-item-phrase {
    font-size: 0.95rem;
  }

  .top-detailedsearch {
    position: static;
    margin-top: 1rem;
  }
  .top-main {
    margin-top: 0;
  }
  .sp-top-mapsearch {
    margin-top: 1rem !important;
  }
  .feature-section {
    margin-top: 0rem !important;
  }
  .top-area-search{
	margin-top: 1rem !important;	
	}
  .top-area-several {
    margin-top: 0;
	  width:100%;
  }
  .top-area-several + .top-area-several {
    margin-top: 0;
  }
  .several-items a {
    font-size: 0.9rem;
  }
  .top-area-contents {
    margin-top: 0;
  }
  .pickup-item {
    padding: 1rem;
  }
  .top-pickup {
    margin: 0;
  }
  .top-useful {
    margin-top: 3rem;
  }
  .u-useful-archive {
    margin-top: 2rem;
  }
  .u-useful-item {
    width: 100%;
  }
  .u-news-contents {
    margin-top: 2rem;
  }
  .search-results-wrap .pickup-item {
    width: 100%;
    margin: 0.5rem;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }
  .u-job-details-inner {
    padding: 0;
  }
  .kyujinbanner{
	padding-top: 1rem;
	padding-bottom: 1rem;
  }
	.top-sidebar{
		padding:0;
	}
	.add-template{
padding:1.5rem;
	}
}

@media (max-width: 400px) {
  .useful-item-title {
    font-size: 1rem;
  }
  .useful-item-textwrap {
    padding-right: 0;
  }

  .copyright {
    font-size: 0.9rem;
  }
}
@media (max-width: 350px) {
}
