/*! Writen  by SCSS */
sup {
  font-size: 0.5em; }

.sec_main {
  position: relative; }
  .sec_main .main_img {
    aspect-ratio: 1600/738;
    background-image: url("../images/equipment/main.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    border: 0px solid;
    margin-bottom: clamp(80px, 10%, 120px); }
    @media screen and (max-width: 480px) {
      .sec_main .main_img {
        background-image: url("../images/equipment/main_sp.jpg");
        background-size: 100% auto;
        aspect-ratio: 600/960;
        padding: 0;
        vertical-align: baseline;
        height: fit-content;
        margin-bottom: 40px; } }
    .sec_main .main_img::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 28.13%;
      z-index: 1;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%); }
      @media screen and (max-width: 480px) {
        .sec_main .main_img::before {
          padding-top: 0;
          height: 50%; } }
  .sec_main .main_text {
    position: relative;
    z-index: 2;
    width: 60.57%; }
    @media screen and (max-width: 480px) {
      .sec_main .main_text {
        width: 67%; } }

.flex {
  align-items: flex-start; }

.lead {
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 2.45; }
  @media screen and (max-width: 480px) {
    .lead {
      font-size: 12px;
      line-height: 1.8; } }

img + .cap_l,
img + .cap_r {
  line-height: 1.4;
  margin-top: 0.25em; }

.text_equipment {
  aspect-ratio: 162 / 19.37; }

.text_security_structure {
  aspect-ratio: 318.906 / 18.81; }

.text_support_service {
  aspect-ratio: 264.88 / 19.12; }

.equipment_read {
  font-size: clamp(15px, 1.51vw, 18px);
  line-height: 2; }
  @media screen and (max-width: 480px) {
    .equipment_read {
      font-size: 14px;
      line-height: 1.8; } }

