@charset "UTF-8";
/*
==================
ヘッダー
==================
*/
.recruit-header {
  position: relative;
  height: 80px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.recruit-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.recruit-header::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/recruit/header.png");
  background-size: cover;
  background-position: center;
}
.recruit-header__inner {
  position: relative;
  z-index: 2;
  padding-left: 32px;
  padding-right: 32px;
  height: 100%;
}
.recruit-header__inner .lr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit-header__inner .lr .left .logo {
  width: 240px;
}
.recruit-header__inner .lr .left .logo img {
  width: 100%;
}
.recruit-header__inner .lr .right {
  display: flex;
  justify-content: right;
  align-items: center;
}
.recruit-header__inner .lr .right nav ul {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 16px;
}
.recruit-header__inner .lr .right nav ul li a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #061E4E;
}
.recruit-header__inner .lr .right .btn {
  margin-left: 32px;
}
.recruit-header__inner .lr .right .btn a {
  width: 180px;
  border-radius: 50px;
  border-color: #fff;
  border: solid 2.2px #061E4E;
  text-align: center;
  padding: 8px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.recruit-header__inner .lr .right .btn a i {
  transform: translateY(2.2px);
  width: 24px;
  display: inline-block;
}
.recruit-header__inner .lr .right .btn a span {
  margin-left: 16px;
  display: block;
  font-size: 2.2rem;
  color: #061E4E;
}
.recruit-header__inner .lr .right .btn a:hover {
  background-color: rgba(6, 30, 78, 0.04);
  transition-duration: 0.5s;
}
.recruit-header__inner .lr .right .btn a:hover i {
  transform: translateY(2.2px);
  width: 24px;
  display: inline-block;
}
.recruit-header__inner .lr .right .btn a:hover span {
  transition-duration: 0.5s;
}

#main {
  margin-top: 0;
}

/*
==================
ヒーローエリア
==================
*/
.hero {
  margin-top: 80px;
  position: relative;
  width: 100vw;
  height: 41.979vw;
  /* アスペクト比固定 */
  min-height: 320px;
  /* 小さいPC対策 */
  background-image: url("../img/recruit/backimage.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* 透過ネイビーオーバーレイ */
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #061E4E;
  opacity: 0.6;
  z-index: 1;
}

/* innerはheight確保のため */
.hero-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 40px;
}

/* コンテンツ幅制限用 */
.hero-inner .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}

/* キャッチコピー */
.hero-copy {
  font-size: 4.7rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  letter-spacing: 0.15em;
  z-index: 3;
  transform: translateY(-50%);
}

