@charset "UTF-8";
/*////////////////////////////
 recruit　リニューアル　20230922
////////////////////////////*/
.rows {
  display: flex;
  flex-wrap: wrap; }
  .rows > div {
    position: relative;
    max-width: 100%;
    width: auto; }

.ww1110 {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto; }

/* メッセージ */
.lead_section_message {
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  padding-top: 37px;
  padding-bottom: 80px; }
  .lead_section_message .container {
    max-width: 1400px;
    width: 100%; }
    .lead_section_message .container .inner {
      background: #fff;
      border-radius: 30px;
      padding: calc(30px + 90 * (100vw - 320px) / 880) 15px calc(30px + 54 * (100vw - 320px) / 880);
      box-shadow: 0px 0px 60px rgba(28, 8, 109, 0.15);
      position: relative;
      z-index: 0; }
      @media print, screen and (min-width: 768px) {
        .lead_section_message .container .inner {
          padding-left: 30px;
          padding-right: 30px; } }
      @media print, screen and (min-width: 1200px) {
        .lead_section_message .container .inner {
          padding: 120px 15px 84px; } }
      .lead_section_message .container .inner h2, .lead_section_message .container .inner h3 {
        letter-spacing: 0.029em; }
      .lead_section_message .container .inner h3 {
        max-width: 18em;
        margin-left: 0; }
      .lead_section_message .container .inner .columns {
        line-height: 2.1875; }
      .lead_section_message .container .inner .rows {
        max-width: 1110px;
        padding: 0;
        margin: 0 auto; }
        .lead_section_message .container .inner .rows .col-content, .lead_section_message .container .inner .rows .col-photo {
          flex: 0 0 100%; }
        .lead_section_message .container .inner .rows .col-content {
          position: relative;
          z-index: 20; }
        @media print, screen and (min-width: 768px) {
          .lead_section_message .container .inner .rows .col-content {
            flex: 0 0 63.69369%;
            max-width: 63.69369%; }
          .lead_section_message .container .inner .rows .col-photo {
            flex: 0 0 31.26126%;
            max-width: 31.26126%;
            margin-left: auto; } }
  .lead_section_message .more-wrap {
    display: flex;
    justify-content: flex-end; }
    .lead_section_message .more-wrap a {
      max-width: 304px;
      width: 100%;
      display: block; }
    .lead_section_message .more-wrap.more-wrap-sp {
      flex: 0 0 100%;
      justify-content: center; }
    .lead_section_message .more-wrap.more-wrap-pc {
      display: none; }
    @media screen and (min-width: 768px) {
      .lead_section_message .more-wrap.more-wrap-sp {
        display: none; }
      .lead_section_message .more-wrap.more-wrap-pc {
        display: flex; } }
  .lead_section_message .ballset.ball_bottom_right {
    bottom: -40px;
    left: calc(50% + 392px); }
  .lead_section_message .message_copy {
    width: 45.583334%;
    position: absolute;
    right: 12.1739%;
    top: clamp(15px, 4.420289vw, 61px);
    z-index: 5;
    pointer-events: none; }
    .lead_section_message .message_copy img {
      max-width: 100%;
      width: auto; }

.figure_ceo {
  padding-top: 30px;
  max-width: 347px;
  margin-left: auto;
  margin-right: auto; }
  .figure_ceo > img, .figure_ceo .photo img {
    display: block;
    max-width: 100%;
    width: auto; }
  @media screen and (min-width: 992px) {
    .figure_ceo .photo {
      margin-right: -7%; } }
  .figure_ceo figcaption {
    margin-top: 20px;
    margin-top: clamp(20px, 4.16667vw, 50px); }
    .figure_ceo figcaption .name_box {
      text-align: center; }
      .figure_ceo figcaption .name_box .ceo {
        color: #c63f47;
        font-weight: 500;
        margin-bottom: 10px; }
      .figure_ceo figcaption .name_box .ceo_name {
        font-size: 32px;
        font-weight: 700; }
        .figure_ceo figcaption .name_box .ceo_name small {
          font-size: 0.875rem;
          font-weight: 400;
          font-family: "Barlow Condensed", sans-serif;
          line-height: 2;
          display: block;
          vertical-align: middle; }
    @media screen and (min-width: 1200px) {
      .figure_ceo figcaption {
        display: flex;
        justify-content: flex-end; }
        .figure_ceo figcaption .name_box {
          text-align: left; }
          .figure_ceo figcaption .name_box .ceo_name {
            display: flex;
            align-items: center; }
            .figure_ceo figcaption .name_box .ceo_name small {
              margin-left: 20px; } }

