@charset "UTF-8";
/* ----------------------------------------------------------
 media query
---------------------------------------------------------- */
/* max-width */
/* min-width */
/* ----------------------------------------------------------
 color
---------------------------------------------------------- */
/* ==========================================================================
創業計画書作成
========================================================================== */
#startup {
  /* ロゴ
  ----------------------------------------- */
  /* ページヘッダー
  ----------------------------------------- */
  /* Message
  ----------------------------------------- */
  /* About
  ----------------------------------------- */
  /* Features
  ----------------------------------------- */
  /* Plan
  ----------------------------------------- */
  /* Output
  ----------------------------------------- */
  /* Voice
  ----------------------------------------- */
  /* Flow
  ----------------------------------------- */
}
#startup #logo_wrap {
  width: 172px;
}
@media screen and (max-width:960px) {
  #startup #logo_wrap {
    width: 148px !important;
  }
}
#startup #footer_logo {
  width: 232px;
}
@media screen and (max-width:767px) {
  #startup #footer_logo {
    width: 122px !important;
  }
}
@media screen and (max-width:960px) {
  #startup #page_header {
    height: auto;
  }
}
#startup #page_header #services_item.l-flex {
  gap: initial !important;
}
#startup #page_header #services_item.l-flex .flex-r {
  width: 52.5%;
}
@media screen and (max-width:1400px) {
  #startup #page_header #services_item.l-flex .flex-r {
    width: 50%;
  }
}
#startup #page_header #services_item.l-flex .flex-r img {
  object-fit: contain;
}
#startup #page_header #services_item.l-flex .flex-l {
  width: 47.5%;
}
@media screen and (max-width:1400px) {
  #startup #page_header #services_item.l-flex .flex-l {
    width: 50%;
  }
}
@media screen and (max-width:767px) {
  #startup #page_header #services_item.l-flex .flex-l {
    padding-right: 0;
  }
}
#startup #page_header #services_item.l-flex .flex-l h1 {
  line-height: 1.5;
  padding-right: 3rem;
}
#startup #page_header #services_item.l-flex .flex-l .sec-text {
  padding-right: 3rem;
}
#startup #page_header #services_item.l-flex .flex-l .btn-wrap a {
  padding: 0 1rem;
}
#startup #message #message_inner {
  align-items: stretch !important;
}
@media screen and (max-width:960px) {
  #startup #message #message_inner .title-wrap {
    text-align: center;
  }
}
@media screen and (max-width:960px) {
  #startup #message #message_inner .flex-l {
    width: 100%;
    flex: 1;
  }
}
#startup #message #message_inner .flex-l .message-text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 5rem;
}
@media print, screen and (max-width:1200px) {
  #startup #message #message_inner .flex-l .message-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width:960px) {
  #startup #message #message_inner .flex-l .message-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:820px) {
  #startup #message #message_inner .flex-l .message-text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
#startup #message #message_inner .flex-r {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width:960px) {
  #startup #message #message_inner .flex-r {
    flex: 1;
    margin-right: initial;
    width: 100%;
  }
}
#startup #message #message_inner .flex-r div {
  height: 100%;
}
#startup #message #message_inner .flex-r figure {
  height: 100%;
}
#startup #about .l-flex {
  position: relative;
  gap: initial !important;
  padding: 4rem 0;
}
@media screen and (min-width:1100px) {
  #startup #about .l-flex {
    min-height: 50em;
  }
}
@media screen and (min-width:768px) {
  #startup #about .l-flex {
    margin-bottom: 150px;
  }
}
@media screen and (max-width:767px) {
  #startup #about .l-flex {
    margin-bottom: 4rem;
    padding: 0;
    box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
  }
}
@media screen and (min-width:768px) {
  #startup #about .l-flex .flex-l {
    position: absolute;
    right: calc(60% - 4rem);
    width: 45vw;
    height: 100%;
  }
}
#startup #about .l-flex .flex-l div, #startup #about .l-flex .flex-l figure {
  height: 100%;
}
#startup #about .l-flex .flex-l .slide-in,
#startup #about .l-flex .flex-l .slide-in_inner {
  height: 100%;
}
#startup #about .l-flex .flex-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width:768px) {
  #startup #about .l-flex:nth-of-type(even) .flex-l {
    right: initial;
    left: calc(60% - 4rem);
  }
}
#startup #about .l-flex .flex-r {
  position: relative;
  z-index: 1;
  padding: 4rem;
  background-color: #ffffff;
}
@media screen and (min-width:768px) {
  #startup #about .l-flex .flex-r {
    width: 60%;
    margin-left: 40%;
    box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
  }
}
@media screen and (min-width:768px) {
  #startup #about .l-flex .flex-r a:hover {
    opacity: 0.5;
  }
}
#startup #about .l-flex .flex-r h3 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-right: 2em;
  border-bottom: 1px solid #cccccc;
  color: #145d3a;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  #startup #about .l-flex .flex-r h3 {
    font-size: 1.8rem;
  }
}
#startup #about .l-flex .flex-r h3:before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: #145d3a;
  border-radius: 100%;
}
#startup #about .l-flex .flex-r h3:after {
  content: "";
  position: absolute;
  right: 0.775em;
  display: block;
  transform: translateX(50%) rotate(45deg);
  width: 0.35em;
  height: 0.35em;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
