@charset "UTF-8";
/* ----------------------------------------------------------
 media query
---------------------------------------------------------- */
/* max-width */
/* min-width */
/* ----------------------------------------------------------
 color
---------------------------------------------------------- */
/* ==========================================================================
事業計画書作成
========================================================================== */
#businessplan {
  /* ロゴ
  ----------------------------------------- */
  /* ページヘッダー
  ----------------------------------------- */
  /* Message
  ----------------------------------------- */
  /* Output
  ----------------------------------------- */
  /* About
  ----------------------------------------- */
  /* Plan
  ----------------------------------------- */
  /* Contents
  ----------------------------------------- */
  /* Features
  ----------------------------------------- */
  /* Voice
  ----------------------------------------- */
  /* Flow
  ----------------------------------------- */
}
#businessplan #logo_wrap {
  width: 172px;
}
@media screen and (max-width:960px) {
  #businessplan #logo_wrap {
    width: 148px !important;
  }
}
#businessplan #footer_logo {
  width: 232px;
}
@media screen and (max-width:767px) {
  #businessplan #footer_logo {
    width: 122px !important;
  }
}
@media screen and (max-width:960px) {
  #businessplan #page_header {
    height: auto;
  }
}
#businessplan #page_header #services_item.l-flex {
  gap: initial !important;
}
#businessplan #page_header #services_item.l-flex .flex-r {
  width: 52.5%;
}
@media screen and (max-width:1400px) {
  #businessplan #page_header #services_item.l-flex .flex-r {
    width: 50%;
  }
}
#businessplan #page_header #services_item.l-flex .flex-r img {
  object-fit: contain;
}
#businessplan #page_header #services_item.l-flex .flex-l {
  width: 47.5%;
}
@media screen and (max-width:1400px) {
  #businessplan #page_header #services_item.l-flex .flex-l {
    width: 50%;
  }
}
@media screen and (max-width:767px) {
  #businessplan #page_header #services_item.l-flex .flex-l {
    padding-right: 0;
  }
}
#businessplan #page_header #services_item.l-flex .flex-l h1 {
  line-height: 1.5;
  padding-right: 3rem;
}
#businessplan #page_header #services_item.l-flex .flex-l .sec-text {
  padding-right: 3rem;
}
#businessplan #page_header #services_item.l-flex .flex-l .btn-wrap a {
  padding: 0 1rem;
}
#businessplan #message #message_inner {
  align-items: stretch !important;
}
@media screen and (max-width:960px) {
  #businessplan #message #message_inner .title-wrap {
    text-align: center;
  }
}
@media screen and (max-width:960px) {
  #businessplan #message #message_inner .flex-l {
    width: 100%;
    flex: 1;
  }
}
#businessplan #message #message_inner .flex-l .message-text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 5rem;
}
@media print, screen and (max-width:1200px) {
  #businessplan #message #message_inner .flex-l .message-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width:960px) {
  #businessplan #message #message_inner .flex-l .message-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:820px) {
  #businessplan #message #message_inner .flex-l .message-text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
#businessplan #message #message_inner .flex-r {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width:960px) {
  #businessplan #message #message_inner .flex-r {
    flex: 1;
    margin-right: initial;
    width: 100%;
  }
}
#businessplan #message #message_inner .flex-r div {
  height: 100%;
}
#businessplan #message #message_inner .flex-r figure {
  height: 100%;
}
#businessplan #output .swiper-container {
  width: 70% !important;
  margin: 0 15% !important;
  overflow: hidden !important;
  position: relative;
  height: max-content;
}
@media screen and (max-width:767px) {
  #businessplan #output .swiper-container {
    width: 90% !important;
    margin: 0 5% !important;
  }
}
#businessplan #output .swiper-container .swiper-slide {
  border: 3px solid #111111;
}
@media screen and (max-width:767px) {
  #businessplan #output .swiper-container .swiper-button {
    margin-top: 2rem;
  }
}
#businessplan #output .swiper-container .swiper-button-next,
#businessplan #output .swiper-container .swiper-button-prev {
  top: initial;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0;
  position: relative;
  left: initial;
  right: initial;
}
#businessplan #output ul.caution {
  width: 70%;
  margin: 4rem auto 0 auto;
  padding: 3rem;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
