@charset "utf-8";

/* ======================================================
 * contact_newbiz.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- KV ----- */
  .newbiz-KV {
    padding-top: 7px;
  }
  /* ----- content ----- */
  .newbiz-content {
    padding-top: 60px;
  }
  .newbiz-content >:first-child {
    margin-top: 0 !important;
  }
  .newbiz-content02 {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-top: 85px;
    margin-bottom: 75px;
    transform: translateX(-50%);
    background-color: #e5f7fb;
  }
  .newbiz-content02 .newbiz-content02Inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 30px 110px;
  }
  .newbiz-content02 .newbiz-content02Inner >:first-child {
    margin-top: 0 !important;
  }
  /* ----- image ----- */
  .newbiz-image {
    margin-top: 55px;
    text-align: center;
  }
  /* ----- button ----- */
  .newbiz-button-wrap {
    margin-top: 1em;
  }
  .newbiz-button-wrap >:first-child {
    margin-top: 0 !important;
  }
  .newbiz-button-wrap .link-button {
    justify-content: center;
  }
  /* ----- newbiz-card-box ----- */
  .newbiz-card-box {
    width: 100vw;
    margin: 3.75em 0 0 calc(50% - 50vw);
    padding: 55px 30px 58px;
    background-color: #f2f7fb;
  }
  .newbiz-card-wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 32px;
  }
  .newbiz-card-wrap[data-col-pc="2"] > * {
    width: calc((100% - 36px) / 2);
  }
  .newbiz-card-wrap[data-col-pc]:not([data-col-pc="1"]) {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .newbiz-card-wrap[data-col-pc="1"] > * {
    justify-content: center;
  }
  .newbiz-card-wrap[data-col-pc] {
    row-gap: 2em;
    gap: 2rem 36px;
  }
  .newbiz-card {
    display: flex;
  }
  .newbiz-card:hover {
    opacity: .7;
  }
  .newbiz-card[data-col-pc="2"] > * {
    width: calc((100% - 36px) / 2);
  }
  .newbiz-card-title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  .newbiz-card_inner {
    position: relative;
    width: 582px;
    background-color: #fff;
    color: #333;
    padding: 1.8em 3.0rem 1.9em;
  }
  .newbiz-card__head {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: flex-start;
  }
  .newbiz-card__body {
    margin-left: 37px;
    width: 47%;
    color: #333;
  }
  .newbiz-card__image {
    width: 243px;
    height: 120px;
    border: 1px solid #ccc;
  }
  .newbiz-card__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .newbiz-card_inner-title {
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    right: -1px;
    top: -1px;
    color: #333;
  }
  .newbiz-card_inner-v2 {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    overflow: hidden;
    margin-top: 13px;
  }
  .newbiz-card__image-v2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .newbiz-column-layout {
    margin-top: 24px;
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  .newbiz-column_item {
    width: calc((100% - 30px) / 2);
  }
  /* ----- newbiz-card-modal ----- */
  .newbiz-card-modal {
    display: flex;
    flex-flow: row wrap;
    margin-top: 2.5em;
    margin-left: 0;
  }
  .newbiz-card-modal > .newbiz-card-modal__item {
    margin-left: 6px;
    width: calc((100% - (6px * 2)) / 3);
    margin-top: 6px;
  }
  .newbiz-card-modal > *:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .newbiz-card-modal > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .newbiz-card-modal > * {
    margin-top: 1.25em;
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
  }
  .newbiz-card-modal > .newbiz-card-modal__item > *:first-child {
    margin-top: 0 !important;
  }
  .newbiz-card-modal .newbiz-card-modal__item a img {
    transition: opacity .2s ease-out 0s;
  }
  .newbiz-card-modal-container {
    display: none;
  }
  .newbiz-card-modal-content {
    position: relative;
    margin: 0;
    padding: 50px;
    background: #ffffff;
  }
  .newbiz-card-modal__head {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-start;
  }
  .newbiz-card-modal__body {
    display: flex;
    align-items: center;
    margin-left: 30px;
  }
  .newbiz-card-modal__image {
    width: 320px;
    height: 147px;
    border: 1px solid #ccc;
  }
  .newbiz-card-modal_inner-title {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .newbiz-card-modal_inner-v2 {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    overflow: hidden;
    margin-top: 13px;
  }
  .newbiz-card-modal_inner-v3 {
    margin-top: 40px;
  }
  .newbiz-card-modal_inner-title-v3 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }
  .newbiz-card-modal_inner-v4 {
    margin-top: 45px;
  }
  .newbiz-card-modal_inner-title-v4 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }
  .newbiz-card-modal_inner-text-v4 {
    margin-top: 13px;
  }
  #colorbox.newbiz-card-gallery #cboxContent {
    background: #fff;
  }
  #colorbox.newbiz-card-gallery #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #cboxOverlay.newbiz-card-gallery {
    background: #000000;
  }
  #colorbox.newbiz-card-gallery #cboxClose {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    background: url("/common/img/cmn_products_ic02.png") no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC 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: 1280px) {

  .newbiz-content02 {
    position: static;
    width: auto;
    padding: 0 40px;
    margin-left: -40px;
    margin-right: -40px;
    transform: none;
    background-color: #e5f7fb;
  }
  .newbiz-content02 .newbiz-content02Inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1222px) {

}
@media screen and (min-width: 768px) and (max-width: 1199px) {

}
@media screen and (min-width: 768px) and (max-width: 1120px) {

}
@media screen and (min-width: 768px) and (max-width: 1032px) {

}
@media screen and (min-width: 768px) and (max-width: 960px) {

}
@media screen and (min-width: 768px) and (max-width: 910px) {

}
@media screen and (min-width: 768px) and (max-width: 880px) {

}
@media screen and (min-width: 768px) and (max-width: 860px) {}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .container {
    padding-top: 0!important;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- KV ----- */
  .newbiz-KV {
    width: 100vw;
    margin-left: -15px;
  }
  /* ----- content ----- */
  .newbiz-content {
    padding-top: 60px;
  }
  .newbiz-content >:first-child {
    margin-top: 0 !important;
  }
  .newbiz-content02 {
    width: 100vw;
    margin-top: 38px;
    margin-left: -15px;
    margin-bottom: 30px;
    padding: 35px 15px 50px;
    background-color: #e5f7fb;
  }
  .newbiz-content02 .newbiz-content02Inner >:first-child {
    margin-top: 0 !important;
  }
  /* ----- image ----- */
  .newbiz-image {
    margin-top: 30px;
    text-align: center;
  }
  /* ----- newbiz-card-box ----- */
  .newbiz-card-box {
    width: 100vw;
    margin: 1.75em 0 0 calc(50% - 50vw);
    padding: 23px 15px 33px;
    background-color: #f2f7fb;
  }
  .newbiz-card-wrap {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 11px;
  }
  .newbiz-card-wrap[data-col-pc="2"] > * {
    width: calc((100% - 36px) / 2);
  }
  .newbiz-card-wrap[data-col-pc]:not([data-col-pc="1"]) {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .newbiz-card-wrap[data-col-pc="1"] > * {
    justify-content: center;
  }
  .newbiz-card-wrap[data-col-pc] {
    row-gap: 2em;
    gap: 2rem 36px;
  }
  .newbiz-card {
  display: flex;
  }
  .newbiz-card[data-col-pc="2"] > * {
    width: calc((100% - 36px) / 2);
  }
  .newbiz-card:not(:first-child) {
    margin-top: 2em;
  }
  .newbiz-card-title {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }
  .newbiz-card_inner {
    position: relative;
    background-color: #fff;
    color: #333;
    padding: 1.2em 1.1em 1.5em;
  }
  .newbiz-card__head {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: flex-start;
  }
  .newbiz-card__body {
    margin-left: 15px;
    color: #333;
  }
  .newbiz-card__image {
    width: 150px;
    height: 70px;
    border: 1px solid #ccc;
  }
  .newbiz-card__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .newbiz-card_inner-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
  }
  .newbiz-card_inner-v2 {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    overflow: hidden;
    margin-top: 7px;
  }
  .newbiz-card__image-v2 {
    width: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .newbiz-column-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 18px;
  justify-content: center;
  margin-top: 13px;
  }
  .newbiz-column_item {
    width: calc((100% - 18px) / 2);
  }
  /* ----- newbiz-card-modal ----- */
  .newbiz-card-modal {
    display: flex;
    flex-flow: row wrap;
    margin-top: 2.5em;
    margin-left: 0;
  }
  .newbiz-card-modal > .newbiz-card-modal__item {
    margin-left: 6px;
    width: calc((100% - (6px * 2)) / 3);
    margin-top: 6px;
  }
  .newbiz-card-modal > *:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .newbiz-card-modal > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .newbiz-card-modal > * {
    margin-top: 1.25em;
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
  }
  .newbiz-card-modal > .newbiz-card-modal__item > *:first-child {
    margin-top: 0 !important;
  }
  .newbiz-card-modal .newbiz-card-modal__item a img {
    transition: opacity .2s ease-out 0s;
  }
  .newbiz-card-modal-container {
    display: none;
  }
  .newbiz-card-modal-content {
    position: relative;
    margin: 0;
    padding: 30px;
    background: #fff;
  }
  #colorbox.newbiz-card-gallery #cboxContent {
    background: #fff;
  }
  #colorbox.newbiz-card-gallery #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #cboxOverlay.newbiz-card-gallery {
    background: #000000;
  }
  #colorbox.newbiz-card-gallery #cboxClose {
    position: absolute;
    top: 6px;
    right: 8px;
    display: block;
    background: url("/common/img/cmn_products_ic02.png") no-repeat;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background-size: contain;
  }
  .newbiz-card-modal__head {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: flex-start;
  }
  .newbiz-card-modal__body {
    display: flex;
    align-items: center;
    margin-left: 16px;
    font-size: 1.2rem;
  }
  .newbiz-card-modal__image {
    width: 149px;
    height: 69px;
    border: 1px solid #ccc;
  }
  .newbiz-card-modal_inner-title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .newbiz-card-modal_inner-v2 {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    overflow: hidden;
    margin-top: 13px;
  }
  .newbiz-card-modal_inner-title-v3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .newbiz-card-modal_inner-title-v4 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .newbiz-card-modal_inner-v3 {
    margin-top: 15px;
  }
  .newbiz-card-modal_inner-v4 {
    margin-top: 20px;
  }
  .newbiz-card-modal_inner-text-v4 {
    margin-top: 15px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 372px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}