@charset "UTF-8";
/* KV */
.top-kv {
  position: relative;
}
.top-kv__img img {
  width: 100%;
}
.top-kv__over {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 26px 45px 24px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  white-space: nowrap;
}
.top-kv__txt {
  margin-right: -0.5em;
  font-size: 87px;
  font-size: min(8.5vw, 87px);
  font-weight: 500;
  line-height: 1.322;
}
.top-kv__txt--main {
  font-size: 95px;
  font-size: min(9vw, 95px);
  font-weight: 600;
  line-height: 1;
}
.top-kv__txt--main .small {
  font-size: 0.684em;
}
.top-kv__txt--sub {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 53px;
  margin: 10px auto 0;
  font-size: 45px;
  font-size: min(5vw, 45px);
  font-weight: 700;
  line-height: 1.1;
}
.top-kv__txt--sub::before, .top-kv__txt--sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  width: 44px;
  border-top: solid 1px;
}
.top-kv__txt--sub::before {
  left: 0;
}
.top-kv__txt--sub::after {
  right: 0;
}

@media screen and (min-width: 768px) {
  .top-kv .top-nav {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .top-kv__over {
    -webkit-transform: translate(-50%, -31.78%);
            transform: translate(-50%, -31.78%);
  }
}
@media screen and (max-width: 767px) {
  .top-kv__over {
    left: 0;
    top: 66vw;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 3.5% 0 4.28%;
  }
  .top-kv__txt {
    font-size: 40px;
    font-size: min(10.67vw, 68px);
  }
  .top-kv__txt--main {
    font-size: 45px;
    font-size: min(12vw, 76px);
  }
  .top-kv__txt--main .small {
    font-size: 0.822em;
  }
  .top-kv__txt--main .big {
    font-size: 1.111em;
  }
  .top-kv__txt--sub {
    padding: 0 37px;
    margin-top: 0.4em;
    font-size: 30px;
    font-size: min(8vw, 36px);
  }
  .top-kv__txt--sub::before, .top-kv__txt--sub::after {
    width: 30px;
  }
}
/* INTRO */
.top-intro {
  padding: 130px 0;
}
.top-intro__ttl {
  margin-bottom: 27px;
  color: #ccc;
  font-size: 64px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
  white-space: nowrap;
}
.top-intro__img {
  position: absolute;
  right: 0;
  top: 95px;
  width: 46.43%;
}
.top-intro__txt {
  max-width: 500px;
  width: 45.45%;
}
.top-intro__link {
  margin-top: 50px;
}

@media screen and (min-width: 1180px) {
  .top-intro__img {
    width: 59.1%;
  }
}
@media screen and (max-width: 767px) {
  .top-intro {
    padding: 80px 0 75px;
  }
  .top-intro__ttl {
    margin-bottom: 20px;
    font-size: 40px;
    font-size: min(10.67vw, 50px);
  }
  .top-intro__img {
    position: static;
    width: auto;
    margin-bottom: 25px;
  }
  .top-intro__txt {
    max-width: none;
    width: 100%;
  }
  .top-intro__link {
    margin-top: 30px;
    text-align: center;
  }
}
/* NEWS お知らせ */
.top-news__cont {
  position: relative;
  padding: 55px 50px 35px;
}
.top-news__cont::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: -webkit-gradient(linear, left top, right top, from(#e3d5bf), to(#faf4e8));
  background: linear-gradient(to right, #e3d5bf, #faf4e8);
}
.top-news .news-list__item {
  border-bottom-color: #fff;
}
.top-news .news-list__item:first-child {
  border-top-color: #fff;
}
.top-news__link {
  margin-top: 35px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .top-news {
    background: -webkit-gradient(linear, left top, right top, from(#e3d5bf), to(#faf4e8));
    background: linear-gradient(to right, #e3d5bf, #faf4e8);
  }
  .top-news__cont {
    padding: 35px 2.82%;
  }
  .top-news__cont::before {
    display: none;
  }
  .top-news__link {
    text-align: center;
  }
}
.news-list a {
  color: inherit;
  text-decoration: none;
}
.news-list__item {
  border-bottom: solid 1px #122c4f;
}
.news-list__item:first-child {
  border-top: solid 1px #122c4f;
}
.news-list__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.813em;
  padding: 18px 25px;
}
.news-list__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.267em;
  font-size: 0.938em;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.1;
}
.news-list__ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .news-list__itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    padding: 11px 5px;
  }
}
/* WATER JET */
.top-wj {
  padding: 135px 0 125px;
  padding: 110px 0 60px;
}
.top-wj__cat {
  width: 57%;
}
.top-wj__cont1 {
  position: relative;
}
.top-wj__img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 42.857%;
}
.top-wj__txt {
  max-width: 550px;
  width: 50%;
}
.top-wj__cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.73%;
  margin-top: 65px;
}
.top-wj__link {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 1180px) {
  .top-wj__img1 {
    width: 54.55%;
  }
}
@media screen and (max-width: 767px) {
  .top-wj {
    padding: 75px 0;
    padding: 55px 0 35px;
  }
  .top-wj__cat {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .top-wj__img1 {
    position: static;
    width: auto;
    margin-bottom: 28px;
  }
  .top-wj__txt {
    max-width: none;
    width: 100%;
  }
  .top-wj__cont2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0 2.82%;
    margin-top: 28px;
    text-align: center;
  }
  .top-wj__link {
    margin-top: 35px;
  }
}
/* COMPANY */
.top-company {
  padding: 75px 0 0;
}
.top-company__link {
  margin-top: 55px;
}
.top-company__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.73%;
  margin-top: 70px;
}
.top-company__img1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-company__img2 {
  width: 37.27%;
}

