.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 {
  text-align: center;
}
#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;
  letter-spacing: 0.05em;
}
#c_wrap p {
  margin: unset;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

#c_wrap .ac_ttl {
  cursor: pointer;
  background: #eee;
}
#c_wrap .ac_child {
  background: #ddd;
}
#c_wrap .modal-btn {
  cursor: pointer;
}
#c_wrap #modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
#c_wrap .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 990;
  display: none;
}
#c_wrap .modal .modal-wrap {
  max-height: 80%;
  max-width: 960px;
  width: 95%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 998;
}
@media screen and (max-width: 767px) {
  #c_wrap .modal .modal-wrap {
    max-height: 85%;
  }
}
#c_wrap .modal .modal-inner {
  padding: 1em;
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
#c_wrap .modal .modal-inner::-webkit-scrollbar {
  width: 8px;
  border-left: none;
}
#c_wrap .modal .modal-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
#c_wrap .modal .modal-inner::-webkit-scrollbar-thumb {
  width: 6px;
  margin: 0 1px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}
#c_wrap .modal .close {
  position: absolute;
  top: -calc(52px);
  right: -calc(8px);
  width: 45px;
  height: 42px;
  z-index: 9999;
  cursor: pointer;
}
#c_wrap .modal .close span {
  height: auto;
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  top: 50%;
  left: 50%;
}
#c_wrap .modal .close span:nth-of-type(1) {
  transform: translate(-50%) rotate(-45deg);
}
#c_wrap .modal .close span:nth-of-type(2) {
  transform: translate(-50%) rotate(45deg);
}
#c_wrap .slide_bottom {
  opacity: 0;
}
#c_wrap .slide_bottom.active {
  animation: 0.8s ease-out forwards slidebottom;
}
@keyframes slidebottom {
  0% {
    opacity: 0;
    transform: translateY(0.8em);
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#c_wrap .js-slidein.delay-time02 {
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  #c_wrap .js-slidein.delay-time02 {
    animation-delay: 0;
  }
}
#c_wrap .js-slidein.delay-time03 {
  animation-delay: 0.75s;
}
@media screen and (max-width: 767px) {
  #c_wrap .js-slidein.delay-time03 {
    animation-delay: 0;
  }
}
#c_wrap .js-slidein.delay-time04 {
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  #c_wrap .js-slidein.delay-time04 {
    animation-delay: 0;
  }
}

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

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

.al-center {
  text-align: center;
}

.margin_center {
  margin-right: auto;
  margin-left: auto;
}

