#top.top_v2 #mainvisual .slick-next {
  z-index: 5;
  right: 40px;
  z-index: 5;
  width: 24px;
  height: auto;
  aspect-ratio: 47/83; }
  @media only screen and (max-width: 1280px) {
    #top.top_v2 #mainvisual .slick-next {
      right: 16px; } }
  @media only screen and (max-width: 768px) {
    #top.top_v2 #mainvisual .slick-next {
      right: 8px;
      width: 16px; } }
  #top.top_v2 #mainvisual .slick-next:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/mav_arrow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block; }

#top.top_v2 #mainvisual .slick-prev {
  z-index: 5;
  left: 40px;
  width: 24px;
  height: auto;
  aspect-ratio: 47/83; }
  @media only screen and (max-width: 1280px) {
    #top.top_v2 #mainvisual .slick-prev {
      left: 16px; } }
  @media only screen and (max-width: 768px) {
    #top.top_v2 #mainvisual .slick-prev {
      left: 8px;
      width: 16px; } }
  #top.top_v2 #mainvisual .slick-prev:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/mav_arrow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

#top.top_v2 #mainvisual .slide {
  position: relative; }
  #top.top_v2 #mainvisual .slide .slide_inner {
    max-width: 1100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      #top.top_v2 #mainvisual .slide .slide_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #top.top_v2 #mainvisual .slide .slide_inner .text_block {
      width: 70%; }
      @media only screen and (max-width: 768px) {
        #top.top_v2 #mainvisual .slide .slide_inner .text_block {
          width: 100%; } }
      #top.top_v2 #mainvisual .slide .slide_inner .text_block h1 {
        padding-right: 15%; }
        @media only screen and (max-width: 768px) {
          #top.top_v2 #mainvisual .slide .slide_inner .text_block h1 {
            padding-right: 0; } }
      #top.top_v2 #mainvisual .slide .slide_inner .text_block p {
        width: auto;
        font-size: 20px;
        padding-right: 15%; }
        @media only screen and (max-width: 768px) {
          #top.top_v2 #mainvisual .slide .slide_inner .text_block p {
            padding-right: 0; } }
    #top.top_v2 #mainvisual .slide .slide_inner .btn_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-left: 4em; }
      @media only screen and (max-width: 768px) {
        #top.top_v2 #mainvisual .slide .slide_inner .btn_block {
          margin-left: 0;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
      #top.top_v2 #mainvisual .slide .slide_inner .btn_block a {
        margin: 1em 0 0 0; }
        @media only screen and (max-width: 768px) {
          #top.top_v2 #mainvisual .slide .slide_inner .btn_block a {
            margin: 1em 0 0 1em; } }
  #top.top_v2 #mainvisual .slide figure {
    position: absolute;
    font-size: 12px;
    color: #fff;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    line-height: 1.35;
    padding-left: 3%; }

#top.top_v2 #data {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 600px;
  padding: 0 calc(var(--fluidPx) * 60);
  background: #fcfcfc; }
  @media only screen and (max-width: 480px) {
    #top.top_v2 #data {
      height: 600px;
      padding: 0; } }
  #top.top_v2 #data .data_inner {
    max-width: 1100px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 480px) {
      #top.top_v2 #data .data_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    #top.top_v2 #data .data_inner .text_block {
      position: relative;
      background: #fcfcfc;
      width: 40%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-top: 100px; }
      @media only screen and (max-width: 480px) {
        #top.top_v2 #data .data_inner .text_block {
          width: 100%;
          padding: 40px calc(var(--fluidPx) * 18) calc(var(--fluidPx) * 18);
          box-sizing: border-box; } }
      #top.top_v2 #data .data_inner .text_block:after {
        position: absolute;
        top: 0;
        right: -200px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 600px 200px 0 0;
        border-color: #fcfcfc transparent transparent transparent; }
        @media only screen and (max-width: 480px) {
          #top.top_v2 #data .data_inner .text_block:after {
            display: none; } }
      #top.top_v2 #data .data_inner .text_block .text_block_inner {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); }
    #top.top_v2 #data .data_inner .btn_block {
      width: 60%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-bottom: 100px; }
      @media only screen and (max-width: 480px) {
        #top.top_v2 #data .data_inner .btn_block {
          width: 100%;
          padding-bottom: 0px;
          position: relative;
          background: #fff;
          box-sizing: border-box; }
          #top.top_v2 #data .data_inner .btn_block:after {
            position: absolute;
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            right: auto;
            top: auto;
            bottom: -79px;
            border-width: 0 100vw 80px 0;
            border-color: transparent #fff transparent transparent;
            z-index: 1; } }
      #top.top_v2 #data .data_inner .btn_block .btn_block_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
        @media only screen and (max-width: 480px) {
          #top.top_v2 #data .data_inner .btn_block .btn_block_inner {
            position: relative;
            z-index: 2;
            padding: 0px calc(var(--fluidPx) * 18); } }
  #top.top_v2 #data .data_bg {
    position: absolute;
    width: 60%;
    height: 600px;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 1; }
    @media only screen and (max-width: 480px) {
      #top.top_v2 #data .data_bg {
        width: 100%;
        height: 100vw;
        top: auto;
        bottom: 0; } }
    #top.top_v2 #data .data_bg .slick-slide {
      height: 600px; }
      #top.top_v2 #data .data_bg .slick-slide img {
        object-fit: cover;
        height: 100%;
        width: 100%; }

