@charset "UTF-8";
.topics {
  background: #f8f8f5;
}
.topics main {
  max-width: 1024px;
  margin: 140px auto 80px auto;
  padding: 45px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .topics main {
    max-width: 96%;
    padding: 20px 5%;
    margin: 70px auto 80px;
  }
}
.topics .topics_title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.topics h1 {
  font-size: 1.5rem;
  margin-bottom: 0.2em;
}
.topics time {
  color: #7f9f6d;
}
.topics .wrapper {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}
.topics .wrapper_narrow {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.topics .topics_title01 {
  background: #184800;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.2em 0.8em;
}
@media screen and (max-width: 767px) {
  .topics .topics_title01 {
    font-size: 1.1875rem;
  }
}
.topics .topics_title02 {
  color: #184800;
  font-weight: bold;
  border-bottom: 1px solid #184800;
  font-size: 1.25rem;
  position: relative;
  padding: 0.2em 1.1em;
  margin-top: 1em;
}
.topics .topics_title02:before {
  content: "";
  width: 5px;
  height: 1.5em;
  background: #184800;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.topics .topics_title03 {
  color: #184800;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0.2em 0;
  margin-top: 1em;
}
.topics .topics_col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.topics .topic_info {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topics .topic_info {
    grid-template-columns: 1fr;
  }
}
.topics .tag_list {
  color: #184800;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topics .tag_list {
    font-size: 11px;
  }
}
.topics .tag_list li {
  border: 1px solid #184800;
  padding: 0.1em 0.3em;
  min-width: 51px;
}
.topics .tag_list .tag_cat {
  color: #fff;
  background: #184800;
}
.topics .btn_article_back {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  margin: 2em auto;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #184800;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.topics .btn_article_back:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  rotate: -45deg;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  margin-right: 0.5em;
}
.topics .btn_cta {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  margin: 1em auto;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #ff8f21;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (hover) {
  .topics .btn_cta {
    transition: 0.2s ease scale;
  }
  .topics .btn_cta:hover {
    scale: 1.02;
  }
}
.topics .btn_cta:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  rotate: 135deg;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  margin-left: 0.5em;
}
.topics .article_table {
  max-width: 720px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}
