@media screen and (max-width:1000px) {
  .header {
    top: 0;
    display: block;
  }
  .header-inner {
    padding: 0;
  }
  .header .header-logo {
    padding: 8px 24px;
  }
  .header .header-nav {
    display: none;
  }
  .header .header-nav.active {
    display: table-cell;
  }
  .header .header-logo img {
    max-height: 50px;
    width: auto;
  }
	.header-nav-toggle {
		position: relative;
		display: table-cell;
	}
	.header-nav-toggle .nav-toggle,
	.header-nav-toggle .nav-toggle span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.header-nav-toggle .nav-toggle {
		display: block;
		position: absolute;
		width: 24px;
		height: 19px;
		top: 24px;
		right: 24px;
		z-index: 9999;
	}
	.header-nav-toggle .nav-toggle span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #2F4472;
		border-radius: 2px;
	}
	.header-nav-toggle .nav-toggle span:nth-of-type(1) {
		top: 0;
	}
	.header-nav-toggle .nav-toggle span:nth-of-type(2) {
		top: 8px;
	}
	.header-nav-toggle .nav-toggle span:nth-of-type(3) {
		bottom: 0;
	}
	.header-nav-toggle .nav-toggle.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.header-nav-toggle .nav-toggle.active span:nth-of-type(2) {
		opacity: 0;
	}
	.header-nav-toggle .nav-toggle.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
  .header .header-nav.active {
  	display: block;
  	text-align: left;
  	position: fixed;
  	width: 100%;
  	left: 0;
  	top: 66px;
  	background-color: #FFF;
  	height: 100vh;
  	opacity: 0.9;
  }
  .header .header-nav ul li {
    display: block;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #CCC;
  }
  .header .header-nav ul li:first-child {
    border-top: 1px solid #CCC;
  }
  .header .header-nav ul li a {
  	display: inline-block;
  	width: 100%;
  	height: 100%;
  	padding: 16px 0;
  }
  .header .header-nav ul li a.active, .header .header-nav ul li a:hover {
    border: none;
    padding-bottom: 16px;
  }
  .footer {
    padding: 24px;
  }
  .footer .footer-left ul li {
    float: none;
  	display: block;
  	margin-bottom: 16px;
  }
  .pageup {
    right: 20px;
    bottom: 20px;
  }
  .cover-child {
    margin-top: 65px;
    height: 300px;
  }
  .cover-child::after {
    top: 65px;
    height: 300px;
  }
  .cover-child .cover-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
  }
  .block {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .news-title {
  	display: block;
  	margin-top: 8px;
  }
  a.more, input[type="submit"].more {
    box-sizing: border-box;
    padding: 16px;
    width: 90%;
  }
  .top-contact .contact-box {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  .top-contact .contact-box-wrapper {
    display: block;
  }
  .footer .footer-right ul li {
    /* 極端に狭い幅用 */
  	display: block;
  	margin-bottom: 30px;
  }
  .cover-company, .cover-company::after {
    height: 300px;
  }
  .list-table dt, .list-table dd {
    width: 100%;
  }
  .list-table dt {
    border-bottom: none;
    padding: 16px 0 0 16px;
  }
  .list-table dd {
    padding: 8px 0 16px 16px;
  }
  .service-box {
    width: 80%;
    margin: 16px auto;
  }
  .service-box::before {
    display: none;
  }
  .service-box-inner {
    position: static;
  }
  .service-box-inner h4 {
    margin: 8px 0;
    font-size: 2.5rem;
  }
  .service-box-inner h5 {
    font-size: 1.6rem;
  }
  .two-column {
    display: block;
  }
  .main-box, .sidebar {
    width: auto;
  }
  .sidebar {
    margin-top: 32px;
  }
  .wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    padding: 5px 9px;
    margin-left: 8px;
  }
  .sidebar .sidebar-box .archives {
  	display: flex;
  	flex-wrap: wrap;
  }
  .sidebar .sidebar-box .archives li {
    width: 50%;
  }
  .main-box article a {
    display: inline-block;
  }
  .main-box article .article-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .main-box article .article-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .main-box article .article-text h2 {
    margin-top: 8px;
  }
  .main-box article .article-text p {
    width: 100%;
  }
  .flow-wrap {
  	padding: 24px;
  }
  .flow-box p {
    width: auto;
    display: block;
  }
  .flow-box .number {
    width: 60px;
  }
  .flow-box .flow-title {
    width: auto;
  }
  .contact-area {
    display: block;
  }
  .contact-area .border {
    display: none;
  }
  .contact-area .contact-tel {
    display: block;
    margin: 32px auto 0 auto;
    border: 2px solid #001D60;
    padding: 8px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
  }
  .contact-area .contact-tel h4 {
    border: none;
  }
  .contact-form table {
    width: 100%;
    border-spacing: 0 16px;
  }
  .contact-form table tr th {
    display: block;
  }
  .contact-form table tr td {
    display: block;
    width: 100%;
  }
  .contact-area .contact-tel a {
    width: 100%;
    display: inline-block;
  }
  .block .block-inner.wide {
    max-width: 730px;
  }
  .greeting {
    display: block;
  }
  .greeting_image {
    text-align: center;
  }
  .greeting_text {
    margin-left: 0;
    margin-top: 32px;
  }
  .cover .index {
    padding: 0 16px;
  }
  .pc-only {
    display: none;
  }
}