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

:root {
  --dd_margin: 15px;
}

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

.article_cp_title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 410px;
}

.article_cp {
  border: 1px solid #ccc;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .article_cp {
    padding: 0;
  }
}

.article_cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .article_cta {
    flex-direction: column;
  }
}

.article_cta_link {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .article_cta_link {
    width: 100%;
  }
}

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

.trouble_section {
  background-color: #f9f9ef;
}
.trouble_section .trouble_upper_container {
  padding: 20px;
}
.trouble_section .trouble_bottom_container {
  background: #184800;
  position: relative;
  padding: 62px 0 28px;
}
.trouble_section .trouble_bottom_container:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #f9f9ef;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
}
.trouble_section .trouble_title {
  max-width: 364px;
  margin-inline: auto;
}
.trouble_section .trouble_list {
  counter-reset: troubleList;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trouble_section .trouble_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.trouble_section .trouble_listItem {
  background: #fff;
  padding: 24px 10px 10%;
  border-radius: 10px;
  position: relative;
  display: grid;
  grid-template-rows: 1fr 40px;
}
@media screen and (max-width: 767px) {
  .trouble_section .trouble_listItem {
    grid-template-columns: 50px 1fr;
    gap: 20px;
    padding: 24px 10px;
    grid-template-rows: 1fr;
    align-items: center;
  }
}
.trouble_section .trouble_listItem:before {
  background: #fff;
  color: #87ba6e;
  font-weight: bold;
  font-family: "din2014", Arial, Helvetica, sans-serif;
  counter-increment: troubleList;
  content: counter(troubleList);
  font-size: 1.5rem;
  width: 55px;
  height: 55px;
  display: gird;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: -10%;
  translate: -50% 0;
  z-index: 0;
}
.trouble_section .trouble_listItem:after {
  content: "";
  width: 81px;
  height: 66px;
  position: absolute;
  left: 50%;
  bottom: -6%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .trouble_section .trouble_listItem:after {
    position: relative;
    left: 0;
    bottom: 0;
    translate: 0;
    order: -1;
    width: 70px;
    height: 45px;
  }
}
.trouble_section .trouble_listItem.ico01:after {
  background: url(assets/images/prepare_trouble_ico01.png) no-repeat center center/contain;
}
.trouble_section .trouble_listItem.ico02:after {
  background: url(assets/images/prepare_trouble_ico02.png) no-repeat center center/contain;
}
.trouble_section .trouble_listItem.ico03:after {
  background: url(assets/images/prepare_trouble_ico03.png) no-repeat center center/contain;
}
.trouble_section .trouble_listItem p {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trouble_section .trouble_listItem p {
    font-size: 1.0625rem;
  }
}
.trouble_section .trouble_text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trouble_section .trouble_text {
    text-align: left;
  }
}
.trouble_section .trouble_solution_text {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 1.5rem;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .trouble_section .trouble_solution_text {
    font-size: max(17px, 4vw);
  }
}
.trouble_section .trouble_solution_text:before {
  content: "";
  width: 1px;
  height: 45%;
  border-left: 2px dashed #fff;
  rotate: -28deg;
  position: absolute;
  left: -1em;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .trouble_section .trouble_solution_text:before {
    rotate: -18deg;
  }
}
.trouble_section .trouble_solution_text:after {
  content: "";
  width: 1px;
  height: 45%;
  border-right: 2px dashed #fff;
  rotate: 28deg;
  position: absolute;
  right: -1em;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .trouble_section .trouble_solution_text:after {
    rotate: 18deg;
  }
}
.trouble_section .trouble_solution_text .sm {
  font-size: 83.33%;
}
.trouble_section .trouble_solution_text .solution_deco {
  background: #51aa1d;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 0.3em;
  padding: 0.25em 0.75em;
  border-radius: 5px;
  display: block;
}

