@charset "UTF-8";

.device-desktop header.static-header {
  opacity: 0; }

.device-mobile #key-visual {
  position: relative;
  background: url("/recruit/assets/img/sp/bg-keyvisual.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: 500px; }
  @media screen and (max-width: 369px) {
    .device-mobile #key-visual {
      background-image: url("/recruit/assets/img/sp/bg-keyvisual-small.jpg"); } }
  .device-mobile #key-visual .text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    text-align: center;
    margin-top: -205px; }
    .device-mobile #key-visual .text .title {
      position: relative;
      display: inline-block;
      text-align: center; }
      .device-mobile #key-visual .text .title .txt {
        display: block;
        max-width: 500px; }
    .device-mobile #key-visual .text .lead {
      margin: 14px auto 0; }
    @media screen and (max-width: 369px) {
      .device-mobile #key-visual .text {
        margin-top: -160px; }
        .device-mobile #key-visual .text .lead {
          margin: 10px auto 0; } }
    @media screen and (min-width: 410px) {
      .device-mobile #key-visual .text {
        margin-top: -213px; }
        .device-mobile #key-visual .text .lead {
          margin: 16px auto 0; } }
    @media screen and (orientation: landscape) and (max-width: 670px) {
      .device-mobile #key-visual .text {
        margin-top: 0;
        top: 10%; } }
  .device-mobile #key-visual .icon {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -27px;
    cursor: pointer;
    width: 54px; }
    .device-mobile #key-visual .icon a {
      display: block;
      color: #fff;
      text-decoration: none;
      text-align: center; }
      .device-mobile #key-visual .icon a span {
        font-size: 10px;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 500;
        letter-spacing: 0.02em; }
      .device-mobile #key-visual .icon a img {
        position: relative;
        top: 0;
        animation: scroll 1.2s cubic-bezier(0.39, 0.39, 0.39, 0.36) infinite; }
