.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 .mincho {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.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;
  }
}

#c_wrap h1,
#c_wrap h2,
#c_wrap h3,
#c_wrap h4,
#c_wrap h5,
#c_wrap h6 {
  color: inherit;
  font-family: inherit;
  border: unset;
  padding: unset;
  margin: unset;
  line-height: 1.4;
}
#c_wrap p {
  margin: unset;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

#c_wrap {
  --yellow: #fff96e;
  --blue: #00468c;
  --pale_blue: #ecf4fc;
  --green: #19a645;
  --pale_green: #edfcf2;
  --sky: #009ad0;
  --pale_sky: #e4f8ff;
  color: #393939;
  max-width: 840px;
  margin: auto;
  text-align: center;
}
#c_wrap .underline {
  background: linear-gradient(transparent 60%, #fff96e 60%);
}
#c_wrap .al-center {
  text-align: center;
}
#c_wrap .bold {
  font-weight: bold;
}
#c_wrap .mt_lg {
  margin-top: 6.375rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .mt_lg {
    margin-top: 3.1875rem;
  }
}
#c_wrap .mt_md {
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .mt_md {
    margin-top: 2.375rem;
  }
}
#c_wrap .mt_sm {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .mt_sm {
    margin-top: 1.8125rem;
  }
}
#c_wrap .mt_xs {
  margin-top: 1em;
}
#c_wrap .c_sky {
  color: var(--sky);
}
#c_wrap .bg_sky {
  background-color: var(--pale_sky);
}
#c_wrap .c_green {
  color: var(--green);
}
#c_wrap .bg_green {
  background-color: var(--pale_green);
}
#c_wrap .c_blue {
  color: var(--blue);
}
#c_wrap .bg_blue {
  background-color: var(--pale_blue);
}
#c_wrap .btn_shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: ease 0.2s box-shadow, 0.1s ease opacity;
}
@media (hover: hover) {
  #c_wrap .btn_shadow:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
  }
}
#c_wrap .btn_contact {
  background: #f57100;
}
#c_wrap .btn_contact {
  color: #fff;
  font-weight: bold;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  min-height: 3.66em;
  font-size: clamp(1.625rem, 1.8vw, 2rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  #c_wrap .btn_contact {
    font-size: 1.125rem;
    min-height: 3.2em;
  }
}
#c_wrap .btn_contact .sm {
  font-size: 0.5em;
  display: block;
  text-align: center;
}
#c_wrap .arrow_down,
#c_wrap .arrow_right {
  position: relative;
}
#c_wrap .arrow_down:after,
#c_wrap .arrow_right:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.2s ease translate;
}
#c_wrap .arrow_down:after {
  rotate: 135deg;
}
@media (hover: hover) {
  #c_wrap .arrow_down:hover:after {
    translate: 0 calc(-50% + 3px);
  }
}
#c_wrap .arrow_right:after {
  rotate: 45deg;
}
@media (hover: hover) {
  #c_wrap .arrow_right:hover:after {
    translate: 3px -50%;
  }
}
#c_wrap .info_textbox {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .info_textbox {
    padding: 1.5rem;
  }
}
#c_wrap .info_title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .info_title {
    font-size: 7.4vw;
  }
}
#c_wrap .info_text {
  font-size: 1.125rem;
  text-align: left;
  margin-top: 1em;
}
#c_wrap .nav_1col {
  max-width: 408px;
  margin-inline: auto;
}
#c_wrap .title_clip {
  font-size: 2rem;
  border: 2px solid;
  position: relative;
  padding: 0.3em;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .title_clip {
    font-size: 6vw;
    padding: 0.5em 0.5em 0.3em;
    margin-top: 4rem;
  }
}
#c_wrap .title_clip::before {
  content: "";
  width: 3.3125rem;
  height: 3.5rem;
  position: absolute;
  left: 1.125rem;
  top: -2.625rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .title_clip::before {
    width: 2.8125rem;
    height: 2.9375rem;
    top: -2.375rem;
  }
}
#c_wrap .title_clip:after {
  content: "";
  width: 98%;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  translate: -50% 0;
}
#c_wrap .about_container {
  display: grid;
  grid-template-columns: 1fr 313px;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .about_container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#c_wrap .about_container .about_figure {
  order: 2;
}
@media screen and (max-width: 767px) {
  #c_wrap .about_container .about_figure {
    order: 1;
  }
}
#c_wrap .about_container .about_text {
  order: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #c_wrap .about_container .about_text {
    order: 2;
  }
}
#c_wrap .table_schedule {
  width: 100%;
  font-size: 1.0625rem;
  border-collapse: collapse;
}
#c_wrap .table_schedule th,
#c_wrap .table_schedule td {
  border: 1px solid #c6c6c6;
  padding: 0.5em;
}
#c_wrap .table_schedule th {
  background: #f2f2f2;
  font-weight: normal;
  width: 6em;
}
#c_wrap .table_schedule td {
  text-align: left;
}
#c_wrap .table_schedule .day {
  font-size: 1.1875rem;
}
#c_wrap .table_schedule .day span {
  font-size: 126.3%;
  margin-right: 0.4em;
}
#c_wrap .table_schedule .price_free {
  color: red;
  font-weight: bold;
  font-size: 120%;
}
#c_wrap .list_program {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #c_wrap .list_program {
    grid-template-columns: 1fr;
  }
}
#c_wrap .list_program_item {
  padding: 2.1875rem;
  border-radius: 10px;
  border: 2px dotted;
}
@media screen and (max-width: 767px) {
  #c_wrap .list_program_item {
    padding: 1.5rem;
  }
}
#c_wrap .list_program_item h3 {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
#c_wrap .list_program_item h3:before {
  content: "-";
  margin-right: 0.2em;
}
#c_wrap .list_program_item p {
  margin-top: 1em;
}
#c_wrap .list_program_item.ico01 {
  position: relative;
}
#c_wrap .list_program_item.ico01:after {
  content: "";
  width: 99px;
  height: 124px;
  background: url(/freestep/wp-content/uploads/sites/2/fs_251201_guidance_univ_ico02.png) no-repeat center center/contain;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  #c_wrap .list_program_item.ico01:after {
    width: 49px;
    height: 74px;
    bottom: -10px;
    right: -10px;
  }
}
#c_wrap .btn_result {
  display: block;
  text-align: center;
  color: #ff1a1b;
  border: 2px solid #ff1a1b;
  font-weight: bold;
  font-size: 1.6em;
  padding: 1rem;
  border-radius: 0.5rem;
  letter-spacing: 0.1em;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 4em;
  transition: 0.2s ease all;
}
#c_wrap .btn_result:hover {
  color: #fff;
  background: #ff1a1b;
  opacity: 1;
}
#c_wrap .tel_img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #c_wrap a[href^="tel:"] {
    pointer-events: none;
  }
}

#c_wrap .title_clip {
  border-color: var(blue);
}
#c_wrap .title_clip:before {
  background: url(/freestep/wp-content/uploads/sites/2/fs_251201_guidance_univ_ico01.svg) no-repeat center center/contain;
}
#c_wrap .title_clip:after {
  background: var(--blue);
}
#c_wrap .list_program_item {
  border-color: var(--blue);
}