@media screen and (max-width: 500px) {
  .indent_content {
    padding: 60px 16px;
  }
  .indent_content02 {
    margin-top: 40px;
  }
  .indent_content03 {
    margin-top: 30px;
  }
  .sp-none02 {
    display: none;
  }
  .none02 {
    display: inline;
  }
  #wrap {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp_hamburger {
    position: relative;
    width: inherit;
    height: inherit;
    top: 0;
    right: 0;
    z-index: 120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .sp_hamburger .hamburger {
    width: 30px;
    height: 20px;
    z-index: 100;
    background: none;
    outline: none;
    border: none;
    margin: auto;
    position: relative;
  }
  .sp_hamburger .hamburger_bar {
    display: block;
    width: 100%;
    height: 1.5px;
    position: absolute;
    left: 0;
    background: #fff;
    -webkit-transition: top 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    transition: top 0.24s, opacity 0.24s, -webkit-transform 0.24s;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
    transition: top 0.24s, transform 0.24s, opacity 0.24s, -webkit-transform 0.24s;
  }
  .sp_hamburger .hamburger_bar:nth-child(1) {
    top: 0;
  }
  .sp_hamburger .hamburger_bar:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp_hamburger .hamburger_bar:nth-child(3) {
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    background: #000;
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(2) {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    opacity: 0;
  }
  .sp_hamburger .hamburger_bar.is_active:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    background: #000;
  }
  .sp_nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 110;
    opacity: 0;
    -webkit-transition: opacity 0.24s;
    transition: opacity 0.24s;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 16px;
  }
  .sp_nav .txt01 {
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .sp_nav .txt01 span {
    font-size: 9vw;
    letter-spacing: 0.5vw;
  }
  .sp_nav .con {
    position: relative;
    width: 100%;
  }
  header nav a {
    font-size: 4vw;
  }
  .sp_nav.is_active {
    opacity: 1;
    pointer-events: auto;
  }
  .nav-list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 130;
    margin-top: 15%;
  }
  .nav-list li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 30px;
    font-size: 3.5vw;
    font-weight: 600;
    text-align: center;
  }
  header {
    padding: 0 16px;
    max-width: inherit;
  }
  header h1 {
    font-size: 7vw;
    letter-spacing: 0.5vw;
  }
  header .inner {
    display: none;
  }
  .main .txt01 {
    font-size: 9vw;
    letter-spacing: 1vw;
  }
  .inbox12 {
    padding: 0;
  }
  #index .sec-title {
    font-size: 8vw;
    text-align: center;
    display: table;
    width: auto;
    margin-bottom: 40px;
  }
  #index .sec-title::before {
    width: 10%;
    height: 100%;
    left: -15%;
    top: -5%;
    background-size: contain;
  }
  #index .sec-title span {
    display: table;
    font-size: 4.5vw;
    padding: 0 5px 5px;
    margin: 16px auto 0;
  }
  #index .box01 {
    padding: 60px 16px;
  }
  #index .box01 h2 {
    font-size: 4.5vw;
    margin: 40px 0 0;
  }
  #index .box01 h2::before, #index .box01 h2::after {
    width: 5%;
    height: 100%;
    background-size: contain;
  }
  #index .box01 h2::before {
    left: -5%;
    top: -20%;
  }
  #index .box01 h2::after {
    right: -5%;
    bottom: -20%;
  }
  #index .box01 .img-box {
    width: 100%;
    position: relative;
    right: inherit;
    top: inherit;
  }
  #index .box01 .img-box .img {
    width: 48%;
  }
  #index .box01 .txt01 {
    font-size: 3vw;
    margin: 20px auto 30px;
  }
  #index .box01 .txt02 {
    font-size: 4vw;
  }
  #index .box01 .txt03 {
    font-size: 8vw;
    letter-spacing: 1vw;
    margin-top: 5px;
  }
  #index .box02 .works-slider .swiper-slide .img {
    margin-bottom: 20px;
  }
  #index .box02 .works-slider .swiper-slide h3 {
    font-size: 4.2vw;
    margin-bottom: 10px;
  }
  #index .box02 .works-slider .swiper-slide .inner {
    font-size: 3.5vw;
  }
  #index .box02 .works-slider .swiper-slide .btn01 {
    position: relative;
    right: 0;
    width: 100%;
    bottom: inherit;
    margin-top: 20px;
    padding: 12px 0;
    height: auto;
  }
  #index .box02 .works-slider .swiper-button-prev, #index .box02 .works-slider .swiper-button-next {
    display: none;
  }
  #index .box03 .item {
    padding: 40px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  #index .box03 .item .number {
    width: 30%;
    margin: 0 auto;
  }
  #index .box03 .item h3 {
    font-size: 4.5vw;
    text-align: center;
    margin: 30px auto 20px;
  }
  #index .box03 .item .text {
    font-size: 3.5vw;
    line-height: 1.8;
    text-align: center;
  }
  #index .box03 .swiper-pagination {
    display: none;
  }
  #index .box04 {
    padding: 60px 16px;
  }
  #index .box04 .box {
    width: 100%;
    padding: 50px 30px;
    display: block;
    text-align: center;
  }
  #index .box04 .box .txt01 {
    font-size: 3.5vw;
  }
  #index .box04 .box .txt02 {
    font-size: 6.5vw;
    letter-spacing: 1vw;
  }
  #index .box04 .box .bdr {
    margin: 30px auto 20px;
    width: 20%;
  }
  #index .box04 .box .tel {
    font-size: 5vw;
  }
  #index .box04 .box .tel span {
    font-size: 8vw;
  }
  #index .box04 .box .img-box {
    width: 100%;
    margin: 30px auto 0;
  }
  #index .box04 .box .img-box .btn01 {
    width: 50%;
    left: 0;
    right: 0;
    bottom: -8%;
    margin: auto;
    font-size: 4vw;
    height: auto;
    padding: 12px 0;
  }
  #index .box05 .inbox12 {
    display: block;
  }
  #index .box05 .sec-title {
    display: table;
  }
  #index .box05 .modelhouse-swiper-container {
    width: 100%;
    margin: 0;
  }
  #index .box05 .map-box {
    width: 100%;
    margin: 30px auto 0;
  }
  #index .box05 .map-box p {
    font-size: 3.5vw;
  }
  #index .box05 .map-box iframe {
    height: 300px;
  }
  #index .box06 h2 {
    font-size: 8vw;
    text-align: center;
    display: table;
    width: auto;
    margin-bottom: 20px;
  }
  #index .box06 h2::before, #index .box06 h2::after {
    width: 10%;
    height: 100%;
    background-size: contain;
  }
  #index .box06 h2::before {
    left: -10%;
    top: -20%;
  }
  #index .box06 h2::after {
    right: -10%;
    bottom: -20%;
  }
  #index .box06 h2 span {
    display: table;
    font-size: 4.5vw;
    padding: 0 5px 5px;
    margin: 16px auto 0;
  }
  #index .box06 .min-txt {
    font-size: 3.5vw;
    margin: 0 auto;
  }
  #index .box06 .form-box {
    padding: 0;
  }
  #index .box06 table tr th, #index .box06 table tr td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 0;
    font-size: 16px;
  }
  #index .box06 table .select td .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  #index .box06 table .select td .wpcf7-list-item:nth-of-type(n + 2) {
    margin-top: 5px;
  }
  #index .box06 .btn_box {
    display: block;
    width: calc(100% - 32px);
    margin: 40px auto 0;
    height: auto;
  }
  #index .box06 .btn_box input {
    font-size: 4vw;
    width: 100%;
    height: auto;
    padding: 16px 0;
    border-radius: 10vw;
  }
  #index .box06 .btn_box::after {
    display: none;
  }
  #index .box06 .thanks {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.5vw;
  }
  footer {
    padding: 60px 0 0;
  }
  footer .txt01 {
    font-size: 7vw;
    letter-spacing: 1vw;
  }
  footer .txt02 {
    font-size: 3.5vw;
    margin: 15px auto 0;
  }
  footer nav {
    display: none !important;
  }
  footer .copy {
    font-size: 3.5vw;
    margin-top: 60px;
  }
  .page_thumb p {
    display: none;
  }
  .page_title {
    font-size: 8vw;
    margin-bottom: 20px;
  }
  .pan {
    font-size: 3.5vw;
    margin-bottom: 50px;
  }
  .pagination_over {
    margin-bottom: 40px;
  }
  .pagination_under {
    margin-top: 40px;
  }
  .navigation {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .navigation .nav_btn {
    width: 49%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation .nav_btn .btn {
    width: 48%;
    height: auto;
    font-size: 3.5vw;
    border-radius: 10vw;
    padding: 5% 8%;
  }
  .navigation .nav_btn .btn:nth-of-type(2) {
    margin-left: 0;
  }
  .navigation .nav_archive_btn {
    font-size: 3.5vw;
    width: 49%;
    height: auto;
    padding: 0 4%;
    border-radius: 10vw;
  }
  .navigation .arrow {
    display: none;
  }
  #single-works h1 {
    font-size: 4vw;
    padding: 0 16px;
    line-height: 1.8;
  }
  #single-works .txt_inner {
    padding: 0 16px;
    font-size: 3.5vw;
    margin: 20px auto 30px;
  }
  #single-works .text {
    font-size: 3.5vw;
    padding: 0 16px;
  }
  .single_page {
    margin: 40px auto;
  }
  #thanks {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.5vw;
  }
}