.u-nowrap{white-space:nowrap}

/* 2027 new graduate notice */
.newgrad-notice{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  width:min(100%,560px);
  margin:0 0 34px;
  padding:13px 2px;
  border-top:1px solid var(--ink);
  border-bottom:1px solid var(--rule);
}
.newgrad-notice span{
  color:#925e4c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:11px;
  line-height:1.4;
  letter-spacing:.14em;
  white-space:nowrap;
}
.newgrad-notice strong{
  min-width:0;
  font-size:14px;
  font-weight:500;
  line-height:1.5;
  letter-spacing:.06em;
}
.newgrad-notice i{
  color:#925e4c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
  font-style:normal;
}

/* education details */
.education-assurance{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:var(--max);
  margin:0 auto;
  border-right:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
  border-left:1px solid var(--rule);
  background:rgba(255,255,255,.34);
}
.education-assurance p{
  display:flex;
  align-items:center;
  gap:15px;
  min-height:64px;
  margin:0;
  padding:14px 24px;
  color:var(--muted);
  font-size:14px;
  letter-spacing:.035em;
}
.education-assurance p+p{border-left:1px solid var(--rule)}
.education-assurance span{
  color:#925e4c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:10px;
  letter-spacing:.12em;
}

/* support */
.support{
  background:linear-gradient(135deg,#fbf8f2 0%,#f6efe5 55%,#edf1ea 100%);
  border-top:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
}
.support>.split-heading,.support-grid,.support-note{
  max-width:var(--max);
  margin-left:auto;
  margin-right:auto;
}
.support-title-line,.recruit-title-line,.newgraduate-title-line{display:block}
.support-title-line,.recruit-title-line{white-space:nowrap}
.support-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(83,66,54,.22);
  border-left:1px solid rgba(83,66,54,.18);
}
.support-card{
  min-width:0;
  min-height:350px;
  padding:clamp(30px,3.4vw,52px);
  border-right:1px solid rgba(83,66,54,.18);
  border-bottom:1px solid rgba(83,66,54,.18);
}
.support-card-life{background:#efe1c7}
.support-card-security{background:#dfe7dd}
.support-card-growth{background:#ead8d2}
.support-card>span{
  color:var(--muted);
  font-family:Georgia,"Times New Roman",serif;
  font-size:11px;
  letter-spacing:.15em;
}
.support-card h3{
  margin:25px 0 30px;
  font-size:clamp(26px,2.2vw,33px);
  line-height:1.5;
}
.support-card ul{list-style:none;margin:0;padding:0;border-top:1px solid rgba(83,66,54,.2)}
.support-card li{
  position:relative;
  padding:16px 0 16px 20px;
  border-bottom:1px solid rgba(83,66,54,.16);
  font-size:16px;
  line-height:1.75;
}
.support-card li::before{
  content:"";
  position:absolute;
  top:1.45em;
  left:1px;
  width:7px;
  height:1px;
  background:#925e4c;
}
.support-note{
  margin-top:14px;
  margin-bottom:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.8;
}

/* recruit information */
.recruit-info{position:relative;overflow:hidden}
.recruit-info::before{
  content:"2027";
  position:absolute;
  top:clamp(88px,8vw,132px);
  right:clamp(-24px,1vw,18px);
  color:rgba(168,140,101,.075);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(130px,16vw,255px);
  line-height:.8;
  letter-spacing:-.07em;
  pointer-events:none;
}
.recruit-info-heading,.newgraduate-panel,.recruit-info>.info-accordion{position:relative;z-index:1}
.recruit-info-heading h2{font-size:clamp(40px,4.6vw,66px)}
.newgraduate-panel{
  scroll-margin-top:calc(var(--header-h) + 22px);
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  max-width:var(--max);
  margin:0 auto clamp(52px,6vw,86px);
  border:1px solid rgba(83,66,54,.22);
  background:rgba(255,255,255,.56);
}
.newgraduate-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:clamp(34px,4vw,62px);
  border-right:1px solid rgba(83,66,54,.18);
  background:#ead8cc;
}
.newgraduate-label{
  margin:0 0 21px;
  color:#925e4c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:11px;
  line-height:1.4;
  letter-spacing:.18em;
}
.newgraduate-copy h3{
  margin:0 0 26px;
  font-size:clamp(30px,2.8vw,42px);
  line-height:1.55;
  letter-spacing:.025em;
}
.newgraduate-title-line+.newgraduate-title-line{margin-top:10px}
.newgraduate-copy>p:last-child{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.95;
}
.recruit-highlight-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  min-width:0;
}
.recruit-highlight-grid article{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  min-height:315px;
  padding:clamp(24px,2.5vw,38px);
  border-right:1px solid rgba(83,66,54,.16);
}
.recruit-highlight-grid article:last-child{border-right:0}
.recruit-highlight-grid article:nth-child(1){background:rgba(239,225,199,.72)}
.recruit-highlight-grid article:nth-child(2){background:rgba(223,231,221,.78)}
.recruit-highlight-grid article:nth-child(3){background:rgba(234,216,210,.75)}
.recruit-highlight-grid article>span{
  color:var(--muted);
  font-family:Georgia,"Times New Roman",serif;
  font-size:10px;
  letter-spacing:.12em;
}
.recruit-highlight-grid article>p{
  margin:46px 0 4px;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.recruit-highlight-grid h4{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:22px;
  font-weight:400;
  line-height:1.35;
  white-space:nowrap;
}
.recruit-highlight-grid h4 strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(30px,3vw,47px);
  font-weight:400;
  letter-spacing:-.03em;
}
.recruit-highlight-grid article:nth-child(2) h4 strong{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:clamp(25px,2.2vw,34px);
  letter-spacing:.01em;
}
.recruit-highlight-grid h4 small{
  margin-left:5px;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;
  font-size:14px;
  font-weight:400;
}
.recruit-highlight-grid article:nth-child(2) h4 small{margin-left:0}

.recruit-info>.info-accordion{max-width:var(--max)}
.info-accordion details>.info-content{padding:0 0 40px 54px}
.info-accordion details .info-content div{padding:0}
.info-accordion .info-content p{max-width:none}
.info-definition-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin:0;
  border-top:1px solid var(--rule);
  border-left:1px solid var(--rule);
}
.info-definition-grid>div{
  min-width:0;
  padding:25px!important;
  border-right:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
}
.info-definition-grid dt{
  margin-bottom:10px;
  color:#925e4c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:11px;
  letter-spacing:.1em;
}
.info-definition-grid dd{margin:0;font-size:16px;line-height:1.8}
.salary-list-v80{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  border-top:1px solid var(--rule);
  border-left:1px solid var(--rule);
}
.salary-list-v80 article{
  min-width:0;
  padding:26px;
  border-right:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
  background:rgba(255,255,255,.32);
}
.salary-list-v80 article:nth-child(1){background:#efe1c7}
.salary-list-v80 article:nth-child(2){background:#dfe7dd}
.salary-list-v80 article>span{
  color:var(--muted);
  font-family:Georgia,"Times New Roman",serif;
  font-size:10px;
  letter-spacing:.12em;
}
.salary-list-v80 h3{margin:13px 0 19px;font-size:21px;line-height:1.45}
.info-accordion .salary-list-v80 p{display:flex;flex-direction:column;gap:3px;margin:0;color:var(--ink)}
.salary-list-v80 strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(27px,2.6vw,39px);
  font-weight:400;
  line-height:1.2;
  white-space:nowrap;
}
.salary-list-v80 small{color:var(--muted);font-size:12px;line-height:1.6}
.info-bullets{
  display:flex;
  flex-wrap:wrap;
  gap:10px 28px;
  list-style:none;
  margin:24px 0 0;
  padding:0;
}
.info-bullets li{position:relative;padding-left:18px;font-size:15px;line-height:1.8}
.info-bullets li::before{content:"";position:absolute;left:0;top:.95em;width:7px;height:1px;background:#925e4c}
.info-accordion .info-note{
  max-width:980px;
  margin:18px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.8;
}
.condition-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin:0;
  border-top:1px solid var(--rule);
  border-left:1px solid var(--rule);
}
.condition-grid>div{
  min-width:0;
  padding:22px 24px!important;
  border-right:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
}
.condition-grid dt{margin:0 0 8px;color:var(--muted);font-size:12px;letter-spacing:.04em}
.condition-grid dd{margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:19px;line-height:1.65}
.benefit-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid var(--rule);
  border-left:1px solid var(--rule);
}
.benefit-list li{
  position:relative;
  padding:18px 24px 18px 42px;
  border-right:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
  font-size:15px;
  line-height:1.65;
}
.benefit-list li::before{content:"";position:absolute;left:23px;top:1.75em;width:7px;height:1px;background:#925e4c}
.location-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--rule);border-left:1px solid var(--rule)}
.info-accordion .location-grid p{
  min-width:0;
  margin:0;
  padding:25px;
  border-right:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
  color:var(--ink);
}
.location-grid strong{display:block;margin-bottom:9px;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:21px;font-weight:400}
.location-grid span{display:block;color:var(--muted);font-size:14px;line-height:1.8}
.selection-content{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--rule);border-left:1px solid var(--rule)}
.selection-content>div{padding:27px!important;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.selection-content h3{margin:0 0 14px;font-size:22px;line-height:1.55}
.info-accordion .selection-content p{margin:0;color:var(--muted);font-size:15px;line-height:1.9}

@media(max-width:1180px){
  .newgraduate-panel{grid-template-columns:1fr}
  .newgraduate-copy{border-right:0;border-bottom:1px solid rgba(83,66,54,.18)}
  .recruit-highlight-grid article{min-height:220px}
  .info-definition-grid,.condition-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:820px){
  .newgrad-notice{margin-bottom:30px;gap:10px}
  .newgrad-notice span{font-size:10px}
  .newgrad-notice strong{font-size:13px}
  .education-assurance{grid-template-columns:1fr}
  .education-assurance p+p{border-top:1px solid var(--rule);border-left:0}
  .support-grid{grid-template-columns:1fr}
  .support-card{min-height:0;padding:31px 24px}
  .support-card h3{margin:18px 0 22px;font-size:27px}
  .support-card li{font-size:15px}
  .recruit-info::before{top:96px;right:-12px;font-size:31vw}
  .recruit-info-heading{position:relative}
  .newgraduate-panel{margin-bottom:52px}
  .newgraduate-copy{padding:38px 24px}
  .newgraduate-copy h3{font-size:clamp(29px,7.7vw,38px);line-height:1.58}
  .recruit-highlight-grid{grid-template-columns:1fr}
  .recruit-highlight-grid article{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:"index value" "label value";
    align-items:center;
    min-height:94px;
    padding:18px 20px;
    border-right:0;
    border-bottom:1px solid rgba(83,66,54,.16);
  }
  .recruit-highlight-grid article:last-child{border-bottom:0}
  .recruit-highlight-grid article>span{grid-area:index}
  .recruit-highlight-grid article>p{grid-area:label;margin:6px 0 0}
  .recruit-highlight-grid h4{grid-area:value;margin-left:20px}
  .recruit-highlight-grid h4 strong{font-size:36px}
  .recruit-highlight-grid article:nth-child(2) h4 strong{font-size:28px}
  .info-accordion details>.info-content{padding:0 0 30px 37px}
  .salary-list-v80{grid-template-columns:1fr}
  .salary-list-v80 article{padding:23px}
  .salary-list-v80 h3{margin:9px 0 12px}
  .salary-list-v80 strong{font-size:34px}
  .info-definition-grid,.condition-grid,.location-grid,.selection-content{grid-template-columns:1fr}
  .benefit-list{grid-template-columns:1fr}
}

@media(max-width:520px){
  .newgrad-notice{grid-template-columns:1fr auto;padding:11px 0}
  .newgrad-notice span{grid-column:1 / -1}
  .newgrad-notice strong{font-size:14px}
  .education-assurance p{padding:13px 18px}
  .support-note{font-size:11px}
  .newgraduate-copy{padding:34px 18px}
  .newgraduate-copy h3{font-size:29px}
  .newgraduate-copy>p:last-child{font-size:14px}
  .recruit-highlight-grid article{padding:16px 18px}
  .recruit-highlight-grid h4 strong{font-size:32px}
  .recruit-highlight-grid article:nth-child(2) h4 strong{font-size:25px}
  .recruit-highlight-grid h4 small{font-size:12px}
  .info-accordion details>.info-content{padding-left:0}
  .info-definition-grid>div,.condition-grid>div,.location-grid p,.selection-content>div{padding:20px!important}
  .benefit-list li{padding-left:38px}
  .benefit-list li::before{left:19px}
  .info-bullets{display:grid;gap:5px}
}

@media(max-width:350px){
  .newgrad-notice strong{font-size:13px}
  .newgraduate-copy h3{font-size:27px}
  .recruit-highlight-grid article{padding-left:14px;padding-right:14px}
  .recruit-highlight-grid h4{margin-left:10px}
  .recruit-highlight-grid h4 strong{font-size:29px}
  .recruit-highlight-grid article:nth-child(2) h4 strong{font-size:23px}
}
