@charset "UTF-8";
@media screen and (min-width: 961px) {
  .sp-view {
    display: none; }
  .pc-view {
    display: block; } }

@media screen and (max-width: 960px) {
  .sp-view {
    display: block; }
  .pc-view {
    display: none; } }

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* add 20181122 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  width: 100%;
  height: auto;
  vertical-align: top; }

a {
  text-decoration: none;
  color: #231815;
  transition: all .3s ease-out; }

footer {
  margin-top: 0; }

body {
  position: relative;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  background: linear-gradient(180deg, white 0%, #f0eff8 50%, #f0f7ff 100%);
  -webkit-font-smoothing: antialiased; }

#contents-gradient {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.container {
  position: relative;
  z-index: 2;
  color: #231815; }
  .container--secound {
    background: #231815;
    color: #FFFFFF; }
  .container__inner {
    max-width: 1032px;
    width: 85%;
    margin: auto;
    padding: clamp(120px, 20.8vw, 120px) 0; }

.c-heading-lv2 {
  font-size: clamp(44px, 9.16vw, 56px);
  line-height: 68px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2; }

.c-heading-lv3 {
  font-size: clamp(22px, 5.83vw, 28px);
  font-weight: bold;
  text-align: center;
  line-height: clamp(32px, 6.66vw, 36px); }

.c-heading-lv4 {
  font-size: clamp(18px, 3.75vw, 22px);
  font-weight: bold;
  line-height: clamp(26px, 5.41vw, 30px);
  color: #231815; }

.c-section-description {
  font-size: clamp(18px, 3.75vw, 18px);
  text-align: center;
  line-height: 30px; }
  @media screen and (max-width: 960px) {
    .c-section-description {
      text-align: left; } }

.c-button {
  width: 264px;
  height: 64px;
  line-height: 64px;
  text-align: center; }
  .c-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .c-button a::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      border-radius: 40px;
      background: #B6111C;
      transition: all .3s ease-out;
      text-align: center; }
    .c-button a:hover::after {
      transform: scale(1.05); }
    .c-button a:hover .text .icon {
      right: -5px; }
  .c-button .text {
    position: relative;
    padding-right: 26px;
    font-size: clamp(16px, 3.33vw, 16px);
    font-weight: bold;
    color: #FFFFFF;
    z-index: 1; }
    .c-button .text .icon {
      position: absolute;
      top: 50%;
      right: 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      transform: translateY(-50%);
      transition: all .3s ease-out; }

.kv {
  position: relative;
  height: 100vh;
  background: linear-gradient(270deg, #bc33e5 0%, #8061ff 50%, #29b0ff 100%); }
  @media screen and (max-width: 960px) {
    .kv {
      height: 60vh; } }
  .kv__logo {
    position: relative;
    width: 213px;
    padding: 15px 40px;
    z-index: 2; }
    .kv__logo img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 960px) {
      .kv__logo {
        margin: auto; } }
  .kv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    color: #FFFFFF;
    z-index: 2;
    transform: translate(-50%, -55%);
    text-align: center; }
    .kv__title .sub-title {
      font-size: clamp(18px, 3.95vw, 44px);
      font-weight: 500;
      opacity: 0; }
    .kv__title .description {
      padding: 0 40px;
      font-size: clamp(14px, 2.91vw, 20px);
      font-weight: 400;
      opacity: 0;
      line-height: 1.3; }
      .kv__title .description .note {
        font-size: 10px; }
    @media screen and (max-width: 960px) {
      .kv__title {
        width: 96%; } }
  .kv #kv-gradient {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .kv h1 {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 16px 0;
    font-size: clamp(52px, 10.8vw, 140px);
    font-weight: 200;
    font-family: "Helvetica Neue",Helvetica,Arial,Verdana; }
    .kv h1 span {
      display: inline-block;
      padding: 0 1px;
      line-height: 1;
      opacity: 0; }
      .kv h1 span.tx-blur {
        animation: blurAnime 2s ease 0s 1 normal; }
    .kv h1 .tx-9 {
      padding-left: 12px; }
    .kv h1 .sparkle {
      width: 30px; }
    @media screen and (max-width: 960px) {
      .kv h1 {
        width: 100%; }
        .kv h1 .sparkle {
          width: 20px; } }

@keyframes blurAnime {
  0% {
    filter: blur(20px); }
  100% {
    filter: blur(0); } }
  .kv__scroll {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 3em;
    height: 3em;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer; }
    .kv__scroll:hover::before {
      animation-play-state: paused; }
    .kv__scroll::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 3em;
      height: 3em;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      opacity: 0;
      animation: ripple1 3s infinite; }
    .kv__scroll span {
      width: 1em;
      height: 1em;
      position: absolute;
      top: 25%;
      left: 33%;
      transform: rotate(-45deg);
      border-left: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      z-index: 2;
      transition: all .3s ease-out; }
    .kv__scroll:hover span {
      top: 28%; }
    @media screen and (max-width: 960px) {
      .kv__scroll {
        bottom: 30px; } }

