@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Noto+Sans+JP:400,500,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@media (min-width: 1200px){
  .container {
    max-width: 1170px;
  }
}
html body {
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 0!important;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.oswald{
  font-family: 'Oswald', sans-serif;
}
html{
  overflow-x: hidden; 
}
img{
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
a {
  color: #01987d;
  transition: 0.3s;
}
a:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #01987d;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-black {
  font-weight: 900;
}
.meiryo {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}
img.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.fade_in {
    transition: all 1200ms 0s ease;
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}
.fade_in.js_active {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
.fade_in2 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 0.5s 0.4s;
}
.fade_in_r {
  opacity : 0;
  transform: translateX(80px);
  transition: all 0.5s;
}
.fade_in_l {
  opacity : 0;
  transform: translateX(-80px);
  transition: all 0.5s;
}
.slide-copy-fade {
  animation-name: fadein;
  animation-duration: 1s;
}
.fade_in3 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 0.5s;
}
@keyframes fadein {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.text-black {
  color: #000000;
}
a.text-black {
  color: #000000;
}
a.text-black:hover {
  color: #000000;
}
.text-green {
	color: #0DC8A7;
}
.bg-green {
  background-color: #40D3B9;
}
.bg-yellow {
  background-color: #fcf000;
}
.bg-orange{
  background-color: #F5BD00;
}
.bg-black {
	background-color: #000000 !important;
}
.bg-after-white {
  position: relative;
}
.bg-after-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -5;
}
/*ヘッダー*/
#home{
  display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

#home img{
  width: 190px;
  height: auto;
}
.h1{
  color: #4c4c4b;
  font-size: 12px;
  font-weight: 400;
  margin-top: -5px;
  margin-left: 10px;
  border: 1px solid #4c4c4b;
  padding: 3px 7px;
}
.nav-link {
  color: #000;
}
.nav-link:hover {
  color: #000;
}
nav h1 {
  font-size: 0;
}
header .navbar .align-adjust {
  align-items: flex-start;
}
header {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.navbar-brand {
    margin-right: 5px;
}
.navbar-nav li.nav-item a {
	font-size: 13px;
	font-weight: 700;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 16px;
}
.navbar-expand-lg .navbar-nav .nav-entry {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    font-size: 14px;
}
.nav-entry2{
  background-color: #F5BD00;
  border-radius: 25px;
}
.navbar-expand-lg .navbar-nav .nav-link.nav-entry2 {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
  font-size: 14px;
}
/* スライドの文字 */
.slide-copy {
  position: absolute;
  top: 60%;
  left: 14%;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  background: rgba(0,0,0,0.3);
  padding: 10px 20px;
}
.slide-copyfade {
  transition: all 1200ms 0s ease;
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}
.slide-copyactive {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
}
.slide-big {
  font-size: 64px;
  line-height: 79px;
}
.slide-small {
  font-size: 15px;
  line-height: 24px;
}
/* メインコンテンツ */
.fv-wrap{
  height: 95vh;
  width: auto;
  background-image: url(./images/fv-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mainvisual{
position: absolute;
top: 5%;
left: 50%;
transform: translateX(-50%);
width: 63%;
min-width: 800px;
text-align: center;
}
.mainvisual img{
}
h2 {
  font-weight: 700;
  text-align: center;
  font-size: 45px;
}
.h2-52px {
  font-size: 52px;
}
.h2-42px {
  font-size: 42px;
}
.h2-eng {
  font-size: 16px;
  display: block;
  padding-top: 20px;
}
.catch-copy {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  top: 236px;
  left: -46px;
}
.catch-copy span {
  background: #40D3B9;
  display: inline-block;
  padding: 0 12px;
}
.catch-copy span:not(:last-child) {
  margin-bottom: 9px;
}
.offset-p-1 {
  padding-left: 8.333333%;
}
.offset-p-1right {
	padding-right: 4.333333%;
}
.icon-img {
  width: 116px;
}
.attraction-p {
  font-size: 16px;
  line-height: 25px;
}
.attraction-h3 {
  font-size: 20px;
  font-weight: 700;
}
.attraction-h3 span {
  font-size: 16px;
}
.mb-adjustment{
  display: inline-block;
  margin-bottom: 7px;
}
.lato-title {
  font-size: 40px;
  font-weight: 700;
}
.entry-box {
  border-radius: 5px;
  font-weight: 700;
}
.entry-box, .entry-box tbody, .entry-box tr {
  width: 100%;
}
.entry-box th {
  position: relative;
  width: 179px;
  font-size: 20px;
}
.entry-box th::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 70%;
  background-color: #40D3B9;
}
.entry-box th, .entry-box td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.entry-box td {
  font-size: 16px;
  text-align: left;
}
.entry-box td a {
  display: block;
  margin: auto;
  background-color: #FCF000;
  color: #000000;
}
.entry-box td a.graduated {
  padding: 12px 60px 12px 89px;
  border-radius: 5px;
  text-align: center;
  max-width: 450px;
}
.entry-box td a.new-graduate {
  padding: 12px 31px 12px 63px;
  border-radius: 5px;
}
.entry-box td a > span {
  position: relative;
}
.entry-box td a span::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #000000 transparent transparent transparent;
}
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
}
.subtitle {
	font-size: 32px;
	font-weight: 700;
}
#business h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -169px;
  left: -629px;
  background: url(./images/business.png) no-repeat center center/contain;
  width: 700px;
  height: 202px;
}
/* Workplace */
.sec-slide {
  font-feature-settings: "palt";
}
.sec-slide h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.sec-slide p, .sec-slide td {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.sec-slide table {
  max-width: 538px;
  width: 100%;
}
.sec-slide th {
  width: 85px;
}
.sec-slide h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -47px;
  left: -529px;
  background: url(./images/office.png) no-repeat center center/contain;
  width: 443px;
  height: 141px;
  z-index: -1;
}
.slide-caption {
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: rgba(000,000,000,0.21);
}
/* legacy v2 mission section: kept for reference; new TOP uses #about-top */
/* Mission */
#mission{
  padding-top: 100px;
  padding-bottom: 70px;
}
.mission-titlebox {
	background: url(./images/sec3-head.jpg) no-repeat top -30px center/cover;
}
.sec3 {
	background: url(./images/sec3-bg.jpg) no-repeat center bottom/cover;
	position: relative;
}
.sec3 h2 {
	position: relative;
}
.mission-box {
	margin-top: -47px;
}
.sec3 h2::before {
	content: '';
	position: absolute;
  top: -15px;
  left: -164px;
	background: url(./images/mission.png) no-repeat center center/contain;
	width: 590px;
	height: 133px;
}
.sec3 h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
}
.sec3 p {
	font-size: 16px;
	line-height: 22px;
}
.sec3-2img {
	margin-top: -88px;
}
.mission-col{
  border: 1px solid #000000;
  padding: 0;
  text-align: center;
}
.mission-col p{
  font-size: 14px;
  padding: 20px 15px 25px;
  display: inline-block;
  text-align: justify;
}
/* =========================================
   #about-top (TOP「光陽興産について」section / 2026 リニューアル)
   ========================================= */
#about-top {
  background: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}
#about-top .about-top__title {
  margin: 0;
}
#about-top .about-top__eng {
  display: block;
  margin-top: 8px;
}
#about-top .about-top__lead {
  max-width: 754px;
  margin: 24px auto 75px;
  line-height: 1.8;
  font-size: 15px;
}
#about-top .about-top__visual {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
}
#about-top .about-top__image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #000;
}
#about-top .about-top__cta {
  margin-top: 19px;
}
#about-top .about-top__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 518px;
  max-width: 100%;
  height: 80px;
  padding: 0 40px;
  background: #f6e628;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#about-top .about-top__btn-text {
  flex: 1;
  text-align: center;
}
#about-top .about-top__btn-arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
  margin-left: 16px;
}
@media (max-width: 1079px) {
  #about-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #about-top .about-top__title {
    font-size: 22px;
    line-height: 1.2;
  }
  #about-top .about-top__eng {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 14px;
  }
  #about-top .about-top__lead {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px;
    margin: 19px auto 29px;
  }
  #about-top .about-top__cta {
    margin-top: 17px;
  }
  #about-top .about-top__btn {
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 62px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
}
/* =========================================
   #business-top (TOP「事業案内」section / 2026 リニューアル)
   ========================================= */
#business-top {
  background: #fdf9ca;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}
#business-top .business-top__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 876px;
  max-width: 60vw;
  line-height: 0;
  pointer-events: none;
}
#business-top .business-top__deco img {
  display: block;
  width: 100%;
  height: auto;
}
#business-top .business-top__container {
  position: relative;
  z-index: 1;
}
#business-top .business-top__row {
  display: flex;
  align-items: center;
  gap: 110px;
}
#business-top .business-top__col-text {
  flex: 0 1 424px; min-width: 0;
  max-width: 424px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#business-top .business-top__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
#business-top .business-top__title {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  color: #212529;
  order: 2;
  text-align: inherit;
}
#business-top .business-top__eng {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 19.2px;
  color: #212529;
  order: 1;
}
#business-top .business-top__lead {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
#business-top .business-top__cta {
  margin: 0;
}
#business-top .business-top__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  background: #f6e628;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#business-top .business-top__btn-text {
  flex: 1;
  text-align: center;
}
#business-top .business-top__btn-arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
  margin-left: 16px;
}
#business-top .business-top__col-visual {
  flex: 1 1 auto;
  min-width: 0;
}
#business-top .business-top__image {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1079px) {
  #business-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #business-top .business-top__deco {
    width: 100%;
    max-width: 220px;
    top: -10px;
    left: -40px;
  }
  #business-top .business-top__row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  /* SP: col-text の子(heading/lead/cta)を row の直接子に展開して個別 order 制御 */
  #business-top .business-top__col-text {
    display: contents;
  }
  /* Figma 順: タイトル → 画像 → リード → CTA */
  #business-top .business-top__heading {
    order: 1;
    align-items: center;
    text-align: center;
  }
  #business-top .business-top__col-visual {
    order: 2;
  }
  #business-top .business-top__lead {
    order: 3;
    text-align: left;
  }
  #business-top .business-top__cta {
    order: 4;
  }
  #business-top .business-top__title {
    font-size: 22px;
    line-height: 26.4px;
  }
  #business-top .business-top__eng {
    font-size: 14px;
    line-height: 16.8px;
    margin: 0 0 14px;
  }
  #business-top .business-top__btn {
    height: 62px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
/* =========================================
   #number-top (TOP「数字で見る光陽興産」section / 2026 リニューアル)
   ========================================= */
#number-top {
  background: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}
#number-top .number-top__heading {
  margin-bottom: 50px;
}
#number-top .number-top__title {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}
#number-top .number-top__eng {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}
#number-top .number-top__grid {
  display: grid;
  grid-template-columns: 580fr 560fr;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 50px;
}
#number-top .number-top__col-left {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
#number-top .number-top__col-right {
  display: flex;
}
#number-top .number-top__item {
  background: #f2f2f2;
  padding: 39px 24px;
  position: relative;
}
#number-top .number-top__item--gender {
  flex: 1;
  width: 100%;
  padding-bottom: 60px;
}
#number-top .number-top__item-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}
#number-top .number-top__value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
}
#number-top .number-top__value {
  font-size: 100px;
  line-height: 1;
  color: #212529;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
