@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;
  }
}

#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 .mincho {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#c_wrap .al-center {
  text-align: center;
}
#c_wrap .fc_primary {
  color: #c90a16;
}
#c_wrap .fc_blue {
  color: #00468c;
}
#c_wrap .zindex_1 {
  z-index: 1;
}
#c_wrap .zindex_5 {
  z-index: 5;
}
#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 .ttl_md {
  font-size: 1.125rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #c_wrap .ttl_md {
    font-size: 1.0625rem;
  }
}
#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 .success_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #c_wrap .success_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#c_wrap .success_list h3 {
  padding: 14px 14px 0;
  font-size: 1.0625rem;
}
#c_wrap .success_list h3:after {
  content: "…";
}
#c_wrap .success_list_item {
  display: grid;
  gap: 0.5em;
  padding: 24px;
  text-align: left;
  overflow: hidden;
  height: 340px;
  transition: height 0.5s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  #c_wrap .success_list_item {
    grid-template-columns: 1fr;
    padding: 14px;
  }
}
#c_wrap .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;
  transition: opacity 0.3s ease;
}
#c_wrap .success_list_item.is-open::after {
  opacity: 0;
  pointer-events: none;
}
#c_wrap .success_list_item .btn_line {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 240px;
  bottom: 16px;
  z-index: 5;
  transition: 0.2s ease background-color;
}
@media (hover: hover) {
  #c_wrap .success_list_item .btn_line:hover {
    background: #c90a16;
  }
}
#c_wrap .success_list_item .btn_line::before {
  display: none;
}
#c_wrap .success_list_item .btn_line:after {
  rotate: 135deg;
}
#c_wrap .success_list_item .btn_line.is-open:after {
  rotate: -45deg;
  translate: 0 -44%;
}
#c_wrap .area_figure {
  order: 2;
}
#c_wrap .area_ttl {
  order: 1;
}
#c_wrap .area_txt {
  font-size: 0.875rem;
  order: 3;
}
@media screen and (max-width: 767px) {
  #c_wrap .area_txt {
    font-size: 0.8125rem;
  }
}
#c_wrap .area_who {
  text-align: right;
  font-size: 0.75rem;
  order: 4;
  padding-bottom: 40px;
}
#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, 0.5s ease background-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%;
}
@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 .pref_nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #c_wrap .pref_nav {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
#c_wrap .pref_nav a {
  display: block;
  background: #c90a16;
  text-align: center;
  padding: 0.5em;
  color: #fff;
  border-radius: 0 7px 0 7px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
#c_wrap .pref_nav a:after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  margin-left: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 135deg;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  translate: 0 -50%;
}
#c_wrap .pref_ttl {
  margin: 2em 0;
  padding: 1em;
  background: #fbe9ea;
}
#c_wrap .back_to_top {
  font-size: 0.75rem;
  border-bottom: 1px solid #ccc;
  text-align: right;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
#c_wrap .back_to_top a {
  display: inline-block;
  padding: 0.5em;
}
#c_wrap .back_to_top a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  rotate: -45deg;
  display: inline-block;
}