/*
======================================
garagehouse__whatIs
======================================
*/
.garagehouse__whatIs {
  text-align: center;
  margin: 0 2vw;
}

.garagehouse__whatIs--title {
  display: block;
  font-family: var(--font-family-base);
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 48px;
}

.garagehouse__whatIs--text1 {
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
}

.garagehouse__whatIs--text2 {
  text-align: center;
}

/*
======================================
garagehouse__reason
======================================
*/
.garagehouse__reason {
  text-align: center;
}

.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

.garagehouse__reason--title {
  font-size: 32px;
  font-family: var(--font-family-base);
  font-weight: bold;
  word-break: keep-all;
}

.wave {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  padding: 0 0.3em;
}

.garagehouse__reason--cards {
  gap:0;
  margin: 48px auto 0;
  max-width: 1212px;
  width: 92vw;
}

.garagehouse__reason--card {
  align-items: center;
  background-image: url('../images/garagehouse/garagehouse__reason--background.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: 236px;
  justify-content: space-around;
  margin: 0 auto;
  padding: 16px 24px 24px;
  width: 92px;
}

.garagehouse__reason--image {
  align-items: center;
  display: flex;
  height: 144px;
  width: 144px;
}

.garagehouse__reason--text {
  color: #fff;
  font-size: 26px;
  font-family: var(--font-family-base);
  font-weight: bold;
  padding-left: 24px;
  text-align: justify;
}

/*
======================================
ガレージハウスのメリット
======================================
*/
.garagehouse__merit--top {
  color: #ED7626;
  display: inline-block;
  font-family: var(--font-family-base);
  font-size: 28px;
  font-weight: bold;
  margin: 120px 0 12px;
  position: relative;
  text-align: center;
  width: 100%;
}

.garagehouse__merit--top::before,
.garagehouse__merit--top::after {
  background: #ED7626;
  content: "";
  display: inline-block;
  height: 2px;
  margin: 0 8px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 48px;
}
.garagehouse__merit--top::after {
  transform: rotate(-45deg);
}

.garagehouse__merit--title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}

.merit {
  color: #ED7626;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.garagehouse__merit--cards {
  margin: 0 auto;
  max-width: 1278px;
  padding: 0 20px;
}

.garagehouse__merit--cards .wp-block-columns {
  gap: 12px;
}

.garagehouse__merit--card {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 36px 16px;
  width: 432px;
  border-radius: 8px;
}

.card__merit {
  align-items: center;
  background-color: #333333;
  border-radius: 31px;
  color: #fff;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 20px;
  height: 40px;
  justify-content: center;
  margin: 0 auto 26px;
  position: relative;
  width: 160px;
}

.card__merit::after{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #333333;
  bottom: -17px;
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}

.card__point {
  color: #ED7626;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.card__image {
  width: 100%;
}

.card__image img {
  display: block;
  margin: 32px auto 32px;
}

/*
======================================
ガレージ活用アイデア
======================================
*/
.garagehouse__idea {
  align-items: center;
  background-color: #333333;
  border-radius: 31px;
  color: #fff;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 20px;
  height: 40px;
  justify-content: center;
  margin: 96px auto 26px;
  position: relative;
  width: 160px;
}

.garagehouse__idea::after{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #333333;
  bottom: -17px;
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}

.garagehouse__idea--title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}

.garagehouse__idea--block {
  background-color: #FFE2CF;
  box-shadow: 0px 3px 6px #00000029;
  gap: 96px;
  margin: 0 auto;
  max-width: 1216px;
  padding: 64px 18px 36px;
  width: 100%;
  border-radius: 8px;
}

.garagehouse__idea--block div {
  gap: clamp(0px, 6%, 96px);
}

.garagehouse__idea--card {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  max-height: 376px;
  padding: 4px 12px 32px;
  width: 312px;
}

.garagehouse__idea--number {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.garagehouse__idea--text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 28px;
  text-align: center;
}

/*
======================================
実例紹介
======================================
*/
.garagehouse__introduction {
  align-items: center;
  background-color: #333333;
  border-radius: 31px;
  color: #fff;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 20px;
  height: 40px;
  justify-content: center;
  margin: 96px auto 26px;
  position: relative;
  width: 360px;
}

.garagehouse__introduction::after{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #333333;
  bottom: -17px;
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}

.garagehouse__introduction--title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}

.garagehouse__introduction--slider{
  margin-bottom: 80px;
  position: relative;
}