#number-top .number-top__unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 32px;
}
#number-top .number-top__icon {
  flex-shrink: 0;
}
#number-top .number-top__icon img {
  display: block;
  width: 188px;
  height: 90px;
}
#number-top .number-top__note {
  margin-top: 16px;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #808080;
}
#number-top .number-top__donut {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 340px;
  margin: 0 auto;
}
#number-top .number-top__donut-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  height: 340px;
}
#number-top .number-top__donut-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  text-align: center;
}
/* 男性: donut 中央から左へオフセット (Figma: 中心-100px 付近) */
#number-top .number-top__donut-side--male {
  left: calc(50% - 200px);
}
/* 女性: donut 中央から右へオフセット */
#number-top .number-top__donut-side--female {
  left: calc(50% + 20px);
}
#number-top .number-top__donut-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 8px;
}
#number-top .number-top__donut-value {
  font-size: 72px;
  line-height: 1;
  color: #212529;
  display: flex;
  align-items: baseline;
  gap: 4px;
  justify-content: center;
  white-space: nowrap;
}
#number-top .number-top__donut-unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
}
#number-top .number-top__cta {
  margin-top: 50px;
}
#number-top .number-top__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 515px;
  max-width: 100%;
  height: 80px;
  padding: 0 40px;
  background: #f6e628;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#number-top .number-top__btn-text {
  flex: 1;
  text-align: center;
}
#number-top .number-top__btn-arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
  margin-left: 16px;
}
@media (max-width: 1079px) {
  #number-top .number-top__grid {
    grid-template-columns: 1fr;
  }
  #number-top .number-top__col-left {
    grid-template-rows: auto auto;
  }
  #number-top .number-top__col-right {
    margin-top: 20px;
  }
  #number-top .number-top__item--gender {
    padding-bottom: 39px;
  }
}
@media (max-width: 1079px) {
  #number-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #number-top .number-top__heading {
    margin-bottom: 30px;
  }
  #number-top .number-top__title {
    font-size: 24px;
  }
  #number-top .number-top__eng {
    font-size: 14px;
  }
  #number-top .number-top__grid {
    gap: 20px;
    margin-bottom: 30px;
  }
  #number-top .number-top__col-left {
    gap: 20px;
  }
  #number-top .number-top__item {
    padding: 24px 20px;
  }
  #number-top .number-top__item-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  #number-top .number-top__value {
    font-size: 64px;
  }
  #number-top .number-top__unit {
    font-size: 24px;
  }
  #number-top .number-top__icon img {
    width: 140px;
    height: 67px;
  }
  #number-top .number-top__donut {
    width: 100%;
    max-width: 360px;
    height: 280px;
  }
  #number-top .number-top__donut-img {
    width: 280px;
    height: 280px;
  }
  #number-top .number-top__donut-side {
    width: 130px;
  }
  #number-top .number-top__donut-side--male { left: calc(50% - 150px); }
  #number-top .number-top__donut-side--female { left: calc(50% + 20px); }
  #number-top .number-top__donut-label {
    font-size: 18px;
  }
  #number-top .number-top__donut-value {
    font-size: 56px;
  }
  #number-top .number-top__donut-unit {
    font-size: 24px;
  }
  #number-top .number-top__btn {
    width: 100%;
    height: 62px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
/* =========================================
   #career-path-top (TOP「キャリアパス」section / 2026 リニューアル・新規)
   ========================================= */
#career-path-top {
  background: #f2f2f2;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}
#career-path-top .career-path-top__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 876px;
  max-width: 60vw;
  line-height: 0;
  pointer-events: none;
  opacity: 0;
  /* PC では装飾不要、SP のみ表示 */
}
#career-path-top .career-path-top__deco img {
  display: block;
  width: 100%;
  height: auto;
}
#career-path-top .career-path-top__container {
  position: relative;
  z-index: 1;
}
#career-path-top .career-path-top__row {
  display: flex;
  align-items: center;
  gap: 51px;
}
#career-path-top .career-path-top__col-visual {
  flex: 0 1 581px; min-width: 0;
  max-width: 581px;
}
#career-path-top .career-path-top__image {
  display: block;
  width: 100%;
  height: auto;
}
#career-path-top .career-path-top__col-text {
  flex: 0 1 518px; min-width: 0;
  max-width: 518px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#career-path-top .career-path-top__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
#career-path-top .career-path-top__title {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  color: #212529;
  order: 2;
  text-align: inherit;
}
#career-path-top .career-path-top__eng {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 19.2px;
  color: #212529;
  order: 1;
}
#career-path-top .career-path-top__lead {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
#career-path-top .career-path-top__cta {
  margin: 0;
}
#career-path-top .career-path-top__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  background: #f6e628;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#career-path-top .career-path-top__btn-text {
  flex: 1;
  text-align: center;
}
#career-path-top .career-path-top__btn-arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
  margin-left: 16px;
}
@media (max-width: 1079px) {
  #career-path-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #career-path-top .career-path-top__deco {
    opacity: 1;
    width: 100%;
    max-width: 220px;
    top: -10px;
    left: -40px;
  }
  #career-path-top .career-path-top__row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  /* SP: col-text の子 (heading/lead/cta) を row の直接子に展開して個別 order 制御 */
  #career-path-top .career-path-top__col-text {
    display: contents;
  }
  /* Figma 順: タイトル → 画像 → リード → CTA */
  #career-path-top .career-path-top__heading {
    order: 1;
    align-items: center;
    text-align: center;
  }
  #career-path-top .career-path-top__col-visual {
    flex: none;
    max-width: 100%;
    order: 2;
  }
  #career-path-top .career-path-top__lead {
    order: 3;
    text-align: left;
  }
  #career-path-top .career-path-top__cta {
    order: 4;
  }
  #career-path-top .career-path-top__title {
    font-size: 22px;
    line-height: 26.4px;
  }
  #career-path-top .career-path-top__eng {
    font-size: 14px;
    line-height: 16.8px;
    margin: 0 0 14px;
  }
  #career-path-top .career-path-top__btn {
    height: 62px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
/* =========================================
   #schedule-top (TOP「先輩社員の1日」section / 2026 リニューアル・新規)
   ========================================= */
#schedule-top {
  background: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}
#schedule-top .schedule-top__heading {
  margin-bottom: 50px;
}
#schedule-top .schedule-top__title {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
  text-align: inherit;
}
#schedule-top .schedule-top__eng {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}

/* PC: Swiper 無効、純粋 flex 横並び */
@media (min-width: 1080px) {
  #schedule-top .schedule-top__swiper {
    overflow: visible;
  }
  #schedule-top .schedule-top__wrapper {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    transform: none !important;
  }
  #schedule-top .schedule-top__card {
    flex: 0 0 calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
    width: auto !important;
    margin: 0 !important;
  }
}

#schedule-top .schedule-top__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#schedule-top .schedule-top__card-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#schedule-top .schedule-top__cta {
  margin-top: 50px;
}
#schedule-top .schedule-top__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 518px;
  max-width: 100%;
  height: 80px;
  padding: 0 40px;
  background: #f6e628;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#schedule-top .schedule-top__btn-text { flex: 1; text-align: center; }
#schedule-top .schedule-top__btn-arrow {
  width: 0; height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
  margin-left: 16px;
}

@media (max-width: 1079px) {
  #schedule-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #schedule-top .schedule-top__heading {
    margin-bottom: 30px;
  }
  #schedule-top .schedule-top__title {
    font-size: 22px;
  }
  #schedule-top .schedule-top__eng {
    font-size: 14px;
  }
  #schedule-top .schedule-top__swiper {
    overflow: visible;
    padding-bottom: 16px;
  }
  #schedule-top .schedule-top__card-name {
    font-size: 20px;
  }
  #schedule-top .schedule-top__card-sub {
    font-size: 14px;
  }
  #schedule-top .schedule-top__cta {
    margin-top: 30px;
  }
  #schedule-top .schedule-top__btn {
    width: 100%;
    height: 62px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
/* =========================================
   #news-top (TOP「お知らせ」section / 2026 リニューアル・新規)
   ========================================= */
#news-top {
  background: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}
#news-top .news-top__heading {
  margin-bottom: 40px;
}
#news-top .news-top__title {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  color: #212529;
  text-align: inherit;
}
#news-top .news-top__eng {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  color: #212529;
}
#news-top .news-top__list {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
#news-top .news-top__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 27px;
  border-bottom: 1px solid #212529;
  text-decoration: none;
  color: inherit;
}
#news-top .news-top__item-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
#news-top .news-top__item-date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #b5b5b6;
  white-space: nowrap;
}
#news-top .news-top__item-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: #f6e628;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
#news-top .news-top__item-title {
  margin: 0 0 0 20px;
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news-top .news-top__item-arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #212529;
}
#news-top .news-top__empty {
  text-align: center;
  font-size: 16px;
  color: #808080;
  padding: 40px 0;
}
#news-top .news-top__cta {
  margin-top: 40px;
  text-align: right;
}
#news-top .news-top__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 518px;
  max-width: 100%;
  height: 80px;
  padding: 0 40px;
  background: #f6e628;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}
#news-top .news-top__btn-text { flex: 1; text-align: center; }
#news-top .news-top__btn-arrow {
  width: 0; height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
  margin-left: 16px;
}
@media (max-width: 1079px) {
  #news-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #news-top .news-top__heading {
    margin-bottom: 24px;
  }
  #news-top .news-top__title {
    font-size: 22px;
    line-height: 26.4px;
  }
  #news-top .news-top__eng {
    font-size: 14px;
  }
  #news-top .news-top__list {
    gap: 40px;
  }
  #news-top .news-top__item {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 40px 16px 0;
    position: relative;
    align-items: flex-start;
  }
  #news-top .news-top__item-meta {
    width: 100%;
  }
  #news-top .news-top__item-title {
    margin: 8px 0 0;
    width: 100%;
    font-size: 14px;
    white-space: normal;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  #news-top .news-top__item-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #news-top .news-top__cta {
    margin-top: 30px;
    text-align: center;
  }
  #news-top .news-top__btn {
    width: 100%;
    height: 62px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
/* legacy v2 business section rows: kept for reference */
/* business */
#business{
  background-color: #f2f2f2;
  padding-top: 145px;
}
.business-row{
  margin-bottom: 55px;
  background-color: #FFF;
  padding: 45px 40px;
  justify-content: space-evenly;
}

.business-row2{
  padding: 0;
  background-color: transparent;
}
.business-col{
}
.business-col-bg {
  padding: 45px 15px;
  background-color: #fff;
  margin-bottom: 60px;
  height: 630px;
}
.business-title{
  text-align: center;
  margin-bottom: 40px;
}
.business-col .business-title{
  margin-bottom: 30px;
}

#business p{
  margin-bottom: 25px;
}

#business .business-col .business-text{
  margin-top: 10px;
  margin-bottom: 0px;
}
.business-dl{

}

.business-dl dt{
  margin-bottom: 5px;
}

.business-dl dd{
  font-size: 14px;
  margin-bottom: 20px;
}

.business-dl2 dd{
  display: flex;
  justify-content: space-between;
}
.business-dl2 dd p{
  width: 80%;
}

