@charset "UTF-8";

/* ファーストビュー */
#area1 .section__inner__1__112 {
    margin-top: 133px;
    margin-bottom: 214px;
  }
  #area1 .title__jp {
    font-family: Noto_Sans_JP;
    font-size: 1.75rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 26px;
  }
  #area1 .title__main {
    font-family: Georgia;
    font-size: var(--fv-main-text);
    font-weight: 400;
    letter-spacing: -0.225rem;
    color: #333333;
    margin-bottom: 35px;
  }
  #area1 .title__sub {
    font-family: Noto_Sans_JP;
    font-size: var(--fv-sub-text);
    font-weight: bold;
    color: #333333;
  }
  
 /* PC-0014対応 ここから */
  /* #area1 .recruit-image {
    object-fit: cover;
    object-position: center center;
  } */
 /* PC-0014対応 ここまで */

  /* PC-0014対応 ここから */
  #area1 .section__inner__4 {
    padding-right: 0;
  }
  #area1 .recruit-image {
    height: 565px;
    object-fit: cover;
    object-position: center center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  @media (min-width: 1600px) {
    #area1 .section__inner__4 {
      padding-right: min(7.5%, 120px);
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px;
    }
    #area1 .recruit-image {
      border-radius: 10px;
    }
  }
  /* PC-0014対応 ここまで */

  /* セクション２ */
  :root {
    /* PC-0011対応 ここから */
    /* --heightOverlap: -200px; */
    --heightOverlap: -300px;
    /* PC-0011対応 ここから */

    /* SP-0030対応 ここから */
    /* --width-acordion-icon-line: 1px; */
    --width-acordion-icon-line: 2px;
    /* SP-0030対応 ここまで */

    --accordion-animation-duration: .3s
  }
  
  /* 上のセクションとの境界にまたがる画像 */
  #area2 .section__inner__4 {
    position: relative;
    padding-top: calc(565px + var(--heightOverlap));
    padding-right: 0;
  }
  #area2 .recruit-image {
    position: absolute;
    top: var(--heightOverlap);
  
    left: min(17.8125%, 285px);
    width: 82.1875%;
    height: 565px;
    object-fit: cover;
    object-position: center center;
  }
  @media (min-width: 1600px) {
    #area2 .section__inner__4 {
        padding-right: min(7.5%, 120px);
    }
    #area2 .recruit-image {
      width: calc(1315px - 7.5%);
    }
  }
  
  
  /* 画像下のメインのコンテンツ */
  #area2 .section__inner__3 {
    display: flex;
  }
  
  #area2 .section__inner__3 {
    display: flex;
    justify-content: space-between;
    margin-top: 76px;
    gap: 40px;
  }
  
  #area2 .container {
    max-width: 880px;
    width: calc(100% - 260px);
  }
  
  #area2 .heading {
    margin-bottom: 60px;
    padding-top: 10px;
  }
  #area2 .heading h3 {
    font-family: 'Noto_Sans_JP';
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 40px;
  }
  #area2 .heading p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  
  #area2 .contents__heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  #area2 .contents__heading-mark {
    width: 15px;
    height: 15px;
    background-color: #333333;
    border-radius: 50%;
    margin-right: 10px;
  }
  #area2 .contents__heading-body {
    font-family: Noto_Sans_JP;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.24px;
    color: #333333;
  }
  
  
  /* Memberセクションと共通に使えるかも ここから */
  #area2 .requirement {
    overflow: hidden;
    margin-top: 10px;
  }
  #area2 .requirement:first-of-type {
    margin-top: 16px;
  }
  #area2 .requirement {
    overflow: hidden;
  }
  #area2 .accordion-btn {
    overflow: hidden;
    width: 100%;
    height: 80px;
    background-color: #634A3C;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-width: 0;
  }
  #area2 .accordion-btn__title {
    font-family: Noto_Sans_JP;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    text-align: left;
  }
  #area2 .accordion-btn__icon {
    display: block;
    color: #FFFFFF;
  
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
  }
  #area2 .accordion-btn__icon > span {
    position: absolute;
    background-color: #FFFFFF;
    transition-property: rotate, scale;
    transition-duration: var(--accordion-animation-duration);
  }
  /* 横線 */
  #area2 .accordion-btn__icon > span:first-of-type {
    left: 0;
    top: calc(50% - var(--width-acordion-icon-line) / 2);
    width: 100%;
    height: var(--width-acordion-icon-line);
  }
  /* 縦線 */
  #area2 .accordion-btn__icon > span:last-of-type {
    left: calc(50% - var(--width-acordion-icon-line) / 2);
    top: 0;
    width: var(--width-acordion-icon-line);
    height: 100%;
  }
  #area2 .requirement.active .accordion-btn__icon > span:first-of-type {
    scale: 0;
  }
  #area2 .requirement.active .accordion-btn__icon > span:last-of-type {
    rotate: 90deg;
  }
  
  
  #area2 .requirement__contents {
    font-family: Noto_Sans_JP;
    font-size: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
    transition-property: margin-top, margin-bottom;
    transition-duration: var(--accordion-animation-duration);
  }
  #area2 .requirement.active .requirement__contents {
    margin-bottom: 24px;
  }
  #area2 .requirement__title {
    font-family: Noto_Sans_JP;
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
    width: 20.45%;
    padding-left: 30px;
  }
  #area2 .requirement__desc {
    width: 79.54%;
  }
  /* SP-0036対応 ここから */
  /* 
  #area2 .requirement__desc ul {
    margin-left: 1.35rem;
  }
  #area2 .requirement__desc li {
    list-style-type: disc;
    list-style-position: outside;
  }
  */
  #area2 .requirement__desc ul {
    margin-left: 0;
  }
  #area2 .requirement__desc li {
    list-style-type: disc;
    list-style-position: inside;
  }
  #area2 li::marker {
      content: "・";
      font-size: 0.9375rem;
  }
  /* SP-0036対応 ここまで */
  
  #area2 .requirement__contents > dt,
  #area2 .requirement__contents > dd {
    font-family: Noto_Sans_JP;
    font-size: 1.125rem;
    font-weight: 400;
    padding-top: 25px;
    border-bottom: 1px dashed #848484;
  }
  #area2 .requirement__contents > dt {
    font-weight: bold;
    line-height: 1.625;
  }
  #area2 .requirement__contents > dd * {
    line-height: 1.625rem;
  }
  /* Memberセクションと共通に使えるかも ここまで */
  
  
  
  
  /* 募集要項の各項目 */
  #area2 .requirement__contents > .job-outline,
  #area2 .requirement__contents > .treatment {
    padding-bottom: 22px;
  }
  #area2 .requirement__contents > dd.job-outline > p:nth-of-type(1) {
    margin-bottom: 15px;
  }
  #area2 .requirement__contents > dd.job-outline > ul {
    font-size: 1rem;
  }
  #area2 .requirement__contents > dd.job-outline > ul > li {
    line-height: 1.5rem;
    font-size: 1rem;
  }
  #area2 .requirement__contents > dd.job-outline > p:nth-of-type(2) {
    font-size: 1rem;
  }
  
  #area2 .requirement__contents > .salary,
  #area2 .requirement__contents > .raise-and-bonus {
    padding-bottom: 22px;
  }
  
  #area2 .requirement__contents > .allowance {
    padding-bottom: 42px;
  }
  
  #area2 .requirement__contents > .working-hours,
  #area2 .requirement__contents > .skills-required {
    padding-bottom: 27px;
  }
  #area2 .requirement__contents > .skills-welcome {
    padding-bottom: 52px;
  }
  
  #area2 .selection-flow {
    margin-top: 58px;
  }
  #area2 .selection-flow__list {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #area2 .selection-flow__title,
  #area2 .selection-flow__desc {
    border-bottom: 1px dashed #D0D0D0;
  }
  #area2 .selection-flow__title:last-of-type,
  #area2 .selection-flow__desc:last-of-type {
    border-bottom-width: 0;
  }
  #area2 .selection-flow__title {
    width: 26.19%;
    display: flex;
    align-items: center;
  }
  .selection-flow__title-num-bg { 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #634A3C;
    border-radius: 50%;
  }
  .selection-flow__title-num-body {
    font-family: Overpass;
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: -0.45px;
    color: #FFFFFF;
    padding-top: 3px;
  }  
  #area2 .selection-flow__title-body {
    font-family: Noto_Sans_JP;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.18px;
    color: #634A3C;
    margin-left: 10px;
  }
  #area2 .selection-flow__desc {
    font-family: Helvetica;
    width: 73.80%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.1875rem;
  }

  /* セクション３ */
  #area3{
    /* PC-0011対応 ここから */
    /* margin-top: 500px; */
    margin-top: 356px;
    /* PC-0011対応 ここまで */
  }
  #area3 .section__inner__4 {
    position: relative;
    padding-top: calc(565px + var(--heightOverlap));
    padding-right: 0;
  }
  #area3 .recruit-image {
    position: absolute;
    top: var(--heightOverlap);
  
    left: min(17.8125%, 285px);
    width: 82.1875%;
    height: 565px;
    object-fit: cover;
    object-position: center center;
  }
  @media (min-width: 1601px) {
    #area3 .section__inner__4 {
        padding-right: min(7.5%, 120px);
    }
    #area3 .recruit-image {
      width: calc(1315px - 7.5%);
    }
  }
  
  #area3{
    background-color: #F7F3EF;
  }
  
  #area3 .member{
      font-family: "Noto Sans CJK JP";
      font-size: 1.125rem;
      font-weight: 400;
  
      display: flex;
      justify-content: space-between;
      gap: 60px;
      padding-top: 76px;
  }
  
  /* コンテンツ大枠 */
  #area3 .member-contener{
      max-width: 880px;
      width: calc(100% - 260px);
  }
  /* 上部の記事 */
  #area3 .member-araticle{
      margin-bottom: 60px;
  }
  #area3 .member-araticle__title{
      font-size: 2rem;
      font-weight: 700;
      line-height: 46px;
  
      margin-bottom: 30px;
  }
  #area3 .member-araticle__text{
      line-height: 26px;
      letter-spacing: .18px;
  }
  /* コンテンツタイトル */
  
  #area3 .flow-section{
      margin-top: 58px;
  }
  #area3 .member-section__title{
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 35px;
      letter-spacing: .24px;
  
      position: relative;
      padding-left: 25px;
      margin-bottom: 16px;
  }
  #area3 .member-section__title::before{
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
  
      display: block;
      height: 13px;
      width: 13px;
      border-radius: 50%;
      background-color: #333333;
      border: #707070 solid 1px;
  }
  
  /* アコーディオンボタン */
  /* Memberセクションと共通に使えるかも ここから */
  #area3 .requirement {
    overflow: hidden;
    margin-top: 10px;
  }
  #area3 .requirement:first-of-type {
    margin-top: 16px;
  }
  #area3 .accordion-btn {
    overflow: hidden;
    width: 100%;
    height: 80px;
    background-color: #634A3C;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-width: 0;
  }
  #area3 .accordion-btn__title {
    font-family: Noto_Sans_JP;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    text-align: left;
  }
  #area3 .accordion-btn__icon {
    display: block;
    color: #FFFFFF;
  
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
  }
  #area3 .accordion-btn__icon > span {
    position: absolute;
    background-color: #FFFFFF;
    transition-property: rotate, scale;
    transition-duration: var(--accordion-animation-duration);
  }
  /* 横線 */
  #area3 .accordion-btn__icon > span:first-of-type {
    left: 0;
    top: calc(50% - var(--width-acordion-icon-line) / 2);
    width: 100%;
    height: var(--width-acordion-icon-line);
  }
  /* 縦線 */
  #area3 .accordion-btn__icon > span:last-of-type {
    left: calc(50% - var(--width-acordion-icon-line) / 2);
    top: 0;
    width: var(--width-acordion-icon-line);
    height: 100%;
  }
  #area3 .requirement.active .accordion-btn__icon > span:first-of-type {
    scale: 0;
  }
  #area3 .requirement.active .accordion-btn__icon > span:last-of-type {
    rotate: 90deg;
  }
  
  
  #area3 .requirement__contents {
    font-family: Noto_Sans_JP;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
    transition-property: margin-top, margin-bottom;
    transition-duration: var(--accordion-animation-duration);
  }
  #area3 .requirement.active .requirement__contents {
    margin-bottom: 24px;
  }
  #area3 .requirement__title {
    font-family: Noto_Sans_JP;
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
    width: 20.45%;
    padding-left: 30px;
  }
  #area3 .requirement__desc {
    width: 79.54%;
  }
  #area3 .requirement__desc ul {
    margin-left: 1.35rem;
  }
  #area3 .requirement__desc li {
    list-style-type: disc;
    list-style-position: outside;
  }
  
  #area3 .requirement__contents > dt,
  #area3 .requirement__contents > dd {
    font-family: Noto_Sans_JP;
    font-size: 1.125rem;
    font-weight: 400;
    padding-top: 25px;
    border-bottom: 1px dashed #848484;
  }
  #area3 .requirement__contents > dt {
    font-weight: bold;
  }
  #area3 .requirement__contents > dd > p:nth-of-type(1) {
    margin-top: 5px;
  }
  #area3 .requirement__contents > dd * {
    line-height: 1.625rem;
  }
  /* Memberセクションと共通に使えるかも ここまで */
  
  
  /* 募集要項 */
  
  #area3 .office-group{
      display: grid;
      grid-template-columns: min-content auto;
      margin-bottom: 10px;
  }
  #area3 h4.office-group__item{
      font-weight: 700;
      line-height: 26px;
  
      text-indent: 30px;
      white-space: nowrap;
      margin-top: 25px;
  }
  #area3 .office-group__item{
      margin-top: 26px;
      padding-bottom: 22px;
      max-width: 778px;
      width: 100%;
      border-bottom: #D0D0D0 dashed 1px;
  }
  #area3 .office-group__item:nth-child(even){
      line-height: 26px;
      letter-spacing: .18px;
  
      margin-left: 2px;
      padding-left: clamp( 28px, 5vw, 76px);
  }
  
  /* 募集要項の中身 */
  
  #area3 .office-group__item-text{
      line-height: 26px;
      letter-spacing: .18px;
  
      margin-bottom: 27px;
  }
  #area3 .office-group__list-text{
      line-height: 26px;
      letter-spacing: .18px;
  
      margin-bottom: 12px;
  }
  
  /* 黒点リスト */
  
  #area3 .office-group__ul-list{
      margin-bottom: 17px;
  }
  #area3 .office-group__ul-item{
      font-size: 1rem;
      line-height: 24px;
      letter-spacing: .16px;
      list-style-position: inside;
  }
  #area3 .office-group__ul-item::marker{
      content: "・";
  }
  
  /* 数字リスト */
  
  #area3 .office-group__ol-list{
      margin-bottom: 10px;
  }
  #area3 .office-group__ol-item{
      line-height: 26px;
      letter-spacing: .18px;
  }
  
  /* ご利用までの流れ */
  
  #area3 .member-list{
      display: grid;
      grid-template-columns: auto auto;
  }
  #area3 .member-list__item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px dashed #848484;
  }
  #area3 h4.member-list__item {
      margin-left: 20px;
  }
  #area3 .member-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: #707070 solid 1px;
    background-color: #634A3C;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #area3 .member-number > span {
    margin-top: 5px;
    font-family: Overpass;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #FFFFFF;
  }
  #area3 .member-desc{
      font-weight: 700;
      letter-spacing: .18px;
      line-height: 26px;
      color: #634A3C;
  }
  #area3 p.member-list__item{
      font-size: 1rem;
      font-family: "Helvetica";
      font-weight: 400;
      line-height: 21px;
  
      max-width: 689px;
      padding: 20px 0 20px clamp(30px, 5vw, 69px);
      margin:0 20px 0 2px;
      min-height: 70px;
  }
  #area3 .member-list__item:first-child,
  #area3 .member-list__item:nth-child(2){
      border-top: none;
  }

