@charset "UTF-8";
/* line 3, products-common.scss */
:target {
  scroll-margin-top: 100px; }
  @media screen and (max-width: 800px) {
    /* line 3, products-common.scss */
    :target {
      scroll-margin-top: 90px; } }

/* line 11, products-common.scss */
.en-title {
  margin-bottom: 20px; }
  @media screen and (max-width: 800px) {
    /* line 11, products-common.scss */
    .en-title {
      top: -15px;
      font-size: 28px;
      line-height: 1.07;
      margin-bottom: 25px; } }

/* line 22, products-common.scss */
article h2 {
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 72px;
  padding-top: 32px; }
  @media screen and (max-width: 800px) {
    /* line 22, products-common.scss */
    article h2 {
      font-size: 22px;
      line-height: 1.45;
      padding-top: 20px;
      margin-bottom: 56px; } }
  /* line 33, products-common.scss */
  article h2::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 7px;
    background-color: #005EAF;
    content: ""; }
    @media screen and (max-width: 800px) {
      /* line 33, products-common.scss */
      article h2::before {
        width: 16px; } }

/* line 49, products-common.scss */
#products01 {
  padding-top: 90px;
  padding-bottom: 140px;
  z-index: 10; }
  @media screen and (max-width: 800px) {
    /* line 49, products-common.scss */
    #products01 {
      padding-top: 40px;
      padding-bottom: 60px; } }
  /* line 57, products-common.scss */
  #products01 h3 {
    display: inline-block;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    background-color: #005EAF;
    padding: 0 8px;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      /* line 57, products-common.scss */
      #products01 h3 {
        font-size: 18px;
        line-height: 1.2;
        padding: 4px 6px;
        margin-bottom: 30px; } }
  /* line 73, products-common.scss */
  #products01 h4 {
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 25px; }
    @media screen and (max-width: 800px) {
      /* line 73, products-common.scss */
      #products01 h4 {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0;
        margin-bottom: 20px; } }
  /* line 85, products-common.scss */
  #products01 p.read-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      /* line 85, products-common.scss */
      #products01 p.read-title {
        font-size: 21px;
        line-height: 1.42;
        margin-bottom: 30px; } }

/* line 99, products-common.scss */
.pagelink {
  width: 100%;
  margin: 0 auto 95px; }
  @media screen and (max-width: 800px) {
    /* line 99, products-common.scss */
    .pagelink {
      margin-bottom: 75px; } }
  /* line 105, products-common.scss */
  .pagelink ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 800px) {
      /* line 105, products-common.scss */
      .pagelink ul {
        flex-wrap: wrap;
        gap: 0 4.8%; } }
    /* line 114, products-common.scss */
    .pagelink ul li {
      width: 100%;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 800px) {
        /* line 114, products-common.scss */
        .pagelink ul li {
          width: 47.6%; } }
      /* line 121, products-common.scss */
      .pagelink ul li a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 55px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        text-decoration: none;
        border-bottom: 1px solid #B5B8BC;
        padding: 0 40px 0 20px;
        transition: color 0.3s ease-out; }
        @media screen and (min-width: 800px) {
          /* line 135, products-common.scss */
          .pagelink ul li a:hover {
            color: #0E3E6A;
            font-weight: 700;
            text-decoration: underline; } }
        @media screen and (max-width: 800px) {
          /* line 121, products-common.scss */
          .pagelink ul li a {
            font-size: 13px;
            padding: 0 18px 0 0; } }
        /* line 145, products-common.scss */
        .pagelink ul li a::after {
          position: absolute;
          top: 50%;
          right: 20px;
          translate: 0 -50%;
          width: 13px;
          height: 14px;
          content: "";
          background-color: #005EAF;
          mask-image: url("../img/arrow_d.svg");
          mask-repeat: no-repeat;
          mask-position: center top;
          mask-size: cover; }
          @media screen and (max-width: 800px) {
            /* line 145, products-common.scss */
            .pagelink ul li a::after {
              right: 0; } }

/* line 169, products-common.scss */
.read-products {
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    /* line 169, products-common.scss */
    .read-products {
      margin-bottom: 56px; } }

/* line 176, products-common.scss */
.products-bottom p {
  margin-bottom: 40px; }
  /* line 178, products-common.scss */
  .products-bottom p:last-child {
    margin-bottom: 0; }

