@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
#top .c-slider__catchcopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.u-taL {
  text-align: left !important; }

.u-taC {
  text-align: center !important; }
  @media screen and (max-width: 568px) {
    .u-taC--xs-taL {
      text-align: left !important; } }
  @media screen and (max-width: 768px) {
    .u-taC--sm-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1024px) {
    .u-taC--md-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1280px) {
    .u-taC--lg-taL {
      text-align: left !important; } }

.u-taR {
  text-align: right !important; }

.u-only-xs {
  display: none !important; }
  @media screen and (max-width: 568px) {
    .u-only-xs {
      display: block !important; } }

.u-only-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-only-sm {
      display: block !important; } }
  @media screen and (max-width: 568px) {
    .u-only-sm {
      display: none !important; } }

.u-only-md {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .u-only-md {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    .u-only-md {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .u-only-lg {
    display: none !important; } }

.u-under-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-under-sm {
      display: block !important; } }

.u-not-under-sm {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .u-not-under-sm {
      display: none !important; } }

.u-overflow-hidden {
  overflow: hidden !important; }

body {
  margin-top: 0; }

#top .p-mainVisual {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  font-family: serif; }
  @media screen and (max-width: 1200px) {
    #top .p-mainVisual {
      height: 900px; } }
  @media screen and (max-width: 1024px) {
    #top .p-mainVisual {
      height: 700px; } }
  @media screen and (max-width: 768px) {
    #top .p-mainVisual {
      height: 700px; } }
  #top .p-mainVisual__bg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
  #top .p-mainVisual__video {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    display: block; }
    @media screen and (max-width: 1280px) {
      #top .p-mainVisual__video {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
        height: 100%; } }
  #top .p-mainVisual__swipe {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(436 / 1063 * 100%);
    background-color: #FFFFFF;
    line-height: 0; }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__swipe {
        top: 23px;
        transform: none;
        width: 296px; } }
    #top .p-mainVisual__swipe-inner {
      width: 100%;
      height: 100%; }
    #top .p-mainVisual__swipe-wrap {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: -125px; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__swipe-wrap {
          right: -30px; } }
    #top .p-mainVisual__swipe-item {
      width: 100%;
      height: 23.6vw;
      max-height: 500px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__swipe-item {
          height: 205px; } }
  #top .p-mainVisual__catch {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    max-width: 470px;
    letter-spacing: 0.06em;
    width: 100%;
    color: #FFFFFF; }
    @media screen and (max-width: 1200px) {
      #top .p-mainVisual__catch {
        left: 30px;
        transform: translateY(-50%); } }
    @media screen and (max-width: 1024px) {
      #top .p-mainVisual__catch {
        max-width: 400px; } }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__catch {
        top: auto;
        bottom: 54px;
        transform: none; } }
    @media screen and (max-width: 568px) {
      #top .p-mainVisual__catch {
        max-width: calc(100% - 30px);
        left: 0;
        padding: 0 15px 0 30px; } }
    #top .p-mainVisual__catch-heading {
      font-size: 54px;
      margin-bottom: 18px;
      text-shadow: 2px 2px 3px #333333; }
      @media screen and (max-width: 1024px) {
        #top .p-mainVisual__catch-heading {
          font-size: 36px; } }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__catch-heading {
          font-size: 28px; } }
      #top .p-mainVisual__catch-heading small {
        font-size: 32px; }
        @media screen and (max-width: 1024px) {
          #top .p-mainVisual__catch-heading small {
            font-size: 26px; } }
        @media screen and (max-width: 768px) {
          #top .p-mainVisual__catch-heading small {
            font-size: 22px; } }
    #top .p-mainVisual__catch-desc {
      font-size: 18px;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__catch-desc {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__catch-desc {
          font-size: 14px; } }
  #top .p-mainVisual__scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: 105px;
    right: -55px;
    transform: rotate(90deg); }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__scroll {
        bottom: 125px;
        right: -68px; } }
    #top .p-mainVisual__scroll-txt {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.05em;
      display: inline-block;
      margin-right: 12px; }
    #top .p-mainVisual__scroll-bar {
      display: inline-block;
      width: 100px;
      height: 2px;
      background-color: #CCCCCC;
      position: relative;
      overflow: hidden; }
      #top .p-mainVisual__scroll-bar:before {
        content: '';
        width: 50%;
        height: 2px;
        position: absolute;
        top: 0;
        left: -50%;
        display: inline-block;
        background-color: #003E7E; }

