@charset "utf-8";

/* ======================================================
 * products_parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* products-cmn-business */
  .products-cmn-business {
    position: relative;
    padding: 21px 421px 21px 28px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 250px;
    overflow: hidden;
  }
  .products-cmn-business__head {
    z-index: 1;
  }
  .products-cmn-business__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .products-cmn-business__image {
    width: 100%;
    height: 100%;
  }
  .products-cmn-business__image > img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .products-cmn-business__title {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .products-cmn-business__text {
    margin: 18px 0 0;
    color: #fff;
    line-height: 1.375;
  }

  /* products-cmn-business-v2 */
  .products-cmn-business-v2 {
    position: relative;
    padding: 21px 421px 21px 28px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 250px;
    overflow: hidden;
  }
  .products-cmn-business-v2__head {
    z-index: 1;
  }
  .products-cmn-business-v2__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .products-cmn-business-v2__image {
    width: 100%;
    height: 100%;
  }
  .products-cmn-business-v2__image > img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .products-cmn-business-v2__title {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .products-cmn-business-v2__text {
    margin: 18px 0 0;
    color: #fff;
    line-height: 1.375;
  }

  /* products-cmn-business-v3 */
  .products-cmn-business-v3 {
    position: relative;
    padding: 21px 421px 21px 28px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 250px;
    overflow: hidden;
  }
  .products-cmn-business-v3__head {
    z-index: 1;
  }
  .products-cmn-business-v3__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .products-cmn-business-v3__image {
    width: 100%;
    height: 100%;
  }
  .products-cmn-business-v3__image > img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .products-cmn-business-v3__title {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .products-cmn-business-v3__text {
    margin: 18px 0 0;
    color: #fff;
    line-height: 1.375;
  }

  /* products-cmn-modal-card */
  .products-cmn-modal-card {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 56px 36px;
  }
  .products-cmn-modal-card__item {
    display: block;
    width: calc((100% - 36px * 3) / 4);
  }
  .products-cmn-modal-card__type {
    position: relative;
  }
  .products-cmn-modal-card__type:hover .products-cmn-modal-card__image > img {
    opacity: .7;
  }
  .products-cmn-modal-card__image > img {
    transition: opacity .2s ease-out 0s;
  }
  .products-cmn-modal-card__icon {
    position: absolute;
    top: -25px;
    left: 12px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3161ad;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .products-cmn-modal-card__contents {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .products-cmn-modal-card__head {
    width: 200px;
    background-color: #c8ddfd;
  }
  .products-cmn-modal-card__type:hover .products-cmn-modal-card__title {
    color: #333;
  }
  .products-cmn-modal-card__title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .products-cmn-modal-card__title::after {
    content: "";
    position: relative;
    display: inline-block;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(/common/img/cmn_modal_ic01.svg);
    background-color: #3161ad;
    bottom: -5px;
    right: 0;
    margin-left: 9px;
    width: 22px;
    height: 22px;
  }
  .products-cmn-modal-card__body {
    margin-top: 12px;
  }
  .products-cmn-modal-contents {
    overflow: hidden;
    position: relative;
    height: 0;
  }
  .products-cmn-modal-contents__inner {
    padding: 60px 30px;
  }
  .products-cmn-modal-contents__inner > *:first-child {
    margin-top: 0;
  }
  .products-cmn-modal-contents__inner > section:first-child > *:first-child {
    margin-top: 0;
  }
  .products-cmn-media {
    display: flex;
    gap: 36px;
  }
  .products-cmn-media__image {
    width: 200px;
    background-color: #c8ddfd;
  }
  .products-cmn-media__head {
    position: relative;
    width: 100%;
  }
  .products-cmn-media__head > *:first-child {
    margin-top: 0;
  }

  /* products-cmn-modal-v2 */
  .products-cmn-modal-v2 {
    margin-top: 40px;
  }
  .products-cmn-modal-v2__inner {
    position: relative;
    width: 100%;
  }
  .products-cmn-modal-v2__image > [class*="__item"] {
    position: absolute;
  }
  .products-cmn-modal-v2__image > [class*="__item"] > .products-cmn-modal-v2__type {
    color: #fff;
  }
  .products-cmn-modal-v2__item--01 {
    width: 202px;
    top: 113px;
    left: 51px;
  }
  .products-cmn-modal-v2__item--02 {
    width: 154px;
    top: 113px;
    left: 259px;
  }
  .products-cmn-modal-v2__item--03 {
    width: 154px;
    top: 113px;
    left: 419px;
  }
  .products-cmn-modal-v2__item--04 {
    width: 182px;
    top: 113px;
    left: 579px;
  }
  .products-cmn-modal-v2__item--05 {
    width: 176px;
    top: 911px;
    left: 351px;
  }
  .products-cmn-modal-v2__item--06 {
    width: 180px;
    top: 911px;
    left: 531px;
  }
  .products-cmn-modal-v2__item--07 {
    width: 180px;
    top: 911px;
    left: 716px;
  }
  .products-cmn-modal-v2__item--08 {
    width: 172px;
    top: 911px;
    left: 901px;
  }
  .products-cmn-modal-v2__item--09 {
    width: 173px;
    bottom: 59px;
    right: 56px;
  }
  .products-cmn-modal-v2__type {
    position: relative;
    background-color: #3061ac;
    transition: opacity .2s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 10px;
    min-height: 88px;
    width: 100%;
  }
  .products-cmn-modal-v2__type:hover {
    text-decoration: none;
    opacity: .7;
  }
  .products-cmn-modal-v2__title {
    padding-right: 29px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    background-image: url(/common/img/cmn_modal_ic01.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px;
  }
  .products-cmn-modal-v2__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.29;
    color: #fff;
  }
  .products-cmn-modal-v2-contents {
    overflow: hidden;
    position: relative;
    height: 0;
  }
  .products-cmn-modal-v2-contents__inner {
    padding: 60px 30px;
  }
  .products-cmn-modal-v2-contents__inner > *:first-child {
    margin-top: 0;
  }
  .products-cmn-modal-v2-contents__inner > section:first-child > *:first-child {
    margin-top: 0;
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1480px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * Print
====================================================== */