#RequireSec {
  padding: 100px 0 0;
}
#RequireSec div.inner {
  max-width: 830px;
}
#RequireSec h3 {
  display: flex;
  flex-direction: column;
  font-size: min(3.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#RequireSec h3 span {
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 800;
  color: #003AA7;
}
#RequireSec div.requireTbl {
  margin-top: 55px;
}
#RequireSec div.requireTbl table {
  border-top: 1px solid #DEF6FF;
}
#RequireSec div.requireTbl tr {
  border-bottom: 1px solid #DEF6FF;
}
#RequireSec div.requireTbl td, #RequireSec div.requireTbl th {
  padding: 30px 0;
  vertical-align: top;
}
#RequireSec div.requireTbl td p ~ p, #RequireSec div.requireTbl th p ~ p {
  margin-top: 1.5em;
}
#RequireSec div.requireTbl th {
  width: 120px;
  font-weight: 700;
}

#FlowSec {
  padding: 140px 0;
}
#FlowSec h3 {
  font-size: min(2.4vw, 2.4rem);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#FlowSec h3::after {
  content: "";
  width: 11px;
  height: 28px;
  background: url(/newgraduate/img/recruit/flow_arr.svg) 0 0 no-repeat;
  background-size: contain;
  margin-top: 10px;
}
#FlowSec ul.flowList {
  padding-left: 27px;
}
#FlowSec ul.flowList li {
  margin-top: 30px;
  display: flex;
}
#FlowSec ul.flowList li .flowNum {
  width: min(19vw, 192px);
  height: 64px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: relative;
  color: #fff;
  background: #74EBDE;
  box-sizing: border-box;
  font-size: min(1.5vw, 1.5rem);
  font-weight: 700;
}
#FlowSec ul.flowList li .flowNum::before {
  content: "";
  width: 54px;
  height: 54px;
  background: #fff url(/newgraduate/img/recruit/flow01.svg) center center no-repeat;
  border-radius: 50%;
  border: 5px solid #74EBDE;
  position: absolute;
  top: 0;
  left: -27px;
  z-index: 10;
}
#FlowSec ul.flowList li .noteBox {
  display: flex;
  width: calc(100% - min(19vw, 192px) - 10px);
  align-items: center;
  height: 64px;
  border: 3px solid #74EBDE;
  font-size: min(1.4vw, 1.4rem);
  line-height: 1.5;
  padding: 0 min(2vw, 30px);
  box-sizing: border-box;
}
#FlowSec ul.flowList li:nth-child(2) .flowNum {
  background: #3EDAD8;
}
#FlowSec ul.flowList li:nth-child(2) .flowNum::before {
  border-color: #3EDAD8;
  background-image: url(/newgraduate/img/recruit/flow02.svg);
}
#FlowSec ul.flowList li:nth-child(2) .noteBox {
  border-color: #3EDAD8;
}
#FlowSec ul.flowList li:nth-child(3) .flowNum {
  background: #3AC9F0;
}
#FlowSec ul.flowList li:nth-child(3) .flowNum::before {
  border-color: #3AC9F0;
  background-image: url(/newgraduate/img/recruit/flow03.svg);
}
#FlowSec ul.flowList li:nth-child(3) .noteBox {
  border-color: #3AC9F0;
}
#FlowSec ul.flowList li:nth-child(4) .flowNum {
  background: #2C90D5;
}
#FlowSec ul.flowList li:nth-child(4) .flowNum::before {
  border-color: #2C90D5;
  background-image: url(/newgraduate/img/recruit/flow04.svg);
}
#FlowSec ul.flowList li:nth-child(4) .noteBox {
  border-color: #2C90D5;
}
#FlowSec ul.flowList li:nth-child(5) .flowNum {
  background: #155389;
}
#FlowSec ul.flowList li:nth-child(5) .flowNum::before {
  border-color: #155389;
  background-image: url(/newgraduate/img/recruit/flow05.svg);
}
#FlowSec ul.flowList li:nth-child(5) .noteBox {
  border-color: #155389;
}
#FlowSec div.noticeBox {
  width: 100%;
  max-width: 560px;
  margin: 40px auto 0;
  padding: 40px 50px;
  background: #FAFAFA;
  box-sizing: border-box;
}
#FlowSec div.noticeBox h4 {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #RequireSec {
    padding: 45px 0 0;
  }
  #RequireSec h3 {
    font-size: 1.8rem;
  }
  #RequireSec h3 span {
    font-size: 1.2rem;
  }
  #RequireSec div.requireTbl {
    margin-top: 30px;
  }
  #RequireSec div.requireTbl td, #RequireSec div.requireTbl th {
    padding: 20px 0;
  }
  #RequireSec div.requireTbl th {
    width: 85px;
  }
  #FlowSec {
    padding: 100px 0 80px;
  }
  #FlowSec h3 {
    font-size: 1.8rem;
  }
  #FlowSec h3::after {
    content: "";
    width: 7px;
    margin-top: 8px;
  }
  #FlowSec ul.flowList {
    padding-left: 0;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  #FlowSec ul.flowList li {
    margin-top: 20px;
    flex-direction: column;
  }
  #FlowSec ul.flowList li .flowNum {
    width: 100%;
    height: 64px;
    justify-content: center;
    padding-left: 0;
    font-size: 1.8rem;
  }
  #FlowSec ul.flowList li .noteBox {
    width: 100%;
    align-items: center;
    height: auto;
    border-top: none;
    font-size: 1.4rem;
    padding: 20px;
  }
  #FlowSec div.noticeBox {
    margin: 30px auto 0;
    padding: 20px;
  }
}