#startup #about .l-flex .flex-r h4 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  #startup #about .l-flex .flex-r h4 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:768px) {
  #startup #about .l-flex:nth-of-type(even) .flex-r {
    width: 60%;
    margin-left: 0;
    margin-right: 40%;
  }
}
#startup .features-wrap {
  display: flex;
  align-items: initial !important;
  gap: 2rem;
  flex-wrap: wrap;
}
#startup .features-wrap .features-item {
  width: calc(25% - 1.5rem);
  background: #ffffff;
  padding: 3rem;
}
@media screen and (max-width:960px) {
  #startup .features-wrap .features-item {
    width: calc(25% - 1.5rem);
    padding: 2rem;
  }
}
@media screen and (max-width:767px) {
  #startup .features-wrap .features-item {
    width: 100%;
  }
}
#startup .features-wrap .features-item h3 {
  font-size: 1.9rem;
  margin: 1rem 0;
  text-align: center;
}
@media print, screen and (max-width:1200px) {
  #startup .features-wrap .features-item h3 {
    font-size: 1.5rem;
  }
}
#startup .features-wrap .features-item p {
  margin: 0;
}
#startup #plan .l-flex {
  align-items: initial !important;
  gap: initial !important;
}
#startup #plan .plan_table {
  position: relative;
  max-width: calc(1200px + 4rem);
  border-radius: 1rem;
  margin: 7rem auto 2rem auto;
  padding: 2rem;
  box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
