@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/construction/construction_bg.png");
}

.p_construction .construction .desc {
 margin-top: -6px;
 color: #fff;
 padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
 .p_construction .construction .desc {
  margin-top: -8px;
 }
}
.p_construction .construction .desc p {
 text-align: center;
}
.p_kv .h400 {
 height: 200px;
}
@media screen and (min-width: 768px) {
 .p_kv .h400 {
  height: 400px;
 }
}

.p_construction .section_comment {
 color: #fff;
}

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

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

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

  padding-bottom: 38px;
 }
}

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

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

  padding-bottom: 38px;
 }
}

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

.p_construction .section_sub_title {
 font-size: 18px;
}
@media screen and (min-width: 768px) {
 .p_construction .section_sub_title {
  font-size: 28px;
 }
}

.p_construction .construction_contents {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 margin-top: 50px;
 background-color: #003300;
 border-radius: 10px;
}
@media screen and (min-width: 768px) {
 .p_construction .construction_contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  background-color: #003300;
  border-radius: 10px;
 }
}

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

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

.p_construction .construction_text {
 display: flex;
 width: 100%;
 line-height: 1.6;
 padding: 20px 10px;
 gap: 20px;
 flex-direction: column;
}
@media screen and (min-width: 768px) {
 .p_construction .construction_text {
  display: flex;
  width: 50%;
  line-height: 1.6;
  padding: 30px 20px;
  gap: 20px;
  flex-direction: column;
 }
}

.p_construction .construction_title {
 text-align: center;
 font-size: 18px;
}
@media screen and (min-width: 768px) {
 .p_construction .construction_title {
  text-align: center;
  font-size: 22px;
 }
}

.p_construction .construction_desc {
 font-size: 14px;
}
@media screen and (min-width: 768px) {
 .p_construction .construction_desc {
  font-size: 16px;
 }
}

.p_construction .construction_desc02 {
 font-size: 14px;
}