.business-dl2 dd img{
  width: 17%;
  margin-top: -35px;
}

/* entry */
.cmn-entry{
  background-color: #d9e2a6;
}
.entry-inner{
  padding: 50px 75px;
}
.entry-item{
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 18px 40px;
  color: #000;
  border-radius: 5px;
}
.entry-item:hover{
  color: #000;
}
.entry-item-top{
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
}
.entry-item-top span{
  font-size: 2rem;
}
.entry-item-bottom{
  padding-top: 18px;
  font-size: 1.5rem;
  font-weight: 700;
  border-top: 2px solid #212529;
}
/* work */
.gray-after::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90%;
	max-width: 1100px;
	height: 82%;
	background: #EEF0F4;
	z-index: -1;
}
.sec4 h2 {
	position: relative;
}
.sec4 h2::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -6px;
  background: url(./images/work.png) no-repeat center center/contain;
  width: 429px;
  height: 138px;
}
.sec4 h3 {
	font-size: 24px;
	font-weight: 700;
	background: #FCF000;
	padding: 11px 0;
}
.sec4 p {
	font-size: 16px;
	line-height: 22px;
}
/* Interview */
.sec5 {
	background-color: #EEF0F4;
	background-image: url(./images/sec5-bottombg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;  
	background-size: 100%;
}
.int-head {
	height: 420px;
}
.int-head1 {
	background: url(./images/sec5-1head.jpg) no-repeat center center/cover;
}
.int-head2 {
	background: url(./images/sec5-2head.jpg) no-repeat center center/cover;
}
.int-head3 {
	background: url(./images/sec5-3head.jpg) no-repeat center center/cover;
}
.int-maincopy {
	font-size: 36px;
}
.int-box {
	margin-top: -40px;
}
.mb-100 {
	margin-bottom: 100px;
}
.sec5 {
	padding-bottom: 110px;
}
.sec5 h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	border-bottom: 2px solid #0DC8A7;
	display: inline-block;
	padding-bottom: 12px;
	letter-spacing: -0.01em;
}
.sec5 p{
	font-size: 16px;
	line-height: 21px;
}
.sec5 p.sec5-outline, .sec7 p {
  padding-bottom: 35px;
}
.profile {
	font-size: 14px;
}
.sec5-name {
	font-size: 18px;
}
.open-bt {
	background: #FFF100;
	font-size: 14px;
	text-align: center;
	border: none;
	padding: 12px 0;
	cursor: pointer;
	position: absolute;
	right: 0;
  bottom: 18px;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 236px;
  z-index: 100;
}
.open-btwrap {
	content: '';
	width: 100%;
	height: 140px; /* グラデーションの高さ */
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.open-btwrap[aria-expanded="true"] {
  background: transparent;
  display: none;
}
.open-btwrap[aria-expanded="true"] label {
	display: none;
}
.int-dl dt {
	font-size: 16px;
	font-weight: 700;
	display: block;
	position: relative;
	padding-left: 77px;
	margin-bottom: 15px;
}
.int-dl dt::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 60px;
	height: 1px;
	background-color: #40D3B9;
}
.int-dl dd {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 30px;
}
.text-red {
	color: #FF0000;
}
.sec5 .collapsing, .sec7 .collapsing {
	transition:height 1s ease
}
.int-head3 .int-maincopy {
	padding-top: 120px;
}
/* QandA */
.sec6 {
	padding: 196px 0 51px 0;
	background: url(./images/sec6-bg.jpg) no-repeat center 60px/cover;
  background-attachment: fixed;
}
.qa-box {
	background: rgba(255,255,255,0.9);
	position: relative;
	padding: 0 80px 70px 80px;
}
.qa-box::before {
  content: '';
  position: absolute;
	top: -96px;
  left: -61px;
  background: url(./images/qanda.png) no-repeat center center/contain;
  width: 316px;
  height: 154px;
}
.h2-36px {
	font-size: 36px;
}
.ques, .ans {
	display: flex;
}
.question-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
	top: 50%;
  margin-top: -10px;
	right: 26px;
	width: 20px;
	height: 20px;
}
.question-box button::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 3px;
	height: 20px;
	background: #000000;
}
.question-box button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 3px;
	background: #000000;
}
.question-box button[aria-expanded="true"]::before {
	opacity: 0;
}
.ques-q {
 	background-color: #FCF000;
 	display: flex;
	justify-content: center;
	align-items: center;
}
.ans-a {
 	padding-top: 28px;
}
.ques-q, .ans-a {
	font-size: 26px;
	text-align: center;
 	width: 80px;
}
.ques-para {
	font-size: 16px;
	position: relative;
	padding: 19px 44px 19px 28px;
	width: 100%;
	background: rgba(255,255,255,0.6);
}
.ans-para {
	padding: 28px 20px 46px 20px;
	font-size: 16px;
	line-height: 21px;
	width: 100%;
}
/* 社長メッセージ */
.sec7::before {
  content: '';
  position: absolute;
  top: 106px;
  right: 0;
  width: 90%;
  max-width: 1100px;
  height: 50%;
  background: #EEF0F4;
  z-index: -10;
}
.sec7::after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  max-width: 1100px;
  height: 30%;
  background: #40D3B9;
  z-index: -10;
}
.sec7 h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -31px;
  right: -697px;
  background: url(./images/message.png) no-repeat center center/contain;
  width: 765px;
  height: 186px;
  z-index: -1;
}
.pre-posi {
  font-size: 15px;
}
.pre-name {
  font-size: 20px;
}
.prename-small {
  font-size: 14px;
}
.sec7 p {
  font-size: 16px;
  line-height: 22px;
}
.sec7 h4 {
  font-size: 20px;
}
/* 会社概要 */
.sec8 {
  /*background: url(./images/company.jpg) no-repeat center center/cover;*/
  background-image:url(./images/company1.jpg),
           url(./images/company2.jpg);
  background-repeat:no-repeat,
            no-repeat;
  background-position:center top,
            center bottom;
  background-size: contain,
            contain;

  padding-top: 170px;
  padding-bottom: 0px;
}
.sec8 .container {
  background: rgba(255,255,255,0.9);
}
.sec8 p {
  font-size: 14px;
  line-height: 20px;
}
.sec8 table, .sec8 tbody, .sec8 tr {
  width: 100%;
}
.sec8 th, .sec8 td {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
}
.sec8 th {
  border-bottom: 1px solid #b3d10c;
  width: 125px;
  font-size: 14px;
}
.sec8 td {
  border-bottom: 1px solid #b5b5b6;
  padding-left: 20px;
  font-size: 14px;
}
.cmn-entry-logo{
  width: 180px;
}
.sec8 h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -152px;
  left: -707px;
  background: url(./images/company.png) no-repeat center center/contain;
  width: 733px;
  height: 170px;
}
.group-links li a {
  position: relative;
}
.group-links li a::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -14px;
  width: 11px;
  height: 11px;
  background: url(./images/open.png) no-repeat center center/contain;
}
/* 募集要項 */
#requirements{
  padding-top: 100px;
}
.sec9 {
  background: #f2f2f2;
}
.sec9 p {
  font-size: 16px;
  line-height: 25px;
}
.sec9 h2 {
  margin-top: -27px;
}
.sec9 h2 span.position-relative::before {
  display: none;
}
.sec9 > .pt-5 > .text-center {
  position: relative;
}
.sec9 > .pt-5 > .text-center::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76.61%;
  height: 186px;
  background: url(./images/requirements.png) no-repeat center center/contain;
  z-index: 0;
  pointer-events: none;
}
.sec9 > .pt-5 > .text-center > h2,
.sec9 > .pt-5 > .text-center > .h2-eng {
  position: relative;
  z-index: 1;
}
.sec9 h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
.sec9 table, .sec9 tbody, .sec9 tr {
  width: 100%;
}
.sec9 tr {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #b5b5b6;
}
.sec9 table th, .sec9 table td {
  font-size: 16px;
  line-height: 22px;
}
.sec9 table th {
  vertical-align: top;
  background: #fcf000;
  padding: 7px 20px;
  width: 230px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}
.sec9 table td {
  font-weight: 500;
  padding: 7px 0 7px 70px;
  font-size: 14px;
  flex: 1;
}
.sec9 .courseList {
  width: 100%;
}
.sec9 .courseName {
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.sec9 .courseName + .courseName {
  margin-top: 10px;
}
.new-graduatebox {
  border-bottom: 1px solid #f0f0f0;
}
.new-graduatebox a {
  display: inline-block;
  margin: auto;
  background-color: #FCF000;
  color: #000000;
  padding: 12px 31px 12px 63px;
  border-radius: 5px;
}
.new-graduatebox a span::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #000000;
}
.requirements-row{
  margin-bottom: 65px;
  padding-top: 30px;
}
.requirements-entry{
  max-width: 450px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.requirements-entry-link{
  position: relative;
  background-color: #FFF100;
  color: #000000;
  padding: 15px 40px 15px 80px;
  display: block;
}
.requirements-entry-link:hover{
  color: #000000;
}
.requirements-entry-link::before{
  position: absolute;
  content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #000000 transparent transparent transparent;
}
.listFlow01 > ol li:nth-of-type(8){
  position: relative;
  padding-right: 8px;
  width: max-content;
}
.listFlow01 > ol li:nth-of-type(8)::before{
  content: "（";
  position: absolute;
  top: 51%;
  left: -2.25em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.listFlow01 > ol li:nth-of-type(8)::after{
  content: "）";
  position: absolute;
  top: 51%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/* エントリーフォーム */
.entry-form {
  padding: 50px 0 50px 0;
  position: relative;
}
.entry-form .h2-eng {
  padding-top: 0;
  margin-bottom: 40px;
}
.entry-form .container {
  padding-top: 79px;
  padding-bottom: 50px;
  background: rgba(255,255,255,0.8);
}
.entry-form p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 60px;
}
.entry-form table, .entry-form tbody, .entry-form tr {
  width: 100%;
}
.entry-form th {
  width: 222px;
  vertical-align: top;
  font-weight: 700;
  text-align: right;
  padding-right: 50px;
  font-size: 16px;
}
.entry-form th.required {
  padding-top: 15px;
}
.entry-form th.required span {
  position: relative;
}
.entry-form th.required span::after {
  content: '必須';
  position: absolute;
  top: 2px;
  right: -48px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 22px;
  background: #cfd68b;
  font-size: 14px;
  border-radius: 2px;
}
.entry-form td {
  padding: 10px 0 10px 54px;
  font-size: 14px;
}
.entry-form td input, .entry-form td textarea, .entry-form td select {
  width: 100%;
  padding: 4px 8px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}
.entry-form td input {
  height: 46px;
}
.entry-form td select {
  height: 46px;
}
.entry-form td textarea {
  min-height: 146px;
}
.entry-form td input[type="radio"],
.entry-form td input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 4px;
}
.entry-form .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf000;
  font-size: 16px;
  font-weight: 700;
  width: 309px;
  height: 80px;
  margin: auto;
}
form label {
  cursor: pointer;
}
.entry-form h3 {
  font-size: 25px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.entry-form .horizontal-item {
  display: block;
}
/* フッター */
.pagetop-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
}
.pagetop-wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  text-align: center;
  background: #FFF100;
  opacity: 0.8;
  border-radius: 50%;
  position: relative;
}
.pagetop-wrap a::before {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: -14px;
  right: -10px;
  bottom: 0;
  left: -11px;
  margin: auto;
  transform: rotate(-45deg);
}
.pagetop-wrap a::after {
  content: 'TOP';
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 20px;
}
select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}
select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
.select{
  position: relative;
}
.select::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #e5e5e5 transparent transparent transparent;
  top: 25px;
  right: 15px;
  pointer-events: none;
}
footer {
  background-color: #535353;
  font-size: 12px;
  font-weight: 700;
}
.copyright{
  font-size: 15px;
}
.mw_wp_form_confirm .form-button{
  display: flex;
}
.mw_wp_form_confirm .form-button button{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf000;
  font-size: 16px;
  font-weight: 700;
  width: 309px;
  height: 80px;
  margin: auto;border: none;
}