#startup #plan .plan_table .plan_table_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  #startup #plan .plan_table .plan_table_inner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
  }
}
#startup #plan .plan_table .plan_table_inner table {
  table-layout: fixed;
  width: 100%;
  transform: translateX(5px);
}
#startup #plan .plan_table .plan_table_inner table p {
  margin: 0 !important;
}
#startup #plan .plan_table .plan_table_inner table td {
  padding: 0.75em 0.5em;
  border: 1px solid #ffffff;
  text-align: center;
}
#startup #plan .plan_table .plan_table_inner table .title {
  width: calc(22rem - 5px);
  margin-right: 5px;
  color: #ffffff;
  background-color: #145d3a;
  font-weight: 600;
  text-align: left;
  transform: translateX(-5px);
}
@media screen and (max-width:1024px) {
  #startup #plan .plan_table .plan_table_inner table .title {
    width: calc(20rem - 5px);
    position: sticky;
    z-index: 1;
    left: 0;
  }
}
@media screen and (max-width:767px) {
  #startup #plan .plan_table .plan_table_inner table .title {
    width: 10rem;
  }
}
#startup #plan .plan_table .plan_table_inner table .plan {
  position: relative;
  width: calc((100% - 22rem) / 3);
}
@media screen and (max-width:1024px) {
  #startup #plan .plan_table .plan_table_inner table .plan {
    width: 22rem;
  }
}
#startup #plan .plan_table .plan_table_inner table .plan::before, #startup #plan .plan_table .plan_table_inner table .plan::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 5px;
  height: 100%;
  background-color: #ffffff;
}
#startup #plan .plan_table .plan_table_inner table .plan::before {
  left: 0;
}
#startup #plan .plan_table .plan_table_inner table .plan::after {
  right: 0;
}
#startup #plan .plan_table .plan_table_inner table thead th.title {
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  font-size: 1.3rem;
}
#startup #plan .plan_table .plan_table_inner table thead th.plan {
  padding-bottom: 2rem;
}
#startup #plan .plan_table .plan_table_inner table thead th.plan .des {
  position: relative;
  padding: 1em 0.25em;
  color: #145d3a;
  font-weight: 600;
  font-size: 1.3rem;
}
#startup #plan .plan_table .plan_table_inner table thead th.plan .des::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 5px;
  display: block;
  width: calc(100% - 10px);
  height: 100%;
  background-color: #E9FFF3;
  border-radius: 1rem;
}
#startup #plan .plan_table .plan_table_inner table thead th.plan h3 {
  margin: 1rem auto 0.5rem auto;
  color: #145d3a;
  font-weight: 900;
  font-size: 2.5rem;
}
@media print, screen and (max-width:1200px) {
  #startup #plan .plan_table .plan_table_inner table thead th.plan h3 {
    font-size: 2rem;
  }
}
#startup #plan .plan_table .plan_table_inner table thead th.plan .fee {
  line-height: 175%;
}
#startup #plan .plan_table .plan_table_inner table thead th.plan .fee span {
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width:1024px) {
  #startup #plan .plan_table .plan_table_inner table thead th.plan .fee span {
    font-size: 2rem;
  }
}
#startup #plan .plan_table .plan_table_inner table tbody tr:nth-of-type(odd) .plan {
  background-color: #F8F8F8;
}
#startup #plan .plan_table .plan_table_inner table tbody tr td {
  font-size: 1.8rem;
}
#startup #plan .plan_table .plan_table_inner table tbody tr td.title {
  padding: 0.75em;
  font-size: 1.3rem;
}
#startup #plan .plan_table .plan_table_inner table tbody tr:last-of-type .title {
  border-radius: 0 0 1rem 1rem;
}
#startup #plan .plan_table .scroll {
  display: none;
}
@media screen and (max-width:1024px) {
  #startup #plan .plan_table .scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 0.25em 0;
    border-radius: 0.5rem;
    font-weight: 600;
    color: #999;
    background-color: #efefef;
  }
  #startup #plan .plan_table .scroll::after {
    content: "";
    display: block;
    width: 5rem;
    height: 3rem;
    margin-left: 0.5em;
    background: url(../images/icon-scroll.svg) no-repeat center center/contain;
  }
}
#startup #plan .plan_supplement {
  width: 90%;
  max-width: 1100px;
  margin: 6rem auto 0 auto;
}
@media screen and (max-width:1024px) {
  #startup #plan .plan_supplement {
    width: 100%;
  }
}
#startup #plan .plan_supplement article {
  margin-bottom: 2rem;
  border: 2px solid #82BAA0;
  border-radius: 1rem;
  background-color: #E9FFF3;
  transform: 0.3s;
}
#startup #plan .plan_supplement article h3 {
  padding: 2rem 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width:1024px) {
  #startup #plan .plan_supplement article h3 {
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    font-size: 1.5rem;
  }
}
#startup #plan .plan_supplement article .detail {
  width: calc(100% - 6rem);
  margin: 0 auto;
}
#startup #plan .accordion {
  margin: 4rem auto !important;
}
#startup #plan .accordion .accordion-item {
  position: relative;
  margin-top: 0;
}
#startup #plan .accordion .accordion-item .icon {
  display: inline-block;
  position: absolute;
  top: 1.25em;
  right: 2rem;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
