/* Common
=============================== */
.l-main {
  background: #fff;
}
.type-support .common-faqBlock.common-bgGrad {
  background: #fffde8 !important;
}
.color-pasmo,
.stuPass-gain-tbl tbody td.color-pasmo {
  color: #d16ea4;
}
.stuPass-line {
  padding: 0 2px;
  display: inline;
  background: linear-gradient(transparent 0%, #e6b6d8 0%) no-repeat left bottom / 100% 40%;
}
.stuPass-hdgLv2 {
  margin: 0 auto;
  padding: 0 2em;
  width: fit-content;
  line-height: 1.31;
  text-align: center;
  position: relative;
}
.stuPass-hdgLv2::before,
.stuPass-hdgLv2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #68899B;
  transform-origin: top;
}
.stuPass-hdgLv2::before {
  left: 0;
  transform: rotate(-25deg);
}
.stuPass-hdgLv2::after {
  right: 0;
  transform: rotate(25deg);
}
.stuPass-hdgLv3 {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .stuPass-hdgLv2 {
    font-size: clamp(1.7rem, calc(19 / 414 * 100vw), 2.1rem);
  }
  .stuPass-hdgLv2::before,
  .stuPass-hdgLv2::after {
    bottom: 0;
  }
  .stuPass-hdgLv3 {
    font-size: clamp(1.5rem, calc(17 / 414 * 100vw), 1.9rem);
  }
}
@media print, screen and (min-width: 768px) {
  .stuPass-hdgLv2 {
    display: flex;
    align-items: center;
    min-height: 80px;
    font-size: min(calc(38 / 1200 * 100vw), 3.8rem);
  }
  .stuPass-hdgLv2::before,
  .stuPass-hdgLv2::after {
    bottom: -6px;
  }
  .stuPass-hdgLv3 {
    font-size: min(calc(30 / 1200 * 100vw), 3rem);
  }
}