/* PC-0015、PC-0016、PC-0017対応ここから */
@media (max-width: 800px) {
/* PC-0015、PC-0016、PC-0017対応ここから */

    #area1 {
      margin-bottom: 36px;
    }

    #area1 .section__inner__1__112 {
      margin-top: 6px;
      margin-bottom: 78px;
      padding-left: calc((20 / 390) * 100%);
      padding-right: 0;
    }
  
    #area1 .section__inner__4 {
      padding-left: calc((20 / 390) * 100%);
    }

    #area1 .title__jp {
      font-size: 0.875rem;
      margin-bottom: 8px;
    }

    #area1 .title__main {
      font-size: 2.5rem;
      letter-spacing: -0.075rem;
      margin-bottom: 12px;
    }

    #area1 .title__sub {
      font-size: 0.75rem;
    }

    #area1 .recruit-image {
      border-radius: 8px 0px 0px 8px;
      height: min(380px, 97.4vw) !important;
    }

    #area1 .section__container__4 {
      margin-left: calc((20 / 390) * 100%);
      margin-right: 0;
    }

    #area2 .pc-invisible { display: block; }

  #area2 .section__inner__3 {
    padding-left: calc((20 / 390) * 100%);
    padding-right: calc((20 / 390) * 100%);

    flex-direction: column;
    gap: 0;
    row-gap: 48px;
    margin-top: 40px;
  }
  #area2 .section__col-title {
    width: 100%;
  }
  #area2 .section__col-title h2 {
    font-size: 2.1875rem;
    letter-spacing: -1.05px;
    margin-bottom: 6px;
  }
  #area2 .section__col-title p {
    font-size: 0.9375rem;
    letter-spacing: 0px;
    color: #634A3C;
  }

  #area2 .container {
    width: 100%;
  }
  #area2 .heading {
    margin-bottom: 29px;
    padding-left: calc((20 / 350) * 100%);
    padding-right: calc((20 / 350) * 100%);
    padding-top: unset;
  }
  #area2 .heading h3 {
    font-size: 1.3125rem;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 21px;
  }
  #area2 .heading p {
    font-size: 0.9375rem;
    line-height: 1.875rem;
    letter-spacing: 0.15px;
  }

  #area2 .contents__heading {
      margin-bottom: 12px;
  }
  #area2 .contents__heading-mark {
    background-color: #634A3C;
    margin-right: 5px;
  }
  #area2 .contents__heading-body {
    font-size: 1.1875rem;
    color: #634A3C;
  }

  #area2 .requirement:first-of-type {
    margin-top: 0;
  }

  #area2 .requirement__contents > .job-outline,
  #area2 .requirement__contents > .salary,
  #area2 .requirement__contents > .allowance,
  #area2 .requirement__contents > .treatment,
  #area2 .requirement__contents > .raise-and-bonus,
  #area2 .requirement__contents > .working-hours,
  #area2 .requirement__contents > .skills-required,
  #area2 .requirement__contents > .skills-welcome {
    padding: 0;
  }

  #area2 .requirement__contents > dd {
    font-weight: 500;
    padding-left: calc((20 / 350) * 100%) !important;
    padding-right: calc((20 / 350) * 100%) !important;
  }
  #area2 .requirement__contents > dd > p:nth-of-type(1) {
    margin-top: 0;
  }
  #area2 .requirement__contents > dt.job-outline {
    margin-top: 10px;
  }
  #area2 .requirement__contents > dd.job-outline > p:nth-of-type(1) {
    margin-bottom: 1.5rem;
  }
  #area2 .requirement__contents > dd.job-outline > p:nth-of-type(2) {
    font-size: 0.9375rem;
  }
  #area2 .requirement__contents > dd.job-outline > ul > li {
    font-size: 0.9375rem;
  }
  #area2 .job-content-title {
    font-family: Noto_Sans_JP;
    font-size: 0.9375rem;
    line-height: 1.453125rem;
    letter-spacing: 0px;
    color: #333333;
  }

  /* Memberセクションと共通に使えるかも ここから */
  #area2 .requirement__contents {
    flex-direction: column;
    gap: 0;
  }
  #area2 .requirement__contents > dt,
  #area2 .requirement__contents > dd {
    width: 100%;
  }
  #area2 .requirement__contents > dt {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #634A3C;
    line-height: 1.46;

    padding-top: 16px !important;
    padding-bottom: 18px !important;
    border-width: 0;
  }
  #area2 .requirement__contents > dd {
    padding-top: 0 !important;
    padding-bottom: 14px !important;
    font-size: 0.9375rem;
    border-bottom-color: #D0D0D0;
  }

  #area2 .accordion-btn {
    height: 67px;
    padding-left: 25px;
    padding-right: 30px;
  }
  /* Memberセクションと共通に使えるかも ここまで */

  #area2 .requirement.active .requirement__contents {
      margin-bottom: 30px;
  }

  #area2 .requirement__contents > dd * {
    line-height: 1.5 !important;
  }


  #area2 .nowrap {
    white-space: nowrap;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
  }
  #area2 .selection-flow {
      margin-top: 35px;
  }
  #area2 .selection-flow__list {
    background-color: #F7F3EF;
    border-radius: 10px;
    flex-direction: row;
    padding-left: calc((20 / 350) * 100%);
    padding-right: calc((20 / 350) * 100%);
  }
  #area2 .selection-flow__title,
  #area2 .selection-flow__desc {
    width: 100%;
  }
  #area2 .selection-flow__title {
    padding-top: 19px;
    border-bottom-width: 0;
  }
  #area2 .selection-flow__desc {
    padding-top: 15px;
    padding-bottom: 14px;
  }
  #area2 .selection-flow__title-num-bg { 
    width: 24px;
    height: 24px;
    background-color: #333333;
  }
  #area2 .selection-flow__title-num-body {
    font-family: Overpass;
    font-size: 0.75rem;
  }
  #area2 .selection-flow__title-body {
    font-size: 1.0625rem;
    color: #333333;
  }


  /* ボタン */
  #area2 .companies-btn {
    display: block;
    margin-top: 30px;
    margin-bottom: 59px;
    margin-left: auto;
    margin-right: auto;
    width: 203px;
    height: 46px;
  }
  #area2 .companies-btn__text {
    color: #FFFFFF;
    font-size: 0.9375rem;
    line-height: 1.4;

    left: 20px;
    top: 50%;
    transform: translateY(calc(-50% + 3px));
  }
  #area2 .companies-btn__yazirushi {
    width: 33px;
    height: 33px;
    right: 6px;
  }

  #area3 {
    background-color: #FFFFFF;
    margin-top: unset;
  }
  #area3 .section__inner__4 {
    padding-top: unset;
    padding-left: calc((20 / 390) * 100%);
  }
  #area3 .recruit-image {
    width: 100%;
    height: min(380px, 97.4vw);
    display: block;
    position: static;
    margin-left: auto;
  }
  #area3 .section__inner__3 {
    padding-left: calc((20/390)*100%);
    padding-right: calc((20/390)*100%);
  }
  #area3 .member {
    flex-direction: column;
    gap: 48px;
    padding-top: 40px;
  }

  #area3 .section__col-title>h2 {
    font-size: 2.1875rem;
    letter-spacing: -1.05px;
    line-height: 1.14;
    margin: 0 0 6px;
  }
  #area3 .section__col-title>p {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  #area3 .member-contener {
    width: auto;
  }
  #area3 .member-araticle {
    padding-left: calc((20/350)*100%);
    padding-right: calc((20/350)*100%);
    margin-bottom: 29px;
  }
  #area3 .member-araticle__title {
    font-size: 1.3125rem;
    line-height: 1.47;
    margin-bottom: 21px;
  }
  #area3 .member-araticle__text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.15px;
  }
  #area3 .member-araticle__text>br {
    display: none;
  }

  #area3 .member-section__title {
    font-size: 1.1875rem;
    line-height: 1.42;
    letter-spacing: 0.19px;
    padding-left: 20px;
    margin-bottom: 12px;
    color: #634A3C;
  }
  #area3 .member-section__title::before {
    height: 15px;
    width: 15px;
    background-color: #634A3C;
    border: unset;
  }

  #area3 .requirement:first-of-type {
    margin-top: unset;
  }

  #area3 .accordion-btn {
    height: 67px;
    padding-left: 25px;
    padding-right: 30px;
  }
  #area3 .accordion-btn__title {
    font-size: 1.0625rem;
    line-height: 1.47;
    letter-spacing: 0.17px;
  }

  #area3 .requirement.active .requirement__contents {
    margin-bottom: 30px;
  }
  #area3 .office-group {
    grid-template-columns: 1fr;
    margin-bottom: unset;
    margin-top: 10px;
    width: 100%;
  }
  #area3 .office-group__item {
    margin-top: 18px;
    padding-bottom: 14px;
    border-bottom: unset;
  }
  #area3 h4.office-group__item {
    font-size: 0.8125rem;
    line-height: 1.46;
    font-weight: 400;
    text-indent: unset;
    margin-top: 16px;
    padding-bottom: unset;
    color: #634A3C;
  }
  #area3 .office-group__item:nth-child(even) {
    font-size: 0.9375rem;
    line-height: 1.53;
    font-weight: 500;
    letter-spacing: 0px;
    margin-left: unset;
    padding-left: calc((20/350)*100%);
    padding-right: calc((20/350)*100%);
    border-bottom: #D0D0D0 dashed 1px;
  }
  /* フォントに関するプロパティを.office-group__item:nth-child(even)を基準に統一するため */
  #area3 .office-group__item-text,
  #area3 .office-group__list-text,
  #area3 .office-group__ul-list,
  #area3 .office-group__ul-item,
  #area3 .office-group__ol-list,
  #area3 .office-group__ol-item {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }

  #area3 .flow-section {
    margin-top: 35px;
  }
  #area3 .office-group__item-text{
    margin-bottom: 20px;
  }
  #area3 .office-group__list-text,
  #area3 .office-group__ul-list,
  #area3 .office-group__ol-list {
    margin-bottom: unset;
  }

  #area3 .member-list {
    grid-template-columns: 1fr;
    background-color: #F7F3EF;
    padding-left: calc((20/350)*100%);
    padding-right: calc((20/350)*100%);
    border-radius: 10px;
  }
  #area3 .member-list__item {
    border-top: unset;
  }
  #area3 h4.member-list__item {
    margin-left: unset;
    gap: 8px;
    margin-top: 20px;
  }
  #area3 .member-number {
    width: 24px;
    height: 24px;
    border: none;
    background-color: #333333
  }
  #area3 .member-number>span {
    font-size: 0.75rem;
    letter-spacing: -0.36px;
    margin-top: 3px;
  }
  #area3 .member-desc {
    font-size: 1.0625rem;
    line-height: 1.47;
    letter-spacing: 0px;
    color: #333333;
  }
  #area3 .member-list__item {
    gap: unset;
  }
  #area3 p.member-list__item {
    font-size: 0.9375rem;
    font-family:  "Noto_Sans_JP";
    line-height: 1.46;
    max-width: unset;
    padding: 15px 0 14px;
    min-height: unset;
    margin: unset;
    border-bottom: #D0D0D0 dashed 1px;
    flex-wrap: wrap;
  }
  /* sp時のpタグ文字の改行箇所変更のため */
  #area3 p.member-list__item:first-of-type>span {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    white-space: nowrap;
  }
  #area3 p.member-list__item:last-of-type {
    border-bottom: unset;
  }
  /* ボタン */
  #area3 .companies-btn {
    display: block;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 203px;
    height: 46px;
  }
  #area3 .companies-btn__text {
    display: flex;
    align-items: center;
    justify-content: unset;
    color: #FFFFFF;
    position: static;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.2;
    transform: translateY(-220%);
    width: calc(100% - 33px);
    padding-left: 20px;
    /* テキストの位置が少し上に寄っていることの対処のため追加 */
    padding-top: 4px;
  }
  #area3 .companies-btn__yazirushi {
    width: 33px;
    height: 33px;
    right: 6px;
  }

  }