@media screen and (max-width:1024px) {
  #startup #plan .accordion .accordion-item .icon {
    top: 18px;
    right: 1.5rem;
  }
}
#startup #plan .accordion .accordion-item .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  right: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
#startup #plan .accordion .accordion-item .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  right: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
#startup #plan .accordion .accordion-item .accordion-title {
  cursor: pointer;
}
#startup #plan .accordion .accordion-item .accordion-content {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media screen and (max-width:767px) {
  #startup #plan .accordion .accordion-item .accordion-content {
    display: flex;
    flex-wrap: wrap;
  }
  #startup #plan .accordion .accordion-item .accordion-content p {
    width: 100%;
  }
  #startup #plan .accordion .accordion-item .accordion-content figure {
    width: 100%;
  }
}
#startup #plan .accordion .accordion-item .accordion-content p a {
  color: #F38B02;
  text-decoration: underline;
}
#startup #plan .accordion .accordion-item.open {
  background-color: #ffffff;
  transform: 0.3s;
}
#startup #plan .accordion .accordion-item.open .icon::after {
  content: none;
}
#startup #plan .accordion .accordion-item.open .accordion-content {
  border-top: 1px solid #82BAA0;
  padding-top: 2rem;
  margin: 0 auto 3rem auto;
}
#startup #output .swiper-container {
  width: 70% !important;
  margin: 0 15% !important;
  overflow: hidden !important;
  position: relative;
  height: max-content;
}
@media screen and (max-width:767px) {
  #startup #output .swiper-container {
    width: 90% !important;
    margin: 0 5% !important;
  }
}
#startup #output .swiper-container .swiper-slide {
  border: 3px solid #111111;
}
@media screen and (max-width:767px) {
  #startup #output .swiper-container .swiper-button {
    margin-top: 2rem;
  }
}
#startup #output .swiper-container .swiper-button-next,
#startup #output .swiper-container .swiper-button-prev {
  top: initial;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0;
  position: relative;
  left: initial;
  right: initial;
}
#startup #voice {
  overflow-x: hidden;
}
#startup #voice #voice_inner .voice_list {
  display: flex;
  flex-direction: column;
}
#startup #voice #voice_inner .voice_list article {
  margin: 15rem auto;
}
@media screen and (max-width:767px) {
  #startup #voice #voice_inner .voice_list article {
    margin: 5rem auto;
  }
}
#startup #voice #voice_inner .voice_list article .is-layout-grid {
  position: relative;
  display: flex;
}
@media screen and (max-width:960px) {
  #startup #voice #voice_inner .voice_list article .is-layout-grid {
    flex-direction: column;
    gap: 0;
  }
}
#startup #voice #voice_inner .voice_list article .is-layout-grid .detail {
  position: relative;
  z-index: 2;
  width: 55%;
  margin: 5rem 0;
  padding: 5rem 5rem 5rem 0;
}
#startup #voice #voice_inner .voice_list article .is-layout-grid .detail::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  width: 60vw;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
@media screen and (max-width:960px) {
  #startup #voice #voice_inner .voice_list article .is-layout-grid .detail {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 3rem;
  }
  #startup #voice #voice_inner .voice_list article .is-layout-grid .detail::before {
    width: 100%;
  }
}
#startup #voice #voice_inner .voice_list article .is-layout-grid .detail .info {
  gap: 0;
}
@media screen and (max-width:767px) {
  #startup #voice #voice_inner .voice_list article .is-layout-grid .detail .info {
    flex-direction: column;
  }
}
#startup #voice #voice_inner .voice_list article .is-layout-grid .detail .info p {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0 1em;
  border-radius: 2em;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (max-width:767px) {
  #startup #voice #voice_inner .voice_list article .is-layout-grid .detail .info p {
    display: block;
    width: 100%;
    padding: 0.25em 0.5em;
    text-align: center;
    border-radius: 0.5em;
    font-size: 1.25rem;
  }
}
#startup #voice #voice_inner .voice_list article .is-layout-grid .detail .info p.cat {
  color: #ffffff;
  background-color: #145d3a;
  border: 1px solid #145d3a;
}
@media screen and (max-width:767px) {
  #startup #voice #voice_inner .voice_list article .is-layout-grid .detail .info p.cat {
    margin-bottom: 0.5em;
  }
}
#startup #voice #voice_inner .voice_list article .is-layout-grid .detail .info p.funds {
  color: #145d3a;
  border: 1px solid #145d3a;
}
#startup #voice #voice_inner .voice_list article .is-layout-grid .detail h3 {
  margin: 2rem auto;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  #startup #voice #voice_inner .voice_list article .is-layout-grid .detail h3 {
    font-size: 1.75rem;
  }
}
#startup #voice #voice_inner .voice_list article .is-layout-grid .detail h3 + p {
  line-height: 1.75em;
  font-size: 1.5rem;
}
#startup #voice #voice_inner .voice_list article .is-layout-grid .image {
  position: absolute;
  top: 0;
  left: 40%;
  width: 60vw;
  height: 100%;
}
@media screen and (max-width:960px) {
  #startup #voice #voice_inner .voice_list article .is-layout-grid .image {
    order: 1;
    position: relative;
    left: initial;
    width: 100%;
  }
}
#startup #voice #voice_inner .voice_list article .is-layout-grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#startup #voice #voice_inner .voice_list article:nth-of-type(1) {
  margin-top: 5rem;
}
#startup #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid {
  flex-direction: row-reverse;
}
@media screen and (max-width:960px) {
  #startup #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid {
    flex-direction: column;
  }
}
#startup #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid .detail {
  padding: 5rem 0 5rem 5rem;
}
@media screen and (max-width:960px) {
  #startup #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid .detail {
    padding: 3rem;
  }
}
#startup #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid .detail::before {
  right: initial;
  left: 0;
}
#startup #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid .image {
  left: initial;
  right: 40%;
}
@media screen and (max-width:960px) {
  #startup #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid .image {
    right: initial;
  }
}
#startup #flow article {
  width: 90%;
  margin: 0 auto;
}
#startup #flow article .flow-box {
  position: relative;
  counter-increment: mycounter;
}
#startup #flow article .flow-box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  background-color: #145d3a;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box::before {
    top: 0;
    left: 50%;
    width: 80%;
    height: 3rem;
    transform: translate(-50%, -50%);
  }
}
#startup #flow article .flow-box::after {
  content: "";
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 25px solid #145d3a;
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box::after {
    top: calc(100% + 1rem);
  }
}
#startup #flow article .flow-box:last-of-type::after {
  content: none;
}
#startup #flow article .flow-box .flow-item {
  position: relative;
  width: calc(100% - 6rem);
  margin: 0 0 6rem 6rem;
  padding: 2.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box .flow-item {
    width: 100%;
    margin: 0 0 6rem 0;
    padding-top: 3rem;
  }
}
#startup #flow article .flow-box .flow-item::before {
  content: "Flow";
  position: absolute;
  z-index: 2;
  bottom: calc(50% + 0.25em);
  left: -6rem;
  display: block;
  text-align: center;
  width: 8rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box .flow-item::before {
    top: 0;
    bottom: initial;
    left: initial;
    right: 50%;
    width: 5rem;
    text-align: right;
    transform: translate(0.5em, -50%);
  }
}
#startup #flow article .flow-box .flow-item::after {
  content: counter(mycounter, decimal-leading-zero);
  counter-increment: count 1;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -6rem;
  display: block;
  text-align: center;
  width: 8rem;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  transform: translateY(-25%);
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box .flow-item::after {
    top: 0;
    left: 50%;
    width: 4rem;
    font-size: 2rem;
    text-align: left;
    transform: translate(0.5em, -50%);
  }
}
#startup #flow article .flow-box .flow-item .you, #startup #flow article .flow-box .flow-item .us {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box .flow-item .you, #startup #flow article .flow-box .flow-item .us {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#startup #flow article .flow-box .flow-item .you > div, #startup #flow article .flow-box .flow-item .us > div {
  order: 2;
  padding-left: 2rem;
  border-left: 1px solid #ccc;
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box .flow-item .you > div, #startup #flow article .flow-box .flow-item .us > div {
    margin-top: 1rem;
    padding: 1rem 0 0 0;
    border-left: 0;
    border-top: 1px solid #ccc;
  }
}
#startup #flow article .flow-box .flow-item .you::before, #startup #flow article .flow-box .flow-item .us::before {
  order: 1;
  content: "";
  display: block;
  width: 9.5rem;
  height: 8.5rem;
  aspect-ratio: 64/85;
  margin: 0 2rem;
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box .flow-item .you::before, #startup #flow article .flow-box .flow-item .us::before {
    width: 8.5rem;
  }
}
#startup #flow article .flow-box .flow-item .you p, #startup #flow article .flow-box .flow-item .us p {
  margin-top: 0.75em;
  font-size: 1.5rem;
  line-height: 175%;
}
#startup #flow article .flow-box .flow-item .you::before {
  background: url(../images/icon-flow_you.svg) no-repeat center center/contain;
}
#startup #flow article .flow-box .flow-item .us::before {
  background: url(../images/icon-flow_us.svg) no-repeat center center/contain;
}
#startup #flow article .flow-box .flow-item .you.us::before {
  order: 1;
  background: url(../images/icon-flow_you.svg) no-repeat center center/contain;
  margin: 0 0 0 2rem;
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box .flow-item .you.us::before {
    display: inline-block;
    margin: 0;
  }
}
#startup #flow article .flow-box .flow-item .you.us::after {
  order: 2;
  content: "";
  display: block;
  width: 9.5rem;
  height: 8.5rem;
  aspect-ratio: 64/85;
  margin: 0 2rem;
  background: url(../images/icon-flow_us.svg) no-repeat center center/contain;
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box .flow-item .you.us::after {
    display: inline-block;
    margin: 0;
    width: 8.5rem;
  }
}
#startup #flow article .flow-box .flow-item .you.us > div {
  order: 3;
}
@media screen and (max-width:767px) {
  #startup #flow article .flow-box .flow-item h3 {
    font-size: 1.75rem;
    text-align: center;
  }
}
#startup #flow article .flow-box .flow-item h3 + p {
  margin-top: 1em;
}