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

　目次

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

　01. モジュール

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

　01. モジュール

=============================================================================== */
/* フローリスト
------------------------------------------------------------------------------- */
#main .fFlowList01 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#main .fFlowList01 > li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  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: 10px 40px 16px;
  border-radius: 10px;
  text-align: center;
}
#main .fFlowList01_label {
  display: inline-flex;
  position: relative;
  top: -0.1em;
  align-items: center;
  margin: 0 0 0 0.75em;
  padding: 0.15em 0.25em;
  border: 2px solid #bfbfbf;
  border-radius: 5px;
  font-weight: 700;
  font-size: 71.43%;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  letter-spacing: 0.06em;
  vertical-align: middle;
}
#main .fFlowList01_label span {
  font-weight: 400;
  font-size: 80%;
}
#main .fFlowList01_txt {
  margin: 6px 0;
  font-size: 64.29%;
  letter-spacing: 0.06em;
}
#main .fFlowList01_btn {
  display: inline-flex;
  position: relative;
  padding: 0.9em 4em 1.05em 1.4em;
  border-radius: 999em;
  background-color: #fa0046;
  color: #fff;
  font-weight: normal;
  font-size: 64.29%;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
}
#main .fFlowList01_btn::before, #main .fFlowList01_btn::after {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  aspect-ratio: 1/1;
  width: 28px;
  height: 28px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background: no-repeat center center;
  background-size: 16px;
  content: "";
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .fFlowList01_btn::after {
  border-color: transparent;
  background-image: url(/recruit/common/images/rn/ico_arrow.svg);
}
#main .fFlowList01_btnWrap01 {
  margin: 6px 0;
}
#main .fFlowList01_notes {
  margin: 4px 0 0;
}
#main .fFlowList01_notes > li {
  padding: 0 0 0 1em;
  font-weight: 400;
  font-size: 48.78%;
  line-height: 1.71;
  letter-spacing: 0.06em;
  text-indent: -1em;
}

.d_hover #main .fFlowList01_btn:hover::before {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}
