@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Serif", serif;
}

.top__header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .top__header {
    height: 70px;
  }
}
.top__header .header__left {
  margin-left: 5%;
}
.top__header .header__left .logo a img {
  display: block;
  margin-bottom: 5px;
}
.top__header .header__left .logo a h1 img {
  display: block;
}
@media (max-width: 768px) {
  .top__header .header__left .logo a h1 img {
    width: 120px;
    height: auto;
  }
}
.top__header .header__right {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.top__header .header__right .ishinhome_link {
  width: 250px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
}
@media (max-width: 1024px) {
  .top__header .header__right .ishinhome_link {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .top__header .header__right .ishinhome_link {
    width: 70px;
  }
}
.top__header .header__right .ishinhome_link a {
  display: block;
  width: 100%;
  height: auto;
}
.top__header .header__right .ishinhome_link a figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top__header .header__right .ishinhome_link a figure img {
  width: 80%;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .top__header .header__right .ishinhome_link a:hover {
    opacity: 0.6;
    transition: 0.2s;
  }
}
.top__header .header__right .ishinhome_link img {
  width: 200px;
  height: auto;
}
.top__header .header__right .tel__contact {
  width: auto;
  height: 100%;
}
.top__header .header__right .tel__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 100%;
  padding: 0 40px;
  background-color: #0A5CA0;
  color: #fff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .top__header .header__right .tel__contact a {
    width: 70px;
  }
}
.top__header .header__right .tel__contact a .tel__contact__content p {
  font-size: 13px;
  margin: 3px 0;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .top__header .header__right .tel__contact a .tel__contact__content p {
    display: none;
  }
}
.top__header .header__right .tel__contact a .tel__contact__content .tel__flex {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.top__header .header__right .tel__contact a .tel__contact__content .tel__flex .tel__number {
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .top__header .header__right .tel__contact a .tel__contact__content .tel__flex .tel__number {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top__header .header__right .tel__contact a:hover {
    opacity: 0.6;
    transition: 0.2s;
  }
}
.top__header .header__right .mail__contact {
  width: auto;
  height: 100%;
  position: relative;
}
.top__header .header__right .mail__contact a {
  width: 250px;
  height: 100%;
  background-color: #1585B8;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .top__header .header__right .mail__contact a {
    width: 70px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top__header .header__right .mail__contact a:hover {
    opacity: 0.5;
    transition: 0.2s;
  }
}
.top__header .header__right .mail__contact p {
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .top__header .header__right .mail__contact p {
    display: none;
  }
}

nav {
  width: 100%;
  height: 60px;
  background-color: #03357C;
}
@media (max-width: 1024px) {
  nav {
    height: auto;
    padding: 15px 0 0;
  }
}
nav ul {
  width: 100%;
  height: 60px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  nav ul {
    flex-wrap: wrap;
    height: auto;
  }
}
nav ul li {
  list-style: none;
  width: 18%;
  height: auto;
}
@media (max-width: 1024px) {
  nav ul li {
    width: 100px;
    padding-bottom: 15px;
  }
}
nav ul li a {
  width: 100%;
  height: 60px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  nav ul li a {
    height: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  nav ul li a:hover {
    background-color: #fff;
    color: #03357C;
    transition: 0.2s;
  }
}

footer {
  background-color: #0A5CA0;
  color: #fff;
}
footer h3 {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  footer h3 {
    width: 90%;
    margin: 0 auto;
  }
}
footer .footer__contact {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  footer .footer__contact {
    display: block;
  }
}
footer .footer__contact .tel__contact {
  width: 30%;
  text-align: center;
}
@media (max-width: 1024px) {
  footer .footer__contact .tel__contact {
    width: 300px;
    padding: 30px 0;
    margin: 0 auto;
  }
}
footer .footer__contact .tel__contact img {
  width: 45px;
  height: auto;
}
footer .footer__contact .tel__contact h4 {
  margin: 10px 0 30px;
}
footer .footer__contact .tel__contact .footer__shop {
  margin-bottom: 15px;
}
footer .footer__contact .tel__contact .footer__shop .footer__number {
  font-size: 32px;
}
footer .footer__contact .fax__contact {
  text-align: center;
  position: relative;
  width: 30%;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media (max-width: 1024px) {
  footer .footer__contact .fax__contact {
    width: 300px;
    margin: 0 auto;
    border-right: none;
    border-left: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 30px 0;
  }
}
footer .footer__contact .fax__contact img {
  width: 45px;
  height: auto;
}
footer .footer__contact .fax__contact h4 {
  margin: 10px 0 30px;
}
footer .footer__contact .fax__contact .footer__number {
  width: 100%;
  position: absolute;
  font-size: 32px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  footer .footer__contact .fax__contact .footer__number {
    position: static;
  }
}
footer .footer__contact .mail__contact {
  text-align: center;
  position: relative;
  width: 30%;
}
@media (max-width: 1024px) {
  footer .footer__contact .mail__contact {
    width: 200px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
footer .footer__contact .mail__contact img {
  width: 45px;
  height: auto;
}
footer .footer__contact .mail__contact h4 {
  margin: 10px 0 30px;
}
footer .footer__contact .mail__contact .footer_mail_btn {
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  footer .footer__contact .mail__contact .footer_mail_btn {
    position: static;
    transform: none;
  }
}
footer .footer__contact .mail__contact .footer_mail_btn a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0A5CA0;
  cursor: pointer;
  display: block;
  width: auto;
  height: 50px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer__contact .mail__contact .footer_mail_btn a:hover {
    background-color: #0A5CA0;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.3s;
  }
}
footer .bottom__footer {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
}
@media (max-width: 1024px) {
  footer .bottom__footer {
    display: block;
    padding-bottom: 30px;
  }
}
footer .bottom__footer .left__footer {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  footer .bottom__footer .left__footer {
    display: block;
  }
}
footer .bottom__footer .left__footer .footer__adress p {
  font-size: 12px;
  line-height: 1.8;
}
footer .bottom__footer .right__footer {
  position: relative;
}
footer .bottom__footer .right__footer p {
  font-size: 12px;
  margin-right: 80px;
}
@media (max-width: 1024px) {
  footer .bottom__footer .right__footer p {
    text-align: center;
    margin-right: 0;
  }
}
footer .bottom__footer .right__footer .fa-arrow-up {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  text-decoration: none;
}

body {
  display: none;
}

.hero {
  position: relative;
}
.hero img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .top__title {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.hero .top__title h2 {
  font-size: 3vw;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero .top__title h2 {
    font-size: 16px;
  }
}
.hero .top__title h4 {
  font-size: 1.2vw;
}
@media (max-width: 768px) {
  .hero .top__title h4 {
    font-size: 12px;
    line-height: 1.5;
  }
  .hero .top__title h4 span {
    display: none;
  }
}

.top__real_estate {
  background-color: #f5f4f4;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .top__real_estate {
    padding: 30px 0;
  }
}
.top__real_estate .re__menubox {
  width: 80%;
  height: auto;
  margin: 0 auto;
  border: 5px solid #1585b8;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .top__real_estate .re__menubox {
    width: 90%;
  }
}
.top__real_estate .re__menubox h2 {
  text-align: center;
  font-size: 32px;
  color: #1585b8;
  padding: 70px 0;
  background-image: url(/wp-content/themes/tounichi-sougyou/images/re__menu_back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .top__real_estate .re__menubox h2 {
    font-size: 24px;
  }
}
.top__real_estate .re__menubox .re__menu ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 70px;
  padding: 50px;
}
@media (max-width: 1024px) {
  .top__real_estate .re__menubox .re__menu ul {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.top__real_estate .re__menubox .re__menu ul li {
  list-style: none;
  text-align: center;
}
@media (max-width: 1024px) {
  .top__real_estate .re__menubox .re__menu ul li {
    width: 170px;
  }
}
.top__real_estate .re__menubox .re__menu ul li a {
  text-decoration: none;
  color: #1585b8;
}
.top__real_estate .re__menubox .re__menu ul li a:hover img {
  transform: scale(1.2);
  transition: 0.3s;
}
.top__real_estate .re__menubox .re__menu ul li a h5 {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  border: 1px solid #333;
  color: #333;
  padding: 5px 10px;
  display: block;
  margin: 0 auto 20px;
  font-size: 1rem;
}
.top__real_estate .re__menubox .re__menu ul li a img {
  width: 100%;
  max-height: 80px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .top__real_estate .re__menubox .re__menu ul li a img {
    width: auto;
    height: 70px;
  }
}
.top__real_estate .re__menubox .re__menu ul li a p {
  font-size: 1vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top__real_estate .re__menubox .re__menu ul li a p::before {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-regular.svg);
  width: 20px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-right: 0.3rem;
}
@media (max-width: 1024px) {
  .top__real_estate .re__menubox .re__menu ul li a p {
    font-size: 12px;
  }
}
.top__real_estate .top_pickup {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top__real_estate .top_pickup {
    width: 90%;
  }
}
.top__real_estate .top_pickup h2 {
  font-size: 24px;
  border-left: 5px solid #333;
  padding-left: 10px;
  margin: 50px 0;
}
.top__real_estate .top_pickup .tochi__pickup h3 {
  margin: 30px 0;
  font-size: 2rem;
  font-weight: bold;
}
.top__real_estate .top_pickup .tochi__pickup ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .top__real_estate .top_pickup .tochi__pickup ul {
    flex-wrap: wrap;
  }
}
.top__real_estate .top_pickup .tochi__pickup ul li {
  list-style: none;
  background-color: #fff;
  width: 23%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .top__real_estate .top_pickup .tochi__pickup ul li {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .top__real_estate .top_pickup .tochi__pickup ul li {
    width: 100%;
  }
}
.top__real_estate .top_pickup .tochi__pickup ul li .seiyaku {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.645);
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .top__real_estate .top_pickup .tochi__pickup ul li .seiyaku {
    font-size: 1.5rem;
  }
}
.top__real_estate .top_pickup .tochi__pickup ul li a {
  text-decoration: none;
  color: #333;
}
.top__real_estate .top_pickup .tochi__pickup ul li a:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.top__real_estate .top_pickup .tochi__pickup ul li a img {
  width: 100%;
  height: auto;
}
.top__real_estate .top_pickup .tochi__pickup ul li a .re_content {
  padding: 15px;
}
.top__real_estate .top_pickup .tochi__pickup ul li a .re_content .category {
  background-color: #e58503;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
}
.top__real_estate .top_pickup .tochi__pickup ul li a .re_content .re_title {
  font-size: 1rem;
}
.top__real_estate .top_pickup .tochi__pickup ul li a .re_content .re_address {
  font-size: 14px;
}
.top__real_estate .top_pickup .tochi__pickup ul li a .re_content .re_price {
  font-size: 1.5rem;
}
.top__real_estate .top_pickup .tochi__pickup ul li a .re_content .re_price span {
  font-size: 14px;
}
.top__real_estate .top_pickup .tochi__pickup ul li a .re_content .re_spec {
  font-size: 14px;
}
.top__real_estate .top_pickup .tochi__pickup .btn {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .top__real_estate .top_pickup .tochi__pickup .btn {
    padding: 0 0 50px;
  }
}
.top__real_estate .top_pickup .tochi__pickup .btn a {
  width: 250px;
  height: auto;
  padding: 20px;
  background-color: #1585b8;
  border: 1px solid #1585b8;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.top__real_estate .top_pickup .tochi__pickup .btn a::after {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-wht.svg);
  width: 15px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-left: 0.3rem;
}
.top__real_estate .top_pickup .tochi__pickup .btn a:hover {
  color: #1585b8;
  background-color: #fff;
  border: 1px solid #1585b8;
  transition: 0.3s;
}
.top__real_estate .top_pickup .tochi__pickup .btn a:hover::after {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-regular.svg);
  width: 15px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-left: 0.3rem;
  transition: 0.3s;
}

.top__info__container {
  width: 100%;
  height: auto;
  background-color: #f5f4f4;
  padding-bottom: 50px;
}
.top__info__container .top__info__wrap {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 10%;
}
@media (max-width: 768px) {
  .top__info__container .top__info__wrap {
    width: 90%;
  }
}
.top__info__container .top__info__wrap .top__info__title {
  text-align: center;
  color: #1585b8;
  padding: 50px 0;
}
.top__info__container .top__info__wrap .top__info__title h2 {
  font-size: 2rem;
  padding: 10px;
}
.top__info__container .top__info__wrap .top__info__title p {
  font-size: 0.9rem;
}
.top__info__container .top__info__wrap .top__info__article ul {
  padding: 50px 0;
}
.top__info__container .top__info__wrap .top__info__article ul li {
  border-bottom: 1px dotted #333;
  list-style: none;
  font-size: 1rem;
}
.top__info__container .top__info__wrap .top__info__article ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  text-decoration: none;
  color: #333;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 768px) {
  .top__info__container .top__info__wrap .top__info__article ul li a {
    display: block;
  }
}
.top__info__container .top__info__wrap .top__info__article ul li a .info__date {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .top__info__container .top__info__wrap .top__info__article ul li a .info__title {
    margin-left: 10px;
  }
}
.top__info__container .top__info__wrap .top__info__article ul li a:hover {
  background-color: #777;
  color: #fff;
  transition: 0.3s;
}
.top__info__container .top__info__wrap .top__info__article .btn {
  padding: 50px 0;
}
.top__info__container .top__info__wrap .top__info__article .btn a {
  width: 250px;
  height: auto;
  padding: 20px;
  background-color: #1585b8;
  border: 1px solid #1585b8;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.top__info__container .top__info__wrap .top__info__article .btn a::after {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-wht.svg);
  width: 15px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-left: 0.3rem;
}
@media (hover: hover) and (pointer: fine) {
  .top__info__container .top__info__wrap .top__info__article .btn a:hover {
    color: #1585b8;
    background-color: #fff;
    border: 1px solid #1585b8;
    transition: 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top__info__container .top__info__wrap .top__info__article .btn a:hover::after {
    content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-regular.svg);
    width: 15px;
    height: auto;
    text-align: center;
    vertical-align: text-top;
    margin-left: 0.3rem;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .top__info__container .top__info__wrap .top__info__article .btn a {
    width: 100%;
  }
}

.l-wrapper .loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.l-wrapper .loader-bg .c-loader {
  color: #0a5ca0;
  font-size: 3vw;
}
@media (max-width: 768px) {
  .l-wrapper .loader-bg .c-loader {
    font-size: 21px;
  }
}

.property__archive__container {
  background-color: #f5f4f4;
  width: 100%;
  height: auto;
}
.property__archive__container h2 {
  font-size: 2rem;
  text-align: center;
  padding: 30px 0;
  background-color: #eae8e8;
}
.property__archive__container .re_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .property__archive__container .re_nav {
    display: block;
    padding: 0 0 50px;
  }
}
.property__archive__container .re_nav .btn {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .property__archive__container .re_nav .btn {
    padding: 10px 0;
  }
}
.property__archive__container .re_nav .btn a {
  width: 250px;
  height: auto;
  padding: 20px;
  background-color: #0a5ca0;
  border: 1px solid #0a5ca0;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.property__archive__container .re_nav .btn a::after {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-wht.svg);
  width: 15px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-left: 0.3rem;
}
.property__archive__container .re_nav .btn a:hover {
  color: #1585b8;
  background-color: #fff;
  border: 1px solid #1585b8;
  transition: 0.3s;
}
.property__archive__container .re_nav .btn a:hover::after {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-regular.svg);
  width: 15px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-left: 0.3rem;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .property__archive__container .re_nav .btn a {
    width: 80%;
  }
}
.property__archive__container .property__archive {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
}
.property__archive__container .property__archive .property__menu h3 {
  font-size: 2rem;
}
.property__archive__container .property__archive .property__menu .tochi ul,
.property__archive__container .property__archive .property__menu .tochitsuki ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20px;
}
.property__archive__container .property__archive .property__menu .tochi ul li,
.property__archive__container .property__archive .property__menu .tochitsuki ul li {
  width: auto;
  background-color: #f5f4f4;
  display: inline-block;
  margin-right: 15px;
  list-style: none;
}
.property__archive__container .property__archive .property__menu .tochi ul li a,
.property__archive__container .property__archive .property__menu .tochitsuki ul li a {
  text-decoration: none;
  color: #fff;
  background-color: #1585b8;
  padding: 5px 15px;
  display: block;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media (hover: hover) and (pointer: fine) {
  .property__archive__container .property__archive .property__menu .tochi ul li a:hover,
  .property__archive__container .property__archive .property__menu .tochitsuki ul li a:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}
.property__archive__container .cat__hit {
  font-size: 1rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
  margin-bottom: 30px;
}
.property__archive__container h3 {
  margin: 30px 0;
}
.property__archive__container .property__articles ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 50px;
}
.property__archive__container .property__articles ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.property__archive__container .property__articles ul::after {
  content: "";
  display: block;
  width: 23%;
}
.property__archive__container .property__articles ul li {
  width: 23%;
  list-style: none;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .property__archive__container .property__articles ul li {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .property__archive__container .property__articles ul li {
    width: 100%;
  }
}
.property__archive__container .property__articles ul li .seiyaku {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.645);
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .property__archive__container .property__articles ul li .seiyaku {
    font-size: 1.5rem;
  }
}
.property__archive__container .property__articles ul li a {
  text-decoration: none;
  color: #333;
}
.property__archive__container .property__articles ul li a:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.property__archive__container .property__articles ul li a img {
  width: 100%;
  height: auto;
}
.property__archive__container .property__articles ul li a .re_content {
  padding: 15px;
}
.property__archive__container .property__articles ul li a .re_content .category {
  background-color: #e58503;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
}
.property__archive__container .property__articles ul li a .re_content .re_title {
  font-size: 1rem;
}
.property__archive__container .property__articles ul li a .re_content .re_address {
  font-size: 14px;
}
.property__archive__container .property__articles ul li a .re_content .re_price {
  font-size: 1.5rem;
}
.property__archive__container .property__articles ul li a .re_content .re_price span {
  font-size: 14px;
}
.property__archive__container .property__articles ul li a .re_content .re_spec {
  font-size: 14px;
}

.property__single__container {
  background-color: #f5f4f4;
  width: 100%;
  height: auto;
}
.property__single__container h2 {
  font-size: 2rem;
  text-align: center;
  padding: 30px 0;
  background-color: #eae8e8;
}
.property__single__container .re__single {
  width: 80%;
  height: auto;
  margin: 0 auto;
  max-width: 1020px;
}
.property__single__container .re__single h3 {
  font-size: 2rem;
  border-bottom: 1px solid #333;
  padding: 50px 0 30px;
}
.property__single__container .re__single .re__single__contents {
  font-family: sans-serif;
  padding: 20px 0 50px;
}
.property__single__container .re__single .re__single__contents .category {
  background-color: #e58503;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
}
.property__single__container .re__single .re__single__contents .re__single__title {
  font-size: 1.5rem;
  padding: 20px 0;
}
.property__single__container .re__single .re__single__contents img {
  width: 100%;
  height: auto;
}
.property__single__container .re__single .re__single__contents p.re__desc {
  font-size: 1rem;
  width: 100%;
  margin: 30px auto;
  line-height: 1.8;
  padding: 40px;
  background-color: #fff;
}
.property__single__container .re__single .re__single__contents .re__detail {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 50px 30px;
  background-color: #fff;
}
.property__single__container .re__single .re__single__contents .re__detail h4 {
  font-size: 1.3rem;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap {
    display: block;
  }
}
.property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap .left__detail,
.property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap .right__detail {
  width: 48%;
}
@media (max-width: 1024px) {
  .property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap .left__detail,
  .property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap .right__detail {
    width: 100%;
  }
}
.property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap .left__detail .re__detail__content,
.property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap .right__detail .re__detail__content {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 10px;
  border-bottom: 1px dotted #333;
}
.property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap .left__detail .re__detail__content .title,
.property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap .right__detail .re__detail__content .title {
  width: 30%;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}
.property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap .left__detail .re__detail__content p,
.property__single__container .re__single .re__single__contents .re__detail .re__detail__wrap .right__detail .re__detail__content p {
  width: 70%;
  font-size: 1rem;
}
.property__single__container .re__single .re__single__contents .re__detail .remarks__area {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 30px 10px;
  border-bottom: 1px dotted #333;
}
.property__single__container .re__single .re__single__contents .re__detail .remarks__area .title {
  width: 15%;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}
.property__single__container .re__single .re__single__contents .re__detail .remarks__area p {
  width: 85%;
  font-size: 1rem;
}
.property__single__container .re__map__wrap {
  width: 80%;
  height: auto;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0px 0;
}
.property__single__container .re__map__wrap h3 {
  font-size: 24px;
  border-left: 5px solid #333;
  padding-left: 10px;
}
.property__single__container .re__map__wrap .gmap_wrap {
  padding: 50px 0;
}
.property__single__container .re__map__wrap .gmap_wrap .gmap {
  padding: 50px 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.property__single__container .re__map__wrap .gmap_wrap .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.property__single__container .btn {
  padding: 50px 0;
}
.property__single__container .btn a {
  width: 250px;
  height: auto;
  padding: 20px;
  background-color: #1585b8;
  border: 1px solid #1585b8;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.property__single__container .btn a::after {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-wht.svg);
  width: 15px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-left: 0.3rem;
}
@media (hover: hover) and (pointer: fine) {
  .property__single__container .btn a:hover {
    color: #1585b8;
    background-color: #fff;
    border: 1px solid #1585b8;
    transition: 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .property__single__container .btn a:hover::after {
    content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-regular.svg);
    width: 15px;
    height: auto;
    text-align: center;
    vertical-align: text-top;
    margin-left: 0.3rem;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .property__single__container .btn a {
    width: 100%;
  }
}

/* スライド */
.swiper-parent {
  position: relative;
  padding: 50px 0;
}

.js-swiper1 {
  width: 100%;
  height: auto;
}

.js-swiper1 > .swiper-wrapper > .swiper-slide {
  overflow: hidden;
  transition: 0.7s;
  /* display: flex;
    align-items: center;
    justify-content: center; */
}

.js-swiper1 > .swiper-wrapper > .swiper-slide img {
  width: 100%;
  height: auto;
  align-self: center;
  max-width: 1280px;
}

.js-swiper1 > .swiper-wrapper > .swiper-slide > p {
  text-align: center;
}

.js-swiper1 > .swiper-wrapper > .swiper-slide[class*=-active] {
  opacity: 1;
  z-index: 1;
  margin: 0 auto;
}

.js-swiper1 > .swiper-wrapper > .swiper-slide[class*=-active] img {
  display: block;
  margin: 0 auto;
  max-width: 1280px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 75px; /* ボタンの幅 */
  height: 80px; /* ボタンの高さ */
  color: #999;
}

.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
}

.swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

/* END TOPスライド */
/*infoアーカイブページ*/
.info__archive__container {
  width: 100%;
  height: auto;
  background-color: #f5f4f4;
  padding-bottom: 50px;
}
.info__archive__container h2 {
  font-size: 2rem;
  text-align: center;
  padding: 30px 0;
  background-color: #EAE8E8;
}
.info__archive__container .info__archive__wrap {
  width: 80%;
  background-color: #fff;
  margin: 50px auto;
  padding: 0 10%;
}
@media (max-width: 768px) {
  .info__archive__container .info__archive__wrap {
    width: 90%;
  }
}
.info__archive__container .info__archive__wrap .info__archive__title {
  text-align: center;
}
.info__archive__container .info__archive__wrap .info__archive__article ul {
  padding: 50px 0;
}
.info__archive__container .info__archive__wrap .info__archive__article ul li {
  border-bottom: 1px dotted #333;
  list-style: none;
  font-size: 1rem;
}
.info__archive__container .info__archive__wrap .info__archive__article ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  text-decoration: none;
  color: #333;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 768px) {
  .info__archive__container .info__archive__wrap .info__archive__article ul li a {
    display: block;
  }
}
.info__archive__container .info__archive__wrap .info__archive__article ul li a .info__date {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .info__archive__container .info__archive__wrap .info__archive__article ul li a .info__title {
    margin-left: 10px;
  }
}
.info__archive__container .info__archive__wrap .info__archive__article ul li a:hover {
  background-color: #777;
  color: #fff;
  transition: 0.3s;
}

/*infoシングルページ*/
.info__container h2 {
  font-size: 2rem;
  text-align: center;
  padding: 30px 0;
  background-color: #EAE8E8;
}
.info__container .info__wrap {
  width: 80%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 50px 0;
  border-bottom: 1px solid #333;
}
.info__container .info__wrap h3 {
  font-size: 2rem;
  padding: 30px 0;
  border-bottom: 1px solid #333;
}
.info__container .info__wrap .date {
  font-size: 0.9rem;
  padding: 20px 0;
}
.info__container .info__wrap .article {
  font-size: 1rem;
  line-height: 1.8;
}
.info__container .info__wrap img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.info__container .btn {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .info__container .btn {
    padding: 10px 0;
  }
}
.info__container .btn a {
  width: 250px;
  height: auto;
  padding: 20px;
  background-color: #1585b8;
  border: 1px solid #1585b8;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.info__container .btn a::after {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-wht.svg);
  width: 15px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-left: 0.3rem;
}
.info__container .btn a:hover {
  color: #1585b8;
  background-color: #fff;
  border: 1px solid #1585b8;
  transition: 0.3s;
}
.info__container .btn a:hover::after {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-regular.svg);
  width: 15px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-left: 0.3rem;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .info__container .btn a {
    width: 80%;
  }
}

