@charset "utf-8";

/*====================
mv
====================*/
#about .subpage-header .subpage-header__bg {
  background-image: url(../../img/about/sub-image.webp);
}
#about .subpage-header .sabpage-header__title .subpage-header__text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  font-family: var(--font-tsukimi);
  color: var(--color-white);
}
#about .subpage-header .sabpage-header__title .subpage-header__text h3 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0.4rem;
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
}
#about .subpage-header .sabpage-header__title .subpage-header__text h2 {
  white-space: nowrap;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.8rem;
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
  font-family: var(--font-ibmplex);
  margin-top: 1rem;
}

@media screen and (max-width: 960px) {
  #about .subpage-header .sabpage-header__title {
    top: 90px;
    left: 5vw;
  }
  #about .subpage-header .sabpage-header__title .subpage-header__text {
    font-size: 28px;
  }
  #about .subpage-header .sabpage-header__title .subpage-header__text h3 {
    font-size: 43px;
  }
  #about .subpage-header .sabpage-header__title .subpage-header__text h2 {
    font-size: 18px;
  }
  /*===========max-width:960px============*/
}
@media screen and (max-width: 600px) {
  #about .subpage-header::before {
    top: -300px;
  }
  #about .subpage-header .sabpage-header__title {
  }
  #about .subpage-header .sabpage-header__title .subpage-header__text h3 {
    font-size: 24px;
  }
  #about .subpage-header .sabpage-header__title .subpage-header__text h2 {
    font-size: 16px;
    margin-top: 0.5rem;
  }
  /*===========max-width:600px============*/
}

.property-circle.buy-circle {
  bottom: 0;
  left: 78vw;
}
@media screen and (max-width: 600px) {
  .property-circle.buy-circle {
    bottom: -20;
    left: 72vw;
  }
  /*===========max-width:600px============*/
}

#about .about__description-text {
  font-family: var(--font-ibmplex);
  font-weight: 500;
}

/*================
Profile
================*/
#about-pro {
  position: relative;
  margin-top: 92px;
}
#about-pro .section-title::after {
  width: 80vw;
}
#about-pro .section-title.line-right::before {
  left: calc(20vw + 20px);
}
#about-pro .section-title.line-right .section-title__text-en,
#about-pro .section-title.line-right .section-title__text-ja {
  text-align: left;
  padding-left: initial;
}
@media screen and (max-width: 1600px) {
  #about-pro .section-title::after {
    width: 85vw;
  }
  #about-pro .section-title.line-right::before {
    left: calc(15vw + 20px);
  }
}
@media screen and (max-width: 1400px) {
  #about-pro .section-title::after {
    width: 88vw;
  }
  #about-pro .section-title.line-right::before {
    left: calc(12vw + 20px);
  }
}
@media screen and (max-width: 1200px) {
  #about-pro .section-title::after {
    width: 92vw;
  }
  #about-pro .section-title.line-right::before {
    left: calc(8vw + 16px);
  }
}
@media screen and (max-width: 960px) {
  #about-pro .section-title::after {
    width: 94vw;
  }
  #about-pro .section-title.line-right::before {
    left: calc(5vw + 16px);
  }
  #about .section-title.line-right .section-title__text-en,
  #about .section-title.line-right .section-title__text-ja {
    padding-left: 3%;
  }
}
@media screen and (max-width: 790px) {
  #about .section-title {
    margin-top: -40px;
  }
  #about .section-title.line-right .section-title__text-en,
  #about .section-title.line-right .section-title__text-ja {
    padding-left: 12%;
  }
}
@media screen and (max-width: 600px) {
  #about .section-title.line-right .section-title__text-en,
  #about .section-title.line-right .section-title__text-ja {
    padding-left: 15%;
  }
}