.garagehouse__introduction--item{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

.garagehouse__introduction--item img {
  aspect-ratio: 480 / 336;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
  width: 480px;
}

.vk_slider .swiper-button-next, .vk_slider .swiper-button-prev, .vk_post_list_slider .swiper-button-next, .vk_post_list_slider .swiper-button-prev {
  width: 0;
  height: 0;
  margin-right: 20px;
}

.swiper-button-prev {

  margin-left: 20px;
}

/*
======================================
voice
======================================
*/
.garagehouse__voice--sectionOver {
  background-color: #fff;
  padding: 80px auto 0;
}

.garagehouse__voice--section {
  background-color: #fff;
  margin: 0px auto 0;
  max-width: 1260px;
}

.garagehouse__voice--section .wp-block-columns{
  margin-bottom: 0;
}

.garagehouse__voice--block {
  text-align: center;
  position: relative;
}

.voice__top {
  align-items: center;
  background-color: #ED7626;
  clip-path: polygon(
    100% 0%,
    92% 50%,
    100% 100%,
    0 100%,
    8% 50%,
    0 0
  );
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  margin: 0 auto;
  width: 196px;
  z-index: 3;
  position: relative;
}

.voice__image {
  background-color: #FFE2CF;
  border-radius: 50%;
  height: 224px;
  margin: 0 auto;
  padding-top: 40px;
  transform: translateY(-20px);
  width: 224px;
  z-index: 2;
  position: relative;
}

.voice__text {
  align-items: center;
  border: 1px solid #ED7626;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  box-sizing: border-box;
  display: flex;
  font-size: 20px;
  height: 560px;
  justify-content: center;
  margin: 0 auto;
  padding: 0 52px;
  text-align: justify;
  width: 560px;
  position: relative;
  z-index: 1;
  margin-top: -144px;
}

/*
======================================
garagehouse__QA
======================================
*/
.garagehouse__QA {
  align-items: center;
  background-color: #333333;
  border-radius: 31px;
  color: #fff;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 20px;
  height: 40px;
  justify-content: center;
  margin: 0px auto 26px;
  position: relative;
  width: 216px;
}

.garagehouse__QA::after{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #333333;
  bottom: -17px;
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}

.garagehouse__QA--title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}

.garagehouse__QA--select {
  align-items: center;
  border-bottom: 2px solid #ED7626;
  display: flex;
  gap: 20px;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 96.6%;
  margin-bottom: 48px;
}

.QA__Rent {
  background-color: #fff;
  border: 2px solid #ED7626;
  border-bottom: none;
  border-radius: 12px 12px 0px 0px;
  color: #ED7626;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s ease;
  width: 300px;
  position: relative;
}

.QA__Rent:hover {
  background-color: #ED7626;
  color: #fff;
}

.QA__Lend {
  background-color: #fff;
  border: 2px solid #ED7626;
  border-bottom: none;
  border-radius: 12px 12px 0px 0px;
  color: #ED7626;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s ease;
  width: 300px;
  position: relative;
}

.QA__Lend:hover {
  background-color: #ED7626;
  color: #fff;
}

.QA__Rent.active,
.QA__Lend.active {
  background-color: #ED7626;
  color: #fff;
  z-index: 2;
}

.faq-accordion {
  margin-bottom: 0;
}

/*
======================================
タブレット版
======================================
*/
@media screen and (max-width: 1170px) {
  /*
  ======================================
  garagehouse__reason
  ======================================
  */
  .garagehouse__reason--image {
    height: 104px;
    width: 104px;
  }

  .garagehouse__reason--text {
    font-size: 22px;
  }

  /*
  ======================================
  voice
  ======================================
  */
  .garagehouse__voice--section .wp-block-columns {
    display:flex;
    flex-flow: column;
    margin: 00px auto 0;
    max-width: 1260px;
  }

  .garagehouse__voice--block {
    height: 744px;
  }
}

@media screen and (max-width: 1170px) {
  .garagehouse__reason--card {
    height: calc((100vw / 1170) * 224);
  }

  .garagehouse__reason--text {
    font-size: 22px;
    padding-left: 0px;
  }

  .garagehouse__idea--block div {
    gap: 20px;
  }
}

@media screen and (min-width: 920px) {
  .breakSp {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  /*
  ======================================
  ガレージハウスのメリット
  ======================================
  */
  .garagehouse__merit--top::before,
  .garagehouse__merit--top::after {
    margin: 0;
    width: 42px;
  }

  .garagehouse__merit--title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 781px) {
  /*
  ======================================
  garagehouse__reason
  ======================================
  */
  .garagehouse__reason--card {
    background-image: url('../images/garagehouse/garagehouse__reasonSp--background.svg');
    background-size: cover;
    padding-right: 48px;
    height: calc((100vw / 375) * 148);
  }

  .garagehouse__reason--image {
    margin-right: 24px;
    width: calc((100vw / 375) * 104);
    height: calc((100vw / 375) * 104);
  }

  /*
  ======================================
  ガレージハウスのメリット
  ======================================
  */
  .garagehouse__merit--cards {
    gap: 0;
    justify-content: space-around;
    margin: 0 auto;
    width: 100%;
  }

  .garagehouse__merit--card {
    justify-content: space-around;
    padding: 32px 24px;
    margin: 0 auto;
    width: 100%;
  }

  .card__image img {
    margin: 24px auto 24px;
  }

  /*
  ======================================
  ガレージ活用アイデア
  ======================================
  */
  .garagehouse__idea--block {
    display: flex;
    width: 80vw;
  }

  .garagehouse__idea--card.wp-block-column {
    display: flex;
    align-items: center;
    padding: 0 8px;
    width: 88%;
  }

  .garagehouse__idea--card.wp-block-column {
    margin: 0 auto 48px;
  }

  .garagehouse__idea--image {
    flex-shrink: 0;
    width: 47%;
  }

  .garagehouse__idea--text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    text-align: justify;
  }

}

