@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageTop {
  background-image: url("../../images/pageSns/page-sns-top.jpg");
}
@media screen and (max-width: 768px) {
  .pageTop {
    background-image: url("../../images/pageSns/page-sns-top-sp.jpg");
  }
}

.pageContents-service_info::after {
  background-color: rgba(80, 179, 90, 0.82);
}
.pageContents-service_info-bottomSection::before {
  background-color: rgba(80, 179, 90, 0.82);
}

.pageContents-service_info-list-item span {
  color: #1F992B;
}

.pageContents_reason_item-illustration-arrow p {
  background-color: #49B553;
}
@media screen and (max-width: 750px) {
  .pageContents_reason_item-illustration-arrow p {
    color: #49B553;
  }
}
.pageContents_reason_item-illustration-arrow-bg::before {
  background-color: #49B553;
}
.pageContents_reason_item-illustration-arrow-bg::after {
  background-color: #49B553;
}
.pageContents_reason_item-illustration-info span {
  color: #49B553;
}
.pageContents_reason_item-solution {
  border-color: #49B553;
}

.pageContents_reason_item-solution .pageContents_reason_item-illustration-title {
  background-color: #49B553;
}

.pageContents-service-title-2lines strong,
.pageContents-service-point-row-item-text-main span {
  color: #49B553;
}

.pageContents-service-message-title {
  color: #49B553;
}
.pageContents-service-message-title::after {
  background-color: #49B553;
}
.pageContents-service-message-text {
  border-color: #49B553;
}

