/* ----------------------------------------------
 * * introduction page
 * *----------------------------------------------*/
.post-type-introduction main {
  position: relative;
}
.post-type-introduction h1 {
  position: absolute;
  right: 50%;
  top: 0;
  translate: 50% 0;
  padding-top: 100px;
}
.post-type-introduction .contents {
  margin-top: 70px;
  background-image: url(../../img/back01-top.webp), url(../../img/back01-btm.webp), url(../../img/back01.webp);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center top, center bottom, center top;
  padding-top: 248px;
  padding-bottom: 258px;
  font-size: 1.5rem;
  line-height: 1.7333;
  color: var(--black02);
  letter-spacing: 0.1em;
}
[class^=introList] {
  list-style: none;
  width: var(--basew);
  margin: 0 auto;
}
[class^=introList] li {
  position: relative;
}
[class^=introList] .text {
  text-align: justify;
}

.post-type-introduction h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.post-type-introduction h2 .ttl + .ttl {
  margin-left: 20px;
}
.post-type-introduction h3 {
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.post-type-introduction section {
  width: var(--basew);
  margin: 80px auto 0;
  padding-top: 60px;
  border-top: 1px solid #fff;
}
.post-type-introduction section ul {
  display: flex;
  gap: 10px;
}
.introList01 {
  padding-top: 125px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: url(../img/flower-white.svg) no-repeat right 20px top 45px;
  background-size: 132px auto;
}
.introList01 li {
  display: flex;
  flex-direction: column;
}
.introList01 .thumb {
  order: -1;
}
.introList01 .exterior {
  flex: 0 0 100%;
  align-items: center;
  flex-direction: row-reverse;
  padding-right: 50px;
}
.introList01 .exterior::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 56px;
  width: 96px;
  height: 96px;
  background: url(../img/flower-white.svg) no-repeat center center;
  background-size: contain;
}
.introList01 .exterior h2 {
  margin-left: 24px;
  margin-top: 0;
}
.introList01 .exterior .thumb {
  order: 0;
  text-align: center;
}
.introList01 .exterior .thumb img {
  border-radius: 32px;
  box-shadow: 12px 12px 32px rgba(var(--black-rgb), 0.2);
}
.introList01 .parking {
  flex: 0 0 560px;
  background: url(../img/flower-white.svg) no-repeat right 70px top 280px;
  background-size: 76px auto;
}
.introList01 .parking .thumb {
  margin-top: -20px;
  margin-left: auto;
}
.introList01 .parking .thumb img {
  border-radius: 19px;
  box-shadow: 7px 7px 15px rgba(var(--black-rgb), 0.2);
}
.introList01 .parking .text {
  width: 358px;
}
.introList01 .waiting {
  flex: 0 0 532px;
}
.introList01 .waiting .thumb {
  margin-top: 22px;
  margin-left: 25px;
}
.introList01 .waiting .thumb img {
  border-radius: 19px;
  box-shadow: 7px 7px 15px rgba(var(--black-rgb), 0.2);
}
.introList01 .waiting h2 {
  margin-left: auto;
}
.introList01 .waiting .text {
  margin-left: 30px;
}
.introList01 .counseling {
  flex: 0 0 537px;
  margin-top: -15px;
}
.introList01 .counseling .thumb img {
  filter: drop-shadow(20px 20px 20px rgba(97, 75, 33, 0.2));
  transform: translateZ(0);
}
.introList01 .counseling .text {
  padding-right: 1em;
  letter-spacing: 0.04em;
}
.introList01 .treatment01 {
  flex-grow: 1;
  margin-top: 50px;
  margin-left: 38px;
  padding-right: 90px;
}
.introList01 .treatment01 .thumb img {
  border-radius: 45px;
  box-shadow: 15px 15px 25px rgba(var(--black-rgb), 0.2);
}
.introList01 .treatment01 h2 {
  margin-top: -30px;
  margin-bottom: 10px;
  margin-left: auto;
}
.introList01 .treatment01 .text {
  margin-left: auto;
}
.introList01 .treatment02 {
  flex: 0 0 100%;
  margin-top: 15px;
  background-image: url(../img/flower-white.svg), url(../img/flower-white.svg), url(../img/flower-white.svg);
  background-position: right 218px top 90px, right 130px top 64px, right 130px top 166px;
  background-size: 107px auto, 58px auto, 76px auto;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 232px auto 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 0 30px;
}
.introList01 .treatment02 .thumb {
  grid-column: 2/3;
  grid-row: 1/-1;
}
.introList01 .treatment02 .thumb img {
  border-radius: 45px;
  box-shadow: 22px 22px 30px rgba(97, 75, 33, 0.2);
}
.introList01 .treatment02 h2 {
  grid-column: 1/2;
  align-self: flex-end;
}
.introList01 .treatment02 .text {
  grid-column: 1/2;
  grid-row: 2/-1;
}

.introList02 .thumb img {
  border-radius: 20px;
}

