@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap'); /* Googleフォント */

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
||
||            CSS セット
||            2025_02/01 ver.
||
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*---------------------------------------
// Adobe font 表示CSS    ※ head内に<script>で表示しているタイプの呼び出しをしている時のみ
---------------------------------------*/
/*
html {
  visibility: hidden;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}
*/

/* html {
  scroll-behavior: smooth;
} */
body {
  background-color: #fff;
}

/* 文字のベース */
p,a,span,h1,h2,h3,h4,time {
  color: #202931;
  overflow-wrap: break-word; /* 文字列が長すぎる場合に折り返し */

  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*----------------------------------------
font-family
----------------------------------------*/
html .f1 {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html .f2 {
}

html .f3 {
}

html .f4 {
}

html .f5 {
}

/*----------------------------------------
font-size
----------------------------------------*/
.f-10 { font-size: 10px; }
.f-11 { font-size: 11px; }
.f-12 { font-size: 12px; }
.f-13 { font-size: 13px; }
.f-14 { font-size: 14px; }
.f-15 { font-size: 15px; }
.f-16,.pagination .page-numbers { font-size: 16px; }
.f-17 { font-size: 17px; }
.f-18,.wp-works-text p { font-size: 18px; }
.f-19 { font-size: 19px; }
.f-20 { font-size: 20px; }
.f-21 { font-size: 21px; }
.f-22 { font-size: 22px; }
.f-23 { font-size: 23px; }
.f-24 { font-size: 24px; }
.f-25 { font-size: 25px; }
.f-26 { font-size: 26px; }
.f-27 { font-size: 27px; }
.f-28 { font-size: 28px; }
.f-29 { font-size: 29px; }
.f-30 { font-size: 30px; }
.f-31 { font-size: 31px; }
.f-32 { font-size: 32px; }
.f-33 { font-size: 33px; }
.f-34 { font-size: 34px; }
.f-35 { font-size: 35px; }
.f-36 { font-size: 36px; }
.f-37 { font-size: 37px; }
.f-38 { font-size: 38px; }
.f-39 { font-size: 39px; }
.f-40 { font-size: 40px; }
.f-41 { font-size: 41px; }
.f-42 { font-size: 42px; }
.f-43 { font-size: 43px; }
.f-44 { font-size: 44px; }
.f-45 { font-size: 45px; }
.f-46 { font-size: 46px; }
.f-47 { font-size: 47px; }
.f-48 { font-size: 48px; }
.f-49 { font-size: 49px; }
.f-50 { font-size: 50px; }
.f-51 { font-size: 51px; }
.f-52 { font-size: 52px; }
.f-53 { font-size: 53px; }
.f-54 { font-size: 54px; }
.f-55 { font-size: 55px; }
.f-56 { font-size: 56px; }
.f-57 { font-size: 57px; }
.f-58 { font-size: 58px; }
.f-59 { font-size: 59px; }
.f-60 { font-size: 60px; }
.f-61 { font-size: 61px; }
.f-62 { font-size: 62px; }
.f-63 { font-size: 63px; }
.f-64 { font-size: 64px; }
.f-65 { font-size: 65px; }
.f-66 { font-size: 66px; }
.f-67 { font-size: 67px; }
.f-68 { font-size: 68px; }
.f-69 { font-size: 69px; }
.f-70 { font-size: 70px; }
.f-71 { font-size: 71px; }
.f-72 { font-size: 72px; }
.f-73 { font-size: 73px; }
.f-74 { font-size: 74px; }
.f-75 { font-size: 75px; }
.f-76 { font-size: 76px; }
.f-77 { font-size: 77px; }
.f-78 { font-size: 78px; }
.f-79 { font-size: 79px; }
.f-80 { font-size: 80px; }

/*-------------------------------
    1536px             --------*/
@media screen and (max-width:1536px) {
  .f-10 { font-size: 10px; }
  .f-11 { font-size: 11px; }
  .f-12 { font-size: 12px; }
  .f-13 { font-size: 13px; }
  .f-14 { font-size: 14px; }
  .f-15 { font-size: 14px; }
  .f-16 { font-size: 14px; }
  .f-17 { font-size: 16px; }
  .f-18 { font-size: 16px; }
  .f-19 { font-size: 18px; }
  .f-20 { font-size: 18px; }
  .f-21 { font-size: 20px; }
  .f-22 { font-size: 20px; }
  .f-23 { font-size: 21px; }
  .f-24 { font-size: 22px; }
  .f-25 { font-size: 22px; }
  .f-26 { font-size: 23px; }
  .f-27 { font-size: 23px; }
  .f-28 { font-size: 24px; }
  .f-29 { font-size: 26px; }
  .f-30 { font-size: 26px; }
  .f-31 { font-size: 28px; }
  .f-32 { font-size: 28px; }
  .f-33 { font-size: 30px; }
  .f-34 { font-size: 30px; }
  .f-35 { font-size: 32px; }
  .f-36 { font-size: 32px; }
  .f-37 { font-size: 32px; }
  .f-38 { font-size: 34px; }
  .f-39 { font-size: 34px; }
  .f-40 { font-size: 34px; }
  .f-41 { font-size: 34px; }
  .f-42 { font-size: 36px; }
  .f-43 { font-size: 36px; }
  .f-44 { font-size: 36px; }
  .f-45 { font-size: 38px; }
  .f-46 { font-size: 38px; }
  .f-47 { font-size: 40px; }
  .f-48 { font-size: 40px; }
  .f-49 { font-size: 42px; }
  .f-50 { font-size: 42px; }
  .f-51 { font-size: 42px; }
  .f-52 { font-size: 42px; }
  .f-53 { font-size: 44px; }
  .f-54 { font-size: 44px; }
  .f-55 { font-size: 48px; }
  .f-56 { font-size: 48px; }
  .f-57 { font-size: 48px; }
  .f-58 { font-size: 48px; }
  .f-59 { font-size: 50px; }
  .f-60 { font-size: 50px; }
  .f-61 { font-size: 50px; }
  .f-62 { font-size: 52px; }
  .f-63 { font-size: 52px; }
  .f-64 { font-size: 54px; }
  .f-65 { font-size: 54px; }
  .f-66 { font-size: 54px; }
  .f-67 { font-size: 54px; }
  .f-68 { font-size: 58px; }
  .f-69 { font-size: 58px; }
  .f-70 { font-size: 60px; }
  .f-71 { font-size: 60px; }
  .f-72 { font-size: 60px; }
  .f-73 { font-size: 60px; }
  .f-74 { font-size: 62px; }
  .f-75 { font-size: 62px; }
  .f-76 { font-size: 62px; }
  .f-77 { font-size: 62px; }
  .f-78 { font-size: 64px; }
  .f-79 { font-size: 64px; }
  .f-80 { font-size: 64px; }
  /*  1536 px end  */
}

/*-------------------------------
  1024px             --------*/
  @media screen and (max-width:1024px) {
    .f-10 { font-size: 10px; }
    .f-11 { font-size: 11px; }
    .f-12 { font-size: 12px; }
    .f-13 { font-size: 13px; }
    .f-14 { font-size: 14px; }
    .f-15 { font-size: 15px; }
    .f-16 { font-size: 15px; }
    .f-17 { font-size: 16px; }
    .f-18 { font-size: 17px; }
    .f-19 { font-size: 17px; }
    .f-20 { font-size: 18px; }
    .f-21 { font-size: 18px; }
    .f-22 { font-size: 18px; }
    .f-23 { font-size: 18px; }
    .f-24 { font-size: 20px; }
    .f-25 { font-size: 20px; }
    .f-26 { font-size: 20px; }
    .f-27 { font-size: 24px; }
    .f-28 { font-size: 24px; }
    .f-29 { font-size: 24px; }
    .f-30 { font-size: 24px; }
    .f-31 { font-size: 26px; }
    .f-32 { font-size: 26px; }
    .f-33 { font-size: 28px; }
    .f-34 { font-size: 28px; }
    .f-35 { font-size: 28px; }
    .f-36 { font-size: 30px; }
    .f-37 { font-size: 30px; }
    .f-38 { font-size: 32px; }
    .f-39 { font-size: 32px; }
    .f-40 { font-size: 32px; }
    .f-41 { font-size: 32px; }
    .f-42 { font-size: 34px; }
    .f-43 { font-size: 34px; }
    .f-44 { font-size: 34px; }
    .f-45 { font-size: 36px; }
    .f-46 { font-size: 36px; }
    .f-47 { font-size: 38px; }
    .f-48 { font-size: 38px; }
    .f-49 { font-size: 40px; }
    .f-50 { font-size: 40px; }
    .f-51 { font-size: 40px; }
    .f-52 { font-size: 40px; }
    .f-53 { font-size: 42px; }
    .f-54 { font-size: 42px; }
    .f-55 { font-size: 44px; }
    .f-56 { font-size: 44px; }
    .f-57 { font-size: 44px; }
    .f-58 { font-size: 44px; }
    .f-59 { font-size: 46px; }
    .f-60 { font-size: 46px; }
    .f-61 { font-size: 46px; }
    .f-62 { font-size: 48px; }
    .f-63 { font-size: 48px; }
    .f-64 { font-size: 50px; }
    .f-65 { font-size: 50px; }
    .f-66 { font-size: 50px; }
    .f-67 { font-size: 50px; }
    .f-68 { font-size: 54px; }
    .f-69 { font-size: 54px; }
    .f-70 { font-size: 54px; }
    .f-71 { font-size: 54px; }
    .f-72 { font-size: 54px; }
    .f-73 { font-size: 54px; }
    .f-74 { font-size: 60px; }
    .f-75 { font-size: 60px; }
    .f-76 { font-size: 62px; }
    .f-77 { font-size: 62px; }
    .f-78 { font-size: 62px; }
    .f-79 { font-size: 62px; }
    .f-80 { font-size: 62px; }
      /*  1024 px end  */
  }

/*-------------------------------
    414px             --------*/
@media screen and (max-width: 414px) {
  .sp-f-10 { font-size: 2.565vw !important; }
  .sp-f-11 { font-size: 2.821vw !important; }
  .sp-f-12 { font-size: 3.08vw !important; }
  .sp-f-13,.pagination .page-numbers { font-size: 3.334vw !important; }
  .sp-f-14,
  .top-we-area .set-2 .text-set h3.sp-f-14 { font-size: 3.59vw !important; }
  .sp-f-15,.title-set h2:last-of-type,
  .btn-type-1 p.f-15,.other-page-btn a p,.wp-works-text p { font-size: 3.8462vw !important; }
  .sp-f-16 { font-size: 4.12vw !important; }
  .sp-f-17 { font-size: 4.359vw !important; }
  .sp-f-18 { font-size: 4.62vw !important; }
  .sp-f-19 { font-size: 4.872vw !important; }
  .sp-f-20 { font-size: 5.13vw !important; }
  .sp-f-21 { font-size: 5.385vw !important; }
  .sp-f-22 { font-size: 5.65vw !important; }
  .sp-f-23 { font-size: 5.898vw !important; }
  .sp-f-24 { font-size: 6.16vw !important; }
  .sp-f-25 { font-size: 6.411vw !important; }
  .sp-f-26,
  .top-we-area .set-2 .text-set h3.f-36 { font-size: 6.667vw !important; }
  .sp-f-27 { font-size: 6.924vw !important; }
  .sp-f-28 { font-size: 6.087vw !important; }
  .sp-f-29 { font-size: 6.305vw !important; }
  .sp-f-30 { font-size: 6.522vw !important; }
  .sp-f-31 { font-size: 6.7392vw !important; }
  .sp-f-32,.title-set h2:first-of-type { font-size: 6.957vw !important; }
  .sp-f-33 { font-size: 7.174vw !important; }
  .sp-f-34 { font-size: 7.392vw !important; }
  .sp-f-35 { font-size: 7.609vw !important; }
  .sp-f-36 { font-size: 7.827vw !important; }
  .sp-f-37 { font-size: 8.044vw !important; }
  .sp-f-38 { font-size: 8.261vw !important; }
  .sp-f-39 { font-size: 8.479vw !important; }
  .sp-f-40 { font-size: 8.696vw !important; }

  /*  414 px end  */
}
/*----------------------------------------
font-line
----------------------------------------*/
.f-line-20 { line-height: 20px; }
.f-line-21 { line-height: 21px; }
.f-line-22 { line-height: 22px; }
.f-line-23 { line-height: 23px; }
.f-line-24 { line-height: 24px; }
.f-line-25 { line-height: 25px; }
.f-line-26 { line-height: 26px; }
.f-line-27 { line-height: 27px; }
.f-line-28,.wp-works-text p { line-height: 28px; }
.f-line-29 { line-height: 29px; }
.f-line-30 { line-height: 30px; }
.f-line-31 { line-height: 31px; }
.f-line-32 { line-height: 32px; }
.f-line-33 { line-height: 33px; }
.f-line-34 { line-height: 34px; }
.f-line-35 { line-height: 35px; }
.f-line-36 { line-height: 36px; }
.f-line-37 { line-height: 37px; }
.f-line-38 { line-height: 38px; }
.f-line-39 { line-height: 39px; }
.f-line-40 { line-height: 40px; }
.f-line-41 { line-height: 41px; }
.f-line-42 { line-height: 42px; }
.f-line-43 { line-height: 43px; }
.f-line-44 { line-height: 44px; }
.f-line-45 { line-height: 45px; }
.f-line-46 { line-height: 46px; }
.f-line-47 { line-height: 47px; }
.f-line-48 { line-height: 48px; }
.f-line-49 { line-height: 49px; }
.f-line-50 { line-height: 50px; }
.f-line-51 { line-height: 51px; }
.f-line-52 { line-height: 52px; }
.f-line-53 { line-height: 53px; }
.f-line-54 { line-height: 54px; }
.f-line-55 { line-height: 55px; }
.f-line-56 { line-height: 56px; }
.f-line-57 { line-height: 57px; }
.f-line-58 { line-height: 58px; }
.f-line-59 { line-height: 59px; }
.f-line-60 { line-height: 60px; }
.f-line-61 { line-height: 61px; }
.f-line-62 { line-height: 62px; }
.f-line-63 { line-height: 63px; }
.f-line-64 { line-height: 64px; }
.f-line-65 { line-height: 65px; }
.f-line-66 { line-height: 66px; }
.f-line-67 { line-height: 67px; }
.f-line-68 { line-height: 68px; }
.f-line-69 { line-height: 69px; }
.f-line-70 { line-height: 70px; }
.f-line-71 { line-height: 71px; }
.f-line-72 { line-height: 72px; }
.f-line-73 { line-height: 73px; }
.f-line-74 { line-height: 74px; }
.f-line-75 { line-height: 75px; }
.f-line-76 { line-height: 76px; }
.f-line-77 { line-height: 77px; }
.f-line-78 { line-height: 78px; }
.f-line-79 { line-height: 79px; }
.f-line-80 { line-height: 80px; }
.f-line-81 { line-height: 81px; }
.f-line-82 { line-height: 82px; }
.f-line-83 { line-height: 83px; }
.f-line-84 { line-height: 84px; }
.f-line-85 { line-height: 85px; }
.f-line-86 { line-height: 86px; }
.f-line-87 { line-height: 87px; }
.f-line-88 { line-height: 88px; }
.f-line-89 { line-height: 89px; }
.f-line-90 { line-height: 90px; }
.f-line-91 { line-height: 91px; }
.f-line-92 { line-height: 92px; }
.f-line-93 { line-height: 93px; }
.f-line-94 { line-height: 94px; }
.f-line-95 { line-height: 95px; }
.f-line-96 { line-height: 96px; }
.f-line-97 { line-height: 97px; }
.f-line-98 { line-height: 98px; }
.f-line-99 { line-height: 99px; }
.f-line-100 { line-height: 100px; }
@media screen and (max-width: 1024px) {
  .f-line-20 { line-height: 20px; }
  .f-line-21 { line-height: 21px; }
  .f-line-22 { line-height: 22px; }
  .f-line-23 { line-height: 23px; }
  .f-line-24 { line-height: 24px; }
  .f-line-25 { line-height: 25px; }
  .f-line-26 { line-height: 26px; }
  .f-line-27 { line-height: 27px; }
  .f-line-28 { line-height: 28px; }
  .f-line-29 { line-height: 28px; }
  .f-line-30 { line-height: 28px; }
  .f-line-31 { line-height: 28px; }
  .f-line-32 { line-height: 28px; }
  .f-line-33 { line-height: 32px; }
  .f-line-34 { line-height: 32px; }
  .f-line-35 { line-height: 32px; }
  .f-line-36 { line-height: 32px; }
  .f-line-37 { line-height: 32px; }
  .f-line-38 { line-height: 32px; }
  .f-line-39 { line-height: 36px; }
  .f-line-40 { line-height: 36px; }
  .f-line-41 { line-height: 36px; }
  .f-line-42 { line-height: 36px; }
  .f-line-43 { line-height: 36px; }
  .f-line-44 { line-height: 36px; }
  .f-line-45 { line-height: 42px; }
  .f-line-46 { line-height: 42px; }
  .f-line-47 { line-height: 42px; }
  .f-line-48 { line-height: 42px; }
  .f-line-49 { line-height: 42px; }
  .f-line-50 { line-height: 42px; }
  .f-line-51 { line-height: 42px; }
  .f-line-52 { line-height: 42px; }
  .f-line-53 { line-height: 42px; }
  .f-line-54 { line-height: 42px; }
  .f-line-55 { line-height: 48px; }
  .f-line-56 { line-height: 48px; }
  .f-line-57 { line-height: 48px; }
  .f-line-58 { line-height: 48px; }
  .f-line-59 { line-height: 48px; }
  .f-line-60 { line-height: 48px; }
  .f-line-61 { line-height: 48px; }
  .f-line-62 { line-height: 48px; }
  .f-line-63 { line-height: 48px; }
  .f-line-64 { line-height: 48px; }
  .f-line-65 { line-height: 48px; }
  .f-line-66 { line-height: 48px; }
  .f-line-67 { line-height: 48px; }
  .f-line-68 { line-height: 48px; }
  .f-line-69 { line-height: 60px; }
  .f-line-70 { line-height: 60px; }
  .f-line-71 { line-height: 60px; }
  .f-line-72 { line-height: 60px; }
  .f-line-73 { line-height: 60px; }
  .f-line-74 { line-height: 60px; }
  .f-line-75 { line-height: 60px; }
  .f-line-76 { line-height: 60px; }
  .f-line-77 { line-height: 60px; }
  .f-line-78 { line-height: 60px; }
  .f-line-79 { line-height: 60px; }
  .f-line-80 { line-height: 60px; }
  .f-line-81 { line-height: 72px; }
  .f-line-82 { line-height: 72px; }
  .f-line-83 { line-height: 72px; }
  .f-line-84 { line-height: 72px; }
  .f-line-85 { line-height: 72px; }
  .f-line-86 { line-height: 72px; }
  .f-line-87 { line-height: 72px; }
  .f-line-88 { line-height: 72px; }
  .f-line-89 { line-height: 72px; }
  .f-line-90 { line-height: 72px; }
  .f-line-91 { line-height: 72px; }
  .f-line-92 { line-height: 72px; }
  .f-line-93 { line-height: 86px; }
  .f-line-94 { line-height: 86px; }
  .f-line-95 { line-height: 86px; }
  .f-line-96 { line-height: 86px; }
  .f-line-97 { line-height: 86px; }
  .f-line-98 { line-height: 86px; }
  .f-line-99 { line-height: 86px; }
  .f-line-100 { line-height: 86px; }
  }
@media screen and (max-width: 414px) {
  .sp-f-line-12 { line-height: 3.08vw !important; }
  .sp-f-line-13 { line-height: 3.33vw !important; }
  .sp-f-line-14 { line-height: 3.59vw !important; }
  .sp-f-line-15 { line-height: 3.85vw !important; }
  .sp-f-line-16 { line-height: 4.10vw !important; }
  .sp-f-line-17 { line-height: 4.36vw !important; }
  .sp-f-line-18 { line-height: 4.62vw !important; }
  .sp-f-line-19 { line-height: 4.87vw !important; }
  .sp-f-line-20 { line-height: 5.13vw !important; }
  .sp-f-line-21 { line-height: 5.38vw !important; }
  .sp-f-line-22 { line-height: 5.64vw !important; }
  .sp-f-line-23 { line-height: 5.90vw !important; }
  .sp-f-line-24,.wp-works-text p { line-height: 6.15vw !important; }
  .sp-f-line-25 { line-height: 6.41vw !important; }
  .sp-f-line-26 { line-height: 6.67vw !important; }
  .sp-f-line-27 { line-height: 6.92vw !important; }
  .sp-f-line-28 { line-height: 7.18vw !important; }
  .sp-f-line-29 { line-height: 7.44vw !important; }
  .sp-f-line-30 { line-height: 7.69vw !important; }
  .sp-f-line-31 { line-height: 7.95vw !important; }
  .sp-f-line-32 { line-height: 8.21vw !important; }
  .sp-f-line-33 { line-height: 8.46vw !important; }
  .sp-f-line-34 { line-height: 8.72vw !important; }
  .sp-f-line-35 { line-height: 8.97vw !important; }
  .sp-f-line-36 { line-height: 9.23vw !important; }
  .sp-f-line-37 { line-height: 9.49vw !important; }
  .sp-f-line-38 { line-height: 9.74vw !important; }
  .sp-f-line-39 { line-height: 10.00vw !important; }
  .sp-f-line-40 { line-height: 10.26vw !important; }
  .sp-f-line-41 { line-height: 10.51vw !important; }
  .sp-f-line-42 { line-height: 10.77vw !important; }
  .sp-f-line-43 { line-height: 11.03vw !important; }
  .sp-f-line-44 { line-height: 11.28vw !important; }
  .sp-f-line-45 { line-height: 11.54vw !important; }
  .sp-f-line-46 { line-height: 11.79vw !important; }
  .sp-f-line-47 { line-height: 12.05vw !important; }
  .sp-f-line-48 { line-height: 12.31vw !important; }
  .sp-f-line-49 { line-height: 12.56vw !important; }
  .sp-f-line-50 { line-height: 12.82vw !important; }
  .sp-f-line-51 { line-height: 13.08vw !important; }
  .sp-f-line-52 { line-height: 13.33vw !important; }
  .sp-f-line-53 { line-height: 13.59vw !important; }
  .sp-f-line-54 { line-height: 13.85vw !important; }
  .sp-f-line-55 { line-height: 14.10vw !important; }
  .sp-f-line-56 { line-height: 14.36vw !important; }
  .sp-f-line-57 { line-height: 14.62vw !important; }
  .sp-f-line-58 { line-height: 14.87vw !important; }
  .sp-f-line-59 { line-height: 15.13vw !important; }
  .sp-f-line-60 { line-height: 15.38vw !important; }
  .sp-f-line-61 { line-height: 15.64vw !important; }
  .sp-f-line-62 { line-height: 15.90vw !important; }
  .sp-f-line-63 { line-height: 16.15vw !important; }
  .sp-f-line-64 { line-height: 16.41vw !important; }
  .sp-f-line-65 { line-height: 16.67vw !important; }
  .sp-f-line-66 { line-height: 16.92vw !important; }
  .sp-f-line-67 { line-height: 17.18vw !important; }
  .sp-f-line-68 { line-height: 17.44vw !important; }
  .sp-f-line-69 { line-height: 17.69vw !important; }
  .sp-f-line-70 { line-height: 17.95vw !important; }
  .sp-f-line-71 { line-height: 18.21vw !important; }
  .sp-f-line-72 { line-height: 18.46vw !important; }
  .sp-f-line-73 { line-height: 18.72vw !important; }
  .sp-f-line-74 { line-height: 18.97vw !important; }
  .sp-f-line-75 { line-height: 19.23vw !important; }
  .sp-f-line-76 { line-height: 19.49vw !important; }
  .sp-f-line-77 { line-height: 19.74vw !important; }
  .sp-f-line-78 { line-height: 20.00vw !important; }
  .sp-f-line-79 { line-height: 20.26vw !important; }
  .sp-f-line-80 { line-height: 20.51vw !important; }
  .sp-f-line-81 { line-height: 20.77vw !important; }
  .sp-f-line-82 { line-height: 21.03vw !important; }
  .sp-f-line-83 { line-height: 21.28vw !important; }
  .sp-f-line-84 { line-height: 21.54vw !important; }
  .sp-f-line-85 { line-height: 21.79vw !important; }
  .sp-f-line-86 { line-height: 22.05vw !important; }
  .sp-f-line-87 { line-height: 22.31vw !important; }
  .sp-f-line-88 { line-height: 22.56vw !important; }
  .sp-f-line-89 { line-height: 22.82vw !important; }
  .sp-f-line-90 { line-height: 23.08vw !important; }
  .sp-f-line-91 { line-height: 23.33vw !important; }
  .sp-f-line-92 { line-height: 23.59vw !important; }
  .sp-f-line-93 { line-height: 23.85vw !important; }
  .sp-f-line-94 { line-height: 24.10vw !important; }
  .sp-f-line-95 { line-height: 24.36vw !important; }
  .sp-f-line-96 { line-height: 24.62vw !important; }
  .sp-f-line-97 { line-height: 24.87vw !important; }
  .sp-f-line-98 { line-height: 25.13vw !important; }
  .sp-f-line-99 { line-height: 25.38vw !important; }
  .sp-f-line-100 { line-height: 25.64vw !important; }
}

/*----------------------------------------
font-letter
----------------------------------------*/
.f-letter--50 { letter-spacing: -0.050em; }
.f-letter--40 { letter-spacing: -0.040em; }
.f-letter--30 { letter-spacing: -0.030em; }
.f-letter--20 { letter-spacing: -0.020em; }
.f-letter--10 { letter-spacing: -0.010em; }
.f-letter-10 { letter-spacing: 0.010em; }
.f-letter-20 { letter-spacing: 0.020em; }
.f-letter-30 { letter-spacing: 0.030em; }
.f-letter-40 { letter-spacing: 0.040em; }
.f-letter-50 { letter-spacing: 0.050em; }
.f-letter-60 { letter-spacing: 0.060em; }
.f-letter-70 { letter-spacing: 0.070em; }
.f-letter-80 { letter-spacing: 0.080em; }
.f-letter-90 { letter-spacing: 0.090em; }
.f-letter-100 { letter-spacing: 0.100em; }
.f-letter-110 { letter-spacing: 0.110em; }
.f-letter-120 { letter-spacing: 0.120em; }
.f-letter-130 { letter-spacing: 0.130em; }
.f-letter-140 { letter-spacing: 0.140em; }
.f-letter-150 { letter-spacing: 0.150em; }
.f-letter-160 { letter-spacing: 0.160em; }
.f-letter-170 { letter-spacing: 0.170em; }
.f-letter-180 { letter-spacing: 0.180em; }
.f-letter-190 { letter-spacing: 0.190em; }
.f-letter-200 { letter-spacing: 0.200em; }

@media screen and (max-width: 414px) {
.sp-f-letter--50 { letter-spacing: -12.82vw; }
.sp-f-letter--40 { letter-spacing: -10.26vw; }
.sp-f-letter--30 { letter-spacing: -7.69vw; }
.sp-f-letter--20 { letter-spacing: -5.13vw; }
.sp-f-letter--10 { letter-spacing: -2.56vw; }
.sp-f-letter-10 { letter-spacing: 2.56vw; }
.sp-f-letter-20 { letter-spacing: 5.13vw; }
.sp-f-letter-30 { letter-spacing: 7.69vw; }
.sp-f-letter-40 { letter-spacing: 10.26vw; }
.sp-f-letter-50 { letter-spacing: 12.82vw; }
.sp-f-letter-60 { letter-spacing: 15.38vw; }
.sp-f-letter-70 { letter-spacing: 17.95vw; }
.sp-f-letter-80 { letter-spacing: 20.51vw; }
.sp-f-letter-90 { letter-spacing: 23.08vw; }
.sp-f-letter-100 { letter-spacing: 25.64vw; }
.sp-f-letter-110 { letter-spacing: 28.21vw; }
.sp-f-letter-120 { letter-spacing: 30.77vw; }
.sp-f-letter-130 { letter-spacing: 33.33vw; }
.sp-f-letter-140 { letter-spacing: 35.90vw; }
.sp-f-letter-150 { letter-spacing: 38.46vw; }
.sp-f-letter-160 { letter-spacing: 41.03vw; }
.sp-f-letter-170 { letter-spacing: 43.59vw; }
.sp-f-letter-180 { letter-spacing: 46.15vw; }
.sp-f-letter-190 { letter-spacing: 48.72vw; }
.sp-f-letter-200 { letter-spacing: 51.28vw; }
}

/*----------------------------------------
font-weight
----------------------------------------*/
.f-w-light {
  font-weight:100;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-500 {
  font-weight: 500;
}
.f-w-600 {
  font-weight: 600;
}
.f-w-bold {
  font-weight: bold;
}


/*-------------------------------------------------------------
レイアウト
-------------------------------------------------------------*/
a {
  text-decoration: none;
  display: block;
}
img {
  width: 100%;
}
html p {
  margin-bottom: 0;
}
html ul {
  padding-left: 0;
}
html body .wrapper {
  width: 88vw;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}
html body .wrapper-2 {
  width: 88vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
html body .wrapper-3 {
  width: 88vw;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.title-set {
  width: fit-content;
}
.title-set h2:first-of-type {
  color: #DDDDDD;
  margin-bottom: 2%;
  letter-spacing: 3.2px;
}
.title-set h2:last-of-type {
  padding-left: 25px;
  position: relative;
  letter-spacing: 0.8px;
}
.title-set h2:last-of-type img {
  width: 100vw;
  max-width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.center {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.right {
  margin-left: auto;
  display: block;
}
.left {
  margin-right: auto;
  display: block;
}

.flex {
  display: flex;
  align-items: center;
}
/* 2グリット */
.flex-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.flex-box .block-left {
  width: 48%;
}
.flex-box .block-right {
  width: 48%;
}


/* 3グリット   ( ２種類あり ) */
ul.flex-box-2,  /*sp 1列*/
ul.flex-box-2-type2  /*sp ２列*/ {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul.flex-box-2 li,
ul.flex-box-2-type2 li {
  width: 31%;
  margin-bottom: 6%;
}
ul.flex-box-2 li:nth-of-type(2),
ul.flex-box-2 li:nth-of-type(5),
ul.flex-box-2 li:nth-of-type(8),
ul.flex-box-2 li:nth-of-type(11),
ul.flex-box-2-type2 li:nth-of-type(2),
ul.flex-box-2-type2 li:nth-of-type(5),
ul.flex-box-2-type2 li:nth-of-type(8),
ul.flex-box-2-type2 li:nth-of-type(11) {
  margin-right: 3.5%;
  margin-left: 3.5%;
}

.btn-type-1 {
  display: block;
  width: 16.71vw;
  height: 4.9vw;
  max-width: 244px;
  max-height: 72px;
  position: relative;
  background-color: #202931;
  border-radius: 999px;
  transition: all 0.4s;
}
.btn-type-1 p {
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%,-50%);
  transition: all 0.4s;
  color: #fff;
  font-weight: 400;
}
.btn-mark-area {
  position: relative;
}
.btn-mark {
  max-width: 54px;
  max-height: 54px;
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
}
.btn-mark svg {
  width: 39%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.btn-type-1.btn-type-2 p {
  right: 42%;
  left: unset;
  transform: translate(50%, -50%);
}
.btn-type-1.btn-type-2 .btn-mark {
  right: unset;
  left: 6%;
}
.btn-type-1.btn-type-2 .btn-mark svg {
  transform: translate(-50%, -50%) scaleX(-1);
}
.img-mask {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img-mask::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 66.8%; /*  3:2の比率  */
}
.img-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top:0;
  left: 0;
  object-position: center;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  a .img-mask:hover img {
    transform: scale(1.04);
  }
  .img-mask.no-hover:hover img {
    transform: scale(1.00);
  }
}

@media screen and (max-width: 1024px) {
  html body .wrapper,
  html body .wrapper-2,
  html body .wrapper-3 {
    max-width: 560px;
  }

  /* 2グリット */
  .flex-box {
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
  .flex-box .block-left {
    width: 100% !important;
    margin-bottom: 6%;
  }
  .flex-box .block-right {
    width: 100% !important;
  }
  /* 3グリット */
  /* １列 */
  ul.flex-box-2 li {
    width: 100%;
    margin-bottom: 6%;
  }
  ul.flex-box-2 li:nth-of-type(2),
  ul.flex-box-2 li:nth-of-type(5),
  ul.flex-box-2 li:nth-of-type(8),
  ul.flex-box-2 li:nth-of-type(11),
  ul.flex-box-2-type2 li:nth-of-type(2),
  ul.flex-box-2-type2 li:nth-of-type(5),
  ul.flex-box-2-type2 li:nth-of-type(8),
  ul.flex-box-2-type2 li:nth-of-type(11) {
    margin-right: 0% !important;
    margin-left: 0% !important;
  }
  /* ２列 */
  ul.flex-box-2-type2 {
    justify-content: space-between;
  }
  ul.flex-box-2-type2 li {
    width: 48% !important;
  }
}

/*------------------
 スペース表
------------------*/
/* padding/margin  -  type-1 */
.pt-type-1 {
  padding-top: 6.4vw;
}
.pb-type-1 {
  padding-bottom: 6.4vw;
}
.mt-type-1 {
  margin-top: 6.4vw;
}
.mb-type-1 {
  margin-bottom: 6.4vw;
}

/* padding/margin  -  type-2 */
.pt-type-2 {
  padding-top: 6.4vw;
}
.pb-type-2 {
  padding-bottom: 6.4vw;
}
.mt-type-2 {
  margin-top: 6.4vw;
}
.mb-type-2 {
  margin-bottom: 6.4vw;
}

/* padding/margin  -  type-3 */
.pt-type-3 {
  padding-top: 5.8vw;
}
.pb-type-3 {
  padding-bottom: 5.8vw;
}
.mt-type-3 {
  margin-top: 5.8vw;
}
.mb-type-3 {
  margin-bottom: 5.8vw;
}

/* padding/margin  -  type-4 */
.pt-type-4 {
  padding-top: 4.2vw;
}
.pb-type-4 {
  padding-bottom: 4.2vw;
}
.mt-type-4 {
  margin-top: 4.2vw;
}
.mb-type-4 {
  margin-bottom: 4.2vw;
}

/* padding/margin  -  type-5 */
.pt-type-5 {
  padding-top: 1.7vw;
}
.pb-type-5 {
  padding-bottom: 1.7vw;
}
.mt-type-5 {
  margin-top: 1.7vw;
}
.mb-type-5 {
  margin-bottom: 1.7vw;
}

@media screen and (max-width: 1024px) {
  /* padding/margin  -  type-1 */
.pt-type-1 {
  padding-top: 9.6vw;
}
.pb-type-1 {
  padding-bottom: 9.6vw;
}
.mt-type-1 {
  margin-top: 9.6vw;
}
.mb-type-1 {
  margin-bottom: 9.6vw;
}

/* padding/margin  -  type-2 */
.pt-type-2 {
  padding-top: 8vw;
}
.pb-type-2 {
  padding-bottom: 8vw;
}
.mt-type-2 {
  margin-top: 8vw;
}
.mb-type-2 {
  margin-bottom:8vw;
}

/* padding/margin  -  type-3 */
.pt-type-3 {
  padding-top: 5.6vw;
}

.pb-type-3 {
  padding-bottom: 5.6vw;
}

.mt-type-3 {
  margin-top: 5.6vw;
}

.mb-type-3 {
  margin-bottom: 5.6vw;
}

/* padding/margin  -  type-4 */
.pt-type-4 {
  padding-top: 3.6vw;
}

.pb-type-4 {
  padding-bottom: 3.6vw;
}

.mt-type-4 {
  margin-top: 3.6vw;
}

.mb-type-4 {
  margin-bottom: 3.6vw;
}

/* padding/margin  -  type-5 */
.pt-type-5 {
  padding-top: 2.2vw;
}

.pb-type-5 {
  padding-bottom: 2.2vw;
}

.mt-type-5 {
  margin-top: 2.2vw;
}

.mb-type-5 {
  margin-bottom: 2.2vw;
}
}

@media screen and (max-width: 560px) {
  /* padding/margin  -  type-1 */
.pt-type-1 {
  padding-top: 12.6vw;
}
.pb-type-1 {
  padding-bottom: 12.6vw;
}
.mt-type-1 {
  margin-top: 12.6vw;
}
.mb-type-1 {
  margin-bottom: 12.6vw;
}

/* padding/margin  -  type-2 */
.pt-type-2 {
  padding-top: 9vw;
}
.pb-type-2 {
  padding-bottom: 9vw;
}
.mt-type-2 {
  margin-top: 9vw;
}
.mb-type-2 {
  margin-bottom:9vw;
}

/* padding/margin  -  type-3 */
.pt-type-3 {
  padding-top: 7vw;
}

.pb-type-3 {
  padding-bottom: 7vw;
}

.mt-type-3 {
  margin-top: 7vw;
}

.mb-type-3 {
  margin-bottom: 7vw;
}

/* padding/margin  -  type-4 */
.pt-type-4 {
  padding-top: 5vw;
}

.pb-type-4 {
  padding-bottom: 5vw;
}

.mt-type-4 {
  margin-top: 5vw;
}

.mb-type-4 {
  margin-bottom: 5vw;
}

/* padding/margin  -  type-5 */
.pt-type-5 {
  padding-top: 3vw;
}

.pb-type-5 {
  padding-bottom: 3vw;
}

.mt-type-5 {
  margin-top: 3vw;
}

.mb-type-5 {
  margin-bottom: 3vw;
}
}

/*------------------------------------------------------------
お問い合わせ
------------------------------------------------------------*/
/* 入力 */
.page-main-contact .text-1 {
  margin: 6% 0;
}
.wp_contact-area {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 88vw;
}
.wp_contact-area li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4%;
}
.wp_contact-area li:last-of-type {
  margin-bottom: 0;
}
.wp_contact-area li article {
  width: 30%;
}
.wp_contact-area li aside {
  width: 65%;
}
.wp_contact-area li .button,
.wp_contact-area li input,
.wp_contact-area li optgroup,
.wp_contact-area li select,
.wp_contact-area li textarea {
  width: 100%;
  padding: 15px 16px;
  background-color: #F4F4F4;
}
.wp-con-btn-area {
  margin-top: 12%;
  margin-bottom: 8%;
}
.wp-con-btn-area input {
  margin-right: auto;
  margin-left: auto;
  display: block;
  background-color: #fff;
  padding: 4px 24px;
  transition: all 0.4s;
}
.wp_contact-area .radio-mode input {
  width: fit-content;
}
.wp_contact-area .radio-mode aside span {
  margin-right: 12px;
  margin-left: 0 !important;
}
.wp_contact-area .red {
  font-size: 12px;
  color: #e20e0e;
  padding-left: 12px;
}
.wp_contact-area li.name-mode input {
  max-width: 358px;
}
.wp_contact-area li.tell-mode input {
  max-width: 262px;
}
.wp_contact-area li.address-mode input {
  max-width: 500px;
}
.wp_contact-area li.img-mode aside {
  position: relative;
}
.wp_contact-area li.img-mode aside span {
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: translateY(-100%);
}

/* 確認 */
.wp_contact-area-confirmation .wp-con-btn-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mw_wp_form.mw_wp_form_confirm span.red {
  display: none;
}

@media screen and (max-width: 768px) {
  .wp_contact-area li {
    flex-direction: column;
  }
  .wp_contact-area li article,
  .wp_contact-area li aside {
    width: 100%;
  }
  .wp_contact-area li article {
    margin-bottom: 1.2%;
  }
}
@media screen and (max-width: 414px) {
  .wp_contact-area li article  {
    font-size: 3.847vw;
    line-height: 7.2vw;
  }
  .wp_contact-area li aside {
    font-size: 3.847vw;
    line-height: 7.2vw;
  }
  .wp_contact-area li .button, .wp_contact-area li input, .wp_contact-area li optgroup, .wp_contact-area li select, .wp_contact-area li textarea {
    padding: 13.5px 16px;
  }
  .wp_contact-area li.name-item input {
    max-width: 270px;
  }
  .wp_contact-area li.tell-item input {
    max-width: 220px;
  }
}
.contact-send {
  width: 100vw;
  height: 100vw;
  max-width: 320px;
  max-height: 64px;
  border-radius: 999px;
  background-color: #004A86;
  position: relative;
  margin-top: 6%;
}
.contact-send input {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

/*---------------------------------------
header.php
---------------------------------------*/
header.pc-header {
  position: fixed;
  top: 2.5%;
  left: 0;
  z-index: 999;
  width: 100vw;
}
header.pc-header nav {
  width: 92%;
  max-width: 1402px;
  padding: 0 0 0 2%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  border-radius: 999px;
}
header.pc-header nav .logo {
  width: 8.5%;
  max-width: unset;
  margin-left: 0.5%;
}
header.pc-header nav .logo img {
  width: 100%;
}
header.pc-header nav ul {
  width: 49.4%;
  margin-left: auto;
  margin-right: 3.5%;
  max-width: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.pc-header nav ul li a p {
  font-weight: 500;
}
header.pc-header nav ul li.contact-btn p {
  border: 1px solid #fff;
  width: 100vw;
  max-width: 160px;
  text-align: center;
  padding: 4% 0;
}
.header-tell-btn {
  display: block;
  background-color: #202931;
  width: 20.5%;
  padding:0.45% 2% 0.8% 2%;
  border-radius: 0 999px 999px 0;
}
.header-tell-btn p {
  color: #fff;
  letter-spacing: 0.4px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.header-tell-btn img {
  width: 100%;
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
.header-nav-menu ul ul.dropdown-menu{
	display: block;
}
.header-nav-menu ul li.has-child{
	position: relative;
  padding-right: 3.5%;
}
.header-nav-menu ul li.has-child:after {
  content: '';
  width: 12px;
  height: 2px;
  background-color: #DDDDDD;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.header-nav-menu ul li.has-child:before {
  content: '';
  width: 12px;
  height: 2px;
  background-color: #DDDDDD;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) rotate(90deg);
}
.header-nav-menu ul li a{
	display: block;
	text-decoration: none;
}
.header-nav-menu li.has-child ul.dropdown-menu{
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 100%);
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  width: 12.5vw;
  max-width: 440px;
  padding-top: 46px;
}
.header-nav-menu li.has-child ul.dropdown-menu .dropdown-menu-cover {
  padding: 4% 5%;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.header-nav-menu li.has-child:hover > ul,
.header-nav-menu li.has-child ul li:hover > ul,
.header-nav-menu li.has-child:active > ul,
.header-nav-menu li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
.header-nav-menu li.has-child ul.dropdown-menu li a {
  position: relative;
  padding: 6.3% 0 6.3% 14%;
}
.header-nav-menu li.has-child ul.dropdown-menu li a .item-1,
.header-nav-menu li.has-child ul.dropdown-menu li a .item-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-nav-menu li.has-child ul.dropdown-menu li a .item-1 {
  left: 5.5%;
  width: 100vw;
  max-width: 12px;
}
.header-nav-menu li.has-child ul.dropdown-menu li a .item-2 {
  right: 0;
  width: 100vw;
  max-width: 25px;
}

/*-----------------
ハンバーガーメニュー
-----------------*/
header.sp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 72px;
  z-index: 99999999999999999999999999;
}
.header-set.sp-header .logo {
  width: 28%;
  max-width: 240px;
}
.header-set.sp-header .wrapper.flex {
  align-items: center;
}
.header-set.sp-header {
  background-color: #fff;
  width: 100%;
  padding: 1% 0;
}
.sp-header .header-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  padding: 0% 6%;
}
.sp-header a.logo {
  height: 100%;
  padding: 1.2% 0;
}
.sp-header a.logo img {
  height: 100%;
  width: auto;
}
.hamburger {
  display: block;
  width: 54px;
  height: 54px;
  background-color: #47A9E6;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin-left: auto;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 32%;
}

.hamburger span:nth-child(2) {
  top: 48%;
}

.hamburger span:nth-child(3) {
  top: 64%;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translateX(-50%) rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  color: #fff;
  background: #172431;
  text-align: center;
  width: 87%;
  max-width: 560px;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.2s;
}

nav.globalMenuSp .menu-scroll-area {
  height: 100vh;
  padding-bottom: 12rem;
  overflow-y: scroll;
}
nav.globalMenuSp ul.navmenu-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-top: 4%;
}
nav.globalMenuSp .hamburger-area {
  height: 72px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 6%;
}

nav.globalMenuSp ul.navmenu-list li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

nav.globalMenuSp ul.navmenu-list li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul.navmenu-list li a {
  display: block;
  text-decoration: none;
}
nav.globalMenuSp ul.navmenu-list li a p {
  color: #fff;
}
nav.globalMenuSp ul.navmenu-list li p {
  width: 72vw;
  max-width: 296px;
  margin: 0 auto;
  text-align: left;
  padding-left: 4%;
  position: relative;
  color: #fff;
}
nav.globalMenuSp ul.navmenu-list li p::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-image: url(../images/header-navmenu-item-1.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
nav.globalMenuSp ul.navmenu-list li a p:before {
  content: '＞';
  font-size: 14px;
  color: #485B6C;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
nav.globalMenuSp ul.navmenu-list li p .b-mark {
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background-color: #485B6C;
  display: block;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.4s;
}
nav.globalMenuSp ul.navmenu-list li p .b-mark::before {
  content: '';
  width: 2px;
  height: 14px;
  border-radius: 999px;
  background-color: #485B6C;
  transform: translate(-50%,-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transition: all 0.4s;
}
.accordion_header.nav-menu-link-area.open p .b-mark {
  transform: translateY(-50%) rotate(180deg);
}
.accordion_header.nav-menu-link-area.open p .b-mark::before {
  opacity: 0;
}
nav.globalMenuSp ul.navmenu-list li .section.s_01 a p::after {
  background: unset;
}
.sp-other-list-area {
  padding: 8% 0;
}
.sp-other-list-area a:first-of-type {
  display: block;
  margin-top: 3%;
  margin-bottom: 4%;
}
.sp-other-list-area,
.sp-other-list-area-2 {
  width: 72vw;
  max-width: 296px;
  margin-right: auto;
  margin-left: auto;
}
.sp-other-list-area p,
.sp-other-list-area-2 p {
  color: #fff;
}
.sp-other-list-area a {
  width: 73.4%;
  max-width: 230px;
}
.sp-other-list-area-2 .flex {
  width: 100%;
  justify-content: space-between;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0);
}

.globalMenuSp {
  pointer-events: none;
}

nav.globalMenuSp.active {
  pointer-events: auto;
}
.sp-header .header-set .logo {
  width: 27%;
  max-width: 120px;
  height: auto;
}
.sp-header .header-set .logo img {
  width: 100%;
  height: auto;
}
nav.globalMenuSp .sp-menu-sns-list {
  margin-top: 8%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 176px;
  margin-right: auto;
  margin-left: auto;
}
nav.globalMenuSp .sp-menu-sns-list li {
  width: 32px;
}
nav.globalMenuSp .sp-menu-sns-list li a,
nav.globalMenuSp .sp-menu-sns-list li a img {
  width: 100%;
}

/*====================================================================
アコーディオン
====================================================================*/
.s_01 .accordion_one {
  width: 100%;
}
.s_01 .accordion_one .accordion_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_inner {

}
.accordion_inner {
  display: none;/* アコーディオンが閉じた状態になるようしている */
}
.nav-menu-link-area {
  padding: 4vw 0;
}
.navmenu-list .open-anime .nav-menu-link-area {
  border-bottom: 1px solid #485B6C;
}
.navmenu-list .open-anime:first-of-type .nav-menu-link-area {
  border-top: 1px solid #485B6C;
}
.navmenu-list .open-anime .s_01 .accordion_one .accordion_inner {
  border-bottom: 1px solid #485B6C;
}
.navmenu-list .open-anime .s_01 .accordion_one .accordion_inner ul {
  padding: 4% 0;
}
.navmenu-list .open-anime .s_01 .accordion_one .accordion_inner li {
  margin-bottom: 9%;
}
.navmenu-list .open-anime .s_01 .accordion_one .accordion_inner li:last-of-type {
  margin-bottom: 0;
}
.navmenu-list .open-anime .s_01 .accordion_one .accordion_inner li a p {
  padding-left: 7%;
}
.navmenu-list .open-anime .s_01 .accordion_one .accordion_inner li a p:after {
  background-color: #fff;
  width: 4px;
  height: 1px;
  border-radius: unset;
  left: 4%;
}

/*---------------------------------------
footer.php
---------------------------------------*/
footer .set {
  background-color: #0F1419;
  padding: 6% 0;
}
footer .set p {
  color: #fff;
}
footer .set .flex-box .block-left {
  width: 31%;
}
footer .set .flex-box .block-right {
  width: 60.9%;
}
footer .set .flex-box .block-right .ft-nav-list {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
footer .set .flex-box .block-right .ft-nav-list.flex {
  align-items: start;
}
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li,
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li a,
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li a p {
  width: fit-content;
}
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li a {
  position: relative;
  padding-left: 14px;
}
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li a img {
  width: 100vw;
  max-width: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li ul {
  margin-top: 9%;
}
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li ul li {
  margin-bottom: 4.8%;
}
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li ul li:last-of-type {
  margin-bottom: 0;
}
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li ul li a {
  position: relative;
  padding-left: 16px;
}
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li ul li a:after {
  content: '';
  width: 100vw;
  max-width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
footer .set .flex-box .block-right .group-1 {
  padding-bottom: 7%;
  border-bottom: 1px solid #738596;
}
footer .set .flex-box .block-right .group-2 {
  padding-top: 3%;
}
footer .set .flex-box .block-right .group-2 ul {
  width: 100%;
  max-width: 437px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  align-items: end;
  margin-bottom: 4%;
}
footer .set .flex-box .block-right .group-2 ul li {
  width: 47.2%;
}
footer .set .flex-box .block-right .group-2 ul li p {
  margin-bottom: 4%;
}
footer .set .flex-box .block-right .group-2 .link-area {
  width: 100%;
  display: flex;
  justify-content: end;
}
footer .set .flex-box .block-right .group-2 .link-area a:last-of-type {
  margin-left: 4.7%;
  display: block;
}
footer .set .flex-box .block-left .item-1 {
  width: 45.5%;
}
footer .set .flex-box .block-left .item-2 {
  width: 34.5%;
}
footer .set .flex-box .block-left .text-1 {
  margin: 5% 0 2% 0;
}
footer .set .flex-box .block-left .text-2 {
  margin-top: 6%;
}

/*---------------------------------------
TOP
---------------------------------------*/
/*スライドプラグイン関連*/
.first-area {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.first-area .item-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.first-area .item-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video-cover {
  width: 100%;
  height: 100%;
}
.first-area .item-3 {
  width: 57.4vw;
  height: 32vh;
  object-fit: contain;
  position: absolute;
  top: 26.4%;
  left: 9%;
}
.site-bg-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
main {
  overflow: hidden;
}
.first-area .new-news-area {
  background-color: #202931;
  border-radius: 0 20px 20px 0;
  display: block;
  padding: 1.3% 6.0% 1.3% 2.6%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.first-area .new-news-area time,
.first-area .new-news-area h3 {
  color: #fff;
  font-weight: 300;
}
.first-area .new-news-area .btn-mark {
  max-width: 54px;
  max-height: 54px;
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
}
.first-area .new-news-area time {
  display: block;
  margin-bottom: 2.4%;
}
.first-area .new-news-area .time-area {
  position: relative;
  padding-left: 24px;
}
.first-area .new-news-area .time-area .item-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100vw;
  max-width: 16px;
  height: unset;
  object-fit: unset;
}
.top-about-area .set h3 {
  font-size: 70px;
  font-weight: bold;
  line-height: 98px;
  white-space: nowrap;
}
.top-about-area .set .flex-box {
  align-items: start;
}
.top-about-area .set .group-1 {
  margin-top: 3%;
  margin-bottom: 1.7%;
}
.top-about-area .set .flex-box .block-left {
  width: auto;
}
.top-about-area .set .flex-box .block-right {
  width: 41%;
}
.top-about-area .set .flex-box .block-right img {
  display: block;
  margin-top: 5%;
  height: 20vw;
  max-height: 269px;
  object-fit: cover;
  object-position: 0% 100%;
  border-radius: 10px;
}
.top-about-area .set .group-2 .block-left p {
  width: 100%;
  max-width: 482px;
}
.top-about-area .set .group-2 .btn-type-1 {
  transform: translateY(50%);
}
.top-about-area .set-2 {
  width: 100%;
  position: relative;
  margin-top: 8%;
}
.top-about-area .set-2 .item-1 {
  width: 49.3vw;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.top-about-area .set-2 .item-2 {
  width: 100%;
  position: absolute;
  bottom: -145%;
  left: 0;
  z-index: -1;
}
.top-we-area {
  padding-top: 12.3vw;
  background-color: #002245;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top-we-area .set {
  margin-top: 2.3%;
  padding-bottom: 18.5%;
}
.top-we-area .bg-item-1 {
  width: 59vw;
  position: absolute;
  top: 12.4%;
  left: -4%;
  z-index: -2;
}
.top-we-area .bg-item-2 {
  width: 41.5vw;
  position: absolute;
  bottom: 21.4%;
  right: -3%;
  z-index: -2;
}
.top-we-area .title-set h2:last-of-type {
  color: #fff;
}
.top-we-area .btn-type-1 {
  background-color: #fff;
}
.top-we-area .btn-type-1 p {
  color: #0F1419;
}
.top-we-area .btn-type-1 .btn-mark {
  background-color: #0F1419;
}
.top-we-area .btn-type-1 .btn-mark svg path {
  fill: #fff;
}
.top-we-area .set,
.top-we-area .set ul {
  width: 100%;
}
.top-we-area .set ul {
  display: flex;
  flex-wrap: wrap;
}
.top-we-area .set ul li {
  width: 50%;
}
.top-we-area .set ul li a {
  position: relative;
  padding: 5.5% 7% 20% 7%;
}
.top-we-area .set ul li h3,
.top-we-area .set ul li p {
  color: #fff;
}
.top-we-area .set ul li a img.item-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.top-we-area .set ul li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.top-we-area .set ul li:nth-of-type(1) a .bg,
.top-we-area .set ul li:nth-of-type(4) a .bg {
  background-color: #485B6C;
}
.top-we-area .set ul li:nth-of-type(2) a .bg,
.top-we-area .set ul li:nth-of-type(3) a .bg {
  background-color: #384653;
}
.top-we-area .set ul li a h3 {
  margin-top: 0.8%;
  margin-bottom: 3%;
}
.top-we-area .set ul li a .btn-mark {
  max-width: 77px;
  max-height: 77px;
  width: 6vw;
  height: 6vw;
  transform: unset;
  bottom: 10%;
  right: 7%;
  top: unset;
}
.swiper.original-swiper-area .text-0 {
  font-size: 22px;
  margin-bottom: 3.2%;
}
.swiper.original-swiper-area {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.4%;
  background-color: #fff;
  max-height: 109px;
  height: 100vw;
  padding: 0.2% 0;
}
.swiper.original-swiper-area .swiper-wrapper,
.swiper.original-swiper-area .swiper-slide,
.swiper.original-swiper-area .swiper-slide img {
  height: 100%;
}
.swiper.original-swiper-area .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.swiper.original-swiper-area .swiper-slide {
  margin-right: 4%;
  max-height: 109px;
}
.swiper.original-swiper-area .swiper-slide img {
  object-fit: contain;
}
.swiper.original-swiper-area .swiper-slide a {
  height: 100%;
}
.top-we-area .set-2 {
  padding-bottom: 3.9%;
}
.top-we-area .set-2 .text-set h3 {
  color: #fff;
}
.top-we-area .set-2 .text-set h3:last-of-type {
  margin-top: 0.4%;
  letter-spacing: 2px;
}
.top-news-area {
  background-color: #202931;
}
.top-news-area .no-post-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.top-news-area .title-set h2 {
  color: #fff;
}
.btn-type-1.btn-type-1-2 {
  background-color: #fff;
}
.btn-type-1.btn-type-1-2 p {
  color: #202931;
}
.btn-type-1.btn-type-1-2 .btn-mark {
  background-color: #202931;
}
.btn-type-1.btn-type-1-2 .btn-mark svg path {
  fill: #fff;
}
.top-news-area .flex-box .block-left {
  width: auto;
}
.top-news-area .flex-box .block-right {
  width: 70.2%;
  position: relative;
}
.top-news-area ul {
  width: 100%;
}
.top-news-area ul li a {
  padding: 4.2% 16% 4.2% 2%;
  border-top: 1px solid #485B6C;
  display: flex;
  align-items: center;
}
.top-news-area ul li:last-of-type a {
  border-bottom: 1px solid #485B6C;
}
.top-news-area ul li time,
.top-news-area ul li h3 {
  color: #fff;
}
.top-news-area ul li time {
  display: block;
  margin-right: 11%;
}
.top-news-area ul li .btn-mark {
  right: 1.8%;
}
.top-news-area .btn-type-1 {
  margin-top: 16%;
}
.top-access-area {
  background-color: #485B6C;
}
.top-access-area .title-set h2,
.top-access-area p {
  color: #fff;
}
.top-access-area .map-area {
  width: 100vw;
  height: 28.4vw;
  max-height: 620px;
  margin-top: 2.4%;
}
.top-access-area .map-area iframe {
  width: 100%;
  height: 100%;
  /* filter: grayscale(100%); */
}
.top-access-area .flex-box {
  align-items: end;
}
.top-access-area .flex-box .block-left {
  width: auto;
}
.top-access-area .flex-box .block-right {
  width: 72%;
}
.top-contact-area a {
  padding: 9% 0;
  background-image: url(../images/contact-bg.webp);
  background-size: cover;
  background-position: 0% 10%;
  background-color: #fff;
}
.top-contact-area  .flex-box {
  align-items: start;
}
.top-contact-area  .flex-box .block-left {
  width: auto;
}
.top-contact-area  .flex-box .block-right {
  width: 72%;
}
.top-contact-area  .flex-box .block-right img {
  width: 60%;
  transform: translateX(-1.5%);
  margin-top: 2%;
  margin-bottom: 1%;
}
.top-contact-area  .flex-box .block-right p {
  letter-spacing: 0.9px;
}
.office-link-arae {
  position: absolute;
  bottom: 3.1%;
  right: 1.7%;
  width: 16%;
  max-width: 266px;
}
.office-link-arae a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.office-link-arae a img.main-img {
  width: 100%;
}
.office-link-arae a img.item-img {
  width: 9%;
  position: absolute;
  left: 83%;
  top: 57%;
}
.office-link-arae .item-img-2 {
  width: 9%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -40%);
  z-index: 2;
}
.office-link-arae .item-img-2 img {
  width: 100%;
}
.office-trigger.not,
.office-trigger-switch.not {
  display: none;
}
.top-recruit-btn {
  display: block;
  position: fixed;
  right: 0;
  top: 51.5%;
  transform: translateY(-50%);
  width: 3.1%;
  max-width: 64px;
  z-index: 2;
}
.top-recruit-btn img.main-img {
  width: 100%;
}
.top-recruit-btn img.item-img {
  width: 45%;
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translateX(-41%);
}

.top-contact-area .new-contact-block {
  width: 61%;
  transform: unset;
  margin-top: 1%;
  margin-bottom: 1.4%;
  display: block;
  position: relative;
}
.top-contact-area .new-contact-block img {
  width: 100% !important;
  transform: unset !important;
  margin: 0 !important;
}
.top-contact-area .new-contact-block::after {
  content: '';
  width: 87%;
  height: 2px;
  background-color: #47A9E6;
  position: absolute;
  bottom: 8%;
  right: 0;
  transform-origin: left;
  transform: scaleX(0.0);
  transition: all 0.2s;
}

/*---------------------------------------
私たちについて
---------------------------------------*/
.page-title.first-page-title {
  padding: 11.3vw 0 2.6vw 0;
}
.page-title .title-set h2:last-of-type {
  padding-left: 0;
}
.page-main-about .btn-area-page-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-main-about .btn-area-page-top a {
  display: block;
  width: 47.9%;
  height: 4.07vw;
  border-radius: 10px;
  position: relative;
}
.page-main-about .btn-area-page-top a p {
  color: #fff;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page-main-about .btn-area-page-top a:nth-of-type(1) {
  background-color: #48A8FA;
}
.page-main-about .btn-area-page-top a:nth-of-type(2) {
  background-color: #6ADBF0;
}
.page-main-about .btn-area-page-top a .btn-mark {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 6.5vw;
  height: 6.5vw;
  max-width: 30px;
  max-height: 30px;
  background-color: #fff;
}
.page-main-about .btn-area-page-top a .btn-mark:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-main-about .btn-area-page-top a:nth-of-type(1) .btn-mark:after {
  border-color: transparent transparent transparent #48A8FA;
}
.page-main-about .btn-area-page-top a:nth-of-type(2) .btn-mark:after {
  border-color: transparent transparent transparent #6ADBF0;
}
.page-main-about .group-1 h3 {
  display: block;
  margin: 8.5% 0 4% 0;
  font-weight: 500;
}
.page-main-about .group-1 {
  margin-bottom: 8.8%;
}
.page-main-about .group-2 {
  margin-top: 2%;
  background-color: #F8F8F8;
  border-radius: 120px 120px 0 0;
}
.page-main-about .group-2,
.page-main-about .group-3 {
  padding: 4.2% 0;
}
.page-main-about .group-2 .sab-h3 {
  margin: 2% 0 6.6% 0;
}
.page-main-about .group-2 .block-left {
  width: 46%;
}
.page-main-about .group-2 .block-right {
  width: 46.7%;
}
.page-main-about .group-2 .block-right .img-mask {
  border-radius: 10px;
}
.page-main-about .group-2 ul li {
  padding: 4.8% 0;
  border-bottom: 1px solid #DDDDDD;
}
.page-main-about .group-2 ul li:first-of-type {
  padding-top: 0;
}
.page-main-about .group-2 ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: unset;
}
.page-main-about .group-2 ul li:nth-of-type(1) h3.main-h3 {
  color: #49A8FA;
}
.page-main-about .group-2 ul li:nth-of-type(2) h3.main-h3 {
  color: #77D0F8;
}
.page-main-about .group-2 ul li:nth-of-type(3) h3.main-h3 {
  color: #6ADBF0;
}
.page-main-about .group-2 ul li h3.main-h3 {
  font-weight: 500;
}
.page-main-about .group-2 ul li h3.sab-h3 {
  color: #738596;
}
.page-main-about .group-2 ul li:nth-of-type(even) .block-left {
  order: 2;
  width: 46.7%;
}
.page-main-about .group-2 ul li:nth-of-type(even) .block-right {
  order: 1;
  width: 46%;
}
.page-main-about .group-3 .company-template-1 {
  margin-top: 7%;
}
.page-main-about .group-3 .company-template-1 ul li:first-of-type {
  padding-top: 0;
}
.page-main-about .group-3 .company-template-1 ul li .block-left p {
  color: #2759A7;
}
.page-main-about .group-3 .company-template-1 ul li.flex-box {
  align-items: center;
}
.page-main-about .group-3 .company-template-1 ul li {
  padding: 2.3% 0;
}
.page-main-about .group-3 .company-template-1 ul li:last-of-type {
  padding-bottom: 0;
}
.page-main-about .group-3 .company-template-1 ul li .block-left {
  width: 12%;
}
.page-main-about .group-3 .company-template-1 ul li .block-right {
  width: 86%;
}
.page-main-about .group-3 .company-template-1 ul li.date-mark .block-right {
  display: flex;
  flex-wrap: wrap;
}
.page-main-about .group-3 .company-template-1 ul li .block-right img {
  width: 22%;
  display: block;
  margin-right: 3.2%;
  margin-bottom: 2%;
  max-height: 104px;
  height: 8vw;
  object-fit: contain;
}
.page-main-about .group-3 .company-template-1 ul li a p:not(.page-main-about .group-3 .company-template-1 ul li a.no-link p) {
  text-decoration: underline;
  width: fit-content;
}
.page-main-about .group-3 .company-template-1 ul li a.no-link p:after {
  display: none;
}

.Affiliated_Organizations a,
.Affiliated_Organizations a p {
  width: fit-content;
}
.Affiliated_Organizations a.no-link {
  pointer-events: none;
}

/*---------------------------------------
会社概要
---------------------------------------*/
.other-page-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.5%;
}
.other-page-btn a {
  display: block;
  width: 33%;
  height: 100vw;
  max-height: 123px;
}
.other-page-btn a p {
  width: fit-content;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.other-page-btn a .btn-mark {
  max-width: 78px;
  max-height: 78px;
}
.other-page-btn a:first-of-type {
  border-radius: 4px 0 0 4px;
}
.other-page-btn a:last-of-type {
  border-radius: 0 4px 4px 0;
}
.other-page-btn a:nth-of-type(1) {
  background-color: #77D0F8;
}
.other-page-btn a:nth-of-type(2) {
  background-color: #47A9E6;
}
.other-page-btn a:nth-of-type(3),.other-page-btn a:nth-of-type(4) {
  background-color: #2759A7;
}
.other-page-btn a:nth-of-type(1) svg path {
  fill: #77D0F8;
}
.other-page-btn a:nth-of-type(2) svg path {
  fill: #47A9E6;
}
.other-page-btn a:nth-of-type(3) svg path,
.other-page-btn a:nth-of-type(4) svg path {
  fill: #2759A7;
}
.other-page-btn a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.other-page-btn a img.business-img {
  width: 19.2%;
  left: 15%;
}
.other-page-btn a img.contact-img {
  width: 20.9%;
  left: 9.6%;
}
.other-page-btn a img.recruit-img {
  width: 26.6%;
  left: 6.6%;
}
.other-page-btn a img.flow-img {
  left: 9%;
  width: 19.2%;
}
.other-page-btn a img.works-img {
  left: 7.5%;
  width: 21.2%;
}
.other-page-btn.other-page-btn-2 {
  margin-top: 8%;
}
.other-page-btn.other-page-btn-2 a {
  width: 49.8%;
}
.other-page-btn.other-page-btn-2 a .btn-mark {
  right: 21.5%;
  width: 4vw;
  height: 4vw;
}
.other-page-btn.other-page-btn-2 a img.business-img {
  width: 13.2%;
  left: 23%;
}
.other-page-btn.other-page-btn-2 a img.recruit-img {
  width: 17.6%;
  left: 21.4%;
}
.other-page-btn.other-page-btn-2 a:nth-of-type(1) {
  background-color: #47A9E6;
}
.other-page-btn.other-page-btn-2 a:nth-of-type(2) {
  background-color: #2759A7;
}
.other-page-btn.other-page-btn-2 a:nth-of-type(1) svg path {
  fill: #47A9E6;
}
.other-page-btn.other-page-btn-2 a:nth-of-type(2) svg path {
  fill: #2759A7;
}
.new-mark {
  background-color: #77D0F8;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 1.2% 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.wp_no-img {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #00000010;
}
.wp_no-img img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%) !important;
  width: 28% !important;
  height: auto !important;
}
.page-main-works .no-text {
  display: none;
}

/*---------------------------------------
事業内容
---------------------------------------*/
.page-main-business .provide-area ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-main-business .provide-area ul li {
  width: 24%;
}
.page-main-business .text-1 {
  margin-bottom: 7.5%;
}
.page-main-business .text-3 {
  margin-top: 0.6%;
  margin-bottom: 2%;
}
.page-main-business .business-list {
  width: 100%;
  margin-top: 7.5%;
}
.page-main-business .business-list .business-list-li {
  width: 100%;
  margin-bottom: 3.4%;
  background-color: #0F1419;
  border-radius: 10px;
  overflow: hidden;
}
.page-main-business .business-list .business-list-li:last-of-type {
  margin-bottom: 0;
}
.page-main-business .business-list .business-list-li:nth-of-type(even) {
  width: 100%;
  background-color: #34404A;
}
.page-main-business .business-list .business-list-li p,
.page-main-business .business-list .business-list-li h3 {
  color: #fff;
}
.page-main-business .business-list .business-list-li h3 {
  margin: 2% 0 0.9% 0;
  font-weight: bold;
}
.page-main-business .business-list .business-list-li .block-right p.f-18 {
  font-weight: 400;
}
.page-main-business .business-list .business-list-li .block-right ul li p.f-15 {
  font-weight: 300;
}
.page-main-business .business-list .business-list-li ul {
  margin-top: 6%;
}
.page-main-business .business-list .business-list-li .block-right {
  padding: 3% 0% 3% 3.7%;
}
.page-main-business .business-list .business-list-li .block-left {
  width: 42.5%;
}
.page-main-business .business-list .business-list-li:first-of-type .block-left img {
  object-position: 100% 0%;
  object-fit: cover;
  height: 100%;
}
.page-main-business .business-list .business-list-li .block-right {
  width: 57.5%;
}
.page-main-business .business-list .business-list-li ul li {
  margin-bottom: 1.5%;
  position: relative;
  padding-left: 3%;
}
.page-main-business .business-list .business-list-li ul:last-of-type {
  margin-bottom: 0;
}
.page-main-business .business-list .business-list-li ul li:after {
  content: '';
  width: 100vw;
  height: 100vw;
  max-width: 14px;
  max-height: 14px;
  border-radius: 50%;
  background-color: #47A9E6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ALLIANCE-area {
  margin-top: 6.5%;
}
.ALLIANCE-area .title-set {
  margin-bottom: 4.8%;
}
.ALLIANCE-area .original-swiper-area {
  margin-bottom: 6.5%;
}

/*---------------------------------------
お知らせ
---------------------------------------*/
.page-main-news .flex-box .block-left {
  width: 70%;
}
.page-main-news .flex-box .block-right {
  width: 9%;
}
.wp_no-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48%;
  height: auto;
}
.page-main-news .flex-box .block-right p.f-24 {
  padding-bottom: 13%;
  margin-bottom: 23%;
  border-bottom: 1px solid #485B6C;
  white-space: nowrap;
}
.page-main-news .flex-box .block-right ul li {
  margin-bottom: 17%;
}

/* ページネーションCSS */
.pagination {
  display: flex;
  width: fit-content;
  margin: 9% auto 7.2% auto;
}
.pagination.no-pagination {
  margin: 4% 0 !important;
}
.pagination .page-numbers {
  display: block;
  margin-right: 4.2rem;
  transition: all 0.4s;
  font-size: 22px;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers.current {
  position: relative;
  z-index: 2;
  color: #fff;
}
.pagination .page-numbers.current:after {
  content: '';
  width: 9vw;
  height: 9vw;
  max-width: 52px;
  max-height: 52px;
  background-color: #77D0F8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .pagination .page-numbers:hover:not(.pagination .page-numbers.current:hover) {
    opacity: 0.7;
  }
  .wp_no-img:hover img {
    transform: translate(-50%,-50%) scale(1.04);
  }
}

/* パターン１ */
ul.news-list-template-1 {
  width: 100%;
}
ul.news-list-template-1 li a {
  padding: 4.45% 12% 4.45% 2%;
  border-top: 1px solid #3d3d3d3a;
  position: relative;
}
ul.news-list-template-1 li:last-of-type a {
  border-bottom: 1px solid #3d3d3d3a;
}
ul.news-list-template-1 li a .flex {
  align-items: center;
  justify-content: space-between;
}
ul.news-list-template-1 li a .btn-mark {
  width: 3.2vw;
  height: 3.2vw;
  max-width: 54px;
  max-height: 54px;
  border-radius: 50%;
  background-color: #0F1419;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
ul.news-list-template-1 li a .btn-mark svg path {
  fill: #fff;
}
ul.news-list-template-1 li a time {
  display: block;
}
ul.news-list-template-1 li a .post-category-list {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
}
ul.news-list-template-1 li a .category-text {
  color: #fff;
  background-color: #000;
  padding: 0.4% 3%;
  margin-right: 2%;
}

/* パターン２ */
ul.news-list-template-2 {
  width: 100%;
}
ul.news-list-template-2 li a {
  padding: 4% 12% 4% 2%;
  border-top: 1px solid #3d3d3d3a;
  position: relative;
}
ul.news-list-template-2 li:first-of-type a {
  border-top: unset;
}
ul.news-list-template-2 li a .flex {
  align-items: center;
  margin-bottom: 2%;
  justify-content: space-between;
}
ul.news-list-template-2 li a .btn-mark {
  width: 100vw;
  height: 100vw;
  max-width: 42px;
  max-height: 42px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
ul.news-list-template-2 li a .btn-mark img {
  width: 32%;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
ul.news-list-template-2 li a time {
  display: block;
}
ul.news-list-template-2 li a .post-category-list {
  display: flex;
  flex-wrap: wrap;
  width: 78%;
}
ul.news-list-template-2 li a .category-text {
  color: #fff;
  background-color: #000;
  padding: 0.4% 3%;
  margin: 1% 3% 1% 0%;
}
ul.news-list-template-2 li a .flex-box .block-left {
  width: 30%;
}
ul.news-list-template-2 li a .flex-box .block-right {
  width: 66%;
}

/* パターン3 */
ul.news-list-template-3 li a .post-category-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul.news-list-template-3 li a .post-category-list p {
  padding: 0.8% 3.2%;
  margin-right: 4%;
  margin-bottom: 2%;
  background-color: #000000;
  color: #fff;
}
ul.news-list-template-3 li a time {
  display: block;
  margin-bottom: 2%;
}
ul.news-list-template-3 li a .img-mask {
  margin-bottom: 4%;
}
.company-template-1 {
  width: 100%;
}
.company-template-1 ul li {
  padding: 2% 0;
  border-bottom: 1px solid #C7C7C7;
}
.company-template-1 ul li:last-of-type {
  border-bottom: unset;
}
.company-template-1 ul li .block-left {
  width: 30%;
}
.company-template-1 ul li .block-right {
  width: 70%;
}
.page-main-news .news-list-template-1 li h3 {
  width: 77%;
}

/*---------------------------------------
実績
---------------------------------------*/


/*---------------------------------------
フロー
---------------------------------------*/
.page-main-flow .set {
  width: 100%;
  background-color: #F8F8F8;
  border-radius: 120px 120px 0 0;
  padding: 8.2% 0 11.6% 0;
}
.page-main-flow .set .other-page-btn {
  margin-bottom: 0;
}
.page-main-flow .set .flow-item {
  width: 100%;
  display: block;
  margin-bottom: 9%;
}

/*---------------------------------------
そのた
---------------------------------------*/
html .rec-btn {
  display: none;
}
.rec-btn-on.ON,
.rec-btn-off.OFF {
  display: block;
}
.page-main-recruit .rec-btn {
  display: none;
}
.page-main-recruit .rec-btn-on.ON,
.page-main-recruit .rec-btn-off.OFF {
  display: block;
}

.page-main-recruit .rec-btn {
  padding: 4% 0 8% 0;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.page-main-recruit .rec-btn a {
  width: fit-content;
}
.page-main-recruit .rec-btn h3 {
  margin-bottom: 6.4%;
}
.page-main-recruit .rec-btn.ON a {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.page-main-recruit .rec-btn.ON a p {
  color: #5aafd6;
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0.7%;
}
.page-main-recruit .rec-btn.ON a p::after {
  content: '';
  width: 104%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5aafd6;
}
.page-main-other {
  padding-bottom: 8%;
}
.page-main-other h3 {
  margin-top: 4vw;
  margin-bottom: 2vw;
  color: #49A8FA;
}
.page-main-other p {
  margin-bottom: 0.8vw;
}
.page-main-other .text-1 {
  margin-top: 2vw;
}
.page-main-other .text-2 {
  margin-top: 3vw;
}

/*---------------------------------------
// 記事用 - CSS
---------------------------------------*/
html .wp-block-columns-is-layout-flex {
  justify-content: space-between;
}
html .wp-block-column-is-layout-flow {
  flex-basis: 28% !important;
}
html .gallery {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
html .gallery img {
  width: 100% !important;
  object-fit: cover;
  height: 20vw;
  max-height: 360px;
  border: 0 !important;
}
html .gallery .gallery-item {
  margin-top: 0 !important;
}
html .gallery-columns-3 .gallery-item {
  width: 30% !important;
}
html .gallery-columns-2 .gallery-item {
  width: 42% !important;
}
html .gallery br {
  display: none;
}
.wp_zoon {
  width: 100%;
}
.wp_zoon p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 3%;
}
.wp_zoon h2 {
  font-size: 28px;
  margin-bottom: 6%;
}
.wp_zoon h3 {
  font-size: 24px;
  margin-bottom: 0.8vw;
}
.wp_zoon h4 {
  font-size: 22px;
  margin-bottom: 1.6%;
}
.wp_zoon img {
  display: block;
  width: 100%;
  max-width: unset;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
.wp_zoon iframe {
  width:100%;
  max-width: unset;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html .wp_zoon .gallery {
  width: 100%;
  flex-wrap: wrap;
}
html .wp_zoon .gallery.gallery-item {
  width: 48%;
}
.single-news-main .wp-text-2 {
  margin-top: 1.6%;
  padding-bottom: 3%;
  margin-bottom: 7.5%;
  border-bottom: 1px solid #485B6C;
}
.single-news-main .icatch-img {
  display: block;
  margin-bottom: 2%;
}
.page-main-news.single-news-main .flex-box .block-left {
  width: 80%;
}
.priv-next-zoon {
  position: relative;
  margin-top: 11.5%;
}
.priv-next-zoon .btn-type-1 {
  margin-right: auto;
  margin-left: auto;
}
.priv-next-zoon .post-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 820px;
}
.post-navigation .previous-post {
  margin-left: auto;
}
.post-navigation .next-post {
  margin-right: auto;
}
.post-navigation .previous-post,
.post-navigation .next-post {
  width: 30%;
}
.post-navigation .previous-post a:after,
.post-navigation .next-post a:after {
  content: '';
  width: 100vw;
  height: 100vw;
  border-radius: 50%;
  max-width: 10px;
  max-height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #47A9E6;
}
.post-navigation .previous-post a:after {
  right: 0;
}
.post-navigation .next-post a:after {
  left: 0;
}
.post-navigation .previous-post a {
  padding-right: 10%;
  position: relative;
}
.post-navigation .next-post a {
  padding-left: 10%;
  position: relative;
}
.post-navigation .previous-post a,
.post-navigation .next-post a {
  border-bottom: 1px solid #0F1419;
  padding-bottom: 4px;
}

@media screen and (max-width: 414px) {
  .wp_zoon p {
    font-size: 3.8462vw !important;
    line-height: 6.3vw;
  }
  .wp_zoon h2 {
    font-size: 6vw;
  }
  .wp_zoon h3 {
    font-size: 5vw;
  }
  .wp_zoon h4 {
    font-size: 4.8vw;
    border-bottom: 1px solid #004A86;
    padding-bottom: 2%;
    margin-bottom: 2%;
  }

  /*  414 px end  */
}

/*---------------------------------------
404.php
---------------------------------------*/
.error-area {
  height: 96vh;
  position: relative;
}
.error-area-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.nowrap {
  white-space: nowrap;
}
.error-area-2 h2 {
  margin-bottom: 40px;
  font-size: 32px !important;
}
.error-area-2 p {
  margin: 12px 0;
  font-size: 12px;
  letter-spacing: .05rem;
  line-height: 20px;
}
.error-area-2 a {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8%;
}
.error-area-2 a p {
  background-color: #000;
  color: #fff;
  padding: 8px 24px;
  width: fit-content;
}
.error-area-2 a:hover {
  background-color: #ffffff;
  color:#9BB790;
  transition: all 0.4s;
}
.error-btn {
  margin-top:16% !important;
}

@media (min-width: 992px) {
  .sp-ver-1 {
    display:none;
  }
}
@media (max-width: 991px) {
  .sp-ver-1 {
    display:contents;
  }
  .pc-ver-1 {
    display:none;
  }
  .error-area-2 h2 {
    line-height:56px;
  }
}
@media (max-width: 768px) {
  .error-area-2 h2 {
    line-height: 40px;
    font-size: 24px !important;
  }
}
@media (max-width: 560px) {
  .error-area-2 h2 {
    line-height: 32px;
    font-size: 18px !important;
  }
  .error-area {
    height: 72vh;
  }
}
@media (max-width: 375px) {
  .error-area-2 h2 {
  line-height: 28px;
  font-size: 16px !important;
  letter-spacing: 0.05rem;
  }
  .error-area-2 h2 {
  font-size: 14px !important;
  }
}

/*---------------------------------------
//
//           レスポンシブ
//
---------------------------------------*/
@media screen and (min-width: 2560px) {
  /*  2560 px end  */
}
@media screen and (min-width: 2000px) {
  /*  2000 px end  */
}
@media screen and (max-width: 1536px) {
  .header-tell-btn p {
    font-size: 12px;
  }
  header.pc-header nav ul {
    width: 48%;
  }
  .header-tell-btn {
    width: 20%;
  }
  header.pc-header nav .logo {
    width: 9.6%;
  }
  .office-link-arae {
    bottom: 2.2%;
  }
  .header-tell-btn img {
    display: block;
    margin-top: 4%;
  }
  .header-tell-btn p {
    margin-bottom: 4%;
  }
  .top-about-area .set h3 {
    font-size: 4.2vw;
    line-height: 6vw;
  }

  /*  1536 px end  */
}
@media screen and (max-width: 1440px) {
  /*  1440 px end  */
}
@media screen and (max-width: 1366px) {
  /*  1366 px end  */
}
@media screen and (max-width: 1200px) {
  .header-tell-btn {
    width: 26%;
  }
  header.pc-header nav ul {
    width: 54%;
  }

  /*  1200 px end  */
}
@media screen and (max-width: 1024px) {
  .sp-tell-btn {
    width: 88%;
    max-width: 226px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 7%;
  }
  .sp-tell-btn img {
    width: 100%;
  }
  .top-we-area .bg-item-1,.top-we-area .bg-item-2 {
    display: none;
  }
  .first-area .item-1 {
    object-position: 100% 70%;
  }
  .first-area .item-3 {
    width: 88.3vw;
    height: 25vh;
    top: 19.0%;
    left: 6%;
    object-position: 0% 0%;
  }
  .first-area .new-news-area {
    background-color: #202931;
    border-radius: 16px;
    display: block;
    padding: 2.4% 20% 2.4% 5.2%;
    position: absolute;
    left: 50%;
    bottom: 10.5%;
    transform: translateX(-50%);
    width: 88vw;
  }
  .office-link-arae {
    position: absolute;
    bottom: 3.1%;
    right: unset;
    left: 6%;
    bottom: 22% !important;
    width: 52.6%;
    max-width: 220px;
  }
  .office-link-arae .item-img-2 {
    width: 13%;
  }
  .top-recruit-btn {
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
    width: 100vw;
    max-width: unset;
    transform: translate(0,0);
    position: fixed;
    z-index: 10;
  }
  .top-recruit-btn p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding-right: 3%;
  }
  .top-recruit-btn .main-img {
    width: 100%;
    height: auto;
    max-height: 80px;
  }
  html .top-recruit-btn .item-img {
    right: 19%;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    width: 5%;
  }
  .first-area .new-news-area .btn-mark {
    width: 10.5vw;
    height: 10.5vw;
    right: 7%;
  }
  .top-about-area .set .group-1 .block-left {
    order: 2;
    margin-bottom: 2%;
  }
  .top-about-area .set .group-1 .block-right {
    order: 1;
  }
  .top-about-area .set h3 {
    margin-top: 7%;
  }
  .btn-type-1 {
    width: 62.6vw;
    height: 18.5vw;
    max-width: 244px;
    max-height: 72px;
  }
  .btn-mark {
    width: 14.0vw;
    height: 14.0vw;
  }
  .top-about-area .set .group-2 .btn-type-1 {
    transform: unset;
    margin-right: auto;
    margin-top: 7%;
    background-color: #485B6C;
  }
  .top-about-area .set .group-2 .btn-type-1 .btn-mark {
    background-color: #47A9E6;
  }
  .top-about-area .set .group-2 .btn-type-1 .btn-mark svg path {
    fill: #fff;
  }
  .top-we-area .btn-type-1 .btn-mark,
  .top-news-area .btn-type-1 .btn-mark {
    background-color: #47A9E6;
  }
  .top-about-area .set .flex-box .block-right img {
    height: auto;
    max-height: unset;
    width: 100%;
    max-width: unset;
  }
  .top-about-area .set-2 .item-1 {
    width: 88vw;
    max-width: 420px;
  }
  .top-about-area .set-2 .item-2 {
    width: 100%;
    position: absolute;
    bottom: unset;
    top: 41%;
    left: 0;
    z-index: -1;
    transform-origin: top center;
    transform: scale(1.4);
  }
  .top-about-area .set-2 {
    margin-top: 20%;
  }
  .top-we-area .set ul li a .bg {
    opacity: 0.4;
  }
  .top-we-area .set ul li a h3 {
    text-align: center;
  }
  .top-we-area .set ul li p:not(.top-we-area .set ul li p.f1) {
    display: none;
  }
  .sp-top-we-list.wrapper {
    width: 100%;
    max-width: unset;
  }
  .top-we-area .set ul li a {
    padding: 16% 0 32% 0;
  }
  .top-we-area .set ul li p.f1 {
    text-align: center;
  }
  .top-we-area .set ul li a .btn-mark {
    max-width: 77px;
    max-height: 77px;
    width: 9vw;
    height: 9vw;
    transform: unset;
    bottom: 14%;
    right: 50%;
    transform: translateX(50%);
    top: unset;
  }
  .top-we-area .btn-type-1 {
    margin-right: auto;
    margin-top: 6%;
  }
  .top-we-area .set {
    padding-bottom: 11.5%;
  }
  .top-we-area .set-2 .text-set h3:last-of-type {
    margin-top: 2%;
  }
  .swiper.original-swiper-area {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.4%;
    background-color: #fff;
    max-height: 109px;
    height: 16vw;
    padding: 0.2% 0;
  }
  .swiper.original-swiper-area {
    height: 11.5vw;
    margin-top: 4.4%;
  }
  .top-we-area .set-2 {
    padding-bottom: 16.9%;
  }
  .top-news-area ul li:first-of-type a {
    border-top: unset;
  }
  .top-news-area ul li:last-of-type a {
    border-bottom: unset;
  }
  .top-news-area ul li a {
    flex-direction: column;
  }
  .top-news-area ul li time, .top-news-area ul li h3 {
    width: 100%;
  }
  .top-news-area ul li time {
    margin-right: 0;
  }
  .top-news-area ul li h3 {
    margin-top: 1.2%;
  }
  .top-news-area ul li a {
    padding: 4.6% 26% 4.6% 2%;
  }
  .top-news-area ul li .btn-mark {
    width: 11vw;
    height: 11vw;
  }
  .top-news-area .btn-type-1 {
    margin-top: 6%;
    margin-left: auto;
  }
  .top-access-area .map-area {
    width: 100vw;
    height: 55.4vw;
    max-height: 420px;
    margin-top: 10%;
  }
  .top-contact-area .flex-box .block-right p {
    text-align: center;
  }

  .title-set h2:last-of-type {
    padding-left: 23px;
  }
  .title-set h2:first-of-type {
    margin-bottom: 1%;
  }
  .title-set h2:last-of-type img {
    width: 3.6vw;
  }
  .top-contact-area .flex-box .block-left {
    margin-bottom: 9%;
  }
  footer .set {
    padding: 11% 0;
  }
  footer .set .flex-box .block-left {
    margin-bottom: 10%;
  }
  footer .set .flex-box .block-left .item-1 {
    width: 45.5%;
    margin: 0 auto;
    display: block;
  }
  footer .set .flex-box .block-left .text-1 {
    margin: 8% 0 3% 0;
    text-align: center;
  }
  footer .set .flex-box .block-left .item-2 {
    width: 40.5%;
    display: block;
    margin: 0 auto;
  }
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(1),
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(4) {
    width: 22%;
  }
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(2),
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(5) {
    width: 38%;
  }
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(3),
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(6) {
    width: 28%;
  }
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li ul li {
    margin-bottom: 1.6vw;
  }
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li ul li a:after {
    width: 1.1vw;
  }
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li ul li a {
    position: relative;
    padding-left: 1.8vw;
    margin-left: 10%;
  }
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(4),
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(5),
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(6) {
    margin-top: 7%;
  }
  footer .set .flex-box .block-right .group-1 {
    padding-bottom: 9%;
  }
  footer .set .flex-box .block-right .group-2 {
    padding-top: 6%;
  }
  footer {
    position: relative;
    z-index: 11;
  }
  footer .set .flex-box .block-right .group-2 ul {
    margin-bottom: 7%;
  }
  footer .set .flex-box {
    margin-bottom: 8%;
  }
  footer .set .flex-box .block-right .group-2 .link-area {
    width: 100%;
    justify-content: space-between;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  footer .set .flex-box .block-right .group-2 ul li {
    width: 48.5%;
  }
  .page-main-about h3 {
    font-size: 38px;
    line-height: 56px;
  }
  .page-main-about .btn-area-page-top a {
    width: 47.9%;
    height: 14.8vw;
    max-height: 96px;
  }
  .other-page-btn a {
    max-height: 96px;
  }

  .page-main-about .group-2 {
    margin-top: 5%;
    border-radius: 80px 80px 0 0;
  }
  .page-main-about .group-2 .main-h3,
  .page-main-about .group-2 .sab-h3 {
    line-height: unset;
  }
  .page-main-about .group-2 .sab-h3 {
    color: #738596 !important;
    font-size: 14px;
  }
  .page-main-about .group-2, .page-main-about .group-3 {
    padding: 9.6% 0;
  }
  .page-main-about .group-2 .block-left .img-mask {
    margin-bottom: 4%;
  }
  .page-main-about .group-2 ul li {
    padding: 9% 0 0 0;
  }
  .page-main-about .group-2 ul li:nth-of-type(even) h3 {
    text-align: right;
  }
  .page-main-about .group-3 .company-template-1 {
    margin-top: 9%;
  }
  .page-main-about .group-3 .company-template-1 ul li .block-left {
    margin-bottom: 0;
  }
  .page-main-about .group-3 .company-template-1 ul li.flex-box {
    flex-direction: unset;
    display: flex;
    justify-content: space-between;
  }
  .page-main-about .group-3 .company-template-1 ul li.flex-box .block-left {
    width: 22% !important;
  }
  .page-main-about .group-3 .company-template-1 ul li.flex-box .block-right {
    width: 75% !important;
  }
  .page-main-about .group-3 .company-template-1 ul li {
    padding: 4.6% 0;
  }
  .page-main-about .group-3 .company-template-1 ul li .block-right img {
    width: 68%;
    max-width: 320px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 2%;
    height: 20vw;
    max-height: 176px;
}
.other-page-btn a {
  /* display: block; */
  width: 33%;
  height: 20vw;
  max-height: 96px;
}
.other-page-btn a .btn-mark {
  max-width: 32px;
  max-height: 32px;
  width: 5.8vw !important;
  height: 5.8vw !important;
  transform: translateX(-50%);
  right: unset;
  left: 50%;
  bottom: 5%;
}
.other-page-btn a p {
  width: fit-content;
  text-align: center;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
  white-space: nowrap;
}
.other-page-btn a img {
  position: absolute;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 60% !important;
  height: 68%;
  object-fit: contain;
}
.other-page-btn a:first-of-type {
  border-radius: 8px 0 0 8px;
}
.other-page-btn a:last-of-type {
  border-radius: 0 8px 8px 0;
}
.page-main-business .provide-area ul li {
  width: 50%;
  padding: 7% 0%;
}
.page-main-business .provide-area ul li h4 {
  font-weight: 600;
}
.page-main-business .provide-area ul li h4 span {
  color: #47A9E6;
}
.page-main-business .provide-area ul li img {
  width: 30.4%;
  height: 16vw;
  max-height: 104px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 4% auto 6% auto;
}
.page-main-business .provide-area ul li:nth-of-type(1),
.page-main-business .provide-area ul li:nth-of-type(3) {
  border-right: 2px solid #47A9E6;
}
.page-main-business .provide-area ul li:nth-of-type(1),
.page-main-business .provide-area ul li:nth-of-type(2) {
  border-bottom: 2px solid #47A9E6;
}
.page-main-business .text-1 {
  margin-bottom: 15.5%;
}
.page-main-business .text-3 {
  margin-bottom: 8%;
}
.page-main-business .business-list .business-list-li {
  margin-bottom: 6%;
}
.page-main-business .business-list .business-list-li ul li {
  padding-left: 8%;
  margin-bottom: 5.6%;
}
.page-main-business .business-list .business-list-li ul li:last-of-type {
  margin-bottom: 0;
}
.page-main-business .business-list .business-list-li .block-right {
  padding: 10% 8%;
}
.page-main-business .business-list .business-list-li h3 {
  margin: 1% 0 4.3% 0;
}
.ALLIANCE-area {
  margin-top: 10.5%;
}
.page-main-business .business-list .business-list-li .block-left {
  margin-bottom: 0;
}
.ALLIANCE-area .title-set {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
}
.ALLIANCE-area .title-set h2.f-40 {
  order: 2;
}
.ALLIANCE-area .title-set h2.f-14 {
  order: 1;
}
.ALLIANCE-area .title-set h2 {
  text-align: center;
}
.page-title.first-page-title {
  padding: 7.6rem 0 3.2rem 0;
}
footer .link-area a p {
  white-space: nowrap;
}
footer .set .flex-box .block-right .group-2 ul {
  margin-right: auto;
}
footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li ul {
  margin-top: 2.4vw;
}
.page-main-business .business-list .business-list-li .block-left img {
  transform: scale(1.05);
}
.page-main-flow ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16%;
  margin-bottom: 14%;
}
.page-main-flow ul li {
  width: 48%;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 7% 7% 10% 7%;
}
.page-main-flow ul li img {
  width: 36%;
  max-width: 76px;
  margin-top: 6%;
  margin-bottom: 6%;
}
.page-main-flow ul li .number-mark {
  max-width: 32px;
  max-height: 32px;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background-color: #002245;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%,-48%);
}
.page-main-flow ul li .number-mark p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.page-main-flow ul li:nth-of-type(1),
.page-main-flow ul li:nth-of-type(2) {
  margin-bottom: 4%;
}
.page-main-flow .set {
  border-radius: 50px 50px 0 0;
}
.page-main-flow ul li h3 {
  white-space: nowrap;
}
ul.news-list-template-1 li a {
  padding: 6.45% 20% 6.45% 2%;
}
ul.news-list-template-1 li a .flex {
  flex-direction: column;
}
ul.news-list-template-1 li a .flex time,
.page-main-news .news-list-template-1 li h3 {
  width: 100%;
}
ul.news-list-template-1 li a .btn-mark {
  width: 9.8vw;
  height: 9.8vw;
  max-width: 40px;
  max-height: 40px;
}
ul.news-list-template-1 li a .flex time {
  margin-bottom: 2%;
}
.pagination {
  margin-top: 10%;
}
.page-main-news .block-left {
  margin-bottom: 18%;
}
.page-main-news .flex-box .block-right p.f-24 {
  padding-bottom: 3%;
  margin-bottom: 7%;
  text-align: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.page-main-news .flex-box .block-right ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 296px;
  margin-right: auto;
  margin-left: auto;
}
.page-main-news .flex-box .block-right ul li {
  width: 30%;
}
.page-main-news .flex-box .block-right ul li:nth-of-type(2),
.page-main-news .flex-box .block-right ul li:nth-of-type(5),
.page-main-news .flex-box .block-right ul li:nth-of-type(8),
.page-main-news .flex-box .block-right ul li:nth-of-type(11),
.page-main-news .flex-box .block-right ul li:nth-of-type(14),
.page-main-news .flex-box .block-right ul li:nth-of-type(17),
.page-main-news .flex-box .block-right ul li:nth-of-type(20),
.page-main-news .flex-box .block-right ul li:nth-of-type(23),
.page-main-news .flex-box .block-right ul li:nth-of-type(26),
.page-main-news .flex-box .block-right ul li:nth-of-type(29),
.page-main-news .flex-box .block-right ul li:nth-of-type(32),
.page-main-news .flex-box .block-right ul li:nth-of-type(35),
.page-main-news .flex-box .block-right ul li:nth-of-type(38),
.page-main-news .flex-box .block-right ul li:nth-of-type(41) {
  margin-right: 5%;
  margin-left: 5%;
}
.single-news-main .wp-text-2 {
  margin-bottom: 6.5%;
}
.priv-next-zoon .post-navigation {
  position: unset;
  transform: unset;
  justify-content: unset;
  flex-direction: column;
}
.post-navigation .previous-post, .post-navigation .next-post {
  width: 100%;
}
.priv-next-zoon {
  width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 272px;
}
.priv-next-zoon .btn-type-1 {
  margin: 8% auto;
}
html .sp-header .header-set,
html nav.globalMenuSp .hamburger-area {
  padding: 0 2vw 0 4vw;
}
.page-main-other h3 {
  margin-top: 12vw;
  margin-bottom: 6vw;
}
.page-main-other p {
  margin-bottom: 2.4vw;
}
.page-main-other .text-2 {
  margin-top: 6vw;
}
.top-news-area .no-post-text {
  position: unset;
  text-align: center;
  transform: unset;
  margin-top: 2%;
  margin-bottom: 4%;
}
html .top-access-area p {
  text-align: left;
}
.top-contact-area .new-contact-block {
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}
.top-contact-area .new-contact-block:after {
  display: none;
}
.top-contact-area .new-contact-block {
  margin-top: 2%;
  margin-bottom: 3.6%;
}
.top-we-area .set ul li a .bg {
  background-color: #002245 !important;
  opacity: 0.6;
}
.page-main-about .group-2 .block-left .img-mask {
  border-radius: 10px;
}

  /*  1024 px end  */
}
@media screen and (max-width: 991px) {
  /*  991 px end  */
}
@media screen and (max-width: 768px) {
  /*  768 px end  */
}
@media screen and (max-width: 560px) {
  .first-area .item-1 {
    object-position: 85.5% 70%;
  }
  .first-area .new-news-area {
    padding: 5.2% 20% 5.2% 5.2%;
    border-radius: 10px;
  }
  .page-main-about .group-2 {
    border-radius: 13vw 13vw 0 0;
  }
  .other-page-btn a:last-of-type {
    border-radius: 0 8px 8px 0;
  }
  .page-title.first-page-title {
    padding: 29vw 0 8vw 0;
  }
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li ul li a {
    padding-left: 3.2vw;
  }
  footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(3), footer .set .flex-box .block-right .ft-nav-list .ft-nav-list-li:nth-of-type(6) {
    width: 26%;
  }
  .page-main-flow ul {
    justify-content: center;
    margin-top: 8%;
  }
  .page-main-flow ul li {
    width: 72%;
    margin-bottom: 0 !important;
  }
  .page-main-flow ul .block {
    width: 100%;
  }
  .page-main-flow ul .block img {
    width: 10%;
    transform: scale(1.4);
    position: relative;
    z-index: 1;
  }
  .page-main-flow .set {
    border-radius: 14vw 14vw 0 0;
  }
  html .sp-header .header-set,
html nav.globalMenuSp .hamburger-area {
  padding: 0 4vw 0 6vw;
  }
  .nav-menu-link-area {
    padding: 5.7vw 0;
  }
  .page-main-about .group-1 {
    margin-bottom: 16%;
  }
  .page-main-about .group-1 p.f-15 {
    white-space: unset;
    text-align: left;
  }
  .page-main-about .group-1 p.f-15 br {
    display: none !important;
  }

  /*  560 px end  */
}
@media screen and (max-width: 460px) {
  /*  460 px end  */
}
@media screen and (max-width: 414px) {
  .page-title .title-set h2:first-of-type {
    font-size: 10.4vw !important;
  }
  .page-title .title-set h2:last-of-type {
    font-size: 3.6vw !important;
  }
  .page-main-about .page-title .title-set h2:first-of-type {
    font-size: 8.3vw !important;
  }
  .page-main-about .page-title .title-set h2:last-of-type {
    font-size: 3.6vw !important;
  }
  .ALLIANCE-area .title-set h2.f-40 {
    font-size: 6.667vw !important;
    letter-spacing: 0.12vw;
  }

  /*  414 px end  */
}
@media screen and (max-width: 390px) {
  /*  390 px end  */
}
@media screen and (max-width: 375px) {
  /*  375 px end  */
}
@media screen and (max-width: 320px) {
  /*  320 px end  */
}

/*---------------------------------------
//
//           画像保存禁止
//
---------------------------------------*/
img {
	pointer-events: none;
	    /* SPの長押し禁止 */
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}
/*---------------------------------------
//
//           アニメーション
//
---------------------------------------*/
.globalMenuSp .open-anime {
  opacity: 0 !important;
  transform: translateX(18px) !important;
  transition: all 0.3s;
}
.globalMenuSp.active .open-anime {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}
.open-anime-1 {
  transition-delay: 0.2s !important;
}
.open-anime-2 {
  transition-delay: 0.3s !important;
}
.open-anime-3 {
  transition-delay: 0.4s !important;
}
.open-anime-4 {
  transition-delay: 0.5s !important;
}
.open-anime-5 {
  transition-delay: 0.6s !important;
}
.open-anime-6 {
  transition-delay: 0.7s !important;
}
.open-anime-7 {
  transition-delay: 0.8s !important;
}
.open-anime-8 {
  transition-delay: 0.9s !important;
}
.open-anime-9 {
  transition-delay: 1.0s !important;
}
.open-anime-10 {
  transition-delay: 1.1s !important;
}


/*--- 要素が見えたら出現 ---*/
.elem {
  opacity: 0;
}/* elem クラスを与えたら反映される */
.isAnimate {
  opacity: 1;
  animation-name: fadeDownAnime;
  animation-duration: 1s;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.elem-1 {
  opacity: 0;
}/* elem クラスを与えたら反映される */
.isAnimate-1 {
  animation-name: fadeDownAnime-1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
@keyframes fadeDownAnime-1 {
  from {
    opacity: 0;
    /* transform: translateX(30px); */
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    /* transform: translateY(0); */
    transform: scale(1.0);
  }
}

.elem-2 {
  opacity: 0;
}/* elem クラスを与えたら反映される */
.isAnimate-2 {
  animation-name: fadeDownAnime-1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.elem-3 {
  opacity: 0;
}/* elem クラスを与えたら反映される */
.isAnimate-3 {
  animation-name: fadeDownAnime-1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
}

.elem-4 {
  opacity: 0;
}/* elem クラスを与えたら反映される */
.isAnimate-4 {
  animation-name: fadeDownAnime-1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.9s;
}

/*--- ふわっと ---*/
body {
  animation-name: fadeInAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*----------------------------------------
レスポンシブ　pc / sp
----------------------------------------*/
/*----------- 560 ------------*/
@media screen and (min-width: 561px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 560px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}

/*----------- 1024 ------------*/
@media screen and (min-width: 1025px) {
  .sp-2 {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-2 {
    display: none !important;
  }
  .sp-2 {
    display: block;
  }
}

/*---------------------------------------
//
//           ホバー集
//
---------------------------------------*/
@media screen and (min-width: 1025px) {
  header.pc-header nav ul li a p,
  .top-we-area .set ul li a .bg,
  .top-we-area .set ul li a .btn-mark,
  .top-we-area .set ul li a .btn-mark svg path,
  .post-navigation .next-post a,
  .post-navigation .previous-post a,
  ul.news-list-template-1 li a,
  ul.news-list-template-1 li a .btn-mark,
  ul.news-list-template-1 li a .btn-mark svg,
  ul.news-list-template-1 li a .btn-mark svg path,
  ul.news-list-template-1 li a p,
  .page-main-news .flex-box .block-right a,
  .other-page-btn a svg,
  .other-page-btn a,
  .top-contact-area a .flex-box .block-right img,
  .page-main-about .btn-area-page-top a .btn-mark,
  .swiper.original-swiper-area .swiper-slide a,
  .main-works .page-main-works ul li a h3 {
    transition: all 0.2s;
  }
  .header-nav-menu ul li.has-child:after,
  .header-nav-menu ul li.has-child:before,
  .top-news-area ul li a,
  .top-news-area ul li a .btn-mark,
  .top-news-area ul li a .btn-mark svg path,
  .office-link-arae a img.item-img,
  .top-recruit-btn img.item-img,
  .btn-mark-area .btn-mark,
  footer a {
    transition: all 0.2s;
  }
  header.pc-header nav ul li a:hover p {
    color: #47A9E6;
  }
  .header-nav-menu ul li.has-child:hover:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .header-nav-menu ul li.has-child:hover:before {
    transform: translateY(-50%) rotate(270deg);
    opacity: 0;
  }
  .top-we-area .set ul li a:hover .bg {
    opacity: 0.6;
  }
  .top-we-area .set ul li a:hover .btn-mark,
  .top-news-area ul li a:hover .btn-mark {
    background-color: #47A9E6;
  }
  .top-we-area .set ul li a:hover .btn-mark svg path,
  .top-news-area ul li a:hover .btn-mark svg path {
    fill: #fff;
  }
  .top-news-area ul li a:hover {
    background-color: #2B3741;
  }
  .office-link-arae a:hover img.item-img {
    left: 84%;
  }
  .top-recruit-btn:hover img.item-img {
    left: 54%;
  }
  /* .btn-mark-area:hover .btn-mark:not(.top-news-area ul li a.btn-mark-area:hover .btn-mark,ul.news-list-template-1 li a.btn-mark-area:hover .btn-mark,.other-page-btn a.btn-mark-area:hover .btn-mark) {
    right: 5%;
  } */

  .post-navigation .next-post a:hover,
  .post-navigation .previous-post a:hover {
    opacity: 0.6;
  }
  ul.news-list-template-1 li a:hover {
    background-color: #2B3741;
  }
  ul.news-list-template-1 li a:hover time,
  ul.news-list-template-1 li a:hover h3 {
    color: #fff;
  }
  ul.news-list-template-1 li a:hover .btn-mark {
    background-color: #47A9E6;
  }
  ul.news-list-template-1 li a:hover .btn-mark svg {
    left: 56%;
  }
  ul.news-list-template-1 li a:hover .btn-mark svg path {
    fill: #fff;
  }
  .page-main-news .flex-box .block-right a:hover {
    opacity: 0.6;
  }
  .other-page-btn a:hover svg {
    left: 54%;
  }
  .other-page-btn a:nth-of-type(1):hover {
    background-color: #5DBCE6;
  }
  .other-page-btn a:nth-of-type(2):hover {
    background-color: #389DDB;
  }
  .other-page-btn a:nth-of-type(3):hover,
  .other-page-btn a:nth-of-type(4):hover {
    background-color: #1D4C95;
  }
  .other-page-btn.other-page-btn-2 a:nth-of-type(1):hover {
    background-color: #389DDB;
  }
  .other-page-btn.other-page-btn-2 a:nth-of-type(2):hover {
    background-color: #1D4C95;
  }
  .top-contact-area a:hover .new-contact-block::after {
    transform: scaleX(1.0);
  }
  .page-main-about .btn-area-page-top a:hover .btn-mark {
    top: 54%;
  }
  footer a:hover {
    opacity: 0.8;
  }
  /* ボタンの色 */
  .top-about-area .set .group-2 .btn-type-1:hover,
  .single-news-post .btn-type-1:hover {
    background-color: #485B6C;
  }
  .top-we-area .btn-type-1:hover,
  .top-news-area .btn-type-1:hover {
    background-color: #D9E3F4;
  }
  /* ボタンの丸マーク色 */
  .first-area .new-news-area:hover .btn-mark,
  .top-about-area .set .group-2 .btn-type-1:hover .btn-mark,
  .top-we-area .btn-type-1:hover .btn-mark,
  .top-news-area .btn-type-1:hover .btn-mark,
  .single-news-post .btn-type-1:hover .btn-mark {
    background-color: #47A9E6;
  }
    /* ボタンの丸マークの矢印の色 */
  .first-area .new-news-area:hover .btn-mark svg path,
  .top-about-area .set .group-2 .btn-type-1:hover .btn-mark svg path,
  .top-we-area .btn-type-1:hover .btn-mark svg path,
  .top-news-area .btn-type-1:hover .btn-mark svg path,
  .single-news-post .btn-type-1:hover .btn-mark svg path {
    fill: #fff;
  }
  .swiper.original-swiper-area .swiper-slide a:hover {
    opacity: 0.6;
  }
  .main-works .page-main-works ul li a:hover h3 {
    color: #47A9E6;
  }

  /*  1025 px end  */
}

#Departments,
#Network,
#Security,
#IT_Virtualization_Service,
#System {
  transform: translateY(-8vw);
}
#Company,
#AlliancePartners {
  transform: translateY(-6vw);
}
#BusinessOverview {
  transform: translateY(10vw);
}
@media screen and (max-width: 1024px) {
  #Departments,
  #Security,
  #IT_Virtualization_Service,
  #System,  #Network {
    transform: translateY(-22vw);
  }
  #Company,
  #AlliancePartners {
    transform: translateY(-16vw);
  }
  #BusinessOverview {
    transform: translateY(10vw);
  }

}
@media screen and (max-width: 560px) {
  #Company {
    transform: translateY(-12vw);
  }

}


.home header,
.first-area .new-news-area,
.office-link-arae,
.top-recruit-btn {
	opacity: 1 ;
  will-change: opacity, transform;

}


/*-----------------------------
||  2025 - 5/2  変更
------------------------------*/
.main-works .page-title.first-page-title .wrapper,
.main-works .page-main-works {
  max-width: 1440px;
}
.main-works .page-main-works {
  width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.main-works .page-main-works ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-works .page-main-works ul li {
  width: 30.8%;
  background-color: #F8F8F8;
  padding: 3.6% 2.2%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.main-works .page-main-works ul li:nth-of-type(2),
.main-works .page-main-works ul li:nth-of-type(5) {
  margin-right: 3.8%;
  margin-left: 3.8%;
}
.main-works .page-main-works ul li:nth-of-type(1),
.main-works .page-main-works ul li:nth-of-type(2),
.main-works .page-main-works ul li:nth-of-type(3) {
  margin-bottom: 4%;
}
.main-works .page-main-works ul li a {
  margin: 5% 0 7% 0;
  display: block;
}
.main-works .page-main-works ul li a h3 {
  font-weight: 500;
  text-decoration: underline;
}
.main-works .page-main-works ul li a.no-link {
  pointer-events: none;
}
.main-works .page-main-works ul li a.no-link h3 {
  text-decoration: unset;
}
.main-works .page-main-works ul li .text-0 {
  margin-bottom: 4%;
}
.main-works .page-main-works ul li .text-0:last-child {
  margin-bottom: 0;
}
.main-works .page-main-works ul li .flex {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.main-works .page-main-works ul li .flex .block-left {
  width: 28.5%;
}
.main-works .page-main-works ul li .flex .block-left p {
  width: 100%;
  padding: 9% 0;
  background-color: #696969;
  color: #fff;
  text-align: center;
}
.main-works .page-main-works ul li .flex .block-right {
  width: fit-content;
}
.main-works .page-main-works ul li .text-0.flex {
  margin-top: 8%;
}

@media screen and (max-width: 1536px) {
  .pagination .page-numbers {
    font-size: 18px;
  }
  .pagination .page-numbers.current:after {
    width: 3.2vw;
    height: 3.2vw;
  }
}

@media screen and (max-width: 1024px) {
  .main-works .page-title.first-page-title .wrapper, .main-works .page-main-works {
    max-width: 560px;
  }
  .main-works .page-main-works ul li {
    width: 100%;
    margin-bottom: 9.6% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 9.6% 6% 0% 6% !important;
  }
/*====================================================================
アコーディオン
====================================================================*/
/*------------------*/
.new-mark {
  padding: 0.8% 0;
}
.main-works .page-main-works ul li a {
  margin-bottom: 0 !important;
}
.btn-more{
  cursor: pointer;
  padding-top: 16%;
  width: 100%;
  position: relative;
}
.btn-more .btn-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(90deg);
  transition: all 0.2s;
}
.btn-more.close .btn-icon {
  transform: translate(-50%,-50%) rotate(270deg);
}
.sp-work-list .dropdown {
  margin-top: 6%;
}
.pagination .page-numbers.current:after {
  width: 12.4vw;
  height: 12.4vw;
}
.pagination .page-numbers {
  font-size: 4.11vw !important;
}
.main-works .page-main-works ul li:last-of-type {
  margin-bottom: 0 !important;
}
.pagination {
  margin: 0 auto !important;
  padding: 16% 0 20% 0;
}
.pagination.no-pagination {
  margin: 0 !important;
  padding: 8% 0;
}

}