/*エイシン不動産について*/
#about-pro .about-pro__container {
  position: relative;
  margin-bottom: 90px;
}
#about-pro .about-pro__text-container {
  max-width: 930px;
  width: 100%;
  margin-left: calc((100% - 930px) / 2);
}
#about-pro .about-pro__text-content {
  max-width: 470px;
}
#about-pro .about-pro__image-container {
  position: relative;
}
#about-pro .about-pro__image-content {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50vw - 50px);
  height: 100%;
  background-image: url("<?php echo esc_url(get_template_directory_uri()); ?>/img/about/pro-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about-pro .about-pro__image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 80px;
}
#about-pro .about-pro__container h3 {
  position: relative;
  display: block;
  text-align: center;
  margin: 20px auto 30px;
  padding: 22px 50px;
  background: rgba(235, 235, 255, 1);
  box-shadow: 0 0 0 6px rgba(235, 235, 255, 1);
  border: 1px solid #fff;
  mix-blend-mode: multiply;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  top: 5px;
  left: 5px;
}
#about-pro .about-pro__container h3:before,
#about-pro .about-pro__container h3:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #6a6d76;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#about-pro .about-pro__container h3:before {
  top: 3px;
  left: -19px;
}
#about-pro .about-pro__container h3:after {
  bottom: 3px;
  right: -19px;
}
#about-pro .about-pro__container h4 {
  background-color: #ebeeff; /*text-bg-blue上書き*/
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#about-pro .about__description-text {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  #about-pro .about-pro__text-container {
    margin-left: 30px;
  }
  #about-pro .about-pro__text-content {
    max-width: 50%;
  }
  #about-pro .about-pro__image-content {
    width: calc(48vw - 50px);
  }
  #about-pro .about-pro__container h3 {
    padding: 22px 22px;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 768px) {
  #about-pro .about-pro__container {
    margin-bottom: 60px;
  }
  #about-pro .about-pro__text-container {
    margin: 0;
    padding: 0 20px;
  }
  #about-pro .about-pro__text-content {
    max-width: none;
    width: 100%;
  }
  #about-pro .about-pro__image-content {
    position: relative;
    width: 100%;
    padding: 20px 0 0 20px;
  }
  #about-pro .about-pro__container h3 {
    width: calc(100% - 10px);
    margin-right: 20px;
    margin-left: 0;
    font-size: 2rem;
    margin-top: 5px;
    padding: 15px 25px;
  }
  #about-pro .about-pro__container h4 {
    font-size: 16px;
    letter-spacing: 0.15em;
  }
}

/*エイシン不動産の強み*/
#about-pro .about-pro2__container {
  position: relative;
  margin-bottom: 100px;
  margin-left: calc((100% - 930px) / 2);
}
#about-pro .about-pro2__container h3 {
  max-width: 470px;
  position: relative;
  display: block;
  text-align: center;
  margin: 20px 0 50px;
  padding: 22px 50px;
  background: rgba(235, 235, 255, 1);
  box-shadow: 0 0 0 6px rgba(235, 235, 255, 1);
  border: 1px solid #fff;
  mix-blend-mode: multiply;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  top: 5px;
  left: 5px;
}
#about-pro .about-pro2__container h3:before,
#about-pro .about-pro2__container h3:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #6a6d76;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#about-pro .about-pro2__container h3:before {
  top: 3px;
  left: -19px;
}
#about-pro .about-pro2__container h3:after {
  bottom: 3px;
  right: -19px;
}
#about-pro .about-pro2__text-content {
  width: 1050px;
  display: flex;
  justify-content: flex-start;
  align-items: top;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  gap: 50px;
  background-repeat: no-repeat;
  background-position: top 17px left 60px;
  background-size: 45px;
}
#about-pro .about-pro2__text-content:nth-of-type(1) {
  margin-left: 50px;
  background-image: url("../../img/about/pro_no01.png");
}
#about-pro .about-pro2__text-content:nth-of-type(2) {
  margin-left: 25px;
  background-image: url("../../img/about/pro_no02.png");
}
#about-pro .about-pro2__text-content:nth-of-type(3) {
  background-image: url("../../img/about/pro_no03.png");
}
#about-pro .about-pro2__text-content .about__description-text {
  max-width: 640px;
  position: relative;
  padding: 0 18px 50px 60px;
  border-bottom: 1.6px solid #abc2dd;
  letter-spacing: 0.2em;
  line-height: 2em;
}
#about-pro .about-pro2__text-content .about__description-text img {
  display: none;
}
#about-pro .about-pro2__text-content .about__description-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 左下から開始 */
  width: 1.6px; /* 線の太さ */
  height: 60%; /* 左の線を80%の長さに */
  background-color: #abc2dd; /* 線の色 */
}
#about-pro .about-pro2__text-content .about__description-text h4 {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-zenkaku);
  letter-spacing: 0.15em;
  line-height: 1.5em;
  padding-left: 65px;
  text-align: left;
}
#about-pro .about-pro2__image-container {
  padding-top: 30px;
}
#about-pro .about-pro2__image-content {
  width: 360px;
}
#about-pro .about-pro2__image-content img {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  #about-pro .about-pro2__container {
    margin-left: 30px;
  }
  #about-pro .about-pro2__container h3 {
    max-width: 53%;
    padding: 22px 22px;
    letter-spacing: 0.3rem;
  }
  #about-pro .about-pro2__text-content {
    width: 950px;
    margin-left: 0 !important;
    gap: 30px;
    background-position: top 17px left 40px;
  }
  #about-pro .about-pro2__text-content .about__description-text {
    max-width: 500px;
    padding: 0 10px 30px 40px;
  }
}
@media (max-width: 768px) {
  #about-pro .about-pro2__container {
    margin: 0;
    padding: 0 20px;
  }
  #about-pro .about-pro2__container h3 {
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 2rem;
    margin-top: 5px;
    padding: 15px 25px;
    max-width: none;
    width: calc(100% - 10px);
  }
  #about-pro .about-pro2__text-content {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-left: 0;
    gap: 0;
    background-position: top 17px left 15px;
    background-size: 35px;
  }
  #about-pro .about-pro2__text-content .about__description-text {
    max-width: none;
    width: 100%;
    padding: 0 0 15px 25px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
  #about-pro .about-pro2__text-content .about__description-text h4 {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 40px;
    text-align: left;
    width: 100%;
  }
  #about-pro .about-pro2__image-content {
    display: none;
  }
  #about-pro .about-pro2__text-content .about__description-text p {
    position: relative;
  }
  #about-pro .about-pro2__text-content .about__description-text img {
    width: 180px;
    display: block;
    height: auto;
    float: right;
    padding: 10px 0 20px 20px;
  }
}