#top.top_v2 #solutions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: calc(var(--fluidPx) * 60);
  box-sizing: border-box;
  margin: 0;
  position: relative; }
  @media only screen and (max-width: 480px) {
    #top.top_v2 #solutions {
      padding: 40px calc(var(--fluidPx) * 18); } }
  #top.top_v2 #solutions .solutions_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    #top.top_v2 #solutions .solutions_bg img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity .5s;
      transition: opacity .5s; }
      #top.top_v2 #solutions .solutions_bg img.active {
        z-index: 5;
        opacity: 1; }
      #top.top_v2 #solutions .solutions_bg img.current {
        z-index: 4;
        opacity: 1; }
  #top.top_v2 #solutions .solutions_inner {
    position: relative;
    z-index: 10; }
    #top.top_v2 #solutions .solutions_inner .solutions_links {
      max-width: 1100px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media only screen and (max-width: 480px) {
        #top.top_v2 #solutions .solutions_inner .solutions_links {
          padding: 40px 0;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      #top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block {
        width: 25%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media only screen and (max-width: 480px) {
          #top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block {
            width: 50%; } }
        #top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding: 0 1em;
          box-sizing: border-box;
          opacity: .5;
          -webkit-transition: opacity .3s;
          transition: opacity .3s; }
          #top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a:hover {
            opacity: 1; }
          #top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a .icon {
            width: 100%;
            text-align: center;
            aspect-ratio: 4/3;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center; }
            #top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a .icon img {
              width: 50%;
              height: auto; }
            #top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a .icon.arrow img {
              width: 25%; }
          #top.top_v2 #solutions .solutions_inner .solutions_links .solutions_block a p {
            text-align: center; }

#top.top_v2 #satellite {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 600px;
  padding: 0 calc(var(--fluidPx) * 60);
  background: #fcfcfc; }
  @media only screen and (max-width: 480px) {
    #top.top_v2 #satellite {
      height: 600px;
      padding: 0; } }
  #top.top_v2 #satellite .satellite_inner {
    max-width: 1100px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 480px) {
      #top.top_v2 #satellite .satellite_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    #top.top_v2 #satellite .satellite_inner .text_block {
      position: relative;
      background: #fcfcfc;
      width: 40%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-top: 100px; }
      @media only screen and (max-width: 480px) {
        #top.top_v2 #satellite .satellite_inner .text_block {
          width: 100%;
          padding: 40px calc(var(--fluidPx) * 18) calc(var(--fluidPx) * 18);
          box-sizing: border-box; } }
      #top.top_v2 #satellite .satellite_inner .text_block:after {
        position: absolute;
        top: 0;
        right: -200px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 600px 200px 0 0;
        border-color: #fcfcfc transparent transparent transparent; }
        @media only screen and (max-width: 480px) {
          #top.top_v2 #satellite .satellite_inner .text_block:after {
            display: none; } }
      #top.top_v2 #satellite .satellite_inner .text_block .text_block_inner {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); }
    #top.top_v2 #satellite .satellite_inner .btn_block {
      width: 60%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-bottom: 100px; }
      @media only screen and (max-width: 480px) {
        #top.top_v2 #satellite .satellite_inner .btn_block {
          width: 100%;
          padding-bottom: 0px;
          position: relative;
          background: #fff;
          box-sizing: border-box; }
          #top.top_v2 #satellite .satellite_inner .btn_block:after {
            position: absolute;
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            right: auto;
            top: auto;
            bottom: -79px;
            border-width: 0 100vw 80px 0;
            border-color: transparent #fff transparent transparent;
            z-index: 1; } }
      #top.top_v2 #satellite .satellite_inner .btn_block .btn_block_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
        @media only screen and (max-width: 480px) {
          #top.top_v2 #satellite .satellite_inner .btn_block .btn_block_inner {
            position: relative;
            z-index: 2;
            padding: 0px calc(var(--fluidPx) * 18); } }
  #top.top_v2 #satellite .satellite_bg {
    position: absolute;
    width: 60%;
    height: 600px;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 1; }
    @media only screen and (max-width: 480px) {
      #top.top_v2 #satellite .satellite_bg {
        width: 100%;
        height: 100vw;
        top: auto;
        bottom: 0; } }
    #top.top_v2 #satellite .satellite_bg img {
      object-fit: cover;
      height: 100%;
      width: 100%; }

