@charset "UTF-8";
.p_kv {
 text-shadow: 2px 2px 4px rgb(0 0 0 / 70%);
 background-color: rgba(0, 0, 0, 0.7);
 color: #fff;
 background-image: url("../../../images/page/overview/overview_bg02.png?2025");
}
.p_overview .section_desc {
 line-height: 1.6;
}
.p_overview .overview .desc {
 margin-top: -6px;
 color: #fff;
 padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
 .p_overview .overview .desc {
  margin-top: -8px;
 }
}
.p_overview .overview .desc p {
 text-align: center;
}
.p_kv .h400 {
 height: 200px;
}
@media screen and (min-width: 768px) {
 .p_kv .h400 {
  height: 400px;
 }
}

.p_overview .section_comment {
 color: #fff;
}

.p_overview .section_title {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_overview .section_title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px;
 }
}

.p_overview .section_comment02 {
 color: #fff;
 padding-top: 100px;
}
@media screen and (min-width: 768px) {
 .p_overview .section_comment02 {
  color: #fff;
  padding-top: 200px;
 }
}

.p_overview .section_title02 {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_overview .section_title02 {
  font-size: 25px;
  font-weight: bold;

  padding-bottom: 38px;
 }
}

.p_overview .section_comment03 {
 color: #000;
 padding-top: 50px;
}
@media screen and (min-width: 768px) {
 .p_overview .section_comment03 {
  color: #000;
  padding-top: 100px;
 }
}

.p_overview .section_title03 {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_overview .section_title03 {
  font-size: 25px;
  font-weight: bold;

  padding-bottom: 38px;
 }
}

.p_overview .section_main_title {
 font-size: 20px;
 line-height: 1.6;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_overview .section_main_title {
  font-size: 35px;
  padding-bottom: 30px;
 }
}
.p_overview .section_sub_title {
 font-size: 18px;
}
@media screen and (min-width: 768px) {
 .p_overview .section_sub_title {
  font-size: 25px;
 }
}

.p_overview .overview_contents {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 padding-top: 50px;
 gap: 30px;
}
@media screen and (min-width: 768px) {
 .p_overview .overview_contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  gap: 30px;
 }
}

.p_overview .overview_comment {
 display: flex;
 flex-direction: column;
 line-height: 1.6;
 width: 100%;
 gap: 25px;
 font-size: 15px;
}
@media screen and (min-width: 768px) {
 .p_overview .overview_comment {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  width: 50%;
  gap: 25px;
  font-size: 15px;
 }
}

.p_overview .overview_img {
 display: flex;
 flex-direction: column;
 align-items: center;
 width: 100%;
 gap: 30px;
}
@media screen and (min-width: 768px) {
 .p_overview .overview_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  gap: 30px;
 }
}

.p_overview .overview_contents02 {
 display: flex;
 padding-top: 40px;
 padding-bottom: 30px;
 gap: 50px;
 line-height: 1.6;
 font-size: 15px;
 flex-direction: column;
}
@media screen and (min-width: 768px) {
 .p_overview .overview_contents02 {
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
  gap: 80px;
  line-height: 1.6;
  font-size: 15px;
  flex-direction: column;
 }
}

.p_overview .overview_comment02 {
 display: flex;
 flex-direction: column;
 gap: 30px;
}

.p_overview .overview_comment02 .overview_sub_comment {
 padding-left: 10px;
}
@media screen and (min-width: 768px) {
 .p_overview .overview_comment02 .overview_sub_comment {
  padding-left: 20px;
 }
}

.p_overview .overview_text {
 display: flex;
 flex-direction: column;
 gap: 20px;
 padding-top: 20px;
}

@media screen and (min-width: 768px) {
 .p_overview .overview_text {
  display: flex;
  flex-direction: row;
  gap: 130px;
  padding-top: 20px;
 }
}
.p_overview .overview_text02 {
 padding-left: 40px;
}

.p_overview .overview_text03 {
 padding-top: 50px;
 display: flex;
 flex-direction: column;
 align-items: flex-end;
}

.p_overview .overview_text03 .overview_sub_text {
 text-align: right;
}
.p_overview .overview_title {
 font-size: 22px;
 font-weight: bold;
}

.p_overview .overview_main_text {
 width: 100%;
}
@media screen and (min-width: 768px) {
 .p_overview .overview_main_text {
  width: 15%;
 }
}
.p_overview .overview_sub_text {
 width: 100%;
 line-height: 1.6;
}
@media screen and (min-width: 768px) {
 .p_overview .overview_sub_text {
  width: 85%;
 }
}

.p_overview .location_row {
 display: flex;
 align-items: flex-start;
 margin-bottom: 15px;
 flex-direction: column;
}
@media screen and (min-width: 768px) {
 .p_overview .location_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: row;
 }
}

.p_overview .location_label {
 width: 100%; /* ラベル部分の幅 */
 font-weight: bold; /* 太字 */
 font-size: 15px;
 margin-right: 10px; /* ラベルと詳細の間隔 */
}
@media screen and (min-width: 768px) {
 .p_overview .location_label {
  width: 20%; /* ラベル部分の幅 */
  font-weight: bold; /* 太字 */
  font-size: 16px;
  margin-right: 10px; /* ラベルと詳細の間隔 */
 }
}

.p_overview .location_details {
 width: 100%; /* 詳細部分の幅 */
 font-size: 15px;
 line-height: 1.6; /* 行間調整 */
}
@media screen and (min-width: 768px) {
 .p_overview .location_details {
  width: 80%; /* 詳細部分の幅 */
  font-size: 16px;
  line-height: 1.6; /* 行間調整 */
 }
}

.p_overview .fa-solid {
 font-size: 16px;
 padding-left: 15px;
 color: tomato;
}
.brand_grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr); /* 横6列 */
 gap: 20px; /* 画像間の間隔 */
}
@media screen and (min-width: 768px) {
 .brand_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 横6列 */
  gap: 20px; /* 画像間の間隔 */
 }
}

.brand_grid img {
 width: 100%; /* 各画像を親要素幅にフィット */
 max-width: 150px; /* 画像の最大幅を設定 */
 height: auto; /* 縦横比を保持 */
}