#c_wrap {
  color: #2a3540;
}
#c_wrap .cv-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#c_wrap .underline {
  background: linear-gradient(transparent 60%, #fff96e 60%);
}
#c_wrap .bold {
  font-weight: bold;
}
#c_wrap .shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#c_wrap .zindex_1 {
  z-index: 1;
}
#c_wrap .zindex_5 {
  z-index: 5;
}
#c_wrap .mincho {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#c_wrap .fc_primary {
  color: #c90a16;
}
#c_wrap .fc_blue {
  color: #00468c;
}
#c_wrap .mt_exlg {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .mt_exlg {
    margin-top: 5rem;
  }
}
#c_wrap .mt_lg {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .mt_lg {
    margin-top: 3.75rem;
  }
}
#c_wrap .mt_md {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .mt_md {
    margin-top: 2.25rem;
  }
}
#c_wrap .mt_sm {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .mt_sm {
    margin-top: 1.25rem;
  }
}
#c_wrap .mt_exsm {
  margin-top: 1em;
}
#c_wrap .grid_col2 {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  #c_wrap .grid_col2 {
    grid-template-columns: 1fr;
  }
}
#c_wrap .border_box {
  border: 1px solid #c90a16;
  border-radius: 0 20px 0 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #c_wrap .border_box {
    border-radius: 0 10px 0 10px;
  }
}
#c_wrap .ttl_lg {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 767px) {
  #c_wrap .ttl_lg {
    font-size: 1.25rem;
  }
}
#c_wrap .ttl_lg span {
  position: relative;
  z-index: 1;
}
#c_wrap .ttl_lg::before {
  content: attr(data-ttlEng);
  color: #ffeaeb;
  position: absolute;
  left: 0;
  top: -0.9em;
  font-size: 4.25rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #c_wrap .ttl_lg::before {
    font-size: 8vw;
    text-align: left;
  }
}
#c_wrap .ttl_md {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #c_wrap .ttl_md {
    font-size: 1.0625rem;
  }
}
#c_wrap .ttl_slash {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
#c_wrap .ttl_slash:before, #c_wrap .ttl_slash:after {
  position: absolute;
  height: 1.2em;
  width: 1px;
  bottom: 0;
  background: #c90a16;
  translate: 0 -0.2em;
}
@media screen and (max-width: 767px) {
  #c_wrap .ttl_slash:before, #c_wrap .ttl_slash:after {
    height: 60%;
  }
}
#c_wrap .ttl_slash:before {
  content: "";
  left: -0.7em;
  rotate: -30deg;
}
#c_wrap .ttl_slash:after {
  content: "";
  right: -0.7em;
  rotate: 30deg;
}
#c_wrap .margin_center {
  margin-right: auto;
  margin-left: auto;
}
#c_wrap .btn_line {
  color: #c90a16;
  border: 1px solid #c90a16;
  background: #fff;
  display: block;
  max-width: 330px;
  padding: 1.2em 2.5em 1.2em 1.2em;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease color;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #c_wrap .btn_line {
    color: #fff2ba;
    background: #c90a16;
  }
}
#c_wrap .btn_line span {
  position: relative;
}
#c_wrap .btn_line:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #c90a16;
  position: absolute;
  left: 0;
  top: 0;
  translate: -100% 0;
  display: block;
  transition: 0.5s ease translate;
}
#c_wrap .btn_line:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #c90a16;
  border-right: 1px solid #c90a16;
  rotate: 45deg;
  position: absolute;
  right: 5%;
  top: 50%;
  translate: 0 -50%;
  transition: 0.5s ease border-color;
}
@media screen and (max-width: 767px) {
  #c_wrap .btn_line:after {
    border-color: #fff2ba;
  }
}
@media (hover: hover) {
  #c_wrap .btn_line:hover {
    opacity: 1;
    color: #fff2ba;
  }
  #c_wrap .btn_line:hover:before {
    translate: 0 0;
  }
  #c_wrap .btn_line:hover:after {
    border-color: #fff2ba;
  }
}
#c_wrap .btn_line.btn_size_sm {
  padding: 0.5em;
  max-width: 240px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .btn_line.btn_size_sm {
    color: #c90a16;
    background: #fff;
  }
  #c_wrap .btn_line.btn_size_sm:after {
    border-color: #c90a16;
  }
}
#c_wrap .btn_line_blue {
  color: #00468c;
  border: 1px solid #00468c;
  background: #fff;
  display: block;
  max-width: 330px;
  padding: 1.2em 2.5em 1.2em 1.2em;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease color;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #c_wrap .btn_line_blue {
    color: #fff2ba;
    background: #00468c;
  }
}
#c_wrap .btn_line_blue span {
  position: relative;
}
#c_wrap .btn_line_blue:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #00468c;
  position: absolute;
  left: 0;
  top: 0;
  translate: -100% 0;
  display: block;
  transition: 0.5s ease translate;
}
#c_wrap .btn_line_blue:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #00468c;
  border-right: 1px solid #00468c;
  rotate: 45deg;
  position: absolute;
  right: 5%;
  top: 50%;
  translate: 0 -50%;
  transition: 0.5s ease border-color;
}
@media screen and (max-width: 767px) {
  #c_wrap .btn_line_blue:after {
    border-color: #fff2ba;
  }
}
@media (hover: hover) {
  #c_wrap .btn_line_blue:hover {
    opacity: 1;
    color: #fff2ba;
  }
  #c_wrap .btn_line_blue:hover:before {
    translate: 0 0;
  }
  #c_wrap .btn_line_blue:hover:after {
    border-color: #fff2ba;
  }
}
#c_wrap .btn_line_blue.btn_size_sm {
  padding: 0.5em;
  max-width: 240px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .btn_line_blue.btn_size_sm {
    color: #00468c;
    background: transparent;
  }
  #c_wrap .btn_line_blue.btn_size_sm:after {
    border-color: #00468c;
  }
}
#c_wrap .textarea {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  word-break: auto-phrase;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  #c_wrap .textarea {
    font-size: 0.9375rem;
    text-align: left;
    word-break: normal;
  }
}
#c_wrap .active_line {
  width: 1px;
  height: 27px;
  background: #c90a16;
  display: block;
  transform-origin: top;
  animation: shrinkDown 1.5s ease-in-out infinite;
}
#c_wrap .active_line_blue {
  width: 1px;
  height: 27px;
  background: #00468c;
  display: block;
  transform-origin: top;
  animation: shrinkDown 1.5s ease-in-out infinite;
}
@keyframes shrinkDown {
  0% {
    transform: scaleY(0);
  }
  90% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}