.prepare_reason {
  --blue: #00468c;
  --blue_secondary: #a1caf2;
  --paleBlue: #f2f8ff;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.prepare_reason p {
  text-align: left;
}
.prepare_reason .ac_wrap {
  margin-top: 20px;
  background: var(--paleBlue);
  border: 3px solid var(--blue);
  border-radius: 36px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .prepare_reason .ac_wrap {
    border-radius: 2.5rem;
  }
}
.prepare_reason .ac_ttl button {
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prepare_reason .ac_ttl button {
    font-size: 1.25rem;
    padding: 0.5rem 2.1rem 0.5rem 0.5rem;
  }
}
.prepare_reason .ac_ttl button:after {
  content: "";
  background: url(/freestep/wp-content/uploads/sites/2/fs_241014_prejunior_arrow02.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
  margin-left: 0.5em;
  transition: 0.2s;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(0deg) translate(0, -50%);
  transform-origin: center top;
}
@media screen and (max-width: 767px) {
  .prepare_reason .ac_ttl button:after {
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    right: 10px;
    top: 50%;
  }
}
.prepare_reason .ac_ttl button.on:after {
  transform: rotate(180deg) translate(0, -50%);
}
.prepare_reason .ac_ttl span {
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .prepare_reason .ac_ttl span {
    width: 1.5em;
    height: 1.5em;
  }
}
.prepare_reason .ac_child_container {
  padding: 10px 30px 30px;
}
@media screen and (max-width: 767px) {
  .prepare_reason .ac_child_container {
    padding: 1rem 1.5rem 1.5rem;
  }
}
.prepare_reason .prepare_reason01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .prepare_reason .prepare_reason01 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .prepare_reason .prepare_reason01 div {
    border-bottom: 1px solid var(--blue_secondary);
  }
}
.prepare_reason .prepare_reason01 div:nth-child(2n-1) {
  padding-right: var(--dd_margin);
  border-right: 1px solid var(--blue_secondary);
}
@media screen and (max-width: 767px) {
  .prepare_reason .prepare_reason01 div:nth-child(2n-1) {
    border-right: inherit;
  }
}
.prepare_reason .prepare_reason01 div:nth-child(2n) {
  padding-left: var(--dd_margin);
}
.prepare_reason .prepare_reason01 div:nth-child(-n+4) {
  padding-bottom: var(--dd_margin);
  border-bottom: 1px solid var(--blue_secondary);
}
.prepare_reason .prepare_reason01 div:nth-child(n+3) {
  padding-top: var(--dd_margin);
}
@media screen and (max-width: 767px) {
  .prepare_reason .prepare_reason01 div:nth-child(2n-1), .prepare_reason .prepare_reason01 div:nth-child(2n), .prepare_reason .prepare_reason01 div:nth-child(-n+2), .prepare_reason .prepare_reason01 div:nth-child(n+3) {
    padding: 2rem 0;
  }
  .prepare_reason .prepare_reason01 div:first-child {
    padding-top: 0;
  }
  .prepare_reason .prepare_reason01 div:last-child {
    border-bottom: none;
  }
}
.prepare_reason .prepare_reason01 dt {
  font-size: 1.375rem;
  font-weight: bold;
  color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.prepare_reason .prepare_reason01 dt .en {
  font-size: 209%;
  margin-right: 10px;
  vertical-align: middle;
}
.prepare_reason .prepare_reason01 figure {
  margin: 14px 0 28px;
}
.prepare_reason .prepare_reason01 figure img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .prepare_reason .prepare_reason01 figure {
    margin: 0 0 0.5em;
  }
  .prepare_reason .prepare_reason01 figure img {
    width: 70px;
  }
}
.prepare_reason .prepare_reason01 .underline {
  color: var(--blue);
  background: transparent;
  border-bottom: 1px dotted var(--blue);
  font-weight: bold;
}
.prepare_reason .fc_red {
  color: #ed0000;
  font-weight: bold;
}
.prepare_reason .prepare_reason02 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.prepare_reason .prepare_reason03 p {
  font-size: 0.9375rem;
}
.prepare_reason .prepare_reason03 figure {
  margin: 28px 0 22px;
}
.prepare_reason .prepare_reason03 .picture {
  display: block;
  margin: 1em 0;
  text-align: center;
}
.prepare_reason .prepare_reason03 .picture img {
  display: inline-block;
  max-width: 640px;
  width: 100%;
  height: auto;
}
.prepare_reason .prepare_reason03 .note {
  background: #fffcf0;
  border: 1px solid #00468c;
  border-radius: 10px;
  padding: 17px 40px 28px 0;
}
@media screen and (max-width: 767px) {
  .prepare_reason .prepare_reason03 .note {
    padding: 1em 1em 1em 0;
  }
}
.prepare_reason .prepare_reason03 .note div {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 20px;
  padding: 0 0 0 57px;
  margin-top: 20px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .prepare_reason .prepare_reason03 .note div {
    grid-template-columns: 1fr;
    padding: 0 0 0 1em;
    margin-top: 1em;
    gap: 0.5em;
  }
}
.prepare_reason .prepare_reason03 .note figure {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .prepare_reason .prepare_reason03 .note figure {
    width: 120px;
    margin: auto;
  }
}
.prepare_reason .prepare_reason03 h4 {
  color: var(--blue);
  text-align: left;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.prepare_reason .prepare_reason03 h4 span {
  color: #fff;
  background: var(--blue);
  font-size: 75%;
  display: inline-block;
  padding: 10px 20px 10px 25px;
  border-radius: 0 50px 50px 0;
}
.prepare_reason .reason_summary {
  color: var(--blue);
  font-size: 1.5rem;
  margin-top: 1.5em;
}
.prepare_reason .prepare_flex {
  display: grid;
  grid-template-columns: 254px 1fr;
  grid-template-areas: "figure txt";
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .prepare_reason .prepare_flex {
    grid-template-columns: 1fr;
    grid-template-areas: "figure" "txt";
  }
}
.prepare_reason .prepare_flex .figure {
  grid-area: figure;
  justify-self: center;
}
.prepare_reason .prepare_flex .txt {
  grid-area: txt;
  justify-self: center;
}
.prepare_reason .prepare_flex.reverse {
  grid-template-areas: "txt figure";
  grid-template-columns: 1fr 254px;
}
@media screen and (max-width: 767px) {
  .prepare_reason .prepare_flex.reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "figure" "txt";
  }
}

