/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.c-header {
  position: absolute;
  background-color: transparent;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    .c-header {
      padding-top: 24px; }
      .c-header .logo {
        padding-top: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-header {
      padding: 12px 20px 12px 32px; } }
  .c-header.active {
    position: fixed;
    background-color: #fff;
    transform: translateY(0); }
    @media (min-width: 1024px) {
      .c-header.active {
        padding-top: 12px; }
        .c-header.active .logo {
          padding-top: 6px; } }

.s-firstview {
  position: relative; }
  @media (min-width: 1024px) {
    .s-firstview {
      padding-left: 260px; } }
  .s-firstview::before {
    content: "";
    position: absolute;
    width: 134.33%;
    height: 1555px;
    left: calc(50% - 134.33% / 2);
    top: -719px;
    background: #f0ede9;
    border-radius: 50%;
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .s-firstview::before {
        top: -145px;
        height: 778px; } }
    @media (max-width: 1023px) {
      .s-firstview::before {
        left: calc(50% - 824px / 2 - 0.5px);
        top: -145px;
        width: 824px;
        height: 778px; } }
  .s-firstview__slide {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .s-firstview__slide {
        min-height: 835px; } }
    .s-firstview__slide .item {
      text-align: right;
      position: relative; }
      .s-firstview__slide .item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 1023px) {
      .s-firstview__slide {
        max-width: 100%; } }
  .s-firstview__visual {
    position: absolute;
    top: 121px;
    left: 141px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .s-firstview__visual {
        left: 61px; } }
    @media (max-width: 1023px) {
      .s-firstview__visual {
        top: 80px;
        left: 18px; } }
    .s-firstview__visual .key-visual {
      color: #ff5e00;
      font-size: 88px;
      font-size: 8.8rem;
      line-height: 1.27273em;
      letter-spacing: 0em;
      font-weight: 700;
      -webkit-writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -ms-writing-mode: vertical-rl;
      -o-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      display: flex;
      flex-direction: column-reverse;
      gap: 5px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .s-firstview__visual .key-visual {
          font-size: 68px;
          font-size: 6.8rem;
          line-height: 1.20588em;
          letter-spacing: 0em;
          font-weight: 700; } }
      @media (max-width: 1023px) {
        .s-firstview__visual .key-visual {
          gap: 7px;
          font-size: 35px;
          font-size: 3.5rem;
          line-height: 1em;
          letter-spacing: 0em; } }
  .s-firstview__scroller {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 205px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .s-firstview__scroller {
        top: 359px;
        bottom: auto; } }
    .s-firstview__scroller .wrap {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 60px;
      width: max-content;
      white-space: nowrap;
      height: 292px;
      will-change: transform;
      animation: marquee 10s linear infinite both; }
      .s-firstview__scroller .wrap img {
        height: 292px; }
      @media (max-width: 1023px) {
        .s-firstview__scroller .wrap {
          height: 142px;
          margin-bottom: 0; }
          .s-firstview__scroller .wrap img {
            height: 142px; } }
  .s-firstview__scroll-effect {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    right: 25px;
    bottom: 23px;
    height: 150px;
    z-index: 1; }
    @media (max-width: 1023px) {
      .s-firstview__scroll-effect {
        right: 4px;
        bottom: 17.9%; } }
    .s-firstview__scroll-effect p {
      font-size: 10px;
      font-size: 1rem;
      line-height: 2.8em;
      letter-spacing: 0.03em;
      font-weight: 400;
      color: #ff5e00;
      -webkit-writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -ms-writing-mode: vertical-rl;
      -o-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      min-height: max-content; }
    .s-firstview__scroll-effect:after {
      content: "";
      width: 1px;
      height: 96px;
      background-color: #ff5e00;
      animation: lineAnimation 1.5s ease 1s infinite normal; }