.company-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px 70px;
}
.company-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  max-width: 48%;
  width: 345px;
  height: 140px;
  padding: 22px 5px;
  border: solid 1px #c63434;
  background: #fff;
}
.company-data__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92px;
  width: 27.46%;
}
.company-data__icon.is-wide {
  position: relative;
  left: -10px;
}
.company-data__txt {
  font-size: 24px;
  font-size: min(1.82vw, 24px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.company-data__txt > span {
  display: block;
}
.company-data__txt > span + span {
  margin-top: 15px;
}
.company-data__txt .strong {
  color: #c63434;
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .top-company {
    padding: 75px 0;
    padding: 35px 0;
  }
  .top-company__link {
    margin-top: 35px;
  }
  .top-company__imgWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 35px;
    text-align: center;
  }
  .top-company__img1 img {
    max-width: none;
    width: 105.8%;
    margin: 0 -2.9%;
  }
  .top-company__img2 {
    width: 85.92%;
    margin: 0 auto;
  }
  .company-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .company-data__item {
    gap: 3px;
    max-width: 280px;
    width: 72.96%;
    height: 105px;
    padding: 8px 0.2em;
  }
  .company-data__icon {
    -webkit-transform: scale(0.76);
            transform: scale(0.76);
    width: 82px;
  }
  .company-data__txt {
    font-size: 18px;
    font-size: min(4.8vw, 18px);
  }
  .company-data__txt > span + span {
    margin-top: 12px;
  }
}
/* ACCESS */
.top-access {
  padding: 70px 0 55px;
  background: -webkit-gradient(linear, left top, right top, from(#e3d5bf), to(#faf4e8));
  background: linear-gradient(to right, #e3d5bf, #faf4e8);
}
.top-access__map {
  margin-bottom: 45px;
}
.top-access__cont1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}
.top-access__txt {
  width: 33.82%;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
}
.top-access__txt .lb {
  margin-bottom: 3px;
  font-size: 1.15em;
  font-weight: 700;
}
.top-access__imgWrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 66.18%;
}
.top-access__img1 {
  width: 34.066%;
}
.top-access__imgWrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.66%;
  width: 61.813%;
}
.top-access__cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.682%;
}
.top-access__link {
  margin-top: 55px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-access {
    padding: 35px 0;
  }
  .top-access__map {
    margin: 0 -2.9% 28px;
  }
  .top-access__cont1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 6.48%;
    margin-bottom: 25px;
  }
  .top-access__txt {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .top-access__txt .lb {
    margin-bottom: 3px;
    font-size: 1.2em;
  }
  .top-access__imgWrap1 {
    width: 100%;
  }
  .top-access__img1 {
    width: 55%;
  }
  .top-access__imgWrap2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 40.13%;
  }
  .top-access__cont2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    width: 69%;
    margin: 0 auto;
    text-align: center;
  }
  .top-access__link {
    margin-top: 35px;
  }
}/*# sourceMappingURL=style_top.css.map */