@charset "utf-8";

.bl_220606 {
  clear: both;
}
.bl_220606_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_220606_tab li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 7px);
  height: 70px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.bl_220606_tab li.car {
  background-color: #d7f1f2;
}
.bl_220606_tab li.walk {
  background-color: #e6f2d7;
}
.bl_220606_tab li.roof {
  background-color: #f2e6d7;
}
.bl_220606_tab li span {
  display: block;
  font-size: 1.2rem;
}
.bl_220606 .tab_car {
  padding: 20px;
  background-color: #d7f1f2;
  border-radius: 0 0 15px 15px;
}
.bl_220606 .tab_walk {
  padding: 20px;
  background-color: #e6f2d7;
  border-radius: 0 0 15px 15px;
}
.bl_220606 .tab_roof {
  padding: 20px;
  background-color: #f2e6d7;
  border-radius: 0 0 15px 15px;
}
.bl_220606_area {
  display: none;
}
.bl_220606_area.tab_show {
  display: block;
}
.bl_220606_map {
  height: 0;
  margin: 30px 10% 0;
  padding-bottom: calc(315 / 560 * 100%);
  overflow: hidden;
  position: relative;
}
.bl_220606_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_220606_list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}
.bl_220606_list01::before {
  content: url(../img/about/icon01.png);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.bl_220606_list01::after {
  content: '';
  display: block;
  width: 31.3%;
}
.bl_220606_list01 li {
  width: calc(100% / 3 - 20px);
  margin-bottom: 40px;
}
.bl_220606_list01 li p {
  margin-top: 10px;
  font-feature-settings: 'palt' 1;
}
.bl_220606_list01 li p .red {
  color: #ef3535;
}
.bl_220606_list01 li p .blue {
  color: #3560ef;
}
.bl_220606_box {
  margin-top: 30px;
}
.bl_220606_box p {
  padding-bottom: 3%;
}
.bl_220606_box .map {
  max-width: 499px;
  margin: 0 auto;
}
.bl_220606_box p .red {
  display: block;
  margin-top: 10px;
  padding: 1em;
  background: #fffff7;
  color: #fe4040;
  font-size: 1.2rem;
  border-radius: 10px;
  position: relative;
}
.bl_220606_box p .red::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 12.5px 0 12.5px;
  border-color: #fffff7 transparent transparent transparent;
  position: absolute;
  bottom: -22px;
  right: 20%;
}
.bl_220606_box p i {
  display: block;
  width: 20%;
  margin-top: 10px;
  margin-left: auto;
}
.bl_220606_list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bl_220606_list02 li {
  width: calc(100% / 2 - 15px);
  margin-top: 30px;
}
.bl_220606_list02 li p {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .bl_220606 {
    padding: 20px 2%;
  }
  .bl_220606_tab li {
    height: 90px;
    padding: 5px;
    font-size: 1.4rem;
  }
  .bl_220606_tab li span {
    font-size: 1rem;
  }
  .bl_220606_map {
    margin: 20px 0 0;
    padding-bottom: calc(450 / 560 * 100%);
  }
  .bl_220606_box {
    margin-top: 15px;
  }
  .bl_220606_box p {
    font-size: 1.4rem;
  }
  .bl_220606_box .map {
    margin-top: 10px;
  }
  .bl_220606_list01 {
    margin-top: 30px;
    padding-bottom: 140px;
  }
  .bl_220606_list01::after {
    transform: scale(0.8);
    transform-origin: right bottom;
  }
  .bl_220606_list01 li {
    width: calc(100% / 2 - 8px);
    margin-bottom: 20px;
  }
  .bl_220606_list01::before {
    transform: scale(0.7);
    transform-origin: bottom right;
  }
  .bl_220606_list01 li p {
    font-size: 1.4rem;
  }
  .bl_220606_list02 li {
    width: 100%;
  }
  .bl_220606_list02 li p {
    font-size: 1.4rem;
  }
}

/* 23.06.28 caseページ */
.case {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
  padding: 0 40px;
  text-align: center;
  background-color: #fcf8ea;
}
.case_title {
  font-size: 3rem;
  font-weight: bold;
}
.case_txt {
  margin-top: 40px;
  font-size: 1.8rem;
}
.case_ph {
  width: 100px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .case {
    height: 300px;
  }
  .case_title {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .case_txt {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .case_ph {
    width: 70px;
    margin-top: 15px;
  }
}