.s-latest {
  position: relative;
  width: calc(100% - 36px);
  margin: 20px auto 0; }
  @media (min-width: 1024px) {
    .s-latest {
      position: absolute;
      width: 75%;
      height: 47px;
      left: 37px;
      top: 721px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .s-latest {
      left: 18px;
      top: 521px;
      width: 85%; } }
  .s-latest__frame {
    background: #fff;
    box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.07);
    border-radius: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 10px 19px 9px 22px; }
    @media (max-width: 1023px) {
      .s-latest__frame {
        flex-wrap: wrap;
        padding: 10px 24px 9px 26px; } }
  .s-latest .ttl {
    color: #ff5e00;
    font-weight: 600; }
  .s-latest .date {
    margin: 0 15px;
    color: #a0a0a0; }
    @media (max-width: 1023px) {
      .s-latest .date {
        margin: -2px 10px 0; } }
  .s-latest .post_ttl {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .s-latest .post_ttl {
        width: 70%; } }
    @media (max-width: 1023px) {
      .s-latest .post_ttl {
        width: 100%;
        margin-top: -9px; } }
    .s-latest .post_ttl a {
      text-decoration: underline; }
  .s-latest .navigation {
    margin-left: auto;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.15385em;
    letter-spacing: 0.03em;
    color: #a0a0a0;
    display: flex;
    align-items: center;
    gap: 7px; }
    .s-latest .navigation:after {
      content: "";
      width: 11px;
      height: 11px;
      background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.95251%200L4.08156%200.870955L8.09454%204.88415H0V6.11585H8.09454L4.08156%2010.129L4.95251%2011L10.4528%205.5L4.95251%200Z%22%20fill%3D%22%23A0A0A0%22%2F%3E%3C%2Fsvg%3E); }
    @media (max-width: 1023px) {
      .s-latest .navigation {
        position: absolute;
        bottom: -31px;
        right: 4px; } }

