@charset "UTF-8";

  @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');

/* 右側の赤いライン削除・フォント */
main {
    border-right: none;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

p {
    font-weight: 500;
}
  #sidebar {
    display: none;
}
main {
    border-right: none;
}
.column2 {
    justify-content: center;
}
div#lv_outer {
    display: none;
}
div#pan {
    display: none;
}
aside#common_footer {
    display: none;
}
.widget_form form .submit input {
    padding: 15px 10px;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 2px;
}
.widget_form form .submit span {
    border-radius: 35px;
}
.widget_form form .submit input:hover {
    opacity: .8;
    transition: all .5s;
}


/* section06選考プロセス */
#section06+section{
  position: relative;
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 10rem:
}
#section06+section .heading.block_header_2 .h{
  color: #00B19A;
  font-size: 3.6rem !important;
}
#section06+section .step-wrapper{
  display: flex;
  justify-content: center;
  /* background-image: url(/common/upload_data/leap-ltdjp/image/20251223140055_1.png);
  background-repeat: no-repeat;
  background-size: contain; */
  margin-top: 6rem;
  position: relative;
}
#section06+section .step-wrapper .step{
  width: calc(100% / 4);
  padding: 6rem 3rem 5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-right: 6px solid #fff;
  position: relative;
}


  #section06+section .step-wrapper .step:nth-of-type(1){
    background: #00B6C4;
  }
  #section06+section .step-wrapper .step:nth-of-type(2){
    background: #00C69A;
  }
  #section06+section .step-wrapper .step:nth-of-type(3){
    background: #88D94D;
  }
  #section06+section .step-wrapper .step:nth-of-type(4){
    background: #48BFC4;
  }
  #section06+section .step-wrapper .step:nth-of-type(1)::before{
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 50px 0 50px 35px;
    border-color:  transparent transparent transparent#00B6C4;
    top: 50%;
    transform: translateY(-50%);
    right: -2.7rem;
    z-index: 2;
  }
  #section06+section .step-wrapper .step:nth-of-type(2)::before{
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 50px 0 50px 35px;
    border-color: transparent transparent transparent #00C69A;
    top: 50%;
    transform: translateY(-50%);
    right: -2.7rem;
    z-index: 2;
  }
  #section06+section .step-wrapper .step:nth-of-type(3)::before{
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 50px 0 50px 35px;
    border-color: transparent transparent transparent #88D94D;
    top: 50%;
    transform: translateY(-50%);
    right: -2.7rem;
    z-index: 2;
  }
  #section06+section .step-wrapper .step::after{
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 55px 0 55px 35px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -3.5rem;
    z-index: 1;
  }
  #section06+section .step-wrapper .step:nth-of-type(4)::after{
    content: none;
  }


#section06+section .step-wrapper .step .num{
  text-align: center;
  margin-bottom: 0;
}
#section06+section .step-wrapper .step .num .under-line{
  border-bottom: 1px solid #fff;
  color: #fff;
}
#section06+section .step-wrapper .step .num .num-num{
  font-size: 1.5em;
}
#section06+section .step-wrapper .step .title{
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
  color: #fff;
  font-size: 2.4rem;
}
#section06+section .step-wrapper .step .detail{
  margin-top: 2rem;
  color: #fff;
  font-size: 2rem;
  flex-grow: 1;
}
#section06+section .step-wrapper .step .text{
  background: #fff;
  padding: 1rem;
  min-height: 16rem;
  box-sizing: border-box;
}
  #entryform+div h2.h {
    color: #00B19A;
    font-size: 3.6rem !important;
    padding-bottom: 3rem;
}

  #entryform+div{
padding-top: 13rem;
}
section.contents_related.width_fixed.align-left.delay1.delay1Active {
    display: none;
}

/* Gナビ変更★重要 */
header#pattern2 nav.nomal-header{
    display: none;
}
header#pattern2 nav.recruit-header{
    display: flex;
}
header#pattern2 nav.recruit-header ul.nav_1st.nav_1st_white{
    width: 53%;
}
@media screen and (max-width: 900px){
  header#pattern2 nav.recruit-header{
    display: block;
  }
}