.ac_child {
  display: none;
}

.prepare_title01 {
  text-align: center;
  font-size: 1.375rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prepare_title01 {
    font-size: 1.125rem;
  }
}
.prepare_title01 span {
  color: #184800;
  font-size: 127%;
  z-index: 1;
  position: relative;
}
.prepare_title01.ico_question {
  position: relative;
}
.prepare_title01.ico_question:before {
  content: "";
  z-index: 0;
  display: block;
  width: 45px;
  height: 45px;
  background: url(assets/images/prepare_reason_ico01.png) no-repeat center center/contain;
  position: absolute;
  left: -1.5em;
  top: 50%;
  translate: 0 -50%;
}
.prepare_title01.ico_light {
  position: relative;
}
.prepare_title01.ico_light:before {
  content: "";
  z-index: 0;
  display: block;
  width: 62px;
  height: 72px;
  background: url(assets/images/prepare_reason_ico02.png) no-repeat center center/contain;
  position: absolute;
  left: -1.5em;
  top: 50%;
  translate: 0 -50%;
}

.sakidori_section .sakidori_pic {
  max-width: 300px;
  margin-inline: auto;
}
.sakidori_section .sakidori_textbox p {
  margin-top: 1em;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sakidori_section .sakidori_textbox p {
    text-align: left;
  }
}
.sakidori_section .sakidori_textbox .deco {
  color: #184800;
  font-weight: bold;
  font-size: 110%;
}

.flow_area {
  padding: 64px 40px;
}
@media screen and (max-width: 767px) {
  .flow_area {
    padding: 40px 20px;
  }
}
.flow_area .flow_list h3 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .flow_area .flow_list h3 {
    font-size: 1em;
  }
}