@media all and (min-width: 1400px) {
  .navbar-nav li.nav-item a.nav-entry, .navbar-nav li.nav-item a.nav-entry2 {
    font-size: 14px;
}
}
@media all and (min-width: 1200px) {
  .entry-inner .row{
    margin-right: -25px;
    margin-left: -25px;
  }
  .entry-inner .row > *{
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media all and (min-width: 1080px) {
  .navbar #container_id{
    max-width: 1650px;
  }
	.nav-guidelines, .nav-entry {
		width: 90px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 25px;
		color: #000000;
	}
	.navbar-nav li.nav-item a {
    letter-spacing: -0.02em;
	}
	.nav-guidelines:hover, .nav-entry:hover {
		color: #000000;
	}
	.nav-guidelines {
		background-color: #FFFFFF;
	}
	.nav-entry {
		background-color: #FCF000;
	}
	.border-black {
		border: 1px solid #808080;
	}
}
@media all and (min-width: 1200px) {
	.nav-guidelines, .nav-entry {
		width: 116px;
	}
	.navbar-nav li.nav-item a {
    letter-spacing: 0.03em;
	}
}
@media all and (min-width: 1200px) and (max-width: 1299px) {
  .navbar-expand-lg .navbar-nav .nav-link{
    margin-right: 5px;
  }
}
@media all and (min-width: 1300px) and (max-width: 1499px) {
  .navbar-expand-lg .navbar-nav .nav-link{
    margin-right: 15px;
  }
}
/*デスクトップ*/
@media all and (min-width: 1080px) and (max-width: 1199px) {
  #home img {
    width: 150px;
}
.navbar-nav li.nav-item a {
  font-size: 11px;
}
.navbar-expand-lg .navbar-nav .nav-link{
  margin-right: 3px;
}
}
/*中デバイス*/
@media all and (min-width: 1080px) and (max-width: 1079px) {
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 1079px) {
}
@media all and (min-width: 576px) {
  
}
/*デスクトップまで*/
@media all and (max-width: 1199px) {
  .business-col-bg {
    /* height: 620px; */
}
  .catch-copy {
    font-size: 27px;
    top: 200px;
    left: -42px;
  }
  .sec3 h2::before {
	  top: -23px;
	  left: -62px;
		width: 391px;
		height: 101px;
	}
	.sec4 h3 {
		font-size: 22px;
		padding: 8px 0;
	}
	.sec4 h2::before {
	  top: -15px;
	  left: -6px;
	  width: 338px;
	  height: 104px;
	}
	.sec5 h3 {
    font-size: 19px;
    letter-spacing: -0.05em;
    line-height: 28px;
  }
  .egaku-mirai {
    width: 45%;
    display: inline-block;
  }
  .qa-box {
		padding: 0 50px 50px 50px;
	}
	.sec7 h2 span.position-relative::before {
	  top: -16px;
    right: -500px;
    width: 619px;
    height: 120px;
	}
  .attraction-h3 {
    font-size: 19px;
    letter-spacing: -0.03em;
  }
  .sec8 h2 span.position-relative::before {
    top: -126px;
    left: -507px;
    width: 577px;
    height: 133px;
  }
  .sec9 h2 span.position-relative::before {
    display: none;
  }
  .sec9 > .pt-5 > .text-center::before {
    height: 146px;
  }
  .sec9 table td {
    padding: 7px 0 25px 36px;
  }
  .slide-big {
    font-size: 50px;
    line-height: 66px;
  }
  .sec-slide h2 span.position-relative::before {
    top: -27px;
    left: -429px;
    width: 342px;
    height: 109px;
  }
    h1 img {
        /* width: 290px; */
    }
}


@media all and (max-width: 1079px) {
  .h1 {
    margin-top: -8px;
    margin-bottom: 5px;
}
  .mainvisual{
    width: 80%;
    min-width: unset;
    }
  
	nav .show {
		background-color: rgba(255,255,255,0.7);
	}
	nav .show::after {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 61px;
		background-color: rgba(255,255,255,0.7);
		z-index: -1;
	}
  ul.navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
  }
  .navbar-toggler,
  .navbar-toggler span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .navbar-toggler {
    position: relative;
    width: 42px;
    height: 35px;
    border:none;
    margin-right: 3px;
  }
  .navbar {
    padding: 0;
  }
  .navbar .container {
    max-width: 100%;
    width: 100%;
  }
  .navbar-toggler {
      padding: .75rem .75rem;
  }  
  .navbar-nav li.nav-item {
    border-right: none;
    border-top: 1px solid #d9e2a6;
    margin: 0;
    width: 100%;
  }
  
  .navbar-nav li.nav-item:last-child {
    /*border-bottom: 1px solid #40D3B9;*/
    border-top: none;
  }
  .navbar-nav li.nav-item a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
  }
  .navbar-nav li.nav-item a span {
    top: 3px;
  }
  .navbar-nav li.nav-item a:hover {
    background-color: rgba(255,255,255,0.2);
  }
  .navbar-nav li.nav-contact a:hover {
    background: #d32a37;
  }
  
  .navbar-toggler:active,
  .navbar-toggler:focus{
    outline:none;
    }
    
  .navbar-toggler span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #585a5c;
    border-radius: 4px;
  }

  .navbar-toggler.collapsed span:nth-of-type(1) {
    top: 3px;
  }
  .navbar-toggler.collapsed span:nth-of-type(2) {
    top: 16px;
    opacity: 1;
  }
  .navbar-toggler.collapsed span:nth-of-type(3) {
    bottom: 2px;
  }

  .navbar-toggler:not(.collapsed) span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-315deg);
    transform: translateY(16px) rotate(-315deg);
    top: 0;
    background-color: #585a5c;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(2) {
    opacity: 0;
    background-color: #585a5c;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(315deg);
    transform: translateY(-16px) rotate(315deg);
    bottom: 1px;
    background-color: #585a5c;
  }
  .navbar-nav li.button-md-wrap {
    display: flex;
    padding: 0;
    border-bottom: 1px solid #FFFFFF;
  }
  .navbar-nav li.nav-item a.md-tel {
    border-right: 1px solid #FFFFFF;
    padding-left: 16px;
  }
  .navbar-nav li.button-md-wrap a {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
  }
  .h2-52px {
    font-size: 38px;
  }
  .h2-42px {
    font-size: 35px;
  }
  .h2-36px {
		font-size: 33px;
	}
  .subtitle {
		font-size: 25px;
	}
	.sec3 h2::before {
	  top: -23px;
	  left: -62px;
		width: 291px;
		height: 58px;
	}
	.sec3-2img {
		margin-top: 0;
	}
  .icon-img {
    width: 90px;
  }
	.sec4 h3 {
		font-size: 20px;
		padding: 4px 0;
	}
	.sec4 h2::before {
	  top: -38px;
	  left: -6px;
	  width: 276px;
	  height: 74px;
	}
	.gray-after::after {
		height: 86%;
	}
	.int-head {
    height: 300px;
	}
	.int-maincopy {
		font-size: 25px;
	}
	.sec5 {
		padding-bottom: 80px;
	}
	.int-head3 .int-maincopy {
		padding-top: 95px;
	}
	.qa-box::before {
		top: -58px;
	  width: 248px;
	  height: 105px;
	}
	.ques-q, .ans-a {
    font-size: 20px;
    width: 60px;
	}
	.question-box button {
    right: 18px;
  }
  .qa-box {
		padding: 0 30px 30px 30px;
	}
	.sec7::before {
    top: 95px;
	}/*
  .sec6 {
    background-image: none;
  }
  
  .sec6::before {
    background: url(./images/sec6-bg.jpg) no-repeat center 60px/cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -100;
  }*/
  .sec8 {
    padding-top: 120px;
  }
  .sec8 h2 span.position-relative::before {
    top: -78px;
    left: -372px;
    width: 444px;
    height: 103px;
  }
  .sec9 h2 span.position-relative::before {
    display: none;
  }
  .sec9 > .pt-5 > .text-center::before {
    height: 96px;
  }
  .entry-form td {
    padding: 10px 0 10px 30px;
  }
  .entry-form .btn {
    height: 60px;
  }
  .attraction-h3 {
    letter-spacing: 0;
  }
  .catch-copy {
    font-size: 25px;
    top: 183px;
  }
  .slide-big {
    font-size: 25px;
    line-height: 33px;
  }
  .slide-small {
    font-size: 14px;
    line-height: 23px;
  }
  .sec3 p, .sec4 p,.sec5 p, .ques-para, .ans-para, .sec7 p, .sec8 p, .sec8 th, .sec8 td, .sec9 p, .sec9 table th, .sec9 table td, .entry-form p, .int-dl dd {
    font-size: 15px;
    line-height: 20px;
  }
  .sec-slide h2 span.position-relative::before {
    top: -17px;
    left: -359px;
    width: 294px;
    height: 94px;
  }
  .egaku-mirai {
    width: auto;
    display: inline-block;
  }
  #business {
    padding-top: 100px;
}
 .business-title {
    margin-bottom: 20px;
    font-size: 20px;
}
.business-img{
  margin-bottom: 15px;
}
.sec8 td {
  padding-left: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0px;
}
.entry-form .mw_wp_form_confirm .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf000;
  font-size: 16px;
  font-weight: 700;
  width: 150px;
  height: 60px;
  margin: auto;
}
.mw_wp_form_confirm .form-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf000;
  font-size: 16px;
  font-weight: 700;
  width: 150px;
  height: 60px;
  margin: auto;
}
#business h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -76px;
  left: -276px;
  background: url(./images/business.png) no-repeat center center/contain;
  width: 350px;
  height: 84px;
}
.business-col-bg {
  height: 600px;
}
.entry-inner {
  padding: 30px;
}
.entry-item{
  padding: 15px;
}
.entry-item-top{
  font-size: 2rem;
  padding-bottom: 15px;
}
.entry-item-top span{
  font-size: 1.5rem;
}
.entry-item-bottom{
  font-size: 1.25rem;
  padding-top: 15px;
}
.entry-inner .row{
  row-gap: 15px;
}
}

