.pageTitle .info {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pageTitle .info {
    margin-bottom: 0;
  }
}
.pageTitle .info span {
  color: #f90d08;
}

.about .container {
  border-top: #ddd 1px solid;
}
.about .editor {
  padding: 5% 0;
  line-height: 1.7;
  font-size: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .about .editor {
    font-size: 1rem;
  }
}
.about .editor .pic {
  line-height: 0;
}
.about .editor .box {
  position: relative;
}
.about .editor .box + .box {
  margin-top: 5%;
}
.about .editor .box1 {
  position: relative;
  display: flex;
  padding: 0 0px 30px 0;
}
@media screen and (max-width: 767px) {
  .about .editor .box1 {
    padding: 0;
    flex-direction: column;
  }
}
.about .editor .box1::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, rgb(235, 235, 235) 100%);
  inset: 0 0 0px 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about .editor .box1::before {
    inset: 0;
  }
}
.about .editor .box1 .pic {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .about .editor .box1 .pic {
    width: 100%;
  }
}
.about .editor .box1 .txtBox {
  padding: 5%;
  width: 63%;
}
@media screen and (max-width: 767px) {
  .about .editor .box1 .txtBox {
    padding: 20px;
    width: 100%;
  }
}
.about .editor .box3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about .editor .box3 {
    flex-direction: column;
  }
}
.about .editor .box3 .pic {
  width: 58.5%;
}
@media screen and (max-width: 767px) {
  .about .editor .box3 .pic {
    width: 100%;
  }
}
.about .editor .box3 .txtBox {
  padding: 0% 4% 0% 0;
  width: 41.5%;
}
@media screen and (max-width: 767px) {
  .about .editor .box3 .txtBox {
    padding: 20px;
    width: 100%;
    order: 2;
  }
}
.about .editor .box4 {
  position: relative;
}
.about .editor .box4 .titlePic {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 50px 50px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about .editor .box4 .titlePic {
    padding: 20px;
  }
}
.about .editor .box4 .titlePic img {
  display: block;
  max-width: 60%;
  aspect-ratio: 640/188;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .about .editor .box4 .titlePic img {
    max-width: 50%;
  }
}

.coreBox .pageTitle .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.coreBox .pageTitle .bottom .bottomTitle {
  padding: 8px 20px 5px;
  border: 1px solid #f90d08;
  color: #f90d08;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.coreBox .pageTitle .bottom .list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .coreBox .pageTitle .bottom .list {
    flex-direction: column;
  }
}
.coreBox .pageTitle .bottom .list .item {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 500;
  padding: 5px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .coreBox .pageTitle .bottom .list .item {
    font-size: 1rem;
  }
}
.coreBox .pageTitle .bottom .list .item + .item {
  border: #dddddd 1px solid;
  border-width: 0 0 0 1px;
}
@media screen and (max-width: 1000px) {
  .coreBox .pageTitle .bottom .list .item + .item {
    font-size: 1.125rem;
    padding: 10px 0px;
    border-width: 1px 0 0 0;
  }
}

