@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* フローリスト
------------------------------------------------------------------------------- */
#main .fFlowList01 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#main .fFlowList01 > li {
  position: relative;
  font-weight: 700;
  font-size: 200%;
  letter-spacing: 0.06em;
}
#main .fFlowList01 > li:not(:last-child)::after {
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  width: 25px;
  height: 22px;
  margin: auto;
  background: url(/recruit/common/images/rn/ico_triangle.svg) no-repeat;
  background-size: contain;
  content: "";
}
#main .fFlowList01 > li b {
  font-size: 128.57%;
}
#main .fFlowList01_en {
  font-size: 85.71%;
  font-family: "Roboto", sans-serif;
}
#main .fFlowList01_column {
  display: flex;
}
#main .fFlowList01_column > div:nth-of-type(1) {
  width: 160px;
  border-radius: 10px 0 0 10px;
  background-color: #fa0046;
  color: #fff;
}
#main .fFlowList01_column > div:nth-of-type(1) > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 4px 0 0;
}
#main .fFlowList01_column > div:nth-of-type(2) {
  width: calc(100% - 160px);
  padding: 22px 40px 24px;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}
#main .fFlowList01_column-01 > div:nth-of-type(2) {
  padding-top: 44px;
  padding-bottom: 48px;
}
#main .fFlowList01_blc {
  padding: 23px 40px 26px;
  border-radius: 10px;
  background-color: #fa0046;
  color: #fff;
  text-align: center;
}

#main .fFlowList01 .rNotes02{
  margin-top: 10px;
  font-size: 65%;
  line-height: 1.7;
  font-weight: 500;
}
#main .fFlowList01 .rNotes02 li{
  text-indent: -1em;
  margin-left: 1em;
}