/* line 184, products-common.scss */
#products-slide {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  transition: all 0.3s linear 0.1s;
  z-index: 0;
  opacity: 0;
  pointer-events: none; }
  /* line 194, products-common.scss */
  #products-slide.active {
    opacity: 1;
    z-index: 11; }
    /* line 197, products-common.scss */
    #products-slide.active .splide__arrows {
      pointer-events: auto; }
    /* line 200, products-common.scss */
    #products-slide.active .modal-content {
      pointer-events: auto; }
    /* line 203, products-common.scss */
    #products-slide.active .bg-blur {
      pointer-events: auto; }
  /* line 207, products-common.scss */
  #products-slide .splide__track {
    height: 100dvh;
    z-index: 2; }
    /* line 210, products-common.scss */
    #products-slide .splide__track .splide__list {
      align-items: center; }
      @media screen and (max-width: 800px) {
        /* line 210, products-common.scss */
        #products-slide .splide__track .splide__list {
          align-items: flex-start;
          padding-top: 40px !important; } }

/* line 219, products-common.scss */
.modal-content {
  position: relative;
  width: calc(100% - 32px);
  max-width: 1000px;
  background-color: #FFFFFF;
  margin: 0 auto;
  overflow-y: auto; }
  @media screen and (max-height: 800px) {
    /* line 219, products-common.scss */
    .modal-content {
      height: calc(100dvh - 80px); } }
  @media screen and (max-width: 800px) {
    /* line 219, products-common.scss */
    .modal-content {
      height: calc(100dvh - 80px); } }
  /* line 232, products-common.scss */
  .modal-content .modal-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    padding: 55px 16px 40px; }
    @media screen and (max-width: 800px) {
      /* line 232, products-common.scss */
      .modal-content .modal-detail {
        flex-direction: column;
        gap: 0; } }
    /* line 242, products-common.scss */
    .modal-content .modal-detail.wide .modal-img {
      display: none; }
    /* line 245, products-common.scss */
    .modal-content .modal-detail.wide .r-modal {
      width: 100%;
      max-width: 720px;
      margin: 0 auto;
      padding: 80px 16px 0; }
      @media screen and (max-width: 800px) {
        /* line 245, products-common.scss */
        .modal-content .modal-detail.wide .r-modal {
          padding-top: 0; } }
    /* line 255, products-common.scss */
    .modal-content .modal-detail .modal-img {
      width: 40%; }
      @media screen and (max-width: 800px) {
        /* line 255, products-common.scss */
        .modal-content .modal-detail .modal-img {
          width: 100%;
          margin: 0 auto 30px; } }
      /* line 261, products-common.scss */
      .modal-content .modal-detail .modal-img img {
        width: 100%; }
    /* line 265, products-common.scss */
    .modal-content .modal-detail .r-modal {
      width: 48%;
      padding-top: 80px; }
      @media screen and (max-width: 800px) {
        /* line 265, products-common.scss */
        .modal-content .modal-detail .r-modal {
          width: 100%;
          padding-top: 0; } }
      /* line 272, products-common.scss */
      .modal-content .modal-detail .r-modal h2 {
        font-size: 22px;
        border-bottom: 2px solid #E5E8EB;
        padding: 0 0 25px;
        margin-bottom: 25px; }
        @media screen and (max-width: 800px) {
          /* line 272, products-common.scss */
          .modal-content .modal-detail .r-modal h2 {
            font-size: 18px;
            padding-bottom: 15px; } }
        /* line 281, products-common.scss */
        .modal-content .modal-detail .r-modal h2 .s-title {
          font-size: 18px;
          font-weight: 400; }
          @media screen and (max-width: 800px) {
            /* line 281, products-common.scss */
            .modal-content .modal-detail .r-modal h2 .s-title {
              display: block;
              font-size: 14px; } }
        /* line 289, products-common.scss */
        .modal-content .modal-detail .r-modal h2::before {
          width: 76px;
          height: 2px;
          top: auto;
          bottom: -2px; }
      /* line 296, products-common.scss */
      .modal-content .modal-detail .r-modal .read-modal {
        font-weight: 500;
        margin-bottom: 25px; }
        @media screen and (max-width: 800px) {
          /* line 296, products-common.scss */
          .modal-content .modal-detail .r-modal .read-modal {
            font-size: 16px; } }
      /* line 303, products-common.scss */
      .modal-content .modal-detail .r-modal dl {
        margin: 0;
        padding: 0; }
        /* line 306, products-common.scss */
        .modal-content .modal-detail .r-modal dl dt {
          color: #005EAF;
          width: 100%;
          font-size: 16px;
          letter-spacing: 0.05em;
          margin: 0 0 10px;
          padding: 0; }
          /* line 313, products-common.scss */
          .modal-content .modal-detail .r-modal dl dt::before {
            display: inline-block;
            content: "■"; }
        /* line 318, products-common.scss */
        .modal-content .modal-detail .r-modal dl dd {
          font-size: 15px;
          line-height: 1.8;
          margin: 0 0 20px;
          padding: 0 0 0 20px; }
          /* line 323, products-common.scss */
          .modal-content .modal-detail .r-modal dl dd ul {
            display: flex;
            justify-content: space-between;
            gap: 20px 0;
            margin: 0;
            padding: 0; }
            @media screen and (max-width: 800px) {
              /* line 323, products-common.scss */
              .modal-content .modal-detail .r-modal dl dd ul {
                display: block; } }
            /* line 332, products-common.scss */
            .modal-content .modal-detail .r-modal dl dd ul li {
              width: 49%;
              margin: 0;
              padding: 0; }
              @media screen and (max-width: 800px) {
                /* line 332, products-common.scss */
                .modal-content .modal-detail .r-modal dl dd ul li {
                  width: 100%; } }
              /* line 339, products-common.scss */
              .modal-content .modal-detail .r-modal dl dd ul li::before {
                display: inline-block;
                content: "・"; }
    /* line 348, products-common.scss */
    .modal-content .modal-detail .modal-page {
      position: relative;
      width: 100%;
      padding: 32px 0; }
      @media screen and (max-width: 800px) {
        /* line 348, products-common.scss */
        .modal-content .modal-detail .modal-page {
          padding: 20px 0 40px; } }
      /* line 355, products-common.scss */
      .modal-content .modal-detail .modal-page ul {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        gap: 0 5px; }
        /* line 364, products-common.scss */
        .modal-content .modal-detail .modal-page ul li {
          margin: 0;
          padding: 0; }
          /* line 367, products-common.scss */
          .modal-content .modal-detail .modal-page ul li button {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            color: rgba(0, 94, 175, 0.5);
            font-family: "Lato", sans-serif;
            font-size: 16px;
            font-weight: 700;
            background: none;
            border: none;
            border-radius: 50%;
            cursor: pointer; }
          @media screen and (max-width: 800px) {
            /* line 383, products-common.scss */
            .modal-content .modal-detail .modal-page ul li.back, .modal-content .modal-detail .modal-page ul li.next {
              position: absolute;
              left: 50%;
              bottom: -40px; } }
          /* line 390, products-common.scss */
          .modal-content .modal-detail .modal-page ul li.back button, .modal-content .modal-detail .modal-page ul li.next button {
            width: auto;
            height: auto;
            color: #005EAF;
            border-radius: 0; }
          /* line 397, products-common.scss */
          .modal-content .modal-detail .modal-page ul li.back {
            margin-right: 25px; }
            @media screen and (max-width: 800px) {
              /* line 397, products-common.scss */
              .modal-content .modal-detail .modal-page ul li.back {
                translate: -115% 0;
                margin-right: 0; } }
            /* line 404, products-common.scss */
            .modal-content .modal-detail .modal-page ul li.back button::before {
              display: inline-block;
              content: "<<";
              padding-right: 0.5em; }
          /* line 411, products-common.scss */
          .modal-content .modal-detail .modal-page ul li.next {
            margin-left: 25px; }
            @media screen and (max-width: 800px) {
              /* line 411, products-common.scss */
              .modal-content .modal-detail .modal-page ul li.next {
                translate: 15% 0;
                margin-left: 0; } }
            /* line 418, products-common.scss */
            .modal-content .modal-detail .modal-page ul li.next button::after {
              display: inline-block;
              content: " >>";
              padding-keft: 0.5em; }
          /* line 426, products-common.scss */
          .modal-content .modal-detail .modal-page ul li.current button {
            color: #FFFFFF;
            background-color: #005EAF; }

/* line 436, products-common.scss */
.btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 24px;
  height: 24px;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    /* line 436, products-common.scss */
    .btn-close {
      top: 14px;
      right: 14px; } }
  /* line 447, products-common.scss */
  .btn-close::before, .btn-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 24px;
    height: 2px;
    content: "";
    background-color: #005EAF;
    pointer-events: none; }
  /* line 459, products-common.scss */
  .btn-close::before {
    rotate: 45deg; }
  /* line 462, products-common.scss */
  .btn-close::after {
    rotate: -45deg; }

