#history .wrap {
  padding-bottom: 150px;
}
#history .wrap .contents p {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 5em;
}
#history .wrap .contents p span {
  display: inline-block;
}
#history .wrap .contents .arrow {
  display: block;
  width: 50px;
  margin: 0 auto;
}

.history .wrap {
  padding-top: 0;
}
.history .wrap .ttl_wrap {
  letter-spacing: 0.02em;
  padding: 120px 0;
  position: relative;
  text-align: center;
}
.history .wrap .ttl_wrap h2 {
  font-size: 5.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 500;
}
.history .wrap .ttl_wrap p {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
.history .wrap .ttl_wrap p span {
  display: inline-block;
}
.history .wrap .ttl_wrap .obj {
  position: absolute;
}
.history .wrap .contents {
  padding-top: 150px;
  max-width: 1300px;
}
.history .wrap .contents dl {
  border-left: 2px dashed var(--color_blue2);
  padding-left: 200px;
  padding-bottom: 200px;
}
.history .wrap .contents dl dt, .history .wrap .contents dl dd {
  max-width: 960px;
}
.history .wrap .contents dl dt {
  font-size: 11.2rem;
  color: var(--color_blue2);
  display: flex;
  margin-bottom: 0.2em;
  position: relative;
}
.history .wrap .contents dl dt::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--color_blue2);
  position: absolute;
  top: 0.45em;
  left: -208px;
}
.history .wrap .contents dl dt::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: var(--color_blue2);
  position: absolute;
  top: calc(0.45em + 6px);
  left: -200px;
}
.history .wrap .contents dl dt span:not(.corp) {
  font: inherit;
  color: #085AC3;
}
.history .wrap .contents dl dt span.corp {
  font-size: 1.8rem;
  width: 9em;
  border-top: 1px solid #FFFFFF;
  margin-left: auto;
  font-weight: 500;
  padding-top: 0.66em;
  text-align: right;
  margin-top: 0.66em;
}
.history .wrap .contents dl dt span.year {
  font-size: 4.2rem;
  font-weight: 600;
  transform: translateY(-0.5em);
}
.history .wrap .contents dl dt:has(.year) {
  align-items: flex-end;
}
.history .wrap .contents dl dt:has(.year) .corp {
  transform: translateY(-3.5em);
}
.history .wrap .contents dl dd {
  letter-spacing: 0.02em;
  position: relative;
}
.history .wrap .contents dl dd:not(:last-child) {
  padding-bottom: 200px;
}
.history .wrap .contents dl dd h3 {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 0.66em;
  font-weight: 500;
}
.history .wrap .contents dl dd h3 span {
  display: inline-block;
}
.history .wrap .contents dl dd p {
  font-size: 1.8rem;
  line-height: 2;
}
.history .wrap .contents dl dd p:has(+ .contents_inner), .history .wrap .contents dl dd p:has(+ .img) {
  margin-bottom: 3em;
}
.history .wrap .contents dl dd .img img {
  display: block;
  border-radius: 20px;
}
.history .wrap .contents dl dd .contents_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 6%;
  position: relative;
}
.history .wrap .contents dl dd .contents_inner .detail {
  display: grid;
  justify-items: start;
  align-content: start;
}
.history .wrap .contents dl dd .contents_inner .detail .cat {
  font-size: 1.6rem;
  background-color: #085AC3;
  height: 2.2em;
  display: grid;
  align-items: center;
  padding: 0 1em;
  margin-bottom: 1.5em;
  padding-bottom: 0.1em;
  border-radius: 5px;
  font-weight: 500;
}
.history .wrap .contents dl dd .contents_inner .detail h4 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 500;
}
.history .wrap .contents dl dd .contents_inner .detail h4::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  transform: translateY(-0.33em);
  width: 4em;
  height: 1px;
  background-color: #FFFFFF;
  vertical-align: baseline;
}
.history .wrap .contents dl dd .contents_inner .detail h4:has(span) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.history .wrap .contents dl dd .contents_inner .detail h4:has(span)::after {
  margin: 0 0.5em;
  width: 3em;
  transform: translateY(0);
}
.history .wrap .contents dl dd .contents_inner .detail h4:has(span) span {
  font-size: 1.6rem;
  order: 2;
}
.history .wrap .contents dl dd .contents_inner:first-child {
  padding-top: 30px;
}
.history#history1 .wrap .ttl_wrap {
  background: url(/jp/saiyo/assets/img/about/history/history_bg1.png) no-repeat center center/cover, url(/jp/saiyo/assets/img/about/history/txt_bg.png) no-repeat center center/400px auto;
}
.history#history1 .wrap .ttl_wrap .obj {
  width: 150px;
  left: calc(50vw + 440px);
  bottom: -20px;
}
.history#history1 .wrap .contents dl dd .contents_inner .bg {
  width: 83%;
  position: absolute;
  z-index: -1;
  left: 33%;
  top: 5%;
}
.history#history1 .wrap .contents dl dd:last-child .contents_inner .img img {
  background-color: rgba(255, 255, 255, 0.4);
}
.history#history2 .wrap .ttl_wrap {
  background: url(/jp/saiyo/assets/img/about/history/history_bg2.png) no-repeat center center/cover;
}
.history#history2 .wrap .ttl_wrap .obj {
  width: 170px;
  right: calc(50vw + 400px);
  bottom: -80px;
}
.history#history2 .wrap .contents {
  padding-top: 0;
}
.history#history2 .wrap .contents dl {
  padding-top: 150px;
}
.history#history2 .wrap .contents dl dd {
  position: relative;
}
.history#history2 .wrap .contents dl dd .obj {
  width: min(140%, 1370px);
  max-width: 140%;
  display: block;
  position: absolute;
  left: 10%;
  top: 33%;
  z-index: -1;
}
.history#history2 .wrap .contents dl dd .contents_inner {
  grid-template-columns: 68% 1fr;
}
.history#history2 .wrap .contents dl dd .contents_inner:not(:has(> .img)) {
  grid-template-columns: 1fr;
}
.history#history2 .wrap .contents dl dd .contents_inner .img {
  margin-top: -150px;
}
.history#history2 .wrap .contents dl dd .contents_inner .img p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
  padding-top: 1em;
}
.history#history2 .wrap .contents dl dd .imgbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 60px;
}
.history#history2 .wrap .contents dl dd .imgbox .img img {
  display: block;
  max-width: 75%;
  margin: 0 auto;
}
.history#history2 .wrap .contents dl dd .imgbox .img p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  padding-left: 1em;
  padding-top: 1em;
}
.history#history3 .wrap {
  padding-bottom: 300px;
}
.history#history3 .wrap .ttl_wrap {
  background: url(/jp/saiyo/assets/img/about/history/history_bg3.png) no-repeat center center/cover;
}
.history#history3 .wrap .contents {
  padding-top: 0;
}
.history#history3 .wrap .contents dl {
  padding-top: 150px;
  padding-bottom: 0;
}
.history#history3 .wrap .contents dl dd {
  position: relative;
}
.history#history3 .wrap .contents dl dd .obj {
  width: 44%;
  position: absolute;
  top: -50%;
  right: -50%;
}
.history#history3 .wrap .contents dl + .arrow {
  display: block;
  width: 50px;
  margin: 90px auto;
}
.history#history3 .wrap .contents .msg {
  margin-bottom: 90px;
}
.history#history3 .wrap .contents .msg img {
  display: block;
}
.history#history3 .wrap .contents .msg h3 {
  padding-top: 2em;
  font-size: 2.2rem;
  margin-bottom: 1.5em;
  text-align: center;
}
.history#history3 .wrap .contents .msg p {
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
}
.history#history3 .wrap .contents .bnr {
  overflow: hidden;
  border-radius: 80px;
  display: block;
  position: relative;
}
.history#history3 .wrap .contents .bnr img {
  display: block;
}
.history#history3 .wrap .contents .bnr div {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #FFFFFF;
  padding: 30px 80px;
  display: grid;
  grid-template-columns: 1fr 50px;
}
.history#history3 .wrap .contents .bnr div p {
  font-size: 1.8rem;
  color: var(--color_blue2);
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  align-items: center;
  grid-column-gap: 2em;
  font-weight: 800;
}
.history#history3 .wrap .contents .bnr div p .font_en {
  font-size: 4.8rem;
  color: inherit;
  font-weight: 400;
}
.history#history3 .wrap .contents .bnr div .icon {
  background-color: var(--color_red2);
  height: 50px;
  border-radius: 50%;
  display: grid;
  grid-template-columns: 35%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .history .wrap .contents dl {
    padding-left: 150px;
    padding-bottom: 150px;
  }
  .history .wrap .contents dl dt::before {
    left: -158px;
  }
  .history .wrap .contents dl dt::after {
    width: 120px;
    left: -150px;
  }
}
@media screen and (max-width: 1024px) {
  #history .wrap {
    padding-bottom: 120px;
  }
  #history .wrap .contents p {
    font-size: 1.8rem;
  }
  .history .wrap .ttl_wrap {
    padding: 90px 0;
  }
  .history .wrap .ttl_wrap h2 {
    font-size: 4.6rem;
  }
  .history .wrap .ttl_wrap p {
    font-size: 1.8rem;
  }
  .history .wrap .contents {
    padding-top: 120px;
  }
  .history .wrap .contents dl {
    padding-left: 100px;
    padding-bottom: 120px;
  }
  .history .wrap .contents dl dt {
    font-size: 9rem;
  }
  .history .wrap .contents dl dt::before {
    left: -108px;
  }
  .history .wrap .contents dl dt::after {
    width: 70px;
    left: -100px;
  }
  .history .wrap .contents dl dt span.corp {
    font-size: 1.6rem;
  }
  .history .wrap .contents dl dt span.year {
    font-size: 3.6rem;
  }
  .history .wrap .contents dl dt:has(.year) .corp {
    transform: translateY(-3em);
  }
  .history .wrap .contents dl dd:not(:last-child) {
    padding-bottom: 120px;
  }
  .history .wrap .contents dl dd h3 {
    font-size: 3.2rem;
  }
  .history .wrap .contents dl dd p {
    font-size: 1.6rem;
  }
  .history .wrap .contents dl dd .contents_inner .detail h4 {
    font-size: 2rem;
  }
  .history .wrap .contents dl dd .contents_inner .detail h4::after {
    width: 3em;
  }
  .history#history1 .wrap .ttl_wrap .obj {
    width: 120px;
    left: auto;
    right: 20px;
    bottom: -20px;
  }
  .history#history2 .wrap .ttl_wrap .obj {
    width: 130px;
    right: auto;
    left: 30px;
    bottom: -60px;
  }
  .history#history2 .wrap .contents {
    padding-top: 0;
  }
  .history#history2 .wrap .contents dl {
    padding-top: 120px;
  }
  .history#history2 .wrap .contents dl dd .contents_inner .img {
    margin-top: -120px;
  }
  .history#history2 .wrap .contents dl dd .contents_inner .img p {
    font-size: 1.2rem;
  }
  .history#history2 .wrap .contents dl dd .imgbox .img p {
    font-size: 1.2rem;
  }
  .history#history3 .wrap {
    padding-bottom: 200px;
  }
  .history#history3 .wrap .contents dl {
    padding-top: 120px;
  }
  .history#history3 .wrap .contents .msg p {
    font-size: 2rem;
  }
  .history#history3 .wrap .contents .bnr {
    border-radius: 50px;
  }
  .history#history3 .wrap .contents .bnr div {
    padding: 30px 40px;
  }
  .history#history3 .wrap .contents .bnr div p .font_en {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  #history .wrap {
    padding-bottom: 60px;
  }
  #history .wrap .contents p {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 4em;
  }
  #history .wrap .contents p span {
    display: inline;
  }
  #history .wrap .contents .arrow {
    width: 36px;
  }
  .history .wrap .ttl_wrap {
    padding: 60px 0;
  }
  .history .wrap .ttl_wrap h2 {
    font-size: 3.2rem;
  }
  .history .wrap .ttl_wrap p {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 30px;
  }
  .history .wrap .ttl_wrap p span {
    display: inline;
  }
  .history .wrap .contents {
    padding-top: 90px;
  }
  .history .wrap .contents dl {
    padding-left: 40px;
    padding-bottom: 90px;
  }
  .history .wrap .contents dl dt {
    font-size: 5.2rem;
  }
  .history .wrap .contents dl dt::before {
    left: -48px;
  }
  .history .wrap .contents dl dt::after {
    width: 30px;
    left: -40px;
  }
  .history .wrap .contents dl dt span.corp {
    font-size: 1.4rem;
    width: 8em;
    margin-top: -0.66em;
  }
  .history .wrap .contents dl dt span.year {
    font-size: 2.2rem;
  }
  .history .wrap .contents dl dd:not(:last-child) {
    padding-bottom: 60px;
  }
  .history .wrap .contents dl dd h3 {
    font-size: 2.2rem;
  }
  .history .wrap .contents dl dd p {
    font-size: 1.6rem;
  }
  .history .wrap .contents dl dd .contents_inner {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .history .wrap .contents dl dd .contents_inner .detail .cat {
    font-size: 1.5rem;
  }
  .history .wrap .contents dl dd .contents_inner .detail h4 {
    font-size: 2rem;
  }
  .history .wrap .contents dl dd .contents_inner .detail h4:has(span) span {
    padding-top: 0.33em;
    font-size: 1.4rem;
    order: 2;
  }
  .history .wrap .contents dl dd .contents_inner:first-child {
    padding-top: 30px;
  }
  .history#history1 .wrap .ttl_wrap {
    background: url(/jp/saiyo/assets/img/about/history/history_bg1.png) no-repeat center center/cover, url(/jp/saiyo/assets/img/about/history/txt_bg.png) no-repeat center center/360px auto;
  }
  .history#history1 .wrap .ttl_wrap .obj {
    width: 100px;
    right: -10px;
  }
  .history#history1 .wrap .contents dl dd .contents_inner .bg {
    width: 100%;
    z-index: -1;
    left: -10%;
    top: 55%;
  }
  .history#history2 .wrap .ttl_wrap .obj {
    width: 100px;
    left: -10px;
  }
  .history#history2 .wrap .contents {
    padding-top: 60px;
  }
  .history#history2 .wrap .contents dl {
    padding-top: 30px;
  }
  .history#history2 .wrap .contents dl dd .obj {
    width: min(110%, 1370px);
    max-width: 110%;
    left: 10%;
    top: auto;
    bottom: 5%;
  }
  .history#history2 .wrap .contents dl dd .contents_inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .history#history2 .wrap .contents dl dd .contents_inner .img {
    margin-top: 0;
  }
  .history#history2 .wrap .contents dl dd .contents_inner .img img {
    width: 66%;
    margin: 0 auto;
  }
  .history#history2 .wrap .contents dl dd .contents_inner .img p {
    font-size: 1.4rem;
  }
  .history#history2 .wrap .contents dl dd .imgbox {
    grid-template-columns: 1fr;
    padding-top: 30px;
    grid-row-gap: 30px;
  }
  .history#history2 .wrap .contents dl dd .imgbox .img img {
    max-width: 66%;
  }
  .history#history2 .wrap .contents dl dd .imgbox .img p {
    font-size: clamp(1.2rem, 3.3vw, 1.3rem);
  }
  .history#history3 .wrap {
    padding-bottom: 150px;
  }
  .history#history3 .wrap .contents dl {
    padding-top: 90px;
  }
  .history#history3 .wrap .contents dl dd .obj {
    width: 140px;
    top: auto;
    bottom: -160px;
    right: -40px;
  }
  .history#history3 .wrap .contents dl + .arrow {
    width: 36px;
    margin: 120px auto;
  }
  .history#history3 .wrap .contents .msg {
    margin-bottom: 90px;
  }
  .history#history3 .wrap .contents .msg h3 {
    font-size: 1.8rem;
  }
  .history#history3 .wrap .contents .msg p {
    font-size: 1.8rem;
  }
  .history#history3 .wrap .contents .bnr {
    border-radius: 20px;
  }
  .history#history3 .wrap .contents .bnr div {
    padding: 20px;
    grid-template-columns: 1fr 50px;
    align-items: center;
  }
  .history#history3 .wrap .contents .bnr div p {
    font-size: 2rem;
    grid-template-columns: 1fr;
  }
  .history#history3 .wrap .contents .bnr div p .font_en {
    font-size: clamp(3.6rem, 10vw, 4.2rem);
  }
  .history#history3 .wrap .contents .bnr div .icon {
    height: 50px;
  }
}