@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden; }

.container {
  height: 100vh;
  overflow: hidden;
  background: #f2efef;
  position: relative; }
  .container::before, .container::after {
    content: "";
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    height: 40px;
    background: #f2efef; }
    @media screen and (max-width: 768px) {
      .container::before, .container::after {
        display: none; } }
  .container::before {
    top: 0; }
  .container::after {
    bottom: 0; }

/* スライド全体を包むラッパーをJSでカチッと動かす */
.slides-wrapper {
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  /* 切り替えアニメーション */
  font-size: 14px; }

.section {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .section {
      height: 100svh; } }

/* （内部通常スクロール用） */
.s-last {
  color: #333;
  display: block;
  /* 中央寄せを解除 */
  overflow-y: auto;
  /* このエリアの内部だけで通常スクロールを100%有効にする */
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  background: #f2efef; }
  .s-last .inner {
    flex-direction: column;
    background: none;
    height: auto;
    min-height: 100vh; }
    .s-last .inner .top_footer_wrap {
      margin-top: auto; }

@media screen and (max-width: 768px) {
  .nav_btn hr {
    background: #fff; } }

@media screen and (max-width: 768px) {
  .logo img.logo_b {
    display: none; } }
.logo img.logo_w {
  display: none; }
  @media screen and (max-width: 768px) {
    .logo img.logo_w {
      display: block; } }

.bg-video {
  position: fixed;
  top: 40px;
  left: calc(40px + 4vw);
  width: calc(100% - (40px + 4vw) * 2);
  height: calc(100dvh - 80px);
  border-radius: 5px;
  overflow: hidden;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .bg-video {
      width: calc(100% - 10px);
      height: calc(100dvh - 10px);
      top: 5px;
      left: 5px; } }
  @media screen and (max-width: 480px) {
    .bg-video {
      border-radius: 0;
      width: 100%;
      height: 100dvh;
      top: 0;
      left: 0; } }
  .bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* セクション共通 */
section {
  position: relative;
  width: 100%;
  height: 100svh; }
  section .inner {
    width: calc(100% - (40px + 4vw) * 2);
    max-width: 100%;
    height: calc(100svh - 80px);
    margin: auto;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(63, 61, 58, 0.2); }
    @media screen and (max-width: 768px) {
      section .inner {
        width: calc(100% - 10px);
        height: calc(100dvh - 10px); } }
    @media screen and (max-width: 480px) {
      section .inner {
        width: 100%;
        height: 100dvh; } }
  section video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none; }
  @media screen and (max-width: 768px) {
    section .sp_wrap {
      position: absolute;
      top: 0;
      left: 40px;
      bottom: 40px;
      right: 40px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center; } }
  section .sp_wrap .sec_ttl {
    position: absolute;
    top: 0;
    right: calc(80%/13.92);
    right: calc(100% / 8 * 1);
    writing-mode: vertical-rl;
    font-size: clamp(16px, 1.834vw, 22px);
    font-size: clamp(16px, 2vw, 24px);
    padding: 5em 0.5em 7em 0;
    border-right: 1px solid #fff;
    letter-spacing: 0.2em;
    opacity: 0;
    transition: opacity 1s ease-in-out 0.8s; }
    @media screen and (max-width: 768px) {
      section .sp_wrap .sec_ttl {
        right: 40px;
        font-size: clamp(15px, 2.667vw, 16px);
        letter-spacing: 0.1em;
        line-height: 1;
        padding: 6em 1em 0.5em;
        margin: 0 auto 2em;
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      section .sp_wrap .sec_ttl {
        height: 230px;
        padding: 70px 1em 0;
        display: flex; } }
  section .sp_wrap .sec_read {
    position: absolute;
    top: calc(100% / 7 * 2);
    left: calc(80%/13.92);
    left: calc(90% / 8 * 1);
    writing-mode: vertical-rl;
    font-size: clamp(16px, 2vw, 24px);
    letter-spacing: 0.3em;
    line-height: 2.8;
    opacity: 0;
    transition: opacity 1.3s ease-in-out 1s; }
    @media screen and (max-width: 768px) {
      section .sp_wrap .sec_read {
        line-height: 2.4;
        font-size: clamp(24px, 5vw, 30px);
        letter-spacing: 0.2em;
        left: calc(25% / 8 * 1); } }
  section .sp_wrap .txts {
    max-width: 500px;
    max-width: 700px;
    max-width: 400px;
    width: 100%;
    position: absolute;
    left: calc(80%/13.92);
    left: calc(100% / 8 * 1);
    bottom: calc(100% / 6 * 1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    transition: opacity 1.5s ease-in-out 1.3s;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      section .sp_wrap .txts {
        width: auto;
        position: static; } }
    section .sp_wrap .txts .txt2 {
      letter-spacing: 0.1em;
      line-height: 2; }
    section .sp_wrap .txts .btn a {
      max-width: 200px;
      display: block;
      border: 1px solid #fff;
      padding: 10px;
      text-align: center;
      letter-spacing: 0.1em;
      transition: all 0.3s; }
      @media screen and (max-width: 480px) {
        section .sp_wrap .txts .btn a {
          max-width: 220px;
          margin: 0 auto; } }
      @media (hover: hover) {
        section .sp_wrap .txts .btn a:hover {
          background: #fff;
          color: #333; } }
  section.is-active .sec_ttl,
  section.is-active .sec_read,
  section.is-active .txts {
    opacity: 1; }

.intro .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2; }
  .intro .inner::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: rgba(63, 61, 58, 0.7);
    z-index: 1; }
  @media screen and (max-width: 480px) {
    .intro .inner {
      padding-top: 8vh; } }
.intro .intro_logo {
  width: 140px;
  transform: translateY(-20px); }
  @media screen and (max-width: 480px) {
    .intro .intro_logo {
      max-width: 112px; } }
  .intro .intro_logo img {
    width: 100%; }
.intro .text_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: clamp(20px, 2.5vw, 30px);
  row-gap: 30px;
  font-size: clamp(18px, 2vw, 24px);
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .intro .text_wrap {
      justify-content: center; } }
  .intro .text_wrap .name {
    letter-spacing: 0.2em;
    font-size: 120%;
    transform: translateY(20px);
    transform: translateY(30px); }
    @media screen and (max-width: 480px) {
      .intro .text_wrap .name {
        font-size: 115%;
        font-size: 100%;
        text-align: center;
        padding-left: 1em; } }
  .intro .text_wrap .info {
    font-size: 180%;
    letter-spacing: 0.5em;
    transform: translateX(0.2em); }
    @media screen and (max-width: 480px) {
      .intro .text_wrap .info {
        font-size: 140%;
        letter-spacing: 0.1em; } }
  .intro .text_wrap .txt {
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 480px) {
      .intro .text_wrap .txt {
        letter-spacing: 0.05em;
        font-size: 12px; } }
  .intro .text_wrap .intro_merit {
    max-width: 1200px;
    width: calc(100% - 10vw);
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-top: 2.5em;
    margin-bottom: 1em; }
    @media screen and (max-width: 1200px) {
      .intro .text_wrap .intro_merit {
        gap: 10px; } }
    @media screen and (max-width: 768px) {
      .intro .text_wrap .intro_merit {
        flex-wrap: wrap; } }
    @media screen and (max-width: 480px) {
      .intro .text_wrap .intro_merit {
        margin-top: 1.5em;
        margin-bottom: 0; } }
    .intro .text_wrap .intro_merit li {
      width: calc((100%/4) - 10px);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .intro .text_wrap .intro_merit li {
          width: calc((100%/4) - 5px);
          padding: 5px; } }
      @media screen and (max-width: 768px) {
        .intro .text_wrap .intro_merit li {
          padding: 10px 5px;
          width: calc(48% - 5px);
          height: 76px; } }
      .intro .text_wrap .intro_merit li::before {
        content: "";
        z-index: 1;
        position: absolute;
        inset: 0;
        margin: auto;
        background: linear-gradient(145deg, #666666 0%, #dddddd 50%, #666666 100%);
        background: linear-gradient(135deg, #c3c3c4 0%, #c3c3c4 13%, #d8d8d8 28%, #f6f6f6 48%, #d8d8d8 71%, #c3c3c4 84%, #959696 100%); }
      .intro .text_wrap .intro_merit li.line {
        width: 1px;
        background: #fff;
        padding: 0; }
        @media screen and (max-width: 768px) {
          .intro .text_wrap .intro_merit li.line:not(.sp_line) {
            transform: scaleX(0.4); } }
        @media screen and (max-width: 768px) {
          .intro .text_wrap .intro_merit li.line.sp_line {
            width: 100%;
            height: 1px;
            transform: scaleY(0.5); } }
      .intro .text_wrap .intro_merit li.alpha {
        padding: 0;
        position: relative; }
        .intro .text_wrap .intro_merit li.alpha .waku {
          pointer-events: none;
          position: absolute;
          z-index: 2;
          inset: 0;
          margin: auto;
          mix-blend-mode: multiply; }
          .intro .text_wrap .intro_merit li.alpha .waku::after {
            content: "";
            position: absolute;
            inset: 5px;
            margin: auto;
            display: block;
            background: rgba(236, 205, 193, 0.6);
            display: block; }
          .intro .text_wrap .intro_merit li.alpha .waku .ico {
            position: absolute;
            z-index: 3;
            width: calc(18%/2.24);
            display: none; }
            .intro .text_wrap .intro_merit li.alpha .waku .ico.ico1 {
              top: 0;
              right: 0; }
            .intro .text_wrap .intro_merit li.alpha .waku .ico.ico2 {
              top: 0;
              left: 0;
              transform: rotate(-90deg); }
            .intro .text_wrap .intro_merit li.alpha .waku .ico.ico3 {
              bottom: 0;
              right: 0;
              transform: rotate(90deg); }
            .intro .text_wrap .intro_merit li.alpha .waku .ico.ico4 {
              bottom: 0;
              left: 0;
              transform: rotate(180deg); }
        .intro .text_wrap .intro_merit li.alpha .ico_click {
          position: absolute;
          bottom: 0;
          right: 0;
          pointer-events: none;
          width: 45px;
          display: block;
          z-index: 3;
          transition: all 0.3s; }
        .intro .text_wrap .intro_merit li.alpha a {
          padding: 10px;
          display: flex;
          height: 100%;
          justify-content: center;
          align-items: center;
          position: relative;
          z-index: 2; }
          .intro .text_wrap .intro_merit li.alpha a img {
            filter: none; }
      .intro .text_wrap .intro_merit li figure img {
        width: 100%;
        position: relative;
        z-index: 2;
        filter: brightness(0); }
      .intro .text_wrap .intro_merit li .merit01 {
        width: calc(162%/2.52); }
      .intro .text_wrap .intro_merit li .merit02 {
        width: calc(200%/2.52); }
      .intro .text_wrap .intro_merit li .merit03 {
        width: calc(214%/2.52); }
      .intro .text_wrap .intro_merit li .merit04 {
        width: calc(214.45%/2.52); }

/* ===== ナビ ===== */
.side-nav {
  position: fixed;
  left: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 20;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(4vw + 40px); }
  @media screen and (max-width: 768px) {
    .side-nav {
      left: 15px;
      width: auto; } }

.side-nav li {
  width: 2px;
  height: 10px;
  background: rgba(0, 0, 0, 0.4);
  margin: 5px 0;
  cursor: pointer;
  transition: 0.3s; }
  @media screen and (max-width: 768px) {
    .side-nav li {
      background: rgba(255, 255, 255, 0.6); } }

.side-nav li.active {
  background: #333;
  height: 22px; }
  @media screen and (max-width: 768px) {
    .side-nav li.active {
      background: white; } }

.sec5 {
  width: 100%;
  padding: 100px 0;
  z-index: 7;
  background: #f2efef; }
  @media screen and (max-width: 480px) {
    .sec5 {
      padding: 60px 0;
      padding-top: 100px; } }
  .sec5 .inner {
    background: none;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .sec5 .inner {
        width: calc(100% - 60px); } }
  .sec5 .top_footer_group {
    position: relative;
    height: auto; }

.yokoku_group {
  max-width: 1300px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin: 20px auto;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 10px;
  font-size: 10px;
  color: #333;
  margin-top: auto; }
  @media screen and (max-width: 480px) {
    .yokoku_group {
      font-size: 10px;
      line-height: 1.4;
      margin-bottom: 20px; } }
  .yokoku_group .in_wrap {
    display: flex;
    align-items: stretch;
    gap: 0 15px; }
    @media screen and (max-width: 768px) {
      .yokoku_group .in_wrap {
        flex-direction: column;
        gap: 8px 0; } }
    .yokoku_group .in_wrap .y01 {
      width: 150px;
      border: 1px solid #333;
      font-size: 18px;
      line-height: 1;
      padding: 5px 10px;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .yokoku_group .in_wrap .y01 {
          font-size: 14px;
          width: auto; } }
    .yokoku_group .in_wrap .y03 {
      width: calc(100% - 165px); }
      @media screen and (max-width: 768px) {
        .yokoku_group .in_wrap .y03 {
          width: 100%; } }
  .yokoku_group .y02 {
    flex-grow: 1;
    font-size: 9px; }
  .yokoku_group .y03 {
    width: 100%; }

.top_footer_wrap {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #3f3d3a;
  padding: 60px 0;
  padding: 30px 0;
  z-index: 7; }
  .top_footer_wrap .top_footer {
    height: 100%;
    width: 100%;
    padding-bottom: 40px;
    display: block !important; }
    @media screen and (max-width: 480px) {
      .top_footer_wrap .top_footer {
        padding: 0; } }
    .top_footer_wrap .top_footer .foot_in {
      max-width: 1200px;
      margin: 0 auto;
      width: calc(100% - 40px); }
      @media screen and (max-width: 480px) {
        .top_footer_wrap .top_footer .foot_in {
          width: calc(100% - 60px); } }
      .top_footer_wrap .top_footer .foot_in .f_cv_wrap {
        display: flex;
        justify-content: center;
        gap: 0 20px;
        max-width: 280px;
        max-width: 560px;
        margin: 0 auto 20px; }
        @media screen and (max-width: 480px) {
          .top_footer_wrap .top_footer .foot_in .f_cv_wrap {
            flex-wrap: wrap;
            row-gap: 20px;
            margin-bottom: 40px; } }
        .top_footer_wrap .top_footer .foot_in .f_cv_wrap li {
          width: calc(50% - 10px);
          width: 23.22%; }
          @media screen and (max-width: 480px) {
            .top_footer_wrap .top_footer .foot_in .f_cv_wrap li {
              width: calc(50% - 10px); } }
          .top_footer_wrap .top_footer .foot_in .f_cv_wrap li:nth-last-child(1) {
            width: 46.43%; }
            @media screen and (max-width: 480px) {
              .top_footer_wrap .top_footer .foot_in .f_cv_wrap li:nth-last-child(1) {
                width: 100%; } }
          .top_footer_wrap .top_footer .foot_in .f_cv_wrap li a {
            text-align: center;
            justify-content: center;
            padding: 0.5em 0.3em;
            padding: 0.5em;
            line-height: 1;
            letter-spacing: 0.05em; }
      .top_footer_wrap .top_footer .foot_in .foot_item01 {
        margin-bottom: 20px; }
      .top_footer_wrap .top_footer .foot_in .foot_item02 {
        row-gap: 20px; }
        @media screen and (max-width: 480px) {
          .top_footer_wrap .top_footer .foot_in .foot_item02 {
            row-gap: 40px; } }
  .top_footer_wrap .foot_item01 {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    color: #FFF;
    text-align: center;
    margin-bottom: clamp(20px, 3.334vw, 40px); }
    .top_footer_wrap .foot_item01 .contact_ttl {
      font-size: clamp(14px, 1.334vw, 16px);
      line-height: 1; }
    .top_footer_wrap .foot_item01 .contact_txt {
      font-size: clamp(12px, 1.084vw, 13px); }
    .top_footer_wrap .foot_item01 .contact_tel {
      font-size: clamp(20px, 3.834vw, 46px);
      line-height: 1;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 480px) {
        .top_footer_wrap .foot_item01 .contact_tel {
          font-size: 9vw; } }
  .top_footer_wrap .foot_item02 {
    display: flex;
    align-items: flex-end;
    column-gap: 20px;
    flex-direction: column;
    align-items: center;
    row-gap: 40px; }
    @media screen and (max-width: 480px) {
      .top_footer_wrap .foot_item02 {
        max-width: 300px;
        margin: inherit; } }
    .top_footer_wrap .foot_item02 .foot_own_logo {
      line-height: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      @media screen and (max-width: 480px) {
        .top_footer_wrap .foot_item02 .foot_own_logo {
          column-gap: 15px; } }
      .top_footer_wrap .foot_item02 .foot_own_logo .logo_fukuokajigyou {
        max-width: 120px;
        width: 100%; }
        @media screen and (max-width: 480px) {
          .top_footer_wrap .foot_item02 .foot_own_logo .logo_fukuokajigyou {
            max-width: 100px; } }
      .top_footer_wrap .foot_item02 .foot_own_logo span {
        text-align: left;
        margin-left: 8px;
        font-size: 10px;
        line-height: 1.6; }
        @media screen and (max-width: 480px) {
          .top_footer_wrap .foot_item02 .foot_own_logo span {
            font-size: 10px;
            font-size: 9px;
            margin-left: 0; } }
    .top_footer_wrap .foot_item02 .foot_r_link {
      display: flex;
      flex-direction: column;
      row-gap: 15px;
      align-items: center; }
      .top_footer_wrap .foot_item02 .foot_r_link .foot_link_txt {
        display: flex;
        align-items: center;
        align-items: center;
        column-gap: 5px;
        font-size: clamp(10px, 1.167vw, 14px);
        text-decoration: underline;
        position: relative;
        width: fit-content; }
        body:not(.mobile) .top_footer_wrap .foot_item02 .foot_r_link .foot_link_txt:hover {
          text-decoration: none; }
        @media screen and (max-width: 480px) {
          .top_footer_wrap .foot_item02 .foot_r_link .foot_link_txt {
            font-size: 12px; } }
        .top_footer_wrap .foot_item02 .foot_r_link .foot_link_txt:after {
          content: "";
          margin: 0;
          padding: 0;
          border: none;
          border-bottom: solid 1px #FFF;
          border-right: solid 1px #FFF;
          height: 6px;
          width: 22px;
          transform: skewX(45deg);
          transition: 0.3s all ease-in-out 0s; }
      .top_footer_wrap .foot_item02 .foot_r_link .copyright {
        font-size: 8px;
        text-align: left; }

.last_item {
  margin-top: auto;
  width: 100%; }

html,
body {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none; }

.s-last {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain; }

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