@charset "UTF-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_access a {
  background-color: rgba(0, 0, 0, .1);
}

/* train_section
================================ */
.train_section .contents_area {
  background-color: #fff;
}
.access_wrap {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
}
.access_item {
  padding: 60px 60px;
  width: 50%;
}
.access_item.r_border {
  border-right: 1px solid rgba(0, 0, 0, .2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.access_item.r_border figure {
  width: 100%;
}
.access_banner {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}
.access_banner + .access_banner {
  margin-top: 74px;
}
.access_banner_img {
  position: relative;
  width: 50%;
}
.access_banner_label {
  position: absolute;
  top: 20px;
  left: 22px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(0, 0, 0, .25);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px 12px;
}
.access_banner_body {
  width: 50%;
  padding-block: 20px;
  background-color: #121212;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access_banner_body_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  row-gap: clamp(1rem, -8.386rem + 9.157vw, 4.8rem);
  width: 80%;
}
.access_banner_lead {
  font-size: 30px;
  font-size: clamp(1.8rem, -1.164rem + 2.892vw, 3rem);
  letter-spacing: 0.05em;
}
.access_banner_text {
  font-size: 15px;
  font-size: clamp(1.2rem, 0.459rem + 0.723vw, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width:1024px) {
  .access_wrap {
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
  }
  .access_item {
    padding:30px 0;
    width: 100%;
    margin-inline: auto;
  }
  .access_item figure {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .access_item.r_border {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
  }
  .access_banner {
    margin-top: 40px;
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
  }
  .access_banner + .access_banner {
    margin-top: 36px;
  }
  .access_banner_img {
    width: 100%;
  }
  .access_banner_label {
    top: 10px;
    left: 10px;
    font-size: 15px;
  }
  .access_banner_body {
    width: 100%;
    padding: 30px 0;
  }
  .access_banner_body_wrap {
    row-gap: 18px;
    width: calc(100% - 40px);
  }
  .access_banner_lead {
    font-size: 20px;
  }
  .access_banner_text {
    font-size: 13px;
    line-height: 1.84;
    text-align: justify;
  }
  .commonSpModalImage:after {
    position: absolute;
    top: -10px;
  }
}



/* car_section
================================ */
.car_section .contents_area {
  background-color: #f1f1f1;
}
.access_banner_text_img {
  width: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access_banner_text_img figure {
  width: 80%;
}

@media only screen and (max-width:1024px) {
  .car_section .contents_area {
    background-color: #fff;
  }
  .car_section .access_banner {
    border: 1px solid rgba(0, 0, 0, .2);
  }
  .access_banner_text_img {
    width: 100%;
    padding: 30px 0;
  }
  .access_banner_text_img figure {
    width: calc(100% - 40px);
  }
}