.topics .article_table th,
.topics .article_table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.topics .article_table th {
  background: #efefef;
}
.topics .indent {
  text-indent: -1em;
  margin-left: 1em;
}
.topics .topics_feature_list {
  --img_width: 287px;
  color: #184800;
}
.topics .topics_feature_list .topics_feature_details {
  border-bottom: 1px solid #fff;
}
.topics .topics_feature_list .topics_feature_details[open] {
  border-bottom: none;
}
.topics .topics_feature_list .topics_feature_details[open] .ac_title .ico_plus:before {
  rotate: 0deg;
}
.topics .topics_feature_list .ac_title {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 60px;
  background: #184800;
  position: relative;
  font-size: 1.25rem;
  gap: 0.6em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .topics .topics_feature_list .ac_title {
    font-size: 1rem;
    grid-template-columns: 1fr 50px;
  }
}
.topics .topics_feature_list .ac_title h3 {
  padding: 0.5em 0.5em;
}
.topics .topics_feature_list .ac_title .ico_plus {
  position: relative;
  background: #7cba5b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.topics .topics_feature_list .ac_title .ico_plus:before, .topics .topics_feature_list .ac_title .ico_plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 3px;
  background: #fff;
  translate: -50% -50%;
  transition: rotate 0.2s ease;
}
.topics .topics_feature_list .ac_title .ico_plus:before {
  translate: -50% -50%;
  rotate: 90deg;
}
.topics .topics_feature_list .ac_cont {
  border: 1px solid #184800;
  border-top: none;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .topics .topics_feature_list .ac_cont {
    padding: 1.125rem;
  }
}
.topics .topics_feature_list .topics_feature_grid_image {
  display: grid;
  grid-template-columns: 1fr var(--img_width);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .topics .topics_feature_list .topics_feature_grid_image {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.topics .topics_feature_list .topics_feature_grid_image_reverse {
  display: grid;
  grid-template-columns: var(--img_width) 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .topics .topics_feature_list .topics_feature_grid_image_reverse {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.topics .topics_feature_list .pro_course {
  background: #f8f8f5;
}
@media screen and (max-width: 767px) {
  .topics .topics_feature_list .pro_course {
    padding: 0 1em 1em;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics_feature_list .pro_course img {
    max-width: 60%;
    margin: auto;
  }
}
.topics .topics_feature_list .topics_feature_border_ttl {
  border-bottom: 1px solid;
  font-size: 1.25rem;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
.topics .topics_feature_list .topics_feature_border_ttl.no_border {
  border: none;
}
.topics .topics_feature_list .topics_feature_border_ttl .sm {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .topics .topics_feature_list .planner_ttl {
    font-size: 7vw;
  }
}
.topics .topics_feature_list .topics_feature_plannerwork_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
}
@media screen and (max-width: 767px) {
  .topics .topics_feature_list .topics_feature_plannerwork_list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 2em;
  }
}
.topics .topics_feature_list .topics_feature_plannerwork_list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px;
  background: #f4f8f4;
  padding: 40px 1em 1em;
  border-radius: 5px;
}
.topics .topics_feature_list .topics_feature_plannerwork_list h4 {
  font-size: 1.125rem;
  align-self: center;
  justify-self: center;
  text-align: center;
}
.topics .topics_feature_list .plannerwork_list_ico01,
.topics .topics_feature_list .plannerwork_list_ico02,
.topics .topics_feature_list .plannerwork_list_ico03,
.topics .topics_feature_list .plannerwork_list_ico04,
.topics .topics_feature_list .plannerwork_list_ico05,
.topics .topics_feature_list .plannerwork_list_ico06 {
  position: relative;
}
.topics .topics_feature_list .plannerwork_list_ico01:before,
.topics .topics_feature_list .plannerwork_list_ico02:before,
.topics .topics_feature_list .plannerwork_list_ico03:before,
.topics .topics_feature_list .plannerwork_list_ico04:before,
.topics .topics_feature_list .plannerwork_list_ico05:before,
.topics .topics_feature_list .plannerwork_list_ico06:before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: calc(100% - 36px);
  width: 52px;
  height: 52px;
  background: no-repeat center center/contain;
}
.topics .topics_feature_list .plannerwork_list_ico01:before {
  background-image: url(/sc/sophia/assets/images/topics/topics_feature_ico01.svg);
}
.topics .topics_feature_list .plannerwork_list_ico02:before {
  background-image: url(/sc/sophia/assets/images/topics/topics_feature_ico02.svg);
}
.topics .topics_feature_list .plannerwork_list_ico03:before {
  background-image: url(/sc/sophia/assets/images/topics/topics_feature_ico03.svg);
}
.topics .topics_feature_list .plannerwork_list_ico04:before {
  background-image: url(/sc/sophia/assets/images/topics/topics_feature_ico04.svg);
}
.topics .topics_feature_list .plannerwork_list_ico05:before {
  background-image: url(/sc/sophia/assets/images/topics/topics_feature_ico05.svg);
}
.topics .topics_feature_list .plannerwork_list_ico06:before {
  background-image: url(/sc/sophia/assets/images/topics/topics_feature_ico06.svg);
}
.topics .topics_feature_list .order1 {
  order: 1;
}
.topics .topics_feature_list .order2 {
  order: 2;
}
.topics .topics_feature_list .align_self_center {
  align-self: center;
}
.topics .topics_feature_list .dropshadow {
  filter: drop-shadow(6px 7px 10px rgba(79, 67, 3, 0.14));
}
.topics .cta_btn_wrap.wrapper {
  max-width: unset;
}

.feature_area .instruction_list .school_name {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .feature_area .instruction_list .school_name {
    font-size: 0.875rem;
  }
}

.article {
  --px12: 0.75rem;
  --px13: 0.813rem;
  --px14: 0.875rem;
  --px15: 0.938rem;
  --px17: 1.063rem;
  --px18: 1.125rem;
  --px20: 1.25rem;
  --px24: 1.5rem;
  --px28: 1.75rem;
  --px32: 2rem;
  --px40: 2.5rem;
}
.article img {
  display: inline;
}
.article .grid_half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .article .grid_half {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .article {
    --px12: 0.688rem;
    --px13: 0.75rem;
    --px14: 0.813rem;
    --px15: 0.875rem;
    --px17: 1rem;
    --px18: 1.063rem;
    --px20: 1.125rem;
    --px24: 1.25rem;
    --px28: 1.5rem;
    --px32: 1.75rem;
    --px40: 1.875rem;
  }
}
.article #c_wrap {
  letter-spacing: 0.05em;
  color: #272727;
}
.article #c_wrap h2,
.article #c_wrap h3,
.article #c_wrap h4 {
  margin: 0;
  border-left: unset;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}
