.access {
  overflow: hidden;
  background-color: #fff;
  color: #404040;
}
.access .main {
  position: relative;
  z-index: 2;
  background: url(../img/subpage/sec02--bg.jpg);
  background-attachment: fixed;
  background-position: center -50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .access .main {
    margin-top: 0;
    background: url(../img/subpage/sec02--bg--sp.jpg);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.access p, .access span, .access time, .access a {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.access h1, .access h2, .access h3, .access h4, .access h5, .access h6 {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.access .subpage--header .fixed__wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
.access .subpage--header .link-more {
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
}
.access .subpage--header .link-more img {
  vertical-align: bottom;
}
.access .subpage--header .hamburger-menu span {
  display: inline-block;
  margin: 0 0.5em;
}
.access .first-view--wrapper {
  margin-bottom: 90px;
}
.access .first-view--wrapper .flex {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .access .first-view--wrapper .flex {
    display: block;
    margin-bottom: 60px;
  }
}
.access .first-view--wrapper .first-view--img {
  position: relative;
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--img {
    margin-bottom: 14px;
    width: 100%;
  }
}
.access .first-view--wrapper .first-view--img .img {
  border-radius: 0 0 100px 0;
}
.access .first-view--wrapper .first-view--img .course--text {
  position: absolute;
  right: 0%;
  bottom: 0%;
  max-width: 500px;
  transform: translateX(45%) translateY(40%);
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--img .course--text {
    display: none;
  }
}
.access .first-view--wrapper .first-view--text {
  margin-right: 16px;
  margin-left: 60px;
  max-width: 400px;
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text {
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
  }
}
.access .first-view--wrapper .first-view--text .text--wrapper {
  position: relative;
}
.access .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper {
    min-width: 260px;
  }
}
.access .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100vw - 100px);
  height: 2px;
  content: "";
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
    height: 1.5px;
  }
}
.access .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  top: calc(50% - 1px);
  right: calc(-100vw + 50%);
  max-width: calc(100vw - 100px);
  width: calc(100vw - 100px);
  background: linear-gradient(to right, #dc000b 30px, #000 30.1px);
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
    right: calc(-100vw + 50% + 40px);
  }
}
.access .first-view--wrapper .first-view--text .text--wrapper .text01 {
  max-width: 60%;
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--wrapper .text01 {
    max-width: 180px;
    width: 65%;
  }
}
.access .first-view--wrapper .first-view--text .text--wrapper .text02 {
  margin-top: -4%;
  margin-bottom: -4%;
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--wrapper .text02 {
    margin-bottom: -9%;
  }
}
.access .first-view--wrapper .first-view--text .text--wrapper .text03 {
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--wrapper .text03 {
    font-size: 12px;
  }
}
.access .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 2px;
  content: "";
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--wrapper .text03::after {
    height: 1.5px;
  }
}
.access .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  bottom: calc(50% - 1px);
  left: calc(-100vw + 100%);
  min-width: calc(100vw - 6em);
  width: calc(100vw - 6em);
  background: linear-gradient(to left, #dc000b 30px, #000 30.1px);
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--wrapper .text03::after {
    min-width: calc(100vw - 10em);
    width: calc(100vw - 10em);
  }
}
.access .first-view--wrapper .first-view--text .text--description {
  position: relative;
  z-index: 2;
  width: 125%;
  text-align: center;
}
@media (max-width: 1080px) {
  .access .first-view--wrapper .first-view--text .text--description {
    margin-left: -5%;
    width: 110%;
  }
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--description {
    margin-top: 20px;
  }
}
.access .first-view--wrapper .first-view--text .text--description h3 {
  text-align: left;
  font-size: 40px;
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--description h3 {
    text-align: center;
    font-size: 20px;
  }
}
.access .first-view--wrapper .first-view--text .text--description h3 .color--red {
  color: #fda7ac;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--description h3 .color--red {
    font-size: 20px;
  }
}
.access .first-view--wrapper .first-view--text .text--description .text-decoration.color--red {
  color: #dc000b;
  text-decoration: underline;
  font-size: 1em;
}
.access .first-view--wrapper .first-view--text .text--description .desc {
  text-align: left;
}
@media (max-width: 768px) {
  .access .first-view--wrapper .first-view--text .text--description .desc {
    margin-top: 8px;
  }
}
.access .sec01 {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .access .sec01 {
    margin-bottom: 80px;
  }
}
.access .sec01 .fixed__wrapper {
  max-width: 760px;
}
.access .sec01 .flex {
  align-items: stretch;
}
@media (max-width: 768px) {
  .access .sec01 .flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.access .sec01 .text-indent {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}
.access .sec01 .box {
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .access .sec01 .box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .access .sec01 .box .box--left {
    padding-top: 10px;
  }
}
.access .sec01 .box img {
  vertical-align: middle;
}
.access .sec01 .box .box--img01 {
  position: relative;
  left: 100%;
  width: 50vw;
  transform: translateX(-100%);
}
@media (max-width: 768px) {
  .access .sec01 .box .box--img01 {
    right: 0;
    left: 0;
    margin-bottom: 20px;
    width: 100%;
    transform: none;
  }
}
.access .sec01 .box .box--img01 img {
  width: 50vw;
  height: 166px;
  border-radius: 0 24px 24px 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 768px) {
  .access .sec01 .box .box--img01 img {
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 24px;
    transform: none;
    -o-object-fit: auto;
    object-fit: auto;
    -o-object-position: auto;
    object-position: auto;
  }
}
.access .sec01 .box .box--text {
  margin-top: 40px;
  margin-bottom: 40px;
}
.access .sec01 .box .box--text h2 {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 24px;
}
@media (max-width: 768px) {
  .access .sec01 .box .box--text h2 {
    text-align: center;
  }
}
.access .sec01 .box .box--text h2::before {
  position: absolute;
  top: -56px;
  left: -40px;
  display: block;
  width: 80px;
  height: 50px;
  background: #fda7ac;
  content: "";
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media (max-width: 768px) {
  .access .sec01 .box .box--text h2::before {
    z-index: -1;
    width: 120px;
    height: 60px;
  }
}
.access .sec01 .box .box--text h2 .color--red {
  color: #fda7ac;
  font-weight: inherit;
  font-size: 1em;
  font-family: inherit;
}
.access .sec01 .box .box--img02 {
  position: relative;
  left: 100%;
  width: 50vw;
  transform: translateX(-100%);
}
@media (max-width: 768px) {
  .access .sec01 .box .box--img02 {
    right: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
}
.access .sec01 .box .box--img02 img {
  width: 50vw;
  height: 300px;
  border-radius: 0 24px 24px 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 768px) {
  .access .sec01 .box .box--img02 img {
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 24px;
    transform: none;
    -o-object-fit: auto;
    object-fit: auto;
    -o-object-position: auto;
    object-position: auto;
  }
}
.access .sec01 .box .box--img03 {
  position: relative;
  left: 0;
  margin-bottom: 20px;
  width: 50vw;
  transform: translateX(0%);
}
@media (max-width: 768px) {
  .access .sec01 .box .box--img03 {
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 24px;
    transform: none;
  }
}
.access .sec01 .box .box--img03 img {
  width: 50vw;
  height: 500px;
  border-radius: 24px 0 0 24px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 768px) {
  .access .sec01 .box .box--img03 img {
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 24px;
    transform: scale(1.2);
    -o-object-fit: auto;
    object-fit: auto;
    -o-object-position: auto;
    object-position: auto;
  }
}
.access .sec01 .box .box--img04 {
  position: relative;
  left: 0;
  width: 50vw;
  height: auto;
  transform: translateX(0%);
}
@media (max-width: 768px) {
  .access .sec01 .box .box--img04 {
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 24px;
    transform: none;
  }
}
.access .sec01 .box .box--img04 img {
  width: 50vw;
  height: 232px;
  border-radius: 24px 0 0 24px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 768px) {
  .access .sec01 .box .box--img04 img {
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 24px;
    transform: scale(1.2);
    transform-origin: left;
    -o-object-fit: auto;
    object-fit: auto;
    -o-object-position: auto;
    object-position: auto;
  }
}
.access .sec02 {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .access .sec02 {
    margin-bottom: 70px;
  }
}
.access .sec02 .flex-links {
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .access .sec02 .flex-links {
    margin-bottom: 0px;
  }
}
.access .sec02 .flex-links span {
  display: inline-block;
  margin: 0 0.5em;
}
.access .sec02 .flex-links .link-swiper--slide01,
.access .sec02 .flex-links .link-swiper--slide02,
.access .sec02 .flex-links .link-swiper--slide03 {
  cursor: pointer;
}
.access .sec02 .sec03-heading {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 16px;
  padding-left: 16px;
  width: 100%;
  border-left: solid 7px #000;
  text-align: left;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 768px) {
  .access .sec02 .sec03-heading {
    margin-left: 0px;
    padding: 4px 12px;
    border-left: solid 7px #000;
    text-align: left;
    font-size: 22px;
  }
}
.access .sec02 .desc {
  text-align: center;
}
.access .sec02 iframe {
  border-radius: 32px;
}
@media (max-width: 768px) {
  .access .sec02 iframe {
    border-radius: 8px;
  }
}
.access .sec02 .sec03-heading--img {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 0;
  max-width: 500px;
  width: 80%;
  transform: translateY(20%);
}
@media (max-width: 768px) {
  .access .sec02 .sec03-heading--img {
    right: 30px;
  }
}
.access .sec02 .kind--wrapper {
  box-sizing: border-box;
  margin: 10px auto;
  padding: 40px;
  width: 90%;
  /* border: solid #707070 1px; */
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 0px 16px #ccc;
}
@media (max-width: 768px) {
  .access .sec02 .kind--wrapper {
    margin: 0;
    padding: 0px;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}
.access .sec02 table {
  margin: 0 auto;
  margin-bottom: 60px;
  width: 100%;
  border-collapse: separate;
}
@media (max-width: 768px) {
  .access .sec02 table {
    margin-right: -5px;
    margin-bottom: 20px;
    margin-left: -5px;
    width: calc(100% + 10px);
    font-size: 14px;
  }
}
.access .sec02 table th {
  box-sizing: border-box;
  margin-right: 20px;
  padding: 20px;
  min-width: 120px;
  width: 20%;
  background-color: #c61a25;
  color: #fff;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 768px) {
  .access .sec02 table th {
    padding: 10px;
    min-width: 80px;
  }
}
.access .sec02 table td {
  box-sizing: border-box;
  padding: 20px;
  padding-left: 2em;
  border-top: 1px solid #000;
  text-align: left;
  transform: translateY(-2.5px);
}
.access .sec02 table td span {
  display: inline;
  transform: translateY(2.5px);
}
.access .sec02 table td .flex-box {
  margin: 0;
}
@media (max-width: 768px) {
  .access .sec02 table td {
    padding: 10px;
  }
}
.access .sec02 table tr:last-child td {
  position: relative;
}
.access .sec02 table tr:last-child td::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  content: "";
}
.access .sec02 .swiper-button-prev-left {
  position: absolute;
  top: 50%;
  left: 7%;
  z-index: 2;
  width: 44px;
  cursor: pointer;
  transform: translate(-100%, -50%);
}
@media (max-width: 768px) {
  .access .sec02 .swiper-button-prev-left {
    width: 32px;
    transform: translate(-50%, -50%);
  }
}
.access .sec02 .swiper-button-next-right {
  position: absolute;
  top: 50%;
  right: 7%;
  z-index: 2;
  width: 44px;
  cursor: pointer;
  transform: translate(100%, -50%);
}
@media (max-width: 768px) {
  .access .sec02 .swiper-button-next-right {
    width: 32px;
    transform: translate(50%, -50%);
  }
}
.access .sec02 .swiper-pagination {
  position: static;
  margin-top: 20px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .access .sec02 .swiper-pagination {
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
.access .sec02 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.access .sec02 .swiper-pagination .swiper-pagination-bullet-active {
  background: #dc000b;
}