.p-desc {
  font-size: 20px;
  line-height: 1.9;
  margin: 0; }
  .p-desc.-bg {
    background-color: #f9f9f9;
    padding: 32px 24px; }

.p-section-block {
  display: flex;
  flex-direction: column;
  gap: 64px; }

.p-section-item {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  .p-section-item > .p-job-detail__section-title {
    margin-bottom: 0; }
  .p-section-item > .p-job-detail__list {
    margin-top: 0; }
  .p-section-item > .p-desc {
    margin-top: 0; }

main .p-value__list, main .p-suitable__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif; }

header {
  padding: 4px 16px 4px 4px;
  box-sizing: border-box;
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  height: 57px;
  border-bottom: 4px solid #0066cc;
  position: relative; }
  header img {
    width: auto;
    height: 100%; }

main {
  overflow-x: hidden;
  line-height: normal;
  background-color: #ffffff; }
  main .p-hero {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 48px 0;
    position: relative;
    background-image: url("../../img/obayashi/fv_img_men_pc.png"), url("../../img/obayashi/clip.png"), url("../../img/obayashi/background.png");
    background-size: auto 100%, auto 125%, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right -360px top 80px, left -560px center, center; }
    main .p-hero__inner {
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 24px;
      padding: 0 24px; }
    main .p-hero__content {
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 24px;
      align-items: flex-start;
      width: 100%; }
    main .p-hero__catch {
      align-self: center;
      width: fit-content;
      font-size: 24px;
      text-align: left;
      font-weight: bold;
      color: #ffffff;
      padding: 8px 16px;
      background-color: #0a4086;
      word-break: keep-all; }
      main .p-hero__catch span {
        color: #ffe600; }
    main .p-hero__lead {
      font-size: 30px;
      font-weight: bold;
      color: #ffffff;
      word-break: keep-all; }
    main .p-hero__title {
      font-size: 30px;
      font-weight: bold;
      color: #ffe600;
      display: flex;
      flex-direction: column;
      justify-self: start;
      gap: 8px; }
    main .p-hero__title-tag.-company {
      width: fit-content;
      padding: 8px 16px;
      font-size: 64px;
      font-weight: 900;
      color: #0a4086;
      background-color: #ffe600; }
    main .p-hero__title-tag.-category {
      font-size: 48px;
      color: #ffffff; }
    main .p-hero__cta {
      width: 100%;
      box-sizing: border-box;
      margin-top: auto;
      color: #ffffff !important;
      text-decoration: none;
      font-size: 24px;
      font-weight: bold;
      background-color: #ff3500;
      padding: 32px 16px;
      border: 1px solid #ffffff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      word-break: keep-all; }
      main .p-hero__cta .fa {
        font-size: 20px; }
      main .p-hero__cta .fa-search {
        font-size: 30px;
        transform: scaleX(-1); }
  main .p-intro {
    height: 400px;
    position: relative;
    z-index: 1;
    margin-top: -10px;
    background-image: url("../../img/obayashi/sp/background_dot.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 64px; }
    main .p-intro__name {
      font-size: 64px; }
    main .p-intro__lead {
      margin-top: 24px;
      margin-bottom: 64px;
      text-align: center;
      width: 300px;
      font-size: 20px;
      font-weight: bold;
      word-break: auto-phrase; }
  main .p-features {
    height: 1100px;
    position: relative;
    z-index: 2;
    background-color: #eaf3ff; }
    main .p-features__list {
      display: grid;
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 16px;
      top: -200px;
      position: relative; }
    main .p-features__item {
      width: 90%;
      box-sizing: border-box;
      background-color: #ffffff;
      box-shadow: 0px 4px 8px 0px rgba(94, 94, 94, 0.25);
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      main .p-features__item img {
        width: 100%;
        height: 130px;
        object-fit: cover;
        object-position: bottom; }
      main .p-features__item h3 {
        color: #0a4086;
        font-size: 30px;
        font-weight: bold; }
      main .p-features__item p {
        font-size: 16px;
        font-weight: 500;
        line-height: 32px; }
  main .p-recruitment {
    background-color: #ffffff;
    padding: 80px 24px 48px; }
    main .p-recruitment__header {
      max-width: 800px;
      margin: 0 auto;
      text-align: center; }
    main .p-recruitment__title {
      font-size: 36px;
      font-weight: bold;
      color: #0a4086; }
    main .p-recruitment__lead {
      margin-top: 32px;
      font-size: 24px;
      text-align: left; }
    main .p-recruitment__card {
      background-color: #ffffff;
      border: 3px solid #0a4086;
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
      margin: 56px auto 0;
      padding: 40px clamp(12px, 3vw, 24px);
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      box-sizing: border-box; }
    main .p-recruitment__badge {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      white-space: nowrap;
      background-color: #0a4086;
      color: #ffffff;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      padding: 12px 40px;
      letter-spacing: 0.12em; }
    main .p-recruitment__img {
      width: 100%;
      height: 139px;
      object-fit: cover;
      display: block; }
    main .p-recruitment__card-title-wrap {
      margin: 16px 0 24px; }
      main .p-recruitment__card-title-wrap p {
        font-size: 20px;
        margin-top: 16px;
        font-weight: bold;
        color: #ffffff;
        background-color: #0a4086;
        padding: 12px 8px;
        text-align: center; }
    main .p-recruitment__card-title {
      color: #0a4086;
      font-size: 24px;
      font-weight: bold; }
    main .p-recruitment__tags {
      list-style: none;
      padding: 4px 0 20px;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      main .p-recruitment__tags li {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.5;
        display: flex;
        align-items: center;
        gap: 8px; }
        main .p-recruitment__tags li img {
          width: 28px;
          height: 28px;
          flex-shrink: 0; }
        main .p-recruitment__tags li strong {
          font-weight: bold; }
    main .p-recruitment__cta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      background-color: #ff4500;
      color: #ffffff !important;
      font-size: 20px;
      font-weight: bold;
      padding: 18px 16px;
      text-decoration: none;
      letter-spacing: 0.05em;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
      main .p-recruitment__cta .fa-play {
        font-size: 13px; }
  main .p-job-detail {
    margin-top: 64px;
    width: 100%;
    padding: 0 24px 48px;
    box-sizing: border-box;
    background-color: #ffffff; }
    main .p-job-detail__header {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    main .p-job-detail__type {
      display: block;
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.15em;
      background-color: #0a4086;
      padding: 16px; }
    main .p-job-detail__title {
      color: #0a4086;
      font-size: 36px;
      font-weight: bold;
      margin: 0;
      line-height: 1.6;
      word-break: auto-phrase; }
    main .p-job-detail__subtitle {
      font-size: 24px;
      margin: 0;
      opacity: 0.9; }
    main .p-job-detail__body {
      margin-top: 48px;
      background-color: #ffffff; }
    main .p-job-detail__section-title {
      font-size: 30px;
      font-weight: bold;
      color: #0a4086;
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 24px; }
      main .p-job-detail__section-title .fa-square {
        font-size: 14px;
        color: #0a4086; }
    main .p-job-detail__list {
      list-style: none;
      padding: 0;
      margin-top: 24px;
      display: flex;
      flex-direction: column;
      gap: 8px; }
      main .p-job-detail__list li {
        font-size: 20px;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        line-height: 1.6; }
        main .p-job-detail__list li img {
          width: 32px;
          height: 32px;
          flex-shrink: 0;
          margin-top: 2px; }
  main .p-value__heading {
    font-size: 28px;
    font-weight: bold;
    color: #0a4086;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px; }
    main .p-value__heading .fa-circle {
      font-size: 22px; }
  main .p-value__item {
    background-color: #f9f9f9;
    overflow: hidden; }
  main .p-value__point {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    padding: 8px 9px; }
    main .p-value__point::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: #ffd720;
      clip-path: polygon(0 0, 100% 0, 0 100%); }
  main .p-value__point-label {
    position: relative;
    z-index: 1;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.1em; }
  main .p-value__point-num {
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: bold;
    color: #0a4086;
    align-self: flex-end;
    line-height: 1;
    margin-top: -4px;
    margin-right: 16px; }
  main .p-value__item-body {
    padding: 0 20px 48px; }
  main .p-value__item-title {
    font-size: 24px;
    font-weight: bold;
    color: #0a4086;
    margin: 0 0 12px; }
  main .p-value__item-desc {
    font-size: 18px;
    line-height: 1.8;
    margin: 0; }
  main .p-suitable__heading {
    font-size: 28px;
    font-weight: bold;
    color: #0a4086;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px; }
    main .p-suitable__heading .fa-circle {
      font-size: 22px; }
  main .p-suitable__item {
    background-color: #ffffff;
    border: 3px solid #0a4086;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    box-sizing: border-box; }
  main .p-suitable__icon {
    font-size: 90px;
    color: #0a4086; }
  main .p-suitable__item-title {
    font-size: 20px;
    font-weight: bold; }
  main .p-suitable__item-desc {
    font-size: 20px;
    line-height: 30px;
    margin: 0; }
  main .p-location__group {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  main .p-location__cols {
    display: flex;
    flex-direction: column;
    gap: 32px; }
  main .p-location__col {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  main .p-location__badge {
    display: inline-block;
    align-self: flex-start;
    width: fit-content;
    background-color: #0a4086;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 16px 32px;
    border-radius: 100px; }
  main .p-faq {
    padding: 48px 24px; }
    main .p-faq__title {
      font-size: 36px;
      font-weight: bold;
      color: #0a4086; }
    main .p-faq__lead {
      font-size: 20px;
      margin-top: 16px;
      text-align: center; }
    main .p-faq__list {
      list-style: none;
      padding: 0;
      margin-top: 32px;
      display: flex;
      flex-direction: column;
      gap: 16px; }
    main .p-faq__details {
      border: 2px solid #0a4086;
      border-radius: 8px;
      overflow: hidden; }
    main .p-faq__question {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 20px 16px;
      cursor: pointer;
      list-style: none; }
      main .p-faq__question::-webkit-details-marker {
        display: none; }
    main .p-faq__icon {
      font-size: 28px;
      color: #0a4086;
      flex-shrink: 0; }
    main .p-faq__question-text {
      flex: 1;
      font-size: 20px;
      font-weight: bold;
      line-height: 30px; }
    main .p-faq__chevron {
      font-size: 18px;
      color: #0a4086;
      flex-shrink: 0;
      transform: rotate(180deg);
      transition: transform 0.3s ease; }
    main .p-faq__details[open] .p-faq__chevron {
      transform: rotate(0deg); }
    main .p-faq__answer {
      padding: 0 16px 20px;
      font-size: 18px;
      line-height: 1.8;
      margin: 0; }
  main .p-cta {
    background-image: url("../../img/obayashi/sp/background_dot.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    main .p-cta__title {
      font-size: 36px;
      font-weight: bold;
      color: #ffffff;
      margin: 0; }
    main .p-cta__lead {
      font-size: 20px;
      font-weight: bold;
      color: #ffffff;
      line-height: 1.5;
      margin-top: 24px; }
    main .p-cta__btn {
      margin-top: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      background-color: #ff3500;
      color: #ffffff !important;
      font-size: 24px;
      font-weight: bold;
      padding: 20px 32px;
      text-decoration: none;
      width: 100%;
      box-sizing: border-box;
      word-break: keep-all; }
      main .p-cta__btn .fa {
        font-size: 16px; }
      main .p-cta__btn .p-cta__search-icon {
        display: none; }
  main .p-tel img {
    width: 100%;
    display: block; }
  main .p-tel__label {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 16px; }
  main .p-tel__body {
    display: flex;
    align-items: center;
    gap: 16px; }
  main .p-tel__number {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap; }
    main .p-tel__number .fa {
      font-size: 24px; }
  main .p-tel__number-text {
    border-bottom: 2px solid #2b7de9;
    color: #2b7de9; }
  main .p-tel__btn {
    background-color: #2b7de9;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 16px 16px;
    text-decoration: none;
    white-space: nowrap; }

@media (min-width: 768px) {
  header {
    height: 72px;
    padding: 8px 24px 8px 8px; }
  main .p-hero {
    height: clamp(500px, 46vw, 660px);
    min-height: unset;
    align-items: start;
    justify-content: center;
    padding: 48px 64px;
    background-image: url("../../img/obayashi/fv_img_men_pc.png"), url("../../img/obayashi/clip.png"), url("../../img/obayashi/background_flip.png");
    background-size: auto 100%, auto 130%, cover;
    background-position: right 0px top 0px, left -15vw center, center center; }
    main .p-hero__content {
      flex: none; }
    main .p-hero__catch {
      align-self: start;
      font-size: clamp(24px, 2.8vw, 36px); }
    main .p-hero__lead {
      font-size: clamp(30px, 3.4vw, 44px); }
    main .p-hero__title {
      font-size: clamp(36px, 4vw, 52px);
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center; }
      main .p-hero__title > span:first-child {
        width: 100%; }
    main .p-hero__title-tag.-company {
      width: fit-content;
      padding: 8px 16px;
      font-size: clamp(76px, 9vw, 114px);
      font-weight: 900;
      color: #0a4086;
      background-color: #ffe600; }
    main .p-hero__title-tag.-category {
      font-size: clamp(56px, 6.5vw, 84px);
      color: #ffffff; }
    main .p-hero__cta {
      width: 316px;
      margin-top: 0; }
    main .p-hero::before {
      transform: rotate(180deg); }
  main .p-recruitment {
    padding: 80px 0 64px;
    display: grid;
    grid-template-columns: repeat(2, 400px);
    column-gap: 64px;
    justify-content: center; }
    main .p-recruitment__title {
      font-size: 48px; }
    main .p-recruitment__lead {
      font-size: 15px;
      text-align: center; }
    main .p-recruitment__header {
      grid-column: 1 / -1; }
    main .p-recruitment__card {
      width: 100%;
      max-width: 400px;
      margin: 56px 0 0; }
    main .p-recruitment__cta {
      margin-top: auto; }
    main .p-recruitment > .p-job-detail {
      grid-column: 1 / -1; }
  main .p-job-detail {
    margin: 64px auto 0;
    padding: 0 0 72px; }
    main .p-job-detail__header {
      align-items: center;
      text-align: center; }
    main .p-job-detail__type {
      align-self: center;
      display: inline-block;
      font-size: 24px;
      padding: 12px 48px; }
    main .p-job-detail__title {
      font-size: 24px;
      text-align: center; }
    main .p-job-detail__subtitle {
      font-size: 15px;
      text-align: center; }
    main .p-job-detail__section-title {
      justify-content: center;
      font-size: 24px; }
    main .p-job-detail__list {
      display: grid;
      grid-template-columns: repeat(2, auto);
      justify-content: space-between;
      gap: 12px 32px; }
      main .p-job-detail__list li {
        font-weight: bold; }
  main > .p-job-detail .p-section-item > .p-location__badge {
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  main > .p-job-detail .p-job-detail__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }
  main > .p-job-detail .p-desc {
    text-align: center; }
  main .p-job-detail__body > .p-section-item:first-child {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }
  main .p-desc {
    font-size: 16px; }
    main .p-desc.-bg {
      padding: 20px 24px; }
  main .p-value.p-section-item {
    width: 1040px;
    margin-left: calc((864px - 1040px) / 2); }
  main .p-value__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 320px);
    gap: 64px; }
  main .p-value__item {
    box-sizing: border-box; }
  main .p-value__point {
    width: 75px;
    height: 75px;
    padding: 8px 9px; }
  main .p-value__point-label {
    font-size: 11px; }
  main .p-value__point-num {
    font-size: 40px; }
  main .p-value__item-title {
    font-size: 24px;
    margin: 0 0 12px; }
  main .p-value__item-desc {
    font-size: 18px; }
  main .p-suitable.p-section-item {
    width: 1040px;
    margin-left: calc((864px - 1040px) / 2); }
  main .p-suitable__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 320px);
    gap: 64px; }
  main .p-suitable__item {
    aspect-ratio: unset;
    justify-content: flex-start;
    padding: 24px 16px;
    gap: 18px;
    box-sizing: border-box; }
  main .p-suitable__item-title {
    font-size: 20px; }
  main .p-suitable__item-desc {
    font-size: 20px;
    line-height: 30px; }
  main .p-location__group {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 16px;
    width: 285px; }
    main .p-location__group .p-desc {
      text-align: left; }
  main .p-location__cols {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 48px; }
  main .p-location__col {
    text-align: center; }
  main .p-location__badge {
    display: block;
    font-size: 24px;
    padding: 10px 24px;
    text-align: center;
    width: 100%;
    box-sizing: border-box; }
  main .p-cta {
    background-image: url("../../img/obayashi/pc/background_dot.png"); }
    main .p-cta__title {
      font-size: 36px; }
    main .p-cta__lead {
      font-size: 20px; }
    main .p-cta__btn {
      width: 546px;
      padding: 20px 48px; }
      main .p-cta__btn .p-cta__search-icon {
        display: inline;
        font-size: 30px;
        transform: scaleX(-1); }
  main .p-faq {
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 0; }
    main .p-faq__title {
      text-align: center; }
    main .p-faq__lead {
      font-size: 15px; }
  main .p-tel {
    display: none; }
  main .p-intro {
    height: 300px;
    position: relative;
    z-index: 1;
    margin-top: -10px;
    background-image: url("../../img/obayashi/pc/background_dot.png");
    background-size: cover;
    background-repeat: no-repeat; }
    main .p-intro__lead {
      width: 600px;
      font-size: 24px;
      font-weight: normal; }
  main .p-features {
    height: auto;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    main .p-features__list {
      grid-template-columns: repeat(3, 324px);
      top: -100px;
      padding: 0;
      gap: 48px;
      flex-shrink: 0; }
    main .p-features__item {
      width: 324px;
      height: 380px;
      gap: 12px; }
      main .p-features__item img {
        height: 120px; } }
