@charset "UTF-8";
.sp {
  display: none;
}

.pc {
  display: block;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
th,
td,
dt,
dd,
pre,
legend,
input,
select,
textarea,
caption {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #2c2c2c;
}
p {
  margin: unset;
  font-size: 15px;
}
.box-1200 {
  width: 1200px;
  max-width: 100%;
  margin: 30px auto;
}

img,
a img,
fieldset {
  border: none;
  max-width: 100%;
}

body {
  margin: unset;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  background: #fff;
  overflow-x: hidden;
}

body .top .main {
  height: 35vw;
  min-height: 500px;
  max-height: 550px;
  overflow: hidden;
}

body .top .main .s01 {
  height: 35vw;
  min-height: 500px;
  max-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

body .top .main .s01 .bg_img {
  position: absolute;
  width: 60%;
  min-width: 740px;
  height: 100%;
  max-width: calc(100vw - 540px);
  -webkit-transform: skew(-13deg);
  top: 0;
  right: -5%;
}

body .top .main .s01 .bg_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* object-position: 32%; */
  right: 3%;
  -webkit-transform: skew(13deg);
}

body .top .main .s01 .main_txt {
  position: absolute;
  width: 65%;
  height: 100%;
  min-width: 650px;
  -webkit-transform: skew(-13deg);
  top: 0;
  left: -7%;
  background-color: #f2f7ff;
}

body .top .main .s01 .main_txt::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #014099;
  position: absolute;
  left: calc(-30vw - 370px);
  top: 0;
  z-index: 0;
}

body .top .main .s01 .main_txt div {
  left: 0%;
  width: 70%;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: skew(13deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: calc(-150px + 18vw);
  z-index: 1;
}

body .top .main .s01 .main_txt div h1 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 45px;
  white-space: normal;
  font-size: 37px;
  font-size: 2.7vw;
  font-size: clamp(37px, 2.7vw, 56px);
  line-height: 1.2;
  margin: unset;
}

