@charset "UTF-8";
/* CSS Document */

:root {
	--primary-color: #FF5C00;
	--secondary-color: #6C63FF;
	--dark-blue: #1a1a2e;
	--light-bg: #F8F8F8;
	--text-color-dark: #333;
	--text-color-light: #fff;
	--gray-text: #666666;
	--white: #FFFFFF;
	--black: #1A1A1A;
	--gray: #666666;
	--light-gray: #F5F5F5;
	--border-color: #dddddd;
	--eastboy-blue: #1a2b4d;
	--light-gray-bg: #f0f0f0;
	--dark-text: #333333;
	--global-color-white-900: #FFFFFF;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "BIZ UDPMincho", "Yu Mincho", "MS PMincho", serif;
	color: var(--dark-text);
	line-height: 1.6;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.section {
	padding: 80px 0;
}

li::marker {
  display: none;
}

li {
  list-style-type: none;
}

font, span {
  font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
}



/* PC */

/* Hero Section */
.rec_fv {
  position: relative;
}

.rec_fv__ttl {
  position: absolute;
  content: "";
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.rec_fv__ttl h1 {
	font-family: "BIZ UDPMincho", "Yu Mincho", "MS PMincho", serif;
	font-weight: bold;
	font-size: 64px;
	letter-spacing: 0.14em;
	text-align: right;
  color: #000;
  line-height: 1.4;
}

.rec_fv__ttl span {
	font-family: "BIZ UDPMincho", "Yu Mincho", "MS PMincho", serif;
	font-weight: bold;
	font-size: 64px;
	letter-spacing: 0.14em;
	text-align: right;
  color: #000;
  line-height: 1.4;
}

.rec_fv__ttl h1 .marker {
  position: relative;
  display: inline-block;
  font-family: "BIZ UDPMincho", "Yu Mincho", "MS PMincho", serif;
	font-weight: bold;
	font-size: 110px;
	letter-spacing: 0.14em;
  z-index: 0;
  color: #000;
}

.rec_fv__ttl h1 .marker::before {
  content: "";
  position: absolute;
  left: 1%;
  top: 56%;
  transform: translateY(-50%) rotate(-5deg);
  width: 93%;
  height: 0.6em;
  background-color: #F8931F;
  z-index: -1;
}

.rec_kv.sp-display {
  display: none;
}

.rec_kv.pc-display {
  display: block;
}

.rec_kv img {
  width: 100%;
  height: auto;
}

.recruit-hero {
  background: #f8f9fa;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

.recruit-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.recruit-hero__illustration {
  flex: 1;
  max-width: 500px;
}

.recruit-hero__illustration svg {
  width: 100%;
  height: auto;
}

.recruit-hero__content {
  flex: 1;
  max-width: 600px;
}

.recruit-hero__title {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.recruit-hero__title-highlight {
  color: #ff6b35;
}

.recruit-hero__subtitle {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}

/* Message Section */
.message-section {
  padding: 150px 0 75px;
}

.message-section__container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0;
}

.message-section__header {
  display: flex;
  justify-content: center;
  gap: 85px;
}

.message-section__title {
  font-size: 32px;
  color: #ff6b35;
  margin-bottom: 20px;
  font-weight: bold;
}

.message-section__subtitle {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin-bottom: 42px;
  letter-spacing: 0.14em;
  font-family: "BIZ UDPMincho", "Yu Mincho", "MS PMincho", serif;
}

.message-section__text {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.14em;
	font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
}

/* What's TENROKU Section */
.tenroku-section {
  padding: 75px 0;
  position: relative;
}

.tenroku-section__header {
  display: block;
  width: 690px;
  margin: 0 0 30px auto;
}
.message-sectionTtl {
}

.message-sectionTxt {
  padding-top: 70px;
}

.c-recSubttl {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.14em;
	font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
}

.c-recTtl {
  font-size: 70px;
  color: #FF8426;
  font-weight: 400;
  letter-spacing: 0.09em;
  font-family: "Do Hyeon", "Noto Sans KR", "Arial", sans-serif;
  line-height: 1;
}

.tenroku-section__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1130px;
  margin: 0 0 0 auto;
}

.tenroku-card {
  background: #FFA43B;
  padding: 50px 92px 32px 92px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px 0 0 0;
}

.tenroku-card:nth-child(2) {
  background: #FFBA26;
  border-radius: 0;
}

.tenroku-card:nth-child(3) {
  background: #FFA43B;
  border-radius: 0 0 0 20px;
}

.tenroku-card__content {
  max-width: 890px;
  width: 100%;
}

.tenroku-card__content h3 {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 900;
  letter-spacing: 0.07em;
  font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
}

.tenroku-card__number {
  font-size: 48px;
  font-weight: 400;
  margin-right: 22px;
  font-family: "BIZ UDPMincho", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.07em;
}

.tenroku-card__text {
  padding-left: 103px;
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.03em;
  font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
}

.tenroku-card__button {
  display: block;
  width: 223px;
  height: 41px;
  margin: 0 0 0 auto;
  background: #fff;
  color: #FF7F27;
  padding: 5px 16px 8px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 300;
  font-family: "Do Hyeon", "Noto Sans KR", "Arial", sans-serif;
  transition: background 0.3s;
  text-align: center;
  box-sizing: border-box;
}

.tenroku-card__button:hover {
  background: transparent;
  color: #fff;
  transition: background 0.3s;
}

/* Professional Section */
.professional-section {
  padding: 75px 0;
  background: white;
}

.professional-section__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

.professional-section__header {
  margin-bottom: 48px;
}

.professional-section__label {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.professional-section__title {
  font-size: 42px;
  color: #ff6b35;
  font-weight: bold;
}

.professional-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.professional-card {
  position: relative;
  overflow: hidden;
}

.professional-card::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* 通常時は透明 */
  transition: background-color 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.professional-section__grid:hover .professional-card::before {
  background-color: rgba(0, 0, 0, 0.5);
}

/* その中で、ホバーされている professional-card だけのオーバーレイを無効にする */
.professional-section__grid .professional-card:hover::before {
  background-color: rgba(0, 0, 0, 0);
}

.professional-card:hover .professional-card__img img {
  transform: scale(1.1);
}

.professional-card:nth-child(1) {
  border-radius: 20px 0 0 0;
}

.professional-card:nth-child(1):hover {
  border-radius: 20px 0 0 0;
}

.professional-card:nth-child(2) {
  border-radius: 0;
}

.professional-card:nth-child(3) {
  border-radius: 0 0 20px 0;
}

.professional-card:nth-child(3):hover {
  border-radius: 0 20px 0 0;
}

.professional-card__img {
  position: relative;
  overflow: hidden;
  transition: .3s ease;
}

.professional-card__img img:hover {
  transform: scale(1.1);
}

.professional-card__img img {
  transition: .2s ease;
}

.professional-card__content {
  position: absolute;
  text-align: center;
  bottom: 8px;
  right: 20px;
}

.professional-card__num {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  text-align: right;
}

.professional-card__ttl {
  margin-bottom: 5px;
  text-align: right;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.07em;
  color: #fff;
}

.professional-card__name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
}

.professional-card__name span {
  padding-right: 15px;
}

/* Work & Carrier Section */
.work-carrier-section {
  padding: 75px 0;
  position: relative;
}

.work-carrier-section__container {
  max-width: 970px;
  margin: 0 auto;
  padding: 0;
}

.work-carrierFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.work-carrier__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 53px;
  margin: 0 0 0 auto;
  background: #FF8426;
  box-sizing: border-box;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.01em;
  font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
}

.work-carrier__txt {
  background: linear-gradient(to right, #FFBA26 0%, transparent 100%);
}

.work-carrier__txt p {
  padding: 11px 0;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
  text-align: center;
}

.work-carrier-section__header {
  margin-bottom: 10px;
}

.work-carrier-section__title {
  font-size: 42px;
  color: #ff6b35;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.work-carrier-section__subtitle {
  font-size: 18px;
  color: #666;
}

.work-carrier-section__content {
  max-width: 470px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.work-carrier-menu {
  flex: 1;
}

.work-careerBtn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0 15px;
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.01em;
  font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
  transition: 0.2s ease;
}

.work-careerBtn:first-child {
  padding-top: 0;
}

.work-careerBtn:hover {
  border-bottom: 3px solid #000;
  transition: 0.1s ease;
}

.work-careerBtn:hover:after {
  background-image: url(../images/recruit/vector_orange.png);
  transition: 0.2s ease;
}

.work-careerBtn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: 45px;
  background-image: url(../images/recruit/vector_black.png);
  background-size: 100% 100%;
}

.work-carrier__map {
  width: 100%;
}

/* Culture Section */
.culture-section {
  position: relative;
  padding: 75px 0;
}

.c-recSubttl--culture {
  text-align: center;
}

.culture-section__container {
  max-width: 1254px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.culture-section__header {
  margin-bottom: 77px;
}

.culture-lists {
  display: grid;
  gap: 12px;
  padding: 0;
}

.culture-lists--top {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 48px;
  grid-template-columns: repeat(3, 1fr);
}

.culture-lists--bottom {
  grid-template-columns: repeat(4, 1fr);
}

.culture-lists__item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  padding: 20px;
  background: #FFF8F2;
  border-radius: 16px;
}

.culture-lists--bottom {
  margin-bottom: 0;
}

.culture-detail {
  text-align: left;
}

.culture-detail .txt {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #000;
  line-height: 1.7;
  font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
}

.culture-detail .ttl {
  margin-bottom: 28px;
  font-size: 22px;
  color: #000;
  letter-spacing: 0.07em;
  font-weight: 900;
  font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
}

.culture-icon {
  width: auto;
  height: 58px;
  margin-bottom: 28px;
}

.culture-section__button {
  background: #ff6b35;
  color: white;
  padding: 15px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s;
}

.culture-section__button:hover {
  background: #e55a2b;
}

/* Final Recruit Section */
.final-rec {
  padding: 75px 0;
}

.final-rec__container {
  max-width: 1228px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  gap: 36px;
}

.final-recruit-section__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.final-recBtn {
  position: relative;
  width: calc((100% - 36px) / 2 );
  display: flex;
  justify-content: center;
  align-items: center;
  height: 185px;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.07em;
  background: #FFBA26;
  border-radius: 0;
  font-family: "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
  transition: .2s ease-in;
}


.final-recBtn::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 40px;
  top: 47%;
  left: 22%;
  transform: translateY(-50%) translateX(-50%);
  background-size: 100% 100%;
  transition: .2s ease-in;
}