@keyframes ripple1 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }

.message {
  position: relative;
  z-index: 2;
  padding-top: clamp(60px, 12.5vw, 120px); }
  .message .c-heading-lv2 {
    padding-bottom: clamp(40px, 8.33vw, 80px); }
  .message__inner {
    display: flex;
    gap: 0 80px; }
    .message__inner .thumb {
      max-width: 600px;
      width: 50%; }
    @media screen and (max-width: 960px) {
      .message__inner {
        flex-direction: column;
        gap: clamp(60px, 12.5vw, 60px) 0;
        justify-content: baseline; }
        .message__inner .thumb {
          max-width: 100%;
          width: 100%; } }
    @media screen and (min-width: 1680px) {
      .message__inner {
        justify-content: center; } }
  .message__contents .sub-title {
    display: inline-block;
    position: relative;
    margin-bottom: clamp(16px, 3.33vw, 40px);
    padding-right: 96px;
    font-size: clamp(13px, 2.7vw, 18px);
    line-height: 1.7; }
    .message__contents .sub-title::after {
      position: absolute;
      right: 0;
      top: 50%;
      display: block;
      content: '';
      width: 80px;
      height: 1px;
      background: #231815;
      transform: translateY(-50%); }
  .message__contents .title {
    padding-bottom: clamp(30px, 6.25vw, 40px);
    font-size: clamp(32px, 6.66vw, 44px);
    font-weight: 500;
    line-height: clamp(42px, 8.75vw, 56px); }
  .message__contents .description {
    padding-bottom: clamp(30px, 6.25vw, 40px); }
    .message__contents .description p {
      font-size: clamp(18px, 3.75vw, 18px);
      line-height: 30px; }
      .message__contents .description p + p {
        padding-top: clamp(32px, 6.25vw, 20px); }
    .message__contents .description .note {
      font-size: 12px; }
  .message__contents .name {
    padding-bottom: clamp(30px, 6.25vw, 40px);
    font-size: clamp(42px, 8.25vw, 42px); }
  .message__contents .c-button {
    width: 330px; }
    @media screen and (max-width: 960px) {
      .message__contents .c-button {
        width: 100%; } }
  @media screen and (max-width: 960px) {
    .message__contents {
      width: 90%;
      margin: auto; } }