/* カルディオインテリジェンスってこんなところ */
.recruit-about {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: clamp(50px, 10.3125vw, 165px);
  padding-bottom: clamp(50px, 11.25vw, 180px); }
  .recruit-about .container {
    max-width: 1130px;
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      .recruit-about .container h2 br {
        display: none; } }
    .recruit-about .container h3 {
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 0.07em;
      margin-top: clamp(50px, 8.125vw, 130px);
      margin-bottom: 1.25em;
      padding-left: 1.375em;
      position: relative; }
      .recruit-about .container h3:before {
        content: "●";
        position: absolute;
        left: 0;
        color: #d03853;
        transform: scale(0.739);
        transform-origin: left center; }
      @media print, screen and (min-width: 768px) {
        .recruit-about .container h3 {
          font-size: 24px; } }
  .recruit-about .rows {
    margin: 0 -5px;
    width: auto; }
    .recruit-about .rows > div {
      flex: 0 0 50%;
      padding: 0 5px;
      margin-bottom: 10px; }
      .recruit-about .rows > div img {
        max-width: 100%;
        height: auto; }
      .recruit-about .rows > div figure {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #eff2f5; }
    .recruit-about .rows > .child-1, .recruit-about .rows > .child-2 {
      flex: 0 0 100%; }
    @media print, screen and (min-width: 768px) {
      .recruit-about .rows {
        margin: 0 -10px; }
        .recruit-about .rows > div {
          flex: 0 0 33.33334%;
          padding: 0 10px;
          margin-bottom: 20px; }
        .recruit-about .rows > .child-1 {
          flex: 0 0 45.045%; }
        .recruit-about .rows > .child-2 {
          flex: 0 0 54.955%; } }
  .recruit-about .voice_box {
    text-align: center;
    background-color: #f1f4f7; }
    .recruit-about .voice_box img {
      max-width: 100%;
      height: auto; }
    .recruit-about .voice_box + .voice_box {
      margin-top: 30px;
      margin-top: clamp(30px, 7.5vw, 90px); }

/* ---  --- */
.recruit-interview {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.08em;
  padding: clamp(50px, 10.83334vw, 130px) 0;
  background-color: #f1f4f7; }
  .recruit-interview h2 {
    margin-bottom: 50px;
    margin-bottom: clamp(50px, 9.16667vw, 110px); }
  .recruit-interview .rows {
    justify-content: center;
    margin: 0 -10px; }
    .recruit-interview .rows > div {
      padding: 0 10px;
      margin-bottom: 20px;
      flex: 0 0 50%; }
    @media print, screen and (min-width: 768px) {
      .recruit-interview .rows {
        margin: 0 -25px; }
        .recruit-interview .rows > div {
          padding: 0 25px;
          margin-bottom: 50px;
          flex: 0 0 33.33334%; } }
  .recruit-interview .ballset {
    top: -90px;
    right: calc(50% + 573px); }

.figure_interview {
  max-width: 336px;
  margin: 0 auto; }
  .figure_interview > .photo {
    padding-top: 100%;
    height: 0;
    border-radius: 10%;
    position: relative;
    overflow: hidden; }
    .figure_interview > .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 1;
      transition: opacity 0.3s ease; }
    .figure_interview > .photo a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      transition: background 0.3s ease; }
      .figure_interview > .photo a .plus {
        font-size: 16px;
        width: 2.125em;
        height: 2.125em;
        border: solid 1px #fff;
        border-radius: 50%;
        position: absolute;
        right: 1em;
        bottom: 1em;
        z-index: 10; }
        .figure_interview > .photo a .plus:before, .figure_interview > .photo a .plus:after {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          width: 0.8125em;
          height: 1px;
          display: block;
          transform: translate(-50%, -50%);
          background-color: #fff;
          transition: transform 0.3s ease; }
        .figure_interview > .photo a .plus:after {
          transform: translate(-50%, -50%) rotate(90deg); }
      .figure_interview > .photo a:hover {
        opacity: 1;
        background-color: #111; }
        .figure_interview > .photo a:hover img {
          opacity: 0.65; }
        .figure_interview > .photo a:hover .plus:before {
          transform: translate(-50%, 0) rotate(45deg);
          transform-origin: right bottom; }
        .figure_interview > .photo a:hover .plus:after {
          transform-origin: right top;
          transform: translate(-50%, 0) rotate(-45deg); }
  .figure_interview figcaption .post {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.03em;
    margin-top: 15px;
    margin-bottom: 10px; }
  .figure_interview figcaption .name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em; }
    .figure_interview figcaption .name .txt {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
    .figure_interview figcaption .name small {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 400;
      font-size: 10px;
      line-height: 2;
      display: inline-block;
      vertical-align: middle; }
  .figure_interview figcaption .hire_date {
    color: #c73f47;
    font-size: 12px;
    letter-spacing: 0.01em;
    margin-top: 1em;
    padding-left: 1.375em;
    position: relative; }
    .figure_interview figcaption .hire_date:before {
      content: "●";
      position: absolute;
      left: 0;
      color: #d03853;
      transform: scale(0.739);
      transform-origin: left center; }
  @media print, screen and (min-width: 1200px) {
    .figure_interview figcaption .post {
      font-size: 16px;
      margin-top: 30px; }
    .figure_interview figcaption .name {
      font-size: 26px; }
      .figure_interview figcaption .name small {
        font-size: 12px; }
    .figure_interview figcaption .hire_date {
      font-size: 15px; } }

/* --- オフィス環境 --- */
.recruit-office {
  padding: 50px 0 80px;
  padding: clamp(50px, 15vw, 180px) 0 clamp(80px, 20vw, 240px);
  background: url("img/recruit/recruit-office_bg.jpg") no-repeat center center; }
  .recruit-office h2 {
    margin-bottom: 50px;
    margin-bottom: clamp(50px, 10.83334vw, 130px); }

/* --- 選考プロセス --- */
.recruit-process {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.08em;
  padding: 50px 0 30px;
  padding: clamp(50px, 8.33334vw, 100px) 0 clamp(30px, 5vw, 60px);
  background-color: #f1f4f7; }
  .recruit-process .rows {
    margin: 0 -15px; }
    .recruit-process .rows > div {
      flex: 0 0 50%;
      padding: 0 15px;
      margin-bottom: 30px; }
      .recruit-process .rows > div > p {
        font-size: 12px;
        line-height: 1.714285;
        letter-spacing: 0.03em;
        text-align: center;
        margin-top: 1em; }
        .recruit-process .rows > div > p br {
          display: none; }
        @media print, screen and (min-width: 992px) {
          .recruit-process .rows > div > p {
            font-size: 14px; }
            .recruit-process .rows > div > p br {
              display: block; } }
    @media print, screen and (min-width: 768px) {
      .recruit-process .rows > div {
        flex: 0 0 25%; } }
  .recruit-process .flow_item {
    height: 0;
    padding-top: 100%;
    border-radius: 10%;
    background-color: #fff;
    position: relative;
    z-index: 0; }
    .recruit-process .flow_item .inner {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      display: flex;
      flex-direction: column; }
      .recruit-process .flow_item .inner p {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.019em;
        text-align: center;
        white-space: nowrap;
        margin: auto; }
        @media print, screen and (min-width: 768px) {
          .recruit-process .flow_item .inner p {
            font-size: 20px; } }
      .recruit-process .flow_item .inner img {
        width: 80px;
        height: auto;
        display: block;
        padding: 0;
        margin: 0 auto 1em; }
        @media print, screen and (min-width: 992px) {
          .recruit-process .flow_item .inner img {
            width: 136px; } }
    .recruit-process .flow_item:before {
      content: "";
      position: absolute;
      left: calc(100% + 10px);
      top: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 12px;
      border-color: transparent transparent transparent #a5aaaf; }
    .recruit-process .flow_item.last:before {
      display: none; }
    @media screen and (max-width: 767px) {
      .recruit-process .flow_item.child2:before {
        left: -20px;
        top: calc(100% + 10px);
        z-index: 10;
        transform: rotate(130deg); } }

/* --- recruit-faq --- */
.recruit-faq {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.08em;
  background-color: #f1f4f7; }
  .recruit-faq .container {
    max-width: 1410px;
    width: 100%;
    padding: 0 10px; }
  .recruit-faq .inner {
    padding: 50px 0;
    padding: clamp(50px, 10vw, 120px) 10px clamp(50px, 12.91667vw, 155px);
    border-radius: 30px 0 0 30px;
    border-radius: clamp(30px, 5.71428vw, 80px) 0 0 clamp(30px, 5.71428vw, 80px);
    background-color: #fff;
    position: relative;
    z-index: 50; }
    .recruit-faq .inner:before {
      content: "";
      position: absolute;
      left: 100%;
      top: 0;
      bottom: 0;
      width: 100vw;
      background-color: #fff;
      z-index: -1; }
  .recruit-faq .ballset {
    bottom: -69px;
    left: calc(50% + 574px);
    z-index: 60; }

.faq_contents {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.02em;
  border-top: solid 1px #cbcbcb;
  counter-reset: number; }
  .faq_contents .items {
    padding-left: 50px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #cbcbcb; }
    .faq_contents .items h3 {
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.2;
      padding-right: 40px;
      position: relative;
      cursor: pointer; }
      .faq_contents .items h3:before, .faq_contents .items h3:after {
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        width: 20px;
        height: 1px;
        background-color: #646464;
        transition: transform 0.3s ease; }
      .faq_contents .items h3:after {
        transform: rotate(90deg); }
      .faq_contents .items h3 .num {
        content: "Q";
        position: absolute;
        left: -1.5em;
        top: 50%;
        color: #c73f47;
        font-family: Arial, Helvetica, "sans-serif";
        font-size: 30px;
        line-height: 1;
        margin-top: -.5em; }
        .faq_contents .items h3 .num:after {
          counter-increment: number;
          content: counter(number);
          font-size: 0.7em; }
      .faq_contents .items h3.active:before, .faq_contents .items h3.active:after {
        transform: rotate(360deg); }
    .faq_contents .items .columns {
      font-size: 0.875rem;
      line-height: 2;
      padding-top: 1rem;
      display: none; }
    @media print, screen and (min-width: 768px) {
      .faq_contents .items {
        padding-left: 130px;
        padding-top: 40px;
        padding-bottom: 40px; }
        .faq_contents .items h3 {
          font-size: 20px; }
          .faq_contents .items h3:before, .faq_contents .items h3:after {
            width: 30px;
            right: 20px; }
          .faq_contents .items h3 .num {
            font-size: 40px;
            left: -2em; }
        .faq_contents .items .columns {
          padding-top: 40px; }
        .faq_contents .items h3, .faq_contents .items .columns {
          padding-right: 14.8648%; } }

/* ---  --- */
.recruit-entry {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding: 50px 0;
  padding: clamp(50px, 10.83334vw, 130px) 0 clamp(50px, 15.83334vw, 190px);
  position: relative;
  z-index: 0; }
  .recruit-entry:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    bottom: 0;
    z-index: -1;
    background: url("img/recruit/recruit-entry_bg.jpg") no-repeat center center/cover; }
  .recruit-entry h2 {
    color: #c73f47;
    font-size: 32px;
    font-weight: 700; }
    .recruit-entry h2:after {
      top: calc(100% + 0.5em); }
  .recruit-entry p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.85;
    text-align: center; }
    .recruit-entry p br {
      display: none; }
  .recruit-entry .more-wrap {
    display: flex;
    justify-content: center; }
    .recruit-entry .more-wrap a {
      max-width: 304px;
      width: 100%;
      display: block; }
  @media print, screen and (min-width: 768px) {
    .recruit-entry h2 {
      font-size: 64px;
      line-height: 1.2; }
    .recruit-entry p {
      font-size: 20px; }
      .recruit-entry p br {
        display: block; }
    .recruit-entry .more-wrap a {
      margin-top: 60px; } }

/* --- 横スクロール --- */
.swiper02 .swiper {
  overflow: visible; }
  .swiper02 .swiper .swiper-slide {
    width: max-content;
    height: auto; }
    .swiper02 .swiper .swiper-slide:not(.swiper-slide-visible) .link_figure {
      pointer-events: none;
      opacity: .5; }
  .swiper02 .swiper figure {
    overflow: hidden;
    width: 64vw;
    height: 0;
    padding-top: 70%;
    border-radius: 30px;
    box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.05), -0.4rem -0.4rem 0.8rem #fff;
    display: block;
    transition: opacity 0.3s ease;
    position: relative; }
    .swiper02 .swiper figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
    @media print, screen and (min-width: 768px) {
      .swiper02 .swiper figure {
        width: 60vw; } }
    @media print, screen and (min-width: 992px) {
      .swiper02 .swiper figure {
        width: 40vw; } }
    @media print, screen and (min-width: 1200px) {
      .swiper02 .swiper figure {
        width: 30vw; } }
.swiper02 .swiper-button-prev, .swiper02 .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  flex-shrink: 0;
  margin: 0;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.8s var(cubic-bezier(0.2, 1, 0.2, 1));
  z-index: 0; }
  .swiper02 .swiper-button-prev:before, .swiper02 .swiper-button-next:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background-color: #c73f47; }
  .swiper02 .swiper-button-prev:after, .swiper02 .swiper-button-next:after {
    content: ">";
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    z-index: 10; }
.swiper02 .swiper-button-prev {
  margin-right: 10px; }
  .swiper02 .swiper-button-prev:after {
    content: "<"; }
.swiper02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5; }
.swiper02 .swiper-controller {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-top: clamp(15px, 3.90625vw, 30px); }
.swiper02 .swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap; }
.swiper02 .swiper-pagination-bullet {
  width: 10px;
  height: 3px;
  margin: 2px;
  border-radius: 0 !important;
  cursor: pointer;
  transition: 0.8s var(cubic-bezier(0.2, 1, 0.2, 1));
  background-color: #BBACAD; }
.swiper02 .swiper-pagination-bullet-active {
  background-color: #7f686a; }
