@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

.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;
}
.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;
}

.top .main {
  background: #014099;
  overflow: hidden;
}
.top .main .s01 {
  position: relative;
  background: #014099;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: auto;
}
.top .main .s01 .bg_img {
  background-color: #f2f7ff;
  transform: skew(-4deg);
  overflow: hidden;
  flex: 1 1 50%;
}
.top .main .s01 .bg_img div {
  height: 100%;
}
.top .main .s01 .bg_img ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  position: absolute;
  width: 115%;
  right: 0;
}

.top .main .s01 .bg_img li {
  height: 100%;
  text-align: center;
  position: relative;
  transform: skew(4deg);
}
.top .main .s01 .bg_img li b {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  padding: 24px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  color: #fff;
  text-shadow: 0 -1px 2px #333;
  font-size: 20px;
}

.top .main .s01 .bg_img img {
  width: auto;
  height: 105%;
  margin-left: auto;
  right: -20px;
  position: relative;
  opacity: 0;
}
.top .main .s01 .slick-slide img {
  max-width: none;
  opacity: 1;
  transition-duration: 0.4s;
  object-fit: cover;
}

.top .main .s01 .main_txt {
  flex: 0 0 620px;
  padding: 40px 40px;
  position: relative;
  transform: skew(-4deg);
  background-color: #f2f7ff;
  display: flex;
  justify-content: center;
  left: 1px;
}

.top .main .s01 .main_txt div {
  transform: skew(4deg);
  max-width: 1240px;
  margin: auto;
}

.top .main .s01 .main_txt h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #014099;
}
.top .main .s01 .main_txt h1 b {
  display: block;
  font-size: 40px;
  letter-spacing: -0.05em;
  font-weight: 600;
  white-space: nowrap;
}
.top .main .s01 .main_txt h1 em {
  font-style: normal;
  font-size: 23px;
  display: block;
  padding: 16px 40px;
}
.top .main .s01 .main_txt p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}
.top .main .s01 .main_txt a {
  font-size: 15px;
  font-weight: bold;
  padding-top: 1.3em;
  display: block;
}
.top .main .s01 .main_txt a em {
  padding: 9px 24px 8px 12px;
  font-style: normal;
  background-color: #014099;
  color: #fff;
  position: relative;
  display: inline-block;
}

.top .main .s01 .main_txt a em::after {
  content: "";
  height: 0.6em;
  width: 0.6em;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top .main .s01 .main_txt a:hover {
  opacity: 0.8;
}

x.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: 2.7vw;
  font-size: clamp(37px, 2.7vw, 56px);
  line-height: 1.2;
  margin: unset;
}

.top .Products {
  text-align: center;
  width: 96%;
  margin: 0 auto;
  max-width: 980px;
}

.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;
}

.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%
  );
}

.top .Products h1 p {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  color: #014099;
  font-weight: 500;
  margin-top: -5px;
}

.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: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1em;
}

.top .Products div.projects div.project {
  width: calc((100% - 2rem) / 3);
  -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: 0;
  position: relative;
}

.top .Products div.projects div.project h3 {
  text-align: left;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  margin: 0 0 15px;
}

.top .Products div.projects div.project a.button_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #98c3ff solid 1px;
  min-height: 70px;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  justify-content: center;
}

.top .Products div.projects div.project a.button_link:hover {
  opacity: 0.6;
}

.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;
}

.top .Products div.projects div.project a.button_link p {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #014099;
  width: fit-content;
}

.top .Products div.projects div.project a.button_link .category {
  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: justify;
  -ms-flex-pack: justify;
  position: static;
  height: calc(100% - 6%);
  height: auto;
  padding: 1%;
  justify-content: center;
  min-width: unset;
  text-align: center;
  width: fit-content;
  position: absolute;
  top: 11%;
  height: 2em;
}

.top .Products div.projects div.project a.button_link .category div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .Products div.projects div.project a.button_link .category div img {
  width: 25px;
  height: 25px;
  margin: unset;
  margin-right: 6px;
  padding: unset;
}

.top .Products div.projects div.project a.button_link .category p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.top .Products div.projects div.project a.button_link img {
  max-height: 69px;
  padding: 2em 0 2%;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.top .Products div.projects div.project a.button_link img.aguri {
  width: calc(86% - 150px);
}

.top .Products .TS_sales {
  margin-top: 30px;
}
.top .Products .TS_sales a:hover {
  opacity: 0.8;
}

.top .Products .TS_sales div {
  background: url(/ja/common/img/ts_sales_bnr.jpg);
  background-position: center right 50px;
  background-size: cover;
  width: 70%;
  height: 30%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1000px;
}

.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);
  transform: skew(-15deg);
  margin: 0 auto 0 -40px;
}

.top .Products .TS_sales div div.ts_inner .ts_txt {
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
  background: unset;
  width: unset;
  height: unset;
  position: static;
  overflow: unset;
  margin: unset;
}

.top .Products .TS_sales div div.ts_inner .ts_txt h2 {
  font-size: 30px;
  color: #fff;
}

.top .Products .TS_sales div div.ts_inner .ts_txt p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.top .Business {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  padding: 30px 0;
  background-color: #f2f7ff;
}

.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;
}

.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%
  );
}

.top .Business h1 p {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  color: #014099;
  font-weight: 500;
  margin-top: 3px;
  text-align: center;
}

.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;
}

.top .Business .bu_flex a {
  width: 32%;
}

.top .Business .bu_flex a:hover {
  opacity: 0.8;
}

.top .Business .bu_flex a .img_link_box {
  position: relative;
}

.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;
}

.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;
}

.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;
}

.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);
}