#top .c-slider {
  padding: 0;
  line-height: 0;
  overflow: hidden;
  height: 100%; }
  #top .c-slider li {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  #top .c-slider__catchcopy {
    font-size: 48px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    width: 70%; }
    @media screen and (max-width: 568px) {
      #top .c-slider__catchcopy {
        width: 85%;
        font-size: 30px; } }
  #top .c-slider .slick-prev, #top .c-slider .slick-next {
    z-index: 1; }
  #top .c-slider .slick-prev {
    left: 25px; }
  #top .c-slider .slick-next {
    right: 25px; }

#top #wrapper {
  padding: 0 0; }
  @media screen and (max-width: 1200px) {
    #top #wrapper {
      padding: 60px 0 0; } }

@media screen and (max-width: 768px) {
  #top .l-section {
    padding-top: 40px; } }

#top .p-kv {
  position: relative;
  background-size: cover;
  height: 700px; }
  @media screen and (max-width: 768px) {
    #top .p-kv {
      height: 500px; } }
  #top .p-kv__catch {
    position: absolute;
    top: 70%;
    left: 25%;
    transform: translate(-50%, -50%);
    max-width: 544px;
    width: 100%;
    letter-spacing: .1em;
    font-family: 'Zen Kaku Gothic New',sans-serif;
    color: #fff; }
    @media screen and (max-width: 1200px) {
      #top .p-kv__catch {
        left: 30px;
        transform: translateY(-50%); } }
    @media screen and (max-width: 1024px) {
      #top .p-kv__catch {
        width: 400px;
        top: auto;
        bottom: 30px;
        transform: none; } }
    @media screen and (max-width: 568px) {
      #top .p-kv__catch {
        width: 340px;
        top: auto;
        bottom: 30px;
        transform: none; } }
    #top .p-kv__catch-heading {
      font-size: 50px;
      line-height: 1.9;
      margin-bottom: 18px; }
      @media screen and (max-width: 1024px) {
        #top .p-kv__catch-heading {
          font-size: 36px; } }
      @media screen and (max-width: 768px) {
        #top .p-kv__catch-heading {
          font-size: 28px; } }
    #top .p-kv__catch-desc {
      font-size: 18px; }
      @media screen and (max-width: 768px) {
        #top .p-kv__catch-desc {
          font-size: 14px; } }
  #top .p-kv__heading {
    position: absolute;
    bottom: 0;
    padding: 35px 0;
    font-size: 50px;
    line-height: 1.9;
    color: #fff;
    letter-spacing: .1em;
    font-family: 'Zen Kaku Gothic New',sans-serif; }
    @media screen and (max-width: 1200px) {
      #top .p-kv__heading {
        font-size: 48px;
        padding: 15px; } }
    @media screen and (max-width: 768px) {
      #top .p-kv__heading {
        font-size: 30px; } }
    @media screen and (max-width: 568px) {
      #top .p-kv__heading {
        line-height: 1.75; } }
    #top .p-kv__heading--en {
      text-align: center;
      font-size: 42px;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #top .p-kv__heading--en {
          font-size: 32px; } }
      #top .p-kv__heading--en span {
        display: block;
        font-size: 0.5em; }
  @media screen and (max-width: 1024px) {
    #top .p-kv__grid {
      -ms-flex-pack: center;
          justify-content: center; } }
  #top .p-kv__rikugi {
    max-width: 500px;
    margin: 0 auto; }
    @media screen and (max-width: 568px) {
      #top .p-kv__rikugi {
        max-width: 380px; } }
  #top .p-kv__text {
    max-width: 500px;
    text-align: center; }
  #top .p-kv .p-slider__item {
    height: 700px; }
    @media screen and (max-width: 768px) {
      #top .p-kv .p-slider__item {
        height: 500px; } }
  #top .p-kv .p-slider__box {
    -o-object-position: center;
       object-position: center;
    max-height: 700px;
    -o-object-fit: contain;
       object-fit: contain;
    height: 700px;
    width: auto; }
    #top .p-kv .p-slider__box img {
      margin: 0 auto;
      width: auto;
      height: 100%; }
  #top .p-kv .l-section {
    padding-top: 0;
    padding-bottom: 0; }

