/* ----------------------------------------
	Break Points
---------------------------------------- */
/* ----------------------------------------
	Design Size Basic
---------------------------------------- */
/* ----------------------------------------
	Aspect Ratio
---------------------------------------- */
/* ----------------------------------------
	Spacing
---------------------------------------- */
svg {
  max-width: 100%;
  height: auto;
}

#__bs_script__ {
  display: none;
}

script[type="text/javascript"][charset=""] {
  display: none;
}

.l--container {
  padding-bottom: 23.5rem;
}
@media (max-width: 743px) {
  .l--container {
    padding-bottom: 7rem;
  }
}

.ArticleTitle {
  background: linear-gradient(0deg, rgb(201, 0, 7) 0%, rgb(230, 10, 18) 100%);
  color: #fff;
  height: 34rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 744px) {
  .ArticleTitle {
    padding-top: 8rem;
  }
}
@media (max-width: 743px) {
  .ArticleTitle {
    min-height: 14rem;
    height: auto;
  }
}
.ArticleTitle-title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 743px) {
  .ArticleTitle-title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.ArticleTitle-titleSub {
  display: block;
  font-size: 3rem;
}
@media (max-width: 743px) {
  .ArticleTitle-titleSub {
    font-size: 1.6rem;
  }
}
.ArticleTitle-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ArticleTitle-bgImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.SecondaryIndex-container {
  position: relative;
  padding-top: 14rem;
}
@media (max-width: 743px) {
  .SecondaryIndex-container {
    padding-top: 7rem;
  }
}
.SecondaryIndex-inner {
  position: relative;
  z-index: 1;
}
.SecondaryIndex-title {
  color: var(--color-theme);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 15.2rem;
  position: relative;
  padding-inline: 6rem;
}
@media (min-width: 744px) {
  .SecondaryIndex-title {
    width: 94.2rem;
    margin-inline: auto;
  }
}
@media (max-width: 743px) {
  .SecondaryIndex-title {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    padding-inline: 3.7rem;
    min-height: 9.8rem;
  }
}
.SecondaryIndex-title::before, .SecondaryIndex-title::after {
  content: "";
  width: 5rem;
  height: 15.2rem;
  border-top: 3px solid var(--color-theme);
  border-bottom: 3px solid var(--color-theme);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 743px) {
  .SecondaryIndex-title::before, .SecondaryIndex-title::after {
    width: 3.2rem;
    height: 9.8rem;
  }
}
.SecondaryIndex-title::before {
  border-left: 3px solid var(--color-theme);
  left: 0;
}
.SecondaryIndex-title::after {
  border-right: 3px solid var(--color-theme);
  right: 0;
}
@media (min-width: 744px) {
  .SecondaryIndex-titleText {
    display: block;
    padding-block: 2em;
  }
}
.SecondaryIndex-body {
  margin-top: 10rem;
}
@media (max-width: 743px) {
  .SecondaryIndex-body {
    margin-top: 4rem;
  }
}
@media (min-width: 744px) {
  .SecondaryIndex-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10rem 3.5rem;
  }
}
@media (max-width: 743px) {
  .SecondaryIndex-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 744px) {
  .SecondaryIndex-list.-col2 {
    column-gap: 6.5rem;
  }
}
@media (min-width: 744px) {
  .SecondaryIndex-item {
    width: 37rem;
  }
}
.SecondaryIndex-link[href] {
  color: var(--color-base);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .SecondaryIndex-link[href]:hover .SecondaryIndex-button {
    padding-right: 1.5rem;
  }
  .SecondaryIndex-link[href]:hover .SecondaryIndex-img {
    transform: translate(-50%, -50%) scale(1.15);
  }
}
.SecondaryIndex-picture {
  border: 1px solid #dbdbdb;
  aspect-ratio: 370/240;
  position: relative;
  overflow: hidden;
}
.SecondaryIndex-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.SecondaryIndex-button {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding-block: 1.6rem 1.8rem;
  padding-inline: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  margin-top: 4rem;
  transition: padding 0.3s ease-in-out;
}
@media (max-width: 743px) {
  .SecondaryIndex-button {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-inline: 1.8rem;
    padding-block: 1.4rem 1.6rem;
  }
}
.SecondaryIndex-arrow {
  color: var(--color-theme);
}
@media (min-width: 744px) {
  .SecondaryIndex-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 772px;
    aspect-ratio: 771.6/807.13;
  }
}
@media (max-width: 743px) {
  .SecondaryIndex-bg {
    display: none;
  }
}