.final-recBtn--student {
  padding-left: 10px;
}

.final-recBtn--student::before {
  background-image: url(../images/recruit/school_icon.png);
}

.final-recBtn--society {
  padding-left: 130px;
}

.final-recBtn--society::before {
  background-image: url(../images/recruit/society_icon.png);
}

.final-recBtn:hover {
  color: #fff;
}

.final-recBtn--student:hover {
  background: none;
  background-image: url(../images/recruit/student_bg.jpg);
  /* transition: .2s ease-in; */
}

.final-recBtn--student:hover::before {
  background-image: url(../images/recruit/school_icon_white.png);
}

.final-recBtn--society:hover {
  background: none;
  background-image: url(../images/recruit/society_bg.jpg);
}

.final-recBtn--society:hover::before {
  background-image: url(../images/recruit/society_icon_white.png);
}

.final-rec_contactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 666px;
  height: 110px;
  margin: 60px auto 0;
  font-size: 26px;
}

.final-rec_contactBtn a {
  position: relative;
  padding: 35px 215px 35px 254px;
  color: #fff;
  border-radius: 50px;
  font-weight: 400;
  letter-spacing: 0.07em;
  font-family: "Do Hyeon", "Noto Sans KR", "Arial", sans-serif;
  background: #FF8426;
  transition: .3s ease-in;
}

