@charset "utf-8";
@import url("root.css");

/***************************************
-------------- PURCHASE --------------
***************************************/

.about_Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  .about_txt {
    width: 60%;
  }
  .about_slider_wrap {
    width: 36%;
  }

}

@media (max-width: 599.98px) {
  .about_Wrap {
    .about_txt {
      width: 100%;
      order: 2;
    }
    .about_slider_wrap {
      width: 100%;
      order: 1;
      margin-bottom: clamp(10px, 2vw, 20px);
    }
  }
}
/*
.about_staff {
	display: flex;
	margin-top: 16px;
}
.about_staff img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 0;
}
*/
/*
.about_staff {
  display: flex;
  gap: 2%;
  margin-top: 3%;
  img {
    width: 50%;
    height: 200px;
    object-fit: cover;
    object-position: center 85%;
  }
}*/

.about_Wrap img {
	max-width: 100%;
}
.about_staff {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

.about_staff div {
	width: 32%;
	margin-top: 16px;
}

.about_staff img {
	display: block;
	width: 100%;
	max-width: 300px;
}

.access_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 3vw, 30px) 4%;
  counter-reset: listnum;
  list-style: none;
}
.access_box {
  width: calc(92% / 3);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  .access_txt {
    margin-top: clamp(5px, 1vw, 10px);
  }
  .access_txt::before{
    font-size: clamp(2.4rem, 4.5vw, 3.2rem);
    font-style: italic;
    font-weight: 600;
    color: #b4b4e4;
    line-height: 1.0;
    counter-increment: listnum;
    content: counter(listnum);
    margin-right: 5px;
  }
}

.access_img {
  width: 100%;
  img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 599.98px) {
  .access_box {
    width: calc(96% / 2);
  }
}


.about_slider_thumb .slick-track {
  transform:unset!important;
}
/*------------------------------*/
.about_Wrap .guide_ttl {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 0rem;
  color: var(--base-color02);
  line-height: 140%;
  font-size: 22px;
  font-weight: 600;
}
.about_Wrap .guide_ttl strong {
  color: var(--sub-color01);
  display: block;
}
.about_Wrap p {
  display: block;
  width: 100%;
  margin-top: 10px;
  line-height: 1.8;
  text-align: justify;
}

.about_Wrap p strong {
	font-weight: bold;
}


@media screen and (max-width: 768px) {
  .about_Wrap .guide_ttl {
    font-size: 19px;
  }
  .about_Wrap p {
    margin-top: 3%;
  }
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}

/* =======================
  TABLET
======================== */
@media screen and (max-width: 1199px) {
}

/* =======================
  SP
======================== */