.value {
  padding-bottom: clamp(80px, 16.6vw, 120px); }
  .value .c-heading-lv2 {
    padding-bottom: clamp(36px, 7.5vw, 40px); }
  .value .c-section-description {
    padding-bottom: clamp(60px, 12.5vw, 60px); }
  .value__inner {
    width: 100%;
    max-width: 1032px;
    margin: auto; }
  .value__contents {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 40px; }
    @media screen and (max-width: 960px) {
      .value__contents {
        flex-direction: column;
        gap: 40px 0; } }
    .value__contents .items {
      width: 47%;
      padding: clamp(30px, 6.25vw, 30px);
      background: #FFFFFF;
      border-radius: 16px;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .value__contents .items {
          width: 100%; } }
    .value__contents .tag {
      padding-bottom: clamp(16px, 3.33vw, 16px);
      font-size: clamp(14px, 2.91vw, 14px);
      font-weight: bold;
      text-align: left; }
    .value__contents .title {
      font-size: clamp(24px, 5vw, 28px);
      font-weight: bold;
      line-height: clamp(32px, 5.83vw, 36px); }
    .value__contents .numbers {
      padding-bottom: clamp(16px, 3.33vw, 16px);
      font-size: clamp(48px, 10vw, 48px);
      font-weight: bold;
      line-height: 1.3;
      font-family: "Helvetica Neue",Helvetica,Arial,Verdana; }
      .value__contents .numbers__gradient {
        font-size: clamp(64px, 13.3vw, 64px);
        background-clip: text;
        background: linear-gradient(90deg, #29B0FF 0%, #8061FF 50%, #BC33E5 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent; }
        .value__contents .numbers__gradient .unit {
          font-size: clamp(48px, 10vw, 48px); }
    .value__contents .note {
      display: inline-block;
      padding-left: 4px;
      font-size: clamp(12px, 2.5vw, 12px);
      font-weight: normal;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    .value__contents .description {
      font-size: clamp(15px, 3.125vw, 15px);
      line-height: 1.4; }

.function .c-heading-lv2 {
  padding-bottom: clamp(36px, 7.5vw, 40px); }

.function .c-section-description {
  padding-bottom: clamp(60px, 12.5vw, 60px); }

.function__contents {
  width: 100%;
  max-width: 1032px; }

.function__ai {
  padding-bottom: clamp(60px, 12.5vw, 60px); }
  .function__ai .c-heading-lv3 {
    padding-bottom: clamp(30px, 6.25vw, 40px);
    text-align: center; }
  .function__ai .use {
    padding: clamp(50px, 10.41vw, 50px) clamp(40px, 8.33vw, 40px) clamp(25px, 5.2vw, 25px);
    background: #FFFFFF;
    border-radius: 24px;
    text-align: center; }
  @media screen and (max-width: 960px) {
    .function__ai .thumb {
      overflow: scroll; } }
  .function__ai .thumb figure {
    width: 925px; }

.function__biz-ai .c-heading-lv4 {
  padding-bottom: clamp(30px, 6.25vw, 40px);
  text-align: center; }

.function__biz-ai .items {
  display: flex; }
  .function__biz-ai .items:not(:last-child) {
    padding-bottom: clamp(40px, 8.33vw, 40px); }
  .function__biz-ai .items:last-child {
    padding-bottom: clamp(60px, 12.5vw, 60px); }
  .function__biz-ai .items .thumb {
    position: relative;
    width: 400px;
    height: 300px;
    background: linear-gradient(90deg, #cacdec 0%, #c6defb 100%);
    border-radius: 24px 0 0 24px;
    overflow: hidden; }
    .function__biz-ai .items .thumb figure {
      position: absolute; }
      .function__biz-ai .items .thumb figure.biz-ai-01 {
        bottom: 0;
        left: 0;
        width: 371px; }
      .function__biz-ai .items .thumb figure.biz-ai-02 {
        top: 0;
        right: 0;
        width: 360px; }
      .function__biz-ai .items .thumb figure.biz-ai-03 {
        left: 50%;
        bottom: 0;
        width: 316px;
        transform: translateX(-50%); }
  .function__biz-ai .items .text-area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    height: 300px;
    padding: 0 50px;
    background: #FFFFFF;
    border-radius: 0 24px 24px 0; }
    @media screen and (max-width: 960px) {
      .function__biz-ai .items .text-area {
        padding: clamp(30px, 6.25vw, 30px); } }
    .function__biz-ai .items .text-area__title {
      padding-bottom: clamp(16px, 3.33vw, 16px);
      font-weight: bold;
      font-size: clamp(22px, 4.58vw, 22px);
      line-height: clamp(26px, 5.41vw, 30px); }
    .function__biz-ai .items .text-area__description {
      font-size: clamp(15px, 3.125vw, 15px);
      line-height: 1.6; }
  @media screen and (max-width: 960px) {
    .function__biz-ai .items {
      flex-direction: column; }
      .function__biz-ai .items .thumb {
        width: 100%;
        height: clamp(232px, 48.3vw, 300px);
        border-radius: 24px 24px 0 0; }
        .function__biz-ai .items .thumb figure.biz-ai-01 {
          left: 50%;
          width: 60%;
          transform: translateX(-50%); }
        .function__biz-ai .items .thumb figure.biz-ai-02 {
          right: 50%;
          width: 70%;
          transform: translateX(50%); }
        .function__biz-ai .items .thumb figure.biz-ai-03 {
          width: 50%; }
      .function__biz-ai .items .text-area {
        border-radius: 0 0 24px 24px; } }
  @media screen and (max-width: 520px) {
    .function__biz-ai .items .thumb figure.biz-ai-01 {
      width: 90%; }
    .function__biz-ai .items .thumb figure.biz-ai-02 {
      width: 90%; }
    .function__biz-ai .items .thumb figure.biz-ai-03 {
      width: 70%; } }

.function__biz-ai .external-article {
  padding-bottom: clamp(60px, 12.5vw, 60px); }
  .function__biz-ai .external-article__title {
    padding-bottom: clamp(20px, 4.16vw, 20px);
    font-size: clamp(18px, 3.75vw, 18px);
    text-align: center;
    line-height: 1.7; }
    @media screen and (max-width: 960px) {
      .function__biz-ai .external-article__title {
        text-align: left;
        line-height: 1.4; } }
  .function__biz-ai .external-article__card {
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden; }
    .function__biz-ai .external-article__card a {
      display: flex;
      align-items: center; }
      .function__biz-ai .external-article__card a:hover img {
        transform: scale(1.05); }
      @media screen and (max-width: 960px) {
        .function__biz-ai .external-article__card a {
          flex-direction: column; } }
    .function__biz-ai .external-article__card .thumb {
      width: 320px;
      height: 240px;
      overflow: hidden; }
      .function__biz-ai .external-article__card .thumb img {
        transition: all .3s ease-out; }
      @media screen and (max-width: 960px) {
        .function__biz-ai .external-article__card .thumb {
          width: 100%; } }
    .function__biz-ai .external-article__card .text-area {
      flex: 1;
      padding-left: clamp(40px, 8.33vw, 40px); }
      .function__biz-ai .external-article__card .text-area__tag {
        padding-bottom: clamp(10px, 2.08vw, 10px);
        font-size: clamp(15px, 3.125vw, 15px);
        font-weight: bold;
        line-height: 1.6; }
      .function__biz-ai .external-article__card .text-area__title {
        margin-right: clamp(30px, 6.25vw, 30px);
        padding-bottom: clamp(16px, 3.33vw, 16px);
        font-weight: bold;
        font-size: clamp(18px, 3.75vw, 22px);
        line-height: clamp(26px, 5.41vw, 30px);
        background: url("/img/ai/icon-blank.png") no-repeat right center;
        background-size: 30px 30px; }
        @media screen and (max-width: 960px) {
          .function__biz-ai .external-article__card .text-area__title {
            background-size: 22px 22px; } }
      .function__biz-ai .external-article__card .text-area__name {
        font-size: clamp(15px, 3.125vw, 15px);
        line-height: 1.6; }
      @media screen and (max-width: 960px) {
        .function__biz-ai .external-article__card .text-area {
          padding: clamp(30px, 6.25vw, 30px);
          padding-right: clamp(20px, 4.16vw, 20px); }
          .function__biz-ai .external-article__card .text-area__title {
            margin-right: 0;
            padding-right: clamp(30px, 6.25vw, 30px); } }

.function .biz-ai-service .c-heading-lv4 {
  padding-bottom: clamp(30px, 6.25vw, 40px);
  text-align: center; }

.function .biz-ai-service__list {
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(40px, 8.33vw, 40px); }
  .function .biz-ai-service__list .items {
    width: 243px; }
  .function .biz-ai-service__list .title {
    padding-bottom: clamp(20px, 4.16vw, 20px);
    font-size: clamp(15px, 3.125vw, 15px);
    font-weight: bold;
    line-height: 1.6;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .function .biz-ai-service__list .title {
        line-height: 1.4; } }
  .function .biz-ai-service__list .wrap {
    overflow: hidden;
    border-radius: 16px; }
  .function .biz-ai-service__list a {
    display: block;
    background: #FFFFFF;
    border-radius: 16px; }
    .function .biz-ai-service__list a .thumb {
      overflow: hidden; }
      .function .biz-ai-service__list a .thumb img {
        transition: all .3s ease-out; }
    .function .biz-ai-service__list a:hover img {
      transform: scale(1.05); }
  .function .biz-ai-service__list .description {
    margin-right: clamp(20px, 4.16vw, 20px);
    padding: clamp(30px, 6.25vw, 30px) clamp(20px, 4.16vw, 20px);
    font-size: clamp(13px, 2.7vw, 13px);
    line-height: 1.4;
    background: url("/img/ai/icon-blank.png") no-repeat right center;
    background-size: 20px 20px; }
  @media screen and (max-width: 960px) {
    .function .biz-ai-service__list {
      flex-direction: column;
      gap: clamp(40px, 4.16vw, 40px) 0; }
      .function .biz-ai-service__list .items {
        width: 100%; } }

.function .biz-ai-service .note {
  font-size: clamp(12px, 2.5vw, 12px);
  text-align: right;
  line-height: 1.7; }

.activities {
  color: #231815; }
  .activities__section {
    padding-top: clamp(60px, 12.5vw, 60px);
    color: #FFFFFF; }
    .activities__section .hading-block {
      padding-bottom: clamp(20px, 4.16vw, 40px);
      text-align: center; }
      .activities__section .hading-block .title {
        padding-bottom: clamp(12px, 2.5vw, 12px);
        font-size: clamp(22px, 5.83vw, 28px);
        font-weight: bold;
        line-height: clamp(30px, 6.25vw, 36px); }
      .activities__section .hading-block .description {
        font-size: clamp(16px, 3.33vw, 20px);
        line-height: 1.7; }
        @media screen and (max-width: 960px) {
          .activities__section .hading-block .description {
            line-height: 1.6; } }
      .activities__section .hading-block--single .title {
        padding-bottom: 0; }
  .activities .c-heading-lv2 {
    padding-bottom: clamp(40px, 8.33vw, 40px);
    color: #FFFFFF;
    font-weight: 500; }
  .activities .c-heading-lv4 {
    padding-bottom: clamp(20px, 4.16vw, 20px);
    text-align: center; }
  .activities .c-section-description {
    color: #FFFFFF; }
  .activities__contents {
    padding: clamp(40px, 8.33vw, 40px) clamp(30px, 6.25vw, 30px);
    background: #FFFFFF;
    border-radius: 24px; }
  .activities__description {
    padding-bottom: clamp(40px, 8.33vw, 40px);
    font-size: clamp(15px, 3.125vw, 15px);
    line-height: 1.6;
    text-align: center;
    color: #231815; }
    @media screen and (max-width: 960px) {
      .activities__description {
        text-align: left; } }
  .activities__pralrie-dog {
    width: 100%;
    max-width: 640px;
    margin: 0 auto clamp(40px, 8.33vw, 40px);
    transition: all .3s ease-out;
    border-radius: 9px; }
  .activities__heading-lv4-block {
    padding-bottom: clamp(20px, 4.16vw, 20px); }
    .activities__heading-lv4-block .c-heading-lv4 {
      padding-bottom: clamp(10px, 2.08vw, 10px); }
    .activities__heading-lv4-block .activities__description {
      padding-bottom: 0; }
  .activities__article-list {
    max-width: 772px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto; }
    @media screen and (max-width: 960px) {
      .activities__article-list {
        flex-direction: column;
        gap: clamp(40px, 8.33vw, 40px) 0; } }
  .activities__article-items {
    width: 230px; }
    @media screen and (max-width: 960px) {
      .activities__article-items {
        width: 100%; } }
    .activities__article-items a {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .activities__article-items a:hover .thumb img {
        transform: scale(1.05); }
    .activities__article-items .thumb {
      width: 100%;
      margin-bottom: clamp(20px, 4.16vw, 20px);
      overflow: hidden; }
      .activities__article-items .thumb img {
        transition: all .3s ease-out; }
    .activities__article-items .title {
      flex-grow: 1;
      margin-bottom: clamp(20px, 4.16vw, 20px);
      padding-right: clamp(32px, 6.66vw, 32px);
      font-size: clamp(15px, 3.125vw, 15px);
      font-weight: bold;
      line-height: 1.6;
      background: url("/img/ai/icon-blank.png") no-repeat right center;
      background-size: 20px 20px; }
      .activities__article-items .title--short {
        background: url("/img/ai/icon-blank.png") no-repeat right 14px;
        background-size: 20px 20px; }
    .activities__article-items .author {
      display: flex;
      align-items: center; }
      .activities__article-items .author__thumb {
        width: clamp(38px, 7.91vw, 38px);
        margin-right: clamp(10px, 2.08vw, 10px); }
      .activities__article-items .author__name {
        font-size: clamp(12px, 2.5vw, 12px);
        font-weight: bold; }
  .activities__culture {
    color: #231815; }
    .activities__culture .items {
      padding: clamp(24px, 5vw, 24px) 0;
      text-align: center; }
      .activities__culture .items:not(:last-child) {
        border-bottom: 1px solid #DDDDDD; }
      .activities__culture .items:first-child {
        padding-top: 0; }
      .activities__culture .items:last-child {
        padding-bottom: 0; }
    .activities__culture .title {
      padding-bottom: clamp(8px, 1.66vw, 8px);
      font-size: clamp(18px, 3.75vw, 22px);
      font-weight: bold;
      line-height: clamp(26px, 5.41vw, 22px); }
    .activities__culture .description {
      font-size: clamp(15px, 3.125vw, 15px);
      line-height: 1.6; }
  .activities__interview {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0 40px; }
    @media screen and (max-width: 960px) {
      .activities__interview {
        flex-direction: column;
        gap: clamp(40px, 8.33vw, 40px) 0; } }
    .activities__interview .items {
      flex: 1;
      background-color: #FFFFFF;
      border-radius: 16px;
      overflow: hidden; }
      .activities__interview .items .thumb img {
        transition: all .3s ease-out; }
      .activities__interview .items a {
        display: block;
        height: 100%; }
        .activities__interview .items a:hover img {
          transform: scale(1.05); }
    .activities__interview .text-area {
      padding: clamp(30px, 6.25vw, 40px); }
    .activities__interview .tag {
      padding-bottom: clamp(10px, 2.08vw, 10px);
      font-size: clamp(15px, 3.125vw, 15px);
      font-weight: bold;
      line-height: 1.6; }
    .activities__interview .title {
      padding-bottom: clamp(20px, 4.16vw, 20px);
      padding-right: clamp(32px, 6.66vw, 32px);
      font-size: clamp(18px, 3.75vw, 22px);
      font-weight: bold;
      line-height: clamp(26px, 5.41vw, 30px);
      background: url("/img/ai/icon-blank.png") no-repeat right center;
      background-size: 30px 30px; }
    .activities__interview .name {
      font-size: clamp(15px, 3.125vw, 15px);
      line-height: 1.6; }
    @media screen and (max-width: 960px) {
      .activities__interview .items {
        width: 100%; } }

.recruit-info {
  position: relative;
  z-index: 2;
  background: #FFFFFF; }
  .recruit-info__inner {
    display: flex;
    width: 100%;
    max-width: 1032px;
    margin: auto;
    padding: clamp(40px, 8.33vw, 70px); }
    .recruit-info__inner .sub-title {
      padding-right: 40px;
      font-size: clamp(18px, 3.75vw, 18px);
      line-height: 1.4; }
    .recruit-info__inner .title {
      font-size: clamp(24px, 5vw, 28px);
      font-weight: bold;
      line-height: clamp(32px, 6.66vw, 36px); }
    @media screen and (max-width: 960px) {
      .recruit-info__inner {
        flex-direction: column; }
        .recruit-info__inner .sub-title {
          padding-bottom: clamp(20px, 4.16vw, 20px);
          padding-right: 0;
          text-align: center; }
        .recruit-info__inner .title {
          padding-bottom: clamp(30px, 6.25vw, 30px); } }
  .recruit-info .c-button {
    width: 246px;
    margin-left: auto; }
    @media screen and (max-width: 960px) {
      .recruit-info .c-button {
        width: 100%;
        margin-left: 0; } }

.footer {
  padding: clamp(20px, 4.166vw, 40px) clamp(40px, 8.33vw, 40px);
  background: #EEEEEE; }
  .footer__logo {
    width: 50%;
    max-width: 213px;
    margin: auto; }
    .footer__logo img {
      width: 100%; }
