@media only screen and (min-width: 769px) {
  .point + .point {
    border-left: 1px #cdd9e4 solid; } }
@media only screen and (max-width: 768px) {
  .point + .point {
    margin-top: 40px; } }
.point p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5; }
  @media only screen and (max-width: 768px) {
    .point p {
      font-size: 15px;
      font-size: 0.9375rem; } }
@media only screen and (min-width: 769px) {
  .point {
    padding-bottom: 30px; } }

.pointTtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  height: 64px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .pointTtl {
      margin-top: 10px; } }
  .pointTtl__main {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #283a5e;
    font-weight: 500; }
    @media only screen and (max-width: 1024px) {
      .pointTtl__main {
        font-size: 15px;
        font-size: 0.9375rem; } }
    @media only screen and (max-width: 768px) {
      .pointTtl__main {
        font-size: 20px;
        font-size: 1.25rem; } }
  .pointTtl__sub {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #283a5e; }

.pointTtl01 {
  background: url("/img/point01.svg") no-repeat left 17px center #eaeaea;
  background-size: 53px auto; }

.pointTtl02 {
  background: url("/img/point02.svg") no-repeat left 17px center #eaeaea;
  background-size: 44px auto; }

.pointTtl03 {
  background: url("/img/point03.svg") no-repeat left 17px center #eaeaea;
  background-size: 50px auto; }

.products {
  margin-left: -49px;
  margin-right: -49px;
  padding-left: 49px;
  padding-right: 49px;
  border-top: 1px #d0d0d0 solid;
  border-bottom: 1px #d0d0d0 solid; }
  .products__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .products__inner {
        flex-wrap: wrap; } }
  .products__item {
    display: block;
    border-left: 1px #d0d0d0 solid;
    width: 50%;
    position: relative;
    text-decoration: none;
    color: #4d4d4d;
    transition: background 0.4s ease 0s; }
    .products__item:nth-child(even) {
      border-right: 1px #d0d0d0 solid; }
    .products__item:nth-child(n+3) {
      border-top: 1px #d0d0d0 solid; }
    @media only screen and (max-width: 768px) {
      .products__item {
        width: 100%;
        border-right: 1px #d0d0d0 solid; }
        .products__item:nth-child(even) {
          border-right: 1px #d0d0d0 solid; }
        .products__item:nth-child(n+2) {
          border-top: 1px #d0d0d0 solid; } }
    .products__item:hover {
      color: #4d4d4d;
      background: #fff; }
      .products__item:hover:before {
        background: #fff; }
      .products__item:hover:after {
        background: #fff; }
    .products__item:visited {
      color: #4d4d4d; }
    .products__item:last-child {
      border-right: 1px #d0d0d0 solid; }
    .products__item:before {
      content: "";
      width: 58%;
      height: calc(100% + 2px);
      background: #f8f8f8;
      position: absolute;
      left: 50%;
      top: -1px;
      transform: translateX(-50%);
      transition: background 0.4s ease 0s; }
    .products__item:after {
      content: "";
      width: calc(100% + 2px);
      height: 62%;
      background: #f8f8f8;
      position: absolute;
      left: -1px;
      top: 50%;
      transform: translateY(-50%);
      transition: background 0.4s ease 0s; }
    .products__item:nth-child(1) .products__content {
      background: url("/img/products01.png") no-repeat center top 58px; }
      @media only screen and (max-width: 768px) {
        .products__item:nth-child(1) .products__content {
          background: url("/img/products01.png") no-repeat center top 40px;
          background-size: 122px auto; } }
    .products__item:nth-child(2) .products__content {
      background: url("/img/products02.png") no-repeat center top 36px; }
      @media only screen and (max-width: 768px) {
        .products__item:nth-child(2) .products__content {
          background: url("/img/products02.png") no-repeat center top 21px;
          background-size: 49px auto; } }
    .products__item:nth-child(3) .products__content {
      background: url("/img/products03.png") no-repeat center top 40px; }
      @media only screen and (max-width: 768px) {
        .products__item:nth-child(3) .products__content {
          background: url("/img/products03.png") no-repeat center top 25px;
          background-size: 43px auto; } }
    .products__item:nth-child(4) .products__content {
      background: url("/img/products04.png") no-repeat center top 37px; }
      @media only screen and (max-width: 768px) {
        .products__item:nth-child(4) .products__content {
          background: url("/img/products04.png") no-repeat center top 22px;
          background-size: 68px auto; } }
  .products__content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 55px; }
    @media only screen and (max-width: 768px) {
      .products__content {
        padding-top: 110px;
        padding-bottom: 40px; } }
    .products__content:before {
      content: "";
      background: url("/common/img/arrow_b.svg") no-repeat center center;
      background-size: 8px 13px;
      width: 8px;
      height: 13px;
      position: absolute;
      right: 30px;
      bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .products__content:before {
          right: 10px;
          bottom: 20px; } }
  .products__text {
    padding: 0 40px;
    line-height: 1.5;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media only screen and (max-width: 768px) {
      .products__text {
        padding: 0 15px;
        font-size: 15px;
        font-size: 0.9375rem; } }

.bnrWrap {
  position: absolute;
  width: 100%;
  max-width: 960px;
  height: 343px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .bnrWrap {
      height: 296px; } }
  .bnrWrap .bnrInner {
    width: 100%;
    height: 100%;
    position: relative; }
    .bnrWrap .bnrInner .bnrBlock {
      width: 290px;
      position: absolute;
      right: 0;
      bottom: 30px;
      background: rgba(0, 0, 0, 0.6);
      padding: 20px 0 35px 0; }
      @media only screen and (max-width: 768px) {
        .bnrWrap .bnrInner .bnrBlock {
          width: 200px;
          padding: 15px 30px 25px;
          right: 10px;
          bottom: 10px; } }
      .bnrWrap .bnrInner .bnrBlock .topBnrSlider {
        width: 203px;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (max-width: 768px) {
          .bnrWrap .bnrInner .bnrBlock .topBnrSlider {
            width: 100%; } }
        .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-arrow {
          width: 9px;
          height: 16px; }
          @media only screen and (max-width: 768px) {
            .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-arrow {
              width: 6px;
              height: 11px; } }
        @media only screen and (max-width: 768px) {
          .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-prev {
            left: -18px; } }
        @media only screen and (max-width: 768px) {
          .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-next {
            right: -18px; } }
        .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-prev:before {
          content: "";
          background: url("/img/slide_prev.png") no-repeat center center;
          background-size: 100%;
          width: 9px;
          height: 16px;
          display: block; }
          @media only screen and (max-width: 768px) {
            .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-prev:before {
              width: 6px;
              height: 11px; } }
        .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-next:before {
          content: "";
          background: url("/img/slide_next.png") no-repeat center center;
          background-size: 100%;
          width: 9px;
          height: 16px;
          display: block; }
          @media only screen and (max-width: 768px) {
            .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-next:before {
              width: 6px;
              height: 11px; } }
        .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-dots li button:before {
          content: "";
          opacity: 1;
          font-size: 20px;
          width: 8px;
          height: 8px;
          border-radius: 4px;
          display: block;
          background: #fff;
          top: 6px;
          left: 6px; }
          @media only screen and (max-width: 768px) {
            .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-dots li button:before {
              font-size: 30px;
              width: 6px;
              height: 6px;
              border-radius: 3px;
              top: 7px;
              left: 7px; } }
        .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-dots .slick-active button:before {
          background: #f6072e; }
        .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-dots {
          height: 20px;
          bottom: 10px;
          z-index: 1; }
          @media only screen and (max-width: 768px) {
            .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-dots {
              bottom: -2px; }
              .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-dots li {
                margin: 0; } }
        .bnrWrap .bnrInner .bnrBlock .topBnrSlider .slick-list {
          z-index: 2; }
      .bnrWrap .bnrInner .bnrBlock .slick-dotted.slick-slider {
        margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