/*================
Staff
================*/
#about-sta .section-title::after {
  width: 43.2vw;
}
#about-sta .section-title.line-left::before {
  right: calc(56.8vw + 20px);
}
#about-sta .section-title.line-left .section-title__text-en,
#about-sta .section-title.line-left .section-title__text-ja {
  padding-right: calc(56.8vw + 64px);
}
@media screen and (max-width: 768px) {
  #about-sta .section-title.line-left .section-title__text-en,
  #about-sta .section-title.line-left .section-title__text-ja {
    padding-right: calc(56.8vw + 32px);
  }
}
@media screen and (max-width: 600px) {
  #about-sta .section-title.line-left::before {
    right: calc(48vw + 20px);
  }
  #about-sta .section-title::after {
    width: 52vw;
  }
  #about-sta .section-title.line-left .section-title__text-en,
  #about-sta .section-title.line-left .section-title__text-ja {
    padding-right: calc(48vw + 32px);
  }
}
#about-sta {
  background-image: url("../../img/about/sta-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0 150px;
  position: relative;
}
#about-sta .about-sta-con_r {
  position: relative;
}
#about-sta .about-sta-con_r h3 {
  position: absolute;
  top: -65px;
  left: -15px;
  max-width: 730px;
  z-index: 1;
}
#about-sta .about-sta-con_t {
  position: relative;
  margin-top: 50px;
}
#about-sta .md__wrap input {
  display: none;
}
#about-sta .md__open-label,
#about-sta .md__close-label {
  cursor: pointer;
}
#about-sta .md__open-label {
  transition: all 0.3s ease;
  display: block; /* クリック範囲を拡張 */
  cursor: pointer;
}
#about-sta .md__open-label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

