@charset "UTF-8";

/*****************************
  沿革
*****************************/
.page-history .hcontent{
  /* width: 350%; */
  width: 400%;
}
.pagesec1 .pscontent2{
  background: url(../../images/page/history/history_bg.webp) no-repeat center / cover;
}
.pagesec1 .pscontent2 h3{
  font-size: 2.6rem
}
.pagesec1 .pscontent2 .inner2{
  position: relative;
  z-index: 1;
}

.pagesec2{
  background: #fff;
  color: #000;
  /* width: 180%; */
  width: 230%;
}
.pagesec2 .inner{
  padding: 0 5rem;
}
.pagesec2 .his{
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  margin-right: 2.5rem;
  padding-right: 2.5rem;
}
.pagesec2 .his:last-of-type{
  margin-right: 0;
}
.pagesec2 .his dt,
.pagesec2 .his dd{
  writing-mode: vertical-rl;
}
.pagesec2 .his dt,
.pagesec2 .his dt span{
  color: #526D82;
  font-weight: bold;
  font-size: 1.8rem;
}
.pagesec2 .his dt{
  border-bottom: 1px solid;
  height: 96px;
}
.pagesec2 .his dd{
  margin-top: 2rem;
}
.pagesec2 .his .horizontal{
  line-height: 1.4;
  writing-mode: horizontal-tb;
}

@media only screen and (max-width: 1510px) {
  .page-history .hcontent{
    width: 470%;
  }
  .pagesec2{
    width: 300%;
  }
}
@media only screen and (max-width: 1366px) {
  .page-history .hcontent{
    width: 490%;
  }
  .pagesec2{
    width: 320%;
  }
}
@media only screen and (max-width: 1280px) {
  .page-history .hcontent{
    width: 540%;
  }
  .pagesec2{
    width: 370%;
  }
}
@media only screen and (max-width: 1180px) {
  .page-history .hcontent{
    width: 600%;
  }
  .pagesec2{
    width: 430%;
  }
}
@media only screen and (max-width: 1080px) {
  .page-history .hcontent{
    width: 610%;
  }
  .pagesec2{
    width: 440%;
  }
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-height: 720px) and (min-width: 1024px){
  .pagesec2 .inner3 {
    top: auto;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
  }
  .pagesec2 .his dt,
  .pagesec2 .his dt span {
    font-size: 1.6rem;
  }
  .pagesec2 .his dd {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  #pageheadsec.pagesec1 .pscontent2 {
    padding: 15rem 0;
  }
  .pagesec2{
    height: auto;
  }
  .pagesec2 .inner3{
    padding: 8rem 5rem;
    position: static;
    transform: none;
  }
  .pagesec2 .his{
    border-bottom: 1px solid #ccc;
    border-right: none;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2rem 0;
    padding: 0;
    width: 100%;
  }
  .pagesec2 .his dt,
  .pagesec2 .his dd {
    writing-mode: horizontal-tb;
  }
  .pagesec2 .his dt {
    border-right: 1px solid ;
    border-bottom: none;
    height: auto;
    width: 120px;
  }
  .pagesec2 .his dd{
    margin: 0;
    padding: 0 2rem 1rem;
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec2 .inner3{
    padding: 8rem 3rem;
  }
  .pagesec2 .his dt{
    border-right: none;
    border-bottom: 1px solid ;
  }
  .pagesec2 .his dd{
    padding: 1rem;
    width: 100%;
  }
}