#c_wrap .main_lead_area {
  padding: 48px;
  background: url(/freestep/wp-content/uploads/sites/2/fs_250105_scoreupaniv_lp_bg01.png) no-repeat center top/100%, #f8f5f5;
}
@media screen and (max-width: 767px) {
  #c_wrap .main_lead_area {
    padding: 48px 5% 5%;
  }
}
#c_wrap .main_lead_area .ttl_lg {
  font-size: 1.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #c_wrap .main_lead_area .ttl_lg {
    font-size: 1.25rem;
  }
}
#c_wrap .success_area .success_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #c_wrap .success_area .success_list {
    grid-template-columns: 1fr;
  }
}
#c_wrap .success_area .success_list_item {
  display: grid;
  gap: 0.5em;
  padding: 24px;
  text-align: left;
  overflow: hidden;
  height: 300px;
  transition: 0.5s ease height;
  interpolate-size: allow-keywords;
  position: relative;
}
@media screen and (max-width: 767px) {
  #c_wrap .success_area .success_list_item {
    grid-template-columns: 1fr;
    padding: 14px;
  }
}
#c_wrap .success_area .success_list_item:after {
  content: "";
  height: 80px;
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 39%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 20px;
}
#c_wrap .success_area .success_list_item.is-open {
  height: 100%;
  height: auto;
}
#c_wrap .success_area .success_list_item.is-open::after {
  display: none;
}
#c_wrap .success_area .area_figure {
  order: 2;
}
#c_wrap .success_area .area_ttl {
  order: 1;
}
#c_wrap .success_area .area_txt {
  font-size: 0.875rem;
  order: 3;
}
#c_wrap .success_area .area_who {
  text-align: right;
  font-size: 0.75rem;
  order: 4;
  padding-bottom: 40px;
}
#c_wrap .success_area .btn_line {
  position: absolute;
  width: 240px;
  bottom: 16px;
  left: 50%;
  translate: -50% 0;
  z-index: 5;
  transition: 0.2s ease background-color;
}
@media (hover: hover) {
  #c_wrap .success_area .btn_line:hover {
    background: #c90a16;
  }
}
#c_wrap .success_area .btn_line::before {
  display: none;
}
#c_wrap .success_area .btn_line:after {
  rotate: 135deg;
}
#c_wrap .success_area .btn_line.is-open:after {
  rotate: -45deg;
  translate: 0 -44%;
}
#c_wrap .teaching_area .teaching_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #c_wrap .teaching_area .teaching_list {
    grid-template-columns: 1fr;
  }
}
#c_wrap .teaching_area .teaching_list_item {
  padding: 24px;
  text-align: left;
  position: relative;
  min-height: 310px;
}
@media screen and (max-width: 767px) {
  #c_wrap .teaching_area .teaching_list_item {
    padding: 14px;
  }
}
#c_wrap .teaching_area .teaching_list_item .figure {
  float: left;
  max-width: 140px;
  height: auto;
  margin-right: 1em;
}
#c_wrap .teaching_area .teaching_list_item p {
  font-size: 0.875rem;
}
#c_wrap .teaching_area .item_box {
  overflow: hidden;
  padding: 2px 0 40px;
  height: 180px;
  transition: 0.5s ease height;
  interpolate-size: allow-keywords;
}
@media screen and (max-width: 767px) {
  #c_wrap .teaching_area .item_box {
    padding: 2px 0 60px;
  }
}
#c_wrap .teaching_area .item_box:after {
  content: "";
  height: 80px;
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 39%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 20px;
  border-radius: 20px;
}
#c_wrap .teaching_area .item_box.is-open {
  height: 100%;
  height: auto;
}
#c_wrap .teaching_area .item_box.is-open::after {
  display: none;
}
#c_wrap .teaching_area .btn_line {
  position: absolute;
  width: 240px;
  bottom: 16px;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
  transition: 0.2s ease background-color;
}
@media (hover: hover) {
  #c_wrap .teaching_area .btn_line:hover {
    background: #c90a16;
  }
}
#c_wrap .teaching_area .btn_line::before {
  display: none;
}
#c_wrap .teaching_area .btn_line:after {
  rotate: 135deg;
}
#c_wrap .teaching_area .btn_line.is-open:after {
  rotate: -45deg;
  translate: 0 -44%;
}
#c_wrap .teaching_area .teacher_class {
  background: #f8f5f5;
  padding: 0.3em;
  font-size: 0.8125rem;
  color: #c90a16;
  box-sizing: border-box;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #c_wrap .teaching_area .teacher_class {
    display: block;
    margin-bottom: 0.5em;
  }
}
#c_wrap .anivPoint_area {
  background: #f0f4f8;
}
#c_wrap .anivPoint_area .ttl_lg:before {
  color: #e2e9f0;
}
#c_wrap .anivPoint_area .ttl_md {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #c_wrap .anivPoint_area .ttl_md {
    font-size: 1rem;
  }
}
#c_wrap .anivPoint_area .anivPoint_list_wrap {
  position: relative;
}
#c_wrap .anivPoint_area .anivPoint_list_wrap:after {
  content: "";
  width: 100%;
  height: 98%;
  background: #00468c;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#c_wrap .anivPoint_area .anivPoint_list {
  padding: 0 30px;
  display: grid;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  #c_wrap .anivPoint_area .anivPoint_list {
    padding: 0 4%;
  }
}
#c_wrap .anivPoint_area .anivPoint_list_item {
  background: #fff;
  border-radius: 0 20px 0 20px;
  text-align: left;
  padding: 18px;
  display: grid;
  grid-template-columns: 299px 1fr;
  grid-template-areas: "figure num" "figure ttl" "figure txt";
  gap: 0.5em 30px;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #c_wrap .anivPoint_area .anivPoint_list_item {
    grid-template-columns: 1fr;
    grid-template-areas: "num" "ttl" "figure" "txt";
  }
}
#c_wrap .anivPoint_area .anivPoint_list_item .point_pic {
  grid-area: figure;
}
#c_wrap .anivPoint_area .anivPoint_list_item .point_num {
  grid-area: num;
  font-size: 0.75rem;
}
#c_wrap .anivPoint_area .anivPoint_list_item .point_ttl {
  grid-area: ttl;
}
#c_wrap .anivPoint_area .anivPoint_list_item .point_ttl:after {
  content: "";
  width: 1.5em;
  height: 1px;
  background: #00468c;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #c_wrap .anivPoint_area .anivPoint_list_item .point_ttl:after {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