.parking__container {
  width: 100%;
  background-color: #f5f4f4;
  height: auto;
  margin: 0 auto;
}
.parking__container h2 {
  font-size: 2rem;
  text-align: center;
  padding: 30px 0;
  background-color: #eae8e8;
}
.parking__container h3 {
  font-size: 2rem;
  margin: 30px 10%;
}
@media (max-width: 768px) {
  .parking__container h3 {
    font-size: 1.5rem;
  }
}

.parking__pickup {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.parking__pickup h3 {
  font-size: 2rem;
  margin: 30px 0;
  font-weight: bold;
}
.parking__pickup img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .parking__pickup img {
    width: 100%;
    height: auto;
  }
}
.parking__pickup table {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 50px auto;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .parking__pickup table {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .parking__pickup table {
    font-size: 1rem;
  }
}
.parking__pickup table th {
  text-align: center;
  padding: 15px;
}
.parking__pickup table td {
  padding: 15px 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .parking__pickup table td {
    padding: 5px;
  }
}
.parking__pickup table td.aki {
  text-align: center;
}
.parking__pickup table td.aki::after {
  content: "台";
  font-size: 1rem;
}
.parking__pickup table td.remarks {
  color: #ff0000;
}
.parking__pickup table td.price::after {
  content: "円";
  font-size: 1rem;
}

.btn {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .btn {
    padding: 0 0 50px;
  }
}
.btn a {
  width: 250px;
  height: auto;
  padding: 20px;
  background-color: #1585b8;
  border: 1px solid #1585b8;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.btn a::after {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-wht.svg);
  width: 15px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-left: 0.3rem;
}
.btn a:hover {
  color: #1585b8;
  background-color: #fff;
  border: 1px solid #1585b8;
  transition: 0.3s;
}
.btn a:hover::after {
  content: url(/wp-content/themes/tounichi-sougyou/images/circle-right-regular.svg);
  width: 15px;
  height: auto;
  text-align: center;
  vertical-align: text-top;
  margin-left: 0.3rem;
  transition: 0.3s;
}

body {
  background-color: #F5F4F4;
}
body .message_from_ceo_container {
  max-width: 1220px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
}
body .message_from_ceo_container h2 {
  font-size: 2rem;
  text-align: center;
}
body .message_from_ceo_container .message_from_ceo {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
  margin: 100px 0;
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 1024px) {
  body .message_from_ceo_container .message_from_ceo {
    flex-direction: column-reverse;
  }
}
body .message_from_ceo_container .message_from_ceo span {
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: -50px;
}
body .message_from_ceo_container .message_from_ceo .ceo_sentence {
  padding: 50px 50px;
  line-height: 1.8;
  background-color: #fff;
  width: 50%;
  height: auto;
}
body .message_from_ceo_container .message_from_ceo .ceo_sentence p {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  body .message_from_ceo_container .message_from_ceo .ceo_sentence {
    width: 100%;
  }
}
body .message_from_ceo_container .message_from_ceo .ceo_img {
  width: 50%;
  height: auto;
}
body .message_from_ceo_container .message_from_ceo .ceo_img img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  body .message_from_ceo_container .message_from_ceo .ceo_img {
    width: 50%;
    margin: 0 auto;
  }
}
body .company_info_container {
  max-width: 1220px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
}
body .company_info_container h2 {
  font-size: 2rem;
  text-align: center;
}
body .company_info_container .company_info {
  width: 100%;
  height: auto;
  position: relative;
  margin: 100px 0;
  background-color: #fff;
}
body .company_info_container .company_info span {
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: -50px;
}
body .company_info_container .company_info table {
  margin: 0 auto;
  display: table;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  body .company_info_container .company_info table tbody tr {
    display: block;
  }
}
body .company_info_container .company_info table tbody tr th {
  width: 200px;
  height: 100px;
  padding-left: 30px;
  border-bottom: 1px dotted #000;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  body .company_info_container .company_info table tbody tr th {
    display: block;
    width: 100%;
    padding: 50px 10px 20px;
  }
}
body .company_info_container .company_info table tbody tr td {
  height: auto;
  border-bottom: 1px dotted #000;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  body .company_info_container .company_info table tbody tr td {
    display: block;
    padding: 20px 10px 20px;
    margin-bottom: 50px;
  }
}
body .company_info_container .company_info table tbody tr td .location_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
body .company_info_container .company_info table tbody tr td .location_flex:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  body .company_info_container .company_info table tbody tr td .location_flex {
    display: block;
  }
}
body .company_info_container .company_info table tbody tr td .location_flex p:nth-child(1) {
  width: 200px;
}
@media (max-width: 1024px) {
  body .company_info_container .company_info table tbody tr td .location_flex p:nth-child(1) {
    margin-bottom: 20px;
    width: 100%;
  }
}
body .company_info_container .company_info table tbody tr td .location_flex .address_area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  body .company_info_container .company_info table tbody tr td .location_flex .address_area {
    display: block;
  }
}
body .company_info_container .company_info table tbody tr td .location_flex .address_area p {
  width: 350px;
}
@media (max-width: 768px) {
  body .company_info_container .company_info table tbody tr td .location_flex .address_area p {
    width: 100%;
  }
}
body .company_info_container .company_info table tbody tr td .location_flex .address_area a.g_btn {
  width: 40%;
  margin-right: 50px;
  border-radius: 20px;
  background-color: #0A5CA0;
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 0.8rem;
  margin-right: 30px;
  text-align: center;
  position: relative;
}
body .company_info_container .company_info table tbody tr td .location_flex .address_area a.g_btn .g_icon {
  padding-left: 10px;
}
body .company_info_container .company_info table tbody tr td .location_flex .address_area a.g_btn .g_icon::before {
  content: "";
  background-image: url(/images/company/google_icon.gif);
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 7px;
  left: 25px;
}
@media (max-width: 768px) {
  body .company_info_container .company_info table tbody tr td .location_flex .address_area a.g_btn {
    width: 200px;
  }
}
body .company_info_container .company_info table tbody tr td .tel_flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}
body .company_info_container .company_info table tbody tr td .tel_flex:last-child {
  margin-bottom: 0;
}
body .company_info_container .company_info table tbody tr td .tel_flex p:nth-child(1) {
  width: 200px;
}
@media (max-width: 768px) {
  body .company_info_container .company_info table tbody tr td .tel_flex p:nth-child(1) {
    width: 100px;
  }
}
body .company_info_container .company_info table tbody tr td .board_member {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}
body .company_info_container .company_info table tbody tr td .board_member:last-child {
  margin-bottom: 0;
}
body .company_info_container .company_info table tbody tr td .board_member p:nth-child(1) {
  width: 200px;
}
@media (max-width: 768px) {
  body .company_info_container .company_info table tbody tr td .board_member p.role_name {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .company_info_container .company_info table tbody tr td .board_member {
    display: block;
  }
}
body .company_info_container .company_info table tbody tr td .company_biz_flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}
body .company_info_container .company_info table tbody tr td .company_biz_flex:last-child {
  margin-bottom: 0;
}
body .company_info_container .company_info table tbody tr td .company_biz_flex p:nth-child(1) {
  width: 200px;
}
@media (max-width: 768px) {
  body .company_info_container .company_info table tbody tr td .company_biz_flex p:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .company_info_container .company_info table tbody tr td .company_biz_flex {
    display: block;
  }
}
body .company_info_container .company_info table tbody tr td.company_licence h4 {
  margin-bottom: 20px;
}
body .company_info_container .company_info table tbody tr td.company_licence p {
  margin-bottom: 50px;
}
body .company_info_container .company_info table tbody tr td.company_bank p {
  margin-bottom: 50px;
}
body .company_info_container .company_info table tbody tr td.company_bank p:last-child {
  margin-bottom: 0;
}

