@charset "UTF-8";
html, body {
  background: #ffe854;
}

.asm_frame, .asm_frame * {
  box-sizing: border-box;
}

.asm_frame {
  position: fixed;
  inset: 0;
  height: calc(var(--app-vh, 1vh) * 100);
  background: #ffe854;
  display: flex;
  flex-direction: column;
  padding: 0 3vw 3vw;
  font-family: "Noto Sans JP", sans-serif;
}

.asm_frame_bar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 2.4vw 1.5vw 2.2vw;
}
.asm_frame_bar .ttl img {
  height: 4.2vw;
  width: auto;
  max-width: 80vw;
  display: block;
}

.asm_frame_screen {
  flex: 1 1 auto;
  min-height: 0;
  background: #fff;
  border-radius: 4vw;
  border: 2px solid #111;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.asm_frame_screen::-webkit-scrollbar {
  display: none;
}

.asm {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #111;
  line-height: 1.7;
  container-type: inline-size;
}
.asm img {
  display: block;
  width: 100%;
  height: auto;
}
.asm .inner {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
}

.ttype1 {
  --tag-bg: #61cffc;
  --tag-fg: #11384a;
}

.ttype2 {
  --tag-bg: #1e32d1;
  --tag-fg: #ffffff;
}

.ttype3 {
  --tag-bg: #00aac6;
  --tag-fg: #ffffff;
}

.ttype4 {
  --tag-bg: #0e4586;
  --tag-fg: #ffffff;
}

.ttype5 {
  --tag-bg: #f7ab00;
  --tag-fg: #5a3d00;
}

.ttype6 {
  --tag-bg: #9be59a;
  --tag-fg: #1f4d1f;
}

.ttype7 {
  --tag-bg: #6d32be;
  --tag-fg: #ffffff;
}

.ttype8 {
  --tag-bg: #d31a5a;
  --tag-fg: #ffffff;
}

.ttype9 {
  --tag-bg: #eaea00;
  --tag-fg: #4a4a00;
}

.asm_head {
  text-align: center;
  margin-bottom: 6cqi;
}
.asm_head .en {
  display: block;
  font-weight: 900;
  color: #2E9BDC;
  font-size: 4cqi;
  letter-spacing: 0.12em;
}
.asm_head .jp {
  display: block;
  font-weight: 900;
  font-size: 5.4cqi;
}

.sec_ttl {
  text-align: center;
  font-weight: 900;
  font-size: 6cqi;
  line-height: 1.35;
  color: #2b3576;
  margin-bottom: 6cqi;
}

.btn_start {
  position: relative;
  display: block;
  width: 70vw;
  margin: 0 auto;
  padding: 2vw;
  text-align: center;
  font-weight: 900;
  font-size: 4.6vw;
  color: #111;
  background: #FFD93B;
  border-style: solid;
  border-color: #111;
  border-width: 2px 3px 6px 2px;
  border-radius: 999px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease;
  touch-action: manipulation;
}
.btn_start:active {
  transform: translateY(2px);
}

.btn_start::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.85em;
  margin-right: 2vw;
}

.asm_header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid #ece3d2;
}
.asm_header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8cqi 0;
}
.asm_header .logo {
  font-weight: 900;
  font-size: 3.6cqi;
  color: #111;
}
.asm_header .logo img {
  height: 4.6cqi;
  width: auto;
  max-width: 62cqi;
  display: block;
}
.asm_header .back {
  font-size: 3cqi;
  color: #837a6e;
  text-decoration: underline;
  white-space: nowrap;
}