.article #c_wrap section {
  text-align: inherit;
}
.article #c_wrap p,
.article #c_wrap div {
  margin: 0;
  line-height: 1.7;
}
.article #c_wrap .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .flex {
    flex-direction: column;
  }
}
.article #c_wrap h2.h2 {
  color: #32aaa5;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  border-left: none;
  border-bottom: 2px dotted #32aaa5;
  padding: 0 0 var(--px20);
  margin: 0 0 var(--px20);
}
@media screen and (max-width: 767px) {
  .article #c_wrap h2.h2 {
    font-size: 1.25rem;
  }
}
.article #c_wrap .h2-type02 {
  font-size: var(--px24);
  text-align: left;
  padding: 0;
  padding-left: 0.625em;
  border-left: 4px solid #00468c;
  margin: var(--px40) 0 var(--px24);
}
.article #c_wrap .h3 {
  width: -moz-max-content;
  width: max-content;
  font-size: var(--px18);
  padding: 0.563rem 2.625rem 0.563rem 0.938rem;
  background: #f4f8f8;
  color: #32aaa5;
  border-left: 5px solid #32aaa5;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .article #c_wrap .h3 {
    width: 100%;
  }
}
.article #c_wrap .h3 span {
  background: #32aaa5;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 0.375rem;
  border-radius: 3px;
  margin-left: 0.5em;
  display: inline-block;
  margin-bottom: 0.15em;
}
.article #c_wrap .h3 .ex {
  background: #1292d5;
}
.article #c_wrap .section {
  padding: var(--px12) 0;
}
.article #c_wrap .fc_blue {
  color: #32aaa5;
}
.article #c_wrap .bg_blue {
  background: #f4f8f8;
}
.article #c_wrap .bold {
  font-weight: bold;
}
.article #c_wrap .underline {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.article #c_wrap .spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .spOnly {
    display: block;
  }
}
.article #c_wrap .note {
  font-size: var(--px13);
  border: 1px dotted #32aaa5;
  border-radius: 5px;
  padding: var(--px13);
}
.article #c_wrap .note span {
  color: #32aaa5;
  font-size: var(--px12);
  display: block;
}
.article #c_wrap .kv_txt {
  text-align: center;
}
.article #c_wrap .kv_txt .kv_ttl {
  font-weight: bold;
  text-align: center;
  border-left: none;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .kv_txt .kv_ttl {
    font-size: var(--px15);
  }
}
.article #c_wrap .kv_txt p {
  color: #fff;
  font-weight: bold;
  background: #71b3e3;
  font-size: clamp(1.5ren, 2vw, 1.375rem);
  line-height: 1.4;
  margin-bottom: 0.3em;
  padding: 0.2em;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .kv_txt p {
    font-size: 0.938rem;
    line-height: 1.3;
    padding: 0.4em;
  }
}
.article #c_wrap .kv_txt p span {
  color: #fff502;
  font-size: 120%;
}
.article #c_wrap .kv_txt p br {
  display: none;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .kv_txt p br {
    display: block;
  }
}
.article #c_wrap .about {
  margin: var(--px24) 0 var(--px40);
}
.article #c_wrap .about .pic {
  margin-top: var(--px24);
  display: block;
}
.article #c_wrap .tendency .tendency_box.flex {
  gap: 26px;
  margin-bottom: var(--px40);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .tendency .tendency_box.flex {
    gap: 12px;
  }
}
.article #c_wrap .tendency figure {
  width: 57.5%;
  padding: var(--px24);
}
@media screen and (max-width: 767px) {
  .article #c_wrap .tendency figure {
    width: 100%;
  }
}
.article #c_wrap .tendency figcaption {
  font-size: var(--px12);
  margin-top: 1em;
}
.article #c_wrap .tendency p {
  width: 42.5%;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .tendency p {
    width: 100%;
  }
}
.article #c_wrap .course_strength .box_wrap {
  margin: 5.625rem 0 var(--px40);
}
@media screen and (max-width: 960px) {
  .article #c_wrap .course_strength .box_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .article #c_wrap .course_strength .box_wrap {
    margin: 1.25rem 0;
  }
}
.article #c_wrap .course_strength .box_wrap .box_cont {
  position: relative;
  width: 13.75rem;
  padding: 2.813rem 0 0.938rem;
  border: 3px solid #32aaa5;
  border-radius: 10px;
  background: #f4f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