.hero-copy span {
  opacity: 0;
  display: inline-block;
  transform: translateY(0px);
  animation: fadeInUp 2s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* wrapperに合わせて位置調整 */
.wrapper {
  position: relative;
}

/*
==================
フジケミの"カルチャー
==================
*/
.section-culture {
  background-image: linear-gradient(-90deg, #F9FAFC, #E8ECF5);
  padding-bottom: 80px;
}
.section-culture .container {
  position: relative;
  border-radius: 0 0 830px 0;
  background-color: #fff;
  padding: 140px 0 100px;
  background-size: cover;
  background-position: center;
  padding: 72px 0 140px;
  background-image: url("../img/recruit/back-culture.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.section-culture .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #061E4E;
  opacity: 1;
  z-index: 1;
}
.section-culture .container .heading-group {
  opacity: 0;
  transform: translateY(100px);
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
  position: relative;
}
.section-culture .container .heading-group::after {
  opacity: 0;
  position: absolute;
  font-size: 19rem;
  font-weight: 100;
  color: #fff;
  opacity: 0.2;
  left: 0;
  top: -120px;
  letter-spacing: -0.02em;
  content: "Culture";
  pointer-events: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.section-culture .container .heading-group .sub-copy {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.section-culture .container .heading-group .main-copy {
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.section-culture .container .desc {
  opacity: 0;
  transform: translateY(100px);
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 2.2;
  margin-bottom: 32px;
}
.section-culture .container .desc:last-of-type {
  margin-bottom: 0;
}
.section-culture .container.visible::after {
  opacity: 0.8;
  transition-delay: 2.4s;
  transition-duration: 0.5s;
}
.section-culture .container.visible .heading-group {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
}
.section-culture .container.visible .heading-group::after {
  opacity: 0.2;
  transition-duration: 1s;
  transition-delay: 1s;
}
.section-culture .container.visible .desc {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
}
.section-culture .container.visible .desc:nth-of-type(1) {
  transition-delay: 1s;
}
.section-culture .container.visible .desc:nth-of-type(2) {
  transition-delay: 1.25s;
}
.section-culture .container.visible .desc:nth-of-type(3) {
  transition-delay: 1.5s;
}

/*
==================
事業内容を知る
==================
*/
.section-business {
  padding: 120px 0 0;
  background-color: #fff;
}
.section-business .container {
  position: relative;
}
.section-business .container .business-text {
  position: relative;
  z-index: 2;
  width: 50%;
}
.section-business .container .business-text .heading-group {
  opacity: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
  position: relative;
}
.section-business .container .business-text .heading-group::after {
  opacity: 0;
  position: absolute;
  font-size: 19rem;
  font-weight: 100;
  color: #717171;
  left: 0;
  top: -120px;
  letter-spacing: -0.02em;
  pointer-events: none;
  content: "Business";
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.section-business .container .business-text .heading-group .main-copy {
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  color: #000000;
}
.section-business .container .business-text .lead-copy {
  opacity: 0;
  transform: translateY(100px);
  margin-bottom: 32px;
  text-align: left;
  font-size: 2.4rem;
  background-color: #fff;
  padding: 16px;
  letter-spacing: 0.1em;
  padding-left: 0;
  color: #061E4E;
  font-weight: 600;
}
.section-business .container .business-text .desc {
  opacity: 0;
  transform: translateY(100px);
  position: relative;
  z-index: 2;
  color: #000;
  line-height: 2.2;
  margin-bottom: 32px;
  width: calc(100% - 32px);
}
.section-business .container .business-text .desc:last-of-type {
  margin-bottom: 0;
}
.section-business .container .business-images {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 0;
}
.section-business .container .business-images .image {
  width: 80%;
}
.section-business .container .business-images .image:nth-of-type(1) {
  opacity: 0;
  transform: translateX(100px);
  margin-left: 0;
  margin-right: auto;
}
.section-business .container .business-images .image:nth-of-type(2) {
  opacity: 0;
  transform: translateX(100px);
  margin-top: 32px;
  margin-left: auto;
  margin-right: 0;
}
.section-business .container.visible .business-text .heading-group {
  opacity: 1;
  transition-duration: 1s;
}
.section-business .container.visible .business-text .heading-group::after {
  opacity: 0.2;
  transition-duration: 1s;
}
.section-business .container.visible .business-text .lead-copy {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
  transition-delay: 1s;
}
.section-business .container.visible .business-text .desc {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
  transition-delay: 1.5s;
}
.section-business .container.visible .business-text .desc:nth-of-type(2) {
  transition-delay: 2s;
}
.section-business .container.visible .business-text .desc:last-of-type {
  margin-bottom: 0;
  transition-delay: 2.5s;
}
.section-business .container.visible .business-images .image:nth-of-type(1) {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 1s;
  transition-delay: 1s;
}
.section-business .container.visible .business-images .image:nth-of-type(2) {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 1s;
  transition-delay: 2s;
}

/*
==================
数字で見る
==================
*/
.section-numbers {
  padding: 80px 0px;
}
.section-numbers .container {
  position: relative;
  border-radius: 300px 0 0 0;
  background-color: #fff;
  padding: 240px 0 140px;
  background-size: cover;
  background-position: center;
  background-image: url("../img/recruit/back-culture.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.section-numbers .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #061E4E;
  opacity: 1;
  z-index: 1;
}
.section-numbers .container .heading-group {
  opacity: 0;
  transform: translateY(100px);
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
  position: relative;
}
.section-numbers .container .heading-group::after {
  opacity: 0;
  position: absolute;
  font-size: 19rem;
  font-weight: 100;
  color: #fff;
  left: 0;
  top: -120px;
  letter-spacing: -0.02em;
  content: "Number";
  pointer-events: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.section-numbers .container .heading-group .sub-copy {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.section-numbers .container .heading-group .main-copy {
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.section-numbers .container .desc {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 2.2;
  margin-bottom: 32px;
}
.section-numbers .container .desc:last-of-type {
  margin-bottom: 0;
}
.section-numbers .container.visible::after {
  opacity: 0.7;
  transition-delay: 3s;
  transition-duration: 0.5s;
}
.section-numbers .container.visible .heading-group {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
}
.section-numbers .container.visible .heading-group::after {
  opacity: 0.2;
  transition-duration: 1s;
  transition-delay: 1s;
}
.section-numbers .numbers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section-numbers .numbers-grid .number-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.section-numbers .numbers-grid .number-card h3 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  color: #061E4E;
}
.section-numbers .numbers-grid .number-card .c-heading {
  display: block;
  font-size: 2.4rem;
  text-align: center;
}
.section-numbers .numbers-grid .number-card p {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #061E4E;
}
.section-numbers .numbers-grid .number-card p span {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 200%;
  color: #061E4E;
}
.section-numbers .numbers-grid .number-card.sexual .content {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.section-numbers .numbers-grid .number-card.sexual .content .item:nth-of-type(1) {
  width: 25%;
}
.section-numbers .numbers-grid .number-card.sexual .content .item:nth-of-type(2) {
  width: 40%;
}
.section-numbers .numbers-grid .number-card.sexual .content .item:nth-of-type(3) {
  width: 25%;
}
.section-numbers .numbers-grid .number-card.staff-num .content {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.section-numbers .numbers-grid .number-card.staff-num .content .item:nth-of-type(1) {
  width: 40%;
}
.section-numbers .numbers-grid .number-card.staff-num .content .item:nth-of-type(2) {
  width: calc(50% - 16px);
}
.section-numbers .numbers-grid .number-card.staff-num .content .item:nth-of-type(2) p span {
  font-size: 300%;
}
.section-numbers .numbers-grid .number-card.last .content {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.section-numbers .numbers-grid .number-card.last .content .item:nth-of-type(1) {
  width: 25%;
}
.section-numbers .numbers-grid .number-card.last .content .item:nth-of-type(2) {
  width: 70%;
}
.section-numbers .numbers-grid .number-card.last .content .item:nth-of-type(2) p span {
  font-size: 300%;
}
.section-numbers .numbers-grid .number-card.baby .content {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.section-numbers .numbers-grid .number-card.baby .content .item:nth-of-type(1) {
  width: 17.5%;
}
.section-numbers .numbers-grid .number-card.baby .content .item:nth-of-type(1) img {
  width: 100%;
}
.section-numbers .numbers-grid .number-card.baby .content .item:nth-of-type(2) {
  width: 49%;
}
.section-numbers .numbers-grid .number-card.baby .content .item:nth-of-type(2) p span {
  font-size: 300%;
}
.section-numbers .numbers-grid .number-card.age .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section-numbers .numbers-grid .number-card.age .content p {
  margin: 4px 0;
  width: 47.5%;
  font-size: 2rem;
}
.section-numbers .numbers-grid .number-card.age .content p span {
  font-size: 220%;
  line-height: 1;
}
.section-numbers .numbers-grid .number-card.age .content p small {
  font-size: 1.3rem;
  display: block;
}
.section-numbers .numbers-grid .number-card.over .content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.section-numbers .numbers-grid .number-card.over .content .item:nth-of-type(1) {
  width: 48.75%;
}
.section-numbers .numbers-grid .number-card.over .content .item:nth-of-type(1) p {
  font-size: 1.4rem;
}
.section-numbers .numbers-grid .number-card.over .content .item:nth-of-type(1) p span {
  font-size: 300%;
}
.section-numbers .numbers-grid .number-card.over .content .item:nth-of-type(2) {
  width: 48.75%;
}
.section-numbers .numbers-grid .number-card.over .content .item:nth-of-type(2) p {
  font-size: 1.4rem;
}
.section-numbers .numbers-grid .number-card.over .content .item:nth-of-type(2) p span {
  font-size: 300%;
}
.section-numbers .numbers-grid .number-card.recruit h3 {
  margin-bottom: 7px;
}
.section-numbers .numbers-grid .number-card.recruit .content {
  display: block;
  justify-content: center;
  align-items: center;
}
.section-numbers .numbers-grid .number-card.recruit .content .item:nth-of-type(1) {
  padding-bottom: 12px;
  width: 20.75%;
  margin-left: auto;
  margin-right: auto;
}
.section-numbers .numbers-grid .number-card.recruit .content .item:nth-of-type(2) {
  width: 100%;
}
.section-numbers .numbers-grid .number-card.recruit .content .item:nth-of-type(2) .year-group {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 4px;
  padding-bottom: 8px;
  border-bottom: solid 1px #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-numbers .numbers-grid .number-card.recruit .content .item:nth-of-type(2) .year-group .gr {
  width: 33%;
}
.section-numbers .numbers-grid .number-card.recruit .content .item:nth-of-type(2) .year-group:last-of-type {
  margin-bottom: 0;
}
.section-numbers .numbers-grid .number-card.recruit .content .item:nth-of-type(2) .year-group i {
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
}
.section-numbers .numbers-grid .number-card.recruit .content .item:nth-of-type(2) .year-group span {
  margin-left: 24px;
  font-size: 220%;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #061E4E;
}
.section-numbers .numbers-grid .number-card.recruit .content .item:nth-of-type(2) .year-group .heading {
  margin-top: 12px;
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  font-size: 1.6rem;
  color: #061E4E;
  font-weight: 600;
  width: 100%;
}
.section-numbers .numbers-grid .number-card.paid-holiday .content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.section-numbers .numbers-grid .number-card.paid-holiday .content .item:nth-of-type(1) {
  width: 48.75%;
}
.section-numbers .numbers-grid .number-card.paid-holiday .content .item:nth-of-type(1) p {
  font-size: 1.4rem;
}
.section-numbers .numbers-grid .number-card.paid-holiday .content .item:nth-of-type(1) p span {
  font-size: 300%;
}
.section-numbers .numbers-grid .number-card.paid-holiday .content .item:nth-of-type(2) {
  width: 48.75%;
}
.section-numbers .numbers-grid .number-card.paid-holiday .content .item:nth-of-type(2) p {
  font-size: 1.4rem;
}
.section-numbers .numbers-grid .number-card.paid-holiday .content .item:nth-of-type(2) p span {
  font-size: 300%;
}
.section-numbers .numbers-grid .number-card.place .content {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.section-numbers .numbers-grid .number-card.place .content .item .c-heading {
  font-size: 1.4rem;
  color: #061E4E;
  font-weight: 600;
}
.section-numbers .numbers-grid .number-card.place .content .item:nth-of-type(1) {
  width: 25%;
}
.section-numbers .numbers-grid .number-card.place .content .item:nth-of-type(2) {
  width: 40%;
}
.section-numbers .numbers-grid .number-card.place .content .item:nth-of-type(3) {
  width: 25%;
}

/*
==================
ギャラリー
==================
*/
.gal {
  padding: 0px 0 80px;
  overflow: hidden;
  width: 100%;
}

.gal-track {
  display: flex;
  width: 2512px; /* 画像幅×枚数 + 間隔 */
  animation: scroll-left 20s linear infinite;
  opacity: 0;
}
.gal-track.visible {
  opacity: 1;
  transition-duration: 2s;
}

.gal-inner {
  flex: 0 0 300px; /* 画像1枚分の横幅 */
  margin-right: 16px;
}

.gal-inner img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1264px); /* 4枚分左に動かす */
  }
}
/*
==================
ユニークな福利厚生を知る
==================
*/
.section-benefits {
  padding: 100px 0;
}
.section-benefits .heading-group {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
  position: relative;
}
.section-benefits .heading-group::after {
  position: absolute;
  font-size: 19rem;
  font-weight: 100;
  color: #717171;
  opacity: 0.2;
  left: 0;
  top: -120px;
  letter-spacing: -0.02em;
  pointer-events: none;
  content: "Benefits";
  font-family: "futura-pt", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.section-benefits .heading-group .sub-copy {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #000000;
}
.section-benefits .heading-group .main-copy {
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  color: #000;
}
.section-benefits .benefits-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0px;
  opacity: 0;
  transform: translateX(100px);
}
.section-benefits .benefits-grid .benefit-card {
  width: 19%;
}
.section-benefits .benefits-grid .benefit-card .image {
  border-radius: 30px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: #87000F solid 3px;
}
.section-benefits .benefits-grid .benefit-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-benefits .benefits-grid .benefit-card h3 {
  margin-top: 16px;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 600;
  color: #87000F;
}
.section-benefits .benefits-grid .benefit-card .desc {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.section-benefits .benefits-grid.visible {
  opacity: 1;
  transform: translateX(0px);
  transition-duration: 1s;
}

/*
==================
スタッフインタビュー
==================
*/
.section-interview {
  padding: 100px 0px;
  background-color: rgba(6, 30, 78, 0.04);
  /* ポップアップスタイル */
}
.section-interview .heading-group {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
  position: relative;
}
.section-interview .heading-group .main-copy {
  position: relative;
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  color: #000;
  display: inline-block;
}
.section-interview .heading-group .main-copy::after {
  position: absolute;
  font-size: 19rem;
  font-weight: 100;
  color: #717171;
  opacity: 0.2;
  right: -80px;
  top: -120px;
  letter-spacing: -0.02em;
  pointer-events: none;
  content: "Interview";
  font-family: "futura-pt", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.section-interview .interview-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-interview .interview-grid .interview-card {
  opacity: 0;
  transform: translateY(50px);
  width: 32%;
  cursor: pointer;
  text-align: center;
}
.section-interview .interview-grid .interview-card .image {
  width: 100%;
  aspect-ratio: 1/1.1;
  overflow: hidden;
}
.section-interview .interview-grid .interview-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1em;
  transition-duration: 0.5s;
}
.section-interview .interview-grid .interview-card:hover .image img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.section-interview .interview-grid .interview-info .position {
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
.section-interview .interview-grid .interview-info .name {
  font-size: 3.2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.section-interview .interview-grid .interview-info .joined {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #000;
}
.section-interview .interview-grid.visible .interview-card {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
}
.section-interview .interview-grid.visible .interview-card:nth-of-type(3n - 1) {
  transition-delay: 0.5s;
}
.section-interview .interview-grid.visible .interview-card:nth-of-type(3n) {
  transition-delay: 1s;
}
.section-interview .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.section-interview .popup-overlay.active {
  opacity: 1;
  transition-duration: 0.2s;
  pointer-events: auto;
}
.section-interview .popup-overlay.active {
  display: flex;
}
.section-interview .popup-overlay.active .popup-container {
  transition-delay: 0.25s;
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
  transition-duration: 0.25s;
}
.section-interview .popup-container {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  background: #fff;
  padding: 80px 40px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  transform: translateY(100px);
  opacity: 0;
}
.section-interview .popup-container .upper .info .position {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.section-interview .popup-container .upper .info .lower {
  display: flex;
  align-items: center;
}
.section-interview .popup-container .upper .info .lower .name {
  font-family: "futura-pt", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
}
.section-interview .popup-container .upper .info .lower .joined {
  margin-left: 16px;
  font-size: 2rem;
}
.section-interview .popup-container .upper .box {
  margin-top: 32px;
  padding: 28px 48px;
  border-radius: 60px 0 0 0;
  border: #061E4E 1px solid;
}
.section-interview .popup-container .upper .box .content-gr {
  position: relative;
}
.section-interview .popup-container .upper .box .content-gr h3 {
  font-size: 2.8rem;
  color: #061E4E;
  font-weight: 600;
  margin-bottom: 24px;
  width: 55%;
}
.section-interview .popup-container .upper .box .content-gr .desc {
  width: 55%;
  font-size: 1.5rem;
}
.section-interview .popup-container .upper .box .content-gr .image {
  position: absolute;
  right: 8px;
  bottom: -56px;
  width: 35%;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  border: solid 2px #061E4E;
  overflow: hidden;
}
.section-interview .popup-container .upper .box .content-gr .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-interview .popup-container .upper .schedule {
  border-radius: 0 0 100px 0;
  background-color: #061E4E;
  padding-bottom: 32px;
}
.section-interview .popup-container .upper .schedule .heading-bar {
  background-color: #E5E5E5;
  padding: 12px 48px;
  color: #061E4E;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.section-interview .popup-container .upper .schedule .items {
  padding-left: 48px;
  padding-right: 48px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
}
.section-interview .popup-container .upper .schedule .items .item {
  background-color: #fff;
  border-radius: 0 30px 0 0;
  padding: 40px 12px;
  width: 15%;
}
.section-interview .popup-container .upper .schedule .items .item .time {
  margin-bottom: 8px;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.section-interview .popup-container .upper .schedule .items .item .what {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}
.section-interview .popup-container .upper .schedule .caution {
  margin-top: 24px;
  padding-left: 48px;
  padding-right: 48px;
  color: #fff;
  font-size: 1.4rem;
}
.section-interview .popup-container .upper .qa {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.section-interview .popup-container .upper .qa dl {
  width: 100%;
  border: solid 1px #061E4E;
  border-radius: 0 60px 0 0;
  padding: 48px 48px;
}
.section-interview .popup-container .upper .qa dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #061E4E;
  letter-spacing: 0.1em;
}
.section-interview .popup-container .upper .qa dl dd {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.section-interview .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  font-weight: 100;
  border: none;
  font-size: 4rem;
  cursor: pointer;
  color: #333;
}

/*
==================
キャリアイメージ
==================
*/
.section-career {
  padding: 80px 0;
  background-color: #061E4E;
}
.section-career .title {
  text-align: left;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
.section-career .title span {
  margin-left: 8px;
  font-size: 2rem;
}
.section-career .career-note {
  margin-bottom: 40px;
  margin-top: 24px;
  font-size: 1.3rem;
  color: #fff;
}
.section-career .career-types .career-type {
  margin-top: 64px;
}
.section-career .career-types .career-type h3 {
  margin-bottom: 32px;
  padding-left: 30px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
.section-career .career-types .career-type h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff;
  transform: rotate(45deg) translateY(-50%);
  width: 12px;
  height: 12px;
}
.section-career .career-types .career-type .steps {
  background-color: #fff;
  padding: 32px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1%;
}
.section-career .career-types .career-type .steps > li {
  position: relative;
  width: 24.2%;
}
.section-career .career-types .career-type .steps > li .icon {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 87px;
  width: 87px;
  align-items: center;
  justify-content: center;
}
.section-career .career-types .career-type .steps > li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-career .career-types .career-type .steps > li .heading-gr {
  position: relative;
  z-index: 2;
  margin-top: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 16px;
  background-color: #87000F;
}
.section-career .career-types .career-type .steps > li .heading-gr h4 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.section-career .career-types .career-type .steps > li .heading-gr p {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.section-career .career-types .career-type .steps > li .step-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-career .career-types .career-type .steps > li .content {
  margin-top: 8px;
  background-color: #FFEAEE;
  padding: 32px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}
.section-career .career-types .career-type .steps > li .content ul > li {
  font-size: 1.4rem;
  position: relative;
  padding: 8px 0 8px 15px;
  color: #87000F;
  border-bottom: solid #87000F 1px;
}
.section-career .career-types .career-type .steps > li .content ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  background-color: #87000F;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.section-career .career-types .career-type .steps > li .can {
  border: solid 1px #87000F;
  padding: 32px 16px;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.section-career .career-types .career-type .steps > li .can .heading {
  font-size: 1.6rem;
  color: #87000F;
  margin-bottom: 10px;
}
.section-career .career-types .career-type .steps > li .can ul > li {
  font-size: 1.2rem;
  position: relative;
  padding: 6px 0px 6px 8px;
  border-bottom: solid #ddd 1px;
  color: #444;
}
.section-career .career-types .career-type .steps > li .can ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  background-color: #87000F;
  width: 2.4px;
  height: 2.4px;
  border-radius: 50%;
}
.section-career .career-types .career-type .steps > li:nth-of-type(1) {
  z-index: 4;
}
.section-career .career-types .career-type .steps > li:nth-of-type(2) {
  z-index: 3;
}
.section-career .career-types .career-type .steps > li:nth-of-type(3) {
  z-index: 2;
}
.section-career .career-types .career-type .steps > li:nth-of-type(4) {
  z-index: 1;
}
.section-career .career-types .career-type .steps > li:last-of-type::after {
  display: none;
}
.section-career .career-figure {
  margin-top: 64px;
}
.section-career .career-figure.visible {
  opacity: 1;
  transition-duration: 1s;
}
.section-career .career-figure img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-career .career-figure:hover img {
  transform: scale(1.01);
  transition-duration: 0.5s;
}
.section-career .career-block h3 {
  color: #000;
  font-size: 2.4rem;
}
.section-career .career-block .items {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.section-career .career-block .items .item .upperbox {
  padding: 16px 8px;
  background-color: #87000F;
}
.section-career .career-block .items .item .upperbox h4 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}
.section-career .career-block .items .item .upperbox h4 span {
  font-size: 1.5rem;
  font-weight: 400;
}
.section-career .career-block .items .item .lowerbox {
  padding: 40px 24px;
  background-color: #FFEAEE;
}
.section-career .career-block .items .item .lowerbox ul li {
  font-size: 1.4rem;
  padding: 4px;
  border-bottom: solid 1px #ddd;
}
.section-career .career-block .items--3 .item {
  width: 32%;
}

/*
==================
職場の風景
==================
*/
.section-workplace {
  padding: 80px 20px;
  overflow: hidden;
  background-color: #fff;
}
.section-workplace .heading-group {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
  position: relative;
}
.section-workplace .heading-group::after {
  position: absolute;
  font-size: 19rem;
  font-weight: 100;
  color: #717171;
  opacity: 0.2;
  left: 0;
  top: -120px;
  letter-spacing: -0.02em;
  pointer-events: none;
  content: "Office";
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.section-workplace .heading-group .sub-copy {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #000000;
}
.section-workplace .heading-group .main-copy {
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  color: #000;
}
.section-workplace .workplace-block {
  margin-bottom: 60px;
}
.section-workplace .block-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #333;
}
.section-workplace .workplace-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: translateX(-10px);
  opacity: 0;
  gap: 24px 0;
}
.section-workplace .workplace-items.visible {
  transform: translateX(0);
  transition-duration: 1s;
  opacity: 1;
}
.section-workplace .workplace-item {
  width: 32%;
  text-align: center;
}
.section-workplace .workplace-item h4 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 0.5em 0 0.3em;
  color: #222;
  font-weight: 600;
}
.section-workplace .workplace-item .image {
  border-radius: 20px;
  overflow: hidden;
}
.section-workplace .workplace-item img {
  width: 100%;
  height: auto;
}
.section-workplace .workplace-item p {
  margin-top: 8px;
  font-size: 1.5rem;
  color: #555;
  line-height: 1.6;
  text-align: left;
}

/*
==================
募集要項(本社& 工場両方)
==================
*/
.section-requirements {
  padding: 120px 0 100px;
}
.section-requirements.head {
  background-color: #87000F;
}
.section-requirements.head .heading-group .main-copy::after {
  content: "Main Office";
}
.section-requirements.factory {
  background-color: #061E4E;
}
.section-requirements.factory .heading-group .main-copy::after {
  content: "Factory";
}
.section-requirements .heading-group {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
  position: relative;
}
.section-requirements .heading-group .main-copy {
  position: relative;
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.section-requirements .heading-group .main-copy::after {
  position: absolute;
  font-size: 19rem;
  font-weight: 100;
  color: #fff;
  opacity: 0.2;
  left: 0;
  top: -120px;
  letter-spacing: -0.02em;
  pointer-events: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.section-requirements .tab-gr .tabs {
  display: flex;
  justify-content: space-between;
}
.section-requirements .tab-gr .tabs .tab-button {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2rem;
  padding: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
  background-color: #818181;
  color: #fff;
}
.section-requirements .tab-gr .tabs .tab-button.active {
  background-color: #fff;
  color: #000;
}
.section-requirements .tab-gr .tabs .tab-button.active::after {
  content: "";
  position: absolute;
  bottom: -16px;
  /* 下に出す位置調整 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 16px 14px 0 14px;
  /* 上向き三角形 */
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.section-requirements .tab-gr .tabs--1 {
  display: none;
}
.section-requirements .tab-gr .tabs--2 .tab-button {
  width: 48.75%;
}
.section-requirements .tab-gr .tabs--3 .tab-button {
  width: 32%;
}
.section-requirements .tab-gr .tabs--4 .tab-button {
  width: 24%;
}
.section-requirements .tab-gr .tab-content {
  margin-top: 32px;
  background-color: #fff;
  padding: 64px 74px;
}
.section-requirements .tab-gr .tab-content .nomore {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
.section-requirements .tab-gr .tab-content table {
  width: 100%;
}
.section-requirements .tab-gr .tab-content table tr {
  border-bottom: solid 1px #ddd;
}
.section-requirements .tab-gr .tab-content table tr th {
  text-align: left;
  padding: 32px 16px;
  font-size: 1.8rem;
  color: #061E4E;
min-width:240px;
}
.section-requirements .tab-gr .tab-content table tr td {
  text-align: left;
  padding: 32px 16px;
  font-size: 1.8rem;
}

.section-flow {
  padding: 160px 0 120px;
  background-color: rgba(6, 30, 78, 0.04);
  border-radius: 0 0 500px 0;
}
.section-flow .heading-group {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  position: relative;
}
.section-flow .heading-group::after {
  position: absolute;
  font-size: 19rem;
  font-weight: 100;
  color: #717171;
  opacity: 0.2;
  left: 0;
  top: -120px;
  letter-spacing: -0.02em;
  pointer-events: none;
  content: "Flow";
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.section-flow .heading-group .main-copy {
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  color: #000000;
}
.section-flow ol {
  margin-top: 32px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.section-flow ol::after {
  content: "";
  position: absolute;
  left: 95px;
  top: -34px;
  width: 3px;
  transform: translateX(-50%);
  background-color: #87000F;
  z-index: -1;
  height: 0px;
}
.section-flow ol li {
  opacity: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-flow ol .num {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px #061E4E;
  color: #061E4E;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 9rem;
}
.section-flow ol .content-gr {
  padding-left: 32px;
  width: calc(100% - 190px);
}
.section-flow ol .content-gr h3 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #061E4E;
  margin-bottom: 24px;
}
.section-flow ol .content-gr .desc {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.section-flow ol.visible::after {
  transition-delay: 2.5s;
  height: calc(100% + 68px);
  transition-duration: 2s;
}
.section-flow ol.visible li {
  opacity: 1;
  transition-duration: 1s;
}
.section-flow ol.visible li:nth-of-type(2) {
  transition-delay: 0.5s;
}
.section-flow ol.visible li:nth-of-type(3) {
  transition-delay: 1s;
}
.section-flow ol.visible li:nth-of-type(4) {
  transition-delay: 1.5s;
}
.section-flow ol.visible li:nth-of-type(5) {
  transition-delay: 2s;
}

.section-faq {
  padding: 120px 0;
}
.section-faq .heading-group {
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
  position: relative;
}
.section-faq .heading-group::after {
  position: absolute;
  font-size: 19rem;
  font-weight: 100;
  color: #717171;
  opacity: 0.2;
  left: 0;
  top: -120px;
  letter-spacing: -0.02em;
  pointer-events: none;
  content: "Faq";
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.section-faq .heading-group .main-copy {
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  color: #000000;
}
.section-faq .faqs .gr {
  opacity: 0;
}
.section-faq .faqs .gr .c-heading {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
}
.section-faq .faqs .gr dl dt {
  position: relative;
  padding-top: 48px;
  padding-bottom: 16px;
  border-bottom: solid 1px #ccc;
}
.section-faq .faqs .gr dl dt span {
  display: block;
  color: #87000F;
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.section-faq .faqs .gr dl dd {
  position: relative;
  padding-top: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
.section-faq .faqs .gr dl dd span {
  display: block;
  padding-left: 16px;
}
.section-faq .faqs .gr.visible {
  opacity: 1;
  transition-duration: 1s;
}

.section-entry {
  text-align: left;
  font-size: 1.6rem;
  padding-bottom: 120px;
}
.section-entry .heading-group {
  margin-bottom: 48px;
  text-align: center;
}
.section-entry .heading-group span {
  display: inline-block;
  padding: 8px 64px;
  border-radius: 50px;
  font-size: 2.8rem;
  letter-spacing: 0.13em;
  color: #061E4E;
  border: solid 1px #061E4E;
}
.section-entry .heading-group .main-copy {
  margin-top: 24px;
  font-size: 4rem;
  color: #000;
}
.section-entry .wide-image {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 200px;
  width: 100%;
}
.section-entry .wide-image img {
  width: 100%;
  height: 102%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.08);
}
.section-entry .wide-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #061E4E;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.section-entry .wide-image .copy {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.section-entry table {
  width: 100%;
}
.section-entry table tr {
  border-bottom: solid 1px #ddd;
}
.section-entry table tr th {
  padding: 40px 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-entry table tr th span {
  margin-left: 16px;
  color: #A83531;
  font-size: 1.4rem;
  line-height: 1;
  border: #A83531 solid 1px;
  display: inline-block;
  padding: 4px 8px;
}
.section-entry table tr td {
  padding: 40px 0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.section-entry table tr td input[type=text], .section-entry table tr td input[type=email], .section-entry table tr td input[type=tel], .section-entry table tr td textarea {
  background-color: rgb(234, 234, 234);
  border: solid 1px #9f9f9f;
  border: none;
  padding: 16px;
  color: #000;
  border-radius: 0px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.section-entry table tr td input[type=text]::-moz-placeholder, .section-entry table tr td input[type=email]::-moz-placeholder, .section-entry table tr td input[type=tel]::-moz-placeholder, .section-entry table tr td textarea::-moz-placeholder {
  color: #818181;
}
.section-entry table tr td input[type=text]::placeholder, .section-entry table tr td input[type=email]::placeholder, .section-entry table tr td input[type=tel]::placeholder, .section-entry table tr td textarea::placeholder {
  color: #818181;
}
.section-entry table tr td.radio label {
  display: block;
}
.section-entry table tr td.radio input[type=radio] {
  font-size: 1.4rem;
}
.section-entry table tr td.radio .wpcf7-list-item-label {
  font-size: 1.6rem;
}
.section-entry table tr td.radio .wpcf7-list-item {
  margin-left: 0;
  margin-right: 16px;
}
.section-entry table tr td.radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 0.2s;
}
.section-entry table tr td.radio input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #A83531; /* 選択された時の内側の円 */
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}
.section-entry table tr td input[name=your-name],
.section-entry table tr td input[name=your-kana] {
  width: 60%;
}
.section-entry table tr td input[name=your-company] {
  width: 70%;
}
.section-entry table tr td input[name=your-department],
.section-entry table tr td input[name=your-email],
.section-entry table tr td input[name=your-tel],
.section-entry table tr td input[name=your-fax] {
  width: 40%;
}
.section-entry table tr td input[name=your-location] {
  width: 100%;
}
.section-entry table tr td input[type=file] {
  font-size: 1.7rem;
}
.section-entry table tr td textarea {
  width: 100%;
  height: 300px;
}
.section-entry .submit {
  margin-top: 40px;
  text-align: center;
}
.section-entry .submit input {
  border-radius: 50px;
  background-color: #061E4E;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 16px;
  width: 400px;
  letter-spacing: 0.1em;
}
.section-entry .submit .wpcf7-spinner {
  display: block;
}
.section-entry .privacy {
  text-align: center;
  margin-bottom: 80px;
}
.section-entry .privacy a {
  color: #802B2B;
  border-bottom: solid 1px #802B2B;
}

@media screen and (max-width: 750px) {
  /*
  ==================
  ヘッダー
  ==================
  */
  .recruit-header {
    height: 56px;
  }
  .recruit-header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .recruit-header__inner .lr .left .logo {
    width: 160px;
  }
  .recruit-header__inner .lr .right {
    display: none;
  }
  .recruit-header__inner .lr .right nav ul {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 16px;
  }
  .recruit-header__inner .lr .right nav ul li a {
    font-size: 1.4rem;
    font-weight: 600;
    color: #061E4E;
  }
  .recruit-header__inner .lr .right .btn {
    margin-left: 32px;
  }
  .recruit-header__inner .lr .right .btn a {
    width: 180px;
    border-radius: 50px;
    border-color: #fff;
    border: solid 2.2px #061E4E;
    text-align: center;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .recruit-header__inner .lr .right .btn a i {
    transform: translateY(2.2px);
    width: 24px;
    display: inline-block;
  }
  .recruit-header__inner .lr .right .btn a span {
    margin-left: 16px;
    display: block;
    font-size: 2.2rem;
    color: #061E4E;
  }
  .recruit-header__inner .lr .sp-btn {
    margin-left: 0;
  }
  .recruit-header__inner .lr .sp-btn a {
    width: 100px;
    border-radius: 50px;
    border-color: #fff;
    border: solid 2.2px #061E4E;
    text-align: center;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .recruit-header__inner .lr .sp-btn a i {
    transform: translateY(2.2px);
    width: 14px;
    display: inline-block;
  }
  .recruit-header__inner .lr .sp-btn a span {
    margin-left: 4px;
    display: block;
    font-size: 1.4rem;
    color: #061E4E;
  }
  /*
  ==================
  ヒーローエリア
  ==================
  */
  .hero {
    margin-top: 56px;
    position: relative;
    width: 100vw;
    height: 53vw;
    /* アスペクト比固定 */
    min-height: initial;
  }
  /* innerはheight確保のため */
  .hero-inner {
    padding-bottom: 24px;
  }
  /* コンテンツ幅制限用 */
  .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  /* キャッチコピー */
  .hero-copy {
    font-size: 5vw;
    left: 16px;
    top: 52%;
  }
  /*
  ==================
  フジケミの"カルチャー
  ==================
  */
  .section-culture {
    padding-bottom: 40px;
  }
  .section-culture .container {
    border-radius: 0 0 100px 0;
    padding: 72px 0 80px;
    background-image: url("../img/recruit/back-culture-sp.jpg");
  }
  .section-culture .container .heading-group {
    margin-bottom: 28px;
  }
  .section-culture .container .heading-group::after {
    font-size: 9rem;
    top: -56px;
  }
  .section-culture .container .heading-group .sub-copy {
    font-size: 2.4rem;
  }
  .section-culture .container .heading-group .main-copy {
    font-size: 3.2rem;
  }
  .section-culture .container .desc {
    line-height: 2;
    margin-bottom: 16px;
  }
  /*
  ==================
  事業内容を知る
  ==================
  */
  .section-business {
    padding: 80px 0 0;
  }
  .section-business .container .business-text {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .section-business .container .business-text .heading-group {
    margin-bottom: 28px;
  }
  .section-business .container .business-text .heading-group::after {
    font-size: 9rem;
    right: initial;
    left: 0;
    top: -56px;
  }
  .section-business .container .business-text .heading-group .main-copy {
    font-size: 3.2rem;
  }
  .section-business .container .business-text .business-images {
    position: initial;
    display: block;
    opacity: 1;
    transform: translateY(0%);
    width: 100%;
    z-index: 0;
    margin-bottom: 32px;
  }
  .section-business .container .business-text .business-images .image {
    width: 80%;
  }
  .section-business .container .business-text .business-images .image:nth-of-type(1) {
    margin-left: 0;
    margin-right: auto;
  }
  .section-business .container .business-text .business-images .image:nth-of-type(2) {
    margin-top: 12px;
    margin-left: auto;
    margin-right: 0;
  }
  .section-business .container .business-text .lead-copy {
    margin-bottom: 16px;
    text-align: left;
    font-size: 2.4rem;
    padding-bottom: 0;
    padding-left: 0;
  }
  .section-business .container .business-text .desc {
    line-height: 2;
    margin-bottom: 16px;
    width: 100%;
    transform: translateY(50px);
  }
  .section-business .container .business-text .desc:last-of-type {
    margin-bottom: 0;
  }
  .section-business .container .business-images {
    display: none;
  }
  .section-business .container.visible .business-text .heading-group {
    opacity: 1;
    transition-duration: 1s;
  }
  .section-business .container.visible .business-text .heading-group::after {
    opacity: 0.2;
    transition-duration: 1s;
  }
  .section-business .container.visible .business-text .lead-copy {
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 1s;
    transition-delay: 1s;
  }
  .section-business .container.visible .business-text .desc {
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 1s;
    transition-delay: 1.5s;
  }
  .section-business .container.visible .business-text .desc:nth-of-type(2) {
    transition-delay: 2s;
  }
  .section-business .container.visible .business-text .desc:last-of-type {
    margin-bottom: 0;
    transition-delay: 2.5s;
  }
  .section-business .container.visible .business-images .image:nth-of-type(1) {
    position: relative;
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 0.75s;
    z-index: 2;
  }
  .section-business .container.visible .business-images .image:nth-of-type(2) {
    position: relative;
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 1s;
    z-index: 0;
  }
  /*
  ==================
  数字で見る
  ==================
  */
  .section-numbers {
    padding: 40px 0px;
  }
  .section-numbers .container {
    border-radius: 100px 0 0 0;
    padding: 80px 0 100px;
    background-image: url("../img/recruit/back-culture-sp.jpg");
  }
  .section-numbers .container .heading-group {
    margin-bottom: 28px;
  }
  .section-numbers .container .heading-group::after {
    font-size: 9rem;
    right: initial;
    left: 0;
    top: -56px;
  }
  .section-numbers .container .heading-group .main-copy {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .section-numbers .container .desc {
    line-height: 2;
    margin-bottom: 16px;
  }
  .section-numbers .numbers-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 0;
    z-index: 2;
  }
  .section-numbers .numbers-grid .number-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-numbers .numbers-grid .number-card h3 {
    font-size: 1.7rem;
  }
  .section-numbers .numbers-grid .number-card .c-heading {
    display: block;
    font-size: 1.7rem;
    text-align: center;
  }
  .section-numbers .numbers-grid .number-card p {
    font-size: 1.7rem;
  }
  .section-numbers .numbers-grid .number-card.over .content .item:nth-of-type(1) p {
    font-size: 1.25rem;
  }
  .section-numbers .numbers-grid .number-card.over .content .item:nth-of-type(2) {
    width: 48.75%;
  }
  .section-numbers .numbers-grid .number-card.over .content .item:nth-of-type(2) p {
    font-size: 1.4rem;
  }
  .section-numbers .numbers-grid .number-card.over .content .item:nth-of-type(2) p span {
    font-size: 300%;
  }
  /*
  ==================
  ギャラリー
  ==================
  */
  .gal {
    padding: 0px 0 40px;
  }
  .gal-track {
    width: 1232px; /* 画像幅×枚数 + 間隔 */
  }
  .gal-inner {
    flex: 0 0 140px; /* 画像1枚分の横幅 */
    margin-right: 8px;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1264px); /* 4枚分左に動かす */
    }
  }
  /*
  ==================
  ユニークな福利厚生を知る
  ==================
  */
  .section-benefits {
    padding: 40px 0;
  }
  .section-benefits .heading-group {
    margin-bottom: 28px;
  }
  .section-benefits .heading-group::after {
    font-size: 9rem;
    right: initial;
    left: 0;
    top: -56px;
  }
  .section-benefits .heading-group .main-copy {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .section-benefits .benefits-grid {
    gap: 24px 16px;
    justify-content: center;
  }
  .section-benefits .benefits-grid .benefit-card {
    width: 45.75%;
  }
  .section-benefits .benefits-grid .benefit-card h3 {
    margin-top: 8px;
    font-size: 1.6rem;
  }
  .section-benefits .benefits-grid .benefit-card .desc {
    margin-top: 4px;
    font-size: 1.275rem;
  }
  /*
  ==================
  スタッフインタビュー
  ==================
  */
  .section-interview {
    padding: 80px 0px 40px;
    background-color: rgba(6, 30, 78, 0.04);
    /* ポップアップスタイル */
  }
  .section-interview .heading-group {
    margin-bottom: 28px;
  }
  .section-interview .heading-group .main-copy {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .section-interview .heading-group .main-copy::after {
    font-size: 9rem;
    right: initial;
    left: 0;
    top: -56px;
  }
  .section-interview .interview-grid {
    display: flex;
    gap: 24px 0;
  }
  .section-interview .interview-grid .interview-card {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
  .section-interview .interview-grid .interview-info .position {
    margin-top: 12px;
    font-size: 1.3rem;
  }
  .section-interview .interview-grid .interview-info .name {
    font-size: 2rem;
  }
  .section-interview .interview-grid .interview-info .joined {
    font-size: 1.3rem;
  }
  .section-interview .popup-container {
    max-height: calc(100vh - 80px);
    padding: 40px 24px;
    width: calc(100% - 32px);
  }
  .section-interview .popup-container .upper {
    padding-top: 56px;
  }
  .section-interview .popup-container .upper .info {
    width: 60%;
  }
  .section-interview .popup-container .upper .info .position {
    font-size: 1.8rem;
  }
  .section-interview .popup-container .upper .info .lower .name {
    font-size: 2.2rem;
  }
  .section-interview .popup-container .upper .info .lower .joined {
    margin-left: 12px;
    font-size: 1.4rem;
  }
  .section-interview .popup-container .upper .box {
    margin-top: 16px;
    padding: 20px 16px;
    border-radius: 20px 0 0 0;
  }
  .section-interview .popup-container .upper .box .content-gr h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
    width: 100%;
  }
  .section-interview .popup-container .upper .box .content-gr .desc {
    width: 100%;
    font-size: 1.3rem;
  }
  .section-interview .popup-container .upper .box .content-gr .image {
    right: -8px;
    bottom: initial;
    top: -113px;
    width: 38%;
    border-radius: 10px;
  }
  .section-interview .popup-container .upper .schedule {
    border-radius: 0 0 50px 0;
    padding-bottom: 16px;
  }
  .section-interview .popup-container .upper .schedule .heading-bar {
    padding: 8px 16px;
    font-size: 1.7rem;
  }
  .section-interview .popup-container .upper .schedule .items {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 0;
  }
  .section-interview .popup-container .upper .schedule .items .item {
    border-radius: 0 15px 0 0;
    padding: 16px 16px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
  .section-interview .popup-container .upper .schedule .items .item .time {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .section-interview .popup-container .upper .schedule .items .item .what {
    font-size: 1.4rem;
  }
  .section-interview .popup-container .upper .schedule .caution {
    margin-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.2rem;
    text-align: center;
  }
  .section-interview .popup-container .upper .qa {
    margin-top: 24px;
    gap: 24px;
  }
  .section-interview .popup-container .upper .qa dl {
    width: 100%;
    border-radius: 0 30px 0 0;
    padding: 24px 16px;
  }
  .section-interview .popup-container .upper .qa dl dt {
    font-size: 1.6rem;
  }
  .section-interview .popup-container .upper .qa dl dd {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .section-interview .popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    font-weight: 100;
    border: none;
    font-size: 4rem;
    cursor: pointer;
    color: #333;
  }
  /*
  ==================
  キャリアイメージ
  ==================
  */
  .section-career {
    padding: 40px 0;
  }
  .section-career .title {
    text-align: left;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .section-career .title span {
    margin-left: 8px;
    font-size: 2rem;
  }
  .section-career .career-note {
    margin-bottom: 24px;
    margin-top: 24px;
    font-size: 1.3rem;
  }
  .section-career .career-types .career-type {
    margin-top: 32px;
  }
  .section-career .career-types .career-type h3 {
    margin-bottom: 20px;
    padding-left: 18px;
    font-size: 1.8rem;
  }
  .section-career .career-types .career-type h3::before {
    width: 7px;
    height: 7px;
  }
  .section-career .career-types .career-type .steps {
    padding: 24px 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 32px 0;
  }
  .section-career .career-types .career-type .steps > li {
    width: 100%;
  }
  .section-career .career-types .career-type .steps > li .icon {
    height: 56px;
    width: 56px;
  }
  .section-career .career-types .career-type .steps > li .heading-gr {
    padding: 7px 8px;
  }
  .section-career .career-types .career-type .steps > li .heading-gr h4 {
    font-size: 1.6rem;
  }
  .section-career .career-types .career-type .steps > li .heading-gr p {
    font-size: 1.3rem;
  }
  .section-career .career-types .career-type .steps > li .step-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .section-career .career-types .career-type .steps > li .content {
    margin-top: 4px;
    padding: 24px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
  }
  .section-career .career-types .career-type .steps > li .content ul li {
    font-size: 1.4rem;
    position: relative;
    padding: 8px 0 8px 15px;
    border-bottom: solid #87000F 1px;
  }
  .section-career .career-types .career-type .steps > li .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    background-color: #000;
    width: 4px;
    height: 4px;
    border-radius: 50%;
  }
  .section-career .career-types .career-type .steps > li .can {
    border: solid 1px #87000F;
    padding: 32px 16px;
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .section-career .career-types .career-type .steps > li .can ul > li {
    font-size: 1.2rem;
    position: relative;
    padding: 6px 0px 6px 8px;
    border-bottom: solid #ddd 1px;
  }
  .section-career .career-types .career-type .steps > li .can ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #87000F;
    width: 2.4px;
    height: 2.4px;
    border-radius: 50%;
  }
  .section-career .career-types .career-type .steps > li::after {
    right: 50%;
    top: initial;
    bottom: -28px;
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #87000F transparent transparent transparent;
  }
  .section-career .career-figure {
    margin-top: 24px;
  }
  /*
  ==================
  職場の風景
  ==================
  */
  .section-workplace {
    padding: 56px 0 0;
  }
  .section-workplace .heading-group {
    margin-bottom: 28px;
  }
  .section-workplace .heading-group .main-copy {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .section-workplace .heading-group::after {
    font-size: 6rem;
    right: initial;
    left: 0;
    top: -40px;
  }
  .section-workplace .workplace-block {
    margin-bottom: 32px;
  }
  .section-workplace .block-title {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .section-workplace .workplace-items {
    display: flex;
    gap: 8px 2%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-workplace .workplace-item {
    text-align: center;
    width: 48.75%;
  }
  .section-workplace .workplace-item h4 {
    font-size: 1.4rem;
    margin: 0.5em 0 0.3em;
  }
  .section-workplace .workplace-item .image {
    margin-bottom: 8px;
    border-radius: 10px;
  }
  .section-workplace .workplace-item p {
    font-size: 1.25rem;
    text-align: left;
  }
  /*
  ==================
  募集要項(本社& 工場両方)
  ==================
  */
  .section-requirements {
    padding: 64px 0 40px;
  }
  .section-requirements .heading-group {
    margin-bottom: 28px;
  }
  .section-requirements .heading-group .main-copy {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .section-requirements .heading-group .main-copy::after {
    font-size: 6rem;
    right: initial;
    left: 0;
    top: -40px;
  }
  .section-requirements .tab-gr .tabs .tab-button {
    font-size: 1.3rem;
    padding: 12px 8px;
  }
  .section-requirements .tab-gr .tabs .tab-button.active::after {
    bottom: -10px;
    border-width: 10px 8px 0 8px;
  }
  .section-requirements .tab-gr .tabs--3 .tab-button {
    width: 32%;
  }
  .section-requirements .tab-gr .tab-content {
    margin-top: 16px;
    padding: 24px 16px;
  }
  .section-requirements .tab-gr .tab-content .nomore {
    font-size: 1.5rem;
  }
  .section-requirements .tab-gr .tab-content table tr th {
    display: block;
    width: 100%;
    padding: 16px 8px 0;
    font-size: 1.4rem;
  }
  .section-requirements .tab-gr .tab-content table tr td {
    display: block;
    width: 100%;
    padding: 8px 8px 16px;
    font-size: 1.4rem;
  }
  .section-flow {
    padding: 100px 0 80px;
    border-radius: 0 0 100px 0;
  }
  .section-flow .heading-group {
    margin-bottom: 28px;
  }
  .section-flow .heading-group .main-copy {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .section-flow .heading-group::after {
    font-size: 9rem;
    right: initial;
    left: 0;
    top: -64px;
  }
  .section-flow ol {
    margin-top: 32px;
    gap: 40px;
  }
  .section-flow ol::after {
    left: 40px;
    top: -17px;
    width: 2px;
    height: 9;
  }
  .section-flow ol .num {
    width: 80px;
    height: 80px;
    border: solid 2px #061E4E;
    font-size: 4.2rem;
  }
  .section-flow ol .content-gr {
    padding-left: 24px;
    width: calc(100% - 80px);
  }
  .section-flow ol .content-gr h3 {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .section-flow ol .content-gr .desc {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .section-flow ol.visible::after {
    height: calc(100% + 34px);
  }
  .section-faq {
    padding: 80px 0;
  }
  .section-faq .heading-group {
    margin-bottom: 28px;
  }
  .section-faq .heading-group .main-copy {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .section-faq .heading-group::after {
    font-size: 9rem;
    right: initial;
    left: 0;
    top: -64px;
  }
  .section-faq .faqs .gr .c-heading {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 1.7rem;
  }
  .section-faq .faqs .gr dl dt {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .section-faq .faqs .gr dl dt::before {
    top: 18px;
    font-size: 3.2rem;
  }
  .section-faq .faqs .gr dl dt span {
    padding-left: 0px;
    font-size: 1.8rem;
  }
  .section-faq .faqs .gr dl dd {
    position: relative;
    padding-top: 12px;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .section-faq .faqs .gr dl dd::before {
    left: 4px;
    top: 10px;
    font-size: 3.2rem;
  }
  .section-faq .faqs .gr dl dd span {
    display: block;
    padding-left: 12px;
  }
  .section-entry {
    font-size: 1.4rem;
    padding-bottom: 0px;
  }
  .section-entry .heading-group {
    margin-bottom: 24px;
  }
  .section-entry .heading-group span {
    padding: 4px 32px;
    font-size: 1.7rem;
  }
  .section-entry .heading-group .main-copy {
    margin-top: 12px;
    font-size: 2.4rem;
  }
  .section-entry .wide-image {
    margin-bottom: 24px;
  }
  .section-entry .wide-image img {
    transform: scale(1.2);
  }
  .section-entry .wide-image .copy {
    font-size: 4rem;
  }
  .section-entry .cf7 {
    font-size: 1.4rem;
  }
  .section-entry .cf7 table {
    width: 100%;
  }
  .section-entry .cf7 table tbody {
    display: block;
    width: 100%;
  }
  .section-entry .cf7 table tr {
    display: block;
    width: 100%;
  }
  .section-entry .cf7 table tr th {
    padding-top: 24px;
    padding-bottom: 12px;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .section-entry .cf7 table tr th span {
    margin-left: 16px;
    font-size: 1.25rem;
    padding: 4px 4px;
  }
  .section-entry .cf7 table tr td {
    padding-top: 0;
    padding-bottom: 24px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    /* ラベル全体をボタン風に */
    /* ファイル名表示用 */
  }
  .section-entry .cf7 table tr td input[type=text], .section-entry .cf7 table tr td input[type=email], .section-entry .cf7 table tr td input[type=tel], .section-entry .cf7 table tr td textarea {
    padding: 8px;
    font-size: 1.4rem;
  }
  .section-entry .cf7 table tr td.radio input[type=radio] {
    font-size: 1.4rem;
  }
  .section-entry .cf7 table tr td.radio .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
  .section-entry .cf7 table tr td.radio .wpcf7-list-item {
    margin-bottom: 12px;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 8px;
  }
  .section-entry .cf7 table tr td.radio .wpcf7-list-item:last-of-type {
    margin-bottom: 0;
  }
  .section-entry .cf7 table tr td input[name=your-name],
  .section-entry .cf7 table tr td input[name=your-kana] {
    width: 80%;
  }
  .section-entry .cf7 table tr td input[name=your-company] {
    width: 90%;
  }
  .section-entry .cf7 table tr td input[name=your-department],
  .section-entry .cf7 table tr td input[name=your-email],
  .section-entry .cf7 table tr td input[name=your-tel],
  .section-entry .cf7 table tr td input[name=your-fax] {
    width: 80%;
  }
  .section-entry .cf7 table tr td input[name=your-location] {
    width: 100%;
  }
  .section-entry .cf7 table tr td textarea {
    width: 100%;
    height: 200px;
  }
  .section-entry .cf7 table tr td .custom-file-label {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    background-color: #007BFF;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .section-entry .cf7 table tr td .custom-file-label:hover {
    background-color: #0056b3;
  }
  .section-entry .cf7 table tr td .custom-file-label .filename {
    z-index: 1;
    position: relative;
  }
  .section-entry .cf7 table tr.submit {
    margin-top: 24px;
  }
  .section-entry .cf7 table tr.submit td {
    border-bottom: none;
    padding: 0;
  }
  .section-entry .cf7 table tr.submit td input {
    width: 90%;
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .section-entry .submit {
    margin-top: 24px;
  }
  .section-entry .submit input {
    font-size: 1.5rem;
    padding: 12px 16px;
    width: 90%;
  }
  .section-entry .privacy {
    text-align: center;
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=recruitpage.css.map */