.global-title {
  margin-bottom: 3rem;
}
.global-title .en {
  font-family: "Roboto", sans-serif;
  font-size: 4.3rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .global-title .en {
    font-size: 3.7rem;
  }
}
.global-title .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .global-title .jp {
    font-size: 1.2rem;
  }
}

#banner {
  position: relative;
}
#banner img {
  vertical-align: top;
  width: 100%;
}
#banner .w880 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#banner .w880 .banner-text {
  position: absolute;
  top: 20.6rem;
  right: 8.1rem;
  width: 39.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#banner .w880 .banner-text .banner-title {
  font-family: "Gotham", sans-serif;
  font-size: 3.45rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: right;
  margin-bottom: 2.3rem;
}
#banner .w880 .banner-text .banner-sub-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.19rem;
  line-height: 2.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: right;
  margin-bottom: 2.3rem;
}

#who_we_are {
  padding-top: 14.7rem;
  padding-bottom: 44.6rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #who_we_are {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#who_we_are:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 113.4rem;
  z-index: -1;
  background: url("../img/top/wwa-bg.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  #who_we_are:after {
    display: none;
  }
}
#who_we_are .img-block {
  position: absolute;
  top: 12rem;
  right: 6rem;
  width: 51.1rem;
}
@media screen and (max-width: 767px) {
  #who_we_are .img-block {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }
}
#who_we_are .img-block img {
  width: 100%;
  vertical-align: top;
}
#who_we_are .block {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #who_we_are .block .text-block {
    position: relative;
    margin-top: -4rem;
  }
}
#who_we_are .block .text-block p {
  font-size: 1.1rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.12em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #who_we_are .block .text-block p {
    font-size: 1.2rem;
  }
}
#who_we_are .bottom-img {
  position: absolute;
  bottom: 0;
  left: -7.2rem;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  #who_we_are .bottom-img {
    display: none;
  }
}
#who_we_are .bottom-img img {
  width: 100%;
  vertical-align: top;
}

#business {
  padding-bottom: 20rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #business {
    padding-bottom: 7rem;
  }
}
#business:after {
  content: "";
  position: absolute;
  bottom: -30rem;
  z-index: 0;
  right: 0;
  background: url("../img/top/business-bg.png") no-repeat center/100% auto;
  width: 100%;
  height: 113.4rem;
}
@media screen and (max-width: 767px) {
  #business:after {
    bottom: -12rem;
    height: 40rem;
    background: url("../img/top/business-bg-sp.png") no-repeat center/100% auto;
  }
}
#business .sub-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: left;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 767px) {
  #business .sub-text {
    font-size: 1.2rem;
  }
}
#business .gray-box {
  background-color: #e5e5e5;
  width: 100%;
  padding: 3.9rem 7.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #business .gray-box {
    padding: 2.4rem 2rem;
  }
}
#business .gray-box .gray-box-header {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 1.4rem;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 2.5rem;
}
#business .gray-box .column-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #business .gray-box .column-flex {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #business .gray-box .column-flex .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
#business .gray-box .column-flex .list li {
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 2.5rem;
  font-weight: normal;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 767px) {
  #business .gray-box .column-flex .list li {
    width: 50%;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #business .gray-box .column-flex .list .etc {
    text-align: right;
  }
}
#business .gray-box .column-flex .list.left {
  width: 41%;
}
@media screen and (max-width: 767px) {
  #business .gray-box .column-flex .list.left {
    width: 100%;
  }
}
#business .gray-box .column-flex .list.center {
  width: 34%;
}
#business .gray-box .column-flex .list.right {
  text-align: right;
  width: 25%;
}
#business .gray-box .right-aligned-text {
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  line-height: 2.1rem;
  font-weight: normal;
  text-align: right;
}
#business .full-img {
  width: 100%;
}
#business .full-img img {
  vertical-align: top;
  width: 100%;
}
#business .blue-box {
  background-color: #4e64ad;
  padding: 4rem 7.4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #business .blue-box {
    padding: 2.4rem 2rem;
  }
}
#business .blue-box .qs-logo {
  width: 28rem;
  margin-bottom: 2.5rem;
}
#business .blue-box .qs-logo img {
  width: 100%;
  vertical-align: top;
}
#business .blue-box .blue-box-header {
  font-size: 1.6rem;
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  line-height: 3.5rem;
  color: #fff;
  padding-bottom: 1.4rem;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  #business .blue-box .blue-box-header {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