/*中デバイスまで*/
@media all and (max-width: 1079px) {
  .business-col-bg {
    padding: 25px 15px;
    height: auto;
    margin-bottom: 40px;
}
  .mainvisual {
    width: 95%;
    min-width: unset;
    top: 10%;
}
  .scroll-linkbt {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 60px;
    margin: auto;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    z-index: 100;
  }
  .scroll-linkbt:hover {
    color: #FFFFFF;
  }
  .scroll-linkbt span {
    position: relative;
  }
  .scroll-linkbt span::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40px;
    margin: auto;
    width: 35px;
    height: 35px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
  }
  @keyframes horizonal {
    0% { transform:translateY( -3px); }
  100% { transform:translateY(  0px); }
}
  .scroll-linkbt span::after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -33px;
    margin: auto;
    content: '';
    width: 25px;
    height: 14px;
    background: url(./images/arrow.png) no-repeat center center/contain;
    animation: horizonal 1.5s infinite;
  }
  .catch-copy {
    font-size: 21px;
    top: 137px;
    left: -38px;
  }
  .catch-copy span:not(:last-child) {
    margin-bottom: 5px;
  }
  .h2-52px {
    font-size: 30px;
  }
  .h2-42px {
    font-size: 28px;
  }
  .h2-36px {
		font-size: 28px;
	}
  .entry-box th {
    width: 140px;
    font-size: 18px;
  }
  .entry-box td a.graduated {
    padding: 12px 31px 12px 63px;
  }
  .sec3 h2::before {
	  top: -45px;
	  left: -89px;
	}
	.sec4 h2::before {
	  top: -38px;
	  left: -64px;
	}
	.gray-after::after {
		width: 80%;
		height: 93%;
	}
	.sec7::before {
		width: 80%;
		top: 69px;
	}
	.int-head {
    height: 250px;
	}
	.int-maincopy {
    font-size: 20px;
	}
	.sec5 {
		padding-bottom: 60px;
	}
	.int-dl dt {
		padding-left: 40px;
	}
	.int-dl dt::before {
		width: 30px;
	}
	.mb-100 {
		margin-bottom: 50px;
	}
	.int-head3 .int-maincopy {
    padding-top: 73px;
	}
	.qa-box {
		padding: 0 20px 20px 20px;
	}
	.sec7 h2 span.position-relative::before {
    top: -10px;
    right: -411px;
    width: 576px;
    height: 89px;
	}
  .sec8 {
    padding-top: 100px;
  }
  .sec8 th, .sec8 td {
    display: block;
    width: 100%;
  }
  .sec8 th {
    font-weight: 700;
  }
  .sec8 td {
    margin-bottom: 25px;
  }
  .sec8 h2 span.position-relative::before {
    top: -58px;
    left: -247px;
    width: 297px;
    height: 68px;
  }
  .sec9 h2 {
    margin-top: -16px;
  }
  .sec9 table td, .sec9 table th {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .sec9 table td {
    margin-bottom: 10px;
  }
  .sec9 .courseName {
    padding: 5px 0;
  }
  .entry-form td, .entry-form th {
    display: block;
    width: 100%;
  }
  .entry-form th {
    text-align: left;
    padding-right: 0;
    padding-left: 50px;
  }
  .entry-form th.required span::after {
    left: -48px;
  }
  .entry-form td {
    padding: 10px 0 10px 0;
  }
  .entry-form td input {
    height: 37px;
  }
  .attraction-p {
    font-size: 14px;
    line-height: 20px;
    /*
    padding-right: 15px;
    padding-left: 15px;*/
  }
  .slide-copy {
    position: absolute;
    top: auto;
    bottom: 116px;
    left: 43px;
  }
  .slide-big {
    font-size: 45px;
    line-height: 63px;
  }
  .sec3 p, .sec4 p, .sec5 p, .ques-para, .ans-para, .sec7 p, .sec8 p, .sec8 th, .sec8 td, .sec9 p, .sec9 table th, .sec9 table td, .entry-form p, .int-dl dd {
    font-size: 14px;
  }
  .sec-slide h2 span.position-relative::before {
    top: -17px;
    left: -280px;
    width: 216px;
    height: 69px;
  }
  .slide-copysp1 {
    position: absolute;
    right: 0;
    bottom: 116px;
    left: 0;
    margin: auto;
    width: 500px;
    background: rgba(0,0,0,0.3);
    padding: 10px 15px;
  }
  .slide-copysp2 {
    position: absolute;
    right: 0;
    top: 116px;
    left: 0;
    margin: auto;
    width: 417px;
  }
  .sec9 h3, .entry-form h3 {
    font-size: 20px;
  }
  .int-box {
    margin-top: 0;
  }
  #mission {
    padding-top: 50px;
    padding-bottom: 50px;
}
h2 {
  font-size: 32px;
}
.h2-eng {
  padding-top: 10px;
  font-size: 14px;
}
#business {
  padding-top: 50px;
}
#requirements {
  padding-top: 20px;
}
.sec9 tr {
  flex-direction: column;
  border-bottom: none;
}

}
@media all and (-ms-high-contrast: none) and (max-width: 1079px)  {
  .slide-copysp1 {
    width: 447px;
  }
  .slide-copysp2 {
    width: 430px;
  }
}
/*小デバイス(横向きモバイル)まで*/
@media all and (max-width: 575px) {
  .fv-wrap {
    height: 85vh;
}
  .handp {
    width: 60px;
  }
  .catch-copy {
    font-size: 14px;
    top: 130px;
    left: -20px;
  }
  .h2-52px {
    font-size: 24px;
  }
  .h2-42px {
    font-size: 24px;
  }
  .h2-36px {
		font-size: 22px;
	}
  .subtitle {
		font-size: 18px;
	}
  .entry-box th, .entry-box td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .entry-box th::after {
    top: auto;
    left: 0;
    width: 80%;
    height: 1px;
  }
  .entry-box td a.graduated {
    padding: 12px 18px 12px 45px;
    /* text-align: left; */
  }
  .entry-box td {
    font-size: 14px;
    text-align: center;
  }
  .sec3 h2::before {
    top: -45px;
    left: -35px;
	}
	.int-head {
    height: 200px;
	}
	.int-maincopy {
    font-size: 16px;
    padding-top: 29px;
	}
	.int-head {
		padding-left: 15px;
	}/*
	.int-box {
		margin-top: -20px;
	}*/
  .sec-slide th, .sec-slide td {
    display: block;
    width: 100%;
  }
	.sec5 h3 {
    font-size: 18px;
    display: block;
    line-height: 25px;
	}
	.ques, .ans {
    display: block;
	}
	.ques-q, .ans-a {
    width: 100%;
    padding: 4px 0 4px 0;
    min-height: 30px;
    font-size: 16px;
	}
	.ans-para {
    padding: 0 15px 20px 15px;
	}
  .entry-form .container {
    padding-top: 30px;
  }
	.sec7::before {
    top: 65px;
	}
   .sec9 h2 {
    margin-top: -14px;
  }
  .entry-form .btn {
    width: 250px;
    height: 80px;
}
  .entry-form .mw_wp_form_confirm .btn {
    width: 120px;
    height: 50px;
  }
  .mw_wp_form_confirm .form-button button {
    width: 120px;
    height: 50px;
  }
  .slide-copy {
    position: absolute;
    top: auto;
    bottom: 90px;
    left: 4%;
  }
  .slide-copysp1 {
    bottom: 90px;
    width: 350px;
  }
  .slide-copysp2 {
    top: 77px;
    width: 287px;
  }
  .slide-big {
    font-size: 28px;
    line-height: 43px;
  }
  .slide-small {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.02em;
  }
  .sec-slide h3 {
    font-size: 18px;
    line-height: 21px;
  }
   .attraction-p-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
  }
  .business-row {
    padding: 40px 0px;
}
.business-col{
  margin-bottom: 30px;
}
}
@media all and (-ms-high-contrast: none) and (max-width: 575px)  {
  .slide-big {
    letter-spacing: -0.05em;
  }
  .slide-small {
    letter-spacing: -0.06em;
  }
}
@media all and (max-width: 536px) {
  .entry-box td a.to-mynavi, .new-graduatebox a.to-mynavi {
    margin-bottom: 5px;
  }
  .entry-box td a.new-graduate, .new-graduatebox a {
    padding: 12px 0 12px 49px;
    width: 230px;
    text-align: left;
  }
}
@media all and (max-width: 507px) {
  .entry-box td a.to-mynavi {
    margin-bottom: 5px;
  }
  .entry-box td a.new-graduate {
    padding: 12px 0 12px 49px;
    width: 230px;
    text-align: left;
  }
  .sec3 h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .sec-slide h2 span.position-relative::before {
    top: -17px;
    left: -200px;
    width: 172px;
    height: 55px;
  }

}
@media all and (max-width: 480px) {
  h1 img {
    /* width: 230px; */
}
  .catch-copy span:not(:last-child) {
    margin-bottom: 3px;
  }
  .int-head {
    height: 150px;
	}
	.int-maincopy {
    font-size: 14px;
	}
	.int-head3 .int-maincopy {
    padding-top: 35px;
	}
  .catch-copy {
    top: 106px;
  }
  h2 {
    font-size: 22px;
}
.select::after {
display: none;
}
.entry-inner {
  padding: 30px 15px;
}
}
@media all and (max-width: 450px) {
  .catch-copy {
    top: 96px;
  }
    
  .navbar-toggler {
    width: 31px;
    height: 30px;
  }
  .navbar-toggler.collapsed span:nth-of-type(1) {
    top: 3px;
  }
  .navbar-toggler.collapsed span:nth-of-type(2) {
    top: 15px;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .entry-form {
    padding: 248px 0 0px 0;
    padding-top: 40vw;
}
.navbar-toggler:not(.collapsed) span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(
315deg);
  transform: translateY(-16px) rotate(
315deg);
  bottom: 2px;
  background-color: #000;
}
}
@media all and (max-width: 400px) {
  .catch-copy {
    top: 92px;
  }
  .entry-form {
    /*padding-top: 70px;*/
  }
  .h1 {
    margin-bottom: 5px;
}
#home img {
  width: 160px;
  height: auto;
}
}

