.area-anniv50th.index-50th {
  width: 100%;
  margin: 50px auto;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  .area-anniv50th.index-50th {
    max-width: 1400px;
    display: flex;
    gap: 60px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  .area-anniv50th.index-50th {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  .area-anniv50th.index-50th > .left {
    flex: 1;
    padding: 10px 0 0 10px;
  }
}
.area-anniv50th.index-50th > .left h2 {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(135deg, #468dca 0%, #4569b1 100%);
  background: -webkit-linear-gradient(-45deg, #468dca 0%, #4569b1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .area-anniv50th.index-50th > .left h2 {
    font-size: 4rem;
  }
}
.area-anniv50th.index-50th > .left .wrap-link-arrow {
  text-align: right;
}
.area-anniv50th.index-50th > .left .wrap-link-arrow .link-arrow {
  display: block;
}
.area-anniv50th.index-50th > .left .wrap-link-arrow .link-arrow img {
  width: 124px;
}
.area-anniv50th.index-50th > .right {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .area-anniv50th.index-50th > .right {
    display: none;
  }
}

body.anniv-50th .header-50th {
  padding: 25px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .header-50th {
    padding: 12px;
  }
}
body.anniv-50th .header-50th .area-50th-logo {
  line-height: 1;
}
body.anniv-50th .header-50th .area-50th-logo img {
  height: 50px;
}
body.anniv-50th .header-50th .area-site-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.anniv-50th .header-50th .area-site-logo .link-site-top {
  display: block;
  width: 146px;
  height: 45px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("/img/sg-advance_logo.png") no-repeat center/contain;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .header-50th .area-site-logo .link-site-top {
    width: 114px;
    height: 35px;
  }
}
body.anniv-50th .page-50th-hero {
  margin-top: 120px;
  width: 100%;
  height: 380px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .page-50th-hero {
    margin-top: 65px;
    height: 330px;
  }
}
body.anniv-50th .page-50th-hero::before {
  content: "";
  background-image: url("/img/page-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 380px;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .page-50th-hero::before {
    height: 330px;
  }
}
body.anniv-50th .page-50th-hero__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  background-color: rgba(0, 32, 96, 0.7);
  color: #fff;
}
body.anniv-50th .page-50th-hero__text h1 {
  height: 100%;
}
body.anniv-50th .page-50th-hero__text h1 .prefix,
body.anniv-50th .page-50th-hero__text h1 .maintitle,
body.anniv-50th .page-50th-hero__text h1 .suffix {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
body.anniv-50th .page-50th-hero__text h1 .prefix {
  top: 35px;
  font-size: 4.8rem;
  letter-spacing: 2px;
  padding-left: 2px;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .page-50th-hero__text h1 .prefix {
    top: 50px;
    text-align: center;
    font-size: 3rem;
    white-space: nowrap;
  }
}
body.anniv-50th .page-50th-hero__text h1 .maintitle {
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 9rem;
  letter-spacing: 2px;
  padding-left: 5.6rem;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .page-50th-hero__text h1 .maintitle {
    font-size: 7.4rem;
    padding-left: 5.2rem;
  }
}
body.anniv-50th .page-50th-hero__text h1 .maintitle .number {
  font-size: 22rem;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .page-50th-hero__text h1 .maintitle .number {
    font-size: 16.5rem;
  }
}
body.anniv-50th .page-50th-hero__text h1 .suffix {
  bottom: 26px;
  font-size: 6rem;
  letter-spacing: 0.9rem;
  padding-left: 0.9rem;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .page-50th-hero__text h1 .suffix {
    bottom: 45px;
    font-size: 3.5rem;
  }
}
body.anniv-50th .area-fv img {
  display: block;
  line-height: 1;
  margin: auto;
}
body.anniv-50th .area-message {
  margin-top: 0px;
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-message {
    margin-top: 0px;
    padding-top: 60px;
  }
}
body.anniv-50th .area-message .txt-catch {
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #3969B9;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-message .txt-catch {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-message .txt-catch .for-pc {
    display: none;
  }
}
body.anniv-50th .area-message .txt-catch .for-sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-message .txt-catch .for-sp {
    display: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  body.anniv-50th .area-message .wrap-separate {
    display: flex;
    gap: 60px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  body.anniv-50th .area-message .wrap-separate .left {
    flex: 1;
    order: 1;
  }
}
body.anniv-50th .area-message .wrap-separate .left .desc {
  text-align: justify;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-message .wrap-separate .left .desc {
    font-size: 1.6rem;
  }
}
body.anniv-50th .area-message .wrap-separate .left .desc p {
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 1025px) {
  body.anniv-50th .area-message .wrap-separate .right {
    width: 450px;
    order: 2;
  }
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-message .wrap-separate .right {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-message .wrap-separate .right figure {
    text-align: center;
  }
}
body.anniv-50th .area-message .wrap-separate .right figure img {
  display: block;
  margin: auto;
  line-height: 1;
}
body.anniv-50th .area-message .wrap-separate .right figure figcaption {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 8px;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-message .wrap-separate .right figure figcaption {
    font-size: 1.6rem;
  }
}
body.anniv-50th .area-message .wrap-separate .right figure figcaption .company {
  color: #3969B9;
  font-weight: bold;
}
body.anniv-50th .area-message .wrap-separate .right figure figcaption .name {
  font-size: 1.1em;
}
body.anniv-50th .area-looknumbers h2 {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #3969B9;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-looknumbers h2 {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 5px;
  }
}
body.anniv-50th .area-looknumbers .desc {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-looknumbers .desc {
    font-size: 1.6rem;
    text-align: left;
  }
  body.anniv-50th .area-looknumbers .desc br {
    display: none;
  }
}
body.anniv-50th .area-looknumbers .wrap-img-numbers {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-looknumbers .wrap-img-numbers {
    display: block;
  }
}
body.anniv-50th .area-looknumbers .wrap-img-numbers .img-numbers {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-looknumbers .wrap-img-numbers .img-numbers {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
body.anniv-50th .area-histogy {
  margin: 80px 0;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-histogy {
    margin: 60px 0;
  }
}
body.anniv-50th .area-histogy h2 {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #3969B9;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-histogy h2 {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
body.anniv-50th .area-catalog {
  margin: 100px 0;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog {
    margin: 60px 0;
  }
}
body.anniv-50th .area-catalog {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog {
    margin-top: 60px;
  }
}
body.anniv-50th .area-catalog > h2 {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #3969B9;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog > h2 {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
body.anniv-50th .area-catalog .area-catalog__inner {
  width: 100%;
  max-width: 1150px;
  padding: 0 15px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog .area-catalog__inner {
    width: 100%;
    max-width: 1150px;
    padding: 0 15px;
    margin: auto;
  }
}
body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid {
  display: flex;
  align-items: center;
  background-color: #3969B9;
  background-image: -webkit-linear-gradient(90deg, #3969B9 0%, #529DD0 100%);
  background-image: linear-gradient(90deg, #3969B9 0%, #529DD0 100%);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    background-color: #3969B9;
    background-image: -webkit-linear-gradient(90deg, #3969B9 0%, #529DD0 100%);
    background-image: linear-gradient(90deg, #3969B9 0%, #529DD0 100%);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  }
}
body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__text {
  width: 100%;
  height: 100%;
  max-width: 620px;
  padding: 0 60px;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__text {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 30px;
    order: 2;
  }
}
body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__text .en {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__text .en {
    display: block;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1;
  }
}
body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__text h2 {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-top: 5px;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__text h2 {
    display: block;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-top: 5px;
    position: relative;
    padding-bottom: 20px;
    color: #fff;
  }
}
body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__text h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 60px;
  height: 4px;
  background-color: #F68731;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__text h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #F68731;
  }
}
body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__text .btn-02 {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__text .btn-02 {
    margin-top: 20px;
  }
}
body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__img {
  width: calc(100% - 620px);
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__img {
    width: 100%;
    order: 1;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 65%;
  }
}
body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__img img {
  display: block;
}
@media only screen and (max-width: 1024px) {
  body.anniv-50th .area-catalog .area-catalog__inner .area-catalog__grid .area-catalog__img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: 0.3s;
  }
}