#business .blue-box .blue-box-header span {
  font-size: 1.2rem;
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  line-height: 2.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #business .blue-box .blue-box-header span {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
#business .blue-box .sub-header {
  font-size: 1.4rem;
  line-height: 3.5rem;
  color: #fff;
  margin-bottom: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#business .blue-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #business .blue-box p {
    font-size: 1.2rem;
  }
}
#business .gray-blue-box {
  background-color: #ced4e6;
  padding: 4rem 7.4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #business .gray-blue-box {
    padding: 2.4rem 2rem;
  }
}
#business .gray-blue-box .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 1.4rem;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 2.5rem;
}
#business .gray-blue-box .flexwrap-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 7rem;
}
@media screen and (max-width: 767px) {
  #business .gray-blue-box .flexwrap-list {
    gap: 0;
  }
}
#business .gray-blue-box .flexwrap-list li {
  width: 20%;
  font-size: 1.1rem;
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  line-height: 2.1rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  #business .gray-blue-box .flexwrap-list li {
    width: 50%;
    font-size: 1.2rem;
  }
}
#business .gray-blue-box .flexwrap-list .etc {
  position: absolute;
  right: 7.4rem;
  bottom: 4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #business .gray-blue-box .flexwrap-list .etc {
    right: 2rem;
    bottom: 2.4rem;
  }
}

#aboutus {
  margin-bottom: 7rem;
}
#aboutus tr {
  border-bottom: 1px solid #000;
}
#aboutus tr th, #aboutus tr td {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  #aboutus tr th {
    padding-bottom: 1rem !important;
  }
}

#history {
  padding-bottom: 15.5rem;
  position: relative;
}
#history:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  bottom: 0;
  left: 0;
  background: url("../img/top/history-bg.png") no-repeat bottom left/100% auto;
}
@media screen and (max-width: 767px) {
  #history:after {
    background: url("../img/top/history-bg-sp.png") no-repeat bottom left/100% auto;
  }
}
@media screen and (max-width: 767px) {
  #history {
    padding-bottom: 7rem !important;
  }
}
#history .table-list {
  border-bottom: 1px solid #000;
}
#history .table-list th, #history .table-list td {
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  #history .table-list th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #history .table-list td {
    padding-top: 0 !important;
    padding-bottom: 1.4rem !important;
  }
}
#history .table-list tr:first-child th {
  padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  #history .table-list tr:first-child th {
    padding-top: 2rem !important;
  }
}
#history .table-list tr:first-child td {
  padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  #history .table-list tr:first-child td {
    padding-top: 0 !important;
  }
}
#history .table-list tr:last-child th {
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  #history .table-list tr:last-child th {
    padding-top: 0 !important;
  }
}
#history .table-list tr:last-child td {
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  #history .table-list tr:last-child td {
    padding-top: 0 !important;
    padding-bottom: 2rem !important;
  }
}

.table-list {
  width: 100%;
  border-top: 1px solid #000;
}
.table-list tr th, .table-list tr td {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table-list tr th, .table-list tr td {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    width: 100%;
  }
}
.table-list tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 2.5rem;
  font-weight: normal;
  text-align: left;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .table-list tr th {
    line-height: 1.4;
  }
}
.table-list tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-align: left;
  width: calc(100% - 12.5rem);
}
@media screen and (max-width: 767px) {
  .table-list tr td {
    padding-top: 0 !important;
    width: 100%;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .pc-inner {
    position: absolute !important;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=index.css.map */