.top .What_is_it {
  width: 96%;
  max-width: 980px;
  margin: 50px auto;
}

.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;
}

.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;
}

.top .What_is_it div a:hover {
  opacity: 0.6;
}

.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);
}

.top .What_is_it div a p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.top .What_is_it div a p {
  font-size: clamp(15px, 2.2vw, 23px);
}

/* .top .What_is_it div a:last-child p {
  font-size: clamp(13px, 2vw, 20px);
  text-align: center;
} */

.top .etc {
  padding: 50px 0;
  background: #f2f7ff;
}

.top .main .s01 .main_txt div h1::after {
  content: unset;
}

.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;
}

.top .etc .etc_flex a {
  width: 50%;
}

.top .etc .etc_flex a:hover {
  opacity: 0.8;
}

.top .etc .etc_flex a .img_link_box {
  position: relative;
}

.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 .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);
}

.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);
}

.top .Products .TS_sales div.arrow::after {
  content: "";
  width: 3vw;
  height: 3vw;
  max-width: 52px;
  max-height: 52px;
  border-right: #fff solid 3px;
  border-top: #fff solid 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1120px) {
  .top .main .s01 .bg_img UL.S {
    display: block;
  }
  .top .main .s01 .bg_img UL.L {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .top .main .s01 .main_txt h1 b {
    font-size: 32px;
  }
  .top .main .s01 .main_txt h1 em {
    font-size: 18px;
  }
  .top .main .s01 .main_txt p .pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  .top .Products div.projects {
    max-width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .top .Products div.projects div.project {
    width: 100%;
    max-width: 330px;
  }
  .top .Products div.projects div.project a.button_link img {
    /* width: calc(96% - 140px); */
    min-width: unset;
    /* margin-right: 15%; */
  }
  .top .Products div.projects div.project a.button_link img.aguri {
    min-width: 70%;
  }
  .top .Products div.projects div.project a.button_link .category div img {
    width: 21px;
    height: 21px;
  }
  .top .Products div.projects div.project a.button_link .category p {
    font-size: 13px;
  }
  .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;
  }
  .top .Business .bu_flex a {
    width: 80%;
    max-width: 450px;
    margin-bottom: 25px;
  }
  .top .Business .bu_flex a:last-child {
    margin-bottom: unset;
  }
  .top .Business .bu_flex a .img_link_box div {
    font-size: clamp(17px, 5.3vw, 27px);
  }
  .top .Business .bu_flex a .img_link_box div p {
    font-size: clamp(14px, 4.8vw, 20px);
  }
  .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;
  }
  .top .What_is_it div a {
    width: calc(90% - 30px);
    padding: 30px;
    padding-right: 10%;
    height: 2rem;
  }
  .top .What_is_it div a::after {
    right: 5%;
  }
  .top .What_is_it div a:first-child {
    margin-bottom: 20px;
  }
  .top .What_is_it div a p {
    text-align: center;
  }
  .top .What_is_it div a p {
    font-size: clamp(15px, 4.2vw, 30px);
  }
/* .top .What_is_it div a:last-child p {
    font-size: clamp(13px, 3.5vw, 23px);
  } */
  .top .etc .etc_flex a .img_link_box div::after {
    bottom: 0.6em;
  }
  .top .etc .etc_flex {
    width: 100vw;
  }
  .top .Products .TS_sales {
    margin-top: 30px;
  }
  .top .Products .TS_sales div {
    /* background: url(/ja/common/img/bus-01.jpg); */
    /* background-position: center; */
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #58aee7;
    width: 100%;
    height: 30%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 550px;
    min-height: 150px;
  }
  .top .Products .TS_sales div div.ts_inner {
    width: 70%;
    min-width: 305px;
    padding: unset;
    margin: 0 auto 0 0;
    position: relative;
    -webkit-transform: skew(-13deg);
    transform: skew(-13deg);
    left: -20px;
  }
  .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);
    transform: skew(13deg);
  }
  .top .Products .TS_sales div div.ts_inner .ts_txt h2 {
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid #ffffff78;
  }
  .top .Products .TS_sales div div.ts_inner .ts_txt p {
    font-size: 15px;
    color: #fff;
    padding: 5px 15px;
  }

  /* .top .main {
  } */
  .top .main .s01 {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .top .main .s01 .bg_img {
    transform: skewX(0);
    flex: 0 0 auto;
    max-height: 50vh;
  }
  .top .main .s01 .bg_img ul {
    position: relative;
    width: 100%;
  }
  .top .main .s01 .bg_img img {
    transform: skewX(0);
    height: auto;
    width: 100%;
    right: 0;
  }
  .top .main .s01 .bg_img li {
    transform: skew(0deg);
  }
  .top .main .s01 .main_txt {
    padding: 24px 40px;
    text-align: center;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(242, 247, 255, 0.8);
  }
  /* .top .main .s01 .main_txt::after {
  } */
  .top .main .s01 .main_txt div {
    transform: skewX(0);
  }
  .top .main .s01 .main_txt h1 {
    text-align: center;
  }
}

.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 */

@media screen and (max-width: 540px) {
  .top .main .s01 {
    height: auto;
  }
  .top .main .s01 .main_txt {
    width: 92vw;
    box-sizing: border-box;
    padding: 24px 16px;
  }
  .top .main .s01 .main_txt h1 b {
    white-space: normal;
    font-size: 21px;
  }
  .top .main .s01 .main_txt p {
    font-size: 14px;
  }
  .top .main .s01 .bg_img {
    max-height: none;
  }
  .top .main .s01 .bg_img img {
    width: 180%;
  }
  .top .main .s01 .bg_img li b {
    display: none;
  }
  .top .Business .bu_flex a {
    width: 92%;
  }
}
