@charset "UTF-8";

.second-mv .inner::after{
  content: "";
  background-image: url(../../img/recruit/mv_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 694px;
  height: 106px;
  position: absolute;
  bottom: 35px;
  right: 0;

}
.second-mv .img{
  background-image: url(../../img/recruit/mv.png);
  width: 100%;
  height: 334px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  margin-bottom: 59px;
}
.content01 {
  padding: 78px 0 104px;
  text-align: center;
}
.content01 .text{
  position: relative;
  line-height: 2.4;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 102px;
}
.content01 .text::after{
  content: "";
  background-image: url(../../img/recruit/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 913px;
  height: 468px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.content01 .text p{
  padding-bottom: 19px;
}

.content02{
  position: relative;
  padding: 84px 0 151px;
  background-color: var(--lightgray);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  z-index: -2;
}
.content02 h2{
  color: var(--blue);
  padding-bottom: 50px;
}
.content02 table{
  margin-inline: 70px;
}
.content02 table tr{
  border-bottom: 1px solid var(--bordergray);
}
.content02 table tr:first-child{
  border-top: 1px solid var(--bordergray);
}
.content02 table tr th{
  padding: 32px 0 25px 40px;
  font-weight: bold;
  width: 240px;
  vertical-align: top;
}
.content02 table tr td{
  padding: 31px 40px 32px 24px;
  width: 820px;
}
.content03{
  position: relative;
  background-color: var(--white);
  top: -47px;
  padding: 84px 0 57px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  z-index: -1;
}
.content03 h2{
  color: var(--blue);
}
.content03 .flow{
  position: relative;
  width: 881px;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 31px;
}
.content03 .flow::before{
  content: '';
  display: block;
  position: absolute;
  left: 41px;
  top: 80px;
  height: calc(100% - 132px);
  width: 3px;
  background: var(--blue);
  z-index: -1;
}
.content03 .box{
  display: flex;
  gap: 64px;
  padding-bottom: 48px;
}
.content03 .box:last-child{
  padding-bottom: 0;
}
.content03 .box .number{
  font-size: 24px;
  color: var(--blue);
  position: relative;
  display: inline;
}
.content03 .box .number::before{
  content: "";
  background-image: url(../../img/recruit/flow-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 89px;
  height: 88px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.content03 .box .text-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.content03 .box .text .text-title{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 11px;
  width: 524px;
}
.content03 .box01{
  display: flex;
  justify-content: space-between;
  gap: 94px;
  align-items: center;
}
.content03 .box01 .icon{
  background-image: url(../../img/recruit/icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 166px;
  height: 116px;
}
.content03 .box02{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.content03 .box02 .icon{
  background-image: url(../../img/recruit/icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 166px;
  height: 116px;
}
.content03 .box03{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.content03 .box03 .icon{
  background-image: url(../../img/recruit/icon03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 166px;
  height: 116px;
}
.content03 .box04{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.content03 .box04 .icon{
  background-image: url(../../img/recruit/icon04.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 166px;
  height: 116px;
}

.content04{
  padding: 0 0 104px;
}
.content04 .inner p{
  position: relative;
  padding-top: 112px;
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  background-image: url(../../img/recruit/content04_bg.png);
  width: 1200px;
  height: 264px;
}
.content04 .inner p::after{
  content: "";
  background-image: url(../../img/recruit/entry-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 40px;
  position: absolute;
  top: 43%;
  right: 72px;
}