@media all and (max-width: 380px) {
  .catch-copy {
    top: 87px;
  }
  .slide-copysp1 {
    width: 300px;
    padding: 10px;
  }
  .slide-big {
    font-size: 26px;
    line-height: 35px;
}
}
@media all and (max-width: 360px) {
  .catch-copy {
    top: 78px;
  }
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {
    h1 img {
        /* width: 240px; */
    }
}
@media (min-width: 575px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}
@media (min-width: 1079px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
    .col-md-offset-15 {
        margin-left: 4.3333333%;
    }  
}
@media (min-width: 1079px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}
@media (min-width: 1199px) {
    .col-xl-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}


/* 数字で見る */
.fz-14{
  font-size: 14px;
}
.fz-20{
  font-size: 1.25rem;
}
.fz-24{
  font-size: 1.5rem;
}
.fz-32{
  font-size: 2rem;
}
.fz-44{
  font-size: 2.75rem;
}
.fz-48{
  font-size: 3rem;
}
.fz-80{
  font-size: 5rem;
}
.fz-100{
  font-size: 6.25rem;
}
.fw-700{
  font-weight: 700;
}
.text-yellow{
  color: #f5bd00;
}
.text-gray{
  color: #808080;
}
/* legacy v2 number section items: kept for reference */
section.number{
  padding-top: 120px;
  padding-bottom: 70px;
}
section.number .row{
  margin-right: -10px;
  margin-left: -10px;
}
section.number .row > *{
  padding-left: 10px;
  padding-right: 10px;
}
section.number .row{
  margin-bottom: 1.25rem;
}
.number-item{
  background-color: #f2f2f2;
  padding: 20px;
}
.number-item h3{
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.mb-20{
  margin-bottom: 1.25rem;
}
.mb-10{
  margin-bottom: 10px;
}
.employees-row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.point{
  text-align: right;
  color: #808080;
  font-weight: 700;
}
.gender-row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  background: url(./images/number/icon-ratio.svg) no-repeat center center/contain;
  height: 340px;
  padding-bottom: 20px;
}
.cost-item{
  height: 100%;
}
.cost-desc{
  margin-top: 45px;
}
.cost-desc > span{
  padding: 5px 65px 5px 0;
  position: relative;
  display: inline-block;
  text-align: left;
}
.cost-desc > span:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55.78px;
  height: 38.6px;
  background: url(./images/number/icon-megaphone.svg) no-repeat center center/contain;
  display: inline-block;
}
.cost-ul-wrap{
  max-width: 440px;
  margin: 45px auto 0 auto;
}
.cost-ul{
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  padding: 0;
}
.cost-ul li{
  padding: 0 10px;
  width: 50%;
  color: #f5bd00;
}
.cost-ul li span{
  display: block;
  text-align: center;
  border-radius: 31px;
  background-color: #fff;
  font-weight: 700;
  padding: 13px;
}
.with-pay-text{
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.with-pay-text:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 62px;
  background: url(./images/number/icon-with-pay.svg) no-repeat center center/contain;
}
.ipad-h3 span{
  position: relative;
  padding-right: 55px;
}
.ipad-h3 span::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 47px;
  height: 50px;
  margin-left: 8px;
  background: url(./images/number/icon-ipad.svg) no-repeat center center/contain;
}
.maternity-item{
  position: relative;
}
.maternity-item::before{
  content: "";
  position: absolute;
  top: 6px;
  right: 50px;
  width: 62px;
  height: 70px;
  background: url(./images/number/icon-maternity-leave.svg) no-repeat center center/contain;
}
.maternity-row{
  display: flex;
  justify-content: center;
  gap: 40px;
}
.maternity-number{
  line-height: 1.1;
}
.drinking-text{
  text-align: center;
  max-width: 250px;
  margin: 0 auto 74px;
}
.drinking-row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.drinking-row p{
  flex: 1;
}
.good-row{
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 40px;
  padding-left: 20px;
}
.good-point{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 20px;
}
.other-item{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other-h4{
  width: 160px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.45;
}
.entry-type{
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
/* 入社形態の「新卒」「中途」ラベルが幅不足で縦組み(1文字ずつ折返し)になるのを防止し横並びを維持 */
.entry-type > .d-flex { flex-shrink: 0; }
.entry-type > .d-flex > .fw-700 { white-space: nowrap; }
/* 産休・育休 男性は該当者なし（数値非表示）。女性の100%と高さを揃えるため列をflex化し中央表示 */
.maternity-male { display: flex; flex-direction: column; }
.maternity-none {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
.other-h4.lots-h4{
  width: 180px;
}
.drinking-item, .return-item, .with-pay-item{
  height: 100%;
}

.js-num{
  display: inline-block;
}
.employees-num{
  width: 136px;
}
.average-num{
  width: 165px;
}
.gender-num{
  width: 169px;
}
.cost-num{
  width: 192.41px;
}
.maternity-num{
  width: 113px;
}
.drinking-num{
  width: 116px;
}
.entry-num{
  width: 77px;
}
.visitors-num{
  width: 72px;
}
.lots-num{
  width: 188px;
}
.return-num{
  width: 66.1px;
}
.overtime-num{
  width: 71.1px;
}
/* .with-pay-num{
  width: 95.5px;
} */
.ipad-num{
  width: 113px;
}
@media all and (max-width: 1199px) {
  .fz-20{
    font-size: 1.125rem;
  }
  .fz-24{
    font-size: 1.25rem;
  }
  .fz-32{
    font-size: 1.75rem;
  }
  .fz-44{
    font-size: 2rem;
  }
  .fz-48{
    font-size: 2.5rem;
  }
  .fz-80{
    font-size: 3.5rem;
  }
  .fz-100{
    font-size: 5rem;
  }
  .employees-row{
    gap: 15px;
  }
  .gender-row{
    margin-bottom: 10px;
  }
  .with-pay-text:after{
    width: 60px;
    height: 53px;
  }
  .ipad-h3 span {
    padding-right: 45px;
}
  .ipad-h3 span::after{
    width: 37px;
    height: 40px;
  }
  .cost-desc > span {
    padding: 5px 55px 5px 0;
}
  .cost-desc > span:after{
    width: 45.78px;
    height: 31.6px;
  }
  .maternity-item::before {
    top: 6px;
    right: 30px;
    width: 50px;
    height: 60px;
}
.good-row {
  gap: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.good-point{
  display: block;
}
.employees-num{
  width: 109px;
}
.average-num{
  width: 132px;
}
.gender-num{
  width: 135px;
}
.cost-num{
  width: 154px;
}
.maternity-num{
  width: 79px;
}
.drinking-num{
  width: 96px;
}
.entry-num{
  width: 44px;
}
.visitors-num{
  width: 52.5px;
}
.lots-num{
  width: 137px;
}
.return-num{
  width: 49.2px;
}
.overtime-num{
  width: 52.8px;
}
/* .with-pay-num{
  width: 66.81px;
} */
.ipad-num{
  width: 79.1px;
}
}
@media all and (max-width: 1079px) {
.average-item, .cost-item, .visitors-item, .return-item{
  margin-bottom: 1.25rem;
}
.cost-item, .return-item{
  height: auto;
}
.employees-row{
  margin-bottom: 15px;
}
.with-pay-text {
  padding-bottom: 0px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.drinking-row {
  gap: 1rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.drinking-item{
  height: auto;
  margin-bottom: 1.25rem;
}
.good-row, .good-point{
  padding-left: 80px;
}
.entry-num{
  width: 58px;
}
}

@media all and (max-width: 1079px) {
  section.number {
    padding-top: 50px;
    padding-bottom: 50px;
}
.good-row, .good-point {
  padding-left: 20px;
}
}

@media all and (max-width: 575px) {
  .maternity-none{
    font-size: 1.5rem;
  }
  .fz-32{
    font-size: 1.5rem;
  }
  .fz-48{
    font-size: 2rem;
  }
  .fz-80{
    font-size: 3rem;
  }
  .fz-100{
    font-size: 4rem;
  }
  .employees-img{
    flex: 1;
    max-width: 180px;
  }
  .with-pay-item{
    margin-bottom: 1.25rem;
    height: auto;
  }
  .good-row, .good-point {
    padding-left: 0px;
}
.drinking-text{
  margin: 0 auto 40px;
}
.employees-num{
  width: 87px;
}
.average-num{
  width: 105px;
}
.gender-num{
  width: 108px;
}
.cost-num{
  width: 111px;
}
.maternity-num{
  width: 68px;
}
.drinking-num{
  width: 80px;
}
/* .with-pay-num{
  width: 57.3px;
} */
.ipad-num{
  width: 67.8px;
}
}
@media all and (max-width: 480px) {
  .maternity-item::before {
    top: 40px;
    right: 15px;
    width: 30px;
    height: 40px;
  }
  .other-item{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .other-h4, .other-h4.lots-h4{
    width: auto;
  }
  .other-item .text-right {
    text-align: left!important;
}
}
@media all and (max-width: 400px) {
  .gender-row .fz-100 {
    font-size: 2.8rem;
}
.cost-ul li {
  width: 100%;
}
.maternity-row {
  gap: 30px;
}
.drinking-row {
  flex-direction: column;
}
.good-row .fz-44 {
  font-size: 1.5rem;
}
.good-row .fz-32 {
  font-size: 1rem;
}
.good-row {
margin-bottom: 10px;
}
.entry-type {
  gap: 7px;
}
.entry-type .fz-44 {
  font-size: 1.5rem;
}
.entry-type .fz-32 {
  font-size: 1.125rem;
}
.gender-num{
  width: 76px;
}
.entry-num{
  width: 44px;
}
}
@media all and (min-width: 1080px) and (max-width: 1199px) {
  .entry-type .fz-44 {
    font-size: 1.5rem;
}
  .entry-type .fz-32 {
    font-size: 1.125rem;
}
}
/* 数字で見る */

/* ========== /about/ page ========== */
#about-hero {
  height: 400px;
}
#about-hero .about-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: none;
  padding-left: 150px;
}
#about-hero .about-hero__title {
  margin: 0;
  color: #212529;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

#about-lead {
  padding: 100px 0 0;
  background: #fff;
}
#about-lead .about-lead__text {
  margin: 0;
  color: #212529;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

#about-mission {
  padding: 140px 0;
  background: #fff;
}
#about-mission .about-mission__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
#about-mission .about-mission__text {
  flex: 1 1 auto;
  max-width: 590px;
}
#about-mission .about-mission__title {
  margin: 0 0 52px;
  color: #212529;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}
#about-mission .about-mission__lead {
  margin: 0;
  color: #212529;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
#about-mission .about-mission__image {
  flex: 0 1 490px; min-width: 0;
  max-width: 490px;
}
#about-mission .about-mission__image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #000;
}

.about-feature {
  padding: 0 0 120px;
  background: #f2f2f2;
}
#about-message {
  padding-top: 120px;
}
#about-environment {
  padding-bottom: 140px;
}
.about-feature .about-feature__row {
  display: flex;
  align-items: center;
  gap: 138px;
}
.about-feature .about-feature__text {
  flex: 1 1 0;
  max-width: 503px;
  text-align: left;
}
.about-feature .about-feature__image {
  flex: 0 1 503px; min-width: 0;
  max-width: 503px;
}
.about-feature .about-feature__image img {
  display: block;
  width: 100%;
  height: 361px;
  object-fit: cover;
}
.about-feature .about-feature__title {
  margin: 0 0 42px;
  color: #212529;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.35;
  text-align: inherit;
}
.about-feature .about-feature__title .h2-eng.lato {
  display: block;
  padding-top: 12px;
  color: #212529;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.about-feature .about-feature__lead {
  margin: 0 0 42px;
  color: #212529;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
.about-feature .about-feature__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  background: #f6e628;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}
.about-feature .about-feature__btn:hover {
  color: #000;
}
.about-feature .about-feature__btn > span:first-child {
  flex: 1;
  text-align: center;
}
.about-feature .about-feature__arrow {
  width: 0;
  height: 0;
  margin-left: 16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
}

#about-entry {
  padding: 24px 0 50px;
  background: #d9e2a6;
}
#about-entry .about-entry__title {
  margin: 0 0 24px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#about-entry .about-entry__card {
  display: flex;
  gap: 30px;
  height: 318px;
  padding: 50px 15px;
  background: #fff;
}
#about-entry .about-entry__btn {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 18px 40px;
  border-radius: 5px;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#about-entry .about-entry__btn:hover {
  color: #000;
}
#about-entry .about-entry__btn--graduate {
  background: #fcf000;
}
#about-entry .about-entry__btn--career {
  background: #f5bd00;
}
#about-entry .about-entry__btn-name {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 18px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
#about-entry .about-entry__btn-sub-name {
  display: block;
  font-size: 32px;
  line-height: 1.25;
}
#about-entry .about-entry__btn-sub {
  display: block;
  padding-top: 18px;
  border-top: 2px solid #212529;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 1199px) {
  #about-mission .about-mission__inner {
    gap: 50px;
  }
  #about-mission .about-mission__text {
    min-width: 0;
  }
  #about-mission .about-mission__image {
    flex: 0 1 44%;
  }
  .about-feature .about-feature__row {
    gap: 60px;
  }
  .about-feature .about-feature__image {
    flex: 1 1 48%;
    min-width: 0;
  }
  .about-feature .about-feature__text {
    flex: 1 1 48%;
    min-width: 0;
  }
}