/* MV
=============================== */
.stuPass-mv-wrap {
  background-color: #e7f4ff;
}
.stuPass-mv-img {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.stuPass-mv-img::before {
  position: absolute;
  content: "";
  z-index: 1;
  background: #e7f4ff;
  inset: 0;
  animation: displayImg .7s .3s linear forwards;
}
.stuPass-mv-img img {
  margin: 0 auto;
  display: block;
}
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}
@media print, screen and (max-width: 767px) {
  .stuPass-mv-illust {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .stuPass-mv {
    margin-top: 20px;
  }
  .stuPass-mv-img img {
    max-width: 1360px;
  }
}

/* Useful
=============================== */
.stuPass-useful-list-comment {
  line-height: 1.43;
  border: 2px solid #b0c2dd;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
.stuPass-useful-list-comment::before,
.stuPass-useful-list-comment::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
}
.stuPass-useful-list-img {
  padding: 10px 0 0;
  border-radius: 0 0 50% 50%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.stuPass-useful-list-img img {
  position: relative;
  z-index: 1;
}
.stuPass-useful-list-img.illust1 img {
  top: -10px;
}
.stuPass-useful-list-img.illust2 img,
.stuPass-useful-list-img.illust3 img {
  margin: 0 auto;
}
.stuPass-useful-list-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e7f4ff;;
}
.stuPass-useful-txt {
  line-height: 1.43;
}
@media print, screen and (max-width: 767px) {
  .stuPass-useful {
    padding: 30px 0;
  }
  .stuPass-useful-list {
    margin-top: 20px;
  }
  .stuPass-useful-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .stuPass-useful-list-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .stuPass-useful-list-item + .stuPass-useful-list-item {
    margin-top: 15px;
  }
  .stuPass-useful-list-comment {
    padding: 15px 20px;
    flex: 1;
  }
  .stuPass-useful-list-comment::before,
  .stuPass-useful-list-comment::after {
    top: 40%;
  }
  .stuPass-useful-list-item:nth-child(odd) .stuPass-useful-list-comment::before,
  .stuPass-useful-list-item:nth-child(odd) .stuPass-useful-list-comment::after {
    left: 0;
    transform: skew(0, -44deg);
    transform-origin: right;
  }
  .stuPass-useful-list-item:nth-child(even) .stuPass-useful-list-comment::before,
  .stuPass-useful-list-item:nth-child(even) .stuPass-useful-list-comment::after {
    right: 0;
    transform: skew(0, 44deg);
    transform-origin: left;
  }
  .stuPass-useful-list-item:nth-child(odd) .stuPass-useful-list-comment::before {
    border-width: 0 20px 20px 0;
    border-color: transparent #b0c2dd transparent transparent;
    translate: -100% -50%;
  }
  .stuPass-useful-list-item:nth-child(odd) .stuPass-useful-list-comment::after {
    border-width: 0 15.2px 15.2px 0;
    border-color: transparent #fff transparent transparent;
    translate: -100% calc(-50% - 0.4px);
  }
  .stuPass-useful-list-item:nth-child(even) .stuPass-useful-list-comment::before {
    border-width: 0 0 20px 20px;
    border-color: transparent transparent transparent #b0c2dd;
    translate: 100% -50%;
  }
  .stuPass-useful-list-item:nth-child(even) .stuPass-useful-list-comment::after {
    border-width: 0 0 15.2px 15.2px;
    border-color: transparent transparent transparent #fff;
    translate: 100% calc(-50% - 0.4px);
  }
  .stuPass-useful-list-img {
    width: min(calc(105 / 414 * 100vw), 105px);
    height: min(calc(105 / 414 * 100vw), 105px);
  }
  .stuPass-useful-list-img.illust1 img {
    width: min(calc(96 / 414 * 100vw), 96px);
    height: min(calc(120 / 414 * 100vw), 120px);
  }
  .stuPass-useful-list-img.illust2 img {
    top: 5px;
    width: min(calc(74 / 414 * 100vw), 74px);
    height: min(calc(90 / 414 * 100vw), 90px);
  }
  .stuPass-useful-list-img.illust3 img {
    width: min(calc(74 / 414 * 100vw), 74px);
    height: min(calc(120 / 414 * 100vw), 120px);
  }
  .stuPass-useful-txt {
    margin-top: 30px;
    padding: 0 min(calc(26 / 414 * 100vw), 26px);
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
  }
}
@media print, screen and (min-width: 768px) {
  .stuPass-useful {
    padding: 60px 0;
  }
  .stuPass-useful-list {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .stuPass-useful-list-item {
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .stuPass-useful-list-comment {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    min-height: 100px;
    font-size: min(calc(20 / 1200 * 100vw), 2rem);
  }
  .stuPass-useful-list-comment::before,
  .stuPass-useful-list-comment::after {
    bottom: 0;
    transform-origin: top;
  }
  .stuPass-useful-list-item:nth-child(-n+2) .stuPass-useful-list-comment::before,
  .stuPass-useful-list-item:nth-child(-n+2) .stuPass-useful-list-comment::after {
    left: 20%;
    transform: skew(30deg);
  }
  .stuPass-useful-list-item:nth-child(3) .stuPass-useful-list-comment::before,
  .stuPass-useful-list-item:nth-child(3) .stuPass-useful-list-comment::after {
    left: 85%;
    transform: skew(5deg);
  }
  .stuPass-useful-list-comment::before {
    border-width: 28px 20px 0 0;
    border-color: #b0c2dd transparent transparent;
    translate: -50% 100%;
  }
  .stuPass-useful-list-comment::after {
    border-width: 21.8px 15.5px 0 0;
    border-color: #fff transparent transparent;
    translate: calc(-50% - 0.2px) 100%;
  }
  .stuPass-useful-list-img {
    width: 210px;
    height: 210px;
  }
  .stuPass-useful-list-img.illust1 img {
    width: 192px;
    height: 240px;
  }
  .stuPass-useful-list-img.illust2 img {
    top: 20px;
    width: 147px;
    height: 180px;
  }
  .stuPass-useful-list-img.illust3 img {
    top: 15px;
    left: 10px;
    width: 147px;
    height: 240px;
  }
  .stuPass-useful-txt {
    margin-top: 60px;
    font-size: min(calc(24 / 1200 * 100vw), 2.4rem);
    text-align: center;
    line-height: 1.58;
  }
}

/* Gain
=============================== */
.stuPass-gain {
  background-color: #fffde8;
}
.stuPass-gain-tbl thead th {
  font-weight: 600;
  text-align: center;
  line-height: 1.15;
  background-color: #e7f4ff;
}
.stuPass-gain-tbl tbody th {
  font-weight: 500;
  background-color: #fff;
}
.stuPass-gain-tbl tbody td {
  padding: 15px 6px;
  font-weight: bolder;
  text-align: center;
  line-height: 1.1;
  color: #666;
}
.stuPass-gain-tbl th .fs-s {
  display: block;
  font-size: 75%;
  font-weight: normal;
  line-height: 1.15;
}
.stuPass-gain-tbl .parsent td .fs-s {
  font-size: 65%;
}
.stuPass-gain-tbl .get td .fs-s {
  font-size: 50%;
}
.stuPass-gain-tbl .get td .fs-s {
  display: block;
}
.stuPass-gain-tbl tbody td:not(.color-pasmo) .fs-s {
  font-weight: bold;
}
.stuPass-gain-txt {
  line-height: 1.43;
}
.stuPass-gain-tbl tbody img {
  margin: 0 auto;
  max-width: 83px;
}
@media print, screen and (max-width: 767px) {
  .stuPass-gain {
    padding: 30px 0;
  }
  .stuPass-gain-tbl {
    margin-top: 20px;
  }
  .stuPass-gain-tbl th {
    font-size: clamp(1.1rem, calc(13 / 414 * 100vw), 1.5rem);
  }
  .stuPass-gain-tbl .parsent td {
    font-size: clamp(1.8rem, calc(20 / 414 * 100vw), 2.2rem);
  }
  .stuPass-gain-tbl .get td {
    font-size: clamp(1.6rem, calc(18 / 414 * 100vw), 2rem);
  }
  .stuPass-gain-sec {
    margin-top: 20px;
    padding: 0 min(calc(18 / 414 * 100vw), 18px);
  }
  .stuPass-gain-txt {
    margin-top: 10px;
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
  }
}
@media print, screen and (min-width: 768px) {
  .stuPass-gain {
    padding: 60px 0;
  }
  .stuPass-gain-tbl {
    margin: 25px auto 0;
    max-width: 870px;
  }
  .stuPass-gain-tbl th {
    font-size: 2.2rem;
  }
  .stuPass-gain-tbl .parsent td {
    font-size: 4rem;
  }
  .stuPass-gain-tbl .get td {
    font-size: 3.6rem;
  }
  .stuPass-gain-sec {
    margin: 50px auto 0;
    width: fit-content;
  }
  .stuPass-gain-txt, .stuPass-gain .c-link {
    margin-top: 10px;
    font-size: min(calc(24 / 1200 * 100vw), 2.4rem);
  }
}

/* Step
=============================== */
.stuPass-step-list {
  display: flex;
  justify-content: center;
}
.stuPass-step-list-txt {
  margin-top: 10px;
  display: block;
  text-align: center;
  line-height: 1.33;
}
.stuPass-step-txt {
  text-align: center;
}
.stuPass-step-btns {
  display: flex;
  justify-content: center;
}
.stuPass-step-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  border: 1px solid #68899B;
  background-color: #68899B;
  transition: .2s linear;
}
.stuPass-step-btn > .blank {
  padding-left: 8px;
}
.stuPass-step-btn > .blank::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  vertical-align: text-top;
  width: 12px;
  height: 12px;
  background: url(/cms/tobucard/img/usr/common/ico_blank_white.svg) no-repeat center/contain;
}
.stuPass-step-btn:hover > .blank::after {
  background-image: url(/cms/tobucard/img/usr/common/ico_blank.svg);
}
@media print, screen and (max-width: 767px) {
  .stuPass-step {
    padding: 45px 0;
  }
  .stuPass-step-list {
    margin-top: 20px;
    gap: 15px;
  }
  .stuPass-step-list-item {
    width: min(calc(110 / 414 * 100vw), 140px);
  }
  .stuPass-step-list-txt {
    font-size: clamp(1.2rem, calc(14 / 414 * 100vw), 1.6rem);
  }
  .stuPass-step-txt {
    margin-top: 15px;
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
  }
  .stuPass-step-btns {
    margin-top: 10px;
    gap: 10px;
  }
  .stuPass-step-btn {
    width: 100%;
    min-height: 48px;
    font-size: clamp(1.3rem, calc(15 / 414 * 100vw), 1.7rem);
    border-radius: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .stuPass-step {
    padding: 100px 0;
  }
  .stuPass-step-list-item img {
    margin: 0 auto;
    max-width: 220px;
  }
  .stuPass-step-list {
    margin-top: 25px;
    gap: min(calc(90 / 1200 * 100vw), 90px);
  }
  .stuPass-step-list-txt {
    font-size: min(calc(24 / 1200 * 100vw), 2.4rem);
  }
  .stuPass-step-txt {
    margin-top: 40px;
    font-size: min(calc(24 / 1200 * 100vw), 2.4rem);
  }
  .stuPass-step-btns {
    margin-top: 15px;
    gap: 20px;
  }
  .stuPass-step-btn {
    min-width: min(calc(350 / 1200 * 100vw), 350px);
    min-height: min(calc(70 / 1200 * 100vw), 70px);
    font-size: min(calc(24 / 1200 * 100vw), 2.4rem);
    border-radius: 35px;
  }
  .stuPass-step-btn:hover, .stuPass-step-btn:focus {
    color: #68899B;
    background-color: #fff;
    opacity: 1;
  }
}

/* Point
=============================== */
.stuPass-point-hdg {
  position: absolute;
  left: 50%;
  width: 100%;
  line-height: 1.31;
  text-align: center;
  transform: translateX(-50%);
}
.stuPass-point-lyt {
  display: flex;
}
.stuPass-point-lyt-detail {
  position: relative;
  z-index: 1;
}
.stuPass-point-lyt-detail::before,
.stuPass-point-lyt-detail::after,
.stuPass-point-lyt-img::after {
  position: absolute;
  content: "";
  z-index: 1;
  background: no-repeat center / contain;
}
.stuPass-point-lyt-detail::before {
  background-image: url(/cms/tobucard/img/usr/support/student_pass/point_illust1.webp);
}
.stuPass-point-lyt-txt {
  line-height: 1.56;
}
.stuPass-point-lyt-txt + .stuPass-point-lyt-txt {
  margin-top: 1em;
}
@media print, screen and (max-width: 767px) {
  .stuPass-point {
    padding: 0 0 25px;
    position: relative;
  }
  .stuPass-point-hdg {
    top: 20px;
    font-size: clamp(1.7rem, calc(19 / 414 * 100vw), 2.1rem);
  }
  .stuPass-point-lyt {
    flex-direction: column-reverse;
  }
  .stuPass-point-lyt-detail {
    margin: 0 16px;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    top: -20px;
  }
  .stuPass-point-lyt-detail::before {
    top: min(calc(-75 / 414 * 100vw), -75px);
    right: 0;
    width: min(calc(70 / 414 * 100vw), 70px);
    height: min(calc(122 / 414 * 100vw), 122px);
  }
  .stuPass-point-lyt-detail::after {
    left: 0;
    bottom: min(calc(100 / 414 * 100vw), 100px);
    width: min(calc(71 / 414 * 100vw), 71px);
    height: min(calc(137 / 414 * 100vw), 137px);
    background-image: url(/cms/tobucard/img/usr/support/student_pass/point_illust2.webp);
  }
  .stuPass-point-lyt-img::after {
    content: none;
  }
  .stuPass-point-lyt-txt {
    font-size: clamp(1.4rem, calc(16 / 414 * 100vw), 1.8rem);
    text-align: center;
  }
  .stuPass-point-btn {
    margin: 20px -30px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .stuPass-point {
    margin: 0 auto;
    max-width: 2000px;
    position: relative;
    z-index: 0;
  }
  .stuPass-point::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: min(calc(900 / 1680 * 100vw), 900px);
    height: 100%;
    background: url(/cms/tobucard/img/usr/support/student_pass/point_pc.webp) no-repeat right bottom / auto 100%;
  }
  .stuPass-point-hdg {
    top: min(calc(60 / 1680 * 100vw), 60px);
    font-size: min(calc(34 / 1200 * 100vw), 3.4rem);
  }
  .stuPass-point-lyt {
    margin: 0 auto;
    padding: min(calc(120 / 1680 * 100vw), 120px) 16px min(calc(60 / 1680 * 100vw), 60px);
    max-width: 1360px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: min(calc(40 / 1680 * 100vw), 40px);
  }
  .stuPass-point-lyt-detail::before {
    top: min(calc(-190 / 1680 * 100vw), -190px);
    right: 0;
    width: min(calc(141 / 1680 * 100vw), 141px);
    height: min(calc(245 / 1680 * 100vw), 245px);
  }
  .stuPass-point-lyt-detail::after {
    content: none;
  }
  .stuPass-point-lyt-img::after {
    top: 0;
    left: 0;
    width: min(calc(143 / 1680 * 100vw), 143px);
    height: min(calc(275 / 1680 * 100vw), 275px);
    background-image: url(/cms/tobucard/img/usr/support/student_pass/point_illust2.webp);
  }
  .stuPass-point-lyt-txt {
    font-size: min(calc(22 / 1200 * 100vw), 2.2rem);
  }
  .stuPass-point-lyt-img {
    width: min(calc(900 / 1680 * 100vw), 900px);
    max-width: 50%;
    max-height: 450px;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .stuPass-point-lyt-img img {
    opacity: 0;
  }
  .stuPass-point-btn {
    margin-top: 30px;
  }
  .stuPass-point-btn .c-btn {
    min-width: min(calc(400 / 1200 * 100vw), 400px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1679px) {
  .stuPass-point-lyt-detail {
    flex: 1;
  }
}
@media print, screen and (min-width: 1680px) {
  .stuPass-point::before {
    width: 50vw;
    background-position: center left;
    background-size: cover;
  }
  .stuPass-point-lyt-detail, .stuPass-point-lyt-img {
    width: 100%;
  }
}
@media print, screen and (min-width: 2000px) {
  .stuPass-point::before {
    left: -5%;
  }
}

/* FAQ
=============================== */
.stuPass-faq-dl,
.common-faqList__contents .c-txt-note,
.common-faqList__contents .c-list-note {
  margin-top: 10px;
}