body {
  font: 16px YakuHanJP,'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  background: #fff;
  color: #222;
  font-feature-settings: "palt";
  letter-spacing: .5px;
  -webkit-font-smoothing: antialiased; }

img {
  width: 100%;
  height: auto; }

a {
  transition: all 0.5s; }
  a:hover {
    opacity: 0.6; }

@media screen and (min-width: 0px) {
  /* font
	**************************************************************************************************************************/
  .noto-sans-jp-semibold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal; }
  .noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; }
  .montserrat-subrayada-bold {
    font-family: "Montserrat Subrayada", sans-serif;
    font-weight: 700;
    font-style: normal; }
  .zen-antique-regular {
    font-family: "Zen Antique", serif;
    font-weight: 400;
    font-style: normal; }
  /* animation
	**************************************************************************************************************************/
  @keyframes floating-x {
    0% {
      transform: translateX(-2%); }
    100% {
      transform: translateX(2%); } }
  @keyframes floating-y {
    0% {
      transform: translateY(-3%); }
    100% {
      transform: translateY(3%); } }
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0); }
    to {
      transform: translateX(-100%); } }
  @keyframes infinity-scroll-right {
    from {
      transform: translateX(0); }
    to {
      transform: translateX(100%); } }
  @keyframes loop {
    0% {
      transform: translateX(100%); }
    to {
      transform: translateX(-100%); } }
  @keyframes loop2 {
    0% {
      transform: translateX(0); }
    to {
      transform: translateX(-200%); } }
  @keyframes loop3 {
    0% {
      transform: translateX(0); }
    50% {
      transform: translateX(-50%); }
    100% {
      transform: translateX(0); } }
  /* layout
	**************************************************************************************************************************/
  .is_tb {
    display: none !important; }
  .is_tb_inline {
    display: none !important; }
  .is_pc {
    display: none !important; }
  .is_pc_inline {
    display: none !important; }
  /* status
	**************************************************************************************************************************/
  .is-hide {
    display: none; }
  /* common
	**************************************************************************************************************************/
  header .glnv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    z-index: 10; }
    header .glnv ul {
      text-align: center; }
      header .glnv ul a {
        display: block;
        background: #DA1617;
        font-size: 16px;
        font-family: "Zen Antique", serif;
        font-weight: 400;
        color: #fff;
        padding: 1em;
        border-radius: 3px; }
  footer {
    padding: 32px 16px 100px 16px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff; }
    footer .address h2 {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 0.5em; }
    footer .address p {
      font-size: 14px;
      list-style: 1.6; }
    footer .copyright p {
      font-size: 12px;
      margin-top: 2em; }
  /* top
	**************************************************************************************************************************/
  .area-kv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    z-index: -1; }
    .area-kv .title hgroup {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: 50px;
      z-index: 3; }
      .area-kv .title hgroup p {
        font-family: "Zen Antique", serif;
        font-weight: 400;
        color: #fff;
        font-size: 16px;
        margin-bottom: 1em; }
      .area-kv .title hgroup h1 img {
        width: 288px; }
    .area-kv .title .eagle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      mix-blend-mode: soft-light;
      margin-top: -120px;
      z-index: 2; }
      .area-kv .title .eagle picture {
        animation: floating-x 7.2s ease-in-out infinite alternate-reverse; }
      .area-kv .title .eagle img {
        width: 327px;
        animation: floating-y 1.8s ease-in-out infinite alternate-reverse; }
    .area-kv .body {
      position: relative;
      z-index: 1; }
      .area-kv .body .space {
        display: flex;
        overflow: hidden;
        width: 200vw;
        background: #000; }
      .area-kv .body picture img {
        width: 100%;
        height: 100svh;
        object-fit: cover; }
      .area-kv .body picture.space01 {
        animation: loop3 120s linear -60s infinite;
        width: 200vw; }
      .area-kv .body picture.space02 {
        animation: loop2 120s linear infinite; }
  .area-business {
    margin-top: 100svh;
    background: #fff;
    padding: 64px 32px; }
    .area-business .title hgroup {
      margin-bottom: 2em; }
      .area-business .title hgroup .en {
        font-family: "Montserrat Subrayada", sans-serif;
        font-weight: 700;
        font-size: 32px; }
      .area-business .title hgroup h2 {
        font-size: 16px;
        font-weight: 600;
        color: #6E6E6E; }
    .area-business .body .lead {
      margin-bottom: 3em; }
      .area-business .body .lead h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 1em; }
      .area-business .body .lead p {
        font-size: 16px;
        line-height: 1.8; }
    .area-business .body .service {
      margin-bottom: 12px; }
      .area-business .body .service .imgtxt {
        position: relative; }
      .area-business .body .service .img {
        position: relative; }
        .area-business .body .service .img::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3);
          position: absolute;
          top: 0;
          left: 0; }
      .area-business .body .service .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%; }
        .area-business .body .service .txt h4 {
          font-family: "Zen Antique", serif;
          font-weight: 400;
          font-size: 24px;
          color: #fff; }
  .area-recruit {
    background: url(../img/top/bg-recuit-sp.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 64px 32px;
    color: #fff; }
    .area-recruit .title hgroup {
      margin-bottom: 2em; }
      .area-recruit .title hgroup .en {
        font-family: "Montserrat Subrayada", sans-serif;
        font-weight: 700;
        font-size: 32px; }
      .area-recruit .title hgroup h2 {
        font-size: 16px;
        font-weight: 600; }
    .area-recruit .title .joblist ul {
      list-style: disc;
      margin-left: 1.3em;
      margin-bottom: 1.5em; }
      .area-recruit .title .joblist ul li {
        margin-bottom: 0.3em;
        font-size: 18px;
        font-weight: bold; }
    .area-recruit .title .lead p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 1.5em; } }

@media screen and (min-width: 769px) {
  .is_sp {
    display: none !important; }
  .is_tb {
    display: block !important; }
  .is_tb_inline {
    display: inline-block !important; } }

@media screen and (min-width: 1024px) {
  .is_pc {
    display: block !important; }
  .is_pc_inline {
    display: inline-block !important; }
  /* common
	**************************************************************************************************************************/
  header .glnv {
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
    padding: 0; }
    header .glnv ul {
      display: flex;
      justify-content: flex-end; }
      header .glnv ul li {
        background: #fff; }
      header .glnv ul a {
        width: 130px;
        height: 130px;
        padding: 0;
        border-radius: 0;
        position: relative; }
        header .glnv ul a span {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
  footer {
    padding: 80px 100px; }
    footer .inner {
      max-width: 1140px;
      margin: 0 auto; }
    footer .address-copyright {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
  /* top
	**************************************************************************************************************************/
  .area-kv .title hgroup {
    margin-top: 0px;
    margin-left: -250px; }
    .area-kv .title hgroup p {
      font-size: 20px;
      margin-bottom: 1.8em; }
    .area-kv .title hgroup h1 img {
      width: 323px; }
  .area-kv .title .eagle {
    margin-top: 0;
    margin-left: 250px; }
    .area-kv .title .eagle img {
      width: 545px; }
  .area-kv .body picture.space01 {
    animation: loop3 300s linear -60s infinite; }
  .area-business {
    padding: 160px 100px 0 100px;
    background: #fff url(../img/top/img-wing.svg) 100% 0 no-repeat;
    margin-bottom: -150px; }
    .area-business .inner {
      max-width: 1140px;
      margin: 0 auto; }
    .area-business .title hgroup {
      margin-bottom: 2em; }
      .area-business .title hgroup .en {
        font-size: 64px; }
      .area-business .title hgroup h2 {
        font-size: 16px; }
    .area-business .body .lead {
      margin-bottom: 6em;
      padding-right: 10vw; }
      .area-business .body .lead h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 1em; }
    .area-business .body .services {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      padding: 0 100px; }
    .area-business .body .service {
      margin-bottom: 0; }
      .area-business .body .service .img {
        overflow: hidden; }
        .area-business .body .service .img img {
          transition: all 0.5s; }
        .area-business .body .service .img:hover img {
          transform: scale(1.1); }
  .area-recruit {
    background: url(../img/top/bg-recuit-pc.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 300px 100px 150px 100px; }
    .area-recruit .inner {
      max-width: 1140px;
      margin: 0 auto; }
    .area-recruit .title-body {
      display: flex;
      justify-content: space-between; }
    .area-recruit .title {
      flex: 1; }
      .area-recruit .title hgroup {
        margin-bottom: 2em; }
        .area-recruit .title hgroup .en {
          font-size: 64px; }
      .area-recruit .title .joblist ul {
        list-style: disc;
        margin-left: 1.3em;
        margin-bottom: 1.5em; }
        .area-recruit .title .joblist ul li {
          margin-bottom: 0.3em;
          font-size: 18px;
          font-weight: bold; }
      .area-recruit .title .lead p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 1.5em; }
    .area-recruit .body {
      width: 367px;
      margin-left: 80px; }
  .area-access .body .gmap {
    padding-top: 600px; }
    .area-access .body .gmap iframe {
      height: 600px; } }

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