.device-desktop #key-visual {
  background: #fff;
  position: relative;
  max-width: 100%;
  min-width: 960px;
  height: 1000px;
  margin: 0 auto; }
  .device-desktop #key-visual.active {
    background: #101010; }
  .device-desktop #key-visual > .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    letter-spacing: -.4em;
    text-align: center;
    font-size: 0; }
    .device-desktop #key-visual > .bg > span {
      width: 16.67%;
      height: 100%;
      display: inline-block;
      overflow: hidden;
      text-align: center; }
      .device-desktop #key-visual > .bg > span span {
        margin: 0 -1px;
        display: block;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 0;
        position: relative;
        top: 0;
        transform: matrix(1.2, 0, 0, 1.2, 60, 40);
        transform-origin: 50% 0;
        transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0; }
        .device-desktop #key-visual > .bg > span span:after {
          content: '';
          display: block;
          width: 102%;
          height: 102%;
          position: absolute;
          top: 0;
          right: 0;
          background: #fff;
          transform: translateX(0);
          z-index: 5;
          transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
        .device-desktop #key-visual > .bg > span span.active {
          opacity: 1;
          transform: matrix(1, 0, 0, 1, 0, 0); }
          .device-desktop #key-visual > .bg > span span.active:after {
            transform: translateX(100%); }
      .device-desktop #key-visual > .bg > span:nth-child(1) span {
        background-image: url("/recruit/assets/img/pc/keyvisual/img-keyvisual-1.jpg");
        transition-delay: .2s; }
        .device-desktop #key-visual > .bg > span:nth-child(1) span:after {
          transition-delay: .2s; }
      .device-desktop #key-visual > .bg > span:nth-child(2) span {
        background-image: url("/recruit/assets/img/pc/keyvisual/img-keyvisual-2.jpg");
        transition-delay: .4s; }
        .device-desktop #key-visual > .bg > span:nth-child(2) span:after {
          transition-delay: .4s; }
      .device-desktop #key-visual > .bg > span:nth-child(3) {
        width: 16.66%; }
        .device-desktop #key-visual > .bg > span:nth-child(3) span {
          background-image: url("/recruit/assets/img/pc/keyvisual/img-keyvisual-3.jpg");
          transition-delay: .45s; }
          .device-desktop #key-visual > .bg > span:nth-child(3) span:after {
            transition-delay: .45s; }
      .device-desktop #key-visual > .bg > span:nth-child(4) {
        width: 16.66%; }
        .device-desktop #key-visual > .bg > span:nth-child(4) span {
          background-image: url("/recruit/assets/img/pc/keyvisual/img-keyvisual-4.jpg");
          transition-delay: .5s; }
          .device-desktop #key-visual > .bg > span:nth-child(4) span:after {
            transition-delay: .5s; }
      .device-desktop #key-visual > .bg > span:nth-child(5) span {
        background-image: url("/recruit/assets/img/pc/keyvisual/img-keyvisual-5.jpg");
        transition-delay: .55s; }
        .device-desktop #key-visual > .bg > span:nth-child(5) span:after {
          transition-delay: .55s; }
      .device-desktop #key-visual > .bg > span:nth-child(6) span {
        background-image: url("/recruit/assets/img/pc/keyvisual/img-keyvisual-6.jpg");
        transition-delay: .6s; }
        .device-desktop #key-visual > .bg > span:nth-child(6) span:after {
          transition-delay: .6s; }
      .device-desktop #key-visual > .bg > span span {
        background-size: 108% auto;
        background-position: 50% 8%; }
  .device-desktop #key-visual .text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    text-align: center;
    width: 84%;
    margin-left: -42%;
    margin-top: -102px; }
    .device-desktop #key-visual .text .title {
      position: relative;
      display: inline-block; }
      .device-desktop #key-visual .text .title span.copy {
        display: none;
        opacity: 0;
        max-width: 1176px; }
        .device-desktop #key-visual .text .title span.copy.active {
          display: block;
          opacity: 1; }
      .device-desktop #key-visual .text .title .txt {
        display: table;
        width: 100%;
        max-width: 1176px; }
        .device-desktop #key-visual .text .title .txt span {
          display: table-cell;
          overflow: hidden; }
          .device-desktop #key-visual .text .title .txt span img {
            display: block;
            width: 100%;
            max-height: 104px;
            position: relative;
            transform: translateY(120px);
            transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
            opacity: 0; }
    .device-desktop #key-visual .text .lead {
      position: relative;
      margin-top: 22px;
      text-align: center;
      opacity: 0; }
      .device-desktop #key-visual .text .lead img {
        width: 560px; }
  .device-desktop #key-visual .icon {
    opacity: 0;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -19px;
    cursor: pointer; }
    .device-desktop #key-visual .icon a {
      display: block;
      text-decoration: none;
      color: #fff;
      text-align: center; }
      .device-desktop #key-visual .icon a:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 5px;
        top: 9px;
        left: 50%;
        margin-left: -2px;
        border-radius: 30%;
        background-color: #fff;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        animation: scroll-wheel 1.3s cubic-bezier(0.63, 0.04, 0.56, 1.11) infinite; }
      .device-desktop #key-visual .icon a img {
        width: 26px; }
      .device-desktop #key-visual .icon a span {
        font-size: 14px;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 500;
        letter-spacing: 0.04em;
        display: block;
        padding-top: 4px; }
  .device-desktop #key-visual.h-small > .bg > span span {
    background-size: 100% auto; }
  .device-desktop #key-visual.h-small .text {
    margin-top: -80px; }
    .device-desktop #key-visual.h-small .text .title {
      top: 26px; }
      .device-desktop #key-visual.h-small .text .title .txt {
        max-width: 1100px; }
    .device-desktop #key-visual.h-small .text .lead {
      top: 26px;
      margin-top: 20px; }
      .device-desktop #key-visual.h-small .text .lead img {
        width: 540px; }
  .device-desktop #key-visual.h-medium .text .title {
    top: 46px; }
  .device-desktop #key-visual.h-medium .text .lead {
    top: 46px; }
  .device-desktop #key-visual.h-large > .bg > span span {
    background-size: cover;
    background-position: 50% 20%; }
  .device-desktop #key-visual.h-large .text .title {
    top: 44px; }
  .device-desktop #key-visual.h-large .text .lead {
    top: 44px; }
  @media screen and (max-width: 1279px) {
    .device-desktop #key-visual .text {
      margin-top: -84px; }
      .device-desktop #key-visual .text .title span.copy {
        max-width: 1020px; }
      .device-desktop #key-visual .text .lead {
        margin-top: 18px; }
        .device-desktop #key-visual .text .lead img {
          width: 510px; }
    .device-desktop #key-visual.h-small > .bg > span span, .device-desktop #key-visual.h-medium > .bg > span span {
      background-size: 125% auto;
      background-position: 50% 0; }
    .device-desktop #key-visual.h-small .text, .device-desktop #key-visual.h-medium .text {
      margin-top: -84px; }
      .device-desktop #key-visual.h-small .text .title, .device-desktop #key-visual.h-medium .text .title {
        top: 40px; }
      .device-desktop #key-visual.h-small .text .lead, .device-desktop #key-visual.h-medium .text .lead {
        top: 40px; }
    .device-desktop #key-visual.h-large .text .title {
      top: 36px; }
    .device-desktop #key-visual.h-large .text .lead {
      top: 36px; } }
  @media screen and (min-width: 1600px) {
    .device-desktop #key-visual > .bg > span span {
      background-size: cover;
      background-position: 50% 10%; }
    .device-desktop #key-visual.h-small > .bg > span span {
      background-size: cover;
      background-position: 50% 15%; }
    .device-desktop #key-visual.h-small .text {
      margin-top: -70px; }
      .device-desktop #key-visual.h-small .text .title {
        top: 16px; }
      .device-desktop #key-visual.h-small .text .lead {
        top: 16px;
        margin-top: 10px; } }
  .device-desktop #key-visual.h-medium .text .title {
    top: 42px; }
  .device-desktop #key-visual.h-medium .text .lead {
    top: 42px; }
  .device-desktop #key-visual.h-large .text .title {
    top: 44px; }
  .device-desktop #key-visual.h-large .text .lead {
    top: 44px; }