main {
  background-color: #F5F4F4;
}
main section .recruit_h2_title {
  width: 90%;
  height: auto;
  max-width: 1220px;
  padding: 30px 0;
  margin: 30px auto 90px;
  border-bottom: #333 1px solid;
}
main section .recruit_h2_title h2 {
  font-size: 2rem;
  text-align: center;
}
main section .recruit_info_container {
  width: 90%;
  height: auto;
  max-width: 1220px;
  margin: 50px auto;
  background-color: #fff;
}
main section .recruit_info_container .recruit_info {
  padding: 50px 30px;
  position: relative;
}
main section .recruit_info_container .recruit_info .recruit_info_title {
  border-bottom: #333 1px solid;
  margin-bottom: 50px;
}
main section .recruit_info_container .recruit_info .recruit_info_title h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
main section .recruit_info_container .recruit_info table {
  border-collapse: collapse;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  main section .recruit_info_container .recruit_info table tbody tr {
    display: block;
  }
}
main section .recruit_info_container .recruit_info table tbody tr th {
  width: 30%;
  height: 70px;
  background-color: #F2F2F2;
  border: 1px solid #EAE8E8;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 1024px) {
  main section .recruit_info_container .recruit_info table tbody tr th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
main section .recruit_info_container .recruit_info table tbody tr td {
  width: 70%;
  height: 70px;
  border: 1px solid #EAE8E8;
  padding-left: 50px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  main section .recruit_info_container .recruit_info table tbody tr td {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding-left: 0;
    word-break: keep-all;
  }
}
main section .recruit_info_container .recruit_info .recruit_btn {
  width: 220px;
  height: auto;
  margin: 50px auto;
  border: #333 1px solid;
  border-radius: 5px;
}
main section .recruit_info_container .recruit_info .recruit_btn a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
  text-align: center;
  padding: 10px 0;
}
main section .recruit_info_container .recruit_info .recruit_btn a p {
  padding-right: 15px;
}
main section .recruit_info_container .recruit_info .recruit_btn a p::after {
  content: "";
  background-image: url(/wp-content/themes/tounichi-sougyou/images/circle-right-blk.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  right: 20px;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  main section .recruit_info_container .recruit_info .recruit_btn a:hover {
    background-color: #777;
    color: #fff;
    transition: 0.3s;
  }
  main section .recruit_info_container .recruit_info .recruit_btn a:hover p::after {
    background-image: url(/wp-content/themes/tounichi-sougyou/images/circle-right-wht.svg);
    transition: 0.3s;
  }
}

.hero-kaiso.contact {
  background-image: url(../images/contact.svg);
  background-position: -875px;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_info {
  width: 90%;
  height: auto;
  max-width: 720px;
  margin: 100px auto 0;
}

.contact_info p {
  font-size: 0.9rem;
  line-height: 1.8;
}

.Form {
  margin: 0 auto;
  max-width: 720px;
  padding: 50px 0 50px;
}

.Form > p {
  line-height: 1.8;
  margin-bottom: 50px;
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 0.9rem;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 0.8rem;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding-left: 1em;
  padding-right: 1em;
  height: 45px;
  flex: 1;
  width: auto;
  background: #eaedf2;
  font-size: 0.9rem;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: auto;
  background: #eaedf2;
  font-size: 0.9rem;
}

.checkbox {
  text-align: center;
  margin: 0 0 50px;
}

.checkbox a {
  border-bottom: 1px dotted #333;
}

.checkbtn {
  width: 13px;
  height: 13px;
  border: #333;
  color: #333;
  text-align: center;
}

.Form-Btn {
  border-radius: 2px;
  margin: 30px auto 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 300px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

@media (hover: hover) {
  .Form-Btn:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.5s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .Form {
    width: 90%;
  }
  .checkbox {
    font-size: 18px;
  }
  .Form-Item {
    display: block;
  }
  .Form-Item-Input {
    width: 100%;
    margin: 0;
  }
  .Form-Item-Textarea {
    width: 100%;
    margin: 0;
  }
  .Form-Item-Label {
    text-align: left;
    padding-bottom: 15px;
  }
}
/*確認画面 戻るボタン*/
.btn_pref {
  border: 1px solid #333;
  cursor: pointer;
  padding: 15px;
  width: 150px;
  text-align: center;
  font-size: 16px;
}

.check_page_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.Form-Btn.check_page {
  margin: 0;
}

.check_page_btn {
  margin: 50px 0 20px;
}

.btn_pref {
  color: #333;
}

.btn_pref:hover {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}

/*フォーム完了画面***********************/
.form_confirm,
.form_comp {
  max-width: 720px;
  height: auto;
  margin: 0 auto;
}

.form_confirm h2,
.form_comp h2 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.form_comp p {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.5;
}

/*recapcha*/
.grecaptcha-badge {
  visibility: hidden;
}

.recapcha {
  font-size: 12px;
  margin-bottom: 100px;
  text-align: center;
  line-height: 1.5;
}

/**Privacy policy*****/
.hero-kaiso.p_policy {
  background-image: url(../images/p_policy.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.privacy_container {
  width: 100%;
  height: auto;
}

.privacy_contents_container {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  padding: 90px 0;
}

.privacy_contents_wrap {
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
}

.privacy_contents_wrap .discri {
  margin: 50px 0;
}

.privacy_contents_wrap h3 {
  font-size: 1rem;
  margin-bottom: 50px;
}

.privacy_contents_wrap h4 {
  font-size: 16px;
  margin: 40px 0 15px;
}

.privacy_contents_wrap p {
  font-size: 0.9rem;
}

.privacy_contents_wrap .company_name {
  margin-top: 30px;
}/*# sourceMappingURL=common.css.map */