@media (max-width: 1079px) {
  #about-mission .about-mission__inner,
  .about-feature .about-feature__row {
    flex-direction: column;
    align-items: center;
  }
  #about-mission .about-mission__text,
  #about-mission .about-mission__image {
    width: 100%;
    max-width: 503px;
  }
  /* about-feature: SP/Tablet では 見出し→画像→テキスト→CTA の順 (text 内子を row の直接子に展開) */
  .about-feature .about-feature__text {
    display: contents;
  }
  .about-feature .about-feature__image {
    width: 100%;
    max-width: 503px;
    order: 2;
  }
  .about-feature .about-feature__title {
    order: 1;
    width: 100%;
    max-width: 503px;
  }
  .about-feature .about-feature__lead {
    order: 3;
    width: 100%;
    max-width: 503px;
  }
  .about-feature .about-feature__btn {
    order: 4;
    width: 100%;
    max-width: 503px;
  }
}

@media (max-width: 1079px) {
  #about-hero {
    height: 135px;
  }
  #about-hero .about-hero__inner {
    padding-left: 15px;
  }
  #about-hero .about-hero__title {
    font-size: 32px;
    line-height: 1.25;
  }
  #about-lead {
    padding: 40px 0;
  }
  #about-lead .about-lead__text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 24px;
    text-align: center;
  }
  #about-mission {
    padding: 70px 0;
  }
  #about-mission .about-mission__inner {
    gap: 40px;
  }
  #about-mission .about-mission__title {
    margin-bottom: 28px;
    font-size: 22px;
  }
  #about-mission .about-mission__lead {
    font-size: 16px;
    line-height: 1.7;
  }
  #about-mission .about-mission__image {
    max-width: 360px;
  }
  .about-feature {
    padding-bottom: 70px;
  }
  #about-environment {
    padding-bottom: 70px;
  }
  .about-feature .about-feature__row {
    gap: 20px;
  }
  .about-feature .about-feature__title {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26.4px;
  }
  .about-feature .about-feature__title .h2-eng.lato {
    padding-top: 6px;
    font-size: 14px;
  }
  .about-feature .about-feature__lead {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .about-feature .about-feature__image img {
    height: auto;
    aspect-ratio: 503 / 361;
  }
  .about-feature .about-feature__btn {
    height: 62px;
    padding: 0 18px;
    font-size: 20px;
    line-height: 30px;
  }
  #about-entry .about-entry__card {
    flex-direction: column;
    gap: 20px;
    height: auto;
    padding: 30px 15px;
  }
  #about-entry .about-entry__btn {
    min-height: 178px;
    padding: 18px 24px;
  }
  #about-entry .about-entry__btn-name {
    font-size: 32px;
  }
  #about-entry .about-entry__btn-sub-name {
    font-size: 24px;
  }
  #about-entry .about-entry__btn-sub {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  #about-entry .about-entry__btn-name {
    font-size: 28px;
  }
  #about-entry .about-entry__btn-sub-name {
    font-size: 22px;
  }
  #about-entry .about-entry__btn-sub {
    font-size: 18px;
  }
}

/* ========== .about-company (/about/ 用、Figma 仕様。既存 sec8 とは別) ========== */
.about-company {
  background: #fff;
  padding: 100px 0 80px;
}
.about-company .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.about-company h2 {
  margin: 0 0 50px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}
.about-company h2 .h2-eng {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.about-company .row.justify-content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.about-company .col-11,
.about-company .col-md-10,
.about-company .col-lg-7,
.about-company .col-xl-6,
.about-company .col-md-10.col-xl-9 {
  flex: none;
  width: 100%;
  max-width: 870px;
  padding: 0;
}
.about-company table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.about-company table tbody tr {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 0;
  align-items: stretch;
  padding: 32px 0 0;
}
.about-company table th {
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  text-align: left;
  padding: 0 40px 16px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #b3d10c;
}
.about-company table td {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #212529;
  padding: 0 0 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #b5b5b6;
}
.about-company .text-center.py-3 {
  text-align: center;
  margin: 40px 0 20px;
  padding: 0;
}
.about-company .cmn-entry-logo {
  width: 180px;
  height: auto;
}
.about-company p {
  margin: 16px auto 0;
  max-width: 720px;
  font-size: 14px;
  line-height: 1.7;
  color: #212529;
  text-align: center;
}
@media (max-width: 1079px) {
  .about-company {
    padding: 60px 16px;
  }
  .about-company h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about-company h2 .h2-eng {
    font-size: 14px;
  }
  .about-company table tbody tr {
    grid-template-columns: 100px 1fr;
  }
  .about-company table th,
  .about-company table td {
    font-size: 13px;
  }
}

/* ========== news pages (一覧 + 記事 / 2026 リニューアル) ========== */

/* Hero (共通) */
.news-hero {
  height: 400px;
}
.news-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: none;
  padding-left: 150px;
}
.news-hero__title {
  margin: 0;
  color: #212529;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

/* 一覧 */
.news-list-wrap {
  padding: 100px 0 120px;
  background: #fff;
}
.news-list-wrap .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* タブ */
.news-tabs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  justify-content: center;
}
.news-tab a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 10px;
  background: #f2f2f2;
  color: #b5b5b6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.news-tab.is-active a {
  background: #f6e628;
  color: #000;
}

/* リスト */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto 60px;
  max-width: 1037px;
}
.news-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 40px;
  border-bottom: 1px solid #d9d9d9;
  text-decoration: none;
  color: inherit;
}
.news-list__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.news-list__date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #b5b5b6;
}
.news-list__cat {
  padding: 4px 10px;
  background: #f6e628;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.news-list__title {
  margin: 0 0 0 20px;
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list__arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #212529;
}
.news-list__empty {
  text-align: center;
  padding: 60px 0;
  color: #808080;
}

/* ページネーション */
.news-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.news-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 4px 10px;
  background: transparent;
  color: #b5b5b6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.news-pagination .page-numbers.current {
  background: #f6e628;
  color: #000;
}
.news-pagination .page-numbers.dots {
  background: transparent;
}