#about-sta .md__open-label:hover {
  transform: translateY(-5px);
}
#about-sta .md__open-label:active {
  transform: translateY(-2px);
}
#about-sta .md__wrap ul,
#about-sta .md__wrap li {
  list-style: none;
}
#about-sta .md__wrap ul {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0;
  z-index: 2;
}
#about-sta .md__wrap ul:nth-child(odd) {
  margin-left: 90px;
}
#about-sta .md__wrap ul:nth-child(even) {
  margin-right: 90px;
}
#about-sta .md__wrap li {
  position: relative;
  width: calc(33% - 30px);
}
#about-sta .md__wrap p {
  position: absolute;
  bottom: 25px;
  left: 30px;
  font-family: var(--font-ibmplex);
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
#about-sta .md__wrap p span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8em;
}
/*staff詳細*/
#about-sta .md {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#about-sta .md__open-input:checked + label + input + .md {
  display: block;
  animation: md-animation 0.6s;
}
#about-sta .md__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}
#about-sta .md__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.4;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.3em;
}
#about-sta .md__content {
  max-height: auto;
  overflow-y: auto;
  padding: 39px 45px 40px;
}
#about-sta .md__content img {
}
#about-sta .md__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
@keyframes md-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  #about-sta .about-sta-con_r h3 {
    top: -50px;
    left: 30px;
    max-width: 70%;
  }
  #about-sta .about-sta-con_t {
    margin-top: 40px;
  }
  #about-sta .md__content-wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #about-sta {
    padding: 100px 0 50px;
  }
  #about-sta .about-sta-con_r h3 {
    top: -32px;
    left: 15px;
    max-width: 90%;
  }
  #about-sta .about-sta-con_t {
    margin-top: 0px;
  }
  #about-sta .md__wrap ul {
    margin-top: 15px;
    gap: 15px;
  }
  #about-sta .md__wrap ul:nth-child(odd) {
    margin-left: 20px;
  }
  #about-sta .md__wrap ul:nth-child(even) {
    margin-right: 20px;
  }
  #about-sta .md__wrap li {
    width: calc(33% - 15px);
  }
  #about-sta .md__wrap p {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
  }
  #about-sta .md__wrap p span {
    margin-bottom: 7px;
  }
  #about-sta .md__content-wrap {
    width: 95%;
  }
  #about-sta .md__close-label {
    top: -17px;
    right: -2%;
  }
  #about-sta .md__content {
    padding: 20px 15px 20px;
  }
}

/*================
Greetings
================*/
#about-gre .section-title::after {
  width: 45.2vw;
}
#about-gre .section-title.line-right::before {
  left: calc(54.8vw + 20px);
}
#about-gre .section-title.line-right .section-title__text-en,
#about-gre .section-title.line-right .section-title__text-ja {
  padding-left: calc(54.8vw + 64px);
}
@media screen and (max-width: 768px) {
  #about-gre .section-title::after {
    width: 82vw;
  }
  #about-gre .section-title.line-right::before {
    left: calc(18vw + 20px);
  }
  #about-gre .section-title.line-left::before {
    right: calc(18vw + 20px);
  }
  #about-gre .section-title.line-right .section-title__text-en,
  #about-gre .section-title.line-right .section-title__text-ja {
    padding-left: calc(18vw + 32px);
  }
  #about-gre .section-title.line-left .section-title__text-en,
  #about-gre .section-title.line-left .section-title__text-ja {
    padding-right: calc(18vw + 32px);
  }
}

#about-gre {
  background-image: url("../../img/about/gre-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0 80px;
  position: relative;
}
#about-gre .about-gre-img img {
  max-width: 430px;
}
#about-gre .about-gre-con_t {
  margin-top: -270px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  padding: 0;
}
#about-gre .about-gre-text {
  font-family: var(--font-ibmplex);
  font-weight: 500;
}
#about-gre .about-gre-text h4 {
  background-color: rgba(255, 255, 255, 1); /*text-bg-blue上書き*/
  font-size: 16px;
  letter-spacing: 0.4rem;
}
#about-gre .about-gre-text p {
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.75em;
  margin-top: 25px;
}
#about-gre .about-gre-text img {
  display: block;
  margin-top: 25px;
  margin-left: auto;
  width: 260px;
}
#about-gre .about-gre-text .about-gre-img-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #about-gre .about-gre-con_t {
    padding: 0 20px;
  }
  #about-gre .about-gre-img img {
    max-width: 50vw;
  }
  #about-gre .about-gre-text {
    padding-top: 30%;
  }
}
@media screen and (max-width: 768px) {
  #about-gre {
    padding: 100px 0 50px;
  }
  #about-gre .about-gre-con_t {
    margin-top: 0px;
    display: block;
  }
  #about-gre .about-gre-img {
    display: none;
  }
  #about-gre .about-gre-text {
    padding-top: 0;
  }
  #about-gre .about-gre-text .about-gre-img-sp {
    width: 40%;
    display: inline-block;
    float: right;
    margin: 0 0 20px 20px;
  }
}