/*
======================================
sp版
======================================
*/

@media screen and (max-width: 599px) {
  /*
  ======================================
  garagehouse__whatIs
  ======================================
  */
  .garagehouse__whatIs {
    margin: 0 auto;
    width: 100%;
  }

  .garagehouse__whatIs--title {
    font-size: 32px;
  }

  .garagehouse__whatIs--text1  {
    text-align: justify;
  }

  .garagehouse__whatIs--text2  {
    text-align: justify;
  }

  /*
  ======================================
  garagehouse__reason
  ======================================
  */
  .garagehouse__reason {
    font-size: 24px;
  }

  .garagehouse__reason--title {
    font-size: 24px;
  }

  .garagehouse__reason--card {
    height: calc((100vw / 375) * 148);
  }

  .garagehouse__reason--image {
    height: calc((100vw / 375) * 96);
    width: calc((100vw / 375) * 96);
  }

  /*
  ======================================
  ガレージハウスのメリット
  ======================================
  */
  .garagehouse__merit--top {
    font-size: 22px;
  }

  .ForLend {
    margin-top: 64px
  }

  .garagehouse__merit--top::before,
  .garagehouse__merit--top::after {
    margin: 0;
    width: 42px;
  }

  .garagehouse__merit--title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .merit {
    font-size: 28px;
  }

  .garagehouse__merit--cards {
    gap: 0;
    justify-content: space-around;
    margin: 0 auto;
    width: 100%;
  }

  .garagehouse__merit--card {
    /* height: 470px; */
    justify-content: space-around;
    padding: 32px 24px;
    margin: 0 auto;
    width: 100%;
  }

  .card__merit {
    margin: 0 auto 18px;
  }

  .card__point {
    font-size: 20px;
  }

  .card__image {
    font-size: 16px;
  }

  .card__image img {
    margin: 24px auto 24px;
  }

  /*
  ======================================
  ガレージ活用アイデア
  ======================================
  */
  .garagehouse__idea {
    font-size: 16px;
    margin: 64px auto 24px;
  }

  .garagehouse__idea--title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .garagehouse__idea--block {
    display: flex;
    width: 91.7vw;
  }

  .garagehouse__idea--card.wp-block-column {
    display: flex;
    align-items: center;
    padding: 0 8px;
    width: 88%;
    min-height: 160px;
  }

  .garagehouse__idea--card.wp-block-column {
    margin: 0 auto 32px;
  }

  .garagehouse__idea--number {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }

  .garagehouse__idea--image {
    flex-shrink: 0;
    width: 47%;
  }

  .garagehouse__idea--text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    text-align: justify;
  }

  /*
  ======================================
  実例紹介
  ======================================
  */
  .garagehouse__introduction {
    font-size: 20px;
    height: 40px;
    justify-content: center;
    margin: 96px auto 26px;
    position: relative;
    width: 316px;
  }

  .vk_slider .swiper-button-next, .vk_slider .swiper-button-prev, .vk_post_list_slider .swiper-button-next, .vk_post_list_slider .swiper-button-prev {
    width: 0;
    height: 0;
  }

  /*
  ======================================
  voice
  ======================================
  */
  .garagehouse__voice--section {
    margin: 0px auto 0;
    max-width: 1260px;
  }

  .voice__image {
    height:calc((100vw / 375) * 168);
    margin: 0 auto;
    padding-top: 40px;
    width: calc((100vw / 375) * 168);
  }

  .voice__image img {
    height: calc((100vw / 375) * 120);
    margin: 0 auto;
    padding-top: 18px;
    transform: translateY(-20px);
    width: auto;
  }

  .voice__text {
    font-size: 15px;
    height: calc((100vw / 375) * 344);
    justify-content: center;
    margin: -80px auto 0;
    padding: 0 20px;
    text-align: justify;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  /*
  ======================================
  QA
  ======================================
  */
  .QA__Rent {
    font-size: 16px;
  }

  .QA__Lend {
    font-size: 16px;
  }
}