.SectionTitle {
  --color: var(--color-theme);
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 744px) {
  .SectionTitle {
    min-height: 15.2rem;
    min-width: 60rem;
  }
}
@media (max-width: 743px) {
  .SectionTitle {
    min-height: 9.8rem;
    gap: 2rem;
    position: relative;
    padding-inline: 5.4rem;
  }
}
.SectionTitle::before, .SectionTitle::after {
  content: "";
  display: block;
  width: 5rem;
  border-top: 3px solid var(--color);
  border-bottom: 3px solid var(--color);
  flex-shrink: 0;
}
@media (max-width: 743px) {
  .SectionTitle::before, .SectionTitle::after {
    width: 3.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 9.8rem;
  }
}
.SectionTitle::before {
  border-left: 3px solid var(--color);
}
@media (max-width: 743px) {
  .SectionTitle::before {
    left: 0;
  }
}
.SectionTitle::after {
  border-right: 3px solid var(--color);
}
@media (max-width: 743px) {
  .SectionTitle::after {
    right: 0;
  }
}
.SectionTitle-text {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color);
}
@media (min-width: 744px) {
  .SectionTitle-text {
    min-width: 46rem;
    padding-block: 3rem;
  }
}
@media (max-width: 743px) {
  .SectionTitle-text {
    font-size: 1.8rem;
    flex: 1;
    width: 100%;
  }
}
.SectionTitle-textMain {
  display: block;
}
.SectionTitle-textSub {
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  color: var(--color-base);
}
@media (max-width: 743px) {
  .SectionTitle-textSub {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}
.SectionTitle.-white {
  --color: #fff;
}
.SectionTitle.-base {
  --color: var(--color-base);
}
.SectionTitle.-flex {
  gap: 10rem;
}
@media (min-width: 744px) {
  .SectionTitle.-flex {
    min-width: auto;
  }
}
@media (min-width: 744px) {
  .SectionTitle.-flex .SectionTitle-text {
    min-width: auto;
  }
}
.SectionTitle.-s {
  gap: 3rem;
}

.Typo-h3 {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 3.2rem;
}
@media (max-width: 743px) {
  .Typo-h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 2.7rem;
  }
}
.Typo-h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 2px;
  background-color: var(--color-theme);
}
.Typo-fs18 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 743px) {
  .Typo-fs18 {
    font-size: 1.6rem;
    line-height: 2.25;
  }
}