@media screen and (max-width:1024px) {
  #businessplan #output ul.caution {
    width: 100%;
  }
}
#businessplan #output ul.caution li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
#businessplan #output ul.caution li:before {
  content: "●";
  margin-right: 0.5em;
  font-size: 0.75em;
  color: #145d3a;
}
#businessplan #output ul.caution li a {
  color: #F38B02;
  text-decoration: underline;
}
#businessplan #about .l-flex {
  position: relative;
  gap: initial !important;
  padding: 4rem 0;
}
@media screen and (min-width:1100px) {
  #businessplan #about .l-flex {
    min-height: 50em;
  }
}
@media screen and (min-width:768px) {
  #businessplan #about .l-flex {
    margin-bottom: 150px;
  }
}
@media screen and (max-width:767px) {
  #businessplan #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) {
  #businessplan #about .l-flex .flex-l {
    position: absolute;
    right: calc(60% - 4rem);
    width: 45vw;
    height: 100%;
  }
}
#businessplan #about .l-flex .flex-l div, #businessplan #about .l-flex .flex-l figure {
  height: 100%;
}
#businessplan #about .l-flex .flex-l .slide-in,
#businessplan #about .l-flex .flex-l .slide-in_inner {
  height: 100%;
}
#businessplan #about .l-flex .flex-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width:768px) {
  #businessplan #about .l-flex:nth-of-type(even) .flex-l {
    right: initial;
    left: calc(60% - 4rem);
  }
}
#businessplan #about .l-flex .flex-r {
  position: relative;
  z-index: 1;
  padding: 4rem;
  background-color: #ffffff;
}
@media screen and (min-width:768px) {
  #businessplan #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) {
  #businessplan #about .l-flex .flex-r a:hover {
    opacity: 0.5;
  }
}
#businessplan #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) {
  #businessplan #about .l-flex .flex-r h3 {
    font-size: 1.8rem;
  }
}
#businessplan #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%;
}
#businessplan #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;
}
#businessplan #about .l-flex .flex-r h4 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  #businessplan #about .l-flex .flex-r h4 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:768px) {
  #businessplan #about .l-flex:nth-of-type(even) .flex-r {
    width: 60%;
    margin-left: 0;
    margin-right: 40%;
  }
}
#businessplan #plan .l-flex {
  align-items: initial !important;
  gap: initial !important;
}
#businessplan #plan .plan_table {
  position: relative;
  max-width: calc(1200px + 4rem);
  border-radius: 1rem;
  margin: 7rem auto 2rem auto;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