/* line 470, products-common.scss */
#products02 {
  padding-top: 140px;
  padding-bottom: 140px; }
  @media screen and (max-width: 800px) {
    /* line 470, products-common.scss */
    #products02 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  /* line 477, products-common.scss */
  #products02 h2 {
    color: #FFFFFF; }
    /* line 479, products-common.scss */
    #products02 h2::before {
      background-color: #FFFFFF; }

/* line 484, products-common.scss */
.read-machine {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-bottom: 30px; }
  @media screen and (max-width: 800px) {
    /* line 484, products-common.scss */
    .read-machine {
      font-size: 28px; } }

/* line 495, products-common.scss */
.machine-img {
  width: 100%; }
  /* line 497, products-common.scss */
  .machine-img img {
    width: 100%; }

/* line 501, products-common.scss */
.machine-caption {
  background-color: #FFFFFF;
  padding: 60px;
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    /* line 501, products-common.scss */
    .machine-caption {
      padding: 25px 16px;
      margin-bottom: 60px; } }
  /* line 509, products-common.scss */
  .machine-caption p {
    margin: 0; }

/* line 514, products-common.scss */
.feature {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 800px) {
    /* line 514, products-common.scss */
    .feature {
      flex-direction: column;
      gap: 40px 0; } }
  /* line 522, products-common.scss */
  .feature .feature-content {
    width: 48%;
    border-top: 1px solid #E9ECF0; }
    @media screen and (max-width: 800px) {
      /* line 522, products-common.scss */
      .feature .feature-content {
        width: 100%; } }
    /* line 528, products-common.scss */
    .feature .feature-content h3 {
      color: #FFFFFF;
      margin: -1px 0 20px; }
      /* line 531, products-common.scss */
      .feature .feature-content h3 .en {
        display: inline-flex;
        color: #005EAF;
        font-size: 16px;
        font-weight: 700;
        background-color: #FFFFFF;
        margin-bottom: 15px;
        padding: 2px 6px; }
        @media screen and (max-width: 800px) {
          /* line 531, products-common.scss */
          .feature .feature-content h3 .en {
            margin-bottom: 8px; } }
      /* line 543, products-common.scss */
      .feature .feature-content h3 .jp {
        display: block;
        width: 100%;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1.46; }
        @media screen and (max-width: 800px) {
          /* line 543, products-common.scss */
          .feature .feature-content h3 .jp {
            font-size: 21px; } }
    /* line 555, products-common.scss */
    .feature .feature-content p {
      color: #FFFFFF;
      margin: 0; }

/* line 563, products-common.scss */
#products03 {
  padding-top: 135px;
  padding-bottom: 185px; }
  @media screen and (max-width: 800px) {
    /* line 563, products-common.scss */
    #products03 {
      padding-top: 60px;
      padding-bottom: 115px; } }