.DebutSupport-container {
  padding-top: 14rem;
}
@media (max-width: 743px) {
  .DebutSupport-container {
    padding-top: 7rem;
  }
}
.DebutSupport-section:not(:first-child) {
  margin-top: 6rem;
}
@media (max-width: 743px) {
  .DebutSupport-section:not(:first-child) {
    margin-top: 4rem;
  }
}
.DebutSupport-lead {
  margin-top: 7rem;
}
@media (max-width: 743px) {
  .DebutSupport-lead {
    margin-top: 4rem;
  }
}
.DebutSupport-intro {
  margin-top: 6rem;
}
@media (max-width: 743px) {
  .DebutSupport-intro {
    margin-top: 4rem;
  }
}
.DebutSupport-introDesc {
  margin-block: 3rem;
}
.DebutSupport-box {
  --box-color: var(--color-theme);
  padding: 6rem;
  border: 2px solid var(--box-color);
  border-radius: 4rem;
}
@media (max-width: 743px) {
  .DebutSupport-box {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.DebutSupport-box.-blue {
  --box-color: #004097;
}
@media (min-width: 744px) {
  .DebutSupport-box.-blue .DebutSupport-boxInner {
    gap: 6rem;
  }
}
@media (min-width: 744px) {
  .DebutSupport-box.-blue .DebutSupport-boxPicture {
    max-width: 30rem;
  }
}
.DebutSupport-box.-sky {
  --box-color: #009fe8;
}
@media (min-width: 744px) {
  .DebutSupport-box.-sky .DebutSupport-boxInner {
    gap: 13rem;
  }
}
@media (min-width: 744px) {
  .DebutSupport-box.-sky .DebutSupport-boxPicture {
    max-width: 20rem;
  }
}
.DebutSupport-box .-red {
  color: var(--color-theme);
}
.DebutSupport-boxInner {
  display: flex;
}
@media (min-width: 744px) {
  .DebutSupport-boxInner {
    justify-content: space-between;
    gap: 4rem;
  }
}
@media (max-width: 743px) {
  .DebutSupport-boxInner {
    flex-direction: column;
  }
}
.DebutSupport-boxText {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (min-width: 744px) {
  .DebutSupport-boxText {
    flex: 1;
    width: 100%;
  }
}
.DebutSupport-boxTitle {
  margin-bottom: 3rem;
  color: var(--box-color);
}
.DebutSupport-boxTitle::after {
  background-color: var(--box-color);
}
.DebutSupport-boxLead {
  color: var(--box-color);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 743px) {
  .DebutSupport-boxLead {
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
  }
}
.DebutSupport-boxCaption {
  margin-top: 2rem;
  color: var(--color-theme);
}
@media (max-width: 743px) {
  .DebutSupport-boxCaption {
    margin-top: 1.5rem;
  }
}
.DebutSupport-boxPicture {
  width: 100%;
}
@media (min-width: 744px) {
  .DebutSupport-boxPicture {
    max-width: 42rem;
  }
}
@media (max-width: 743px) {
  .DebutSupport-boxPicture {
    margin-top: 3rem;
    margin-inline: auto;
  }
}
.DebutSupport-boxName {
  margin-top: 2rem;
}
@media (max-width: 743px) {
  .DebutSupport-boxName {
    margin-top: 1.5rem;
  }
}
.DebutSupport-boxInfo {
  color: #fff;
  background-color: var(--box-color);
}
@media (min-width: 744px) {
  .DebutSupport-boxInfo {
    padding: 5rem;
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    gap: 12rem;
  }
}
@media (max-width: 743px) {
  .DebutSupport-boxInfo {
    padding: 2rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 744px) {
  .DebutSupport-boxInfoText {
    flex: 1;
    width: 100%;
  }
}
.DebutSupport-boxInfoTitle {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 743px) {
  .DebutSupport-boxInfoTitle {
    font-size: 2.4rem;
    margin-bottom: 2.7rem;
  }
}
@media (min-width: 744px) {
  .DebutSupport-boxInfoPicture {
    width: 34rem;
  }
}
@media (max-width: 743px) {
  .DebutSupport-boxInfoPicture {
    margin-top: 3rem;
  }
}

@media (min-width: 744px) {
  .DebutSupportFlow {
    background-color: #fdf4f7;
    border-radius: 4rem;
    padding: 10rem;
  }
}
.DebutSupportFlow-head {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
  text-align: center;
}
@media (max-width: 743px) {
  .DebutSupportFlow-head {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.DebutSupportFlow-headTitle {
  border: 1px solid var(--color-theme);
  font-weight: 500;
  background-color: #fff;
  padding: 2rem 4rem;
}
@media (max-width: 743px) {
  .DebutSupportFlow-headTitle {
    padding: 1.5rem 2rem;
  }
}
.DebutSupportFlow-headSubTitle {
  font-weight: 700;
  position: relative;
  padding-top: 2rem;
  padding-inline: 4rem;
  color: #fff;
  background-color: var(--color-theme);
  border: 1px solid var(--color-theme);
}
@media (max-width: 743px) {
  .DebutSupportFlow-headSubTitle {
    padding-top: 1.5rem;
    padding-inline: 2rem;
  }
}
.DebutSupportFlow-headArrow {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media (min-width: 744px) {
  .DebutSupportFlow-studies {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 2rem 0;
  }
}
.DebutSupportFlow-study {
  position: relative;
}
@media (min-width: 744px) {
  .DebutSupportFlow-study {
    width: calc(50% - 1rem);
    padding-right: 1rem;
    padding-bottom: 1.8rem;
    min-height: 44rem;
  }
}
@media (max-width: 743px) {
  .DebutSupportFlow-study {
    margin-top: 1rem;
  }
}
@media (min-width: 744px) {
  .DebutSupportFlow-study.-full {
    width: 100%;
  }
}
.DebutSupportFlow-studyInner {
  border: 1px solid var(--color-theme);
  background-color: #fff;
}
@media (min-width: 744px) {
  .DebutSupportFlow-studyInner {
    padding: 3rem 3rem 22.8rem;
    height: 100%;
  }
}
@media (max-width: 743px) {
  .DebutSupportFlow-studyInner {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 743px) {
  .DebutSupportFlow-studyText {
    padding-right: 13.7rem;
  }
}
.DebutSupportFlow-studyLabel {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 743px) {
  .DebutSupportFlow-studyLabel {
    font-size: 1.6rem;
  }
}
.DebutSupportFlow-studyTitle {
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 743px) {
  .DebutSupportFlow-studyTitle {
    font-size: 2.8rem;
  }
}
.DebutSupportFlow-studyDesc {
  margin-top: 1.2rem;
}
@media (max-width: 743px) {
  .DebutSupportFlow-studyDesc {
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.DebutSupportFlow-studyImg {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 744px) {
  .DebutSupportFlow-studyImg {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 743px) {
  .DebutSupportFlow-studyImg {
    top: 2.5rem;
    right: 2rem;
    width: 13.7rem;
  }
}
.DebutSupportFlow-studyImgSp {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.DebutSupportFlow-intro {
  border: 4px solid var(--color-theme);
  padding: 4rem;
  margin-top: 4rem;
}
@media (max-width: 743px) {
  .DebutSupportFlow-intro {
    padding: 2rem;
    margin-top: 2rem;
  }
}
.DebutSupportFlow-introTitle {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-theme);
}
@media (max-width: 743px) {
  .DebutSupportFlow-introTitle {
    font-size: 2.4rem;
  }
}
.DebutSupportFlow-introTitle .-black {
  color: var(--color-base);
}
.DebutSupportFlow-introDesc {
  margin-top: 2rem;
}
@media (max-width: 743px) {
  .DebutSupportFlow-introDesc {
    margin-top: 1.8rem;
  }
}
.DebutSupportFlow-arrow {
  margin-block: 1rem;
  margin-inline: auto;
}
@media (min-width: 744px) {
  .DebutSupportFlow-arrow {
    width: 48.7rem;
  }
}
@media (max-width: 743px) {
  .DebutSupportFlow-arrow {
    width: 5.9rem;
    margin-block: 2rem;
  }
}

.DebutSupportFlowFirst {
  margin-top: 4rem;
}
@media (max-width: 743px) {
  .DebutSupportFlowFirst {
    margin-top: 2rem;
  }
}
@media (min-width: 744px) {
  .DebutSupportFlowFirst-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed var(--color-base);
  }
}
@media (max-width: 743px) {
  .DebutSupportFlowFirst-row {
    border-top: 1px dashed var(--color-base);
    border-left: 1px dashed var(--color-base);
    border-right: 1px dashed var(--color-base);
  }
}
.DebutSupportFlowFirst-block {
  background-color: #fff;
}
@media (min-width: 744px) {
  .DebutSupportFlowFirst-block {
    width: 50%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-block: 2.5rem;
    padding-left: 3rem;
    padding-right: 1.5rem;
    border-top: 1px dashed var(--color-base);
    border-left: 1px dashed var(--color-base);
  }
}
@media (max-width: 743px) {
  .DebutSupportFlowFirst-block {
    padding: 2rem;
    border-bottom: 1px dashed var(--color-base);
  }
}
@media (min-width: 744px) {
  .DebutSupportFlowFirst-block:nth-of-type(2n) {
    padding-left: 1.5rem;
    padding-right: 3rem;
    border-left: none;
    border-right: 1px dashed var(--color-base);
  }
}
@media (min-width: 744px) {
  .DebutSupportFlowFirst-text {
    width: 100%;
    flex: 1;
  }
}
.DebutSupportFlowFirst-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-theme);
}
@media (max-width: 743px) {
  .DebutSupportFlowFirst-title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.DebutSupportFlowFirst-desc {
  margin-top: 1rem;
}
@media (max-width: 743px) {
  .DebutSupportFlowFirst-desc {
    margin-top: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 744px) {
  .DebutSupportFlowFirst-picture {
    flex-shrink: 0;
    width: 21.8rem;
  }
}
@media (max-width: 743px) {
  .DebutSupportFlowFirst-picture {
    margin-top: 1.5rem;
  }
}

.DebutSupportFlowSecond {
  background-color: #fff;
  border: 1px dashed var(--color-base);
  padding-inline: 2rem;
  padding-block: 1.5rem;
}
@media (max-width: 743px) {
  .DebutSupportFlowSecond {
    padding: 2rem;
  }
}
@media (min-width: 744px) {
  .DebutSupportFlowSecond-headTitle {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
.DebutSupportFlowSecond-headTitleMain {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-theme);
}
@media (max-width: 743px) {
  .DebutSupportFlowSecond-headTitleMain {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.DebutSupportFlowSecond-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 743px) {
  .DebutSupportFlowSecond-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 2rem;
  }
}
.DebutSupportFlowSecond-block {
  background-color: #f8f8f8;
  border: 1px solid var(--color-theme);
  padding: 1rem 1rem 1.5rem;
  display: flex;
}
@media (min-width: 744px) {
  .DebutSupportFlowSecond-block {
    justify-content: space-between;
    gap: 1rem;
  }
}
@media (max-width: 743px) {
  .DebutSupportFlowSecond-block {
    padding: 2rem;
    gap: 1.5rem;
    flex-direction: column;
  }
}
@media (min-width: 744px) {
  .DebutSupportFlowSecond-picture {
    width: 21.2rem;
    flex-shrink: 0;
  }
}
@media (min-width: 744px) {
  .DebutSupportFlowSecond-text {
    flex: 1;
    width: 100%;
  }
}
.DebutSupportFlowSecond-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-theme);
}
@media (max-width: 743px) {
  .DebutSupportFlowSecond-title {
    font-size: 2rem;
  }
}
.DebutSupportFlowSecond-desc {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media (max-width: 743px) {
  .DebutSupportFlowSecond-desc {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.DebutSupportFlowNote {
  position: relative;
}
.DebutSupportFlowNote-spark {
  width: 16.4rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 744px) {
  .DebutSupportFlowNote-spark {
    left: -2rem;
  }
}
@media (max-width: 743px) {
  .DebutSupportFlowNote-spark {
    width: 11rem;
    top: 2.5rem;
    left: 0;
  }
}
.DebutSupportFlowNote-inner {
  margin-left: 4rem;
  background-color: #fff;
  border: 1px dashed var(--color-theme);
  padding-block: 4rem;
  padding-inline: 3rem;
}
@media (max-width: 743px) {
  .DebutSupportFlowNote-inner {
    margin-left: 0;
    padding-block: 3rem;
    padding-inline: 2rem;
  }
}
.DebutSupportFlowNote-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-theme);
  padding-left: 7rem;
}
@media (max-width: 743px) {
  .DebutSupportFlowNote-title {
    font-size: 2.4rem;
    padding-left: 8.5rem;
  }
}
.DebutSupportFlowNote-desc {
  margin-top: 3.5rem;
}
@media (max-width: 743px) {
  .DebutSupportFlowNote-desc {
    margin-top: 2rem;
    line-height: 1.5;
  }
}
.DebutSupportFlowNote-desc .-red {
  color: var(--color-theme);
}

.DebutSupportFlowThird-title {
  background-color: var(--color-theme);
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 743px) {
  .DebutSupportFlowThird-title {
    padding: 1.2rem;
    font-size: 2.4rem;
  }
}

.DebutSupportFlowMerit {
  padding-inline: 2rem;
  padding-block: 1.5rem;
  margin-top: 2rem;
  background-color: #f5f5f5;
}
@media (max-width: 743px) {
  .DebutSupportFlowMerit {
    padding-inline: 2rem;
    padding-block: 3rem;
  }
}
.DebutSupportFlowMerit-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 743px) {
  .DebutSupportFlowMerit-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.DebutSupportFlowMerit-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 2.3rem;
  margin-top: 1.6rem;
}
@media (max-width: 743px) {
  .DebutSupportFlowMerit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.9rem;
    margin-top: 2rem;
  }
}
.DebutSupportFlowMerit-item {
  background-color: #fff;
  border: 1px solid var(--color-theme);
  padding-block: 1.8rem;
  padding-inline: 1rem;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 743px) {
  .DebutSupportFlowMerit-item {
    padding-block: 2rem;
    padding-inline: 0.5rem;
    font-size: 2rem;
    line-height: 1.45;
    min-height: 12.8rem;
  }
}