.post-type-introduction section:first-of-type h2 {
  margin-bottom: 10px;
}
.post-type-introduction section:last-of-type {
  margin-top: 38px;
  padding: 45px 0 90px;
  background-image: url(../img/flower-white.svg), url(../img/flower-white.svg);
  background-position: right 132px top 198px, right 46px top 125px;
  background-size: 62px auto, 87px auto;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-type-introduction section:last-of-type .text {
  margin-left: 20px;
}
.post-type-introduction section:last-of-type ul {
  margin-top: 10px;
}
.post-type-introduction section:last-of-type .thumb img {
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .post-type-introduction h1 {
    position: static;
    padding-top: 14.4vw;
    translate: 0 0;
  }
  .post-type-introduction .contents {
    background-image: url(../../img/blue-bg-top.webp), url(../../img/blue-bg-btm.webp), url(../../img/back01-sp.jpg);
    background-size: 100% auto, 100% auto, 375px auto;
    margin-top: 14.6667vw;
    margin-bottom: 26.6667vw;
    padding-top: 13.8667vw;
    padding-bottom: 13.3333vw;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .post-type-introduction h2 {
    margin-top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .post-type-introduction h2 img {
    width: auto;
    height: 49px;
  }
  .post-type-introduction h2 .ttl + .ttl {
    margin-left: 12px;
  }
  .post-type-introduction h3 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .post-type-introduction .thumb img {
    width: 100%;
  }
  .post-type-introduction section {
    width: auto;
    padding-top: 0;
    border: none;
  }
  .post-type-introduction section::before {
    content: "";
    display: block;
    width: var(--basew);
    height: 1px;
    background-color: #fff;
    margin: 0 auto 9.3333vw;
  }
  .post-type-introduction section ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  .post-type-introduction section li {
    flex: 0 0 auto;
    width: calc((100% - 20px) / 2);
  }
  .post-type-introduction section li:last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }
  .introList01 {
    padding-top: 9.6vw;
    display: block;
    width: auto;
    background-size: 50px auto;
    background-position: right 8vw top 18px;
  }
  .introList01 li {
    display: list-item;
    padding: 2.6667vw calc((100% - var(--basew)) / 2) 11.7333vw;
  }
  .introList01 li .thumb {
    margin-top: 20px;
  }
  .introList01 li:nth-child(n) .thumb img {
    border-radius: 20px;
    box-shadow: none;
  }
  .introList01 .exterior {
    padding-right: calc((100% - var(--basew)) / 2);
    background: url(../img/flower-white.svg) no-repeat right 22.1vw bottom;
    background-size: 32px auto;
  }
  .introList01 .exterior::before {
    width: 67px;
    height: 67px;
    left: 6.4vw;
    top: -28px;
  }
  .introList01 .exterior h2 {
    margin-left: 0;
  }
  .introList01 .parking {
    background: url(../img/flower-white.svg) no-repeat right 3.466vw top;
    background-size: 68px auto;
  }
  .introList01 .parking .thumb {
    margin-top: 20px;
  }
  .introList01 .parking .text {
    width: auto;
  }
  .introList01 .waiting::before {
    content: "";
    position: absolute;
    right: 4.5333vw;
    top: -8.79vw;
    width: 57px;
    height: 57px;
    background: url(../img/flower-white.svg) no-repeat center;
    background-size: contain;
  }
  .introList01 .waiting .text {
    margin-left: 0;
  }
  .introList01 .waiting .thumb {
    margin-left: 0;
  }
  .introList01 .counseling {
    padding-left: 0;
    padding-right: 0;
    background-image: url(../img/flower-white.svg), url(../img/flower-white.svg);
    background-size: 80px auto, 57px auto;
    background-position: 5.3333vw 50%, right 2.66vw bottom 9.33vw;
    background-repeat: no-repeat;
  }
  .introList01 .counseling .text {
    width: var(--basew);
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  .introList01 .counseling .thumb {
    width: 89.8667%;
    margin: 0 auto;
  }
  .introList01 .treatment01 {
    display: grid;
    grid-template-columns: 46.72% 1fr;
    grid-template-rows: auto 1fr;
    gap: 6.23%;
    margin: 0;
    padding-right: calc((100% - var(--basew)) / 2);
    padding-bottom: 5.3333vw;
  }
  .introList01 .treatment01::before {
    content: "";
    position: absolute;
    left: 7.2%;
    top: calc(100% - 5.3333vw);
    width: 44px;
    height: 44px;
    background: url(../img/flower-white.svg) no-repeat center;
    background-size: contain;
  }
  .introList01 .treatment01 .thumb {
    margin-top: 0;
    grid-row: 1/-1;
  }
  .introList01 .treatment01 h2 {
    margin: 0 auto;
  }
  .introList01 .treatment01 .text {
    margin-left: 0;
  }
  .introList01 .treatment02 {
    display: flex;
    flex-direction: column;
    background-image: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    gap: 0;
  }
  .introList01 .treatment02 .thumb {
    order: -1;
    width: 69.1589%;
    margin-top: 0;
    margin-left: auto;
  }
  .introList01 .treatment02 h2 {
    margin-left: 16px;
    margin-right: auto;
    margin-top: -35px;
  }
  .post-type-introduction section:first-of-type {
    margin-top: 16vw;
    background-image: url(../img/flower-white.svg), url(../img/flower-white.svg);
    background-position: right 8.79vw top, right 0.8vw top 18.13vw;
    background-size: 65px auto, 46px auto;
    background-repeat: no-repeat;
  }
  .post-type-introduction section:last-of-type {
    margin-top: 10.1333vw;
    padding: 0 0 18.133vw;
    display: block;
    background-image: url(../img/flower-white.svg), url(../img/flower-white.svg), url(../img/flower-white.svg);
    background-position: left 4vw top 6.4vw, right 3.2vw bottom 9.6vw, right 23.46vw bottom 2.13vw;
    background-size: 46px auto, 65px auto, 46px auto;
    background-repeat: no-repeat;
  }
  .post-type-introduction section:last-of-type .text {
    width: var(--basew);
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-introduction section:last-of-type ul {
    gap: 10px 20px;
  }
}