/* 記事 */
.news-article {
  padding: 100px 0 100px;
  background: #fff;
}
.news-article .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.news-article__header {
  max-width: 800px;
  margin: 0 auto 40px;
}
.news-article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.news-article__date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #b5b5b6;
}
.news-article__cat {
  padding: 4px 10px;
  background: #f6e628;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.news-article__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  color: #333;
}
.news-article__body {
  max-width: 800px;
  margin: 60px auto;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.news-article__body > * + * { margin-top: 32px; }
.news-article__body p { margin: 0 0 1.5em; }
.news-article__body img,
.news-article__body figure {
  display: block;
  max-width: 100%;
  margin: 32px auto;
}
.news-article__body h1 {
  margin: 56px 0 28px;
  padding: 14px 18px 14px 22px;
  background: #f5f5f5;
  border-left: 5px solid #fcf000;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.news-article__body h2 {
  margin: 48px 0 24px;
  padding: 12px 16px 12px 20px;
  background: #f5f5f5;
  border-left: 4px solid #fcf000;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.news-article__body h3 {
  margin: 40px 0 20px;
  padding: 0 0 10px;
  border-bottom: 2px solid #fcf000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
}
.news-article__body h4 {
  margin: 32px 0 16px;
  padding-left: 15px;
  border-left: 3px solid #fcf000;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
}
.news-article__body h5 {
  margin: 28px 0 14px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
}
.news-article__body h6 {
  margin: 24px 0 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #666;
}

/* 記事ナビ (前/一覧/次) */
.news-nav {
  display: flex;
  justify-content: center;
  gap: 29px;
  max-width: 800px;
  margin: 60px auto 0;
}
.news-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  padding: 10px;
  background: #d9d9d9;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.news-nav__btn--prev,
.news-nav__btn--next { width: 140px; }
.news-nav__btn--list {
  width: 230px;
  background: #f6e628;
  color: #000;
}
.news-nav__btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.news-nav__arrow {
  width: 0; height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
}
.news-nav__arrow--right {
  border-right: none;
  border-left: 7px solid #fff;
}

/* ENTRY (about-entry スタイル流用) */
.news-entry {
  background: #d9e2a6;
  padding: 64px 0;
}
.news-entry .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.news-entry__title {
  margin: 0 0 30px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.news-entry__card {
  display: flex;
  gap: 20px;
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  justify-content: center;
}
.news-entry__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.news-entry__btn--graduate { background: #fcf000; }
.news-entry__btn--career { background: #f5bd00; }
.news-entry__btn:hover,
.news-entry__btn:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.85;
}
.news-entry__btn-name {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.news-entry__btn-sub-name {
  display: block;
  font-size: 32px;
  margin-top: 8px;
}
.news-entry__btn-sub {
  display: block;
  padding-top: 20px;
  border-top: 2px solid #212529;
  width: 100%;
  text-align: center;
  font-size: 24px;
}

/* SP */
@media (max-width: 1079px) {
  .news-hero {
    height: 135px;
  }
  .news-hero__inner {
    padding-left: 15px;
  }
  .news-hero__title {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  .news-list-wrap {
    padding: 60px 0 70px;
  }
  .news-tabs {
    gap: 8px;
    margin-bottom: 30px;
  }
  .news-tab {
    flex: 1 1 calc(33.333% - 8px);
  }
  .news-tab a {
    width: 100%;
    min-width: 0;
    flex: 1;
    font-size: 14px;
    padding: 8px;
  }
  .news-list {
    gap: 24px;
  }
  .news-list__item {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 40px 16px 0;
    position: relative;
    align-items: flex-start;
  }
  .news-list__meta {
    width: 100%;
  }
  .news-list__title {
    margin: 8px 0 0;
    width: 100%;
    font-size: 14px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-list__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .news-pagination .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .news-article {
    padding: 60px 0 70px;
  }
  .news-article__title { font-size: 20px; line-height: 1.5; }
  .news-article__body { font-size: 14px; line-height: 28px; margin: 40px auto; }
  .news-article__body h1 { font-size: 20px; padding: 12px 14px 12px 18px; }
  .news-article__body h2 { font-size: 18px; padding: 10px 12px 10px 16px; }
  .news-article__body h3 { font-size: 17px; }
  .news-article__body h4 { font-size: 16px; }
  .news-nav { gap: 8px; flex-wrap: wrap; }
  .news-nav__btn--prev, .news-nav__btn--next { width: calc(50% - 4px); font-size: 14px; }
  .news-nav__btn--list { width: 100%; order: -1; font-size: 16px; }
  .news-entry { padding: 40px 16px; }
  .news-entry__card { flex-direction: column; padding: 20px; }
  .news-entry__btn-name { font-size: 28px; }
  .news-entry__btn-sub-name { font-size: 22px; }
  .news-entry__btn-sub { font-size: 18px; }
}

/* ========== /business/ page (2026 リニューアル) ========== */

/* Hero (about/news と同じパターン) */
.business-hero {
  height: 400px;
}
.business-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: none;
  padding-left: 150px;
}
.business-hero__title {
  margin: 0;
  color: #212529;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

/* リード */
.business-intro {
  padding: 100px 0;
  background: #fff;
}
.business-intro__inner {
  display: flex;
  align-items: center;
  gap: 80px;
}
.business-intro__text {
  flex: 1 1 0;
  max-width: 585px;
}
.business-intro__catch {
  margin: 0 0 32px;
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
  color: #212529;
}
.business-intro__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #212529;
}
.business-intro__image {
  flex: 0 1 530px; min-width: 0;
  max-width: 530px;
}
.business-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 事業リスト */
.business-list {
  padding: 140px 0;
  background: #f2f2f2;
}
.business-list .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
.business-list__heading {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.business-list__deco {
  position: absolute;
  top: -150px;
  left: -149px;
  transform: none;
  width: 700px;
  max-width: 80%;
  line-height: 0;
  pointer-events: none;
  opacity: 0.6;
}
.business-list__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.business-list__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  color: #212529;
  text-align: inherit;
}
.business-list__title .h2-eng.lato {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}

.business-card {
  background: #fff;
  padding: 60px 55px 50px;
  margin-bottom: 40px;
}
.business-card:last-child {
  margin-bottom: 0;
}
.business-card__title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #212529;
}
.business-card__body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.business-card__image {
  flex: 0 1 515px; min-width: 0;
  max-width: 515px;
}
.business-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.business-card__text {
  flex: 1 1 0;
  min-width: 0;
}
.business-card__lead {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
.business-card__dl {
  margin: 0;
}
.business-card__dl dt {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #212529;
}
.business-card__dl dd {
  position: relative;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 21px;
  color: #212529;
  padding-right: 100px;
  min-height: 60px;
}
.business-card__dl dd:last-child { margin-bottom: 0; }
.business-card__dl--service dd {
  padding-right: 110px;
}
.business-card__dd-text {
  display: block;
}
.business-card__logo {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
}
/* 不動産・建築事業の dd は logo なし */
.business-card__dl:not(.business-card__dl--service) dd {
  padding-right: 0;
  min-height: 0;
}

.footer-illust img {
  display: block;
  width: 100%;
  height: auto;
}

/* SP */
@media (max-width: 1079px) {
  .business-hero {
    height: 135px;
  }
  .business-hero__inner {
    padding-left: 15px;
  }
  .business-hero__title {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  .business-intro {
    padding: 60px 16px;
  }
  .business-intro__inner {
    flex-direction: column;
    gap: 30px;
  }
  .business-intro__text {
    max-width: 100%;
    order: 1;
    text-align: center;
  }
  .business-intro__catch {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 24px;
    text-align: center;
  }
  .business-intro__lead {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
  }
  .business-intro__image {
    flex: none;
    max-width: 100%;
    order: 2;
  }
  .business-list {
    padding: 70px 0;
  }
  .business-list__deco {
    top: -50px;
    width: 220px;
  }
  .business-list__title {
    font-size: 22px;
  }
  .business-list__title .h2-eng.lato {
    font-size: 14px;
    margin-top: 6px;
  }
  .business-card {
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .business-card__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .business-card__body {
    flex-direction: column;
    gap: 24px;
  }
  .business-card__image {
    max-width: 100%;
    flex: none;
  }
  .business-card__lead {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}

/* ========== /number/ page (2026 リニューアル) ========== */

.number-hero {
  height: 400px;
}
.number-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: none;
  padding-left: 150px;
}
.number-hero__title {
  margin: 0;
  color: #212529;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.number-lead {
  padding: 100px 0 0;
  background: #fff;
}
.number-lead__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #212529;
  margin: 0;
}

/* グリッド */
.number-grid-wrap {
  padding: 60px 0 140px;
  background: #fff;
}
.number-grid-wrap .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Figma 通り 2カラム grid */
.number-grid {
  display: grid;
  grid-template-columns: 580fr 560fr;
  gap: 20px;
  align-items: start;
}
.number-item {
  background: #f2f2f2;
  padding: 32px 40px;
  position: relative;
}
/* 左カラム: 従業員 → 平均年齢 (row 1, 2) → 教育費 (row 3) → サシ飲み (row 4) */
.number-item--employees { grid-column: 1; grid-row: 1; }
.number-item--age       { grid-column: 1; grid-row: 2; }
.number-item--cost      { grid-column: 1; grid-row: 3; }
.number-item--drinking  { grid-column: 1; grid-row: 4; }
/* 右カラム: 男女比率 (row 1-2 span) → 平均有給+iPad ラップ (row 3) → 産休育休 (row 4) → 良いところ (row 5) */
.number-item--gender    { grid-column: 2; grid-row: 1 / span 2; }
.number-paypad          { grid-column: 2; grid-row: 3; display: flex; gap: 20px; }
.number-paypad .number-item { flex: 1; padding: 24px 20px; }
.number-item--maternity { grid-column: 2; grid-row: 4; }
.number-item--good      { grid-column: 2; grid-row: 5; }
.number-item--drinking  { grid-row: 4 / span 2; } /* サシ飲み (左) を産休+良いところ の高さに合わせる */
/* 全幅: その他 */
.number-item--others    { grid-column: 1 / -1; grid-row: 6; }

.number-item__title {
  margin: 0 0 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}
.number-item__title--sm { font-size: 24px; }
.number-item__title-icon {
  vertical-align: middle;
  margin-left: 12px;
  height: 40px;
  width: auto;
}
.number-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.number-item__value {
  font-size: 100px;
  line-height: 1;
  color: #212529;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: 'Oswald', sans-serif;
}
.number-item__value--md { font-size: 80px; }
.number-item__value--sm { font-size: 70px; }
.number-item__unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 32px;
}
.number-item__unit--lg { font-size: 48px; }
.number-item__unit--md { font-size: 32px; }
.number-item__unit-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-left: 8px;
}
.number-item__icon img,
.number-item__icon-sm img {
  display: block;
  flex-shrink: 0;
}
.number-item__note {
  margin-top: 16px;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #808080;
}

/* ドーナツ (男女比率) */
.number-item__donut {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 340px;
  margin: 0 auto;
}
.number-item__donut-img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 340px; height: 340px;
}
.number-item__donut-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  text-align: center;
}
.number-item__donut-side--male { left: calc(50% - 200px); }
.number-item__donut-side--female { left: calc(50% + 20px); }
.number-item__donut-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
.number-item__donut-value {
  font-size: 72px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 4px;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
}
.number-item__donut-unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
}

/* 教育費用 catch */
.number-item__cost-catch {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0;
  position: relative;
}
.number-item__cost-icon {
  vertical-align: middle;
  margin-left: 8px;
  height: 32px;
  width: auto;
}
.number-item__cost-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.number-item__cost-list li {
  background: #f2f2f2;
  padding: 12px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

/* iPad note */
.number-item__ipad-note {
  margin-top: 16px;
  font-weight: 700;
}
.text-yellow { color: #d8a800; }

/* 産休・育休 */
.number-item__maternity-row {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  justify-content: center;
}
.number-item__maternity-block {
  text-align: center;
}
.number-item__maternity-icon {
  position: absolute;
  right: 16px;
  top: 0;
}

/* サシ飲み */
.number-item__drinking-stat {
  text-align: center;
  margin: 24px 0;
}
.number-item__drinking-label {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.number-item__drinking-text {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  margin: 24px 0 0;
}
.number-item__drinking-icon {
  position: absolute;
  right: 32px;
  bottom: 32px;
  height: 100px;
  width: auto;
}

/* ランキング */
.number-item__rank {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  position: relative;
}
.number-item__rank li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 16px 0;
}
.number-item__rank-num {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #212529;
}
.number-item__rank-suffix {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.number-item__rank-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-left: 16px;
}
.number-item__good-icon {
  position: absolute;
  right: 32px;
  bottom: 32px;
  height: 120px;
  width: auto;
}

/* その他 (大ブロック) */
.number-item--others {
  padding: 32px 40px 40px;
}
.number-item__others-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.number-item__sub {
  background: #f2f2f2;
  padding: 24px;
}
.number-item__sub-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}
.number-item__sub-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.number-item__sub-label {
  font-weight: 700;
}
.number-item__sub-value {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  line-height: 1;
}
.number-item__sub-unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-left: 4px;
}
.number-item__sub-note {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.number-item__sub-disclaimer {
  margin: 8px 0 0;
  font-size: 12px;
  color: #808080;
}


/* SP */
@media (max-width: 1079px) {
  .number-grid {
    grid-template-columns: 1fr;
  }
  .number-item--employees,
  .number-item--age,
  .number-item--gender,
  .number-item--cost,
  .number-item--with-pay,
  .number-item--ipad,
  .number-item--maternity,
  .number-item--drinking,
  .number-item--good,
  .number-item--others {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    margin: 0;
  }
  .number-item__others-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1079px) {
  .number-hero {
    height: 135px;
  }
  .number-hero__inner {
    padding-left: 15px;
  }
  .number-hero__title {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  .number-lead {
    padding: 60px 16px 0;
  }
  .number-lead__text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 24px;
    text-align: center;
  }
  .number-grid-wrap {
    padding: 30px 0 70px;
  }
  .number-grid {
    gap: 20px;
  }
  .number-item {
    padding: 24px 20px;
  }
  .number-item__title {
    font-size: 24px;
  }
  .number-item__title--sm { font-size: 20px; }
  .number-item__value {
    font-size: 64px;
  }
  .number-item__value--md { font-size: 56px; }
  .number-item__value--sm { font-size: 56px; }
  .number-item__unit { font-size: 24px; }
  .number-item__unit--lg { font-size: 36px; }
  .number-item__icon img { width: 140px; height: 67px; }
  .number-item__donut { height: 280px; max-width: 360px; }
  .number-item__donut-img { width: 280px; height: 280px; }
  .number-item__donut-side--male { left: calc(50% - 150px); }
  .number-item__donut-side--female { left: calc(50% + 20px); }
  .number-item__donut-value { font-size: 56px; }
  .number-item__donut-label { font-size: 18px; }
  .number-item__donut-unit { font-size: 24px; }
  .number-item__drinking-icon, .number-item__good-icon {
    position: static;
    margin: 16px auto 0;
    display: block;
  }
  .number-item__rank-num { font-size: 36px; }
  .number-item__rank-suffix { font-size: 18px; }
  .number-item__rank-text { font-size: 18px; }
}

/* =========================================
   2026-06-30 レスポンシブ修正（1080px境界対応）
   xl(1200px)未満では .container を流体化。
   理由: md/lg を 1080px に統一した結果、Bootstrap の .container が
   1080–1199px帯で960px・768–1079px帯で540pxに固定され、固定px設計の
   PCセクション(career-path等)がはみ出し/窮屈になっていた。流体化で解消。
   （固定px列は flex:0 1 + min-width:0 で縮小可能化済み）
   ========================================= */
@media (max-width: 1199px) {
  .container { max-width: 100%; }
}
