@charset "UTF-8";
.under_mv {
  background: url("/recruit/img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
  @media screen and (max-width: 767px) {
    background: url("/recruit/img/mv_sp.png") center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.service + .btn {
  max-width: 360px;
  margin: 64px auto;
  a {
    display: flex;
    font-weight: bold;
    color: #000066;
    padding: 8px 5%;
    border-radius: 25px;
    box-sizing: border-box;
    border: 5px solid;
  }
}

.menu {
	background: #000066;
	padding: 60px 0;
  @media screen and (max-width: 767px) {
    padding: 10px 0 30px;
  }
}
.menu_list {
  display: flex;
  max-width: 1024px;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  position: relative;
  li {
    width: 240px;
    color: #000066;
    border: 2px solid #fff;
    border-radius: 28px;
    position: relative;
    text-align: center;
    padding: 7px;
    box-sizing: border-box;
    height: 54px;
    font-size: 1.5rem;
    font-weight: bold;
    background: #fff;
  }
  li p{
    font-size: 2rem;
  }
  li:nth-child(3) p {
    font-size: 1.8rem;
  }
  @media screen and (max-width: 767px) {
    display: block;
    justify-content: center;
    max-width: 95%;
    padding: 45px 0 0;
    li {
      margin: auto;
      margin-bottom: 20px;
      width: 280px;
      font-size: 2rem;
      padding-top: 9px;
    }
  }
}
.menu_list .twn {
  padding: 2px 0;
}

.num_inner{
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 90px 0;
  @media screen and (max-width: 767px) {
    padding: 45px 5%;
    width: auto;
  }
}
.num_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.num_box{
  max-width: 502px;
  width: 100%;
  min-height: 502px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  &:nth-child(1){
    background: url(../img/bg_01.png)no-repeat center/cover;
  }
  &:nth-child(2){
    background: url(../img/bg_02.png)no-repeat center/cover;
  }
  &:nth-child(3){
    background: url(../img/bg_03.png)no-repeat center/cover;
  }
  &:nth-child(4){
    background: url(../img/bg_04.png)no-repeat center/cover;
  }
  &:nth-child(5){
    background: url(../img/bg_05.png)no-repeat center/cover;
  }
  &:nth-child(6){
    background: url(../img/bg_06.png)no-repeat center/cover;
  }
  @media screen and (max-width: 767px) {
    max-width: 280px;
    min-height: 280px;
  }
}
.nb--01{
  .num_add{
    margin-top: -40px;
    @media screen and (max-width: 767px) {
      margin-top: -10px;
    }
  }
}
.nb--02{
  .num_add{
    margin-top: -40px;
    @media screen and (max-width: 767px) {
      margin-top: -10px;
    }
  }
}
.nb--03{
  .num_add{
    margin-top: -40px;
    @media screen and (max-width: 767px) {
      margin-top: -10px;
    }
  }
}
.num_title{
  min-width: 300px;
  border-bottom: 3px solid #000066;
  color: #000000;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 10px;
  @media screen and (max-width: 767px) {
    min-width: 180px;
    font-size: 2.4rem;
  }
}
.num_detail{
  font-size: 5.6rem;
  color: #000066;
  letter-spacing: 10px;
  font-weight: bold;
  letter-spacing: 0px;
  @media screen and (max-width: 767px) {
    font-size: 1.6rem;
  }
}
.num_add{
  font-size: 1.6rem;
  color: #000000;
  font-weight: normal;
  text-align: center;
}
.num_mega{
  font-size: 12rem;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    font-size: 6rem;
  }
}

/* entry_box */
.entry_catch{
  font-size: 2rem;
  color: #C5130A;
  text-align: center;
  letter-spacing: 4px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 767px) {
    gap: 10px;
    font-size: 1.8rem;
  }
  &::before{
    content: "";
    display: block;
    background: url(../../img/ec_arrow01.svg) no-repeat center/cover;
    width: 36px;
    height: 36px;
     @media screen and (max-width: 767px) {
      width: 25px;
      height: 25px;position: relative;
      bottom: -15px;
    }
  }
  &::after{
    content: "";
    display: block;
    background: url(../../img/ec_arrow02.svg) no-repeat center/cover;
    width: 36px;
    height: 36px;
     @media screen and (max-width: 767px) {
      width: 25px;
      height: 25px;
      position: relative;
      bottom: -15px;
    }
  }
}
.entry_btn{
  max-width: 676px;
  width: 100%;
  margin: 15px auto 0;
  background: #FACA4C;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  @media screen and (max-width: 767px){
    width: 90%;
  } 
}
.eb--catch{
  font-size: 3.4rem;
  color: #000000;
  font-weight: bold;
  @media screen and (max-width: 767px){
    font-size: 2.4rem;
  } 
}
.eb_bottom{
  background: #FFF3D4;
  max-width: 616px;
  width: 100%;
  padding: 25px 0;
  margin-top: 30px;
  @media screen and (max-width: 767px){
    width: 90%;
  } 
}
.eb_txt_top{
  color: #000066;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000066;
  max-width: 500px;
  margin: auto;
  @media screen and (max-width: 767px){
    width: 90%;
    flex-direction: column;
    gap: 10px;
  } 
}
.eb_tel{
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Anton";
  font-size: 2.5rem;
}
.tantou{
  text-align: center;
  margin-top: 10px;
}
/* entry_box */