.final-rec_contactBtn a::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/recruit/rec-contact_icon.png);
  background-size: 100% 100%;
}

.final-rec_contactBtn a:hover {
  color: #FF7F27;
  background: #fff6eb;
  transition: .3s ease-in;
}

.final-rec_contactBtn a:hover::before {
  background-image: url(../images/recruit/rec-contact_icon_orange.png);
  transition: .3s ease-in;
}


/* Footer */
.recruit-footer {
  background: #1e3a5f;
  color: white;
  padding: 60px 0 20px;
}

.recruit-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.recruit-footer__main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.recruit-footer__section h3 {
  font-size: 16px;
  margin-bottom: 20px;
  color: white;
}

.recruit-footer__section ul {
  list-style: none;
}

.recruit-footer__section li {
  margin-bottom: 8px;
}

.recruit-footer__section a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.recruit-footer__section a:hover {
  color: white;
}

.recruit-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
}

.recruit-footer__logo {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
}

.recruit-footer__logo::before {
  content: "";
  width: 25px;
  height: 25px;
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  margin-right: 8px;
  border-radius: 3px;
}

/* recruit footer */

.rec-footer__container {
  max-width: 1137px;
  width: 100%;
  margin: 0 auto 14px;
  padding: 0;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__logo {
  margin-bottom: 0;
}

.rec-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  gap: 20px 48px;
  max-width: 420px;
  width: 100%;
}

