@charset "UTF-8";
/* ! ==================================================
Colors カラー
================================================== */
.c-color--primary {
  color: #e22424;
}
.c-color--secondary {
  color: #2d4186;
}
.c-color--text1 {
  color: #373737;
}
.c-color--text2 {
  color: #fff;
}
.c-color--background1 {
  color: #fff;
}
.c-color--backgroun2 {
  color: #373737;
}

.c-backgounrd--primary {
  background-color: #e22424;
}
.c-backgounrd--secondary {
  background-color: #2d4186;
}
.c-backgounrd--text1 {
  background-color: #373737;
}
.c-backgounrd--text2 {
  background-color: #fff;
}
.c-backgounrd--background1 {
  background-color: #fff;
}
.c-backgounrd--backgroun2 {
  background-color: #373737;
}

#bulk,
#person {
  --header-h: 87px;
  --block-pad: 100px;
  --max-container: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1110px) {
  #bulk,
  #person {
    --header-h: 81.7px;
  }
}
@media screen and (max-width: 768px) {
  #bulk,
  #person {
    --header-h: 60px;
    --block-pad: 60px;
  }
}
#bulk header,
#person header {
  min-height: var(--header-h);
}
#bulk main,
#person main {
  margin-top: 0 !important;
}
#bulk h2.title,
#person h2.title {
  text-align: center;
  margin-bottom: 40px;
}
#bulk h2.title .title-ja-sm,
#person h2.title .title-ja-sm {
  color: #FF8491;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  margin: 0 auto;
  line-height: 1.75;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #bulk h2.title .title-ja-sm,
  #person h2.title .title-ja-sm {
    font-size: 18px;
  }
}
#bulk h2.title .title-ja-sm::before,
#person h2.title .title-ja-sm::before {
  content: "";
  display: block;
  width: 120%;
  height: 37px;
  border-radius: 100%;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background: radial-gradient(var(--title-shadow), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
#bulk h2.title .title-ja,
#person h2.title .title-ja {
  font-weight: bold;
  font-size: 40px;
  font-weight: 600;
  color: #3f3f3f;
  display: block;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #bulk h2.title .title-ja,
  #person h2.title .title-ja {
    font-size: 30px;
  }
}
#bulk #careerup-page .careearup-contents03,
#person #careerup-page .careearup-contents03 {
  background-color: var(--bg);
}

.p-person-hero {
  background-color: #FFEFF0;
  padding: 30px 0 0;
}
.p-person-hero .contents {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-person-hero .contents {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .p-person-hero .contents {
    -ms-grid-columns: 1fr 16px 0.75fr;
    grid-template-columns: 1fr 0.75fr;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-person-hero .contents {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-person-hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-person-hero-content > picture, .p-person-hero-content > img {
  line-height: 0;
  vertical-align: bottom;
}
.p-person-hero-content h2 {
  margin: 0 24px 24px;
}
@media screen and (max-width: 768px) {
  .p-person-hero-content h2 {
    margin: 0 16px;
  }
}
.p-person-hero-form-head {
  --form-img-size: 120px;
  background-color: #FF8491;
  color: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
  padding: 16px;
}
@media screen and (max-width: 1000px) {
  .p-person-hero-form-head {
    --form-img-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-person-hero-form-head {
    padding: 8px 16px 4px;
    border-radius: 0;
  }
}
.p-person-hero-form-head h3 {
  text-align: center;
  padding: 0 var(--form-img-size);
}
.p-person-hero-form-head h3 img {
  max-width: calc(var(--form-img-size) * 1.66);
}
@media screen and (max-width: 768px) {
  .p-person-hero-form-head h3 img {
    max-width: 140px;
  }
}
.p-person-hero-form-head::before, .p-person-hero-form-head::after {
  content: "";
  width: var(--form-img-size);
  height: var(--form-img-size);
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.p-person-hero-form-head::before {
  background-image: url("../img/person/person-form1.png");
  left: 0;
}
.p-person-hero-form-head::after {
  background-image: url("../img/person/person-form2.png");
  right: 0;
}
.p-person-hero-form-body {
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .p-person-hero-form-body {
    border-radius: 0;
  }
}

#contact-page .contact-bg {
  background-color: transparent;
  padding: 0;
  width: 100%;
}
#contact-page .contact-bg .contact-contents {
  padding: 24px;
}
#contact-page .contact-bg .contact-contents form table {
  width: 100%;
}
#contact-page .contact-bg .contact-contents form table tr {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact-page .contact-bg .contact-contents form table tr th {
  margin: 0 0 8px 0;
  font-weight: bold;
  width: auto;
  display: block;
}
#contact-page .contact-bg .contact-contents form table tr th label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 8px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#contact-page .contact-bg .contact-contents form table tr th label .need {
  position: static;
  margin: 0;
}
#contact-page .contact-bg .contact-contents form table tr td {
  width: 100%;
}

.p-header-person {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: var(--header-h);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-header-person.p-header .logo {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-header-person.p-header .logo a {
    width: 130px;
  }
}