@keyframes scroll {
  0% {
    top: -4px;
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 0.6; }
  80% {
    top: 4px;
    opacity: 0; }
  100% {
    top: 4px;
    opacity: 0; } }
@keyframes scroll-wheel {
  0% {
    top: 7px;
    transform: scale(0.1); }
  50% {
    top: 12px;
    transform: scale(1); }
  100% {
    top: 6px;
    transform: scale(0.1); } }
.device-mobile .content > section {
  padding-top: 48px; }
  .device-mobile .content > section h2 {
    text-align: center; }
    .device-mobile .content > section h2 .en {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #999;
      letter-spacing: 0.08em;
      display: block;
      font-size: 12px;
      line-height: 1;
      margin-bottom: 10px;
      margin-top: 0px; }
    .device-mobile .content > section h2 img {
      width: 195.5px; }
  .device-mobile .content > section .lead {
    color: #404040;
    font-size: 13px;
    line-height: 1.62;
    margin-bottom: 23.97px;
    margin-top: 15.97px;
    letter-spacing: 0.025em; }
    .device-mobile .content > section .lead br {
      display: none; }

.device-mobile .area-about, .device-mobile .area-member {
  padding-top: 0 !important;
  padding-bottom: 44px; }
  .device-mobile .area-about .text, .device-mobile .area-member .text {
    text-decoration: none;
    display: block;
    padding: 0 6.25%; }
    .device-mobile .area-about .text h2, .device-mobile .area-member .text h2 {
      padding-top: 36px; }
    .device-mobile .area-about .text .lead, .device-mobile .area-member .text .lead {
      font-size: 13px;
      line-height: 1.62;
      margin-bottom: 19.97px;
      margin-top: 15.97px; }
    .device-mobile .area-about .text a, .device-mobile .area-member .text a {
      text-decoration: none; }
    .device-mobile .area-about .text .btn, .device-mobile .area-member .text .btn {
      display: block;
      height: 45px;
      line-height: 45px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.2em;
      background: #2f2f2f; }
  .device-mobile .area-about figure img, .device-mobile .area-member figure img {
    width: 100%; }
.device-desktop .area-about, .device-desktop .area-member {
  display: table;
  width: 100%; }
  .device-desktop .area-about figure, .device-desktop .area-about .text, .device-desktop .area-member figure, .device-desktop .area-member .text {
    display: table-cell;
    vertical-align: middle; }
  .device-desktop .area-about figure, .device-desktop .area-member figure {
    width: 50%;
    position: relative; }
    .device-desktop .area-about figure img, .device-desktop .area-member figure img {
      width: 100%;
      vertical-align: middle; }
    .device-desktop .area-about figure:after, .device-desktop .area-member figure:after {
      content: '';
      border: solid 1px rgba(112, 0, 0, 0);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      display: block;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .device-desktop .area-about.hover-section.hover-active figure:after, .device-desktop .area-member.hover-section.hover-active figure:after {
    border: solid 12px rgba(112, 0, 0, 0.7); }
  .device-desktop .area-about a.text, .device-desktop .area-member a.text {
    text-decoration: none;
    color: #404040;
    background: #fff;
    width: 50%;
    text-align: center; }
    .device-desktop .area-about a.text h2, .device-desktop .area-about a.text .lead, .device-desktop .area-member a.text h2, .device-desktop .area-member a.text .lead {
      margin: 0 auto; }
    .device-desktop .area-about a.text h2, .device-desktop .area-member a.text h2 {
      text-align: center; }
      .device-desktop .area-about a.text h2 .en, .device-desktop .area-member a.text h2 .en {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #999;
        letter-spacing: 0.08em;
        display: block;
        font-size: 18px;
        line-height: 1;
        margin-bottom: 14px;
        margin-top: 0px; }
    .device-desktop .area-about a.text .lead, .device-desktop .area-member a.text .lead {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 17px;
      line-height: 1.59;
      margin-bottom: -39.015px;
      margin-top: 26.985px;
      letter-spacing: 0.02em;
      text-align: justify;
      width: 352px;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .device-desktop .area-about a.text .lead span, .device-desktop .area-member a.text .lead span {
        letter-spacing: -.4em; }
      .device-desktop .area-about a.text .lead em, .device-desktop .area-member a.text .lead em {
        letter-spacing: -.06em;
        font-style: normal; }
    .device-desktop .area-about a.text:after, .device-desktop .area-member a.text:after {
      font-weight: bold;
      color: var(--themecolor);
      line-height: 1;
      content: "";
      font-size: 35px;
      font-family: 'FontAwesome', 'myfont', sans-serif;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: auto;
      display: inline-block;
      position: relative;
      top: 50px;
      left: -40px;
      opacity: 0;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .device-desktop .area-about a.text:hover .lead, .device-desktop .area-member a.text:hover .lead {
      font-size: 17px;
      line-height: 1.59;
      margin-bottom: 28.985px;
      margin-top: 26.985px; }
    .device-desktop .area-about a.text:hover:after, .device-desktop .area-member a.text:hover:after {
      top: 8px;
      left: 0;
      opacity: 1; }
  @media screen and (max-width: 1279px) {
    .device-desktop .area-about .text:after, .device-desktop .area-member .text:after {
      top: 28px; }
    .device-desktop .area-about .text:hover .lead, .device-desktop .area-member .text:hover .lead {
      font-size: 14px;
      line-height: 1.9;
      margin-bottom: 13.7px;
      margin-top: 23.7px; }
    .device-desktop .area-about .text:hover:after, .device-desktop .area-member .text:hover:after {
      top: 4px;
      left: 0;
      opacity: 1; } }
.os-windows .area-about a.text .lead span, .os-windows .area-member a.text .lead span {
  letter-spacing: -.04em; }

.device-desktop .area-about a.text h2 img {
  width: 333px; }

.device-mobile .area-member h2 .en {
  margin-bottom: 2px !important; }
.device-desktop .area-member a.text h2 .en {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 4px;
  margin-top: 0px; }
.device-desktop .area-member a.text h2 img {
  width: 289.5px; }

.device-mobile .content .area-vision-culture .head > .lead, .device-mobile
.content .area-support .head > .lead {
  padding: 0 6.25%; }
.device-desktop .content .area-vision-culture, .device-desktop
.content .area-support {
  padding: 120px 80px 80px; }
  .device-desktop .content .area-vision-culture .head, .device-desktop
  .content .area-support .head {
    overflow: hidden; }
  .device-desktop .content .area-vision-culture h2, .device-desktop
  .content .area-support h2 {
    text-align: center;
    margin-bottom: 32px; }
    .device-desktop .content .area-vision-culture h2 .en, .device-desktop
    .content .area-support h2 .en {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #999;
      letter-spacing: 0.08em;
      display: block;
      font-size: 18px;
      line-height: 1;
      margin-bottom: 14px;
      margin-top: 0px; }
  .device-desktop .content .area-vision-culture .head > .lead, .device-desktop
  .content .area-support .head > .lead {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 1.59;
    margin-bottom: 58.985px;
    margin-top: -5.015px;
    letter-spacing: 0.02em;
    text-align: center; }
  @media screen and (max-width: 1279px) {
    .device-desktop .content .area-vision-culture, .device-desktop
    .content .area-support {
      padding: 80px 60px 60px; }
      .device-desktop .content .area-vision-culture .head > .lead, .device-desktop
      .content .area-support .head > .lead {
        font-size: 17px;
        line-height: 1.59;
        margin-bottom: 42.985px;
        margin-top: -5.015px; } }
.os-windows .content .area-vision-culture .head > .lead, .os-windows
.content .area-support .head > .lead {
  letter-spacing: 0.04em; }

.device-mobile .content .area-vision-culture {
  background: #101010 url("/recruit/assets/img/sp/bg-vision-culture.jpg") no-repeat 50% 0;
  background-size: 100% auto; }
  .device-mobile .content .area-vision-culture .head > .lead {
    color: #fff !important; }
  .device-mobile .content .area-vision-culture ul {
    background: #101010; }
.device-desktop .content .area-vision-culture {
  background: #101010;
  position: relative;
  padding-top: 90px; }
  .device-desktop .content .area-vision-culture h2, .device-desktop .content .area-vision-culture .head > .lead {
    position: relative;
    z-index: 10; }
  .device-desktop .content .area-vision-culture h2 {
    margin-bottom: 5px; }
    .device-desktop .content .area-vision-culture h2 img {
      width: 260px; }
  .device-desktop .content .area-vision-culture > .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 60%;
    overflow: hidden; }
    .device-desktop .content .area-vision-culture > .bg img {
      width: 100%; }
  .device-desktop .content .area-vision-culture .head > .lead {
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4), 0 0 80px rgba(0, 0, 0, 0.6), 0 0 80px rgba(0, 0, 0, 0.6), 0 0 0.4px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 1279px) {
    .device-desktop .content .area-vision-culture {
      padding-top: 60px; } }

.device-desktop .content .area-support {
  background: #fff; }
  .device-desktop .content .area-support h2 img {
    width: 236px; }

.device-mobile .area-company .text {
  padding: 0 6.25%; }
.device-desktop .area-company {
  width: 100%;
  display: table; }
  .device-desktop .area-company > .text, .device-desktop .area-company .mod-photolink {
    display: table-cell;
    vertical-align: middle; }
  .device-desktop .area-company > .text {
    background: #eee;
    width: 42.85%; }
    .device-desktop .area-company > .text h2 {
      text-align: center; }
      .device-desktop .area-company > .text h2 .en {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #999;
        letter-spacing: 0.08em;
        display: block;
        font-size: 18px;
        line-height: 1;
        margin-bottom: 14px;
        margin-top: 0px; }
      .device-desktop .area-company > .text h2 img {
        width: 161px; }
    .device-desktop .area-company > .text .lead {
      margin: 0 auto;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 17px;
      line-height: 1.59;
      margin-bottom: -5.015px;
      margin-top: 26.985px;
      letter-spacing: 0.02em;
      width: 260px;
      text-align: justify; }
      .device-desktop .area-company > .text .lead span {
        letter-spacing: -.4em; }
  .device-desktop .area-company .mod-photolink {
    width: 57.15%; }
    .device-desktop .area-company .mod-photolink li a h3 .en {
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: auto;
      font-weight: 700; }
.os-windows .area-company > .text .lead {
  letter-spacing: 0.1em; }
  .os-windows .area-company > .text .lead span {
    letter-spacing: -.04em; }


/**
 * keyvisual 2023
 * -------------------------------------------------------------------------------- */
.p-keyvisual {
	--viewHeight: 100vh;
	display: grid;
	place-content: center;
	position: relative;
	width: 100%;
}
.device-desktop .p-keyvisual {
	height: calc(var(--viewHeight) - 71px);
	margin-top: 71px;
}
.device-mobile .p-keyvisual {
	aspect-ratio: 15 / 14;
	margin-top: 61px;
}

/* :::::: スクロール :::::: */
.p-keyvisual .scroll {
	position: absolute;
	bottom: 25px;
	color: white;
	text-align: center;
	text-decoration: none;
}
.p-keyvisual .scroll .label {
	margin-inline: -1em;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 0.04em;
}
.device-desktop .p-keyvisual .scroll {
	display: grid;
	gap: 4px;
	left: calc(50% - 13px);
}
.device-desktop .p-keyvisual .scroll::before {
	content: "";
	display: block;
	width: 26px;
	height: 42px;
	border: 2px solid white;
	border-radius: 26px;
	box-sizing: border-box;
}
.device-desktop .p-keyvisual .scroll::after {
	content: "";
	position: absolute;
	top: 10px;
	left: calc(50% - 2px);
	width: 4px;
	height: 6px;
	border-radius: 2px;
	background: white;
	transform-origin: center top;
	animation: scroll 1.6s infinite;
}
.device-desktop .p-keyvisual .scroll .label {
	font-weight: 500;
}
@keyframes scroll {
	from, to { transform: none; }
	40% { transform: translateY(-2px) scale(0); }
}
.device-mobile .p-keyvisual .scroll {
	left: 0;
	width: 100%;
}

/* :::::: キャッチコピー :::::: */
.p-keyvisual .catchcopy {
	z-index: 1;
	position: relative;
	width: 892px;
	text-align: center;
}
.p-keyvisual .catchcopy span {
	display: block;
	margin-inline: auto;
}
.p-keyvisual .catchcopy .sub {
	width: 298px;
	filter: drop-shadow(0 0 4px rgba(0,0,0,.3)) drop-shadow(0 0 2px rgba(0,0,0,.3));
}
.p-keyvisual .catchcopy .main {
	margin-top: 16px;
	filter: drop-shadow(0 0 6px rgba(0,0,0,.3)) drop-shadow(0 0 3px rgba(0,0,0,.3));
}
.device-desktop .p-keyvisual .catchcopy {
	padding-bottom: 72px;
}
.device-mobile .p-keyvisual .catchcopy {
	width: 263px;
	padding-bottom: 40px;
}
.device-mobile .p-keyvisual .catchcopy .sub {
	width: 104px;
	filter: drop-shadow(0 0 2px rgba(0,0,0,.3)) drop-shadow(0 0 1px rgba(0,0,0,.3));
}
.device-mobile .p-keyvisual .catchcopy .main {
	margin-top: 4px;
}

/* :::::: スライドショー :::::: */
.p-keyvisual .c-slideshow,
.p-keyvisual .c-slideshow .item {
	position: absolute;
	top: 0;
	left: 0;
}
.p-keyvisual .c-slideshow,
.p-keyvisual .c-slideshow .item,
.p-keyvisual .c-slideshow .item img {
	width: 100%;
	height: 100%;
}
.p-keyvisual .c-slideshow .item img {
	object-fit: cover;
}
.p-keyvisual .c-slideshow {
	overflow: hidden;
}
.p-keyvisual .c-slideshow .item {
	animation: slideshow_fade 32s linear infinite, slideshow_zoom 32s linear infinite;
}
.p-keyvisual .c-slideshow .item:nth-child(4) {
	animation-delay: -16s;
}
.p-keyvisual .c-slideshow .item:nth-child(3) {
	animation-delay: -24s;
}
.p-keyvisual .c-slideshow .item:nth-child(2) {
	animation-delay: 0s;
}
.p-keyvisual .c-slideshow .item:nth-child(1) {
	animation-delay: -8s;
}
/* 4枚 */
@keyframes slideshow_fade {
	from, 11.25%, 38.75%, to { opacity: 0; }
	13.75%, 36.25% { opacity: 1; }
}
@keyframes slideshow_zoom {
	from, 11.25%, to { transform: scale(1.1); }
	38.75% { transform: none; }
}
/* 3枚
@keyframes slideshow_fade {
	from, 25%, 65%, to { opacity: 0; }
	30%, 60% { opacity: 1; }
}
@keyframes slideshow_zoom {
	from, 25%, to { transform: scale(1.1); }
	65% { transform: none; }
} */


/**
 * メインコピー
 * -------------------------------------------------------------------------------- */
.p-maincopy {
	text-align: center;
	background: url(../img/bg.webp) center / 1000px;
}
.device-desktop .p-maincopy {
	padding: 120px 40px;
}
.device-mobile .p-maincopy {
	padding: 40px 24px;
}
.device-mobile .p-maincopy img {
	width: min(100%, 320px);
  height: auto;
}


/**
 * 求める人材について・司を支える人たち
 * -------------------------------------------------------------------------------- */
.device-desktop .c-homesection {
	display: grid;
	grid-template-columns: repeat(2, 50%);
}
.device-mobile .c-homesection {
	display: flex;
	flex-direction: column;
}

/* :::::: text :::::: */
.c-homesection .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: inherit;
	text-decoration: none;
}
.device-desktop .c-homesection .text {
	padding-top: 12px;
}
.device-mobile .c-homesection .text {
	pointer-events: none;
	max-width: calc(100% - 48px);
	margin-inline: auto;
	margin-top: 32px;
}
/* title */
.c-homesection .title img {
	height: auto;
}
.device-desktop .c-homesection.p-about .title {
	width: 333px;
}
.device-desktop .c-homesection.p-member .title {
	width: 289px;
}
.device-mobile .c-homesection.p-about .title {
	width: 260px;
}
.device-mobile .c-homesection.p-member .title {
	width: 195px;
}
.device-mobile .content .c-homesection .title img {
	width: auto;
}
/* lead */
.c-homesection .text .lead,
.c-homesection .text::after,
.c-homesection .btn {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
.c-homesection .text .lead {
	margin-top: 1.6em;
	margin-bottom: -32px;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: .05em;
	text-align: justify;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
  font-feature-settings: "palt";
}
.device-desktop .c-homesection .text .lead {
	width: 352px;
}
.device-desktop .c-homesection .text > * {
	transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.device-desktop .c-homesection .text:hover > * {
	transform: translateY(-40px);
}
.device-desktop .c-homesection .text::after {
	content: "";
	display: inline-block;
	position: relative;
	top: 32px;
	left: 8px;
	color: var(--themecolor);
	font-size: 35px;
	line-height: 1;
	font-family: 'FontAwesome', 'myfont', sans-serif;
	font-weight: bold;
	transition: opacity .3s, transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.device-desktop .c-homesection .text:not(:hover)::after {
	opacity: 0;
	transform: translateX(-24px);
}

/* :::::: image :::::: */
.device-desktop .c-homesection .image {
	position: relative;
}
.device-desktop .c-homesection.p-about .image {
	order: -1;
}
.device-desktop .c-homesection .image::after {
	content: '';
	z-index: 10;
	position: absolute;
	inset: 0;
	border: solid 1px rgba(255, 111, 65, 0);
	box-sizing: border-box;
	transition: border .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.device-desktop .c-homesection .text:hover + .image::after {
	border: solid 12px rgba(255, 111, 65, .8);
}
.device-mobile .c-homesection .image {
	order: -1;
}
.device-mobile .c-homesection.p-about {
	padding-top: 0;
}
.device-mobile .c-homesection.p-member {
	padding-bottom: 48px;
}

/* :::::: button :::::: */
.device-mobile .c-homesection .button {
	display: grid;
	place-content: center;
	height: 45px;
	width: 100%;
	max-width: calc(100% - 48px);
	margin-inline: auto;
	border: 1px solid #2f2f2f;
	color: inherit;
	font-size: 13px;
	letter-spacing: .2em;
	text-decoration: none;
}