@charset 'UTF-8';
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
html {
  background: white;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
.wrapper {
  position: relative;
  width: 100%;
}
.wrapper.is-fixed {
  position: fixed;
}
.wrapper.is-technology {
  background: #1a2c38;
}
.header {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 140px;
}
#list-detail .header {
  position: static;
  margin: 0 0 60px 0;
  height: 140px;
  background: #1a2c38;
}
#list-detail .sub-nav__item a {
  background: #fff;
  color: #1a2c38;
}
#list-detail .sub-nav__item a:hover {
  background: #1a2c38;
  color: #fff;
}
.header__logo {
  position: absolute;
  top: 30px;
  left: 40px;
  margin: 0;
  padding: 0;
  width: 343px;
  height: 47px;
  font-size: 1rem;
  line-height: 1;
}
.header__logo a {
  opacity: 1;
  transition: all 0.3s;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__siteid {
  position: absolute;
  top: 58px;
  left: 400px;
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
}
.menu {
  position: absolute;
  width: 100%;
}
.global-nav {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
}
.global-nav__list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}
.global-nav__item {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1;
}
.global-nav__item.is-top {
  width: 1rem;
}
.global-nav__item a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.global-nav__item a:hover {
  opacity: 0.7;
}
.sub-nav {
  position: absolute;
  top: 43px;
  right: 40px;
}
.sub-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-nav__item {
  margin: 0 15px 0 0;
  font-size: 0.875rem;
}
.sub-nav__item:last-child {
  margin: 0;
}
.sub-nav__item a {
  position: relative;
  display: block;
  padding: 5px 15px;
  background: #333;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.sub-nav__item a::before {
  position: absolute;
  top: 0;
  left: -5px;
  content: "";
  width: 5px;
  height: 50%;
  background: #e55405;
}
.sub-nav__item a::after {
  position: absolute;
  bottom: 0;
  left: -5px;
  content: "";
  width: 5px;
  height: 50%;
  background: #606060;
}
.sub-nav__item a:hover {
  background: #fff;
  color: #000;
}
.toggle {
  display: none;
}
.main {
  width: 100%;
}
.main__inner {
  max-width: 1600px;
  width: 80%;
  margin: 0 auto 40px;
}
.main__inner.is-technology {
  color: #fff;
}
.page-title {
  margin: 0 0 15px 0;
}
.page-subtitle {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}
.ttl-decoration {
  position: relative;
  font-size: 1rem;
}
.ttl-decoration::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 0;
  display: block;
  width: 4px;
  height: 50%;
  background: #e55405;
}
.ttl-decoration::after {
  position: absolute;
  content: "";
  left: -10px;
  bottom: 0;
  display: block;
  width: 4px;
  height: 50%;
  background: #606060;
}
.btn-more {
  display: inline-block;
  position: relative;
  padding: 5px 40px 5px 30px;
  background: #172c37;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-more::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 12px;
  font-size: 90%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn-more::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -3px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border-right: 1px solid #172c37;
  border-bottom: 1px solid #172c37;
}
.btn-more:hover {
  color: #fff;
  background: #e55405;
}
.btn-more:hover::after {
  border-right: 1px solid #e55405;
  border-bottom: 1px solid #e55405;
}
.news-flash {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 90%;
  max-width: 900px;
  padding: 15px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}