#top #wrapper {
  padding: 0 0; }
  @media screen and (max-width: 1200px) {
    #top #wrapper {
      padding: 60px 0 0; } }

@media screen and (max-width: 1280px) {
  #top #newslist {
    padding: 0;
    width: 100%;
    position: initial; } }

@media screen and (max-width: 768px) {
  #top #newslist {
    padding: 0;
    width: 100%;
    position: initial; } }

@media screen and (max-width: 1200px) {
  #top #newslist .c-newslist__wrap {
    margin-bottom: 0;
    margin-top: 0; } }

#top .p-service__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

#top .p-service__list {
  padding: 0 10px;
  padding-top: 40px; }

#top .p-service__item {
  padding: 0 5px;
  margin-bottom: 10px; }

#top .p-service__slider button {
  display: none !important; }
  #top .p-service__slider button::before {
    display: none !important; }

#top .p-case__heading {
  padding-bottom: 20px;
  margin-bottom: 0px; }
  @media screen and (max-width: 568px) {
    #top .p-case__heading {
      padding-bottom: 0px; } }

#top .p-case__btn {
  padding-top: 30px; }

#top .p-caseList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px 0;
  overflow: hidden; }

#top .c-card02__thumb img {
  height: 240px;
  width: 100%; }

#top .p-case__slider {
  display: -ms-flexbox;
  display: flex;
  margin: auto; }

#top .p-case__item {
  display: block;
  height: auto;
  border-radius: 10px;
  margin: 0 10px 30px 0;
  padding-left: 20px; }
  @media screen and (max-width: 568px) {
    #top .p-case__item {
      width: 25vw; } }

#top .p-case__link {
  width: 400px; }

#top .l-bgImageArea {
  background-image: url("/inc/image/top/img_bg.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat; }

#top .p-featurs__bg {
  background-image: url("/inc/image/common/img_bg_02.jpg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative; }

@media screen and (max-width: 1024px) {
  #top .p-featurs__inner {
    padding: 40px 15px 0 15px; } }

@media screen and (max-width: 768px) {
  #top .p-featurs__inner {
    text-align: center; } }

@media screen and (max-width: 568px) {
  #top .p-featurs__sp {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

#top .p-featurs__pic {
  position: absolute;
  top: -10%;
  left: 55%;
  width: 26%; }
  @media screen and (max-width: 568px) {
    #top .p-featurs__pic img {
      width: 100%;
      height: 100%;
      -o-object-fit: cver;
         object-fit: cver;
      display: block; } }
  @media screen and (max-width: 1500px) {
    #top .p-featurs__pic {
      width: 36%; } }
  @media screen and (max-width: 1280px) {
    #top .p-featurs__pic {
      width: 40%; } }
  @media screen and (max-width: 834px) {
    #top .p-featurs__pic {
      position: static;
      width: 100%; } }
  @media screen and (max-width: 568px) {
    #top .p-featurs__pic {
      padding: 0;
      aspect-ratio: 3 / 2;
      overflow: hidden;
      width: 100%; } }

@media screen and (max-width: 768px) {
  #top .p-service__inner {
    text-align: center; } }

#top .p-service__title {
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  @media screen and (max-width: 768px) {
    #top .p-service__title {
      text-align: center; } }

@media screen and (max-width: 768px) {
  #top .p-service__text {
    text-align: start; } }

@media screen and (max-width: 768px) {
  #top .p-service__link {
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  #top .p-company__inner {
    text-align: center;
    padding: 40px 15px 0 15px; } }

@media screen and (max-width: 768px) {
  #top .p-company__text {
    text-align: start; } }

@media screen and (max-width: 768px) {
  #top .p-company__link {
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  #top .p-strength__inner {
    text-align: center; } }

@media screen and (max-width: 768px) {
  #top .p-strength__text {
    text-align: start; } }

@media screen and (max-width: 768px) {
  #top .p-strength__link {
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  #top #newslist {
    padding-top: 100px;
    margin-top: 0px;
    padding-top: 0; } }

#top .c-newslist {
  display: none; }
  #top .c-newslist--newslistActive {
    display: block; }