#c_wrap .anivPoint_area .anivPoint_list_item .point_txt {
  grid-area: txt;
  font-size: 0.875rem;
}
#c_wrap .anivPoint_area .point_message {
  color: #fff;
  background: #00468c;
  padding: 1.5em 0;
  position: relative;
  z-index: 1;
}
#c_wrap .target_tag {
  color: #fff;
  background: #00468c;
  font-size: 1.25rem;
  display: block;
  padding: 0.2em;
  letter-spacing: 0.08em;
  max-width: 216px;
}
@media screen and (max-width: 767px) {
  #c_wrap .target_tag {
    max-width: 100%;
  }
}
#c_wrap .moreInfo_area {
  background: #f0f4f8;
  padding: 0 30px 30px;
}
@media screen and (max-width: 767px) {
  #c_wrap .moreInfo_area {
    padding: 0 4% 4%;
  }
}
#c_wrap .moreInfo_area .moreInfo_container {
  display: grid;
  grid-template-columns: 366px 1fr;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  #c_wrap .moreInfo_area .moreInfo_container {
    grid-template-columns: 1fr;
  }
}
#c_wrap .moreInfo_area .moreInfo_container p {
  font-size: 0.875rem;
}
#c_wrap .moreInfo_area .border_box {
  border-color: #00468c;
  padding: 24px 32px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #c_wrap .moreInfo_area .border_box {
    padding: 20px;
  }
}

.floatingCTA {
  z-index: 10;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.caption {
  font-size: 0.7rem;
  line-height: 1.4;
  display: block;
  margin-top: 0.5em;
}