.asm_hero {
  padding: 0 0 9cqi;
  background: #fff;
}
.asm_hero .inner {
  text-align: center;
}
.asm_hero .lead_badge {
  position: relative;
  display: table;
  margin: 0 auto 4cqi 2cqi;
  padding: 1cqi 4cqi;
  font-size: 3cqi;
  font-weight: 900;
  color: #2b3576;
  text-align: center;
  background: #fff;
  border: 2.5px solid #2b3576;
  border-radius: 3cqi;
  box-shadow: 3px 4px 0 #2b3576;
  transform: rotate(-2deg);
  animation: badgeIn 0.8s ease-out 0.1s both;
}
.asm_hero .lead_badge::before {
  content: "";
  position: absolute;
  left: 26%;
  top: 100%;
  width: 3.2cqi;
  height: 3.2cqi;
  margin-top: -1.8cqi;
  background: #fff;
  border-right: 2.5px solid #2b3576;
  border-bottom: 2.5px solid #2b3576;
  border-bottom-right-radius: 1cqi;
  transform: translateX(-50%) rotate(45deg);
}
.asm_hero .hero_logo {
  width: 85%;
  margin: 0 auto 2cqi;
}
.asm_hero .hero_logo img {
  width: 100%;
}
.asm_hero .hero_title {
  font-weight: 900;
  font-size: 11cqi;
  line-height: 1.12;
  color: #E8412B;
  -webkit-text-stroke: 5px #FFF7DE;
  paint-order: stroke fill;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 3cqi;
}
.asm_hero .hero_sub {
  font-size: 3.6cqi;
  font-weight: 700;
  color: #111;
  margin-bottom: 3cqi;
}
.asm_hero .btn_start {
  margin-bottom: 0;
}
.asm_hero .hero_inner {
  position: relative;
  min-height: calc(var(--app-vh, 1vh) * 100 - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.asm_hero .hero_center {
  position: relative;
  z-index: 5;
  width: 100%;
}
.asm_hero .hero_photos {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.asm_hero .hero_card {
  position: absolute;
  width: 26cqi;
  background: #fff;
  border: 1px solid #ece3d2;
  border-radius: 2.4cqi;
  padding: 1.6cqi;
  box-shadow: 2px 3px 0 rgba(60, 45, 30, 0.1);
  transition: top 1.4s cubic-bezier(0.45, 0, 0.2, 1), left 1.4s cubic-bezier(0.45, 0, 0.2, 1), opacity 1.1s ease;
  transition-delay: calc(var(--i, 0) * 0.12s);
  animation: cardFloat 5.2s ease-in-out var(--cd, 0s) infinite;
}
.asm_hero .hero_card .ph {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 1.8cqi;
  overflow: hidden;
  background: #eef2f7;
}
.asm_hero .hero_card .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}
.asm_hero .hero_card .chip {
  position: absolute;
  top: 2.4cqi;
  right: 2.4cqi;
  z-index: 2;
  width: 3.4cqi;
  height: 3.4cqi;
  border-radius: 50%;
  background: var(--tag-bg, #888);
  border: 1.5px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.asm_hero .hero_card .tt {
  margin-top: 1.8cqi;
  text-align: center;
  font-size: 3.4cqi;
  font-weight: 900;
  line-height: 1.2;
  color: #2b3576;
}
.asm_hero .hero_card:nth-child(1) {
  --tilt: -5deg;
  --cd: 0s;
}
.asm_hero .hero_card:nth-child(2) {
  --tilt: 4deg;
  --cd: .6s;
}
.asm_hero .hero_card:nth-child(3) {
  --tilt: -3deg;
  --cd: 1.1s;
}
.asm_hero .hero_card:nth-child(4) {
  --tilt: 5deg;
  --cd: .3s;
}
.asm_hero .hero_card:nth-child(5) {
  --tilt: -6deg;
  --cd: .9s;
}
.asm_hero .hero_card:nth-child(6) {
  --tilt: 3deg;
  --cd: 1.4s;
}
.asm_hero .hero_card:nth-child(7) {
  --tilt: -4deg;
  --cd: .5s;
}
.asm_hero .hero_card:nth-child(8) {
  --tilt: 6deg;
  --cd: 1.2s;
}
.asm_hero .hero_card:nth-child(9) {
  --tilt: -2deg;
  --cd: .2s;
}
.asm_hero .hero_card[data-slot="0"] {
  top: 3%;
  left: 3%;
  opacity: 1;
  z-index: 3;
}
.asm_hero .hero_card[data-slot="1"] {
  top: 3%;
  left: 37%;
  opacity: 1;
  z-index: 3;
}
.asm_hero .hero_card[data-slot="2"] {
  top: 3%;
  left: 71%;
  opacity: 1;
  z-index: 3;
}
.asm_hero .hero_card[data-slot="3"] {
  top: 40%;
  left: 70%;
  opacity: 0.14;
  z-index: 1;
}
.asm_hero .hero_card[data-slot="4"] {
  top: 50%;
  left: 38%;
  opacity: 0.14;
  z-index: 1;
}
.asm_hero .hero_card[data-slot="5"] {
  top: 79%;
  left: 68%;
  opacity: 1;
  z-index: 3;
}
.asm_hero .hero_card[data-slot="6"] {
  top: 81%;
  left: 36%;
  opacity: 1;
  z-index: 3;
}
.asm_hero .hero_card[data-slot="7"] {
  top: 79%;
  left: 3%;
  opacity: 1;
  z-index: 3;
}
.asm_hero .hero_card[data-slot="8"] {
  top: 40%;
  left: 4%;
  opacity: 0.14;
  z-index: 1;
}

@keyframes badgeIn {
  0% {
    opacity: 0;
    transform: translateY(16px) rotate(-2deg);
  }
  60% {
    opacity: 1;
    transform: translateY(0) rotate(-2deg);
  }
  74% {
    transform: translateY(0) rotate(1.6deg);
  }
  88% {
    transform: translateY(0) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(-2deg);
  }
}
@keyframes cardFloat {
  0%, 100% {
    transform: translateY(0) rotate(var(--tilt, 0deg));
  }
  50% {
    transform: translateY(-6px) rotate(calc(var(--tilt, 0deg) + 1.5deg));
  }
}
.asm_points {
  padding: 8cqi 0;
  background: #feac5d;
}
.asm_points .asm_head--points .en {
  color: rgba(58, 36, 17, 0.62);
}
.asm_points .asm_head--points .jp {
  color: #3a2411;
}
.asm_points .inner > ul {
  display: flex;
  flex-direction: column;
  gap: 4cqi;
}
.asm_points .point_card {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 3cqi;
  box-shadow: 0 1px 4px rgba(60, 45, 30, 0.12);
  padding: 5cqi 3cqi 5cqi 26cqi;
  min-height: 22cqi;
}
.asm_points .point_card .point_img {
  position: absolute;
  left: -2cqi;
  top: 50%;
  transform: translateY(-50%);
  width: 25cqi;
  height: 25cqi;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
}
.asm_points .point_card .point_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asm_points .point_card .point_body {
  flex: 1;
  min-width: 0;
}
.asm_points .point_card .point_body h3 {
  font-weight: 900;
  font-size: 4cqi;
  margin-bottom: 2cqi;
  color: #111;
}
.asm_points .point_card .point_body p {
  font-size: 3.3cqi;
  color: #837a6e;
  line-height: 1.85;
}

.asm_preview {
  padding: 0 0 8cqi;
  background: #4bc0c8;
}
.asm_preview .band {
  position: relative;
  overflow: hidden;
  padding: 6cqi 0 7cqi;
  margin-bottom: 8cqi;
  background: linear-gradient(to bottom, #fff 0, #fff 62%, #4bc0c8 62%, #4bc0c8 100%);
}
.asm_preview .band .band_label {
  position: relative;
  z-index: 3;
  display: block;
  text-align: center;
  margin: 0 auto 4cqi;
  color: #2b3576;
  font-weight: 900;
  font-size: 6cqi;
  line-height: 1.3;
}
.asm_preview .band .jp, .asm_preview .band .en {
  position: relative;
  display: table;
  white-space: nowrap;
  background: #d0d0f5;
  color: #fff;
  font-weight: 900;
  border: 2px solid #4bc0c8;
  -webkit-text-stroke: 4px #111;
  paint-order: stroke fill;
}
.asm_preview .band .jp {
  z-index: 2;
  font-size: 7cqi;
  letter-spacing: 0.04em;
  padding: 1.4cqi 7cqi;
  margin: 0 auto 0 -4cqi;
  transform: rotate(-2deg);
}
.asm_preview .band .en {
  z-index: 1;
  font-size: 7cqi;
  letter-spacing: 0.04em;
  padding: 1.4cqi 7cqi;
  margin: -1.5cqi -4cqi 0 auto;
  transform: rotate(1deg);
}
.asm_preview .card {
  background: #fff;
  border-radius: 5cqi;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 10px rgba(60, 45, 30, 0.12);
  padding: 7cqi 6cqi 8cqi;
  min-height: 130cqi;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.asm_preview .result_ttl {
  background: #1a1f7a;
  border-radius: 999px;
  padding: 3.4cqi 9cqi;
}
.asm_preview .result_ttl img {
  width: 40cqi;
  max-width: 80%;
  height: auto;
  display: block;
}
.asm_preview .btn_start {
  margin-top: 3cqi;
}
.asm_preview .card.rs_sample {
  min-height: 0;
  text-align: center;
  background: color-mix(in srgb, var(--type-main) 10%, #fff);
}
.asm_preview .rs_lead {
  display: inline-block;
  background: #fff;
  border-radius: 999px;
  padding: 1.4cqi 5cqi;
  font-size: 3cqi;
  font-weight: 700;
  color: #837a6e;
  margin-bottom: 4cqi;
}
.asm_preview .rs_pill {
  display: inline-block;
  font-weight: 900;
  font-size: 5cqi;
  line-height: 1.3;
  color: #fff;
  background: var(--type-main);
  border-radius: 999px;
  padding: 2.4cqi 8cqi;
  margin-bottom: 5cqi;
}
.asm_preview .rs_meta {
  text-align: left;
  width: 100%;
  max-width: 78cqi;
  margin: 0 auto 5cqi;
}
.asm_preview .rs_meta .row {
  display: flex;
  align-items: baseline;
  gap: 1cqi;
  padding: 2cqi 0;
  border-bottom: 1px solid #ece3d2;
}
.asm_preview .rs_meta dt {
  flex: 0 0 34cqi;
  font-size: 3.4cqi;
  font-weight: 700;
  color: #111;
}
.asm_preview .rs_meta dt::after {
  content: "：";
  margin-left: 1cqi;
}
.asm_preview .rs_meta dd {
  font-size: 3.6cqi;
  font-weight: 700;
  color: #111;
}
.asm_preview .rs_chart {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 5cqi;
}

.asm_specialist {
  padding-bottom: 8cqi;
  background: #324681;
}
.asm_specialist .band {
  position: relative;
  overflow: hidden;
  padding: 6cqi 0 7cqi;
  background: linear-gradient(to bottom, #fff 0, #fff 64%, #324681 64%, #324681 100%);
}
.asm_specialist .band .band_label {
  position: relative;
  z-index: 3;
  display: block;
  text-align: center;
  margin: 0 auto 4cqi;
  color: #2b3576;
  font-weight: 900;
  font-size: 6cqi;
  line-height: 1.3;
}
.asm_specialist .band .jp, .asm_specialist .band .en {
  position: relative;
  display: table;
  white-space: nowrap;
  background: #c188dd;
  color: #fff;
  font-weight: 900;
  border: 2px solid #324681;
  -webkit-text-stroke: 4px #111;
  paint-order: stroke fill;
}
.asm_specialist .band .jp {
  z-index: 2;
  font-size: 7cqi;
  letter-spacing: 0.04em;
  padding: 1.4cqi 7cqi;
  margin: 0 auto 0 -4cqi;
  transform: rotate(-2deg);
}
.asm_specialist .band .en {
  z-index: 1;
  font-size: 8.5cqi;
  letter-spacing: 0.06em;
  line-height: 1.1;
  padding: 1.4cqi 7cqi;
  margin: -1.5cqi -4cqi 0 auto;
  transform: rotate(1deg);
}
.asm_specialist .inner {
  padding: 0 5cqi;
}

.sp_card {
  background: #fff;
  border-radius: 3cqi;
  box-shadow: 0 3px 0 rgba(60, 45, 30, 0.14), 0 2px 8px rgba(60, 45, 30, 0.08);
  padding: 5cqi;
  text-align: left;
  color: #111;
}
.sp_card .sp_head {
  display: flex;
  gap: 4cqi;
  align-items: flex-end;
  margin-bottom: 5cqi;
}
.sp_card .ph {
  flex: 0 0 32cqi;
  width: 32cqi;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 2cqi;
}
.sp_card .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 18%;
     object-position: center 18%;
}
.sp_card .meta {
  flex: 1;
  min-width: 0;
  padding-bottom: 1cqi;
}
.sp_card .nm {
  font-weight: 900;
  font-size: 5.6cqi;
  margin-bottom: 1.5cqi;
  color: #111;
}
.sp_card .role {
  font-size: 3cqi;
  color: #111;
  font-weight: 600;
  line-height: 1.6;
}
.sp_card .desc {
  font-size: 3.3cqi;
  color: #111;
  font-weight: 500;
  line-height: 1.95;
}
.sp_card .sp_book {
  margin-top: 5cqi;
  padding-top: 5cqi;
  border-top: 1px solid #ece3d2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4cqi;
}
.sp_card .sp_book .book_cover {
  flex: 0 0 auto;
  width: 46cqi;
  max-width: 220px;
}
.sp_card .sp_book .book_cover img {
  width: 100%;
  height: auto;
  border-radius: 1.5cqi;
  box-shadow: 0 3px 12px rgba(30, 34, 80, 0.22);
}
.sp_card .sp_book .book_info {
  width: 100%;
}
.sp_card .sp_book .bk_ttl {
  font-weight: 900;
  font-size: 5cqi;
  color: #2b3576;
  line-height: 1.35;
  text-align: center;
}
.sp_card .sp_book .bk_sub {
  font-size: 3.2cqi;
  font-weight: 700;
  color: #837a6e;
  margin-top: 1cqi;
  text-align: center;
}
.sp_card .sp_book .bk_lead {
  font-weight: 900;
  font-size: 3.9cqi;
  color: #E8412B;
  line-height: 1.6;
  margin-top: 3.5cqi;
  text-align: center;
}
.sp_card .sp_book .bk_desc {
  font-size: 3.2cqi;
  color: #111;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 3cqi;
}
.sp_card .sp_book .bk_meta {
  margin-top: 4cqi;
  display: flex;
  flex-direction: column;
  gap: 1.8cqi;
}
.sp_card .sp_book .bk_meta > div {
  display: flex;
  align-items: baseline;
  gap: 3cqi;
  font-size: 3.2cqi;
}
.sp_card .sp_book .bk_meta dt {
  flex: 0 0 auto;
  font-weight: 900;
  color: #2b3576;
  box-shadow: inset 0 -1.4cqi 0 rgba(255, 212, 0, 0.55);
  padding: 0 0.4cqi;
  line-height: 1.3;
}
.sp_card .sp_book .bk_meta dd {
  color: #111;
  font-weight: 600;
}

.asm_message {
  background: #4bc0c8;
  padding: 8cqi 0 9cqi;
}
.asm_message .msg_head {
  margin-bottom: 6cqi;
}
.asm_message .msg_head .en {
  display: block;
  font-weight: 900;
  font-size: 21cqi;
  line-height: 0.95;
  color: #ffe54a;
  -webkit-text-stroke: 5px #111;
  paint-order: stroke fill;
  letter-spacing: 0.01em;
  text-align: left;
}
.asm_message .msg_head .jp {
  display: block;
  font-weight: 900;
  font-size: 4.6cqi;
  color: #111;
  text-align: right;
  line-height: 1.4;
  margin-top: 8cqi;
}
.asm_message .senpai_list {
  display: flex;
  flex-direction: column;
  gap: 4cqi;
}
.asm_message .senpai_card {
  display: flex;
  gap: 4cqi;
  align-items: stretch;
  background: #fff;
  border-radius: 3cqi;
  padding: 4cqi;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.asm_message .senpai_card .ph {
  flex: 0 0 22cqi;
  width: 22cqi;
  align-self: stretch;
  border-radius: 2cqi;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.asm_message .senpai_card .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asm_message .senpai_card .body {
  flex: 1;
  min-width: 0;
}
.asm_message .senpai_card .nm {
  font-weight: 900;
  font-size: 4.2cqi;
  line-height: 1.3;
}
.asm_message .senpai_card .school {
  font-size: 2.9cqi;
  color: #837a6e;
  margin-bottom: 2cqi;
}
.asm_message .senpai_card .type_tag {
  display: inline-flex;
  align-items: center;
  font-size: 3.2cqi;
  font-weight: 900;
  color: #2b3576;
  margin-bottom: 2.4cqi;
}
.asm_message .senpai_card .type_tag::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6cqi;
  height: 6cqi;
  margin-right: 2cqi;
  border-radius: 50%;
  background: var(--tag-bg, #888);
  color: #fff;
  font-size: 3cqi;
}
.asm_message .senpai_card .comment {
  font-size: 3.2cqi;
  line-height: 1.8;
  color: #111;
}

.asm_bottomcta {
  padding: 9cqi 6cqi 6cqi;
  background: #4bc0c8;
}

.fab_start {
  position: fixed;
  left: 50%;
  bottom: 10vw;
  z-index: 60;
  margin: 0;
  transform: translateX(-50%) translateY(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.fab_start.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.asm_footer {
  background: #fff;
  padding: 3cqi 7cqi 7cqi;
}
.asm_footer .ft_links li {
  margin-bottom: 1.5cqi;
}
.asm_footer .ft_links a {
  display: inline-flex;
  align-items: center;
  gap: 1.5cqi;
  font-size: 3.4cqi;
  font-weight: 700;
  color: #2b3576;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.asm_footer .ft_links a::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.6cqi;
  text-decoration: none;
}
.asm_footer .copy {
  text-align: center;
  font-size: 2.8cqi;
  color: rgba(20, 24, 40, 0.5);
  margin-top: 5cqi;
}

.asm_cta_section {
  padding: 7cqi 0;
  text-align: center;
}
.asm_cta_section .meta {
  font-size: 3cqi;
  color: #837a6e;
  margin-top: 3cqi;
}
.asm_cta_section .btn_line {
  display: inline-flex;
  align-items: center;
  gap: 2cqi;
  font-weight: 900;
  font-size: 4.2cqi;
  color: #C8341F;
  background: #fff;
  border: 2px solid #E8412B;
  border-radius: 999px;
  padding: 3.2cqi 9cqi;
}
.asm_cta_section .btn_line::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.asm_q {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.asm_q .q_progress {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid #ece3d2;
}
.asm_q .q_progress .inner {
  padding: 3.5cqi 0;
}
.asm_q .q_progress .q_prog_body {
  min-width: 0;
}
.asm_q .q_progress .q_steps {
  display: flex;
  align-items: flex-start;
}
.asm_q .q_progress .q_step {
  flex: 0 0 auto;
  width: 20cqi;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4cqi;
}
.asm_q .q_progress .q_step .nd {
  width: 7cqi;
  height: 7cqi;
  border-radius: 50%;
  background: #cfe3b3;
  color: #fff;
  font-size: 3.4cqi;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}
.asm_q .q_progress .q_step .nd i {
  opacity: 0;
  transition: opacity 0.25s;
}
.asm_q .q_progress .q_step .lb {
  font-size: 2.8cqi;
  font-weight: 700;
  color: #837a6e;
  white-space: nowrap;
}
.asm_q .q_progress .q_step.on .nd {
  background: #7cb342;
}
.asm_q .q_progress .q_step.on .nd i {
  opacity: 1;
}
.asm_q .q_progress .q_step.on .lb {
  color: #111;
}
.asm_q .q_progress .q_line {
  flex: 1 1 auto;
  height: 1.4cqi;
  border-radius: 1cqi;
  background: #e3efd3;
  margin-top: 2.8cqi;
  transition: background 0.25s;
}
.asm_q .q_progress .q_line.on {
  background: #7cb342;
}
.asm_q .q_progress .q_segs {
  margin-top: 3cqi;
}
.asm_q .q_progress .segrow {
  display: flex;
  gap: 0.8cqi;
}
.asm_q .q_progress .seg {
  flex: 1;
  height: 2.4cqi;
  border-radius: 1cqi;
  background: #e8f1da;
  transition: background 0.25s;
}
.asm_q .q_progress .seg.on {
  background: #9ccc65;
}
.asm_q .q_stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8cqi 0;
}
.asm_q .q_box {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.asm_q .q_ask {
  font-weight: 900;
  font-size: 5cqi;
  line-height: 1.6;
  margin-bottom: 7cqi;
}
.asm_q .q_ask--q {
  margin-bottom: 6cqi;
}
.asm_q .opt_grid {
  display: grid;
  gap: 3cqi;
  max-width: 480px;
  margin: 0 auto;
}
.asm_q .opt_grid.cols2 {
  grid-template-columns: 1fr 1fr;
}
.asm_q .opt {
  display: block;
  width: 100%;
  padding: 4cqi;
  font-size: 3.8cqi;
  font-weight: 700;
  background: #fff;
  border: 2px solid #ece3d2;
  border-radius: 3cqi;
  color: #111;
  cursor: pointer;
  box-shadow: 0 3px 0 rgba(60, 45, 30, 0.14), 0 2px 8px rgba(60, 45, 30, 0.08);
  transition: transform 0.15s;
}
.asm_q .opt.is-selected {
  background: #FFD400;
  border-color: #E0A100;
}
.asm_q .opt:active {
  transform: scale(0.98);
}
.asm_q .pref_group {
  margin-bottom: 5cqi;
  text-align: left;
}
.asm_q .pref_group .rg {
  font-size: 3cqi;
  font-weight: 700;
  color: #837a6e;
  margin-bottom: 2cqi;
}
.asm_q .pref_group .prefs {
  display: flex;
  flex-wrap: wrap;
  gap: 2cqi;
}
.asm_q .pref_group .pref {
  font-size: 3.2cqi;
  font-weight: 700;
  background: #fff;
  border: 2px solid #ece3d2;
  border-radius: 2cqi;
  padding: 2cqi 3cqi;
  cursor: pointer;
  box-shadow: 0 3px 0 rgba(60, 45, 30, 0.14), 0 2px 8px rgba(60, 45, 30, 0.08);
}
.asm_q .pref_group .pref.is-selected {
  background: #FFD400;
  border-color: #E0A100;
}
.asm_q .choices {
  display: flex;
  flex-direction: column;
  gap: 2.6cqi;
  max-width: 440px;
  margin: 0 auto;
}
.asm_q .choice {
  display: flex;
  align-items: center;
  gap: 3cqi;
  width: 100%;
  padding: 3.6cqi 5cqi;
  font-size: 3.6cqi;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 2px solid #ece3d2;
  border-radius: 999px;
  color: #111;
  box-shadow: 0 3px 0 rgba(60, 45, 30, 0.14), 0 2px 8px rgba(60, 45, 30, 0.08);
  transition: transform 0.15s;
}
.asm_q .choice .dot {
  flex: 0 0 auto;
  width: 7cqi;
  height: 7cqi;
  border-radius: 50%;
  border: 2px solid #ece3d2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3cqi;
  color: #837a6e;
}
.asm_q .choice.is-selected {
  background: #FFD400;
  border-color: #E0A100;
}
.asm_q .choice.is-selected .dot {
  background: #fff;
  border-color: #E0A100;
  color: #E8412B;
}
.asm_q .choice:active {
  transform: scale(0.99);
}
.asm_q .q_calc {
  text-align: center;
  padding: 16cqi 0;
}
.asm_q .q_calc .spinner {
  width: 16cqi;
  height: 16cqi;
  margin: 0 auto 6cqi;
  border-radius: 50%;
  border: 5px solid #ece6d8;
  border-top-color: #FBBA00;
  animation: asm_spin 0.9s linear infinite;
}
.asm_q .q_calc .t {
  font-weight: 900;
  font-size: 5cqi;
}
.asm_q .q_calc .s {
  font-size: 3.4cqi;
  color: #837a6e;
  margin-top: 2cqi;
}
.asm_q .q_footnav {
  text-align: center;
  padding: 2cqi 0 8cqi;
}
.asm_q .q_footnav .backbtn {
  display: inline-flex;
  align-items: center;
  gap: 1.5cqi;
  cursor: pointer;
  font-size: 3.2cqi;
  font-weight: 700;
  color: #837a6e;
  background: none;
  border: none;
  padding: 2cqi 3cqi;
}
.asm_q .q_footnav .backbtn i {
  font-size: 2.8cqi;
}
.asm_q .q_footnav .backbtn:hover {
  color: #111;
}

@keyframes asm_spin {
  to {
    transform: rotate(360deg);
  }
}
.asm_r {
  --type-main: #E8412B;
}
.asm_r .r_hero {
  background: #fff;
  background: color-mix(in srgb, var(--type-main) 12%, #fff);
  padding: 8cqi 0 6cqi;
  text-align: center;
}
.asm_r .r_hero .lead {
  display: inline-block;
  background: #fff;
  border-radius: 999px;
  padding: 1.6cqi 5cqi;
  font-size: 3.2cqi;
  font-weight: 700;
  color: #837a6e;
  margin-bottom: 5cqi;
}
.asm_r .r_hero .type_pill {
  display: inline-block;
  font-weight: 900;
  font-size: 5.4cqi;
  line-height: 1.3;
  color: #fff;
  background: var(--type-main);
  border-radius: 999px;
  padding: 2.6cqi 8cqi;
  margin-bottom: 7cqi;
}
.asm_r .r_hero .r_meta {
  text-align: left;
  max-width: 78cqi;
  margin: 0 auto 7cqi;
}
.asm_r .r_hero .r_meta .row {
  display: flex;
  align-items: baseline;
  gap: 1cqi;
  padding: 2cqi 0;
  border-bottom: 1px solid #ece3d2;
}
.asm_r .r_hero .r_meta dt {
  flex: 0 0 34cqi;
  font-size: 3.6cqi;
  font-weight: 700;
  color: #111;
}
.asm_r .r_hero .r_meta dt::after {
  content: "：";
  margin-left: 1cqi;
}
.asm_r .r_hero .r_meta dd {
  font-size: 3.8cqi;
  font-weight: 700;
  color: #111;
}
.asm_r .r_hero .r_chart_head {
  text-align: left;
  max-width: 78cqi;
  margin: 0 auto 2cqi;
  font-size: 3.6cqi;
  font-weight: 700;
  color: #111;
}
.asm_r .r_section {
  padding: 8cqi 0;
}
.asm_r .r_card {
  background: #fff;
  border-radius: 4cqi;
  padding: 6cqi 5cqi;
  box-shadow: 0 3px 0 rgba(60, 45, 30, 0.14), 0 2px 8px rgba(60, 45, 30, 0.08);
}
.asm_r .r_share {
  display: flex;
  gap: 3cqi;
  justify-content: center;
  padding: 2cqi 5cqi 4cqi;
}
.asm_r .r_share .sns {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.4cqi;
  padding: 2.8cqi 1cqi;
  border-radius: 3cqi;
  font-size: 3cqi;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.asm_r .r_share .sns i {
  font-size: 3.4cqi;
}
.asm_r .r_share .sns.x {
  background: #111;
}
.asm_r .r_share .sns.line {
  background: #06C755;
}
.asm_r .r_share .sns.retry {
  background: var(--type-main);
}
.asm_r .r_supervisor {
  background: #fff;
  border-radius: 4cqi;
  padding: 5cqi;
  box-shadow: 0 3px 0 rgba(60, 45, 30, 0.14), 0 2px 8px rgba(60, 45, 30, 0.08);
}
.asm_r .r_supervisor .sv_head {
  display: flex;
  align-items: center;
  gap: 3.5cqi;
  margin-bottom: 4cqi;
  padding-bottom: 4cqi;
  border-bottom: 1px solid #ece3d2;
}
.asm_r .r_supervisor .ph {
  flex: 0 0 18cqi;
  width: 18cqi;
  height: 18cqi;
  border-radius: 50%;
  overflow: hidden;
  background: #f0ece2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}
.asm_r .r_supervisor .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 18%;
     object-position: center 18%;
}
.asm_r .r_supervisor .meta {
  flex: 1;
  min-width: 0;
}
.asm_r .r_supervisor .nm {
  font-weight: 900;
  font-size: 4.4cqi;
  color: #111;
  margin-bottom: 1cqi;
}
.asm_r .r_supervisor .role {
  font-size: 3cqi;
  font-weight: 600;
  color: #837a6e;
}
.asm_r .r_supervisor .sv_body {
  position: relative;
  padding-left: 3cqi;
  border-left: 3px solid var(--type-main);
}
.asm_r .r_catch {
  font-weight: 900;
  font-size: 4.2cqi;
  color: var(--type-main);
  margin-bottom: 3cqi;
  line-height: 1.5;
}
.asm_r .r_desc {
  font-size: 3.4cqi;
  color: #111;
  line-height: 1.95;
}
.asm_r .r_senior {
  display: flex;
  flex-direction: column;
  gap: 3cqi;
  background: #fff;
  border-radius: 3.5cqi;
  padding: 4cqi;
  box-shadow: 0 3px 0 rgba(60, 45, 30, 0.14), 0 2px 8px rgba(60, 45, 30, 0.08);
}
.asm_r .r_senior .ph {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 2.5cqi;
  overflow: hidden;
  background: #f0ece2;
}
.asm_r .r_senior .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 12%;
     object-position: center 12%;
}
.asm_r .r_senior .nm {
  font-weight: 900;
  font-size: 4.4cqi;
}
.asm_r .r_senior .school {
  font-size: 2.9cqi;
  color: #837a6e;
  margin-bottom: 1cqi;
}
.asm_r .r_senior .comment {
  font-size: 3.3cqi;
  line-height: 1.9;
  color: #111;
}
.asm_r .r_match_comment {
  font-size: 3.4cqi;
  line-height: 1.9;
  color: #111;
  margin-bottom: 3cqi;
}
.asm_r .r_match_feature {
  font-size: 3.3cqi;
  line-height: 1.9;
  color: #111;
  background: #f7f3ea;
  border-radius: 2.5cqi;
  padding: 4cqi;
}
.asm_r .r_chart {
  max-width: 100%;
  margin: 0 auto;
}
.asm_r .r_axis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2cqi;
  margin-top: 6cqi;
}
.asm_r .r_axis li {
  background: #f7f3ea;
  border-radius: 2cqi;
  padding: 3cqi 1cqi;
  text-align: center;
}
.asm_r .r_axis li .lb {
  display: block;
  font-size: 2.8cqi;
  color: #837a6e;
  margin-bottom: 1cqi;
}
.asm_r .r_axis li .vl {
  font-weight: 900;
  font-size: 5cqi;
  color: var(--type-main);
}
.asm_r .r_profile {
  display: flex;
  flex-direction: column;
  gap: 4cqi;
}
.asm_r .r_profile .pf {
  display: flex;
  gap: 4cqi;
  background: #fff;
  border-radius: 3.5cqi;
  padding: 5cqi;
  box-shadow: 0 3px 0 rgba(60, 45, 30, 0.14), 0 2px 8px rgba(60, 45, 30, 0.08);
}
.asm_r .r_profile .pf .no {
  font-weight: 900;
  font-size: 6cqi;
  color: var(--type-main);
  flex: 0 0 auto;
}
.asm_r .r_profile .pf h3 {
  font-weight: 900;
  font-size: 4cqi;
  margin-bottom: 1.5cqi;
}
.asm_r .r_profile .pf p {
  font-size: 3.3cqi;
  color: #837a6e;
  line-height: 1.85;
}
.asm_r .r_senpai_list {
  display: flex;
  flex-direction: column;
  gap: 4cqi;
}
.asm_r .r_senpai {
  display: flex;
  gap: 4cqi;
  background: #fff;
  border-radius: 3.5cqi;
  padding: 4cqi;
  box-shadow: 0 3px 0 rgba(60, 45, 30, 0.14), 0 2px 8px rgba(60, 45, 30, 0.08);
}
.asm_r .r_senpai .av {
  flex: 0 0 16cqi;
  width: 16cqi;
  height: 16cqi;
  border-radius: 50%;
  background: var(--type-main);
  color: #fff;
  font-weight: 900;
  font-size: 6cqi;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asm_r .r_senpai .nm {
  font-weight: 900;
  font-size: 3.8cqi;
}
.asm_r .r_senpai .school {
  font-size: 2.8cqi;
  color: #837a6e;
  margin-bottom: 1.5cqi;
}
.asm_r .r_senpai .comment {
  font-size: 3.1cqi;
  line-height: 1.7;
}
.asm_r .r_match_ul {
  display: flex;
  flex-direction: column;
  gap: 3cqi;
}
.asm_r .r_match_ul li {
  display: flex;
  gap: 2.5cqi;
  font-size: 3.4cqi;
  line-height: 1.6;
}
.asm_r .r_match_ul li .ck {
  color: var(--type-main);
  font-weight: 900;
  flex: 0 0 auto;
}
.asm_r .r_match_label {
  text-align: center;
  font-weight: 900;
  font-size: 4.6cqi;
  color: var(--type-main);
  border-bottom: 1px solid #ece3d2;
  padding-bottom: 4cqi;
  margin-bottom: 4cqi;
}
.asm_r .r_schools_count {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #ece3d2;
  padding-bottom: 3cqi;
  margin-bottom: 2cqi;
}
.asm_r .r_schools_count .lb {
  font-size: 3.2cqi;
  color: #837a6e;
}
.asm_r .r_schools_count .vl {
  font-weight: 900;
  font-size: 5cqi;
  color: var(--type-main);
}
.asm_r .r_schools_count .vl .tot {
  font-size: 3.2cqi;
  color: #837a6e;
}
.asm_r .r_school_list li {
  border-bottom: 1px solid #ece3d2;
}
.asm_r .r_school_list label {
  display: flex;
  align-items: center;
  gap: 3.5cqi;
  padding: 4cqi 0;
  cursor: pointer;
}
.asm_r .r_school_list .logo {
  flex: 0 0 18cqi;
  width: 18cqi;
  height: 13cqi;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asm_r .r_school_list .logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.asm_r .r_school_list .logo .ini {
  font-weight: 900;
  font-size: 4.4cqi;
  color: #837a6e;
}
.asm_r .r_school_list .nm {
  font-weight: 900;
  font-size: 3.6cqi;
  flex: 1;
  min-width: 0;
}
.asm_r .r_school_list .sw {
  flex: 0 0 auto;
  width: 8.6cqi;
  height: 8.6cqi;
  border-radius: 2.4cqi;
  background: #ece7db;
  border: 2px solid #d8d2c6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 4.4cqi;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.asm_r .r_school_list .sw i {
  pointer-events: none;
}
.asm_r .r_school_list .sw.on {
  background: var(--type-main);
  border-color: var(--type-main);
  color: #fff;
}
.asm_r .r_more {
  text-align: center;
  margin-top: 5cqi;
}
.asm_r .r_more button {
  font-size: 3.4cqi;
  font-weight: 700;
  color: var(--type-main);
  text-decoration: underline;
  cursor: pointer;
}
.asm_r .r_request {
  display: block;
  width: 100%;
  margin-top: 7cqi;
  padding: 4.5cqi;
  font-weight: 900;
  font-size: 4.6cqi;
  color: #111;
  background: #FFD93B;
  text-align: center;
  border-style: solid;
  border-color: #111;
  border-width: 2px 3px 6px 2px;
  border-radius: 999px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.asm_r .r_request--top {
  margin-top: 2cqi;
  margin-bottom: 4cqi;
}
.asm_r .r_request_note {
  font-size: 2.9cqi;
  color: #837a6e;
  text-align: center;
  margin-top: 3cqi;
}
.asm_r .r_scores {
  margin-top: 2cqi;
}
.asm_r .r_scores .toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.2cqi;
  font-weight: 700;
  color: #837a6e;
  padding: 3cqi 0;
}
.asm_r .r_scores table {
  width: 100%;
  font-size: 3cqi;
  border-collapse: collapse;
  margin-top: 2cqi;
}
.asm_r .r_scores td {
  padding: 2.6cqi 1cqi;
  border-bottom: 1px solid #ece3d2;
}
.asm_r .r_scores .rk {
  width: 8cqi;
  text-align: center;
  color: #837a6e;
}
.asm_r .r_scores tr.is-self td {
  color: var(--type-main);
  font-weight: 700;
}
.asm_r .r_scores .sc, .asm_r .r_scores .mr {
  text-align: right;
  color: #837a6e;
}
.asm_r .r_again {
  text-align: center;
  padding: 9cqi 0;
}
.asm_r .r_again .note {
  font-size: 3cqi;
  color: #837a6e;
  margin-bottom: 4cqi;
}
.asm_r .r_again .btn {
  display: inline-flex;
  align-items: center;
  gap: 2cqi;
  font-weight: 900;
  font-size: 4cqi;
  color: var(--type-main);
  border: 2px solid var(--type-main);
  border-radius: 999px;
  padding: 3cqi 8cqi;
}

.reveal {
  opacity: 0;
  animation: asm_fadeup 0.6s ease-out forwards;
}

.reveal-1 {
  animation-delay: 0.08s;
}

.reveal-2 {
  animation-delay: 0.2s;
}

.reveal-3 {
  animation-delay: 0.32s;
}

.reveal-4 {
  animation-delay: 0.44s;
}

.reveal-5 {
  animation-delay: 0.56s;
}

@keyframes asm_fadeup {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
[x-cloak] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
  }
  .reveal {
    opacity: 1;
  }
}
.asm_msgs {
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  top: 4cqi;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 92%;
  max-width: 480px;
}

.asm_msg {
  background: #fff6e0;
  border: 1px solid #f0d488;
  border-radius: 2cqi;
  padding: 3cqi;
  margin-bottom: 2cqi;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.asm_msg p {
  font-size: 3.4cqi;
  font-weight: 700;
  color: #9a6b00;
  margin-bottom: 1.5cqi;
}
.asm_msg button {
  font-size: 3cqi;
  font-weight: 700;
  color: #7a5400;
  text-decoration: underline;
}/*# sourceMappingURL=assessment.css.map */