.pageSns_top_text-main span {
  color: #49B553;
}
.pageSns .pageContents_top-wrapper {
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .pageSns .pageContents_top-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns .pageContents_top-wrapper {
    gap: 30px;
  }
}
.pageSns .pageContents_top_img {
  max-width: 470px;
}
@media screen and (max-width: 768px) {
  .pageSns .pageContents_top_img {
    max-width: 400px;
  }
}
.pageSns_reason {
  border-radius: 120px 120px 0 0;
  margin-top: -120px;
  padding: 180px 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pageSns_reason {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_reason {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .pageSns_reason {
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_reason {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .pageSns_reason {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_reason {
    padding: 50px 0 70px;
  }
}
.pageSns_reason .pageContents-service-title::after {
  content: "Social Media";
  color: rgba(73, 181, 83, 0.18);
}
.pageSns_reason .pageContents-service-title strong {
  color: #49B553;
  font-weight: 600;
}
.pageSns_reason-contents {
  margin-bottom: 50px;
}
.pageSns .pageContents_reason-contents {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .pageSns .pageContents_reason-contents {
    margin-bottom: 50px;
  }
}
.pageSns_point {
  border-radius: 120px 120px 0 0;
  margin-top: -120px;
  padding: 180px 0;
  padding-top: 60px;
  background-color: #F7F7F7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pageSns_point {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_point {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .pageSns_point {
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_point {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .pageSns_point {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_point {
    padding: 50px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_point {
    padding-top: 30px;
  }
}
.pageSns_point_contents {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pageSns_point_contents {
    margin-bottom: 50px;
  }
}
.pageSns_point-bg {
  position: absolute;
  bottom: -1%;
  right: -2%;
  width: 18%;
  max-width: 395px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .pageSns_point-bg {
    width: 20%;
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_point-bg {
    display: none;
  }
}
.pageSns_price {
  border-radius: 120px 120px 0 0;
  margin-top: -120px;
  padding: 180px 0;
  color: #fff;
  padding-top: 95px;
  position: relative;
  background: linear-gradient(0, #0D4694, 10%, #3C7CD6);
}
@media screen and (max-width: 1024px) {
  .pageSns_price {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .pageSns_price {
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .pageSns_price {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price {
    padding: 50px 0 70px;
  }
}
@media screen and (max-width: 1024px) {
  .pageSns_price {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price {
    padding-top: 30px;
  }
}
.pageSns_price_contents {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_contents {
    margin-top: 60px;
  }
}
.pageSns_price_item {
  background-color: #fff;
  color: #333;
  padding: 0;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 45px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item {
    border-radius: 10px;
  }
}
.pageSns_price_item + .pageSns_price_item {
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item + .pageSns_price_item {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item + .pageSns_price_item {
    margin-top: 80px;
  }
}
.pageSns_price_item-title {
  width: -moz-max-content;
  width: max-content;
  font-size: min(2.2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #001A49;
  border-radius: 50px;
  padding: 8px 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-title {
    font-size: 15px;
    padding: 5px 15px;
  }
}
.pageSns_price_item-inner {
  padding: 10px 0 30px;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-inner {
    width: calc(100% - 20px);
    padding: 15px 0;
  }
}
.pageSns_price_item-heading {
  font-size: min(2vw, 22px);
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-heading {
    font-size: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-heading {
    font-size: 16px;
    padding-left: 10px;
    margin-top: 40px;
  }
}
.pageSns_price_item-heading::after {
  content: "";
  display: block;
  width: 6px;
  height: 80%;
  background-color: #002F71;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-heading::after {
    width: 4px;
  }
}
.pageSns_price_item-heading:first-child {
  margin-top: 0;
}
.pageSns_price_item-initialcost {
  display: flex;
  align-items: center;
  justify-content: left;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
  font-size: 30px;
  font-weight: 600;
  color: #002F71;
  letter-spacing: 0.1rem;
  border-bottom: 3px solid #002F71;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-initialcost {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-initialcost {
    font-size: 18px;
    letter-spacing: normal;
  }
}
.pageSns_price_item-initialcost img {
  width: 36px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-initialcost img {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-initialcost img {
    width: 22px;
  }
}
.pageSns_price_item-initialcost-small {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-initialcost-small {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-initialcost-small {
    font-size: 14px;
  }
}
.pageSns_price_item-initialcost-cost {
  padding-left: 15px;
  padding-right: 3px;
  font-size: 36px;
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-initialcost-cost {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-initialcost-cost {
    font-size: 20px;
  }
}
.pageSns_price_item-info {
  background-color: #EDF4FA;
  border-radius: 10px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-info {
    gap: 10px 30px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 5px;
  }
}
.pageSns_price_item-info-item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-info-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-info-item {
    font-size: 16px;
  }
}
.pageSns_price_item-info-item img {
  width: 24px;
  padding: 3px 0;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-info-item img {
    width: 21px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-info-item img {
    width: 18px;
    padding: 3px 0;
  }
}
.pageSns_price_item-table {
  overflow: scroll;
  scrollbar-width: none;
}
.pageSns_price_item-table::-webkit-scrollbar {
  display: none;
}
.pageSns_price_item-table-inner {
  min-width: 615px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}
.pageSns_price_item-table-inner.table-line {
  min-width: 655px;
}
.pageSns_price_item-table table {
  width: 100%;
  text-align: center;
  font-size: 18px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 10px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-table table {
    font-size: 14px;
    border-spacing: 0 5px;
  }
}
.pageSns_price_item-table table thead th {
  padding: 12px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table thead th {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-table table thead th {
    padding: 5px 2px;
  }
}
.pageSns_price_item-table table thead th .pageSns_price_item-table-plan {
  font-size: 22px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table thead th .pageSns_price_item-table-plan {
    font-size: 16px;
  }
}
.pageSns_price_item-table table thead th .pageSns_price_item-table-plan-info {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table thead th .pageSns_price_item-table-plan-info {
    font-size: 13px;
  }
  .pageSns_price_item-table table thead th .pageSns_price_item-table-plan-info br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-table table thead th .pageSns_price_item-table-plan-info {
    font-size: 12px;
  }
}
.pageSns_price_item-table table thead th:nth-child(2) {
  background-color: #1D78C2;
}
.pageSns_price_item-table table thead th:nth-child(3) {
  background-color: #1F992B;
}
.pageSns_price_item-table table thead th:last-child {
  background-color: #C49704;
}
.pageSns_price_item-table table tbody {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-table table tbody {
    transform: translateY(-5px);
  }
}
.pageSns_price_item-table table tbody td {
  padding: 30px 8px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table tbody td {
    padding: 25px 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-table table tbody td {
    padding: 15px 2px;
    font-size: 13px;
  }
}
.pageSns_price_item-table table tbody td:first-child {
  background-color: #E4E6EB;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table tbody td:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-table table tbody td:first-child {
    font-size: 13px;
  }
}
.pageSns_price_item-table table tbody td:nth-child(2) {
  background-color: #F0F5FA;
  color: #1D78C2;
}
.pageSns_price_item-table table tbody td:nth-child(3) {
  background-color: #F0FAF2;
  color: #1F992B;
}
.pageSns_price_item-table table tbody td:last-child {
  background-color: #FAF8F0;
  color: #C49704;
}
.pageSns_price_item-table table tbody td span {
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table tbody td span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-table table tbody td span {
    font-size: 16px;
  }
}
.pageSns_price_item-table table tbody td .text-small {
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table tbody td .text-small {
    font-size: 12px;
  }
}
.pageSns_price_item-table table tbody td.border {
  position: relative;
}
.pageSns_price_item-table table tbody td.border::before {
  content: "";
  display: block;
  width: 15%;
  height: 4px;
  background-color: #86909E;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table tbody td.border::before {
    height: 2px;
  }
}
.pageSns_price_item-table table tbody td.circle {
  position: relative;
}
.pageSns_price_item-table table tbody td.circle::before {
  content: "";
  display: block;
  width: 46px;
  aspect-ratio: 1/1;
  border: 6px solid #1F992B;
  border-radius: 50%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table tbody td.circle::before {
    border-width: 4px;
    width: 35px;
  }
}
.pageSns_price_item-table table tbody td.circle p {
  margin-top: 8px;
  line-height: 1.2;
}
.pageSns_price_item-table table tbody td .doublecircle {
  position: relative;
  display: block;
  width: 46px;
  aspect-ratio: 1/1;
  border: 4px solid #C49704;
  border-radius: 50%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table tbody td .doublecircle {
    border-width: 3px;
    width: 35px;
  }
}
.pageSns_price_item-table table tbody td .doublecircle::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border: 4px solid #C49704;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item-table table tbody td .doublecircle::before {
    border-width: 3px;
    width: 15px;
  }
}
.pageSns_price_item-table table tbody td .doublecircle + p {
  margin-top: 8px;
  line-height: 1.2;
}
.pageSns_price_item-table table tbody td:last-child.circle::before {
  border-color: #C49704;
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-table table th:first-child,
  .pageSns_price_item-table table tr td:first-child {
    width: 135px !important;
  }
}
.pageSns_price_item-table-note {
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  .pageSns_price_item-table-note {
    margin-top: -5px;
  }
}
.pageSns_price_item .table-option {
  margin-top: 40px;
}
.pageSns_price_item .table-option.pageSns_price_item-table-inner {
  min-width: auto;
}
.pageSns_price_item .table-option table {
  border-spacing: 0;
}
.pageSns_price_item .table-option table thead tr th {
  background-color: #002F71;
  letter-spacing: 0.1rem;
  padding: 10px 5px;
}
.pageSns_price_item .table-option table thead tr th span {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .pageSns_price_item .table-option table thead tr th span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item .table-option table thead tr th span {
    font-size: 12px;
  }
}
.pageSns_price_item .table-option table thead tr th + th {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .pageSns_price_item .table-option table thead tr th:first-child {
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_price_item .table-option table thead tr th:last-child {
    width: 80px !important;
  }
}
.pageSns_price_item .table-option table tbody {
  transform: none;
}
.pageSns_price_item .table-option table tbody tr {
  background-color: #F5FAFF;
}
.pageSns_price_item .table-option table tbody tr:nth-child(even) td {
  background-color: rgba(230, 237, 245, 0.5);
}
.pageSns_price_item .table-option table tbody tr:last-child td {
  border-bottom: 3px solid #002F71;
}
@media screen and (max-width: 768px) {
  .pageSns_price_item .table-option table tbody tr:last-child td {
    border-bottom: 2px solid #002F71;
  }
}
.pageSns_price_item .table-option table tbody tr td {
  padding: 20px 10px;
  background-color: transparent;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pageSns_price_item .table-option table tbody tr td {
    padding: 10px 5px;
  }
}
.pageSns_price_item .table-option table tbody tr td + td {
  border-left: 1px solid #002F71;
}
.pageSns_price_item .table-option table tbody tr td:first-child {
  text-align: left;
}
.pageSns_price_item .table-option table tbody tr td:nth-child(2) {
  color: #002F71;
  font-weight: 600;
}
.pageSns_flow {
  border-radius: 120px 120px 0 0;
  margin-top: -120px;
  padding-top: 100px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pageSns_flow {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_flow {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .pageSns_flow {
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_flow {
    margin-top: -30px;
  }
}
.pageSns_flow_contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 90px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .pageSns_flow_contents {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_flow_contents {
    margin-top: 15px;
    gap: 35px;
  }
}
.pageSns_flow_box {
  width: calc(50% - 45px);
  min-width: 415px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px 10px 9px 9px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pageSns_flow_box {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_flow_box {
    font-size: 16px;
  }
}
.pageSns_flow_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
}
.pageSns_flow_item:has(.last), .pageSns_flow_item:has(.single) {
  align-items: center;
}
.pageSns_flow_item + .pageSns_flow_item {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageSns_flow_item + .pageSns_flow_item {
    margin-top: 30px;
  }
}
.pageSns_flow_item + .pageSns_flow_item .pageSns_flow_item-no::after {
  content: "";
  width: 30px;
  height: 10px;
  background-color: #2C6B30;
  position: absolute;
  top: -30px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 768px) {
  .pageSns_flow_item + .pageSns_flow_item .pageSns_flow_item-no::after {
    top: -20px;
    width: 20px;
  }
}
.pageSns_flow_item-wrapper {
  border: 1.5px solid #707070;
  padding: 90px 30px 40px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .pageSns_flow_item-wrapper {
    border-width: 1px;
    padding: 60px 15px 20px;
  }
}
.pageSns_flow_item-title {
  width: 100%;
  font-size: 25px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(0, #3F9E4A, #56D665);
}
@media screen and (max-width: 1024px) {
  .pageSns_flow_item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pageSns_flow_item-title {
    font-size: 18px;
    padding: 5px 0;
  }
}
.pageSns_flow_item-no {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", serif;
  font-style: italic;
  width: 90px;
  aspect-ratio: 1/1;
  font-size: 35px;
  background-color: #C7D0DA;
}
@media screen and (max-width: 768px) {
  .pageSns_flow_item-no {
    width: 60px;
    font-size: 25px;
  }
}
.pageSns_flow_item-text {
  width: 70%;
  font-weight: 500;
}
.pageSns_flow_item-text p {
  line-height: 1.4 !important;
}
@media screen and (max-width: 768px) {
  .pageSns_flow_item-text p {
    font-size: 14px;
  }
}
.pageSns_flow_item-text-main {
  font-size: 20px;
  font-weight: 600;
  color: #1F992B;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pageSns_flow_item-text-main {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.pageSns_flow_item-text-main.last, .pageSns_flow_item-text-main.single {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .pageSns_flow_item-text-main.last, .pageSns_flow_item-text-main.single {
    font-size: 17px;
  }
}
.pageSns_flow-start .pageSns_flow_item-title {
  background: #2F7536;
}
.pageSns_flow-start .pageSns_flow_item-no.no1 {
  background-color: #D9E5D9;
  color: #448A4C;
}
.pageSns_flow-start .pageSns_flow_item-no.no2 {
  background-color: #BAD6BD;
  color: #448A4C;
}
.pageSns_flow-start .pageSns_flow_item-no.no3 {
  background-color: #699E6F;
  color: #FFFFFF;
}
.pageSns_flow-start .pageSns_flow_item-no.no4 {
  background-color: #448A4C;
  color: #FFFFFF;
}
.pageSns_flow-after .pageSns_flow_item-no.no1 {
  background-color: #D8E6D9;
  color: #448A4C;
}
.pageSns_flow-after .pageSns_flow_item-no.no2 {
  background-color: #BAD6BD;
  color: #448A4C;
}
.pageSns_flow-after .pageSns_flow_item-no.no3 {
  background-color: #8ABA8F;
  color: #FFFFFF;
}
.pageSns_flow-after .pageSns_flow_item-no.no4 {
  background-color: #6A9E6F;
  color: #FFFFFF;
}
.pageSns_flow-after .pageSns_flow_item-no.no5 {
  background-color: #458A4C;
  color: #FFFFFF;
}