body .top .main .s01 .main_txt div h1 p {
  font-size: 27px;
  font-size: 1.55vw;
  font-size: clamp(21px, 1.55vw, 32px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: bold;
  padding: unset;
  margin: unset;
}

body .top .main .s01 .main_txt div p {
  font-size: 18px;
  font-size: 1vw;
  font-size: clamp(18px, 1vw, 20px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: 500;
  padding-top: 1.3em;
  margin: unset;
}

body .top .main .s01 .main_txt div a {
  font-size: 15px;
  font-size: 0.8vw;
  font-size: clamp(15px, 0.8vw, 20px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: bold;
  padding-top: 1.3em;
}

body .top .main .s01 .main_txt div a div {
  -webkit-transform: unset;
  margin: unset;
  padding: unset;
  padding: 9px 13px 8px;
  background-color: #014099;
  display: block;
  width: 5em;
  color: #fff;
  height: unset;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .top .main .s01 .main_txt div a div::after {
  content: "";
  height: 0.6em;
  width: 0.6em;
  border: 2px solid #fff;
  border-left: unset;
  border-bottom: unset;
  position: absolute;
  right: 10px;
  margin-bottom: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .top .Products {
  text-align: center;
  width: 96%;
  margin: 0 auto;
  max-width: 980px;
}

body .top .Products h1 {
  margin: 50px auto 20px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 27px;
}

body .top .Products h1 div.h_line {
  width: 28px;
  height: 3px;
  text-align: center;
  margin: 5px auto 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#014099),
    color-stop(50%, #014099),
    color-stop(50%, #d9e9ff),
    to(#d9e9ff)
  );
  background: linear-gradient(
    90deg,
    #014099 0%,
    #014099 50%,
    #d9e9ff 50%,
    #d9e9ff 100%
  );
}

body .top .Products h1 p {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  color: #014099;
  font-weight: 500;
  margin-top: -5px;
}

body .top .Products div.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -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: 0 1em;
}

body .top .Products div.projects div.project {
  width: calc((100% - 2em) / 3);
  height: auto;
  aspect-ratio: 2/1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

body .top .Products div.projects div.project h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px;
}

body .top .Products div.projects div.project a.button_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #98c3ff solid 1px;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

body .top .Products div.projects div.project a.button_link:hover {
  opacity: 0.6;
}

body .top .Products div.projects div.project a.button_link::after {
  content: "";
  width: 3vw;
  height: 3vw;
  max-width: 32px;
  max-height: 32px;
  border-right: #014099 solid 2px;
  border-top: #014099 solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  content: unset;
}

body .top .Products div.projects div.project a.button_link p {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #014099;
}

body .top .Products div.projects div.project a.button_link .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: static;
  height: calc(100% - 6%);
  height: auto;
  padding: 1%;
  justify-content: center;
}

body .top .Products div.projects div.project a.button_link .category div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .top .Products div.projects div.project a.button_link .category div img {
  width: 25px;
  height: 25px;
  margin: unset;
  margin-right: 6px;
  padding: unset;
}

body .top .Products div.projects div.project a.button_link .category p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

body .top .Products div.projects div.project a.button_link img {
  max-height: 69px;
  padding: 2.5% 0 2%;
  margin: 0 auto;
  width: calc(78% - 150px);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 25%;
}

body .top .Products div.projects div.project a.button_link img.aguri {
  width: calc(86% - 150px);
}

body .top .Products .TS_sales {
  margin-top: 30px;
}
body .top .Products .TS_sales a:hover {
  opacity: 0.8;
}

body .top .Products .TS_sales div {
  background: url(/ja/common/img/ts_sales_bnr.jpg);
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 30%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1000px;
}

body .top .Products .TS_sales div div.ts_inner {
  background: unset;
  background-color: #014099a3;
  background: rgb(1, 64, 153);
  background: linear-gradient(
    90deg,
    rgba(1, 64, 153, 0.7) 0%,
    rgba(1, 55, 133, 0.5) 88%,
    rgba(0, 34, 83, 0) 100%
  );
  padding: 30px;
  padding-left: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: skew(-15deg);
  margin: 0 auto 0 -40px;
}

body .top .Products .TS_sales div div.ts_inner .ts_txt {
  -webkit-transform: skew(15deg);
  background: unset;
  width: unset;
  height: unset;
  position: static;
  overflow: unset;
  margin: unset;
}

body .top .Products .TS_sales div div.ts_inner .ts_txt h2 {
  font-size: 30px;
  color: #fff;
}

body .top .Products .TS_sales div div.ts_inner .ts_txt p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

body .top .Business {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  padding: 30px 0;
  background-color: #f2f7ff;
}

body .top .Business h1 {
  margin: 0px auto 20px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 27px;
}

body .top .Business h1 div.h_line {
  width: 28px;
  height: 3px;
  text-align: center;
  margin: 5px auto 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#014099),
    color-stop(50%, #014099),
    color-stop(50%, #d9e9ff),
    to(#d9e9ff)
  );
  background: linear-gradient(
    90deg,
    #014099 0%,
    #014099 50%,
    #d9e9ff 50%,
    #d9e9ff 100%
  );
}

body .top .Business h1 p {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  color: #014099;
  font-weight: 500;
  margin-top: 3px;
  text-align: center;
}

body .top .Business .bu_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 96%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
}

body .top .Business .bu_flex a {
  width: 32%;
}

body .top .Business .bu_flex a:hover {
  opacity: 0.8;
}

body .top .Business .bu_flex a .img_link_box {
  position: relative;
}

body .top .Business .bu_flex a .img_link_box::after {
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15%, rgba(255, 255, 255, 0)),
    to(#7b7b7b)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, #7b7b7b 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}

body .top .Business .bu_flex a .img_link_box div {
  position: absolute;
  bottom: 0;
  font-size: 27px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  width: 94%;
  padding: 0 3% 2%;
  z-index: 1;
  font-size: clamp(15px, 2.1vw, 21.5px);
  letter-spacing: -1px;
  white-space: nowrap;
}

body .top .Business .bu_flex a .img_link_box div p {
  font-size: 20px;
  color: #fff;
  width: 100%;
  font-weight: normal;
  white-space: normal;
  font-size: clamp(13px, 1.8vw, 16px);
  letter-spacing: 0;
  padding-right: 20px;
  margin: unset;
}

body .top .Business .bu_flex a .img_link_box div p::after {
  content: "";
  height: 0.6em;
  width: 0.6em;
  border: 2px solid #fff;
  border-left: unset;
  border-bottom: unset;
  position: absolute;
  right: 1em;
  bottom: 0.8em;
  margin-bottom: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .top .What_is_it {
  width: 96%;
  max-width: 980px;
  margin: 50px auto;
}

body .top .What_is_it div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .top .What_is_it div a {
  width: calc(45% - 20px);
  background: #014099;
  padding: 15px 5% 15px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

body .top .What_is_it div a:hover {
  opacity: 0.6;
}

body .top .What_is_it div a::after {
  content: "";
  height: 2.5vw;
  width: 2.5vw;
  max-width: 30px;
  max-height: 30px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #fff;
  border-left: unset;
  border-bottom: unset;
  position: absolute;
  right: 28px;
  margin-bottom: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .top .What_is_it div a p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

body .top .What_is_it div a p {
  font-size: clamp(15px, 2.2vw, 23px);
}

/* body .top .What_is_it div a:last-child p {
  font-size: clamp(13px, 2vw, 20px);
  text-align: center;
} */

body .top .etc {
  padding: 50px 0;
  background: #f2f7ff;
}

body .top .main .s01 .main_txt div h1::after {
  content: unset;
}

body .top .etc .etc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  width: 90%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .top .etc .etc_flex a {
  width: 50%;
}

body .top .etc .etc_flex a:hover {
  opacity: 0.8;
}

body .top .etc .etc_flex a .img_link_box {
  position: relative;
}

body .top .etc .etc_flex a .img_link_box::after {
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15%, #f5f5f500),
    to(#556884)
  );
  background: linear-gradient(180deg, #f5f5f500 15%, #556884 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.top .Products div.projects .TS_sales div a::after {
  content: "";
  width: 3vw;
  height: 3vw;
  max-width: 32px;
  max-height: 32px;
  border-right: #fff solid 2px;
  border-top: #fff solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
}

body .top .etc .etc_flex a .img_link_box div {
  position: absolute;
  bottom: 0;
  font-size: 27px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  width: calc(97% - 20px);
  padding: 0 3% 2%;
  z-index: 1;
  letter-spacing: -1px;
  white-space: nowrap;
  padding-right: 20px;
  font-size: clamp(15px, 2.5vw, 23px);
}

body .top .etc .etc_flex a .img_link_box div::after {
  content: "";
  height: 0.6em;
  width: 0.6em;
  border: 2px solid #fff;
  border-left: unset;
  border-bottom: unset;
  position: absolute;
  right: 1em;
  bottom: 0.8em;
  margin-bottom: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1120px) {
  body .top .main .s01 .bg_img {
    left: 450px;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body .top .Products div.projects {
    max-width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .top .Products div.projects div.project {
    width: 100%;
  }
  body .top .Products div.projects div.project a.button_link img {
    width: calc(96% - 140px);
    min-width: unset;
    margin-right: 15%;
    margin: 0 0 0 28%;
  }
  body .top .Products div.projects div.project a.button_link .category {
    /* justify-content: flex-start !important; */
  }
  body .top .Products div.projects div.project a.button_link img.aguri {
    min-width: 70%;
  }
  body .top .Products div.projects div.project a.button_link .category div img {
    width: 21px;
    height: 21px;
  }
  body .top .Products div.projects div.project a.button_link .category p {
    font-size: 13px;
  }
  body .top .Business .bu_flex {
    -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;
  }
  body .top .Business .bu_flex a {
    width: 80%;
    max-width: 450px;
    margin-bottom: 25px;
  }
  body .top .Business .bu_flex a:last-child {
    margin-bottom: unset;
  }
  body .top .Business .bu_flex a .img_link_box div {
    font-size: clamp(17px, 5.3vw, 27px);
  }
  body .top .Business .bu_flex a .img_link_box div p {
    font-size: clamp(14px, 4.8vw, 20px);
  }
  body .top .What_is_it div {
    -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;
  }
  body .top .What_is_it div a {
    width: calc(90% - 30px);
    padding: 30px;
    padding-right: 10%;
    height: 2rem;
  }
  body .top .What_is_it div a::after {
    right: 5%;
  }
  body .top .What_is_it div a:first-child {
    margin-bottom: 20px;
  }
  body .top .What_is_it div a p {
    text-align: center;
  }
  body .top .What_is_it div a p {
    font-size: clamp(15px, 4.2vw, 30px);
  }
  /* body .top .What_is_it div a:last-child p {
    font-size: clamp(13px, 3.5vw, 23px);
  } */
  body .top .etc .etc_flex a .img_link_box div::after {
    bottom: 0.6em;
  }
  body .top .etc .etc_flex {
    width: 100vw;
  }
  body .top .Products .TS_sales {
    margin-top: 30px;
  }
  body .top .Products .TS_sales div {
    background: url(/ja/common/img/bus-01.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 30%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 550px;
  }
  body .top .Products .TS_sales div div.ts_inner {
    width: 70%;
    min-width: 295px;
    padding: unset;
    margin: 0 auto 0 0;
    position: relative;
    -webkit-transform: skew(-13deg);
    left: -20px;
  }
  body .top .Products .TS_sales div div.ts_inner .ts_txt {
    background: unset;
    width: unset;
    height: unset;
    padding-left: 20px;
    position: static;
    overflow: unset;
    -webkit-transform: skew(13deg);
  }
  body .top .Products .TS_sales div div.ts_inner .ts_txt h2 {
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid #ffffff78;
  }
  body .top .Products .TS_sales div div.ts_inner .ts_txt p {
    font-size: 15px;
    color: #fff;
    padding: 5px 15px;
  }
  body .top .main {
    height: 25vw;
    min-height: 550px;
    overflow: hidden;
  }
  body .top .main .s01 {
    height: 25vw;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #e6f0ff;
  }
  body .top .main .s01 .bg_img {
    min-width: 100vw;
    -webkit-transform: unset;
    left: 0;
    -webkit-filter: opacity(0.4);
    filter: opacity(0.4);
  }
  body .top .main .s01 .bg_img img {
    right: 0;
    -webkit-transform: unset;
  }
  body .top .main .s01 .main_txt {
    width: 100%;
    min-width: unset;
    -webkit-transform: unset;
    left: 0;
    background-color: unset;
  }
  body .top .main .s01 .main_txt::after {
    content: unset;
    width: 100%;
    height: 100%;
    background-color: #014099;
    position: absolute;
    left: calc(-30vw - 370px);
    top: 0;
    z-index: 0;
  }
  body .top .main .s01 .main_txt div {
    width: 90%;
    -webkit-transform: unset;
  }
  body .top .main .s01 .main_txt div h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 45px;
    white-space: unset;
    font-size: 37px;
    font-size: 2.7vw;
    font-size: clamp(37px, 2.7vw, 56px);
    line-height: 1.3;
  }
  body .top .main .s01 .main_txt div h1 p {
    font-size: 27px;
    font-size: 1.55vw;
    font-size: clamp(21px, 1.55vw, 32px);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: bold;
    padding: unset;
  }
  body .top .main .s01 .main_txt div h1 span {
    white-space: normal;
  }
  body .top .main .s01 .main_txt div p {
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 500;
    padding-top: 1em;
  }
  body .top .main .s01 .main_txt div a {
    padding-top: 1em;
  }
  body .top .main .s01 .main_txt div a div {
    -webkit-transform: unset;
    margin: unset;
    padding: unset;
    padding: 9px 13px 8px;
    background-color: #014099;
    display: block;
    width: 5em;
    color: #fff;
    height: unset;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .top .main .s01 .main_txt div a div::after {
    content: "";
    height: 0.6em;
    width: 0.6em;
    border: 2px solid #fff;
    border-left: unset;
    border-bottom: unset;
    position: absolute;
    right: 10px;
    margin-bottom: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.top
  .main
  .s01
  .bg_img
  .main_txt
  .button
  .Products
  .category
  .TS_sales
  .Business
  .img_link
  .What_is_it
  .etc
  .button_link {
  display: block;
}
/*# sourceMappingURL=top.css.map */