@media screen and (max-width: 960px) {
  .article #c_wrap .course_strength .box_wrap .box_cont {
    width: 49%;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .article #c_wrap .course_strength .box_wrap .box_cont {
    width: 100%;
    padding: 0.938rem;
    margin-bottom: 1.25rem;
  }
}
.article #c_wrap .course_strength .pic {
  text-align: center;
  position: absolute;
  height: 6.25rem;
  width: 100%;
  top: -4.375rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .article #c_wrap .course_strength .pic {
    position: relative;
    top: unset;
    left: unset;
    transform: translateX(0);
  }
}
.article #c_wrap .course_strength h3 {
  text-align: center;
  font-size: var(--px18);
  color: #32aaa5;
  line-height: 1.2;
}
.article #c_wrap .course_strength .line_mod {
  margin-bottom: 0.5em;
}
.article #c_wrap .course_strength a {
  color: #fff;
  background: #32aaa5;
  font-weight: bold;
  font-size: var(--px16);
  padding: 0.375rem 1.875rem;
  border-radius: 99px;
  cursor: pointer;
}
.article #c_wrap .recommend {
  container-type: inline-size;
}
.article #c_wrap .recommend .h3 img {
  width: 1.4em;
  height: auto;
  margin-right: 0.2em;
  vertical-align: middle;
}
.article #c_wrap .recommend .flow {
  display: flex;
  margin: 1.5rem 0 1.125rem;
  font-weight: bold;
  font-size: var(--px18);
  font-size: clamp(var(--px14), 1.7vw, var(--px18));
  position: relative;
  height: 6.563rem;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .recommend .flow {
    flex-direction: column;
    font-size: var(--px17);
    height: auto;
  }
}
.article #c_wrap .recommend .flow .flow_cont {
  position: relative;
  width: 33.3333%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .recommend .flow .flow_cont {
    width: 100%;
  }
}
.article #c_wrap .recommend .flow .flow_cont:nth-child(1) {
  left: 0;
  z-index: 3;
}
.article #c_wrap .recommend .flow .flow_cont:nth-child(2) {
  z-index: 2;
}
.article #c_wrap .recommend .flow .flow_cont:nth-child(3) {
  z-index: 1;
}
.article #c_wrap .recommend .flow p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
  height: 100%;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .recommend .flow p {
    padding: 0.625rem 0 0;
  }
}
.article #c_wrap .recommend .flow p:after {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
  background: #edf8f8;
  width: 2.188rem;
  height: 100%;
  display: block;
  position: absolute;
  right: -2.188rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .recommend .flow p:after {
    clip-path: polygon(100% 0, 0 0, 50% 50%);
    bottom: -2.5rem;
    right: 0;
    width: 100%;
    height: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .article #c_wrap .recommend .flow p span {
    padding: 0 0.5em;
  }
}
.article #c_wrap .recommend .flow .ico {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  display: block;
  z-index: 4;
  width: 100px;
  height: auto;
}
.article #c_wrap .recommend .flow .flow01 {
  background: #edf8f8;
}
.article #c_wrap .recommend .flow .flow02 {
  background: #cdeded;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .recommend .flow .flow02 {
    padding-top: 1.875rem;
  }
}
.article #c_wrap .recommend .flow .flow02 span {
  transform: translateX(0.7em);
}
.article #c_wrap .recommend .flow .flow02:after {
  background: #cdeded;
}
.article #c_wrap .recommend .flow .flow03 {
  background: #97cccc;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .recommend .flow .flow03 {
    padding-top: 1.875rem;
    padding-bottom: 0.625rem;
  }
}
.article #c_wrap .recommend .flow .flow03 span {
  transform: translateX(0.5em);
}
.article #c_wrap .recommend .flow .flow03:after {
  display: none;
}
.article #c_wrap .recommend .txt_box {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: var(--px40);
}
@media screen and (max-width: 767px) {
  .article #c_wrap .recommend .txt_box {
    flex-direction: column;
    gap: 0.5em;
  }
}
.article #c_wrap .recommend .txt_box > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .recommend .txt_box > * {
    width: 100%;
  }
}
.article #c_wrap .recommend .recommend_ttl {
  color: #32aaa5;
  font-weight: bold;
  font-size: 0.938rem;
  text-align: left;
}
.article #c_wrap .recommend .recommend_ttl:before {
  content: "";
  width: 1.333em;
  height: 1.5em;
  background: url(/freestep/wp-content/uploads/sites/2/fs_240501__senbatsu_ico03.svg) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em 0.5em 0;
}
.article #c_wrap .timetable > p {
  font-size: var(--px13);
  margin: 0.5em 0;
}
.article #c_wrap .timetable table {
  width: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: center;
  border-collapse: collapse;
}
.article #c_wrap .timetable table th,
.article #c_wrap .timetable table td {
  font-weight: normal;
  padding: 0.438rem;
  position: relative;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .timetable table th,
  .article #c_wrap .timetable table td {
    padding: 0.125rem;
  }
}
.article #c_wrap .timetable table tr:nth-child(even) {
  background: transparent;
}
.article #c_wrap .timetable thead {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .timetable thead {
    z-index: unset;
  }
}
.article #c_wrap .timetable thead tr {
  background: #f4f8f8;
}
.article #c_wrap .timetable thead th {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.article #c_wrap .timetable thead th:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .timetable thead th {
    font-size: var(--px12);
  }
}
.article #c_wrap .timetable tbody tr:nth-child(even) {
  background: #f4f8f8;
}
.article #c_wrap .timetable tbody th span,
.article #c_wrap .timetable tbody td span {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .timetable tbody th span,
  .article #c_wrap .timetable tbody td span {
    z-index: unset;
  }
}
.article #c_wrap .timetable tbody th {
  font-size: 0.938rem;
  width: 208px;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .timetable tbody th {
    font-size: var(--px12);
    letter-spacing: 0;
  }
}
.article #c_wrap .timetable tbody th br {
  display: none;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .timetable tbody th br {
    display: block;
  }
}
.article #c_wrap .timetable tbody td {
  color: #32aaa5;
  width: 13%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.article #c_wrap .timetable tbody td:last-child {
  border-right: none;
}
.article #c_wrap .timetable tbody td:hover {
  background: yellow;
}
.article #c_wrap .timetable tbody td:hover:before {
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 134, 0.3); /*縦横のカラー指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.article #c_wrap .timetable tbody td:hover:before {
  width: 200vw;
  left: -100vw;
}
.article #c_wrap .voice_bg {
  padding: 15px 0;
  background: url("/freestep/wp-content/uploads/sites/2/fs_0501_senbatsu_voice_bg01.png") no-repeat top left, url("/freestep/wp-content/uploads/sites/2/fs_0501_senbatsu_voice_bg02.png") no-repeat bottom right;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .voice_bg {
    padding: 15px 0 60px;
  }
}
.article #c_wrap .voice_cont {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.875rem;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .voice_cont {
    gap: 0.875rem;
  }
}
.article #c_wrap .voice_cont figure {
  width: 9rem;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .voice_cont figure img {
    width: 150px;
    height: auto;
  }
}
.article #c_wrap .voice_cont figure:before {
  content: "";
  width: 1px;
  height: 10.5rem;
  background: #32aaa5;
  display: block;
  position: absolute;
  right: -1.563rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .article #c_wrap .voice_cont figure:before {
    display: none;
  }
}
.article #c_wrap .voice_cont figure:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-left: 1px solid #32aaa5;
  border-top: 1px solid #32aaa5;
  transform: rotate(-45deg) translate(0, -50%);
  display: block;
  position: absolute;
  right: -2rem;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .voice_cont figure:after {
    transform: rotate(45deg) translate(-50%, 0);
    bottom: -1.375rem;
    top: unset;
    left: 50%;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  .article #c_wrap .voice_cont figure {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.article #c_wrap .voice_cont figcaption {
  font-size: var(--px14);
  text-align: center;
  margin-top: 8px;
}
.article #c_wrap .voice_cont .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30.25rem;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .voice_cont .txt {
    width: 100%;
    padding: 0.625rem;
    padding-top: 0;
    border: 1px solid #32aaa5;
    border-radius: 5px;
    background: #fff;
  }
}
.article #c_wrap .voice_cont .txt span {
  background: #32aaa5;
  color: #fff;
  font-weight: bold;
  font-size: var(--px14);
  padding: 0.188rem 0.5em;
  border-radius: 3px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .voice_cont .txt span {
    margin: 0.625rem auto 1rem;
    margin: 0.813rem auto;
  }
}
.article #c_wrap .intro_wrap {
  flex-wrap: wrap;
}
.article #c_wrap .intro_box {
  width: 49%;
  margin-bottom: var(--px24);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .intro_box {
    width: 100%;
  }
}
.article #c_wrap .intro_box h3 {
  color: #fff;
  background: #1292d5;
  font-size: var(--px20);
  text-align: center;
  display: block;
  padding: 0.4em;
  border-radius: 5px;
  position: relative;
  transition: border-radius 0.5s;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .intro_box h3 {
    font-size: var(--px15);
  }
}
.article #c_wrap .intro_box h3:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: 35%;
  transform: rotate(135deg);
  transition: transform 0.5s, top 0.5s;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .intro_box h3:after {
    width: 7px;
    height: 7px;
    right: 15px;
  }
}
.article #c_wrap .intro_box h3.active {
  border-radius: 5px 5px 0 0;
}
.article #c_wrap .intro_box h3.active:after {
  transform: rotate(-45deg);
  top: 42%;
}
.article #c_wrap .intro_box dl {
  background: #f4f8f8;
  border-radius: 0 0 5px 5px;
  padding: 1.5rem 2.313rem;
  display: none;
}
@media screen and (max-width: 960px) {
  .article #c_wrap .intro_box dl {
    padding: 0.625rem;
    font-size: var(--px13);
  }
}
.article #c_wrap .intro_box dl div {
  display: flex;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .intro_box dl div {
    flex-direction: column;
  }
}
.article #c_wrap .intro_box dt {
  text-align: right;
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .intro_box dt {
    width: 100%;
    text-align: left;
  }
}
.article #c_wrap .intro_box dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .intro_box dd {
    width: 100%;
    margin-bottom: 1em;
  }
}
.article #c_wrap .intro_note {
  font-size: var(--px13);
}
.article #c_wrap .intro_note li {
  text-indent: -1em;
  margin-left: 1em;
}
.article #c_wrap .attend_flow {
  display: flex;
  justify-content: center;
  gap: 3.563rem;
  margin: var(--px40) 0;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .attend_flow {
    gap: 3.125rem;
    flex-direction: column;
    align-items: center;
  }
}
.article #c_wrap .attend_flow li {
  width: 12.188rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .attend_flow li {
    width: 52%;
  }
}
.article #c_wrap .attend_flow li:before {
  content: "";
  height: 38px;
  width: 36px;
  background: url("/freestep/wp-content/uploads/sites/2/fs_0501_senbatsu_flow_arrow.png") no-repeat center center/contain;
  position: absolute;
  right: -2.875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .article #c_wrap .attend_flow li:before {
    right: unset;
    left: 50%;
    top: 100%;
    transform: rotate(90deg) translate(0, 50%);
  }
}
.article #c_wrap .attend_flow li:last-child:before {
  display: none;
}
.article #c_wrap .achieve .btn {
  color: #fff;
  background: #f21a1a;
  font-weight: bold;
  font-size: var(--px24);
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 5px;
  box-shadow: 0 5px 0 #bc0000;
  display: block;
  max-width: 620px;
  width: 100%;
  padding: 1em;
  margin: var(--px32) auto;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .achieve .btn {
    padding: 0.5em;
    font-size: var(--px20);
  }
}
.article #c_wrap .cv-btns {
  display: flex;
  gap: 1em;
  padding: 3.125rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .cv-btns {
    flex-direction: column;
  }
}
.article #c_wrap .cv-tel {
  color: #00468c;
  text-align: center;
  font-size: var(--px24);
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .cv-tel {
    font-size: var(--px15);
  }
}
.article #c_wrap .modal-cont {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
}
.article #c_wrap .modal {
  width: 70%;
  max-width: 740px;
  background: #fff;
  text-align: center;
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .modal {
    width: 95%;
  }
}
.article #c_wrap .modal-bg {
  z-index: 998;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.article #c_wrap .modal-cont {
  visibility: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.article #c_wrap .modal-cont.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.article #c_wrap .modal {
  --padding: 0 20px;
}
.article #c_wrap .modal h3 {
  color: #fff;
  background: #32aaa5;
  font-size: clamp(1rem, 2vw, 1.25rem);
  padding: 0.5em;
  margin-bottom: 1.25rem;
}
.article #c_wrap .modal h4 {
  font-size: clamp(0.938rem, 1.9vw, 1.125rem);
  margin-bottom: 1.25rem;
}
.article #c_wrap .modal h4 .spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .modal h4 .spOnly {
    display: block;
  }
}
.article #c_wrap .modal .movie {
  max-width: 800px;
  padding: var(--padding);
  margin: 0 auto;
}
.article #c_wrap .modal .movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.article #c_wrap .modal .underline {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.article #c_wrap .modal .list_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--padding);
}
.article #c_wrap .modal .list {
  font-weight: bold;
  text-align: left;
  font-size: var(--px15);
  padding: 1.25rem 0;
}
.article #c_wrap .modal .list li {
  text-indent: -1em;
  margin-left: 1em;
}
.article #c_wrap .movie {
  display: none;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.article #c_wrap .movie.visible {
  display: block;
}
.article #c_wrap #tabs {
  display: flex;
  justify-content: center;
  gap: 7.5px;
  background: #f4f8f8;
  padding: 0 1.375rem 1.375rem;
  margin-top: 2.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .article #c_wrap #tabs {
    padding: 0 0.5rem 0.5rem;
    line-height: 1.2;
  }
}
.article #c_wrap #tabs:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #32aaa5;
  left: 0;
  top: -1px;
  z-index: 1;
}
.article #c_wrap .tab {
  color: #707070;
  font-weight: bold;
  font-size: var(--px12);
  border: 1px solid #707070;
  border-top: none;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  width: 120px;
  height: 53px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.article #c_wrap .tab.on {
  background: #fff;
  color: #32aaa5;
  border: 1px solid #32aaa5;
  position: relative;
  border-top: 1px solid #fff;
  height: 55px;
  top: -2px;
}
.article #c_wrap .tab.on:before, .article #c_wrap .tab.on:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url("/freestep/wp-content/uploads/sites/2/fs_0501_senbatsu_tab_on.png") no-repeat center center/contain;
  position: absolute;
  top: 0px;
}
.article #c_wrap .tab.on:before {
  left: -7.4px;
}
.article #c_wrap .tab.on:after {
  transform: scale(-1, 1);
  right: -7.5px;
}
.article #c_wrap .close-btn {
  color: #fff;
  position: absolute;
  right: 0;
  top: -4.063rem;
  width: 42px;
  padding-top: 2.5rem;
  display: block;
  font-size: 0.813rem;
  cursor: pointer;
}
.article #c_wrap .close-btn:before, .article #c_wrap .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 1.875rem;
  background: #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left top;
}
.article #c_wrap .close-btn:before {
  width: 2px;
  height: 23px;
}
.article #c_wrap .close-btn:after {
  width: 23px;
  height: 2px;
}
.article #c_wrap .modal_flex_col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .modal_flex_col2 {
    gap: 10px;
  }
}
.article #c_wrap .modal_flex_col2 figure {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .article #c_wrap .modal_flex_col2 figure {
    width: calc(50% - 5px);
  }
}
.article #c_wrap .modal_flex_col2 .w100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .modal_flex_col2 .w100 {
    width: 100%;
  }
}
.article #c_wrap .course_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.article #c_wrap .course_nav li {
  width: 49%;
}
.article #c_wrap .course_nav a {
  color: #32aaa5;
  display: block;
  padding: 17px 10px 30px 10px;
  border: 2px solid #32aaa5;
  border-radius: 6px;
  font-size: var(--px18);
  position: relative;
  box-shadow: 0 3px 6px rgba(50, 170, 165, 0.13);
}
.article #c_wrap .course_nav a:after {
  content: "";
  width: 15px;
  height: 8px;
  background: #32aaa5;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.article #c_wrap .course_nav a span {
  font-size: 77.77%;
  font-weight: normal;
}
.article #c_wrap .recommend_course {
  border: 2px solid #32aaa5;
  padding: 30px;
}
.article #c_wrap .recommend_course h2 {
  color: #32aaa5;
  font-size: var(--px24);
  margin-bottom: var(--px18);
}
.article #c_wrap .recommend_course p {
  font-size: var(--px14);
}
.article #c_wrap .recommend_course .strong {
  color: #32aaa5;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fffa7c 60%);
}
.article #c_wrap .recommend_note {
  border: 1px dotted #32aaa5;
  border-radius: 5px;
  padding: 20px 15px 15px;
}
.article #c_wrap .recommend_note h3 {
  color: #32aaa5;
}
.article #c_wrap .recommend_note p {
  margin-bottom: 1em;
}
.article #c_wrap .cp {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .cp {
    flex-direction: column;
  }
}
.article #c_wrap .cp figure {
  max-width: 480px;
}
.article #c_wrap .fc_pink {
  color: #f56c6e;
}
.article #c_wrap .result_note {
  margin: 64px 0;
  position: relative;
  border-radius: 110px 110px 0 0;
  background: rgb(255, 247, 247);
  background: url(/freestep/wp-content/uploads/sites/2/fs_250122_senbatsu_bg01.png) no-repeat center 295px/contain, linear-gradient(180deg, rgb(255, 247, 247) 0%, rgb(255, 240, 240) 100%);
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note {
    border-radius: 50px 50px 0 0;
  }
}
.article #c_wrap .result_note .result_box_wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_box_wrap {
    padding: 0 10px;
  }
}
.article #c_wrap .result_note .result_box_wrap:has(.result_box) {
  padding: 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_box_wrap:has(.result_box) {
    padding: 0 10px 10px;
  }
}
.article #c_wrap .result_note:before, .article #c_wrap .result_note:after {
  content: "";
  width: 262px;
  height: 90px;
  background: url(/freestep/wp-content/uploads/sites/2/fs_250122_senbatsu_img01.png) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note:before, .article #c_wrap .result_note:after {
    display: none;
  }
}
.article #c_wrap .result_note:after {
  rotate: y 180deg;
  right: 0;
}
.article #c_wrap .result_note .ttl {
  max-width: 378px;
  margin: 0 auto;
  translate: 0 -30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .ttl {
    width: 70.92vw;
    translate: unset;
    translate: 0 -20px;
  }
}
.article #c_wrap .result_note .ttl:before, .article #c_wrap .result_note .ttl:after {
  content: "";
  width: 69px;
  height: 59px;
  background: url(/freestep/wp-content/uploads/sites/2/fs_250122_senbatsu_img02.png) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 10px;
  z-index: -1;
}
.article #c_wrap .result_note .ttl:before {
  left: -40px;
}
.article #c_wrap .result_note .ttl:after {
  left: calc(100% - 30px);
  rotate: y 180deg;
}
.article #c_wrap .result_note .ttl_breaking {
  background: #f73c3f;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  padding: 0.3em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .ttl_breaking {
    font-size: 1em;
  }
}
.article #c_wrap .result_note .ttl_breaking span.ico_announce {
  display: inline-block;
  transform: skewX(-12deg);
  position: relative;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .ttl_breaking span.ico_announce {
    translate: -2em 0;
  }
}
.article #c_wrap .result_note .ttl_breaking span.ico_announce:before {
  content: "";
  transform: skewX(12deg);
  width: 1.6em;
  height: 1.2em;
  background: url(/freestep/wp-content/uploads/sites/2/fs_250122_ico_announce.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .ttl_breaking span.ico_announce.no_after {
    translate: -26px 0;
  }
}
.article #c_wrap .result_note .ttl_breaking span.ico_announce.no_after:after {
  background: url(/freestep/wp-content/uploads/sites/2/fs_250122_ico_announce03.svg) no-repeat center center/contain;
}
.article #c_wrap .result_note .ttl_breaking span.ico_announce:after {
  transform: skewX(12deg);
  background: url(/freestep/wp-content/uploads/sites/2/fs_250122_ico_announce02.svg) no-repeat center center/contain;
  width: 70px;
  height: 70px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  translate: 0 calc((50% + 5px) * -1);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .ttl_breaking span.ico_announce:after {
    translate: 0 -50%;
    width: 60px;
    height: 60px;
  }
}
.article #c_wrap .result_note .result_note_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  color: #626262;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_note_list {
    grid-template-columns: 1fr;
  }
}
.article #c_wrap .result_note .result_note_list#js-resultList2026 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_note_list#js-resultList2026 {
    grid-template-columns: 1fr;
  }
}
.article #c_wrap .result_note .result_note_card {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px 20px;
  display: grid;
  grid-template-areas: "univ_name" "picture" "student" "ttl" "more";
  position: relative;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_note_card {
    grid-template-areas: "univ_name univ_name" "picture student" "picture ttl" "more more";
    gap: 6px;
    padding: 10px;
  }
}
.article #c_wrap .result_note .result_note_card:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(/freestep/wp-content/uploads/sites/2/fs_250122_senbatsu_ico01.png) no-repeat center center/contain;
  position: absolute;
  right: -12px;
  top: 37px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_note_card:after {
    width: 60px;
    height: 60px;
    right: -14px;
    top: -8px;
  }
}
.article #c_wrap .result_note .result_note_card .passed_univ_name {
  font-weight: bold;
  color: #f56c6e;
  font-size: 1.125rem;
  text-align: center;
  grid-area: univ_name;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_note_card .passed_univ_name {
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.article #c_wrap .result_note .result_note_card .passed_univ_name span {
  font-size: 144.44%;
}
.article #c_wrap .result_note .result_note_card figure {
  grid-area: picture;
}
.article #c_wrap .result_note .result_note_card .student_name {
  grid-area: student;
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_note_card .student_name {
    font-size: 1rem;
  }
}
.article #c_wrap .result_note .result_note_card .result_message_ttl {
  grid-area: ttl;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_note_card .result_message_ttl {
    font-size: 0.75rem;
  }
}
.article #c_wrap .result_note .result_note_card button {
  grid-area: more;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_note_card button {
    font-size: 0.75rem;
  }
}
.article #c_wrap .result_note button {
  color: #f56c6e;
  padding: 0.3em;
  margin-top: 0.5em;
  font-weight: bold;
  border: 1px solid #f56c6e;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .article #c_wrap .result_note button.current {
    background: #f56c6e;
    color: #fff;
  }
  .article #c_wrap .result_note button.current:hover:after {
    translate: 0 -50%;
  }
}
.article #c_wrap .result_note button:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(/freestep/wp-content/uploads/sites/2/fs_250122_ico_arrou_down.svg) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  right: 0.5em;
  top: 50%;
  translate: 0 -50%;
  transition: 0.2s ease translate;
}
.article #c_wrap .result_note button:hover:after {
  translate: 0 -40%;
}
.article #c_wrap .result_note .result_box {
  color: #626262;
  background: rgba(255, 255, 255, 0.8);
  padding: 32px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_box {
    padding: 10px;
    font-size: 0.875rem;
    margin-top: 0;
  }
}
.article #c_wrap .result_note .result_box:before, .article #c_wrap .result_note .result_box:after {
  content: "";
  width: 262px;
  height: 90px;
  background: url(/freestep/wp-content/uploads/sites/2/fs_250122_senbatsu_img01.png) no-repeat center center/contain;
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_box:before, .article #c_wrap .result_note .result_box:after {
    width: 172px;
    height: 60px;
  }
}
.article #c_wrap .result_note .result_box:after {
  rotate: y 180deg;
  right: 0;
  top: -10px;
}
.article #c_wrap .result_note .result_box:before {
  left: 0;
  bottom: -10px;
}
.article #c_wrap .result_note .result_box .box_line {
  border: 2px dotted #f56c6e;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_box .box_line {
    padding: 40px 10px;
  }
}
.article #c_wrap .result_note .result_box button {
  max-width: 240px;
  width: 100%;
  background: #f56c6e;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_box button {
    max-width: 100%;
  }
}
.article #c_wrap .result_note .result_box button:after {
  content: "";
  rotate: 180deg;
}
.article #c_wrap .result_note .result_box button:hover:after {
  translate: 0 -50%;
}
.article #c_wrap .result_note .result_box p {
  margin-top: 1em;
}
.article #c_wrap .result_note .result_box .btn_wrap {
  display: block;
  text-align: center;
}
.article #c_wrap .result_note .result_box .passed_univ {
  color: #f56c6e;
  font-weight: bold;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_box .passed_univ {
    font-size: 1rem;
    flex-direction: column;
    gap: 0.5em;
  }
}
.article #c_wrap .result_note .result_box .passed_univ span:nth-child(2) {
  align-self: center;
}
.article #c_wrap .result_note .result_box .passed_univ .tag {
  background: #f56c6e;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 0.5em;
  margin-right: 1em;
  min-width: 51px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .article #c_wrap .result_note .result_box .passed_univ .tag {
    margin-right: 0;
  }
}
.article #c_wrap .result_note .result_box .passed_univ .tag img {
  width: auto;
  height: 100%;
}
.article #c_wrap .result_note .result_box .border {
  border-bottom: 1px dotted #f56c6e;
}