@charset "utf-8";
/* CSS Document */
.main {
  padding-top: 120px;
}
@media(min-width:480px) {
  .main {
    padding-top: 80px;
  }
}
.section-top__image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  background-image: url("../images/voice-top2.JPG");
  background-position: center; 
  background-size: 120%;
  background-repeat: no-repeat; 
  position: relative;
}
.section-top__image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}
.section-top h2 {
  position: absolute;
  top: 30px;
  left: 24px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  color: #FFF;
  text-align: left;
}
.section-top a {
  margin-right: 20px;
}
.table{
  margin: 60px 0;
  width: 200px;
  margin-left: 24px;
}
.table a {
  color: #D78521;
  text-align: left;
  padding-left: 24px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample5-3::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #094074;
}
.sample5-3::after {
  left: 6.5px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}
.section-top__PC{
  display: none;
}
@media(min-width:480px) {
  .section-top{
    display: none;
  }
.section-top__image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  background-image: url("../images/voice-top2.JPG");
  background-position-x: 0%;
  background-repeat: no-repeat; 
  position: relative;
}
.section-top__image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}
.section-top__PC{
  margin-bottom: 120px;
  display: block;
}
.section-top__PC h2 {
  position: absolute;
  color: #FFF;
  text-align: left;
  font-size: 4.0rem;
  top: 140px;
  left: 140px;
}
.section-top__PC a {
  margin-right: 20px;
}
.table{
  width: 800px;
  margin: 60px 0;
  position: absolute;
  top: 140px;
  left: 140px;
  display: flex;
}
.table a {
  color: #FFF;
  text-align: left;
  padding-left: 24px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
  .table h3{
    font-size: 2.0rem;
    margin: 0 10px 0 30px;
  }
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample5-3::before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}
.sample5-3::after {
  left: 10px;
  top: -3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #565656;
  border-right: 2px solid #565656;
  transform: rotate(135deg);
}
}
/*swiper*/
.myswiper-wrapper{
  /*width: 279px;*/
  height: 516px;
  margin: 0 auto;
}
.swiper-slide {
  width: 279px;
  height: 466px;
  margin: 0 auto;
  padding: 0 24px;
  background-color: #FFF;
  list-style: none;
  border-radius: 20px;
  position: relative;
}
.section-beginner h4, .section-experiencer h4 {
  margin-left: 10px;
  font-size: 1.5rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.section-beginner__pf, .section-experiencer__pf {
  width: 70px;
  height: 70px;
  background-color: #D78521;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 2.0rem;
  font-weight: 600;
  color: #FFF;
}
.section-beginner__content-wrapper, .section-experiencer__content-wrapper {
  display: flex;
  padding-top: 20px;
}
.section-beginner p, .section-experiencer p {
  padding: 20px 0;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.section-beginner__time, .section-experiencer__time {
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-size: 1.4rem;
}
.section-beginner {
  padding-bottom: 60px;
}
.section-beginner h3, .section-experiencer h3 {
  margin-bottom: 30px;
  color: #D78521;
}
.section-experiencer {
  padding-bottom: 120px;
}
/*ページネーション*/
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #094074;
}
/*ナビゲーション*/
.swiper-button-prev,.swiper-button-next{
  display: none;
}

#bg-pagination{
  bottom: -500px;
}
#ex-pagination{
  bottom: -1130px;
}

@media(min-width:480px) {
  .myswiper-wrapper {
  position: relative;
  width: 977px;
  margin: 0 auto;
  padding: 0 50px 50px;
}
  .swiper-button-prev,.swiper-button-next{
  display: block;
  color: #414E8C;
}
  #bg-pagination,#ex-pagination{
    bottom: 0;
  }
}