.item_head {
  display: flex;
  align-items: baseline;
  gap: 0.25em;
  font-size: clamp(15px, 1.68vw, 20px);
  line-height: 1.4; }
  .item_head .text_min {
    display: inline-block;
    font-size: 0.8em; }
  .item_head::before {
    content: "";
    display: block;
    width: 0.9em;
    height: 0.9em;
    flex-shrink: 0;
    background: #85b3b8; }
  .item_head.bg_head {
    background: #cee5de;
    line-height: 1;
    padding: 0.5em; }
    @media screen and (max-width: 480px) {
      .item_head.bg_head {
        line-height: 1.4; } }
    .item_head.bg_head::before {
      content: none; }

.item_image {
  position: relative; }

.item_text {
  font-size: clamp(12px, 1.26vw, 15px);
  line-height: 1.6; }
  .item_text .cap_l {
    display: inline-block;
    line-height: 1.4; }

.item_text_min {
  font-size: clamp(10px, 1.09vw, 13px);
  line-height: 1.54; }

.sec_equipment .inner {
  max-width: 1150px; }
.sec_equipment + .sec_equipment {
  margin-top: clamp(80px, 10%, 120px); }

.equipment_tab_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.04%;
  margin-bottom: clamp(50px, 6.67%, 80px); }
  @media screen and (max-width: 480px) {
    .equipment_tab_wrap {
      grid-template-columns: 1fr;
      gap: 10px 0; } }
  .equipment_tab_wrap .item a {
    padding: 6.66% 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border: 1px solid #94b1bc;
    transition: background 0.3s ease-in-out;
    background: #fff; }
    @media screen and (max-width: 480px) {
      .equipment_tab_wrap .item a {
        padding: 15px 0; } }
    .equipment_tab_wrap .item a svg {
      fill: #94b1bc;
      transition: fill 0.3s ease-in-out; }
    @media (hover: hover) {
      .equipment_tab_wrap .item a:hover {
        background: #94b1bc; }
        .equipment_tab_wrap .item a:hover svg {
          fill: #fff; } }
    .equipment_tab_wrap .item a .text_equipment {
      width: 43.44%; }
    .equipment_tab_wrap .item a .text_security_structure {
      width: 85.53%; }
    .equipment_tab_wrap .item a .text_support_service {
      width: 71.05%; }
    .equipment_tab_wrap .item a.cr {
      background: #94b1bc; }
      .equipment_tab_wrap .item a.cr svg {
        fill: #fff; }
  .equipment_tab_wrap.equipment_tab_wrap_bottom {
    margin-top: clamp(50px, 6.67%, 80px);
    margin-bottom: 0; }

.equipment_content_head {
  margin-bottom: clamp(50px, 6.67%, 80px); }
  .equipment_content_head svg {
    fill: #94b1bc;
    display: block;
    margin-inline: auto; }
  .equipment_content_head .text_equipment {
    width: 23.05%; }
    @media screen and (max-width: 480px) {
      .equipment_content_head .text_equipment {
        width: 44.17%; } }
  .equipment_content_head .text_security_structure {
    width: 44.87%; }
    @media screen and (max-width: 480px) {
      .equipment_content_head .text_security_structure {
        width: 86%; } }
  .equipment_content_head .text_support_service {
    width: 40.18%; }
    @media screen and (max-width: 480px) {
      .equipment_content_head .text_support_service {
        width: 77%; } }

.sec_lead {
  font-size: clamp(20px, 2.68vw, 32px);
  line-height: 1.4; }

.sec_lead_wrap {
  margin-bottom: clamp(40px, 5.84%, 70px); }
  .sec_lead_wrap .equipment_sec_head {
    font-size: clamp(16px, 2.01vw, 24px);
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #b3b3b3;
    gap: 0 0.83em;
    margin-bottom: clamp(30px, 4.17%, 50px); }
    @media screen and (max-width: 480px) {
      .sec_lead_wrap .equipment_sec_head {
        text-align: center;
        align-items: center;
        flex-direction: column;
        gap: 0.8em; } }
    .sec_lead_wrap .equipment_sec_head .text_en {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.33em 0.83em;
      background: #94b1bc;
      flex-shrink: 0; }
      @media screen and (max-width: 480px) {
        .sec_lead_wrap .equipment_sec_head .text_en {
          width: 100%; } }
      .sec_lead_wrap .equipment_sec_head .text_en img {
        height: 0.7em;
        line-height: 0; }
        @media screen and (max-width: 480px) {
          .sec_lead_wrap .equipment_sec_head .text_en img {
            height: 1em; } }
    .sec_lead_wrap .equipment_sec_head .text_jp {
      line-height: 1;
      padding-bottom: 0.16em; }
  .sec_lead_wrap .sec_lead {
    margin-bottom: 0.6em; }
    @media screen and (max-width: 480px) {
      .sec_lead_wrap .sec_lead {
        margin-bottom: 1.5em; } }

.equipment_list {
  display: grid;
  align-items: start;
  align-content: start;
  grid-auto-flow: dense;
  gap: clamp(30px, 4.35vw, 50px) 3.04%; }
  @media screen and (max-width: 480px) {
    .equipment_list {
      gap: 30px 4%; } }
  .equipment_list .item {
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 1.74vw, 20px) 0; }
    .equipment_list .item .text_box .item_head:not(:last-child) {
      margin-bottom: 0.6em; }
  .equipment_list.col_3_list {
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 480px) {
      .equipment_list.col_3_list {
        max-width: 360px;
        margin-inline: auto;
        grid-template-columns: 1fr; } }
  .equipment_list.col_4_list {
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 480px) {
      .equipment_list.col_4_list {
        grid-template-columns: repeat(2, 1fr); } }
  .equipment_list .col_2_item {
    grid-column: span 2; }
  .equipment_list .col_3_item {
    grid-column: span 3; }
    @media screen and (max-width: 480px) {
      .equipment_list .col_3_item {
        grid-column: span 2; } }
  .equipment_list .col_4_item {
    grid-column: span 4; }
    @media screen and (max-width: 480px) {
      .equipment_list .col_4_item {
        grid-column: span 2; } }
  .equipment_list .item_row {
    grid-row: span 2; }
  .equipment_list .item_col {
    flex-direction: row;
    justify-content: space-between;
    grid-column: span 2; }
    .equipment_list .item_col > * {
      width: 47.69%; }
  .equipment_list.col_3_list .col_2_item {
    grid-column: span 2; }
    @media screen and (max-width: 480px) {
      .equipment_list.col_3_list .col_2_item {
        grid-column: span 1; } }
  @media screen and (max-width: 480px) {
    .equipment_list.col_3_list .item_col {
      flex-direction: column;
      grid-column: span 1; }
      .equipment_list.col_3_list .item_col > * {
        width: 100%; } }
  @media screen and (max-width: 480px) {
    .equipment_list .sp_col {
      flex-direction: row;
      grid-column: span 2;
      justify-content: space-between; }
      .equipment_list .sp_col > * {
        width: 48%; } }

.border_image {
  position: relative;
  background: #fff; }
  .border_image::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    border: 1px solid #b3b3b3;
    z-index: 1;
    pointer-events: none; }

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