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

　目次

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

　01. モジュール

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

　01. モジュール

=============================================================================== */
/* セクション
------------------------------------------------------------------------------- */
#main .reqSection01 {
  margin: 80px 0;
  padding: 0 0 0 19px;
}

/* タイトル
------------------------------------------------------------------------------- */
#main .reqTitle01 {
  margin: 0 0 12px -19px;
  padding: 0;
  border: none;
  color: #000;
  font-weight: 700;
  font-size: 233.33%;
  line-height: 2.14;
  letter-spacing: 0.16em;
}

/* リスト
------------------------------------------------------------------------------- */
#main .reqList01 {
  display: flex;
  flex-wrap: wrap;
}
#main .reqList01 > dt, #main .reqList01 > dd {
  font-size: 150%;
  line-height: 2;
  letter-spacing: 0.06em;
}
#main .reqList01 > dt {
  position: relative;
  width: 412px;
  padding: 0 0 0 26px;
}
#main .reqList01 > dt::before, #main .reqList01 > dt::after {
  position: absolute;
  content: "";
}
#main .reqList01 > dt::before {
  top: 0.8em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fa0046;
}
#main .reqList01 > dt::after {
  top: 1em;
  right: 20px;
  width: calc(100% - 50px);
  height: 2px;
  background-color: #bfbfbf;
}
#main .reqList01 > dt span {
  display: inline-block;
  z-index: 1;
  position: relative;
  background-color: #f5f5f5;
}
#main .reqList01 > dd {
  width: calc(100% - 412px);
}
#main .reqList02 {
  display: flex;
  gap: 60px;
}
#main .reqList02 > li {
  position: relative;
  padding: 0 0 0 26px;
  font-size: 128.57%;
  line-height: 2;
  letter-spacing: 0.06em;
}
#main .reqList02 > li::before {
  position: absolute;
  top: 0.8em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fa0046;
  content: "";
}
#main .reqList03 > li {
  position: relative;
  padding: 0 0 0 26px;
  font-size: 128.57%;
  line-height: 2;
  letter-spacing: 0.06em;
}
#main .reqList03 > li:not(:last-child) {
  margin: 0 0 8px;
}
#main .reqList03 > li::before {
  position: absolute;
  top: 0.8em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fa0046;
  content: "";
}

#main .reqList03 > li .rNotes01{
	font-size: 80%;
}





/* フロー
------------------------------------------------------------------------------- */
#main .reqFlowList01 {
  /* min-width: 950px; */
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  gap: 20px 37px;
}
#main .reqFlowList01 > li {
  position: relative;
  width: 260px;
  font-weight: 700;
  font-size: 128.57%;
}
#main .reqFlowList01 > li:nth-of-type(4) {
  width: 190px;
  margin-top: 15px;
  /*
  margin: 30px 0 0 auto;
  */
}
#main .reqFlowList01 > li::after {
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -26px;
  width: 19px;
  height: 17px;
  margin: auto;
  transform: rotate(-90deg);
  background: url(/recruit/common/images/rn/ico_triangle.svg) no-repeat;
  background-size: contain;
  content: "";
}
#main .reqFlowList01 > li:first-child::after {
  content: none;
}
#main .reqFlowList01 > li:nth-of-type(4)::after,
#main .reqFlowList01 > li:nth-of-type(5)::after,
#main .reqFlowList01 > li:nth-of-type(6)::after {
  top: 40px;
  bottom: auto;
  margin-top: -8px;
}
#main .reqFlowList01_en {
  font-family: "Roboto", sans-serif;
}
#main .reqFlowList01_column {
  display: flex;
  height: 100%;
}
/*
#main .reqFlowList01 li:nth-of-type(4) .reqFlowList01_column,
#main .reqFlowList01 li:nth-of-type(5) .reqFlowList01_column{
  height: auto;
}
*/
#main .reqFlowList01_column > div:nth-of-type(1) {
  width: 67px;
  border-radius: 10px 0 0 10px;
  background-color: #fa0046;
  color: #fff;
  line-height: 1.11;
  text-align: center;
}
#main .reqFlowList01_column > div:nth-of-type(1) > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#main .reqFlowList01_column > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  width: calc(100% - 67px);
  padding: 13px 20px 15px;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
  line-height: 1.44;
}
#main .reqFlowList01_blc {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  /* height: 100%; */
  padding: 0 0 2px;
  border-radius: 10px;
  background-color: #fa0046;
  color: #fff;
}
#main .reqFlowList01 li .rNotes02{
  margin-top: 10px;
  line-height: 1.7;
  font-weight: 500;
}
#main .reqFlowList01 li .rNotes02 li{
  text-indent: -1em;
  margin-left: 1em;
}


@media only screen and (max-width: 1000px) {
  #main .reqFlowList01 {
    min-width: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #main .reqFlowList01 > li {
    width: 260px;
  }
  #main .reqFlowList01 > li:nth-of-type(4) {
    margin: 0;
  }
  #main .reqFlowList01 li:nth-of-type(5) .reqFlowList01_column br.devPcTbl{
    display: none;
  }

}