.s-who {
  margin-top: 44px;
  padding-bottom: 107px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .s-who {
      margin-top: 87px; } }
  @media (max-width: 1023px) {
    .s-who {
      margin-top: 87px;
      padding-bottom: 57px; } }
  .s-who .inner {
    max-width: 1294px; }
  .s-who .wrap {
    display: flex;
    gap: 110px;
    padding-top: 137px;
    position: relative; }
    @media (max-width: 1023px) {
      .s-who .wrap {
        padding-top: 62px;
        flex-direction: column;
        gap: 35px; } }
    @media (min-width: 1024px) {
      .s-who .wrap .c-heading {
        min-width: 580px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .s-who .wrap .c-heading {
        min-width: max-content; } }
    .s-who .wrap .c-heading .sub {
      top: -120px;
      z-index: -1; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .s-who .wrap .c-heading .sub {
          font-size: 134px;
          font-size: 13.4rem; } }
      @media (max-width: 1023px) {
        .s-who .wrap .c-heading .sub {
          top: -40px;
          width: auto; } }
    @media only screen and (min-width: 1366px) {
      .s-who .wrap .c-heading .ttl {
        padding-left: 97px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .s-who .wrap .c-heading .ttl {
        font-size: 38px;
        font-size: 3.8rem; } }
  @media (min-width: 1024px) {
    .s-who .content {
      padding-top: 15px;
      max-width: 762px;
      width: 100%; } }
  .s-who .strengths {
    display: flex;
    width: 86.73611vw;
    margin: 67px auto 0;
    gap: 2.98611vw; }
    @media (max-width: 1023px) {
      .s-who .strengths {
        width: calc(100% - 36px);
        gap: 29px;
        flex-wrap: wrap;
        margin-top: 36px; } }
    .s-who .strengths .item {
      flex: 1 0 19.44444vw;
      text-align: center; }
      @media (max-width: 1023px) {
        .s-who .strengths .item {
          flex: 1 0 calc(50% - 29px); } }
      .s-who .strengths .item img {
        border-radius: 50%; }
        @media (min-width: 1024px) {
          .s-who .strengths .item img {
            width: 19.44444vw; } }
      .s-who .strengths .item .sub {
        margin-top: 1.80556vw; }
        @media (max-width: 1023px) {
          .s-who .strengths .item .sub {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.83333em;
            margin-top: 12px; } }
      .s-who .strengths .item .ttl {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.22222em;
        font-weight: 700; }
        @media (min-width: 1024px) {
          .s-who .strengths .item .ttl {
            font-size: 2.08333vw;
            line-height: 2.77778vw;
            margin-top: 0.27778vw; } }
  .s-who .btn {
    max-width: 270px;
    margin: 58px auto 0; }
    @media (max-width: 1023px) {
      .s-who .btn {
        margin-top: 50px; } }

.s-services {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #f0ede9;
  padding-bottom: 169px; }
  @media (max-width: 1023px) {
    .s-services {
      padding-bottom: 107px; } }
  .s-services .movie {
    z-index: 0;
    margin-bottom: -308px; }
    .s-services .movie video {
      width: 100%;
      height: 506px;
      object-fit: cover; }
      @media (max-width: 1023px) {
        .s-services .movie video {
          height: 209px; } }
    @media (max-width: 1023px) {
      .s-services .movie {
        margin-bottom: -116px; }
        .s-services .movie:after {
          top: 123px; } }
  .s-services .inner,
  .s-services .wrap {
    position: relative;
    z-index: 1; }
  @media (min-width: 1024px) {
    .s-services .inner {
      max-width: 86.80556vw; } }
  @media (max-width: 1023px) {
    .s-services .c-heading .sub {
      margin-bottom: 10px;
      font-size: 64px;
      font-size: 6.4rem;
      line-height: 1em; } }
  @media (max-width: 1023px) {
    .s-services .c-heading .ttl:after {
      margin-top: 23px; } }
  .s-services .content {
    margin-top: 36px;
    margin-bottom: 91px;
    text-align: center; }
    @media (max-width: 1023px) {
      .s-services .content {
        text-align: left;
        width: calc(100% - 36px);
        margin: 26px auto 38px; } }
  .s-services__list .item {
    display: flex;
    width: 100%;
    gap: 6.25vw;
    cursor: pointer; }
    @media only screen and (min-width: 1025px) {
      .s-services__list .item:hover {
        opacity: 1; }
        .s-services__list .item:hover .img img {
          transform: scale(1.1); }
        .s-services__list .item:hover .c-btn {
          background-color: #222; }
          .s-services__list .item:hover .c-btn .txt {
            color: #fff; } }
    @media (max-width: 1023px) {
      .s-services__list .item {
        flex-direction: column;
        gap: 42px; } }
    .s-services__list .item + .item {
      margin-top: 6.94444vw; }
      @media (max-width: 1023px) {
        .s-services__list .item + .item {
          margin-top: 47px; } }
    .s-services__list .item .info {
      min-width: 39.72222vw; }
      @media (max-width: 1023px) {
        .s-services__list .item .info {
          position: relative; } }
    .s-services__list .item .img {
      overflow: hidden; }
      @media (min-width: 1024px) {
        .s-services__list .item .img {
          min-width: 41.66667vw; } }
      .s-services__list .item .img img {
        width: 100%;
        transform: scale(1);
        transition: transform 0.3s ease-out; }
    .s-services__list .item .num {
      color: #fff;
      font-size: 150px;
      font-size: 15rem;
      line-height: 1em;
      letter-spacing: 0em;
      font-weight: 600;
      font-size: 10.41667vw;
      margin-left: -0.76389vw; }
      @media (max-width: 1023px) {
        .s-services__list .item .num {
          font-size: 79px;
          font-size: 7.9rem;
          line-height: 1.36709em;
          position: absolute;
          margin-left: 0;
          top: -96px; } }
    .s-services__list .item .ttl {
      font-size: 42px;
      font-size: 4.2rem;
      line-height: 1em;
      letter-spacing: 0.03em;
      font-weight: 700;
      font-size: 2.91667vw;
      margin-bottom: 2.01389vw;
      margin-top: 1.38889vw; }
      @media (max-width: 1023px) {
        .s-services__list .item .ttl {
          margin-top: 0;
          margin-bottom: 9px;
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 1.42857em; } }
    .s-services__list .item .c-btn {
      margin-top: 2.08333vw;
      max-width: 17.36111vw; }
      @media (max-width: 1023px) {
        .s-services__list .item .c-btn {
          max-width: 250px;
          margin: 23px auto 0; } }
    @media (min-width: 1024px) {
      .s-services__list .item.reverse {
        position: relative;
        flex-direction: row-reverse;
        gap: 5.625vw; }
        .s-services__list .item.reverse .info {
          position: relative;
          display: flex;
          flex-direction: column;
          min-width: auto; }
        .s-services__list .item.reverse .img {
          max-width: 41.66667vw; }
        .s-services__list .item.reverse .num {
          position: absolute;
          left: -15.69444vw;
          top: 4.65278vw; }
        .s-services__list .item.reverse .ttl {
          margin-top: 7.01389vw; } }

.s-case {
  padding-top: 149px;
  background-color: #fff;
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    .s-case {
      padding-top: 62px;
      padding-bottom: 43px; } }
  .s-case .c-heading {
    width: 100%; }
    .s-case .c-heading .ttl {
      margin-top: 21px; }
      @media (min-width: 1024px) {
        .s-case .c-heading .ttl {
          font-size: 2.91667vw; } }
      @media (max-width: 1023px) {
        .s-case .c-heading .ttl {
          margin-top: 17px; } }
      .s-case .c-heading .ttl:after {
        margin-left: 0;
        margin-top: 23px; }
        @media (min-width: 1024px) {
          .s-case .c-heading .ttl:after {
            margin-top: 34px; } }
    .s-case .c-heading .sub {
      line-height: 184px;
      position: absolute;
      top: 4.51389vw;
      left: -4.16667vw;
      z-index: -1; }
      @media (max-width: 1023px) {
        .s-case .c-heading .sub {
          top: -20px;
          left: 0;
          width: auto;
          font-size: 78px;
          font-size: 7.8rem;
          line-height: 72px; } }
    .s-case .c-heading .txt {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4em;
      letter-spacing: 0.03em;
      font-weight: 700;
      font-size: 1.38889vw; }
      @media (max-width: 1023px) {
        .s-case .c-heading .txt {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.25em; } }
  .s-case .inner {
    position: relative;
    z-index: 1;
    display: flex; }
    @media (min-width: 1024px) {
      .s-case .inner {
        max-width: 86.80556vw;
        gap: 4.375vw; } }
    @media (max-width: 1023px) {
      .s-case .inner {
        flex-direction: column; } }
  .s-case .heading {
    width: 100%; }
  .s-case .content {
    margin-top: 26px; }
    @media (min-width: 1024px) {
      .s-case .content {
        margin-top: 2.98611vw; } }
    @media (max-width: 1023px) {
      .s-case .content .c-btn {
        display: none; } }
  .s-case .c-btn {
    margin-top: 35px;
    max-width: 270px;
    width: 100%;
    height: 64px; }
    @media (max-width: 1023px) {
      .s-case .c-btn {
        min-width: 270px;
        height: 52px;
        margin: 0; } }
  @media (max-width: 1023px) {
    .s-case .btn {
      margin: 21px auto 0; } }
  .s-case .slide {
    margin-left: auto; }
    @media (min-width: 1024px) {
      .s-case .slide {
        max-width: 52.43056vw;
        width: 100%; } }
    @media (max-width: 1023px) {
      .s-case .slide {
        margin-top: 26px; } }
    .s-case .slide .splide__slide {
      cursor: pointer; }
      @media only screen and (min-width: 1025px) {
        .s-case .slide .splide__slide:hover a {
          opacity: 1; }
        .s-case .slide .splide__slide:hover .c-img img {
          transform: scale(1.1); }
        .s-case .slide .splide__slide:hover .txt,
        .s-case .slide .splide__slide:hover .ttl {
          opacity: 0.3; } }
      .s-case .slide .splide__slide .c-img {
        position: relative;
        box-shadow: 15px 7px 20px 0 rgba(0, 0, 0, 0.1);
        overflow: hidden; }
        .s-case .slide .splide__slide .c-img:before {
          display: block;
          content: " ";
          width: 100%;
          padding-top: 66.62252%; }
        .s-case .slide .splide__slide .c-img > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .s-case .slide .splide__slide .c-img img {
          transition: transform 0.3s ease-out;
          transform: scale(1); }
          @media (min-width: 1024px) {
            .s-case .slide .splide__slide .c-img img {
              width: 52.43056vw; } }
      .s-case .slide .splide__slide .ttl {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.57143em;
        letter-spacing: 0.03em;
        font-weight: 700;
        transition: opacity .3s ease-out; }
        @media (max-width: 1023px) {
          .s-case .slide .splide__slide .ttl {
            margin-top: 20px;
            margin-bottom: 5px;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.22222em; } }
      .s-case .slide .splide__slide .txt {
        transition: opacity .3s ease-out;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2em; }
    .s-case .slide .splide__arrow {
      top: 13.19444vw; }
      @media (max-width: 1023px) {
        .s-case .slide .splide__arrow {
          top: 34.3%; } }
    @media (min-width: 1024px) {
      .s-case .slide .spide__pagination {
        margin-top: 0;
        bottom: 33px; } }

.s-products {
  padding-top: 167px;
  padding-bottom: 96px;
  background-color: #f0ede9; }
  @media (max-width: 1023px) {
    .s-products {
      padding-top: 46px;
      padding-bottom: 47px; } }
  .s-products:after {
    top: -1183px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .s-products:after {
        top: -1158px; } }
    @media (max-width: 1023px) {
      .s-products:after {
        top: -300px; } }
  @media (min-width: 1024px) {
    .s-products .inner {
      max-width: 86.66667vw; } }
  .s-products .c-heading {
    z-index: 1;
    margin-bottom: 65px; }
    @media (max-width: 1023px) {
      .s-products .c-heading {
        margin-bottom: 37px; } }
    .s-products .c-heading .sub {
      color: #fff;
      left: 51%;
      transform: translateX(-50%);
      z-index: -1;
      top: 65%; }
      @media (max-width: 1023px) {
        .s-products .c-heading .sub {
          top: 67px;
          font-size: 64px;
          font-size: 6.4rem; } }
    @media (max-width: 1023px) {
      .s-products .c-heading .ttl:after {
        margin-top: 22px; } }
    .s-products .c-heading .txt {
      margin-top: 55px; }
      @media (max-width: 1023px) {
        .s-products .c-heading .txt {
          margin-top: 22px;
          text-align: left; } }
  .s-products .products {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 3.19444vw 3.88889vw; }
    @media (max-width: 1023px) {
      .s-products .products {
        gap: 32px 12px; } }
    .s-products .products .c-product {
      width: 18.75vw; }
      @media (max-width: 1023px) {
        .s-products .products .c-product {
          width: calc(50% - 6px); } }
      .s-products .products .c-product .c-img {
        position: relative; }
        .s-products .products .c-product .c-img:before {
          display: block;
          content: " ";
          width: 100%;
          padding-top: 66.2963%; }
        .s-products .products .c-product .c-img > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        @media (max-width: 1023px) {
          .s-products .products .c-product .c-img {
            position: relative; }
            .s-products .products .c-product .c-img:before {
              display: block;
              content: " ";
              width: 100%;
              padding-top: 66.46341%; }
            .s-products .products .c-product .c-img > .content {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; } }
      .s-products .products .c-product .heading {
        margin-top: 9px; }
        @media (max-width: 1023px) {
          .s-products .products .c-product .heading {
            margin-top: 4px; } }
  .s-products .btn {
    margin: 70px auto 0;
    max-width: 270px; }
    @media (max-width: 1023px) {
      .s-products .btn {
        margin-top: 37px; } }

.s-company {
  padding: 164px 0 190px;
  position: relative; }
  @media (max-width: 1023px) {
    .s-company {
      padding: 71px 0 70px; } }
  .s-company .bgdiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .s-company .bgdiv:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(161, 154, 146, 0.1);
      z-index: 0; }
  .s-company .inner {
    display: flex;
    max-width: 1038px; }
    @media (max-width: 1023px) {
      .s-company .inner {
        max-width: 100%;
        flex-direction: column; } }
  .s-company .c-heading {
    color: #fff;
    max-width: 554px;
    padding-left: 31px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .s-company .c-heading {
        max-width: 504px; } }
    @media (max-width: 1023px) {
      .s-company .c-heading {
        max-width: 100%;
        padding-left: 0; } }
    .s-company .c-heading .ttl {
      color: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .s-company .c-heading .ttl {
          font-size: 38px;
          font-size: 3.8rem; } }
      .s-company .c-heading .ttl:after {
        margin-left: 0;
        margin-top: 40px; }
        @media (max-width: 1023px) {
          .s-company .c-heading .ttl:after {
            margin-top: 22px; } }
    .s-company .c-heading .txt {
      margin-top: 45px; }
      @media (max-width: 1023px) {
        .s-company .c-heading .txt {
          margin-top: 22px;
          letter-spacing: 0; } }
      @media only screen and (max-width: 374px) {
        .s-company .c-heading .txt {
          font-size: 15px;
          font-size: 1.5rem; } }
  .s-company .sub {
    position: absolute;
    left: 78px;
    top: 174px;
    font-size: 110px;
    font-size: 11rem;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.2); }
    @media (min-width: 1024px) {
      .s-company .sub {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl; } }
    @media (max-width: 1023px) {
      .s-company .sub {
        top: 26px;
        left: 20px;
        font-size: 60px;
        font-size: 6rem;
        line-height: 1.55em; } }
  .s-company .btn {
    min-width: 460px;
    display: flex;
    flex-direction: column;
    border: 1px solid #fff; }
    @media (min-width: 1024px) {
      .s-company .btn {
        margin-top: 6px;
        margin-left: auto;
        margin-right: -31px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .s-company .btn {
        margin-right: 0; } }
    @media (max-width: 1023px) {
      .s-company .btn {
        margin-top: 41px;
        min-width: auto;
        flex-direction: row; } }
    .s-company .btn a {
      width: 100%;
      height: 286px;
      display: flex;
      align-items: flex-end;
      padding: 0 41px 37px 46px;
      color: #fff;
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 1.17647em;
      letter-spacing: 0.03em;
      font-weight: 700;
      position: relative;
      transition: all 0.3s ease;
      cursor: pointer; }
      @media (max-width: 1023px) {
        .s-company .btn a {
          height: auto;
          align-items: flex-start;
          flex-wrap: wrap;
          padding: 18px 12px 11px 17px;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.4em; } }
      @media only screen and (min-width: 1025px) {
        .s-company .btn a:hover {
          opacity: 1;
          background-color: #d9d9d9;
          color: #a0a0a0; }
          .s-company .btn a:hover:after {
            filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(1550%) hue-rotate(196deg) brightness(70%) contrast(106%); } }
      .s-company .btn a:after {
        content: "";
        width: 64px;
        height: 64px;
        margin-left: auto;
        margin-bottom: 9px;
        transition: all 0.3s ease;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2231.5%22%20stroke%3D%22white%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_883_5834)%22%3E%3Cpath%20d%3D%22M32.1266%2025L30.9389%2026.1877L36.4111%2031.6602H25.3731V33.3398H36.4111L30.9389%2038.8123L32.1266%2040L39.6269%2032.5L32.1266%2025Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_883_5834%22%3E%3Crect%20x%3D%2225%22%20y%3D%2225%22%20width%3D%2215%22%20height%3D%2215%22%20rx%3D%223%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
        background-size: 100% auto; }
        @media (max-width: 1023px) {
          .s-company .btn a:after {
            margin-top: 16px;
            margin-bottom: 0;
            width: 34px;
            height: 34px; } }
      .s-company .btn a small {
        display: block;
        margin-top: 7px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.14286em;
        letter-spacing: 0.1em;
        font-weight: 600; }
        @media (max-width: 1023px) {
          .s-company .btn a small {
            margin-top: 4px;
            font-size: 10px;
            font-size: 1rem;
            line-height: 1.2em; } }
      @media (min-width: 1024px) {
        .s-company .btn a + a {
          border-top: 1px solid #fff;
          padding-bottom: 33px; } }
      @media (max-width: 1023px) {
        .s-company .btn a + a {
          border-left: 1px solid #fff; } }

.s-topics {
  padding: 181px 0 112px; }
  @media (max-width: 1023px) {
    .s-topics {
      padding: 82px 0 77px; } }
  .s-topics .c-heading {
    margin-bottom: 48px; }
    @media (max-width: 1023px) {
      .s-topics .c-heading {
        margin-bottom: 32px; } }
    .s-topics .c-heading .ttl:after {
      margin-left: 0; }
      @media (max-width: 1023px) {
        .s-topics .c-heading .ttl:after {
          margin-top: 22px; } }
    .s-topics .c-heading .sub {
      top: -101px;
      left: -4px;
      z-index: -1; }
      @media (max-width: 1023px) {
        .s-topics .c-heading .sub {
          font-size: 78px;
          font-size: 7.8rem;
          top: -22px;
          left: 0; } }
  @media (max-width: 1023px) {
    .s-topics .head {
      overflow-x: auto;
      margin-bottom: 30px; } }
  .s-topics .head .category {
    display: flex;
    gap: 10px; }
    @media (min-width: 1024px) {
      .s-topics .head .category {
        margin-bottom: 60px; } }
  .s-topics .topics {
    display: none; }
    .s-topics .topics.active {
      display: block; }
  .s-topics .btn {
    margin: 73px auto 0;
    max-width: 270px; }
    @media (max-width: 1023px) {
      .s-topics .btn {
        margin-top: 46px; } }

/*# sourceMappingURL=maps/top.min.css.map */