.home #top.top_v2 #featured, .home #top.top_v2 #latest {
  background: #f2f2f2;
  max-width: inherit;
  margin: 0 auto;
  padding: calc(var(--fluidPx) * 60) calc(var(--fluidPx) * 60) 0 calc(var(--fluidPx) * 60); }
  @media only screen and (max-width: 480px) {
    .home #top.top_v2 #featured, .home #top.top_v2 #latest {
      padding: calc(var(--fluidPx) * 60) calc(var(--fluidPx) * 18); } }
  .home #top.top_v2 #featured .featured_inner, .home #top.top_v2 #latest .featured_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
  .home #top.top_v2 #featured .col, .home #top.top_v2 #latest .col {
    width: 100%;
    text-align: right; }
    .home #top.top_v2 #featured .col h2, .home #top.top_v2 #latest .col h2 {
      text-align: left; }
  .home #top.top_v2 #featured .col3, .home #top.top_v2 #latest .col3 {
    width: 100%;
    padding: 0; }
    @media only screen and (max-width: 480px) {
      .home #top.top_v2 #featured .col3 .thumb, .home #top.top_v2 #latest .col3 .thumb {
        display: none;
        margin-bottom: 0; }
        .home #top.top_v2 #featured .col3 .thumb:first-child, .home #top.top_v2 #latest .col3 .thumb:first-child {
          display: block; }
        .home #top.top_v2 #featured .col3 .thumb .img, .home #top.top_v2 #latest .col3 .thumb .img {
          height: auto; } }
    .home #top.top_v2 #featured .col3 .thumb p.meta, .home #top.top_v2 #latest .col3 .thumb p.meta {
      margin-bottom: 0; }

.home #top.top_v2 #latest {
  padding: calc(var(--fluidPx) * 60); }
  @media only screen and (max-width: 800px) {
    .home #top.top_v2 #latest .col {
      padding: 0; } }
  @media only screen and (max-width: 480px) {
    .home #top.top_v2 #latest {
      padding: calc(var(--fluidPx) * 60) calc(var(--fluidPx) * 18); } }
  .home #top.top_v2 #latest .thumb .img {
    aspect-ratio: 19/12; }
    .home #top.top_v2 #latest .thumb .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.home #top.top_v2 #companies {
  margin-top: calc(var(--fluidPx) * 60); }
  @media only screen and (max-width: 480px) {
    .home #top.top_v2 #companies {
      margin-top: calc(var(--fluidPx) * 60); } }
  .home #top.top_v2 #companies .col div {
    border: none;
    padding-bottom: 0; }
  .home #top.top_v2 #companies .slick-slider {
    width: calc(100% - 50px);
    margin: calc(var(--fluidPx) * 40) auto 0; }
    .home #top.top_v2 #companies .slick-slider .slick-prev, .home #top.top_v2 #companies .slick-slider .slick-next {
      width: 24px;
      height: 42px; }
    .home #top.top_v2 #companies .slick-slider .slick-prev:before {
      content: "";
      color: #1B1F53;
      width: 24px;
      height: 42px;
      display: block;
      background: url("../images/c_arrow.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .home #top.top_v2 #companies .slick-slider .slick-next:before {
      content: "";
      color: #1B1F53;
      width: 24px;
      height: 42px;
      display: block;
      background: url("../images/c_arrow.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.home #top.top_v2 #contact_us {
  background: #1B1F53;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: calc(var(--fluidPx) * 60); }
  @media only screen and (max-width: 480px) {
    .home #top.top_v2 #contact_us {
      padding: calc(var(--fluidPx) * 60) calc(var(--fluidPx) * 18); } }
  .home #top.top_v2 #contact_us .contact_us_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px;
    width: 100%; }
    .home #top.top_v2 #contact_us .contact_us_inner p {
      text-align: center;
      color: #fff; }
      @media only screen and (max-width: 480px) {
        .home #top.top_v2 #contact_us .contact_us_inner p br {
          display: none; } }
    .home #top.top_v2 #contact_us .contact_us_inner a {
      margin-right: 0;
      max-width: 300px;
      width: calc(100% - 16px);
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .home #top.top_v2 #contact_us .contact_us_inner a:after {
        display: none; }

@media only screen and (max-width: 480px) {
  footer .footer_bottom div {
    width: 100%; } }

footer #menu-policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media only screen and (max-width: 480px) {
    footer #menu-policy {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  footer #menu-policy a {
    margin-left: 1em; }
    @media only screen and (max-width: 480px) {
      footer #menu-policy a {
        margin: 0 .5em; } }

footer #sns {
  padding: 0 calc(var(--fluidPx) * 60); }
  footer #sns .sns_inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: right; }
    footer #sns .sns_inner a {
      margin-left: calc(var(--fluidPx) * 24); }

.jp #top.top_v2 section h2 {
  font-size: calc(var(--fluidPx) * 36); }

/*# sourceMappingURL=../maps/top_v2.css.map */