.core .container {
  border-top: #ddd 1px solid;
}
.core .container .editor {
  padding: 5% 0;
  line-height: 1.7;
  font-size: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .core .container .editor {
    font-size: 1rem;
  }
}
.core .container .editor .pic {
  line-height: 0;
}
.core .container .editor .box {
  position: relative;
}
.core .container .editor .box + .box {
  margin-top: 5%;
}
.core .container .editor .txtBox .tag {
  padding: 4px 20px 2px;
  border: 1px solid #f90d08;
  color: #f90d08;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .core .container .editor .txtBox .tag {
    font-size: 1.125rem;
  }
}
.core .container .editor .txtBox .title {
  font-weight: 500;
  color: #000000;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .core .container .editor .txtBox .title {
    font-size: 1.25rem;
  }
}
.core .container .editor .box1 {
  display: flex;
  padding: 0 0 30px 0px;
}
@media screen and (max-width: 767px) {
  .core .container .editor .box1 {
    flex-direction: column;
  }
}
.core .container .editor .box1::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, rgb(235, 235, 235) 100%);
  inset: 0 30px 0 0px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .core .container .editor .box1::before {
    inset: 0;
  }
}
.core .container .editor .box1 .pic {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .core .container .editor .box1 .pic {
    margin-bottom: 20px;
    width: 100%;
  }
}
.core .container .editor .box1 .txtBox {
  padding: 0 4% 4%;
  width: 56%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .core .container .editor .box1 .txtBox {
    padding: 0 20px 20px;
    width: 100%;
    order: 2;
  }
}
.core .container .editor .box3 {
  position: relative;
  display: flex;
  padding: 0 0px 30px 0;
}
@media screen and (max-width: 767px) {
  .core .container .editor .box3 {
    padding: 0;
    flex-direction: column;
  }
}
.core .container .editor .box3 .pic {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .core .container .editor .box3 .pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
.core .container .editor .box3 .txtBox {
  padding: 0 0 0 4%;
  width: 64%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .core .container .editor .box3 .txtBox {
    padding: 0 0px 20px;
    width: 100%;
  }
}
.core .container .editor .box3 .txtBox .txt {
  margin-bottom: 20px;
}
.core .container .editor .box3 .picBox {
  margin: auto -10px 0;
  display: flex;
  justify-content: space-between;
}
.core .container .editor .box3 .picBox .item {
  margin: 0 10px;
  line-height: 0;
}

.historyBox .sub {
  color: #f90d08;
}
.historyBox .innerPage {
  padding-bottom: 0;
}

.history {
  background: url("../images/in/history_bg.png") center top no-repeat;
  background-attachment: fixed;
  z-index: -1;
}
.history .container {
  border-top: #ddd 1px solid;
}
.history .listBox {
  padding: 5% 0 10%;
  min-height: 50vh;
}
.history .listBox::before {
  content: "";
  position: absolute;
  display: block;
  background: #cccccc;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 649px) {
  .history .listBox::before {
    transform: translateX(0);
    left: -2px;
  }
}
.history .listBox .item {
  padding: 0 0 0 80px;
  position: relative;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 650px) {
  .history .listBox .item {
    width: 50%;
    padding: 0 0 0 calc(7% + 40px);
  }
  .history .listBox .item:nth-child(even) {
    padding: 0 calc(7% + 40px) 0 0;
    margin: 0 auto 0 0;
    text-align: right;
  }
  .history .listBox .item:nth-child(even)::before {
    left: auto;
    right: -6px;
  }
  .history .listBox .item:nth-child(even)::after {
    left: auto;
    right: -6px;
  }
  .history .listBox .item:nth-child(even) .year::before {
    left: auto;
    right: -55px;
  }
}
@media screen and (max-width: 649px) {
  .history .listBox .item {
    margin-bottom: 40px;
  }
}
.history .listBox .item::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  left: -6px;
  z-index: 2;
  background: #000000;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .history .listBox .item::before {
    top: 16px;
  }
}
.history .listBox .item::after {
  content: "";
  position: absolute;
  height: 1px;
  display: block;
  background: #f90d08;
  width: 13%;
  left: -6px;
  top: 21px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .history .listBox .item::after {
    width: 35px;
  }
}
.history .listBox .item .year {
  font-size: 2.25rem;
  color: #000000;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  z-index: 3;
}
.history .listBox .item .year::before {
  content: "";
  position: absolute;
  width: 40px;
  aspect-ratio: 1/1;
  display: block;
  left: -55px;
  top: 6px;
  -webkit-mask: url("../images/in/history_icon.svg") no-repeat;
          mask: url("../images/in/history_icon.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #f90d08;
}
@media screen and (max-width: 767px) {
  .history .listBox .item .year::before {
    width: 30px;
    top: 12px;
  }
}
.history .listBox .item .txt {
  color: #666666;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .history .listBox .item .txt {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=about.css.map */