/*================
Overview
================*/
#about-ove .section-title::after {
  width: 43.2vw;
}
#about-ove .section-title.line-left::before {
  right: calc(56.8vw + 20px);
}
#about-ove .section-title.line-left .section-title__text-en,
#about-ove .section-title.line-left .section-title__text-ja {
  padding-right: calc(56.8vw + 64px);
}
@media screen and (max-width: 768px) {
  #about-ove .section-title.line-left .section-title__text-en,
  #about-ove .section-title.line-left .section-title__text-ja {
    padding-right: calc(56.8vw + 32px);
  }
}
@media screen and (max-width: 600px) {
  #about-ove .section-title.line-left::before {
    right: calc(48vw + 20px);
  }
  #about-ove .section-title::after {
    width: 52vw;
  }
  #about-ove .section-title.line-left .section-title__text-en,
  #about-ove .section-title.line-left .section-title__text-ja {
    padding-right: calc(48vw + 32px);
  }
}
#about-ove {
  padding: 100px 0 150px;
  background: #fff;
  position: relative;
}
#about-ove .about-ove-con_t {
  padding: 0 60px;
}
#about-ove .about-ove-con_t ul,
#about-ove .about-ove-con_t li {
  list-style: none;
}
#about-ove .about-ove-con_t ul {
  display: flex;
  flex-wrap: wrap; /* 折り返しを許可 */
  padding: 20px 30px 40px;
  border: 0.5px solid #000;
  background: linear-gradient(to right, #f7f6f4 20%, transparent 20%);
}
#about-ove .about-ove-con_t li {
  width: calc(50% - 10px); /* 2列にする */
  padding: 30px 25px;
  border-bottom: 0.5px solid #000;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--color-gray-medium);
}
#about-ove .about-ove-con_t li:nth-child(odd) {
  width: calc(20% - 10px);
  text-align: center;
}
#about-ove .about-ove-con_t li:nth-child(even) {
  width: calc(80% - 10px); /* 2列にする */
}
@media (max-width: 768px) {
  #about-ove {
    padding: 100px 0 80px;
    background: #fff;
  }
  #about-ove .about-ove-con_t {
    padding: 0 20px;
    margin-top: -20px;
  }
  #about-ove .about-ove-con_t ul {
    display: block;
    padding: 0;
    background: none;
  }
  #about-ove .about-ove-con_t li {
    width: 100%;
    padding: 12px 15px;
    letter-spacing: 0.1em;
  }
  #about-ove .about-ove-con_t li:nth-child(odd) {
    width: 100%;
    background: #f7f6f4;
    text-align: left;
    padding: 8px 15px;
  }
  #about-ove .about-ove-con_t li:nth-child(even) {
    width: 100%;
  }
  #about-ove .about-ove-con_t li:last-of-type {
    border: none;
  }
}

/*================
背景画像
================*/
.about-bg-right-01 {
  background-image: url(../../img/common/wave-medium.svg);
  width: 420px;
  height: 307px;
  top: 130px;
  right: -247px;
}
.about-bg-left-02 {
  background-image: url(../../img/common/wave-medium_02.svg);
  width: 392px;
  height: 306px;
  left: -240px;
  bottom: 45%;
}
.about-bg-left-03 {
  position: absolute;
  background-image: url(../../img/about/wave-medium_a01.svg);
  background-repeat: no-repeat;
  width: 291px;
  height: 224px;
  left: -130px;
  bottom: 45%;
  z-index: -1;
}
.about-bg-right-04 {
  position: absolute;
  background-image: url(../../img/about/wave-medium_a02.svg);
  width: 302px;
  height: 349px;
  bottom: 30%;
  right: -200px;
}

@media screen and (max-width: 768px) {
  .about-bg-right-01 {
    width: 210px;
    right: -130px;
    top: -30px;
  }
  .about-bg-left-02 {
    width: 252px;
    left: -170px;
  }
  .about-bg-left-03 {
    width: 200px;
    left: -100px;
  }
  .about-bg-right-04 {
    display: none;
  }
}
