@charset "UTF=8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Shippori+Mincho&display=swap');

/* outline
------------------------------*/
body {
  min-width: unset;
}
.base {
  width: 100vw;
}
.base * {
  font-family: Noto Sans CJK JP;
  color: #000;
  font-size:3.4668vw;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.inner{
  width: 100%;
  padding-left: 2.667vw;
  padding-right: 2.667vw;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*---------------------------------------------------------
main
---------------------------------------------------------*/

 .main-visual{
  background: url(../images/main-visual.png) no-repeat center /cover;
  width: 100vw;
  margin: auto;
  height: 71vw;
  display: flex;
  align-items: flex-end;
}

.main-visual-wrapper{
  backdrop-filter: blur(3px); 
  background-color: rgba(255,255,255,.7);
  color: #000;
  position: relative;
}

.main-visual-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(75deg, rgba(255,255,255,.7) 50%, transparent 50%);
  z-index: 10;
}

.main-visual-text{
  padding-top: 10.2vw;
  padding-left: 7.067vw;
  padding-right: 5vw;
  padding-bottom: 8vw;
}

.mv-title{
  color: #2C317D;
  font-size: 13.867vw;
  font-weight: normal;
  border: none;
  padding: 0;
  letter-spacing: -0.7px;
  line-height: 1.2;
}

.mv-subtitle{
  color: #000000;
  line-height: 1.4;
  padding-left: 1vw;
  margin-bottom: 2vw;
}

.recruit-navi-text{
  line-height: 1.615;
  text-align: center;
  margin-top: 12.267vw;
  margin-bottom: 11.667vw;
}

.recruit-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruit-box{
  width: 29.733vw;
  height: 12vw;
  background-color: #2C317D;
  border-radius: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4vw 0 3.5vw;
  position: relative;
}
.recruit-box:hover {
  color: #fff;
  opacity: 1;
}

.recruit-box {
  color: #fff;
  font-size: 4vw;
  font-family: Noto Sans CJK JP;
  font-weight: 500;
  display: flex;
  position: relative;
}

.flex1::before{
  content:'';
  background-image: url(../images/flex-img1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 5vw;
  height: 5vw;
  display: block;
  padding-bottom: 0vw;
}

.flex2::before{
  content: '';
  background-image: url(../images/flex-img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5vw;
  height: 5vw;
  display: block;
  padding-bottom: 1vw;
}

.flex3{
  padding-top: 3vw;
}
.flex3::before{
  content: '';
  background-image: url(../images/flex-img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5vw;
  height: 2vw;
  display: block;
  padding-bottom: 2vw;
}

.recruit-box::after{
  content: '';
  display: block;
  width: 2.73vw;
  height: 5.86vw;
  position: absolute;
  top:20vw;
  left: 45%;
  background-image: url(../images/arrow.png);
  background-size: contain;
}

.recruit-detail-box{
  border-radius: 20px;
  box-shadow: 0px 3px 10px rgba(0,0,0,.16);
  margin-top: 13.5vw;
  padding-top: 10vw;
  padding-bottom: 4vw;
}

.recruit-title{
  color: #2C317D;
  font-size: 6.133vw;
  line-height: 0.695;
  font-weight: 500;
}

.recruit-detail-text{
  margin-top: 6.4vw;
}

.recruit-detail-table{
  text-align: left;
  margin: 8.6vw 2vw 8.6vw 3vw;
}

.recruit-detail-table dt{
  color:#2C317D;
  line-height: 1.46;
  font-weight: 500;
  min-width: 16.03vw;
  vertical-align: top;
  padding-top: 2.667vw;
  padding-left: 1vw;
  padding-right: 2vw;
  position: relative;
}
.recruit-detail-table dt:after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: repeating-linear-gradient(#ccc 0, #ccc 5px, #fff 5px, #fff 9px);
}
.recruit-detail-table dd{
  padding: 2.6vw 4.2vw 1.667vw 4vw;
  line-height: 1.56;
  text-align: justify;
}

.work-1{
  /* padding-right: 2vw; */
}

.work-3{
  padding-right: 1vw;
  line-height: 1.55;
}

.list-square-flex{
  display: flex;
}
.list-square::before,
.list-square-flex::before{
  content:"■";
}

.list-wrapper{
  margin: 5vw 0 7vw;
}

.list-astarisk {
  display: flex;
}

.list-astarisk::before{
  display: block;
  content:"※";
}

.list-check-wrapper{
  margin-bottom: 6vw;
}

.list-check{
  display: flex;
}

.list-check::before{
  content: "□";
}

.list-title{
  margin-top: 5vw;
}
.list-title::before{
  content:"＜";
}

.list-title::after{
  content:"＞";
}

.bk-none{
margin-top: 0;
}

.list {
    border-top: 1px solid #ccc;
    display: flex;
    margin: 0;
}
.list:last-child{
    border-bottom: 1px solid #ccc;
}
.list-dot{
  display: flex;
}

.list-dot::before{
  content: "・";
}

.triangle-box{
  margin-top: 5.5vw;
}
.triangle-box p{
  padding-left: 20vw;
}

.list-triangle{
  display: flex;
  column-gap: 10px;
}

.list-triangle::before{
  content:"▼";
}

.list-triangle span{
  display: inline-block;
}

.page-top{
  margin: 0;
}

.recruit-attention-box{
  border-radius: 1vw;
  box-shadow: 0px 3px 10px rgba(0,0,0,.16);
  margin-top: 10.933vw;
  padding-top: 14vw;
}

.recruit-subtitle{
  color: #2C317D;
  font-size: 5.6vw;
  line-height: 1.24;
  font-weight: 500;
  padding-top: 6vw;
}

.recruit-attention-text{
  padding:4.133vw 4vw 10.133vw;
  line-height: 1.692;
}

.recruit-flow{
  margin-top: 14.133vw;
}

.recruit-flow-text{
  margin-top: 4vw;
  margin-bottom: 6.8vw;
}

.flow-flex,
.flow-flex-last{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0px 3px 10px rgba(0,0,0,.16);
  margin-bottom: 8.267vw;
  position: relative;
}

.flow-flex::after{
  content: '';
  display: block;
  position: absolute;
  width: 5.5vw;
  height: 5.3vw;
  background-image: url(../images/flow-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top:40vw;
  left:48%;

}

.flow-img img{
  width: 44vw;
  height: 37.333vw;
  border-radius: 20px 0 0 20px;
}

.flow-flex dl,
.flow-flex-last dl{
  width: 46%;
  text-align: left;
  padding-left: 2.5vw;
  padding-right: 5vw;
}



.flow-flex dt,
.flow-flex-last dt{
  display: flex;
  align-items: center;
}

.flow-flex dt span{
  display: block;
}

.blue-text{
  color:#2C317D;
  font-size: 5.067vw;
  line-height: 4.267vw;
  margin-left:1.333vw;
}

.flow-flex dd,
.flow-flex-last dd{
  margin-top: 3vw;
  line-height: 1.46;
}
.list-check-last {
  margin-bottom: 2vw;
}