#top .p-newsArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 1280px) {
    #top .p-newsArea--top {
      padding-top: 40px; } }
  @media screen and (max-width: 1024px) {
    #top .p-newsArea {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media screen and (max-width: 768px) {
    #top .p-newsArea {
      display: -ms-flexbox !important;
      display: flex !important;
      overflow: hidden;
      display: contents;
      -ms-flex-align: center;
          align-items: center; } }
  #top .p-newsArea__list {
    width: 100%;
    max-width: 871px; }
  #top .p-newsArea__title {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding-right: 40px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px; }
    @media screen and (max-width: 1024px) {
      #top .p-newsArea__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        padding-right: 0;
        -ms-flex-preferred-size: initial;
            flex-basis: initial; } }
    @media screen and (max-width: 768px) {
      #top .p-newsArea__title {
        display: contents;
        text-align: center; } }
  #top .p-newsArea__link {
    position: relative;
    font-weight: 600;
    color: #333333;
    padding-left: 25px; }
    @media screen and (max-width: 1024px) {
      #top .p-newsArea__link {
        border: 1px solid #003E7E;
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 11px 14px 11px 39px; } }
    @media screen and (max-width: 768px) {
      #top .p-newsArea__link {
        font-size: 14px; } }
    #top .p-newsArea__link:before {
      content: "\f022";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #003E7E; }
      @media screen and (max-width: 1024px) {
        #top .p-newsArea__link:before {
          left: 14px; } }
    #top .p-newsArea__link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #003E7E;
      transform: scale(1, 1);
      transform-origin: left top;
      transition: transform .3s; }
      @media screen and (max-width: 1024px) {
        #top .p-newsArea__link:after {
          display: none; } }
    #top .p-newsArea__link:hover {
      color: #003E7E;
      opacity: 1; }
      #top .p-newsArea__link:hover:after {
        transform-origin: right top;
        transform: scale(0, 1); }
  #top .p-newsArea__tab {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #top .p-newsArea__tab {
        padding: 15px 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    #top .p-newsArea__tab li {
      margin-right: 12px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        #top .p-newsArea__tab li {
          margin-right: 7px;
          margin-bottom: 0; } }
      #top .p-newsArea__tab li:last-child {
        margin-right: 0; }
    @media screen and (max-width: 768px) {
      #top .p-newsArea__tab__wrapper {
        overflow-x: scroll;
        white-space: nowrap;
        position: relative; } }
    #top .p-newsArea__tab__item {
      display: inline-block;
      color: #FFFFFF;
      padding: 8px 22px;
      background-color: #003E7E;
      border-radius: 10px;
      font-weight: 600;
      transition: all 0.2s ease; }
      @media screen and (max-width: 768px) {
        #top .p-newsArea__tab__item {
          font-size: 13px; } }
      #top .p-newsArea__tab__item:hover {
        background-color: #003E7E;
        color: #FFFFFF;
        opacity: 1; }
      #top .p-newsArea__tab__item--current {
        background-color: #003E7E;
        color: #FFFFFF; }
    #top .p-newsArea__tab__btn {
      display: none; }
      @media screen and (max-width: 768px) {
        #top .p-newsArea__tab__btn {
          width: 45px;
          height: 59.5px;
          background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
          position: absolute;
          right: 0;
          z-index: 1;
          top: 0; } }
      #top .p-newsArea__tab__btn:after {
        content: "\f101";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #003E7E;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 14px; }
      @media screen and (max-width: 768px) {
        #top .p-newsArea__tab__btn--active {
          display: block; } }

@media screen and (max-width: 768px) {
  #top .p-sns {
    padding: 0 15px;
    margin-bottom: 30px; } }

#top .p-sns__content {
  text-align: center;
  font-family: 'Yu Mincho';
  border: 1px solid #CCCCCC;
  padding: 30px; }
  #top .p-sns__content p {
    font-size: 20px;
    margin-bottom: 0.3em; }
    @media screen and (max-width: 768px) {
      #top .p-sns__content p {
        font-size: 16px; } }

#top .p-sns__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2%; }
  @media screen and (max-width: 768px) {
    #top .p-sns__btn {
      display: -ms-grid;
      display: grid; } }
  @media screen and (max-width: 768px) {
    #top .p-sns__btn li {
      padding-top: 10px; } }

#top .mb-40 {
  margin-bottom: 40px; }

#top .mt-20 {
  margin-top: 20px; }

#top .mt-40 {
  margin-top: 40px; }

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