#businessplan #plan .plan_table .plan_table_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_table .plan_table_inner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
  }
}
#businessplan #plan .plan_table .plan_table_inner table {
  table-layout: fixed;
  width: 100%;
  transform: translateX(5px);
}
#businessplan #plan .plan_table .plan_table_inner table p {
  margin: 0 !important;
}
#businessplan #plan .plan_table .plan_table_inner table td {
  padding: 0.75em 0.5em;
  border: 1px solid #ffffff;
  text-align: center;
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_table .plan_table_inner table td {
    padding: 0.5em 0.25em;
  }
}
#businessplan #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) {
  #businessplan #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) {
  #businessplan #plan .plan_table .plan_table_inner table .title {
    width: 10rem;
  }
}
#businessplan #plan .plan_table .plan_table_inner table .plan {
  position: relative;
  width: calc((100% - 22rem) / 3);
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_table .plan_table_inner table .plan {
    width: 16rem;
  }
}
#businessplan #plan .plan_table .plan_table_inner table .plan::before, #businessplan #plan .plan_table .plan_table_inner table .plan::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 5px;
  height: 100%;
  background-color: #ffffff;
}
#businessplan #plan .plan_table .plan_table_inner table .plan::before {
  left: 0;
}
#businessplan #plan .plan_table .plan_table_inner table .plan::after {
  right: 0;
}
#businessplan #plan .plan_table .plan_table_inner table thead th.title {
  border-radius: 1rem 1rem 0 0;
  padding: 0.75em;
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_table .plan_table_inner table thead th.title {
    font-size: 1.3rem;
  }
}
#businessplan #plan .plan_table .plan_table_inner table thead th.plan {
  padding-bottom: 2rem;
}
#businessplan #plan .plan_table .plan_table_inner table thead th.plan .des {
  position: relative;
  padding: 1em 0.25em;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem;
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_table .plan_table_inner table thead th.plan .des {
    padding: 0.5em 0.25em;
  }
}
#businessplan #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: #3F996F;
  border-radius: 1rem;
}
#businessplan #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.25rem;
}
@media print, screen and (max-width:1200px) {
  #businessplan #plan .plan_table .plan_table_inner table thead th.plan h3 {
    font-size: 1.5rem;
  }
}
#businessplan #plan .plan_table .plan_table_inner table thead th.plan .fee {
  line-height: 175%;
}
#businessplan #plan .plan_table .plan_table_inner table thead th.plan .fee span {
  display: inline-block;
  padding: 0 0.25em;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_table .plan_table_inner table thead th.plan .fee span {
    font-size: 2rem;
  }
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr:nth-of-type(odd) .plan {
  background-color: #F8F8F8;
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td {
  font-size: 1.8rem;
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td.title {
  padding: 0.75em;
  font-size: 1.5rem;
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_table .plan_table_inner table tbody tr td.title {
    font-size: 1.3rem;
  }
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan {
  vertical-align: top;
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan .bold {
  font-weight: 500;
  font-size: 1.75rem;
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan .bold span {
  display: block;
  font-size: 1.35rem;
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan .mark {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  color: #3F996F;
  text-shadow: 0px 0px 1px #3F996F;
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan .mark.maru {
  font-weight: 700;
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan p {
  font-size: 1.35rem;
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan p {
    font-size: 1.15rem;
  }
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan .mark + p {
  margin-top: 0.5em !important;
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan p.download {
  margin-top: 1em !important;
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan p.download a {
  display: inline-block;
  padding: 0.5em 1em;
  color: #ffffff;
  background-color: #3F996F;
  font-weight: 500;
  font-size: 1.35rem;
  border-radius: 3em;
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_table .plan_table_inner table tbody tr td.plan p.download a {
    font-size: 1rem;
  }
}
#businessplan #plan .plan_table .plan_table_inner table tbody tr:last-of-type .title {
  border-radius: 0 0 1rem 1rem;
}
#businessplan #plan .plan_table .scroll {
  display: none;
}
@media screen and (max-width:1024px) {
  #businessplan #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;
  }
  #businessplan #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;
  }
}
#businessplan #plan .plan_supplement {
  width: 90%;
  max-width: 1100px;
  margin: 6rem auto 0 auto;
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_supplement {
    width: 100%;
  }
}
#businessplan #plan .plan_supplement article {
  margin-bottom: 2rem;
  border: 2px solid #82BAA0;
  border-radius: 1rem;
  background-color: #E9FFF3;
  transform: 0.3s;
}
#businessplan #plan .plan_supplement article h3 {
  padding: 2rem 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width:1024px) {
  #businessplan #plan .plan_supplement article h3 {
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    font-size: 1.5rem;
  }
}
#businessplan #plan .plan_supplement article .detail {
  width: calc(100% - 6rem);
  margin: 0 auto;
}
#businessplan #plan .plan_supplement article .detail h4 {
  position: relative;
  padding: 0.5em 0;
  text-align: center;
  color: #ffffff;
  background-color: #145d3a;
}
#businessplan #plan .plan_supplement article .detail h4::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #145d3a;
}
#businessplan #plan .plan_supplement article .detail .merit {
  position: relative;
  background-color: rgba(130, 186, 160, 0.12);
}
#businessplan #plan .plan_supplement article .detail .merit::after {
  content: "";
  position: absolute;
  top: calc(50% + 2em);
  left: 50%;
  display: block;
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  border: 15px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
#businessplan #plan .plan_supplement article .detail .demerit {
  position: relative;
  background-color: rgba(204, 204, 204, 0.16);
}
#businessplan #plan .plan_supplement article .detail .demerit::before, #businessplan #plan .plan_supplement article .detail .demerit::after {
  content: "";
  position: absolute;
  top: calc(50% + 2em);
  left: 50%;
  display: block;
  width: 60%;
  height: 15px;
  background-color: #fff;
}
#businessplan #plan .plan_supplement article .detail .demerit::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#businessplan #plan .plan_supplement article .detail .demerit::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#businessplan #plan .plan_supplement article .detail .demerit h4 {
  background-color: #3F996F;
}
#businessplan #plan .plan_supplement article .detail .demerit h4::after {
  border-top: 10px solid #3F996F;
}
#businessplan #plan .plan_supplement article .detail p {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 2.5rem 2rem 2rem 2rem;
  font-weight: 500;
  line-height: 1.75;
}
#businessplan #plan .accordion {
  margin: 4rem auto !important;
}
#businessplan #plan .accordion .accordion-item {
  position: relative;
  margin-top: 0;
}
#businessplan #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) {
  #businessplan #plan .accordion .accordion-item .icon {
    top: 18px;
    right: 1.5rem;
  }
}
#businessplan #plan .accordion .accordion-item .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  right: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
#businessplan #plan .accordion .accordion-item .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  right: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
#businessplan #plan .accordion .accordion-item .accordion-title {
  cursor: pointer;
}
#businessplan #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) {
  #businessplan #plan .accordion .accordion-item .accordion-content {
    display: flex;
    flex-wrap: wrap;
  }
  #businessplan #plan .accordion .accordion-item .accordion-content p {
    width: 100%;
  }
}
#businessplan #plan .accordion .accordion-item.open {
  background-color: #ffffff;
  transform: 0.3s;
}
#businessplan #plan .accordion .accordion-item.open .icon::after {
  content: none;
}
#businessplan #plan .accordion .accordion-item.open .accordion-content {
  padding-top: 1rem;
  margin: 0 auto 3rem auto;
}
#businessplan #contents #contents_inner .contents_table {
  position: relative;
  max-width: calc(1200px + 4rem);
  border-radius: 1rem;
  margin: 2rem auto;
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  #businessplan #contents #contents_inner .contents_table .contents_table_inner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
  }
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table {
  table-layout: fixed;
  border: 2px solid #145d3a;
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table thead tr td {
  border-bottom: 1px solid #ccc;
  background-color: #145d3a;
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table thead tr td.title {
  width: 24rem;
}
@media screen and (max-width:1024px) {
  #businessplan #contents #contents_inner .contents_table .contents_table_inner table thead tr td.title {
    width: 24rem;
    position: sticky;
    z-index: 1;
    left: -1px;
  }
}
@media screen and (max-width:767px) {
  #businessplan #contents #contents_inner .contents_table .contents_table_inner table thead tr td.title {
    width: 16rem;
  }
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table thead tr td.plan {
  width: 25rem;
  color: #ffffff;
  border-left: 1px solid #ccc;
  background-color: #3F996F;
  text-align: center;
}
@media screen and (max-width:1024px) {
  #businessplan #contents #contents_inner .contents_table .contents_table_inner table thead tr td.plan {
    width: 20rem;
  }
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table thead tr td.plan .title {
  margin: 1rem auto;
  font-weight: 700;
  font-size: 1.75rem;
}
@media screen and (max-width:1024px) {
  #businessplan #contents #contents_inner .contents_table .contents_table_inner table thead tr td.plan .title {
    font-size: 1.5rem;
  }
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table thead tr td.plan .des {
  display: inline-block;
  width: calc(100% - 3rem);
  margin: 0 auto 1rem auto;
  padding: 0.5em;
  border-radius: 0.5rem;
  color: #111111;
  background-color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width:1024px) {
  #businessplan #contents #contents_inner .contents_table .contents_table_inner table thead tr td.plan .des {
    font-size: 1.1rem;
  }
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr:nth-child(even) td {
  background-color: #F8F8F8;
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td {
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.title {
  padding: 0.5rem 1em;
  border-left: 1px solid #ccc;
  color: #ffffff;
  background-color: #145d3a;
  font-weight: 500;
  font-size: 1.35rem;
  width: 24rem;
}
@media screen and (max-width:1024px) {
  #businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.title {
    width: 24rem;
    position: sticky;
    z-index: 1;
    left: -1px;
  }
  #businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.title.half {
    width: 12rem;
  }
  #businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.title.half-item {
    left: 12rem;
  }
}
@media screen and (max-width:767px) {
  #businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.title {
    padding: 0.5rem;
    width: init;
    font-size: 1.25rem;
  }
  #businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.title.half-item {
    left: calc(8rem - 1px);
  }
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.plan {
  border-left: 1px solid #ccc;
  text-align: center;
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.plan.none {
  font-weight: 300;
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.plan .mark {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  color: #3F996F;
  text-shadow: 0px 0px 1px #3F996F;
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.plan .mark.maru, #businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.plan .mark.sankaku {
  font-weight: 700;
}
#businessplan #contents #contents_inner .contents_table .contents_table_inner table tbody tr td.plan .mark.nijumaru {
  font-size: 2.125rem;
  font-weight: 700;
}
#businessplan #contents #contents_inner .contents_table .scroll {
  display: none;
}
@media screen and (max-width:1024px) {
  #businessplan #contents #contents_inner .contents_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;
  }
  #businessplan #contents #contents_inner .contents_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;
  }
}
#businessplan .features-wrap {
  display: flex;
  align-items: initial !important;
  gap: 2rem;
  flex-wrap: wrap;
}
#businessplan .features-wrap .features-item {
  width: calc(33.3333333333% - 1.5rem);
  background: #ffffff;
  padding: 3rem;
}
@media screen and (max-width:960px) {
  #businessplan .features-wrap .features-item {
    width: calc(33.3333333333% - 1.5rem);
    padding: 2rem;
  }
}
@media screen and (max-width:767px) {
  #businessplan .features-wrap .features-item {
    width: 100%;
  }
}
#businessplan .features-wrap .features-item h3 {
  font-size: 1.9rem;
  margin: 1rem 0;
  text-align: center;
}
@media print, screen and (max-width:1200px) {
  #businessplan .features-wrap .features-item h3 {
    font-size: 1.5rem;
  }
}
#businessplan .features-wrap .features-item p {
  margin: 0;
}
#businessplan #voice {
  overflow-x: hidden;
}
#businessplan #voice #voice_inner .voice_list {
  display: flex;
  flex-direction: column;
}
#businessplan #voice #voice_inner .voice_list article {
  margin: 15rem auto;
}
@media screen and (max-width:767px) {
  #businessplan #voice #voice_inner .voice_list article {
    margin: 5rem auto;
  }
}
#businessplan #voice #voice_inner .voice_list article .is-layout-grid {
  position: relative;
  display: flex;
}
@media screen and (max-width:960px) {
  #businessplan #voice #voice_inner .voice_list article .is-layout-grid {
    flex-direction: column;
    gap: 0;
  }
}
#businessplan #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;
}
#businessplan #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) {
  #businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 3rem;
  }
  #businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail::before {
    width: 100%;
  }
}
#businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail .info {
  gap: 0;
}
@media screen and (max-width:767px) {
  #businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail .info {
    flex-direction: column;
  }
}
#businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail .info p {
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (max-width:767px) {
  #businessplan #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;
  }
}
#businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail .info p.cat {
  color: #ffffff;
  background-color: #145d3a;
  border: 1px solid #145d3a;
  border-radius: 2em 0 0 2em;
}
@media screen and (max-width:767px) {
  #businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail .info p.cat {
    border-radius: 0.5em 0.5em 0 0;
  }
}
#businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail .info p.funds {
  color: #145d3a;
  border: 1px solid #145d3a;
  border-radius: 0 2em 2em 0;
}
@media screen and (max-width:767px) {
  #businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail .info p.funds {
    border-radius: 0 0 0.5em 0.5em;
  }
}
#businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail h3 {
  margin: 2rem auto;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  #businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail h3 {
    font-size: 1.75rem;
  }
}
#businessplan #voice #voice_inner .voice_list article .is-layout-grid .detail h3 + p {
  line-height: 1.75em;
  font-size: 1.5rem;
}
#businessplan #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) {
  #businessplan #voice #voice_inner .voice_list article .is-layout-grid .image {
    order: 1;
    position: relative;
    left: initial;
    width: 100%;
  }
}
#businessplan #voice #voice_inner .voice_list article .is-layout-grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#businessplan #voice #voice_inner .voice_list article:nth-of-type(1) {
  margin-top: 5rem;
}
#businessplan #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid {
  flex-direction: row-reverse;
}
@media screen and (max-width:960px) {
  #businessplan #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid {
    flex-direction: column;
  }
}
#businessplan #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) {
  #businessplan #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid .detail {
    padding: 3rem;
  }
}
#businessplan #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid .detail::before {
  right: initial;
  left: 0;
}
#businessplan #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid .image {
  left: initial;
  right: 40%;
}
@media screen and (max-width:960px) {
  #businessplan #voice #voice_inner .voice_list article:nth-of-type(even) .is-layout-grid .image {
    right: initial;
  }
}
#businessplan #flow article {
  width: 90%;
  margin: 0 auto;
}
#businessplan #flow article .flow-box {
  position: relative;
  counter-increment: mycounter;
}
#businessplan #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) {
  #businessplan #flow article .flow-box::before {
    top: 0;
    left: 50%;
    width: 80%;
    height: 3rem;
    transform: translate(-50%, -50%);
  }
}
#businessplan #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) {
  #businessplan #flow article .flow-box::after {
    top: calc(100% + 1rem);
  }
}
#businessplan #flow article .flow-box:last-of-type::after {
  content: none;
}
#businessplan #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) {
  #businessplan #flow article .flow-box .flow-item {
    width: 100%;
    margin: 0 0 6rem 0;
    padding-top: 3rem;
  }
}
#businessplan #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) {
  #businessplan #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%);
  }
}
#businessplan #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) {
  #businessplan #flow article .flow-box .flow-item::after {
    top: 0;
    left: 50%;
    width: 4rem;
    font-size: 2rem;
    text-align: left;
    transform: translate(0.5em, -50%);
  }
}
#businessplan #flow article .flow-box .flow-item .you, #businessplan #flow article .flow-box .flow-item .us {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  #businessplan #flow article .flow-box .flow-item .you, #businessplan #flow article .flow-box .flow-item .us {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#businessplan #flow article .flow-box .flow-item .you > div, #businessplan #flow article .flow-box .flow-item .us > div {
  order: 2;
  padding-left: 2rem;
  border-left: 1px solid #ccc;
}
@media screen and (max-width:767px) {
  #businessplan #flow article .flow-box .flow-item .you > div, #businessplan #flow article .flow-box .flow-item .us > div {
    margin-top: 1rem;
    padding: 1rem 0 0 0;
    border-left: 0;
    border-top: 1px solid #ccc;
  }
}
#businessplan #flow article .flow-box .flow-item .you::before, #businessplan #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) {
  #businessplan #flow article .flow-box .flow-item .you::before, #businessplan #flow article .flow-box .flow-item .us::before {
    width: 8.5rem;
  }
}
#businessplan #flow article .flow-box .flow-item .you p, #businessplan #flow article .flow-box .flow-item .us p {
  margin-top: 0.75em;
  font-size: 1.5rem;
  line-height: 175%;
}
#businessplan #flow article .flow-box .flow-item .you::before {
  background: url(../images/icon-flow_you.svg) no-repeat center center/contain;
}
#businessplan #flow article .flow-box .flow-item .us::before {
  background: url(../images/icon-flow_us.svg) no-repeat center center/contain;
}
#businessplan #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) {
  #businessplan #flow article .flow-box .flow-item .you.us::before {
    display: inline-block;
    margin: 0;
  }
}
#businessplan #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) {
  #businessplan #flow article .flow-box .flow-item .you.us::after {
    display: inline-block;
    margin: 0;
    width: 8.5rem;
  }
}
#businessplan #flow article .flow-box .flow-item .you.us > div {
  order: 3;
}
@media screen and (max-width:767px) {
  #businessplan #flow article .flow-box .flow-item h3 {
    font-size: 1.75rem;
    text-align: center;
  }
}
#businessplan #flow article .flow-box .flow-item h3 + p {
  margin-top: 1em;
}