@media (max-width: 1200px) {
  .fv-title span {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 992px) {
  .about-textwrap {
    padding: 1rem 2rem 1rem 2rem;
  }
  .u-example-item h3 {
    font-size: 1.1rem;
  }
  .openbtn {
    display: block;
  }
  .header-nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
  .header-nav.active {
    transform: translateX(0);
  }
  .header-nav ul {
    flex-direction: column;
    padding-top: 6rem;
  }
  .header-nav li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .header-logo {
    padding-left: 1em;
  }
  .header-inner {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .u-business-box-item {
    width: calc((100% - 3rem) / 3);
    margin: 1rem 0.5rem;
  }
  .u-results-item {
    width: calc((100% - 4rem) / 2);
  }
  .fv-textwrap {
    width: 45%;
  }
  .fv-sliderwrap {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .about-contents {
    flex-direction: column;
  }
  .about-img {
    width: 100%;
  }
  .about-img img {
    aspect-ratio: 2/1;
  }
  .about-textwrap {
    padding: 0;
    margin: 1rem auto 0;
    width: 95%;
  }
  /* .about-textwrap h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
  } */
  .business-item h3 {
    font-size: 1.1rem;
  }
  .business-item {
    width: calc((100% - 3rem) / 3);
    margin: 0.5rem;
  }
  .u-fv {
    margin-top: 60px;
    height: 200px;
  }
  .u-fv-title {
    font-size: 1.3rem;
    padding: 1rem 1rem 1rem 1.5rem;
  }
  .u-fv-title::before {
    font-size: 2.2rem;
  }
  .u-business-section-top span {
    font-size: 1.4rem;
  }
  .u-business-section-top span {
    width: 80%;
  }
  .u-example-item {
    width: calc((100% - 2rem) / 2);
    margin: 0.5rem;
  }
  .map iframe {
    height: 300px;
  }
  .u-business-box {
  }
  .u-business-box-item {
    width: 100%;
    margin: 0;
  }
  .u-business-box-item + .u-business-box-item {
    margin-top: 3rem;
  }
  .u-business-box-img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .radio-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-top: 1rem;
  }
  .radio-box label + label {
    margin-left: 0;
  }

  .fv-textwrap {
    width: auto;
    position: absolute;
    left: 2rem;
    top: 100px;
    z-index: 2;
  }
  .fv-sliderwrap {
    width: 90%;
    max-width: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 450px;
  }
  .fv-title span {
    line-height: 1.5;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
      1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff,
      1px 0 0 #fff;
  }
  .rr-item h2 {
    font-size: 1.3rem;
  }
  .rr-item img {
    aspect-ratio: 1.5/1;
  }

  .results-table th,
  .results-table td {
    font-size: 0.8rem;
  }
  .th04 {
    width: 90px;
  }
  .tr-title th {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  .footer-nav ul {
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
  .footer-nav li {
    width: calc((100% - 3rem) / 3);
    margin: 0.5rem;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .section-title::before {
    font-size: 2.5rem;
  }
  .section-title {
    font-size: 1.2rem;
  }
  .about-textwrap h3 {
    font-size: 1.3rem;
  }
  .business-contents {
    flex-wrap: wrap;
  }
  .business-item {
    width: 95%;
    margin: 0 auto;
    max-width: 350px;
  }
  .business-item + .business-item {
    margin-top: 1.5rem;
  }
  .u-business-top-contents {
    flex-direction: column;
    max-width: 400px;
    width: 95%;
  }
  .u-business-top a {
    width: 100%;
    margin: 0 auto;
  }
  .u-business-top img {
    aspect-ratio: 3/1;
  }
  .u-business-top a + a {
    margin-top: 1rem;
  }
  .u-business-item h3 {
    font-size: 1.2rem;
  }
  .u-business-text-item h4 {
    font-size: 1.1rem;
  }
  .u-example-title {
    font-size: 1.3rem;
  }
  .form-item p {
    flex-direction: column;
  }
  .form-item + .form-item {
    margin-top: 1.5rem;
  }
  .form-item label {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
    margin-top: 1rem;
  }
  input[type="submit"] {
    margin-top: 3rem;
    font-size: 1.1rem;
  }
  .company-table th {
    width: 120px;
    padding: 1rem 0.5rem;
    font-size: 1rem;
    font-size: 0.9rem;
  }
  .company-table td {
    width: calc(100% - 120px);
    padding: 1rem 0.5rem;
    font-size: 1rem;
    font-size: 0.9rem;
  }
  .wpcf7-list-item {
    width: 100%;
  }
  .u-results-textwrap h3 {
    font-size: 1.1rem;
  }
  .u-results-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .u-results-genre {
    margin-left: 0;
  }

  .scrolldown {
    font-size: 1.3rem;
  }
  .scrolldown p {
    padding-bottom: 120px;
  }
  .scrolldown:after {
    width: 2px;
    height: 200px;
    bottom: -100px;
  }
  .scrolldown:before {
    width: 2px;
    height: 200px;
    bottom: -100px;
  }
  .rr-contents {
    flex-direction: column;
  }
  .rr-item {
    width: 100%;
  }
  .rr-item img {
    aspect-ratio: 2/1;
  }
  .rr-item + .rr-item {
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .fv-textwrap {
    width: auto;
    position: absolute;
    left: 1.5rem;
    top: 100px;
    z-index: 2;
  }
  .fv-title span {
    font-size: 2.25rem;
  }
  .fv-sliderwrap {
    width: 80%;
    max-width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 70vh;
  }
  .header-logo {
    padding-left: 1rem;
  }
  .footer-nav li {
    width: 100%;
  }
  .u-business-section-top span {
    padding: 1.5rem 1rem;
  }
  .u-business-item-imgwrap {
    flex-direction: column;
  }
  .u-business-item-imgwrap img {
    width: 100%;
    aspect-ratio: 1.5/1;
  }
  .u-example-item {
    width: 95%;
    margin: 0 auto;
  }
  .u-example-item + .u-example-item {
    margin-top: 1.5rem;
  }
  .u-example-item img {
    aspect-ratio: 1.5/1;
  }
  .u-example-item h3 {
    font-size: 1rem;
  }
  .map iframe {
    height: 250px;
  }

  .form-item label .req {
    font-size: 0.9rem;
  }
  .header-logo {
    font-size: 1.2rem;
    padding-left: 0.5rem;
  }

  .header-logo img {
    width: 180px;
  }
  .header-inner {
    height: 60px;
  }
  .openbtn {
    height: 60px;
    width: 60px;
  }
  .openbtn span:nth-of-type(1) {
    top: 22px;
  }
  .openbtn span:nth-of-type(2) {
    top: 30px;
  }
  .openbtn span:nth-of-type(3) {
    top: 38px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 30px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    transform: translateX(-50%) rotate(45deg);
  }
  .u-results-item {
    width: 100%;
  }
	.more-btn{
		margin: 0 auto;
	}
	.header-nav a{
		font-size:1.2rem;
	}
}
@media (max-width: 400px) {
  .copyright {
    padding: 0 0.25rem;
  }
  .fv-title span {
    font-size: 2rem;
  }
}
