@charset "UTF-8";
@import url("https://use.typekit.net/jlw4roh.css");
.container {
  text-align: center;
  overflow: hidden;
  /* =================================
  共通
  ================================= */
  /* =================================
  FV
  ================================= */
  /* =================================
  イントロ
  ================================= */
  /* =================================
  概要
  ================================= */
  /* =================================
  特徴
  ================================= */
  /* =================================
  募集職種
  ================================= */
  /* =================================
  入社後の仕事
  ================================= */
  /* =================================
  社員インタビュー（トップページ）
  ================================= */
  /* =================================
  福利厚生
  ================================= */
  /* =================================
  代表のメッセージ
  ================================= */
  /* =================================
  数字で見る
  ================================= */
  /* =================================
  社内の雰囲気
  ================================= */
  /* =================================
  先輩からのメッセージ
  ================================= */
  /* =================================
  募集要項
  ================================= */
  /* =================================
  ページトップ遷移ボタン
  ================================= */
  /* =================================
  社員インタビュー（個別ページ）
  ================================= */ }
  .container:not(.top) {
    padding-top: 8.125rem; }
  .container .anchor {
    margin-top: -6.25rem;
    padding-top: 6.25rem; }
  .container section {
    margin-bottom: 10rem;
    position: relative;
    z-index: 0; }
  .container .sec_h2 {
    margin: 0 auto 3.75rem;
    position: relative;
    z-index: 1; }
    .container .sec_h2 small {
      display: block;
      letter-spacing: .05em;
      font-weight: 600;
      font-size: 1.25rem;
      font-family: futura-pt, sans-serif;
      margin-bottom: 0.625rem; }
    .container .sec_h2 strong {
      font-size: 3.75rem;
      font-weight: 600;
      letter-spacing: .15em;
      line-height: 1; }
      .container .sec_h2 strong:has(img) {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 5.6875rem; }
    .container .sec_h2 span {
      display: inline-block; }
    .container .sec_h2 img {
      max-width: 5.6875rem; }
    .container .sec_h2 em {
      letter-spacing: 0;
      font-weight: 600;
      font-size: 1.125rem;
      margin-top: 1.25rem;
      display: block; }
    .container .sec_h2:has(em) + .bg_color {
      margin-top: -5rem;
      padding: 10rem 0 4.6875rem; }
  .container .sec_illust {
    position: absolute;
    top: 0;
    z-index: 2;
    margin: auto; }
    .container .sec_illust.popup.is_animated {
      animation-delay: 500ms; }
  .container .btn_view {
    width: 90%;
    max-width: 21.625rem;
    min-height: 14.125rem;
    text-align: left;
    padding: 1.25rem 1.375rem 1.5625rem;
    border-radius: 1.25rem;
    background: #6995ED;
    background: linear-gradient(90deg, #6995ed 0%, #9447c8 51%, #ca46da 100%);
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .container .btn_view dt {
      color: #eac9ff;
      letter-spacing: .08em;
      font-size: 0.9375rem;
      font-weight: 600;
      font-family: futura-pt, sans-serif;
      margin-bottom: 0.5rem; }
    .container .btn_view dd {
      color: #fff;
      line-height: 1.2;
      font-size: 2.25rem; }
    .container .btn_view figure {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .container .btn_view figcaption {
      letter-spacing: .1em;
      font-size: 1.25rem;
      font-family: futura-pt, sans-serif;
      color: #fff;
      margin-right: 1.125rem; }
    .container .btn_view .arw {
      max-width: 3.5625rem; }
    .container .btn_view .btn_illust {
      position: absolute;
      top: 0.625rem;
      right: -1.5625rem;
      max-width: 10.8125rem; }
  .container .bg_color {
    position: relative;
    z-index: 0;
    margin-top: -5.625rem;
    padding: 6.25rem 0; }
    .container .bg_color:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 97%;
      height: 100%; }
    .container .bg_color.left:before {
      border-top-right-radius: 6.25rem;
      border-bottom-right-radius: 6.25rem;
      left: 0; }
    .container .bg_color.right:before {
      border-top-left-radius: 6.25rem;
      border-bottom-left-radius: 6.25rem;
      right: 0; }
  .container .anime, .container .anime_b, .container .anime_l, .container .anime_r {
    opacity: 0; }
    .container .anime.is_animated, .container .anime_b.is_animated, .container .anime_l.is_animated, .container .anime_r.is_animated {
      opacity: 1;
      transform: translate(0, 0);
      transition: all 1s; }
  .container .anime_b {
    transform: translate(0, 4em); }
  .container .anime_l {
    transform: translate(-4em, 0); }
  .container .anime_r {
    transform: translate(4em, 0); }
  .container .popup {
    opacity: 0; }
    .container .popup.is_animated {
      opacity: 1;
      animation: popup .8s both; }
@keyframes popup {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
  @media print, screen and (max-width: 768px) {
    .container:not(.top) {
      padding-top: 6.25rem; }
    .container .anchor {
      margin-top: -4.375rem;
      padding-top: 4.375rem; }
    .container section {
      margin-bottom: 5.625rem; }
    .container .sec_h2 {
      margin-bottom: 1.875rem; }
      .container .sec_h2 small {
        font-size: 1rem;
        margin-bottom: 0; }
      .container .sec_h2 strong {
        font-size: 2.1875rem;
        line-height: 1.5; }
        .container .sec_h2 strong:has(img) {
          padding-left: 0;
          display: block; }
      .container .sec_h2 img {
        max-width: 3.4375rem;
        display: block;
        margin: 0 auto; }
      .container .sec_h2 em {
        font-size: 1.0625rem;
        margin-top: 0.9375rem; }
      .container .sec_h2:has(em) + .bg_color {
        margin-top: -6.25rem;
        padding-top: 8.125rem; }
    .container .sec_illust {
      position: static;
      margin-bottom: 0.9375rem; }
    .container .btn_view {
      max-width: 17.1875rem;
      min-height: 11.5625rem;
      padding: 1.125rem 1.25rem 1.25rem;
      border-radius: 0.9375rem; }
      .container .btn_view dt {
        font-size: 0.8125rem;
        margin-bottom: 0.375rem; }
      .container .btn_view dd {
        font-size: 1.625rem; }
      .container .btn_view figcaption {
        font-size: 1rem;
        margin-right: 0.9375rem; }
      .container .btn_view .arw {
        max-width: 2.8125rem; }
      .container .btn_view .btn_illust {
        right: -0.5rem;
        max-width: 7.8125rem; }
    .container .bg_color {
      margin-top: -5.625rem;
      padding: 5rem 0 3.75rem; }
      .container .bg_color.left:before {
        border-top-right-radius: 3.75rem;
        border-bottom-right-radius: 3.75rem;
        left: 0; }
      .container .bg_color.right:before {
        border-top-left-radius: 3.75rem;
        border-bottom-left-radius: 3.75rem;
        right: 0; } }
  .container .hero {
    height: 100svh;
    position: relative;
    z-index: 0;
    margin-bottom: 0; }
    .container .hero video {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -1;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%); }
    .container .hero .txt_hero {
      position: absolute;
      top: 0;
      left: 5%;
      bottom: 0;
      margin: auto;
      height: max-content;
      color: #fff;
      text-align: left; }
      .container .hero .txt_hero strong {
        font-weight: 300;
        font-family: futura-pt, sans-serif;
        font-size: 9vw;
        line-height: 1.17;
        margin-bottom: 2.5rem; }
      .container .hero .txt_hero small {
        font-size: 1.8vw;
        letter-spacing: .15em; }
    .container .hero .scroll_wrap {
      position: absolute;
      left: 3%;
      bottom: 18%;
      color: #fff;
      font-size: 0.9375rem;
      writing-mode: vertical-rl;
      font-family: futura-pt, sans-serif;
      letter-spacing: .02em; }
    .container .hero .scroll {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: max-content; }
    .container .hero .line_wrap {
      position: absolute;
      top: 3.125rem;
      left: 0;
      right: 0;
      margin: auto; }
    .container .hero .line {
      width: 0.125rem;
      height: 5.25rem;
      margin: 0 auto;
      overflow: hidden;
      position: relative; }
    .container .hero .line:before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 8.125rem;
      background: #fff;
      top: -100%;
      opacity: 1;
      animation: linedrop 1.3s ease-out infinite; }
@keyframes linedrop {
  0% {
    top: -100%;
    opacity: 1; }
  80% {
    top: 100%;
    opacity: 1; }
  81% {
    top: 100%;
    opacity: 0; }
  100% {
    top: -100%;
    opacity: 0; } }
    .container .hero .flow_wrap {
      position: absolute;
      width: 47vw;
      height: 100vh;
      right: 0;
      overflow: hidden; }
      .container .hero .flow_wrap .pc {
        display: flex;
        flex-direction: column;
        will-change: transform;
        transform: translate3d(0, 0, 0);
        animation: flow_pc 30s linear infinite; }
@keyframes flow_pc {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, -50%, 0); } }
  @media print, screen and (max-width: 768px) {
    .container .hero {
      height: 175vw; }
      .container .hero .txt_hero {
        top: 27vw;
        left: 0;
        right: 0;
        bottom: auto;
        width: 83%; }
        .container .hero .txt_hero strong {
          font-size: 16.5vw;
          margin-bottom: 5vw; }
        .container .hero .txt_hero small {
          font-size: 3.8vw; }
      .container .hero .scroll_wrap {
        display: none; }
      .container .hero .flow_wrap {
        width: 100%;
        height: 80vw;
        right: auto;
        bottom: 2%; }
        .container .hero .flow_wrap .pc {
          display: none; }
        .container .hero .flow_wrap .smp {
          display: flex;
          flex-direction: column;
          row-gap: 4%;
          height: 100%; }
          .container .hero .flow_wrap .smp div {
            overflow: hidden;
            position: relative; }
          .container .hero .flow_wrap .smp span {
            display: flex;
            height: 100%;
            width: max-content; }
          .container .hero .flow_wrap .smp img {
            height: 100%;
            width: auto;
            flex: 0 0 auto; } }
  .container .intro_area {
    text-align: left;
    margin-bottom: 0;
    padding: 13.125rem 0 20vw; }
    .container .intro_area .flex_wrap {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 4.375rem; }
      .container .intro_area .flex_wrap h2 {
        font-size: 2.875rem;
        font-weight: 600;
        letter-spacing: .05em;
        margin-bottom: 2.1875rem; }
        .container .intro_area .flex_wrap h2 .relative_wrap {
          display: inline-block;
          margin-bottom: -1.125rem; }
        .container .intro_area .flex_wrap h2 span {
          border: 0.0625rem solid #313030;
          width: 13.625rem;
          height: 5.9375rem; }
        .container .intro_area .flex_wrap h2 img {
          max-width: 8.75rem;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
          .container .intro_area .flex_wrap h2 img.is_animated {
            animation-delay: 180ms; }
      .container .intro_area .flex_wrap p {
        letter-spacing: -.02em;
        line-height: 2.3; }
      .container .intro_area .flex_wrap .right {
        width: 44%;
        max-width: 30.1875rem;
        margin-top: -3.75rem; }
  @media print, screen and (max-width: 768px) {
    .container .intro_area {
      padding: 6.25rem 0 36vw; }
      .container .intro_area .flex_wrap {
        flex-direction: column;
        margin-bottom: 1.25rem; }
        .container .intro_area .flex_wrap h2 {
          font-size: 2rem;
          margin-bottom: 1.5625rem; }
          .container .intro_area .flex_wrap h2 .relative_wrap {
            margin-bottom: -0.75rem; }
          .container .intro_area .flex_wrap h2 span {
            width: 8rem;
            height: 3.875rem; }
          .container .intro_area .flex_wrap h2 img {
            max-width: 5.625rem; }
        .container .intro_area .flex_wrap .right {
          max-width: 20rem;
          width: 80%;
          margin-top: 1.875rem;
          margin-left: auto; } }
  .container .about_area {
    color: #fff;
    padding: 19vw 0 7.5rem;
    background: url("../images/top/about_bg_01.png") repeat center/20px, linear-gradient(90deg, #6995ed 0%, #9447c8 51%, #ca46da 100%);
    position: relative;
    z-index: 0; }
    .container .about_area:before {
      content: "";
      background: url("../images/top/about_bg_02.png") repeat-x center/17px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -0.0625rem;
      z-index: -1;
      margin: auto;
      height: 12rem; }
    .container .about_area .about_img {
      position: absolute;
      top: -10vw;
      left: 0;
      right: 0;
      margin: auto; }
    .container .about_area h2 {
      text-align: left;
      font-weight: 600;
      font-size: 2rem;
      margin-bottom: 1.875rem; }
    .container .about_area .txt_about {
      text-align: left;
      line-height: 2.3;
      margin-bottom: 5.3125rem; }
    .container .about_area .box_wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border: 0.0625rem solid #fff;
      margin-bottom: 3.75rem;
      background: rgba(255, 255, 255, 0.1); }
    .container .about_area .box {
      width: calc(100% / 3);
      text-align: left;
      border-right: 0.0625rem solid #fff; }
      .container .about_area .box:last-of-type {
        border: 0; }
      .container .about_area .box .inner {
        text-align: left;
        margin: 0;
        width: 100%;
        padding: 1.25rem 10% 2rem; }
      .container .about_area .box h3 {
        font-size: 1.375rem;
        padding: 0.75rem 2.5rem;
        display: inline-block;
        border-right: 0.0625rem solid #fff;
        border-bottom: 0.0625rem solid #fff; }
      .container .about_area .box span {
        font-size: 0.9375rem;
        margin-bottom: 1.25rem; }
      .container .about_area .box li {
        display: inline-block;
        margin-right: 1em; }
        .container .about_area .box li:last-of-type {
          margin-right: 0; }
        .container .about_area .box li a {
          text-decoration: underline;
          text-underline-offset: 0.2em;
          color: #fff; }
          .container .about_area .box li a:hover {
            text-decoration: none; }
    .container .about_area .txt_deco strong {
      white-space: nowrap;
      font-family: futura-pt, sans-serif;
      font-size: 7.8vw;
      font-weight: 600;
      color: transparent;
      -webkit-text-stroke: 0.0625rem #fff;
      transform: scale(1.02);
      margin-bottom: 1.25rem; }
    .container .about_area h4 {
      font-size: 2rem;
      font-weight: 600;
      letter-spacing: .15em;
      padding: 0 1.5625rem;
      margin-bottom: 2.8125rem;
      display: inline-block;
      position: relative; }
      .container .about_area h4:before, .container .about_area h4:after {
        content: "";
        background: url("../images/top/about_txt_ico.png") no-repeat center/100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0.4375rem; }
      .container .about_area h4:before {
        left: 0; }
      .container .about_area h4:after {
        right: 0;
        transform: scaleX(-1); }
    .container .about_area .flow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .container .about_area .flow li {
        position: relative;
        z-index: 0;
        width: 16.2%;
        max-width: 11.125rem;
        height: 11.125rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        .container .about_area .flow li:before {
          content: "";
          position: absolute;
          top: 50%;
          right: -0.75rem;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          border-left: 13px solid #fff; }
        .container .about_area .flow li:after {
          content: "";
          position: absolute;
          inset: 0;
          background: #fff;
          border-radius: 0.625rem;
          clip-path: polygon(0% 43%, 13px 50%, 0% 57%, 0% 100%, 100% 100%, 100% 0%, 0% 0%);
          pointer-events: none; }
        .container .about_area .flow li:first-of-type:after {
          clip-path: none; }
        .container .about_area .flow li:last-of-type:before {
          content: none; }
      .container .about_area .flow img {
        max-width: 4.6875rem;
        margin: 0 auto 0.625rem; }
      .container .about_area .flow figure {
        z-index: 1; }
      .container .about_area .flow figcaption {
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.2;
        color: black; }
        .container .about_area .flow figcaption.color_01 {
          color: #6d8ae7; }
        .container .about_area .flow figcaption.color_02 {
          color: #7e67d6; }
        .container .about_area .flow figcaption.color_03 {
          color: #8f4cca; }
        .container .about_area .flow figcaption.color_04 {
          color: #9f46c8; }
        .container .about_area .flow figcaption.color_05 {
          color: #b546cf; }
        .container .about_area .flow figcaption.color_06 {
          color: #c146d5; }
  @media print, screen and (max-width: 768px) {
    .container .about_area {
      padding: 30vw 0 5rem; }
      .container .about_area:before {
        background-size: 1rem;
        height: 10.625rem; }
      .container .about_area .about_img {
        top: -16vw; }
      .container .about_area h2 {
        font-size: 1.5625rem;
        margin-bottom: 1.25rem; }
      .container .about_area .txt_about {
        margin-bottom: 3.125rem; }
      .container .about_area .box_wrap {
        flex-direction: column; }
      .container .about_area .box {
        width: 100%;
        border-right: 0;
        border-bottom: 0.0625rem solid #fff; }
        .container .about_area .box:last-of-type {
          border: 0; }
        .container .about_area .box .inner {
          padding: 1.125rem 5% 1.75rem; }
        .container .about_area .box h3 {
          font-size: 1.25rem;
          padding: 0.625rem 2.1875rem; }
        .container .about_area .box span {
          margin-bottom: 1.125rem; }
      .container .about_area .txt_deco strong {
        line-height: .8;
        font-size: 14.2vw;
        -webkit-text-stroke-width: 0.1vw;
        margin-bottom: 2.1875rem; }
      .container .about_area h4 {
        line-height: 1.5;
        font-size: min(25px, 5.3vw);
        padding: 0 1.25rem;
        margin-bottom: 1.5625rem; }
        .container .about_area h4:before, .container .about_area h4:after {
          width: 0.3125rem; }
      .container .about_area .flow {
        flex-direction: column; }
        .container .about_area .flow li {
          width: 100%;
          max-width: 14.375rem;
          height: auto;
          margin-bottom: 0.3125rem;
          padding: 1.125rem 5%; }
          .container .about_area .flow li:before {
            top: auto;
            right: 0;
            left: 0;
            bottom: -0.9375rem;
            margin: auto;
            transform: rotate(90deg); }
          .container .about_area .flow li:after {
            clip-path: polygon(46% 0%, 50% 12px, 54% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%); }
          .container .about_area .flow li:last-of-type {
            margin-bottom: 0; }
        .container .about_area .flow img {
          max-width: 4.0625rem;
          margin-bottom: 0.625rem; }
        .container .about_area .flow figcaption {
          font-size: 1.125rem; } }
  .container .features_area .sec_h2 small {
    color: #8d4fcb; }
  .container .features_area .box_wrap {
    position: relative;
    z-index: 0;
    color: #fff;
    margin-bottom: 2.1875rem; }
    .container .features_area .box_wrap img {
      width: 50%;
      max-width: 34.375rem;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 1; }
    .container .features_area .box_wrap .box {
      display: flex;
      align-items: center;
      width: 79%;
      max-width: 53.75rem;
      min-height: 28.125rem;
      border-radius: 2.5rem;
      padding: 7.8125rem 3.125rem; }
      .container .features_area .box_wrap .box.box_01 {
        background: #D09EDE;
        background: linear-gradient(145deg, #d09ede 9%, #c69edd 92%); }
      .container .features_area .box_wrap .box.box_02 {
        background: #BAB5F2;
        background: linear-gradient(56deg, #bab5f2 0%, #bab5f2 33%, #c2a3e1 66%, #c49fdd 100%); }
      .container .features_area .box_wrap .box.box_03 {
        background: #BAB6F3;
        background: linear-gradient(145deg, #bab6f3 9%, #a9cdf4 92%); }
      .container .features_area .box_wrap .box.box_04 {
        background: #8CDABB;
        background: linear-gradient(21deg, #8cdabb 31%, #a9cef6 72%); }
      .container .features_area .box_wrap .box.box_05 {
        background: #8FDBBD;
        background: linear-gradient(155deg, #8fdbbd 9%, #88e09c 92%); }
    .container .features_area .box_wrap .box_inner {
      width: 60%;
      max-width: 28.125rem;
      text-align: left;
      position: relative;
      z-index: 0; }
    .container .features_area .box_wrap span {
      opacity: .5;
      font-size: 8.125rem;
      font-family: futura-pt, sans-serif;
      font-weight: bold;
      line-height: 1;
      color: transparent;
      -webkit-text-stroke: 0.0625rem #fff;
      position: absolute;
      top: -4.375rem;
      right: 0; }
    .container .features_area .box_wrap h3 {
      font-weight: 600;
      font-size: 2rem;
      margin-bottom: 1.875rem; }
    .container .features_area .box_wrap p {
      line-height: 2.3; }
    .container .features_area .box_wrap:last-of-type {
      margin-bottom: 0; }
    .container .features_area .box_wrap:nth-of-type(odd) img {
      left: 0; }
    .container .features_area .box_wrap:nth-of-type(odd) .box {
      margin-left: auto;
      margin-right: 0;
      justify-content: flex-end; }
    .container .features_area .box_wrap:nth-of-type(even) img {
      right: 0; }
    .container .features_area .box_wrap:nth-of-type(even) .box {
      margin-left: 0;
      margin-right: auto;
      justify-content: flex-start; }
  @media print, screen and (max-width: 768px) {
    .container .features_area .box_wrap {
      margin-bottom: 1.5625rem;
      display: flex;
      flex-direction: column-reverse; }
      .container .features_area .box_wrap img {
        width: 80%;
        max-width: none;
        position: static;
        margin: 0;
        margin-left: auto;
        margin-top: -3.125rem; }
      .container .features_area .box_wrap .box {
        width: 95%;
        max-width: none;
        min-height: auto;
        border-radius: 1.875rem;
        padding: 3.4375rem 5% 4.6875rem; }
      .container .features_area .box_wrap .box_inner {
        width: 92%;
        max-width: none; }
      .container .features_area .box_wrap span {
        -webkit-text-stroke-width: 0.03125rem;
        font-size: 5.3125rem;
        top: -2.1875rem; }
      .container .features_area .box_wrap h3 {
        line-height: 1.5;
        font-size: 1.5625rem;
        margin-bottom: 1.25rem; }
      .container .features_area .box_wrap p {
        line-height: 2; }
      .container .features_area .box_wrap:nth-of-type(odd) .box, .container .features_area .box_wrap:nth-of-type(even) .box {
        margin-left: 0;
        margin-right: auto;
        justify-content: center; } }
  .container .open_area .sec_h2 small {
    color: #8d4fcb; }
  .container .open_area .bg_color:before {
    background: #E0EDFD;
    background: linear-gradient(90deg, #e0edfd 0%, #e7def5 50%, #f4daf7 100%); }
  .container .open_area .bg_color .inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 3.5%;
    row-gap: 50px; }
  .container .open_area .box {
    text-align: left;
    color: inherit;
    width: 31%;
    max-width: 21.25rem;
    min-height: 26.875rem;
    background: #fff;
    margin: 0;
    padding: 1.875rem 3% 5rem;
    border-radius: 2.5rem;
    position: relative; }
  .container .open_area .cate_wrap {
    margin-bottom: 0.75rem; }
    .container .open_area .cate_wrap span {
      display: inline-block;
      font-size: 0.875rem;
      font-weight: 600;
      color: #fff;
      padding: 0.125rem 0.625rem;
      margin-right: 0.125rem; }
      .container .open_area .cate_wrap span:last-of-type {
        margin-right: 0; }
    .container .open_area .cate_wrap .color_b {
      background: #313030; }
    .container .open_area .cate_wrap .color_g {
      background: #75e883; }
  .container .open_area h3 {
    line-height: 1.4;
    font-weight: 600;
    font-size: 1.875rem;
    margin-bottom: 0.625rem; }
  .container .open_area dl {
    line-height: 1.7; }
  .container .open_area dt {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1.125rem; }
  .container .open_area dd {
    font-size: 0.875rem; }
  .container .open_area .arw {
    max-width: 3.625rem;
    padding: 0.625rem;
    box-sizing: content-box;
    background: #8CB6F5;
    background: linear-gradient(90deg, #8cb6f5 0%, #af75d6 50%, #dd7fe8 100%);
    border-radius: 50% 0 50% 50%;
    position: absolute;
    right: 0;
    bottom: 0; }
  @media print, screen and (max-width: 768px) {
    .container .open_area .bg_color .inner {
      flex-direction: column;
      column-gap: 0;
      row-gap: 1.5625rem; }
    .container .open_area .box {
      width: 97%;
      max-width: none;
      min-height: auto;
      margin-left: 0;
      padding: 1.25rem 5% 3.75rem;
      border-radius: 1.875rem; }
    .container .open_area .cate_wrap {
      margin-bottom: 0.625rem; }
      .container .open_area .cate_wrap span {
        font-size: 0.8125rem; }
    .container .open_area h3 {
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }
    .container .open_area dt {
      font-size: 1.0625rem;
      margin-bottom: 0.75rem; }
    .container .open_area .arw {
      max-width: 2.8125rem;
      padding: 0.5rem; } }
  .container .works_area {
    padding-top: 1.875rem;
    /*各部署の色*/ }
    .container .works_area .sec_illust {
      left: 0;
      right: -53.75rem;
      max-width: 12.875rem; }
    .container .works_area .sec_h2 {
      margin-bottom: 0; }
      .container .works_area .sec_h2 small {
        color: #75e883; }
    .container .works_area .bg_color {
      text-align: left; }
      .container .works_area .bg_color:before {
        background: #F0FFF2; }
      .container .works_area .bg_color .inner {
        background: #fff;
        border-radius: 2.5rem;
        margin-bottom: 4.375rem; }
        .container .works_area .bg_color .inner:last-of-type {
          margin-bottom: 0; }
    .container .works_area .inner_in {
      max-width: 62.5rem;
      width: 95%;
      margin: 0 auto;
      padding: 3.4375rem 0 4.6875rem; }
    .container .works_area .main_wrap {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 2.5rem; }
      .container .works_area .main_wrap img {
        width: 40%;
        max-width: 25rem; }
      .container .works_area .main_wrap .right {
        width: 55%;
        max-width: 34.375rem;
        margin-top: 3.4375rem; }
      .container .works_area .main_wrap h3 {
        color: #fff;
        background: var(--main-color);
        line-height: 1.4;
        font-weight: 600;
        font-size: 1.875rem;
        letter-spacing: .15em;
        margin-bottom: 1.5625rem;
        padding: 0.375rem 2.1875rem;
        border-radius: 1.25rem; }
        .container .works_area .main_wrap h3 span {
          display: inline-block; }
    .container .works_area .arw_wrap {
      position: absolute;
      top: 0;
      bottom: 0; }
      .container .works_area .arw_wrap span {
        color: var(--main-color);
        position: relative;
        width: 0.1875rem;
        background: repeating-linear-gradient(to bottom, currentColor 0, currentColor 4px, transparent 3px, transparent 8px); }
    .container .works_area .flow {
      margin-bottom: 1.875rem;
      text-align: center;
      position: relative; }
      .container .works_area .flow .arw_wrap {
        margin: auto;
        height: max-content;
        left: 6.5%; }
        .container .works_area .flow .arw_wrap span {
          height: 10.3125rem; }
          .container .works_area .flow .arw_wrap span:before {
            content: "";
            position: absolute;
            bottom: -0.75rem;
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            width: 0.625rem;
            height: 0.625rem;
            border-color: var(--main-color);
            border-right-style: solid;
            border-bottom-style: solid;
            border-right-width: 0.1875rem;
            border-bottom-width: 0.1875rem; }
      .container .works_area .flow .box {
        background: var(--sub-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2.8125rem 3.875rem 1.875rem 0; }
        .container .works_area .flow .box.box_01 {
          border-top-left-radius: 1.25rem;
          border-top-right-radius: 1.25rem;
          background: color-mix(in srgb, var(--sub-color) 50%, transparent); }
        .container .works_area .flow .box.box_02 {
          border-bottom-left-radius: 1.25rem;
          border-bottom-right-radius: 1.25rem; }
      .container .works_area .flow strong {
        color: var(--main-color);
        font-weight: 600;
        font-size: 1.25rem;
        width: 14.7%; }
      .container .works_area .flow .flex_wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 85.3%;
        max-width: 50rem; }
      .container .works_area .flow figure {
        width: 23.8%;
        max-width: 11.875rem; }
      .container .works_area .flow img {
        margin-bottom: 0.9375rem; }
      .container .works_area .flow figcaption {
        font-weight: 600;
        line-height: 1.4; }
    .container .works_area .txt_flow {
      margin-bottom: 4.375rem; }
    .container .works_area .routine {
      max-width: 43.125rem;
      margin: 0 auto; }
      .container .works_area .routine .fuki {
        display: inline-block;
        color: #fff;
        line-height: 1;
        letter-spacing: .1em;
        font-size: 1.25rem;
        background: #313030;
        border-radius: 1.125rem;
        padding: 0.5rem 0.75rem;
        margin-bottom: 1.25rem;
        position: relative;
        z-index: 0; }
        .container .works_area .routine .fuki:before {
          content: "";
          position: absolute;
          left: 2.5rem;
          bottom: -0.625rem;
          z-index: -1;
          width: 0;
          height: 0;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          border-right: 10px solid #313030; }
      .container .works_area .routine h4 {
        font-weight: 600;
        font-size: 1.75rem;
        margin-bottom: 0.9375rem; }
      .container .works_area .routine li {
        position: relative;
        z-index: 1; }
      .container .works_area .routine .time {
        color: #fff;
        background: var(--main-color);
        font-size: 1.125rem;
        letter-spacing: .05em;
        border-radius: 50%;
        width: 4.375rem;
        height: 4.375rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
      .container .works_area .routine strong {
        padding: 1.375rem 4% 1.375rem 3.75rem;
        width: calc(100% - 35px);
        margin-left: auto;
        letter-spacing: .15em;
        line-height: 1.6; }
      .container .works_area .routine .li_bg_color {
        background: var(--sub-color);
        border-radius: 1.25rem; }
      .container .works_area .routine em {
        font-size: 1.375rem;
        font-weight: 600; }
      .container .works_area .routine .flex_wrap {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; }
        .container .works_area .routine .flex_wrap em {
          margin-right: 7.5%; }
      .container .works_area .routine dl {
        display: flex;
        align-items: center;
        justify-content: center; }
      .container .works_area .routine dt {
        letter-spacing: .2em;
        color: #fff;
        background: var(--main-color);
        padding: 0.375rem 0.625rem 0.375rem 0.9375rem;
        border-top-left-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem; }
      .container .works_area .routine dd {
        font-weight: 600;
        letter-spacing: -.1em;
        color: var(--main-color);
        background: #fff;
        padding: 0.375rem 0.9375rem 0.375rem 0.625rem;
        border-top-right-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem; }
      .container .works_area .routine .arw_wrap {
        margin: 0;
        left: 2.1875rem;
        height: 100%;
        padding: 0.9375rem 0 4.0625rem; }
        .container .works_area .routine .arw_wrap span {
          height: 100%; }
    .container .works_area .works_01 {
      --main-color: #75e883;
      --sub-color: #e9ffec; }
    .container .works_area .works_02 {
      --main-color: #df75e8;
      --sub-color: #fde6ff; }
    .container .works_area .works_03 {
      --main-color: #8d75e8;
      --sub-color: #ede8ff; }
  @media print, screen and (max-width: 768px) {
    .container .works_area {
      padding-top: 0; }
      .container .works_area .sec_illust {
        max-width: 8.125rem; }
      .container .works_area .bg_color {
        text-align: left;
        padding: 6.875rem 0 3.125rem; }
        .container .works_area .bg_color .inner {
          width: 91%;
          border-radius: 1.875rem;
          margin-right: 3%;
          margin-left: auto;
          margin-bottom: 2.5rem; }
      .container .works_area .inner_in {
        width: 90%;
        padding: 2.1875rem 0 3.125rem; }
      .container .works_area .main_wrap {
        flex-direction: column;
        margin-bottom: 1.25rem; }
        .container .works_area .main_wrap img {
          width: 75%;
          max-width: 18.75rem;
          margin: 0 auto; }
        .container .works_area .main_wrap .right {
          width: 100%;
          max-width: none;
          margin-top: 1.25rem; }
        .container .works_area .main_wrap h3 {
          text-align: center;
          font-size: 1.5rem;
          max-width: 28.125rem;
          margin: 0 auto 1.125rem;
          padding: 0.375rem 1.5625rem;
          border-radius: 0.9375rem; }
      .container .works_area .flow {
        max-width: 30.3125rem;
        margin: 0 auto 1.25rem; }
        .container .works_area .flow .arw_wrap {
          left: 1.875rem; }
          .container .works_area .flow .arw_wrap span {
            height: min(260px, 60vw); }
        .container .works_area .flow .box {
          padding: 2.5rem 5% 1.5625rem 0; }
          .container .works_area .flow .box.box_01 {
            border-top-left-radius: 0.9375rem;
            border-top-right-radius: 0.9375rem; }
          .container .works_area .flow .box.box_02 {
            border-bottom-left-radius: 0.9375rem;
            border-bottom-right-radius: 0.9375rem; }
        .container .works_area .flow strong {
          line-height: 1.2;
          letter-spacing: -.1em;
          font-size: 1.0625rem;
          width: 4.0625rem; }
        .container .works_area .flow .flex_wrap {
          width: 87%;
          row-gap: 1.25rem; }
        .container .works_area .flow figure {
          width: 48%; }
        .container .works_area .flow img {
          margin-bottom: 0.5rem; }
      .container .works_area .txt_flow {
        margin-bottom: 2.5rem; }
      .container .works_area .routine .fuki {
        font-size: 1.125rem;
        border-radius: 0.9375rem;
        padding: 0.375rem 0.625rem;
        margin-bottom: 0.9375rem; }
        .container .works_area .routine .fuki:before {
          left: 1.875rem; }
      .container .works_area .routine h4 {
        font-size: 1.375rem;
        margin-bottom: 0.75rem; }
      .container .works_area .routine .time {
        font-size: 1.0625rem;
        width: 4.0625rem;
        height: 4.0625rem; }
      .container .works_area .routine strong {
        width: calc(100% - 45px);
        padding: 1.125rem 4% 1.125rem 2.1875rem; }
      .container .works_area .routine .li_bg_color {
        border-radius: 1.125rem; }
      .container .works_area .routine em {
        font-size: 1.25rem; }
      .container .works_area .routine .flex_wrap {
        flex-direction: column;
        row-gap: 0.3125rem; }
        .container .works_area .routine .flex_wrap em {
          margin-right: 0; }
      .container .works_area .routine dl {
        font-size: 0.9375rem;
        flex-direction: column;
        align-items: flex-start; }
      .container .works_area .routine dt {
        padding: 0.3125rem 0.5rem 0.3125rem 0.75rem;
        border-radius: 1.125rem 1.125rem 0 0; }
      .container .works_area .routine dd {
        padding: 0.3125rem 0.75rem 0.3125rem 0.5rem;
        border-radius: 0 0.5rem 0.5rem 0.5rem; }
      .container .works_area .routine .arw_wrap {
        left: 2rem; } }
  @media print, screen and (max-width: 380px) {
    .container .works_area .flow .arw_wrap {
      left: 18%; }
      .container .works_area .flow .arw_wrap span {
        height: min(165vw, 590px); }
    .container .works_area .flow .box {
      padding-right: 10%; }
    .container .works_area .flow strong {
      width: 40%; }
    .container .works_area .flow .flex_wrap {
      width: 60%;
      flex-direction: column;
      justify-content: center; }
    .container .works_area .flow figure {
      width: 100%;
      max-width: none; }
    .container .works_area .flow img {
      margin: 0 auto .5rem; } }
  .container .interview_area {
    padding-top: 0.625rem; }
    .container .interview_area .sec_illust {
      left: 0;
      right: -59.375rem;
      max-width: 12.25rem; }
    .container .interview_area .sec_h2 {
      margin-bottom: 0; }
      .container .interview_area .sec_h2 small {
        color: #8d4fcb; }
    .container .interview_area .bg_color:before {
      background: #f1f1fc; }
    .container .interview_area .bg_color .inner {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      column-gap: 2.6%;
      row-gap: 2.8125rem; }
    .container .interview_area .box {
      width: 48.7%;
      max-width: 33.4375rem;
      border-radius: 2.5rem;
      padding: 1.40625rem;
      margin: 0;
      background: #fff;
      color: inherit;
      position: relative; }
    .container .interview_area .photo {
      margin: 0 auto 1.125rem; }
    .container .interview_area dl {
      text-align: left;
      line-height: 1.5;
      width: calc(100% - 70px); }
    .container .interview_area dt {
      font-size: 1.1875rem;
      font-weight: 600;
      margin-bottom: 0.75rem; }
      .container .interview_area dt:before {
        content: "「"; }
      .container .interview_area dt:after {
        content: "」"; }
    .container .interview_area dd {
      color: #868585; }
    .container .interview_area .arw_wrap {
      position: absolute;
      right: 0;
      bottom: 0; }
    .container .interview_area .arw {
      width: 5rem;
      height: 5rem;
      box-sizing: content-box;
      background: #6995ED;
      background: linear-gradient(90deg, #6995ed 0%, #9447c8 51%, #ca46da 100%);
      border-radius: 100% 0 50% 0;
      position: relative; }
      .container .interview_area .arw img {
        position: absolute;
        top: 0.625rem;
        left: 0.9375rem;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 2.5rem; }
  @media print, screen and (max-width: 768px) {
    .container .interview_area {
      padding-top: 0; }
      .container .interview_area .sec_illust {
        max-width: 8.125rem; }
      .container .interview_area .bg_color .inner {
        flex-direction: column;
        row-gap: 1.875rem; }
      .container .interview_area .box {
        width: 97%;
        max-width: none;
        border-radius: 1.875rem;
        padding: 1.25rem;
        margin-left: 0%;
        margin-right: auto; }
      .container .interview_area .photo {
        max-width: 25rem;
        margin-bottom: 0.9375rem; }
      .container .interview_area dl {
        width: 100%; }
      .container .interview_area dt {
        font-size: 1.125rem;
        margin-bottom: 0.3125rem; }
      .container .interview_area dd {
        width: calc(100% - 45px); }
      .container .interview_area .arw {
        width: 3.4375rem;
        height: 3.4375rem; }
        .container .interview_area .arw img {
          top: 0.5rem;
          left: 0.625rem;
          max-width: 1.875rem; } }
  .container .benefits_area {
    padding-top: 2.5rem; }
    .container .benefits_area .sec_illust {
      right: 0;
      max-width: 18.75rem; }
    .container .benefits_area .sec_h2 small {
      color: #75e883; }
    .container .benefits_area .flex_wrap {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 5rem; }
      .container .benefits_area .flex_wrap img {
        max-width: 7.5rem;
        width: 24%; }
    .container .benefits_area .box {
      width: 47%;
      max-width: 32.5rem;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 1.5625rem 0;
      position: relative; }
      .container .benefits_area .box:after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle, #313030 0.0625rem, transparent 0.0625rem) bottom left/0.5rem 0.125rem repeat-x;
        pointer-events: none; }
      .container .benefits_area .box:nth-child(-n + 2):after {
        background: radial-gradient(circle, #313030 0.0625rem, transparent 0.0625rem) bottom left/0.5rem 0.125rem repeat-x, radial-gradient(circle, #313030 0.0625rem, transparent 0.0625rem) top left/0.5rem 0.125rem repeat-x; }
    .container .benefits_area dl {
      text-align: left;
      max-width: 23.125rem;
      width: 72%;
      margin-top: 0.1875rem; }
    .container .benefits_area dt {
      line-height: 1;
      font-weight: 600;
      font-size: 1.125rem;
      margin-bottom: 0.9375rem; }
    .container .benefits_area dd {
      font-size: 0.875rem;
      letter-spacing: .15em;
      line-height: 1.6; }
    .container .benefits_area .btn_vm {
      color: #75e883;
      font-family: futura-pt, sans-serif;
      font-weight: 500;
      letter-spacing: 0;
      padding: 0.9375rem 0;
      border-radius: 1.875rem;
      border: 0.0625rem solid #75e883;
      display: block;
      max-width: 12.5rem;
      margin: 0 auto;
      cursor: pointer; }
      .container .benefits_area .btn_vm:hover {
        text-decoration: none;
        opacity: .5;
        transition: all .2s ease-in; }
      .container .benefits_area .btn_vm strong {
        position: relative;
        display: inline-block;
        padding-right: 2.1875rem; }
        .container .benefits_area .btn_vm strong:before, .container .benefits_area .btn_vm strong:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          bottom: 0;
          width: 0.75rem;
          height: 0.125rem;
          background: #75e883;
          pointer-events: none; }
        .container .benefits_area .btn_vm strong:before {
          transform: translateY(-50%) rotate(90deg); }
      .container .benefits_area .btn_vm.active strong:before {
        opacity: 0; }
  @media print, screen and (max-width: 768px) {
    .container .benefits_area {
      padding-top: 0; }
      .container .benefits_area .sec_illust {
        max-width: 12.5rem; }
      .container .benefits_area .flex_wrap {
        flex-direction: column;
        margin-bottom: 2.8125rem; }
        .container .benefits_area .flex_wrap img {
          max-width: none;
          width: 20%;
          min-width: 4.375rem; }
      .container .benefits_area .box {
        width: 100%;
        padding: 1.375rem 0;
        margin: 0 auto;
        align-items: center; }
        .container .benefits_area .box:nth-child(2):after {
          background: radial-gradient(circle, #313030 0.0625rem, transparent 0.0625rem) bottom left/0.5rem 0.125rem repeat-x; }
      .container .benefits_area dl {
        max-width: none;
        width: 75%;
        margin-top: 0; }
      .container .benefits_area dt {
        font-size: 1.0625rem;
        margin-bottom: 0.75rem; } }
  .container .ceo_area {
    padding-top: 9.375rem; }
    .container .ceo_area .sec_illust {
      left: -55.625rem;
      right: 0;
      max-width: 14.125rem; }
    .container .ceo_area .sec_h2 small {
      color: #8d4fcb; }
    .container .ceo_area .bg_color:before {
      background: #EFF6FE;
      background: linear-gradient(90deg, #eff6fe 0%, #f4edfa 60%, #f9ecfb 100%); }
    .container .ceo_area .bg_color .inner {
      text-align: right;
      max-width: 62.5rem; }
    .container .ceo_area p {
      margin-bottom: 1.8em;
      text-align: left;
      letter-spacing: .02em; }
    .container .ceo_area figure {
      display: inline-block;
      text-align: center; }
      .container .ceo_area figure img {
        max-width: 16.0625rem; }
    .container .ceo_area figcaption {
      font-weight: 600;
      font-size: 1.375rem;
      margin-bottom: 0.5rem; }
  @media print, screen and (max-width: 768px) {
    .container .ceo_area {
      padding-top: 0; }
      .container .ceo_area .sec_illust {
        max-width: 9.375rem; }
      .container .ceo_area .bg_color .inner {
        width: 87.5%;
        margin-right: 7.5%; }
      .container .ceo_area figure img {
        max-width: 11.25rem; }
      .container .ceo_area figcaption {
        font-size: 1.25rem;
        margin-bottom: 0.3125rem; } }
  .container .company_area .sec_h2 small {
    color: #8d4fcb; }
  .container .company_area .flex_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.5625rem;
    margin: 0 auto; }
  .container .company_area .box {
    background: #f9f6fc;
    width: 32%;
    max-width: 21.875rem;
    min-height: 21.875rem;
    border-radius: 1.875rem;
    padding-top: 1.5625rem; }
    .container .company_area .box dl:not(.right) {
      margin-bottom: 0.9375rem; }
      .container .company_area .box dl:not(.right) dt {
        font-weight: 600;
        font-size: 1.25rem;
        margin-bottom: 0.625rem; }
    .container .company_area .box strong {
      font-weight: 600;
      font-size: 2.875rem;
      line-height: 1;
      letter-spacing: .05em; }
    .container .company_area .box em {
      font-size: 1.125rem; }
    .container .company_area .box span {
      font-size: 2rem;
      display: inline-block;
      letter-spacing: 0; }
    .container .company_area .box small {
      font-size: 0.75rem;
      letter-spacing: .08em; }
    .container .company_area .box img {
      max-width: 14.375rem;
      margin: 0 auto; }
  .container .company_area .box_L {
    width: 66%;
    max-width: 45.3125rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .container .company_area .box_L .left {
      width: 48%; }
    .container .company_area .box_L .right {
      width: 52%;
      padding-right: 7%; }
    .container .company_area .box_L .fuki_tit {
      text-align: left;
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 0.625rem; }
    .container .company_area .box_L .fuki {
      font-size: 0.875rem;
      text-align: left;
      padding: .8em 1.2em;
      margin-bottom: 1.875rem;
      background: #c9a7fa;
      color: #fff;
      line-height: 1.7;
      position: relative; }
      .container .company_area .box_L .fuki:before {
        content: "";
        position: absolute;
        right: 2.1875rem;
        bottom: -1.125rem;
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 15px solid #c9a7fa; }
      .container .company_area .box_L .fuki:last-of-type {
        margin-bottom: 0; }
  @media print, screen and (max-width: 768px) {
    .container .company_area .flex_wrap {
      row-gap: 0.75rem;
      max-width: 34.375rem; }
    .container .company_area .box {
      width: 48.5%;
      min-height: auto;
      border-radius: 1.125rem;
      padding: 1.125rem 5%; }
      .container .company_area .box dl:not(.right) {
        margin-bottom: 0.1875rem; }
        .container .company_area .box dl:not(.right) dt {
          font-size: 1.125rem;
          margin-bottom: 0.3125rem; }
      .container .company_area .box strong {
        font-size: 2rem; }
      .container .company_area .box em {
        font-size: 0.9375rem; }
      .container .company_area .box span {
        font-size: 1.5rem; }
      .container .company_area .box small {
        font-size: 0.6875rem;
        letter-spacing: 0; }
      .container .company_area .box img {
        width: 100%;
        max-width: 11.25rem; }
    .container .company_area .box_L {
      width: 100%;
      flex-direction: column;
      padding-bottom: 2.5rem; }
      .container .company_area .box_L .left, .container .company_area .box_L .right {
        width: 100%;
        padding: 0;
        margin: 0 auto; }
      .container .company_area .box_L .left {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 2%; }
      .container .company_area .box_L img {
        width: 43%;
        margin: 0; }
      .container .company_area .box_L .right {
        max-width: 21.875rem; }
      .container .company_area .box_L .fuki_tit {
        margin-bottom: 0.625rem; }
      .container .company_area .box_L .fuki {
        margin-bottom: 1.5625rem; }
        .container .company_area .box_L .fuki:before {
          right: 2.1875rem;
          bottom: -1.125rem;
          border-top: 18px solid transparent;
          border-bottom: 18px solid transparent;
          border-left: 15px solid #c9a7fa; }
    .container .company_area .box_L_smp {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 2%;
      max-width: none; }
      .container .company_area .box_L_smp img {
        margin: 0;
        width: 43%; } }
  .container .office_area .sec_h2 small {
    color: #8d4fcb; }
  .container .staff_area {
    padding-top: 2.5rem; }
    .container .staff_area .sec_illust {
      left: 0;
      max-width: 7.5625rem; }
    .container .staff_area .sec_h2 small {
      color: #75e883; }
    .container .staff_area li {
      --tri-h: 23px;
      position: relative;
      z-index: 0;
      display: inline-block;
      padding: 0.9375rem 1.875rem;
      margin: 0 0.8% 2.8125rem;
      color: #fff; }
      .container .staff_area li:before {
        content: "";
        position: absolute;
        inset: 0;
        bottom: -1.4375rem;
        z-index: -1;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--tri-h)), calc(var(--pointer-x) + var(--tri-right)) calc(100% - var(--tri-h)), var(--pointer-x) 100%, calc(var(--pointer-x) + var(--tri-left)) calc(100% - var(--tri-h)), 0 calc(100% - var(--tri-h))); }
      .container .staff_area li span {
        text-align: left;
        display: inline-block; }
    .container .staff_area .arw_l {
      --tri-right: 18px;
      --tri-left: 0px; }
    .container .staff_area .arw_r {
      --tri-right: 0px;
      --tri-left: -18px; }
    .container .staff_area .list_01 {
      width: 49%;
      --pointer-x: 60%; }
      .container .staff_area .list_01:before {
        background: #7BDF93;
        background: linear-gradient(350deg, #7bdf93 13%, #7bdf92 85%); }
    .container .staff_area .list_02 {
      width: 45%;
      --pointer-x: 33%;
      vertical-align: top; }
      .container .staff_area .list_02:before {
        background: #92D9C7;
        background: linear-gradient(350deg, #92d9c7 13%, #74e282 85%); }
    .container .staff_area .list_03 {
      width: 52%;
      --pointer-x: 34%; }
      .container .staff_area .list_03:before {
        background: #8DDABD;
        background: linear-gradient(350deg, #8ddabd 13%, #73e280 85%); }
    .container .staff_area .list_04 {
      width: 44%;
      --pointer-x: 66%; }
      .container .staff_area .list_04:before {
        background: #A5D1EF;
        background: linear-gradient(350deg, #a5d1ef 13%, #7fde9b 85%); }
    .container .staff_area .list_05 {
      width: 91%;
      --pointer-x: 49%; }
      .container .staff_area .list_05:before {
        background: #ACCCF4;
        background: linear-gradient(350deg, #acccf4 13%, #75e185 85%); }
    .container .staff_area .list_06 {
      width: 41%;
      --pointer-x: 66%; }
      .container .staff_area .list_06:before {
        background: #A7CFF1;
        background: linear-gradient(350deg, #a7cff1 13%, #81dea1 85%); }
    .container .staff_area .list_07 {
      width: 43%;
      --pointer-x: 38%; }
      .container .staff_area .list_07:before {
        background: #B4BFF4;
        background: linear-gradient(350deg, #b4bff4 13%, #9bd6da 85%); }
    .container .staff_area .list_08 {
      width: 54%;
      --pointer-x: 37%; }
      .container .staff_area .list_08:before {
        background: #B0C5F4;
        background: linear-gradient(350deg, #b0c5f4 13%, #90dac2 85%); }
    .container .staff_area .list_09 {
      width: 42%;
      --pointer-x: 36%; }
      .container .staff_area .list_09:before {
        background: #BAB3EB;
        background: linear-gradient(350deg, #bab3eb 13%, #a9cef4 85%); }
    .container .staff_area .list_10 {
      width: 95%;
      --pointer-x: 50%; }
      .container .staff_area .list_10:before {
        background: #BDAAE2;
        background: linear-gradient(350deg, #bdaae2 13%, #a0d3e6 85%); }
    .container .staff_area .list_11 {
      width: 32%;
      --pointer-x: 45%; }
      .container .staff_area .list_11:before {
        background: #BAB2EA;
        background: linear-gradient(350deg, #bab2ea 13%, #abcdf4 85%); }
    .container .staff_area .list_12 {
      width: 56%;
      --pointer-x: 58%; }
      .container .staff_area .list_12:before {
        background: #C79EDD;
        background: linear-gradient(350deg, #c79edd 13%, #bab6f2 85%); }
    .container .staff_area .list_13 {
      width: 36%;
      --pointer-x: 66%; }
      .container .staff_area .list_13:before {
        background: #C2A2DF;
        background: linear-gradient(350deg, #c2a2df 13%, #b5c0f8 85%); }
    .container .staff_area .list_14 {
      width: 47%;
      --pointer-x: 23%; }
      .container .staff_area .list_14:before {
        background: #D19EDF;
        background: linear-gradient(350deg, #d19edf 13%, #bdabe8 85%); }
  @media print, screen and (max-width: 768px) {
    .container .staff_area {
      padding-top: 0; }
      .container .staff_area .sec_illust {
        left: 0;
        max-width: 5rem; }
      .container .staff_area li {
        --tri-h: 18px;
        --tri-right: 0px;
        --tri-left: -18px;
        --pointer-x: 50% !important;
        width: 100% !important;
        padding: 0.75rem 5%;
        margin: 0 0.5% 1.875rem;
        font-size: 0.9375rem; }
        .container .staff_area li:before {
          bottom: -1.125rem; }
        .container .staff_area li:nth-last-child(even) {
          --tri-right: 18px;
          --tri-left: 0px; }
      .container .staff_area .arw_l {
        --tri-right: 0px;
        --tri-left: -15px; } }
  .container .recruit_area .sec_h2 small {
    color: #75e883; }
  .container .recruit_area .bg_color:before {
    background: #EFF6FE;
    background: linear-gradient(90deg, #eff6fe 0%, #f4edfa 65%, #f9ecfb 100%); }
  .container .recruit_area .btn_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 70px; }
    .container .recruit_area .btn_wrap:last-of-type {
      margin-bottom: 0; }
    .container .recruit_area .btn_wrap.bv_top {
      column-gap: 2.75%; }
      .container .recruit_area .btn_wrap.bv_top .btn_view {
        width: 31.5%; }
    .container .recruit_area .btn_wrap.bv_btm {
      column-gap: 1.3%; }
      .container .recruit_area .btn_wrap.bv_btm .btn_view {
        width: 24%;
        min-height: 11.6875rem; }
        .container .recruit_area .btn_wrap.bv_btm .btn_view figure {
          justify-content: flex-end; }
        .container .recruit_area .btn_wrap.bv_btm .btn_view .btn_illust {
          max-width: 108px;
          top: auto;
          left: 0.5rem;
          right: auto;
          bottom: -0.9375rem; }
    .container .recruit_area .btn_wrap .btn_view {
      margin: 0; }
  .container .recruit_area .btn_entry {
    margin-top: 6.25rem;
    border-radius: 2.5rem;
    max-width: 17.5rem;
    height: 3.75rem;
    color: #fff;
    font-weight: 600;
    background: #6995ED;
    background: linear-gradient(90deg, #6995ed 0%, #9447c8 51%, #ca46da 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.75rem; }
    .container .recruit_area .btn_entry > * {
      display: inline-block; }
    .container .recruit_area .btn_entry span {
      font-family: futura-pt, sans-serif;
      letter-spacing: .3em; }
    .container .recruit_area .btn_entry strong {
      font-size: 1.25rem; }
  @media print, screen and (max-width: 768px) {
    .container .recruit_area .bg_color .inner {
      flex-direction: column;
      row-gap: 1.875rem; }
    .container .recruit_area .btn_wrap {
      margin-bottom: 1.875rem; }
      .container .recruit_area .btn_wrap .btn_view {
        margin: 0 auto; }
      .container .recruit_area .btn_wrap.bv_top, .container .recruit_area .btn_wrap.bv_btm {
        row-gap: 1.875rem;
        justify-content: center; }
        .container .recruit_area .btn_wrap.bv_top .btn_view, .container .recruit_area .btn_wrap.bv_btm .btn_view {
          width: 90%;
          margin: 0 1%; }
      .container .recruit_area .btn_wrap.bv_btm .btn_view {
        min-height: 9.375rem; }
        .container .recruit_area .btn_wrap.bv_btm .btn_view .btn_illust {
          max-width: 5.625rem;
          left: 10%; }
    .container .recruit_area .btn_entry {
      margin-top: 3.75rem;
      border-radius: 1.875rem;
      max-width: 15.625rem;
      height: 3.4375rem;
      column-gap: 0.625rem; }
      .container .recruit_area .btn_entry span {
        font-size: 0.9375rem; }
      .container .recruit_area .btn_entry strong {
        font-size: 1.125rem; } }
  .container .page_top {
    position: fixed;
    right: 20px;
    z-index: 1;
    max-width: 70px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s, visibility .3s; }
    .container .page_top.is_show {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
  @media (max-width: 768px) {
    .container .page_top {
      right: 10px;
      max-width: 40px; } }
  .container.interview .sec_h2 {
    padding: 0;
    margin-bottom: 8.4375rem;
    background: #6995ED;
    background: linear-gradient(90deg, #6995ed 0%, #9447c8 51%, #ca46da 100%);
    color: #fff; }
    .container.interview .sec_h2 .inner {
      display: block;
      padding: 2.8125rem 0;
      max-width: 72.5rem;
      background: url("../images/interview_detail/id_h2_01.png") left 45%/219px no-repeat, url("../images/interview_detail/id_h2_02.png") calc(100% - 30px) bottom/207px no-repeat; }
  .container.interview .sec_h2:has(em) + .bg_color {
    text-align: left;
    margin-top: 0;
    padding-top: 0; }
    .container.interview .sec_h2:has(em) + .bg_color:before {
      background: #f1f1fc; }
    .container.interview .sec_h2:has(em) + .bg_color .inner {
      max-width: 62.5rem; }
  .container.interview .flex_wrap {
    margin-bottom: 6.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .container.interview .flex_wrap > * {
      width: 48.9%;
      max-width: 30.5625rem; }
    .container.interview .flex_wrap img {
      margin-top: -4.0625rem; }
    .container.interview .flex_wrap dl {
      color: #fff;
      background: #6995ED;
      background: linear-gradient(90deg, #6995ed 0%, #9447c8 51%, #ca46da 100%);
      line-height: 1.6;
      border-radius: 2.5rem;
      padding: 2.8125rem 4%; }
    .container.interview .flex_wrap dt {
      margin-left: -1.25rem;
      margin-bottom: 0.5rem;
      padding-left: 3.75rem;
      position: relative; }
      .container.interview .flex_wrap dt:before {
        content: "";
        width: 2.625rem;
        height: 0.125rem;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
    .container.interview .flex_wrap dd {
      font-size: 1.875rem;
      font-weight: 600; }
  .container.interview h3 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 3.75rem; }
    .container.interview h3:before {
      content: "「"; }
    .container.interview h3:after {
      content: "」"; }
  .container.interview .bg_w {
    background: #fff;
    border-radius: 2.5rem;
    padding: 4.6875rem 5%; }
    .container.interview .bg_w dt {
      font-size: 1.875rem;
      font-weight: 600;
      line-height: 1.5;
      position: relative;
      padding-left: 2.1em;
      margin-bottom: 2.1875rem; }
      .container.interview .bg_w dt:before {
        content: "";
        width: 2.625rem;
        height: 0.125rem;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #6995ED;
        background: linear-gradient(90deg, #6995ed 0%, #9447c8 51%, #ca46da 100%); }
    .container.interview .bg_w dd {
      font-size: 0.9375rem;
      line-height: 2;
      margin-bottom: 4.375rem; }
      .container.interview .bg_w dd:last-of-type {
        margin-bottom: 0; }
  @media print, screen and (max-width: 768px) {
    .container.interview .sec_h2 {
      margin-bottom: 5.3125rem; }
      .container.interview .sec_h2 .inner {
        padding: 1.875rem 0;
        background-position: left 15%, right bottom;
        background-size: 6.875rem, 5.625rem; }
      .container.interview .sec_h2 strong {
        font-size: min(35px, 9vw); }
    .container.interview .sec_illust {
      position: absolute; }
    .container.interview .sec_h2:has(em) + .bg_color .inner {
      width: 87.5%;
      margin-right: 7.5%; }
    .container.interview .flex_wrap {
      margin-bottom: 3.125rem;
      flex-direction: column;
      align-items: center; }
      .container.interview .flex_wrap img {
        max-width: 21.875rem;
        margin: -2.5rem auto 0;
        width: 80%; }
      .container.interview .flex_wrap dl {
        border-radius: 1.875rem;
        padding: 1.875rem 8%;
        margin-top: 1.25rem;
        width: 100%; }
      .container.interview .flex_wrap dt {
        margin-left: -0.9375rem;
        margin-bottom: 0.3125rem;
        padding-left: 2.5rem; }
        .container.interview .flex_wrap dt:before {
          width: 1.25rem; }
      .container.interview .flex_wrap dd {
        font-size: 1.5rem; }
    .container.interview h3 {
      font-size: 1.5625rem;
      margin-bottom: 2.1875rem; }
    .container.interview .bg_w {
      border-radius: 1.875rem;
      padding: 3.125rem 5%; }
      .container.interview .bg_w dt {
        font-size: 1.375rem;
        margin-bottom: 1.25rem;
        padding-left: 1.3em; }
        .container.interview .bg_w dt:before {
          width: 1.25rem; }
      .container.interview .bg_w dd {
        margin-bottom: 2.8125rem; } }