.rec-footer__menu ul li {
  width: 184px;
  text-align: left;
}

.rec-footer__menu ul li a {
  color: #000;
  font-size: 22px;
  /* letter-spacing: 0.14em; */
  font-weight: 400;
  transition: .2s ease;
}

.rec-footer__menu ul li a:hover {
  color: #FF8426;
  transition: .2s ease;
}

.rec-footer__menu__corp {
  position: relative;
  display: block;
  width: 190px;
  margin: 0 0 0 auto;
  padding-right: 40px;
  letter-spacing: 0.14em;
  font-weight: 400;
  color: #000;
  text-align: right;
  transition: .2s ease;
}

.rec-footer__menu__corp:hover {
  color: #FF8426;
  transition: .2s ease;
}

.rec-footer__menu__corp::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/recruit/corp__link__icon.png);
  background-size: 100% 100%;
}

.footer__copy {
  padding: 44px 0;
}

.footer__copy ul li:first-child::before {
  right: -28px;
}

.footer__info-item--tel a {
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.footer__info-list {
  margin-top: 15px;
}

.footer__logo {
  margin: 0;
}

.footer__info-item--name {
  font-size: 25px;
}

.footer__info-text {
  margin: 17px 0 14px;
  font-size: 17px;
}

.footer__info-text span {
  display: block;
  font-size: 15px;
  line-height: 1;
}

.rec-header .header__container {
  padding: 0 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .recruit-hero__container {
      flex-direction: column;
      text-align: center;
      gap: 40px;
  }

  .recruit-hero__title {
      font-size: 32px;
  }

  .recruit-hero__subtitle {
      font-size: 18px;
  }

  .professional-section__grid {
      grid-template-columns: 1fr;
  }

  .work-carrier-section__content {
      flex-direction: column;
  }

  .culture-section__icons {
      flex-direction: column;
      gap: 40px;
  }

  .final-recruit-section__buttons {
      flex-direction: column;
      align-items: center;
  }

  .recruit-footer__main {
      grid-template-columns: repeat(2, 1fr);
  }

  .tenroku-section__title,
  .professional-section__title,
  .work-carrier-section__title,
  .culture-section__title,
  .final-recruit-section__title {
      font-size: 28px;
  }
}

@media (max-width: 1200px) {
  .message-section__container {
    padding: 0 20px;
  }

  .professional-section__container {
    padding: 0 20px;
  }

  .work-carrier-section__container {
    padding: 0 20px;
  }

  .culture-section__container {
    padding: 0 20px;
  }

  .final-rec__container {
    padding: 0 20px;
  }

  .rec-footer__container {
    padding: 0 20px;
  }
}

/* スマホ */
@media (max-width: 768px) {

  .recruit-footer__main {
      grid-template-columns: 1fr;
  }

  .culture-section__icons {
      gap: 30px;
  }

  .footer__inner {
    flex-direction: column;
    padding: 40px 0;
  }

  .rec_kv.sp-display {
    display: block;
  }

  .rec_kv.pc-display {
    display: none;
  }

  .c-hamburger-menu span {
    background-color: #FF7F27;
  }

  .rec_fv__ttl h1 {
    font-size: 25px;
    text-align: left;
  }

  .rec_fv__ttl h1 .tar {
    display: flow;
    text-align: right;
    line-height: 1;
    font-family: "BIZ UDPMincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #000;
    font-size: 25px;
  }

  .rec_fv__ttl h1 .marker {
    font-size: 46.2px;
  }

  .rec_fv__ttl {
    top: 135px;
    right: 30px;
  }

  .c-recSubttl {
    font-size: 14px;
  }

  .c-recTtl {
    font-size: 32px;
  }

  .message-section__header {
    flex-direction: column;
    gap: 20px;
  }

  .message-sectionTxt {
    padding-top: 0;
  }

  .message-section__subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .message-section__text {
    font-size: 14px;
  }

  .message-section {
    padding: 70px 0 35px;
  }

  .tenroku-section {
    padding: 35px 0;
  }

  .tenroku-section__cards {
    /* max-width: 320px; */
    gap: 14px;
  }

  .tenroku-section__container {
    padding: 0 0 0 20px;
  }

  .tenroku-card__number {
    font-size: 22px;
    margin-right: 5px;
  }

  .tenroku-card__content h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .tenroku-card__text {
    margin-bottom: 20px;
    padding-left: 44px;
    font-size: 14px;
  }
  .tenroku-card {
    padding: 20px;
  }

  .tenroku-card__button {
    width: 200px;
    height: 34px;
    font-size: 16px;
  }

  .tenroku-card {
    border-radius: 14px 0 0 0;
  }

  .tenroku-card:nth-child(3) {
    border-radius: 0 0 0 14px;
  }

  .professional-section {
    padding: 35px 0;
  }

  .professional-card:hover {

  }

  .professional-card:nth-child(1) {
    border-radius: inherit;
  }

  .professional-card:nth-child(1):hover {
    border-radius: inherit;
  }

  .professional-card:nth-child(3):hover {
    border-radius: inherit;
  }

  .professional-card:nth-child(3) {
    border-radius: inherit;
  }

  .work-carrier-section {
    padding: 35px 0;
  }

  .work-carrierFlex {
    flex-direction: column;
    gap: 20px;
  }

  .work-carrier-menu {
    width: 80%;
  }

  .work-careerBtn {
    padding: 20px 0 10px;
    font-size: 18px;
  }

  .work-careerBtn::after {
    width: 22px;
    height: 22px;
    right: 25px;
  }

  .work-carrier__area {
    margin-top: 30px;
  }

  .work-carrier__tab {
    width: 50%;
    height: 30px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .culture-section {
    padding: 35px 0;
  }

  .culture-section__header {
    margin-bottom: 40px;
  }

  .culture-lists--top {
    margin-bottom: 12px;
    grid-template-columns: inherit;
  }

  .culture-lists--bottom {
    grid-template-columns: inherit;
  }

  .culture-icon {
    height: 40px;
    margin-bottom: 10px;
  }

  .culture-icon img {
    height: 100%;
  }

  .culture-detail .ttl {
    margin-bottom: 10px;
  }

  .culture-detail .txt {
    font-size: 11px;
  }

  .final-rec {
    padding: 35px 0;
  }

  .final-recruit-section__buttons {
    margin-top: 30px;
    gap: 14px;
  }

  .final-recBtn {
    width: 90%;
    height: 100px;
    font-size: 16px;
  }

  .final-recBtn::before {
    width: 30px;
    height: 20px;
  }

  .final-recBtn--student {
    padding-left: 36px;
  }

  .final-recBtn--society {
    padding-left: 50px;
  }

  .final-rec_contactBtn {
    width: 80%;
    height: 30px;
    margin: 48px auto 0;
    font-size: 18px;
  }

  .final-rec_contactBtn a {
    padding: 12px 26px 10px 64px;
  }

  .final-rec_contactBtn a::before {
    width: 20px;
    height: 20px;
    left: 20%;
  }

  .rec-footer__menu ul {
    position: relative;
    max-width: 302px;
    width: 100%;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    gap: 22px 0;
  }

  .rec-footer__menu ul::before {
    position: absolute;
    content: "";
    background: #d6d6d6;
    width: 1px;
    height: 185px;
    top: 65%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .rec-footer__menu ul li {
    width: 46%;
  }

  .rec-footer__menu ul li:nth-child(2n+1) {
    padding-right: 24px;
  }

  .rec-footer__menu ul li:nth-child(2n) {
    padding-left: 22px;
  }

  .rec-footer__menu ul li a {
    font-size: 15px;
  }

  .footer__inner {
    max-width: 302px;
    margin: 0 auto;
    padding: 30px 0 26px;
  }

  .rec-footer__menu__corp::before {
    width: 14px;
    height: 14px;
    top: 45%;
  }

  .rec-footer__menu__corp {
    padding-right: 28px;
    font-size: 13px;
    margin: -10px 0 0 auto;
  }

  .rec-footer__container {
    margin: 0 auto 70px;
  }

  .footer__logo {
    width: 194px;
    height: auto;
    margin: 0 auto 20px;
  }

  .footer__info-item--name {
    font-size: 20px;
  }

  .footer__info-item--tel a {
    font-size: 12px;
  }

  .footer__info {
    width: 70%;
  }

  .footer__info-text span {
    display: inline;
    font-size: 12px;
  }

  .footer__info-text {
    font-size: 14px;
  }

  .final-recBtn--society:hover::before {
    left: 16%;
  }

  .rec-header .header__container {
    padding: 0 40px;
  }


  /* #header に .scrolled クラスが付いたら、初期ナビを非表示にする */
  #header.scrolled .header__nav {
    display: none;
  }

  /* #header に .scrolled クラスが付いたら、CTAナビを表示する */
  #header.scrolled .header-cta-nav {
    display: flex;
  }

  .p-drawer-nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    /* max-width: 375px; */
    height: 100vh;
    background-color: #ffffff;
    padding: 0 20px;
    transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out;
    z-index: 99;
    overflow-y: auto;
    /* visibility: hidden; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
    opacity: 0;
  }

  .p-drawer-nav.is-open {
    left: 0; /* 画面左端に移動し、全幅で表示 */
    /* visibility: visible; */
    opacity: 1;
  }


  .p-drawer-nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 11px;
    flex-shrink: 0;
  }

  .p-drawer-nav__header-logo img {
    width: 94px;
    height: 25px;
    display: block;
  }

  .p-drawer-nav__close-btn {
    width: 20px;
    height: 16px;
    cursor: pointer;
    background-image: url(../images/recruit/hamburger_icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
  }

  .p-drawer-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .p-drawer-nav__item {
    border-bottom: 1px solid #FF8426;
  }

  .p-drawer-nav__item .p-drawer-nav__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px 24px 20px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s ease;
  }

  .p-drawer-nav__item .p-drawer-nav__link:hover {
    color: #054576;
  }

  .p-drawer-nav__item.has-submenu .p-drawer-nav__link::after {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    background-image: url(../images/common/hamburger_vector_navy.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    margin-left: 10px;
  }

  .p-drawer-nav__item.is-open .p-drawer-nav__link::after {
    transform: rotate(180deg);
  }

  .p-drawer-nav__sublist {
    list-style: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  }

  .p-drawer-nav__item.is-open .p-drawer-nav__sublist {
    max-height: 500px;
    padding: 0 0 10px 0;
    margin-top: -11px;
  }

  .p-drawer-nav__subitem:last-child {
    padding-bottom: 17px;
  }

  .p-drawer-nav__subitem a {
    position: relative;
    padding: 7px 0 7px 115px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
  }

  .p-drawer-nav__subitem a::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    top: 50%;
    left: 95px;
    transform: translateY(-50%) translateX(-50%);
    background: #000;
  }

  .p-drawer-nav__subitem a:hover {
    color: #333333;
  }

  .p-drawer-nav__cta {
    padding-bottom: 20px;
    text-align: center;
    flex-shrink: 0;
  }

  .p-drawer-nav__cta a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    width: 268px;
    height: 50px;
    margin: 0 auto;
    padding: 15px 20px;
    background: #054576;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 50px;
    box-sizing: border-box;
    border: none;
    transition: 0.3s ease;
  }

  .p-drawer-nav__cta a:hover {
    background: #2a3c5a;
  }

  /* お問い合わせボタンの右矢印アイコン */
  .p-drawer-nav__cta a::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    right: 28px;
    background-image: url(../images/common/contact_navy.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .c-hamburger-menu.is-active {
    background-image: url(../images/recruit/hamburger_orange_icon.png);
  }

  .professional-card__img img {
    width: 100%;
    height: auto;
  }

  .work-carrier__txt p {
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
  }

  .professional-card {
    max-height: 320px;
  }



}