@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Yeny 1.0 
Author: Yeny Inc. Fuyu Nagao
Author URI: https://yeny.jp/newgrads/
Description: Yeny新卒採用ページ
*/
:root{
  --baseblack:#333333;
  --skyblue:#12B3C7; 
  --bg-blue:#F3FAFF; 
  --gray:#F5F5F5;
  --flow-red:#E34E5B; --flow-blue:#5BA6D9; --flow-orange:#F99900;
  --content:1200px;
}

body{
  font-size: 0.9375rem;
  letter-spacing: .08em;
  font-weight: 500;
}
img{object-fit: contain; max-width: 100%;}
.pc{display: none;}
.container{
  width:100%;
  max-width:calc(var(--content) + 32px);
  margin-inline:auto;
  padding-inline:16px;
}
.newgrads_h2{
  font-size:0.875rem;
  font-weight:700;
  letter-spacing:.08em;
  margin-top: 80px;
  margin-bottom:40px;
  display:flex;
  align-items:center;
  gap:8px;
}
.newgrads_h2::before{
  content:"";
  width:20px;
  height:20px;
  border-radius:50%;
  background:var(--skyblue);
}
.newgrads_h3{
  font-size:1rem;
  font-weight:700;
  margin-bottom:16px;  
}
.newgrads_line:before{
  content: "";
  display: block;
  width: 130px;  
  height: 0.5px;
  margin: 28px 0;  
  background-color: #000;
}
.btn-cyan{
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 311px;
  padding: 10px 56px;
  background: var(--skyblue);   
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 100px; 
  text-decoration: none;
}
.btn-cyan::after{
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.bg_main{
  background-image: url("../img/newgrads/newgrads_bg_sp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}
/* hero */
.hero{
  overflow:hidden;
  text-align: center;
  font-weight:700;  
}
.hero__sub{ 
  font-size:1.625rem;
  margin-top: 275px;
  margin-bottom:10px;
}
.hero__title{
  font-size:2.8125rem;
  line-height:1.35;
  letter-spacing:.01em;
}
.hero__badge{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  border-radius:10px;
  background-color:var(--skyblue);
  width: 100%;
  max-width: 343px;
  padding: 14px 18px;
  margin: 274px auto 20px;
}
.hero__badge::after{
  content: "";
  position: absolute;
  right: 18px;
  top: 45%;
  width: 11px;
  height: 11px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.hero__badge .sub_title{
  font-size: 1rem;  
  letter-spacing: 0.01em;
  padding-right: 6px;
}
.hero__badge .main_title{
  font-size: 1rem;  
}
/* メッセージ */
.msg__inner{
  padding-bottom: 120px;
}
/* 会社・事業内容 */
.about__ph.sp
  {
    display: block;
    max-width:200px;
    width:100%;
    margin: 30px auto 40px;
  }

/* マスコット */
.mascot{background:var(--bg-blue);}
.mascot__figure{
  text-align:center;
  padding-top: 24px;
}
.mascot__card{
  padding-top: 30px;
  padding-bottom: 30px;
}
.mascot__wrap{
  position: relative;
  background-color: #fff;
  padding: 20px 16px 24px;
  margin-top: 20px;
  border-radius: 10px;
}
.mascot__wrap::after{
  content: "";
  position: absolute;
  top: 99%;
  right: 80px; 
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid #fff;
}
.mascot__text{font-size:0.75rem ;margin-bottom:16px;}
.mascot__ph{width:256px;}

/* コンセプト */
.values__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  margin-bottom: 80px;
}
.vcard{
  border:0.5px solid var(--baseblack);
  border-radius:20px;
  padding:30px 24px 60px;
  text-align:center;
  letter-spacing: 0.03em;
}
.vcard__title{ 
  font-weight:700;
  font-size:0.875rem;
  margin-bottom:30px;
}
.vcard__ph{
  width:174px;
  margin:0 auto 40px;
}

/* 目指すもの */
.join{
  background:var(--bg-blue);
  padding-top: 1px;
  padding-bottom: 80px;
  margin-bottom: -30px;  
}
.join__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  align-items:center;
}
.join__ph{
  margin-bottom: 40px;
}

/* 仕事内容 */
.work{
  background:var(--bg-blue);
  padding-top: 1px;
  padding-bottom: 120px;
}
.work .newgrads_line::before{
  width: 100%;
}
.work__block{
  background: #fff;
  border: 0.5px solid var(--baseblack);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
}
.work__head{
  font-weight:800;
  font-size:0.875rem;
  padding:28px 20px;
  border-bottom:0.5px solid var(--baseblack);
}
.work__body{
  padding: 30px 12px 60px 16px;
}
.work__ph{
  display: block;
  max-width:165px;
  width:100%;
  margin:auto;
}
.work__item{margin-bottom:14px;}
.work__item:last-child{margin-bottom:0;}
.work__item dt{font-weight:700;}
.work__item dd{margin:2px 0 0;line-height: 1.7em}

/* 成長環境 */
.flow{ 
  overflow-x:auto; -webkit-
  overflow-scrolling:touch; 
  padding-bottom:8px; 
  margin-bottom: 120px;
}
.flow__inner{ min-width:900px; }  /* これ未満でスクロール発生 */
.flowbar{ 
  display:flex; 
  align-items:center; 
  margin-bottom:14px; 
}
.flowbar__step{
  height:85px;
  display:flex; 
  align-items:center;
  padding-left:26px;
  color:#fff; 
  font-weight:700; 
  font-size:1.125rem;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 40px 50%);
}
.flowbar__step:not(:first-child){ 
  margin-left:-41px; 
} 
.flowbar__step--naitei{ 
  background:var(--flow-red); 
  width:128px; 
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
}
.flowbar__step--nyusha{ 
  position: relative;
  background:var(--flow-blue); 
  width:325px; 
  padding-left: 50px;
}
.flowbar__step--nyusha::after{
  content:"";
  width: 100%;
  max-width:222px;
  height:1px;
  background-color: #fff;
  margin-left: 12px;
}
.flowbar__step--honsai{ 
  background:var(--flow-orange); 
  width:394px; 
  height: 130px;
  padding-left: 50px;
  clip-path: polygon(
    0 22.5px,  
    calc(100% - 55px) 22.5px,  
    calc(100% - 55px) 0,  100% 50%,  
    calc(100% - 55px) 100%,  
    calc(100% - 55px) 107.5px,  
    0 107.5px,  
    40px 50% );
} 
.flowbar__circle{
  flex-shrink:0;
  width:116px; height:116px;
  border-radius:50%; background:#1cb4c4;
  color:#fff; font-weight:700; 
  font-size:1.5rem;
  display:flex; 
  align-items:center; 
  justify-content:center;
}
.flowcols{ 
  display:grid; 
  grid-template-columns:repeat(6,1fr); 
}
.flowcol{ 
  padding:16px 14px 58px; 
  border-right:1px solid var(--baseblack); 
  text-align:center; }
.flowcol:last-child{ border-right:none; }
.flowcol__title{font-weight:700; margin-bottom:10px; }
.flowcol__text{font-size:0.875rem; line-height:1.8; }

/* 募集要項 */
.terms{
  background:var(--bg-blue); 
  padding-top: 1px;
  padding-bottom: 120px;
}
.terms__table{}
.terms__row{
  display:grid;
  grid-template-columns:104px 1fr;
  border-bottom:4px solid var(--bg-blue);;
}
.terms__row:last-child{border-bottom:none;}
.terms__th{
  background:var(--skyblue);
  color:#fff;
  font-weight:700;
  padding:10px 10px 10px 16px;
  display:flex;
}
.terms__td{
  background-color: #fff;
  border-left: 4px solid var(--bg-blue);
  padding: 10px 16px;
}
/* プロセス */
.process__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
  padding: 40px 16px;
  max-width: 380px;
  margin: auto;
}
.pstep{
  position:relative;  
  display: flex;
  align-items: center;
  gap: 16px;
  background:var(--skyblue);
  color:#fff;
  border-radius:10px;
  padding:22px 16px 22px;

}
.pstep__no{
  width:40px;
  height:40px;
  flex-shrink: 0; 
  border-radius:50%;
  background:#fff;
  color:var(--skyblue);
  font-weight:800;
  font-size:1.3125rem;
  display:flex;
  align-items:center;
  padding-bottom: 2px;
  justify-content:center;
  border:2px solid var(--skyblue);
}
.pstep__ph{
  width:52px;
  height:52px;
  border-radius:8px;
  margin:6px auto 10px;
  background:rgba(255,255,255,.25);
}
.pstep__title{
  font-weight:700;
  line-height:1.4;
  text-align: center;
  width: 180px;
}
.pstep::after{
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 18px solid var(--skyblue);
  border-bottom: 18px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.pstep:last-child::after{content: none; }
.process__note{
  background:var(--gray);
  padding:16px;
  margin: 0 16px 120px;
}
/* フォーム */
.entry{
  background:var(--bg-blue);
  padding-top: 1px;
  padding-bottom: 120px;
}
.entry__form{
  background:#fff;
  padding:24px 20px 80px;
  max-width:600px;
  margin-inline:auto;
  margin-top: 30px;
  border-radius: 10px;
}
.entry__field{
  margin-bottom:18px;
}
.entry__field__label{
  display:block;
  font-weight:700; 
  margin-bottom:7px;
}
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-select,
.entry__field input,
.entry__field select{
  box-sizing: border-box;
  height: auto;
  line-height: 1.5;
  width: 100%;
  max-width: inherit;
  border:1px solid var(--baseblack);
  border-radius:6px;
  padding:11px 12px;
  color:var(--baseblack);  
}
.entry__field input::placeholder{
  color: #bfbfbf;
  opacity: 1;/*Firefox対策*/
}
.entry__field select:has(option[value=""]:checked){ color: #bfbfbf; }
.entry__field select{
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.entry__policy{margin:20px 0;}
.entry__policy a{
  color:#3F94D2;
  text-decoration:underline;
}
.entry__check{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
}
.entry__check input[type="checkbox"]{
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  accent-color: var(--skyblue);
  cursor: pointer;
}
.entry .btn-cyan{ border: none; margin-top: 30px;}
/* Cloudflareの表示順序入れ替え */
.wpcf7-form{ display:flex; flex-direction:column; }
.entry__policy{ order: 1; }
.wpcf7-form .cf-turnstile{ order: 2; }
.entry__submit{ order: 3;} 

.btn-cyan:disabled{
  opacity: 0.4;
  cursor: not-allowed;
}



/* レスポンシブ */
@media (min-width:768px){

  body{
    font-size:1.25rem; 
    line-height: 1.7;
  }
  .sp{display: none}
  .pc{display: block;}
  .container{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .newgrads_h2{
    font-size: 1rem;
    margin-top: 80px;
    gap: 10px;
  }
  .newgrads_h2.center{justify-content: center}
  .newgrads_h3{
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .newgrads_h3.center{text-align: center}
  
  .btn-cyan{
    max-width: 360px;
    padding: 30px 55px;
    font-size: 1.25rem;
  }
  /*HERO*/
  .bg_main{
    background-image: url("../img/newgrads/newgrads_bg_pc.webp");
    margin-top: 138px;
  }
  .hero{
    padding-bottom: 220px;
  }
  .hero__inner{
    position: relative;
  }
  .hero__title{
    font-size:5.375rem;
    line-height: 1.2;
    text-align: left;
  }
  .hero__sub{
    font-size:2.25rem;
    text-align: left;
    margin-top: 168px;
    margin-bottom: 0;
  }
  .hero__badge{
    display: block;
    width:200px;height:200px;
    border-radius: 50%;
    font-size:1.5rem;
    padding: 0;
    position: absolute;
    bottom: -190px;
    right: 0;
  }
  .hero__badge .sub_title{
    display: block;
    font-size: 2.4375rem;
    padding-top: 38px;
    padding-right: 0;
  }
  .hero__badge .main_title{
    display: block;
    font-size:1.5rem;
    line-height: 0;
  }
  .hero__badge::after{
    right: 45%;
    top: 80%;
    width: 18px;
    height: 18px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  
  /* メッセージ */
  .msg__inner{
    padding:0px 60px 130px; 
    font-size: 1.625rem;
  }
  
  /* 会社・事業内容 */
  .about__grid{
    display: flex;
    justify-content: space-between;
    padding-bottom: 110px;
    padding-left: 60px;
  }
  .about__wrap{
    max-width: 619px;
  }  
  .about__ph.sp{display: none;}
  .about__ph.pc{
    max-width:460px; 
    min-width: 0;
    margin-top: 160px;
  }
  .mascot__card{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 30px 50px 30px 60px;
  }
  .mascot__wrap{
    max-width: 560px;
    padding: 28px;
    margin-top: 0;
  }
  .mascot__wrap::after{
    top: 72%;
    left: -35px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 1px solid #fff;
    border-top: 20px solid #fff;    
  }
  .mascot__ph{width:460px;}
  .mascot__text{
    font-size: 1.25rem;
    margin-bottom: 34px;
  }
  
  /* コンセプト */
  .values__grid{grid-template-columns:1fr 1fr;}
  .vcard{padding:80px 20px;}
  .vcard__title{font-size:1.75rem;}
  
  /* 目指すもの */
  .join__grid{grid-template-columns:1fr 1fr;}
  .join__ph{
    max-width: 500px;
    margin-top: 20px;
    padding-top: 60px;
    }
  
  /* 仕事内容 */
  .work__body{
    display: flex;
    padding: 70px 40px 70px 0;
    gap: 20px;
  }
  .work__body dl{
    width: 560px;
  }
  .work__block{margin-bottom: 60px;}
  .work__head{
    font-size:1.75rem;
    padding:16px 40px;
  }
  
  /* 成長環境 */
  .flowbar__step{font-size: 1.5rem;}
  .flowbar__step--naitei{width: 173px;}
  .flowbar__step--nyusha{width: 400px;}
  .flowbar__step--honsai{width: 535px;}
  .flowbar__circle{width: 150px;height: 150px; font-size: 1.5rem;}
  .flowbar__step--nyusha::after{  }
  
  /* 募集要項 */
  .terms__row{grid-template-columns: 240px 1fr; }
  .terms__th{
    justify-content: center;
    align-items: center;
  }
  .terms__td{
    padding: 26px 20px 28px 40px;
  }
  
  /* プロセス */
  .process__grid{
    grid-template-columns:repeat(3,1fr);
    gap:70px;
    margin-inline:auto;
    max-width: none;
    box-sizing: border-box;
    padding-inline: 70px;
    margin-top: 50px;
  }
  .process__text{
    text-align: center;
  }
  .pstep__no{
    position:absolute;
    top:-40px;
    left:50%;
    transform:translateX(-50%);
    width:80px;
    height:80px;
    font-size:1.75rem;
  }
  .pstep__title{width: auto;}
  .pstep{
    justify-content: center;
    padding:28px 18px 22px;
    height: 320px;
    font-size: 1.75rem;
  }
  .pstep::after{
    content: "";
    position: absolute;
    top: 50%;
    left: unset;
    right: -63px;
    transform: translateY(-35%);    
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 36px solid var(--skyblue);
  }
  .pstep:last-child::after{ content: none; }
  .pstep.pre::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;  
    transform: translateY(-35%);    
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 36px solid var(--skyblue);
  }  
  .process__note{
    max-width:1140px;
    margin-inline:auto;
    margin-top:48px;
    padding:35px;
    font-size:1.125rem;
  } 
  
  /* フォーム */
  .entry__field{margin-bottom: 48px;}
  .entry__text{text-align: center;}
  .entry__form{
    padding:60px 125px;
    max-width: 1090px;
    font-size: 1.375rem;
    margin-top: 50px;
  }
  input.wpcf7-form-control.wpcf7-text,
  input.wpcf7-form-control.wpcf7-select,
  .entry__field input,
  .entry__field select{
    font-size: 1.375rem;  
    padding: 12px 20px;
  }
  .entry__label{display: block; margin-bottom: -26px; }
  .wpcf7-form-control-wrap{
    margin-top: 4px;
    display: block;
  }
  .entry__check{margin-top: 40px; }    
  .entry__submit{margin-top: 60px;}
  .entry .btn-cyan{
    border: none;        
    margin: 0 auto;
  }
  
}
