@charset "UTF-8";

/* ****************************************************************************

　目次

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

　01. モジュール

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

　01. モジュール

=============================================================================== */
/*
#main .rTitle02{
  display: flex;
  align-items: center;
  gap: 0 60px;
}
*/
#main .dSection01 .rTitle02{
  margin-left: -20px;
}


/* アンカーリスト
------------------------------------------------------------------------------- */
#main .rAnchor01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 150px;
}
#main .rAnchor01 > li {
  font-size: 128.57%;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#main .rAnchor01 > li > a {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 999em;
  text-decoration: none;
  color: #000;
  height: 48px;
  padding: 2px 68px 5px 20px;
  position: relative;
  transition: border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .rAnchor01 > li > a::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid #fa0046;
  border-right: 2px solid #fa0046;
  position: absolute;
  right: 22px;
  top: calc(50% - 11px);
  transform: rotate(135deg);
}

.d_hover #main .rAnchor01 > li > a:hover {
  border-color: #fa0046;
}

#main .fnAnchorT {
  margin-top: -68px;
  padding-top: 68px;
}



/* セクション
------------------------------------------------------------------------------- */
#main .dSection01 {
  margin: 120px 0;
  padding: 0 10px 0 20px;
}

#main .dSection02 {
  margin: 80px 0;
  padding: 0;
}

/* タイトル
------------------------------------------------------------------------------- */
#main .dTitle01 {
  font-size: 233.33%;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 0 0 2px;
  border-bottom: 2px solid #000;
  margin: 0 0 20px -20px;
  display: inline-flex;
}


/* テキスト
------------------------------------------------------------------------------- */
#main .dTxt01 {
  font-size: 200%;
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 2.14;
  letter-spacing: 0.16em;
}

/* テーブル
------------------------------------------------------------------------------- */
#main .rTable01 {
    table-layout: fixed;
}
#main .rTable01 thead th {
  font-weight: bold;
  text-align: center;
}
#main .rTable01 thead th.normal {
  font-weight: normal;
}
#main .rTable01 tbody th {
  text-align: center;
  vertical-align: middle;
}
#main .rTable01 td{
	vertical-align: middle;
}
#main .rTable01 td ul{
  font-size: 100%;
}
#main .rTable01 td ul.rNotesList li{
  margin: 7px 0 7px 1em;
  text-indent: -1em;
  line-height: 1.5;
}


/* リスト
------------------------------------------------------------------------------- */
#main .dList01 {
  display: flex;
  align-items: flex-start;
  margin: 14px 0 0;
}

#main .dList01>dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  width: 75px;
  line-height: 1;
  padding: 3px 0 7px;
  margin: 7px 0 0;
}

#main .dList01>dd {
  padding: 0 0 0 12px;
}

#main .dList02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}

#main .dList02>dt,
#main .dList02>dd {
  font-size: 170%;
  line-height: 2;
  letter-spacing: 0.06em;
}

#main .dList02>dt {
  position: relative;
  width: 210px;
  padding: 0 0 0 26px;
}

#main .dList02>dt::before,
#main .dList02>dt::after {
  position: absolute;
  content: "";
}

#main .dList02>dt::before {
  top: 0.9em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fa0046;
}

#main .dList02>dt::after {
  top: 1em;
  right: 20px;
  width: calc(100% - 50px);
  height: 2px;
  background-color: #bfbfbf;
}

#main .dList02>dt span {
  display: inline-block;
  z-index: 1;
  position: relative;
  background-color: #f5f5f5;
  padding-right: 20px;
}

#main .dList02>dd {
  width: calc(100% - 412px);
}

#main .dNotes01 {
  margin: 16px 0 0;
}

#main .dNotes01 li {
  position: relative;
  padding: 0 0 0 2.5em;
  font-size: 100%;
  line-height: 1.71;
  letter-spacing: 0.06em;
}
#main .dNotes01 li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

/* フローリスト
------------------------------------------------------------------------------- */
#main .dFlowList01 {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#main .dFlowList01>li {
  position: relative;
  font-weight: 700;
  font-size: 128.57%;
  letter-spacing: 0.06em;
}

#main .dFlowList01>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 .dFlowList01_en {
  /* font-size: 85.71%; */
  font-family: "Roboto", sans-serif;
}

#main .dFlowList01_column {
  display: flex;
}

#main .dFlowList01_column>div:nth-of-type(1) {
  width: 160px;
  border-radius: 10px 0 0 10px;
  background-color: #fa0046;
  color: #fff;
}

#main .dFlowList01_column>div:nth-of-type(1)>span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 4px 0 0;
}

#main .dFlowList01_column>div:nth-of-type(2) {
  width: calc(100% - 160px);
  padding: 22px 40px 24px;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}

#main .dFlowList01_column-01>div:nth-of-type(2) {
  padding-top: 44px;
  padding-bottom: 48px;
}

#main .dFlowList01_blc {
  padding: 18px 20px 20px;
  border-radius: 10px;
  background-color: #fa0046;
  color: #fff;
  text-align: center;
}

#main .dFlowList01_column .rNotes01 {
  margin-top: 5px;
}

#main .dFlowList01_column .rNotes01>li {
  font-size: 66.5%;
}

#main .rNotes01 {
  margin: 18px 0 0;
}

#main .rTxt01+.rTxt01 {
  margin-top: 1em;
}