body:has(#aptitudeLoading) {
  overflow: hidden;
  position: relative;
}
body #aptitudeLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
}

.aptitude .post_content {
  min-height: 500px;
  padding: 165px 0;
  background-color: #e3f7ff;
  background-image: url("https://www.gig-a.jp/wp-content/themes/swell_child/fx_aptitude_header.webp");
  background-size: 1390px 159px;
  background-repeat: no-repeat;
  background-position: center top;
}
.aptitude .post_content #aptitudeMain {
  max-width: 800px;
  height: auto;
  margin: 0 auto 0;
  text-align: center;
}
.aptitude .post_content #aptitudeMain.hide {
  display: none;
}
.aptitude .post_content #aptitudeMain .aptitudeIndex .aptitudeIndexImage img {
  max-width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.aptitude .post_content #aptitudeMain .aptitudeIndex .aptitudeIndexText {
  font-size: 62px;
  font-weight: bold;
  line-height: 62px;
  color: #212548;
}
.aptitude .post_content #aptitudeMain .aptitudeIndex .aptitudeIndexIcon {
  display: block;
  padding: 0;
  margin: 5px 0 0;
  text-align: center;
}
.aptitude .post_content #aptitudeMain .aptitudeIndex .aptitudeIndexIcon li {
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  list-style: none;
  font-size: 10px;
  line-height: 15px;
  color: #FFF;
}
.aptitude .post_content #aptitudeMain .aptitudeIndex .aptitudeIndexIcon li.active {
  color: #ff3db7;
}
.aptitude .post_content #aptitudeMain .aptitudeSubtitle {
  font-size: 22px;
  line-height: 47px;
  color: #212548;
}
.aptitude .post_content #aptitudeMain .aptitudeOptions {
  display: grid;
  gap: 25px;
  padding: 0 10px;
  margin: 25px 0 0;
}
.aptitude .post_content #aptitudeMain .aptitudeOptions li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.aptitude .post_content #aptitudeMain .aptitudeOptions li button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 58px;
  margin: 0;
  border-radius: 20px;
  background-color: #FFF;
  color: #000;
  font-size: 20px;
  line-height: 47px;
  text-align: left;
}
.aptitude .post_content #aptitudeMain .aptitudeOptions li button::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  width: 30px;
  height: 30px;
  background-color: #96d9ff;
}
.aptitude .post_content #aptitudeMain .aptitudeOptions li button:hover {
  text-shadow: none;
  box-shadow: inset 1px 1px #ff3db7;
}
.aptitude .post_content .aptitudeStart {
  padding: 0 10px;
}
.aptitude .post_content .aptitudeStart.hide {
  display: none;
}
.aptitude .post_content .aptitudeStart .aptitudeStartImage {
  max-width: 800px;
  height: auto;
  margin: 60px auto 0;
  text-align: center;
}
.aptitude .post_content .aptitudeStart .aptitudeStartImage img {
  max-width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.aptitude .post_content .aptitudeStart .aptitudeStartText {
  max-width: 800px;
  margin: 50px auto 0;
  color: #212548;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
}
.aptitude .post_content .aptitudeStart .aptitudeStartButton {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  text-align: center;
}
.aptitude .post_content .aptitudeStart .aptitudeStartButton button {
  display: block;
  width: 100%;
  padding: 0 0;
  background-color: #c80f1e;
  color: #FFF;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 47px;
}
.aptitude .post_content .aptitudeStart .aptitudeStartButton button:hover {
  background-color: #ff4b5c;
}
.aptitude .post_content .aptitudeResultImageBox {
  max-width: 800px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto 0;
}
.aptitude .post_content .aptitudeResultImageBox img {
  max-width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.aptitude .post_content .aptitudeResultLinkButton {
  display: block;
  width: 100%;
  max-width: 800px;
  padding: 0 10px;
  margin: 50px auto 0;
  text-align: center;
}
.aptitude .post_content .aptitudeResultLinkButton button, .aptitude .post_content .aptitudeResultLinkButton a {
  display: block;
  width: 100%;
  padding: 0 0;
  background-color: #c80f1e;
  border-radius: 10px;
  color: #FFF;
  font-size: 20px;
  line-height: 47px;
  text-decoration: none;
  text-align: center;
}
.aptitude .post_content .aptitudeResultLinkButton button:hover, .aptitude .post_content .aptitudeResultLinkButton a:hover {
  background-color: #ff4b5c;
}
.aptitude .post_content .aptitudeResult {
  position: relative;
  max-width: 960px;
  padding: 0 0 115px;
  margin: 0 auto 0;
  background-color: #000;
  text-align: center;
}
.aptitude .post_content .aptitudeResult::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 100%;
  max-width: 946px;
  height: 104px;
  background-image: url("https://www.gig-a.jp/wp-content/uploads/2025/07/fx_aptitude_result_bottom.svg");
  background-size: 946px 104px;
  background-repeat: no-repeat;
  background-position: center top;
}
.aptitude .post_content .aptitudeResult .aptitudeResultHeader {
  position: relative;
  width: 100%;
  padding: 75px 0 40px;
  border-bottom: solid 3px #a26800;
  background-image: url("https://www.gig-a.jp/wp-content/uploads/2025/07/fx_aptitude_result_top_background.svg");
  background-size: 960px 10px;
  background-repeat: repeat-y;
  background-position: center top;
}
.aptitude .post_content .aptitudeResult .aptitudeResultHeader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 38px;
  background-image: url("https://www.gig-a.jp/wp-content/uploads/2025/07/fx_aptitude_result_top.svg");
  background-size: 960px 38px;
  background-repeat: no-repeat;
  background-position: center top;
}
.aptitude .post_content .aptitudeResult .aptitudeResultHeader .aptitudeResultSubtitle {
  color: #000;
  font-weight: bold;
  font-size: 46px;
  line-height: 65px;
}
.aptitude .post_content .aptitudeResult .aptitudeResultHeader .aptitudeResultSubtitle.aptitudeResultSubtitleSmall {
  font-size: 42px;
  line-height: 60px;
}
.aptitude .post_content .aptitudeResult .aptitudeResultHeader .aptitudeResultLogo {
  max-width: 96%;
  height: auto;
  margin: 25px auto 0;
  text-align: center;
}
.aptitude .post_content .aptitudeResult .aptitudeResultHeader .aptitudeResultLogo img {
  max-width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.aptitude .post_content .aptitudeResult .aptitudeResulttSs {
  max-width: 866px;
  height: auto;
  margin: 30px auto 0;
  text-align: center;
  background: linear-gradient(90deg, #edda8b 0%, #f7f5c3 43%, #e0b148 100%);
}
.aptitude .post_content .aptitudeResult .aptitudeResulttSs img {
  max-width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  margin: 3px;
}
.aptitude .post_content .aptitudeResult .aptitudeResultText {
  max-width: 100%;
  margin: 45px auto 0;
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}/*# sourceMappingURL=style_aptitude.css.map */