@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

h1 {
  font-size: 50rem;
  font-size: calc(var(--fs) * 50);
  line-height: 80rem;
  line-height: calc(var(--fs) * 80);
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 22rem;
    line-height: 33rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 500rem) {
  h1 {
    font-size: 29rem;
    line-height: 58rem;
  }
}

h2 {
  font-size: 30rem;
}

h3 {
  font-size: 20rem;
  line-height: 34rem;
}

h4 {
  font-size: 18rem;
  line-height: 37rem;
}

section p, .navigation p {
  font-size: 18rem;
  line-height: 34rem;
}

img {
  width: 100%;
}

a {
  font-size: 16rem;
  color: rgb(6, 145, 217);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

main {
  background-color: rgb(248, 248, 248);
}

.fv {
  width: 100%;
  position: relative;
}
.fv .fv__img {
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv__inner {
  top: 45%;
  left: 10%;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    top: 25%;
    left: 18rem;
    width: -moz-max-content;
    width: max-content;
  }
}
.fv .fv__inner h1 {
  color: #fff;
  text-shadow: 0 0 10rem rgba(0, 0, 0, 0.7);
  margin-top: 30rem;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 500rem) {
  .sp {
    display: none !important;
  }
}

.sp__fv {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__fv {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 500rem) {
  .sp__fv {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .md {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 500rem) {
  .md {
    display: none !important;
  }
}

.navigation {
  background-color: #fff;
  width: 100%;
  height: 107rem;
}
@media screen and (max-width: 768px) {
  .navigation {
    height: auto;
    padding: 62rem 0;
  }
}
.navigation .navigation__inner {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: center;
  gap: 30rem;
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  .navigation .navigation__inner {
    flex-direction: column;
    padding: 0 20rem;
    box-sizing: border-box;
    gap: 8rem;
  }
}
.navigation .navigation__inner a {
  padding: 0 40rem;
  max-width: 275rem;
  width: 24%;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  height: 61rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  border: 2rem solid #0C99E5;
  color: #0C99E5;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .navigation .navigation__inner a {
    width: 100%;
    max-width: 100%;
  }
}
.navigation .navigation__inner a::before {
  content: "";
  position: absolute;
  width: 7rem;
  height: 7rem;
  transform: translateY(-50%) rotate(45deg);
  right: 20rem;
  top: 50%;
  border-right: 2rem solid #0C99E5;
  border-bottom: 2rem solid #0C99E5;
}
@media (hover: hover) and (pointer: fine) {
  .navigation .navigation__inner a:hover {
    opacity: 0.7;
  }
}

.press {
  padding-top: 96rem;
}
@media screen and (max-width: 768px) {
  .press {
    padding-top: 60rem;
  }
}
.press .press__inner {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  .press .press__inner {
    padding: 0 20rem;
    box-sizing: border-box;
  }
}
.press .press__inner h4 {
  margin-top: 48rem;
}
.press .press__inner p {
  margin-top: 48rem;
  font-weight: 400;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .press .press__inner p {
    margin-top: 30rem;
    font-size: 15rem;
    line-height: 30rem;
  }
}
.press .press__inner h3 {
  margin-top: 42rem;
  font-size: 20rem;
  line-height: 37rem;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .press .press__inner h3 {
    margin-top: 50rem;
  }
}
.press .press__inner img {
  max-width: 1080rem;
  margin: auto;
  width: 60%;
  margin-top: 42rem;
}
@media screen and (max-width: 768px) {
  .press .press__inner img {
    width: 100%;
  }
}
.press h2 {
  max-width: 1504rem;
  width: 100%;
  font-size: 30rem;
  position: relative;
  text-align: left;
  padding-left: 15rem;
}
@media screen and (max-width: 768px) {
  .press h2 {
    font-size: 23rem;
  }
}
.press h2::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 38rem;
  background-color: #0C99E5;
  left: -15rem;
  top: 7rem;
}
@media screen and (max-width: 768px) {
  .press h2::before {
    width: 3rem;
    height: 100%;
    left: 0;
    top: 2rem;
  }
}
.press h2, .press h3, .press h4 {
  color: rgb(6, 145, 217);
}
.press h3, .press h4, .press p {
  text-align: center;
}
.press .strength {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: 86rem;
}
@media screen and (max-width: 768px) {
  .press .strength {
    margin-top: 50rem;
  }
}
.press .strength p {
  font-size: 18rem;
  text-align: left;
  line-height: 40rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .press .strength p {
    text-align: center;
    font-size: 15rem;
    line-height: 30rem;
    padding-top: 0;
  }
}

.tech {
  margin-top: 50rem;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 100rem;
  background-image: url("../images/product/tech_bg.webp");
}
@media screen and (max-width:1099px) {
  .tech {
    height: auto;
    padding-bottom: 0rem;
  }
}
.tech h2 {
  max-width: 1504rem;
  width: 100%;
  color: #fff;
  padding-top: 100rem;
  position: relative;
  font-size: 30rem;
  padding-left: 15rem;
}
@media screen and (max-width:1099px) {
  .tech h2 {
    font-size: 23rem;
  }
}
.tech h2::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 38rem;
  background-color: #fff;
  left: -15rem;
  top: 106rem;
}
@media screen and (max-width: 768px) {
  .tech h2::before {
    width: 4rem;
    height: 30rem;
    left: 0;
    top: 103rem;
  }
}
.tech .tech__inner {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:1099px) {
  .tech .tech__inner {
    padding: 0 20rem;
    box-sizing: border-box;
    padding-bottom: 60rem;
  }
}
.tech .tech__inner h3, .tech .tech__inner p {
  text-align: center;
}
.tech .tech__inner h3 {
  margin-top: 58rem;
}
.tech .tech__inner p {
  margin-top: 20rem;
}
.tech .tech__inner h4, .tech .tech__inner p, .tech .tech__inner h3 {
  color: #fff;
}
.tech .tech__inner .tech__list {
  display: flex;
  justify-content: space-between;
  margin-top: 50rem;
  padding: 0 20rem;
  box-sizing: border-box;
}
@media screen and (max-width:1099px) {
  .tech .tech__inner .tech__list {
    flex-direction: column;
    gap: 50rem;
    padding: 0;
    margin-top: 30rem;
  }
}
.tech .tech__inner .tech__list .tech__item {
  max-width: 367rem;
  width: 31%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:1099px) {
  .tech .tech__inner .tech__list .tech__item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tech .tech__inner .tech__list .tech__item {
    display: block;
  }
}
.tech .tech__inner .tech__list .tech__item .img__bg {
  background-color: rgb(229, 246, 255);
  width: 100%;
  height: 325rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tech .tech__inner .tech__list .tech__item .img__bg {
    height: 319rem;
  }
}
.tech .tech__inner .tech__list .tech__item h4 {
  margin-top: 20rem;
}
.tech .tech__inner .tech__list .tech__item p {
  margin-top: 20rem;
  text-align: left;
  min-height: 170rem;
  font-size: 18rem;
  line-height: 34rem;
}
@media screen and (max-width:1099px) {
  .tech .tech__inner .tech__list .tech__item p {
    min-height: 0;
    height: auto;
  }
}
@media screen and (min-width: 768.1px) {
  .tech .tech__inner .tech__list .tech__item p {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .tech .tech__inner .tech__list .tech__item p {
    font-size: 15rem;
    line-height: 28rem;
    min-height: 0;
    height: auto;
  }
}
.tech .tech__inner .tech__list .tech__item .links {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .tech .tech__inner .tech__list .tech__item .links {
    margin-top: 30rem;
  }
}
.tech .tech__inner .tech__list .tech__item .links a {
  display: block;
  width: 100%;
  height: 45rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 600;
  margin-top: 12rem;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .tech .tech__inner .tech__list .tech__item .links a:hover {
    opacity: 0.7;
  }
}
.tech .tech__inner .tech__list .tech__item .links a:nth-child(1) {
  background-color: rgb(6, 145, 217);
  border: 1rem solid #fff;
  color: #fff;
}
.tech .tech__inner .tech__list .tech__item .links a:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-right: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  right: 16rem;
  top: 50%;
}
.tech .tech__inner .tech__list .tech__item .links a:nth-child(2) {
  background-color: #fff;
  color: rgb(6, 145, 217);
  margin-top: 12rem;
}
.tech .tech__inner .tech__list .tech__item .links a:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-right: 1rem solid rgb(6, 145, 217);
  border-bottom: 1rem solid rgb(6, 145, 217);
  transform: translateY(-50%) rotate(-45deg);
  right: 16rem;
  top: 50%;
}
.tech .tech__inner .tech__list .tech__item:nth-child(1) img {
  width: 356rem;
}
.tech .tech__inner .tech__list .tech__item:nth-child(2) img {
  width: 323rem;
}
.tech .tech__inner .tech__list .tech__item:nth-child(3) img {
  width: 360rem;
}

