@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/history/history_bg2.png");
}
.p_history .section_desc {
 line-height: 1.6;
}
.p_history .history .desc {
 margin-top: -6px;
 color: #fff;
 padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
 .p_history .history .desc {
  margin-top: -8px;
 }
}
.p_history .history .desc p {
 text-align: center;
}
.p_kv .h400 {
 height: 200px;
}
@media screen and (min-width: 768px) {
 .p_kv .h400 {
  height: 400px;
 }
}

.p_history .section_comment {
 color: #fff;
}

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

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

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

  padding-bottom: 38px;
 }
}

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

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

  padding-bottom: 38px;
 }
}

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

.p_history .history_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_history .history_contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  gap: 30px;
 }
}

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

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

.p_history .history_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_history .history_contents02 {
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
  gap: 80px;
  line-height: 1.6;
  font-size: 15px;
  flex-direction: column;
 }
}

.p_history .history_comment02 {
 display: flex;
 flex-direction: column;
 gap: 30px;
}

.p_history .history_comment02 .history_sub_comment {
 padding-left: 10px;
}
@media screen and (min-width: 768px) {
 .p_history .history_comment02 .history_sub_comment {
  padding-left: 20px;
 }
}

.p_history .history_text {
 display: flex;
 flex-direction: column;
 gap: 20px;
 padding-top: 20px;
 line-height: 1.6;
}

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

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

.p_history .history_text03 .history_sub_text {
 text-align: right;
}
.p_history .history_title {
 font-size: 22px;
 font-weight: bold;
}