.news-flash__define {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
}
.news-flash__date {
  margin: 0 0 5px 0;
  font-weight: 600;
}
.news-flash__text {
  margin: 0;
}
.news-flash__text a {
  text-decoration: none;
}
.news-flash__text a:hover {
  text-decoration: underline;
}
.news__badge {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 10px;
  background: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75rem;
}
.news__badge.is-site {
  background: #a5cd97;
}
.news__badge.is-pdf {
  background: #cd9797;
}
.news__badge.is-info {
  background: #65c5d4;
}
.property-search {
  margin: 0 0 60px 0;
  padding: 0 30px;
  background: #fff url("../images/top/bg-map.jpg") no-repeat;
  background-size: cover;
}
.property-search__inner {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
.aichi-map {
  position: relative;
  max-width: 50%;
  margin: 0 auto 30px;
  aspect-ratio: 6 / 5;
}
.aichi-map__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.aichi-map__svg a {
  cursor: pointer;
}
.cls-1, .cls-2 {
  stroke: #fff;
  stroke-linecap: square;
  stroke-linejoin: round;
  transition: all 0.3s;
}
.cls-1 {
  fill: #ccc;
  transition: all 0.3s;
}
.cls-2 {
  fill: #aaa;
  transition: all 0.3s;
}
.aichi-map .is-hover .cls-1, .aichi-map .is-hover .cls-2 {
  fill: #f2cfc0;
  transition: all 0.3s;
}
.aichi-map .is-filled .cls-1, .aichi-map .is-filled .cls-2 {
  fill: #e55405;
  transition: all 0.3s;
}
.aichi-map__list {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  width: 100%;
  aspect-ratio: 6 / 5;
  margin: 0;
  padding: 0;
}
.aichi-map__item {
  position: absolute;
  z-index: 1;
  background: #333;
  border: 2px solid #333;
  transition: 0.3s all;
  cursor: pointer;
  color: #fff;
  font-size: 0.75rem;
}
.aichi-map__label, .property-kind__label {
  display: block;
  position: relative;
  padding: 0px 4px;
  cursor: pointer;
}
.property-kind__label {
  padding: 15px 30px;
}
.aichi-map__label::before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  display: block;
  width: 5px;
  height: 59%;
  transition: 0.3s all;
  background: #e55405;
}
.aichi-map__label::after {
  position: absolute;
  content: "";
  left: -2px;
  bottom: -2px;
  display: block;
  width: 5px;
  height: 61%;
  background: #606060;
  transition: 0.3s all;
}
.aichi-map__checkbox, .property-kind__checkbox {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  appearance: none;
  cursor: pointer;
}
.aichi-map__checker, .property-kind__checker {
  padding: 0 0 0 1.5rem;
}
.aichi-map__checker::before, .property-kind__checker::before {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background: #ddd;
  transform: translateY(-50%);
}
.property-kind__checker::before {
  left: 30px;
}
.aichi-map__checker::after, .property-kind__checker::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 11px;
  width: 15px;
  height: 7px;
  border-bottom: 3px solid #e55405;
  border-left: 3px solid #e55405;
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
}
.property-kind__checker::after {
  top: 21px;
  left: 33px;
}
.aichi-map__checkbox.is-filled + .aichi-map__checker::after, .property-kind__checkbox.is-filled + .property-kind__checker::after {
  opacity: 1;
}
.aichi-map__item.is-checkAll {
  top: 10%;
  left: -5%;
}
.aichi-map__item.is-otherCity {
  top: 41%;
  left: 71%;
}
.aichi-map__item.is-nagoyaCity {
  top: 25%;
  left: 15%;
}
.aichi-map__item.is-nagakuteCityAndSetoCity {
  top: 17%;
  left: 33%;
}
.aichi-map__item.is-nisshinCityAndTougouTown {
  top: 33%;
  left: 27%;
}
.aichi-map__item.is-miyoshiCity {
  top: 41%;
  left: 33%;
}
.aichi-map__item.is-toyotaCity {
  top: 25%;
  left: 49%;
}
.aichi-map__item.is-kariyaCityAndAnjoCityAndChiryuCity {
  top: 49%;
  left: 18%;
}
.aichi-map__item.is-okazakiCity {
  top: 57%;
  left: 47%;
}
.aichi-map__item.is-hekinanCity {
  top: 65%;
  left: 24%;
}
.aichi-map__item.is-toyohashiCityAndTaharaCity {
  top: 81%;
  left: 56%;
}
.aichi-map__item.is-otherPref {
  top: 41%;
  left: 0%;
}
.property-kind__list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
}
.property-kind__item {
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  font-size: 0.875rem;
}
.property-kind__item.is-kodate {
  margin: 0 10px 0 0;
}
.property-kind__item.is-toti {
  margin: 0;
}
.property-search__link {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.contact {
  width: 100%;
  padding: 10% 0;
  background: #1a2c38 url("../images/common/bg-contact-us.jpg") no-repeat center;
  background-size: cover;
}
.contact__title {
  width: 30%;
  max-width: 380px;
  min-width: 215px;
  margin: 0 auto 30px;
  text-align: center;
}
.contact__list {
  display: flex;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.contact__item {
  margin: 0 15px;
}
.contact__item a {
  position: relative;
  display: inline-block;
  padding: 20px 15px;
  background: #fff;
  color: #1a2c38;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration-color: #fca45c;
  text-underline-offset: 5px;
  transition: all 0.3s;
}
.contact__item a::before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  width: 8px;
  height: 8px;
  background: #fca45c;
}
.contact__item a:hover {
  background: #1a2c38;
  color: #fff;
}
.footer {
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0;
  background: #111b21;
}
.footer-row {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-nav {
  margin: 0 0 15px 0;
  border-top: 5px solid #e55405;
  background: #1a2c38;
}
.footer-nav__list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
}
.footer-nav__item {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.footer-nav__item.is-top {
  width: 1rem;
}
.footer-nav__item.is-top img {
  display: inline-block;
}
.footer-nav__item.is-top span {
  display: none;
}
.footer-nav__item a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-nav__item a:hover {
  opacity: 0.7;
}
.footer-info {
  width: 95%;
  margin: 0 auto;
  padding: 0 20px;
}
.company-sns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 15px 0;
}
.company {
  display: flex;
  align-items: flex-end;
}
.company__logo {
  max-width: 343px;
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 1;
  font-size: 1rem;
}
.company__logo a {
  opacity: 1;
  transition: all 0.3s;
}
.company__logo a:hover {
  opacity: 0.7;
}
.company__tel {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.company__tel a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.company__tel a:hover {
  opacity: 0.7;
}
.profile-status {
  margin: 0 0 30px 0;
}
.profile__define {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
  line-height: 1;
}
.profile__term {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.8rem;
}
.profile__address {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #fff;
  font-size: 0.75rem;
}
.profile__open {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  font-size: 0.75rem;
}
.status__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.status__item {
  margin: 0 0 5px 0;
  padding: 0 15px 0 0;
  color: #fff;
  font-size: 0.75rem;
}
.sns {
  margin: 0;
  padding: 0;
}
.sns__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sns__item {
  width: 36px;
  margin: 0 10px 0 0;
  color: #fff;
}
.sns__item a {
  display: block;
  transform: translateY(0px);
  transition: all 0.3s;
}
.sns__item a:hover {
  transform: translateY(-5px);
}
.extra-copyright {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
.extra {
  max-width: 100%;
}
.extra__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.extra__item {
  border-right: 1px solid #fff;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}
.extra__item a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.extra__item a:hover {
  opacity: 0.7;
}
.extra__item:last-child {
  border: none;
}
.copyright {
  color: #fff;
  font-size: 0.75rem;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 50px;
  height: 50px;
  background: #999;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9;
}
.pagetop__link {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.pagetop__link::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  content: '\f102';
  display: block;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}
.strong-point {
  margin: 0 0 20px 0;
  padding: 0;
}
.strong-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strong-point__item {
  position: relative;
  width: calc(100% / 2 - 10px);
  margin: 0 0 20px 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.strong-point__item::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  background: #e55405;
  border: 1px solid #e55405;
  width: 10px;
  height: 10px;
}
.strong-point__item::after {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  right: 0;
  background: #e55405;
  border: 1px solid #e55405;
  width: 10px;
  height: 10px;
}
.strong-point__item a img {
  transition: 0.3s all;
}
.strong-point__item a:hover img {
  opacity: 0.7;
  transform: scale(1.05);
}
.strong-point__define {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.strong-point__term {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 600;
}
.strong-point__description {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}
.strong-point__description::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.tq-factory {
  margin: 0 0 60px 0;
  padding: 0;
}
.tq-factory__banner {
  margin: 0;
  padding: 0;
  background: #fff;
}
.tq-factory__banner a img {
  opacity: 1;
  transition: 0.3s all;
}
.tq-factory__banner a:hover img {
  opacity: 0.7;
}
.p-youtube {
  max-width: 800px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s ease-in-out;
  visibility: hidden;
  margin-top: 50px;
  transition-delay: .2s;
  opacity: 0;
}
.p-youtubeCover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: .2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.p-youtubeCover.is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 1000000;
}
.p-youtube.is-visible {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
.p-youtube_in {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.p-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-youtube_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  transition: .4s;
  cursor: pointer;
  font-size: 0;
}
.p-youtube_close:hover {
  opacity: .7;
}
.p-youtube_close:before, .p-youtube_close:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-youtube_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-youtube_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.only-nav {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header__logo {
    left: 20px;
  }
  .sub-nav {
    right: 20px;
  }
  .global-nav__list, .footer-nav__list, .footer-info {
    width: 100%;
  }
  .global-nav__item, .sub-nav__item, .footer-nav__item {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .menu {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100%;
    background: rgba(26, 44, 56, 0.9);
    transition: all 0.3s;
    z-index: 9;
  }
  .menu.is-active {
    right: 0;
  }
  .toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(26, 44, 56, 0.9);
    cursor: pointer;
    z-index: 9;
  }
  .toggle span {
    display: inline-block;
    position: absolute;
    left: 11px;
    width: 45%;
    height: 3px;
    margin: -3px 0 0 0;
    border-radius: 2px;
    background: #fff;
    transition: all .3s;
  }
  .toggle span:nth-of-type(1) {
    top: 15px;
  }
  .toggle span:nth-of-type(2) {
    top: 23px;
  }
  .toggle span:nth-of-type(3) {
    top: 31px;
  }
  .toggle.is-active {
    background: none;
  }
  .toggle.is-active span:nth-of-type(1) {
    top: 18px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .toggle.is-active span:nth-of-type(3) {
    top: 30px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .global-nav {
    position: static;
    width: 70%;
    margin: 50px auto 30px;
  }
  .global-nav__list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .global-nav__item {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1;
  }
  .global-nav__item.is-top {
    width: 2rem;
  }
  .sub-nav {
    position: static;
    width: 70%;
    margin: 0 auto;
  }
  .sub-nav__list {
    display: block;
  }
  .sub-nav__item {
    margin: 0 0 20px 0;
    font-size: 1rem;
  }
  .sub-nav__item a {
    background: #fff;
    color: #000;
  }
  .sub-nav__item a:hover {
    background: #333;
    color: #fff;
  }
  .footer {
    padding: 0 0 60px 0;
  }
  .footer-row {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 0 0 0;
  }
  .footer-nav {
    margin: 0 0 30px 0;
    border: none;
    background: #111b21;
  }
  .footer-nav__list {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .footer-nav__item {
    width: 25%;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .footer-nav__item.is-top {
    width: 25%;
    background: none;
    overflow: inherit;
    text-indent: inherit;
    white-space: wrap;
  }
  .footer-nav__item a {
    color: #fff;
    text-decoration: none;
  }
  .footer-nav__item.is-top a {
    display: block;
  }
  .footer-nav__item.is-top img {
    display: none;
  }
  .footer-nav__item.is-top span {
    display: inline;
  }
  .extra-copyright {
    display: block;
  }
  .extra-copyright {
    padding: 0 15px;
  }
  .extra__list {
    justify-content: space-around;
    margin: 0 0 30px 0;
  }
  .extra__item {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .copyright {
    font-size: 0.75rem;
    text-align: center;
  }
  .aichi-map {
    max-width: 70%;
  }
  .strong-point__description::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  #list-detail .header {
    height: 90px;
    margin: 0 0 30px 0;
  }
  .main__inner {
    width: 90%;
  }
  .main__inner.is-technology {
    width: 80%;
  }
  .news-flash {
    left: 15px;
    right: 15px;
    bottom: 20px;
    width: auto;
    padding: 10px 15px;
    transform: none;
  }
  .news-flash__define {
    font-size: 0.75rem;
  }
  .news__badge {
    padding: 2px 5px;
    font-size: 0.625rem;
  }
  .property-search {
    margin: 0 0 40px 0;
    padding: 0 15px;
  }
  .property-search__inner {
    width: auto;
  }
  .property-search .page-title {
    max-width: 15rem;
  }
  .aichi-map {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: auto;
  }
  .aichi-map__svg {
    display: none;
    position: static;
    width: 100%;
    z-index: auto;
  }
  .aichi-map__svg a {
    display: none;
    cursor: auto;
  }
  .aichi-map__list {
    list-style: none;
    position: static;
    width: 100%;
    aspect-ratio: auto;
    margin: 0;
    padding: 0;
  }
  .aichi-map__item {
    position: static;
    z-index: auto;
    top: auto;
    left: auto;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 0.875rem;
  }
  .aichi-map__label {
    display: block;
    position: relative;
    margin: 0 15px;
    padding: 7px 0;
    border-bottom: 1px solid #d3d3d3;
    cursor: pointer;
  }
  .aichi-map__label::before {
    display: none;
  }
  .aichi-map__label::after {
    display: none;
  }
  .aichi-map__checker {
    padding: 0 0 0 2rem;
  }
  .aichi-map__checker::after {
    top: 12px;
  }
  .aichi-map__item.is-checkAll {
    margin: 0 0 5px 0;
    border-radius: 7px;
  }
  .aichi-map__item.is-checkAll .aichi-map__label {
    border-bottom: none;
  }
  .aichi-map__item.is-toyotaCity {
    border-radius: 7px 7px 0 0;
  }
  .aichi-map__item.is-otherPref {
    margin: 0 0 30px 0;
    border-radius: 0 0 7px 7px;
  }
  .aichi-map__item.is-otherPref .aichi-map__label {
    border-bottom: none;
  }
  .property-kind__list {
    justify-content: space-between;
    width: 100%;
  }
  .property-kind__item {
    flex: 1;
    border-radius: 7px;
    font-size: 0.875rem;
  }
  .property-kind__label {
    padding: 7px 15px;
  }
  .property-kind__checker::before {
    left: 15px;
  }
  .property-kind__checker::after {
    top: 12px;
    left: 18px;
  }
  .footer-nav__item {
    width: 50%;
  }
  .footer-nav__item.is-top {
    width: 50%;
  }
  .company {
    display: block;
  }
  .company__logo {
    margin: 0 0 15px 0;
  }
  .profile__define {
    font-size: 0.8rem;
  }
  .status__item {
    margin: 0 0 5px 0;
    font-size: 0.75rem;
  }
  .page-subtitle {
    font-size: 0.875rem;
  }
  .btn-more {
    font-size: 0.75rem;
  }
  .strong-point .page-title {
    width: 13rem;
  }
  .strong-point__term {
    font-size: 0.75rem;
  }
  .strong-point__description {
    font-size: 1rem;
  }
  .strong-point__description::after {
    top: 50%;
    right: 1%;
    width: 7px;
    height: 7px;
  }
  .tq-factory .page-title {
    width: 10rem;
  }
  .only-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.3s;
  }
  .only-nav.is-active {
    transform: translateY(0);
  }
  .only-nav__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .only-nav__item {
    margin: 0;
    padding: 0;
    flex: 1 0 0;
    font-size: 0.625rem;
    line-height: 1;
    text-align: center;
  }
  .only-nav__link {
    display: block;
    width: 100%;
    margin: 0;
    padding: 32px 16px 16px;
    background: #172c37 url("../images/common/bg-catalog2.svg") no-repeat center 6px;
    border-top: 1px solid #ec9a2e;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
  }
  .only-nav__link:hover {
    color: #fff;
    background-color: #ec9a2e;
  }
  .only-nav__link.is-tel {
    background-image: url("../images/common/bg-tel2.svg");
  }
  .only-nav__link.is-reserve {
    background-image: url("../images/common/bg-reserve2.svg");
    border-left: 1px solid #ec9a2e;
    border-right: 1px solid #ec9a2e;
  }
  .only-nav__link.is-catalog {
    background-image: url("../images/common/bg-catalog2.svg");
  }
  .pagetop {
    bottom: 10%;
  }
}
@media screen and (max-width: 575px) {
  .header__logo {
    top: 15px;
    left: 15px;
    width: 250px;
  }
  .header__siteid {
    position: absolute;
    top: 60px;
    left: 45px;
    padding: 0;
    border: none;
    font-size: 0.75rem;
  }
  .footer-nav__item {
    font-size: 0.6875rem;
  }
  .footer-nav__item.is-top {
    font-size: 0.6875rem;
  }
  .contact__item {
    margin: 0 10px;
  }
  .contact__item a {
    padding: 20px 10px;
    font-size: 0.75rem;
  }
  .company__logo {
    max-width: 90%;
  }
  .company-sns {
    display: block;
  }
  .company__tel {
    margin: 0 0 15px 0;
  }
  .profile__address {
    padding: 0;
    border: none;
  }
  .profile__open {
    padding: 0;
  }
  .status__list {
    display: none;
  }
  .extra__item {
    font-size: 0.625rem;
  }
  .strong-point__item::before,.strong-point__item::after {
    width: 5px;
    height: 5px;
  }
  .strong-point__define {
    padding: 10px 5px;
  }
  .strong-point__term {
    display: none;
  }
  .strong-point__description {
    font-size: 0.625rem;
  }
}