.production .production__inner {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  .production .production__inner {
    padding: 0 20rem;
    box-sizing: border-box;
  }
}
.production h2 {
  max-width: 1504rem;
  width: 100%;
  color: rgb(6, 145, 217);
  padding-top: 80rem;
  position: relative;
  font-size: 30rem;
  padding-left: 15rem;
}
@media screen and (max-width: 768px) {
  .production h2 {
    font-size: 23rem;
    padding-top: 60rem;
  }
}
.production h2::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 38rem;
  background-color: #0C99E5;
  left: -15rem;
  top: 86rem;
}
@media screen and (max-width: 768px) {
  .production h2::before {
    width: 4rem;
    height: 30rem;
    left: 0;
    top: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .production h2 + * {
    margin-top: 50rem !important;
  }
}
.production .production__item {
  display: flex;
  gap: 39rem;
  margin-top: 70rem;
}
@media screen and (max-width: 768px) {
  .production .production__item {
    flex-direction: column;
    gap: 30rem;
    margin-top: 60rem;
  }
}
.production .production__item:nth-of-type(3) {
  padding-bottom: 60rem;
  border-bottom: 1rem solid #707070;
}
.production .production__item:nth-of-type(3) .item__text {
  width: 100%;
}
.production .production__item .item__text {
  width: 512rem;
}
@media screen and (max-width: 768px) {
  .production .production__item .item__text {
    width: 100%;
  }
}
.production .production__item .item__text h3 {
  font-size: 20rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .production .production__item .item__text h3 {
    font-size: 20rem;
  }
}
.production .production__item .item__text p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 40rem;
  margin-top: 25rem;
}
@media screen and (max-width: 768px) {
  .production .production__item .item__text p {
    font-size: 15rem;
    line-height: 30rem;
    margin-top: 10rem;
  }
}
.production .production__item .item__img {
  width: 649rem;
}
@media screen and (max-width: 768px) {
  .production .production__item .item__img {
    width: 100%;
  }
}
.production .production__item .item__img img {
  width: 100%;
}
.production .mass .mass__item {
  display: flex;
  gap: 39rem;
  margin-top: 70rem;
}
.production .mass .mass__item:nth-of-type(2) {
  padding-bottom: 60rem;
  border-bottom: 1rem solid #707070;
}
@media screen and (max-width: 768px) {
  .production .mass .mass__item:nth-of-type(2) {
    margin-top: 60rem;
  }
}
.production .mass .mass__item .item__text {
  width: 100%;
}
.production .mass .mass__item .item__text h3 {
  font-size: 20rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .production .mass .mass__item .item__text h3 {
    font-size: 20rem;
  }
}
.production .mass .mass__item .item__text p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 40rem;
  margin-top: 25rem;
}
@media screen and (max-width: 768px) {
  .production .mass .mass__item .item__text p {
    font-size: 15rem;
    line-height: 30rem;
    margin-top: 10rem;
  }
}
.production .smart .smart__item {
  display: flex;
  gap: 39rem;
  margin-top: 70rem;
}
.production .smart .smart__item:nth-of-type(2) {
  padding-bottom: 200rem;
}
@media screen and (max-width: 768px) {
  .production .smart .smart__item:nth-of-type(2) {
    padding-bottom: 100rem;
    margin-top: 60rem;
  }
}
.production .smart .smart__item .item__text {
  width: 100%;
}
.production .smart .smart__item .item__text h3 {
  font-size: 20rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .production .smart .smart__item .item__text h3 {
    font-size: 20rem;
  }
}
.production .smart .smart__item .item__text p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 40rem;
  margin-top: 25rem;
}
@media screen and (max-width: 768px) {
  .production .smart .smart__item .item__text p {
    font-size: 15rem;
    line-height: 30rem;
    margin-top: 10rem;
  }
}
/*# sourceMappingURL=product.css.map */