/* line 572, products-common.scss */
.productslist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%; }
  @media screen and (max-width: 800px) {
    /* line 572, products-common.scss */
    .productslist {
      gap: 20px 0; } }
  /* line 579, products-common.scss */
  .productslist li {
    width: 23.5%;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 800px) {
      /* line 579, products-common.scss */
      .productslist li {
        width: 100%; } }
    /* line 586, products-common.scss */
    .productslist li.wide {
      width: 49%; }
      @media screen and (max-width: 800px) {
        /* line 586, products-common.scss */
        .productslist li.wide {
          width: 100%; } }
      /* line 591, products-common.scss */
      .productslist li.wide a {
        padding: 20px; }
        @media screen and (max-width: 800px) {
          /* line 591, products-common.scss */
          .productslist li.wide a {
            padding: 10px 10px 20px; } }
        /* line 596, products-common.scss */
        .productslist li.wide a .products-img {
          margin-bottom: 25px;
          height: 300px; }
          @media screen and (max-width: 800px) {
            /* line 596, products-common.scss */
            .productslist li.wide a .products-img {
              height: 67.5vw;
              margin-bottom: 10px; } }
          /* line 603, products-common.scss */
          .productslist li.wide a .products-img img {
            height: 300px; }
            @media screen and (max-width: 800px) {
              /* line 603, products-common.scss */
              .productslist li.wide a .products-img img {
                height: 67.5vw; } }
        /* line 610, products-common.scss */
        .productslist li.wide a .products-title {
          font-size: 20px;
          line-height: 1.3; }
          @media screen and (max-width: 800px) {
            /* line 610, products-common.scss */
            .productslist li.wide a .products-title {
              font-size: 16px;
              line-height: 1.6; } }
    /* line 620, products-common.scss */
    .productslist li a {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      text-decoration: none;
      border: 1px solid #B5B8BC;
      border-top: 2px solid #005EAF;
      padding: 10px 10px 20px; }
      /* line 629, products-common.scss */
      .productslist li a .products-img {
        display: block;
        width: 100%;
        height: 187px;
        text-align: center;
        margin-bottom: 10px; }
        @media screen and (max-width: 800px) {
          /* line 629, products-common.scss */
          .productslist li a .products-img {
            height: 67.5vw; } }
        /* line 638, products-common.scss */
        .productslist li a .products-img img {
          width: auto;
          height: 187px;
          object-fit: cover; }
          @media screen and (max-width: 800px) {
            /* line 638, products-common.scss */
            .productslist li a .products-img img {
              height: 67.5vw; } }
      /* line 647, products-common.scss */
      .productslist li a .products-title {
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6; }

/*# sourceMappingURL=products-common.css.map */
