#page.expert section {
  padding: 0;
}

@media screen and (max-width: 1000px) {
  #page.expert .wrap1000 {
    padding: 0 15px;
  }
}
#page.expert .expert-bg {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f4f1ec), color-stop(46.256%, transparent), to(#f4f1ec));
  background-image: linear-gradient(0deg, #f4f1ec, transparent 46.256%, #f4f1ec);
}
#page.expert .mv {
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}
#page.expert .mv::after {
  content: "";
  position: absolute;
  background-image: url(../img/expert/mv-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
#page.expert .mv-wrap {
  padding: 35px 0 60px 0;
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#page.expert .mv-icon {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 45px;
}
#page.expert .mv-ttl {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.04em;
}
#page.expert .mv-text {
  position: absolute;
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
  bottom: -270px;
  right: 0;
  z-index: 1;
}
#page.expert .mv-text span {
  display: inline-block;
  padding: 15px 0;
  margin-left: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dbac59), color-stop(20.797%, #e3bc33), color-stop(38.788%, #dbac59), color-stop(66.666%, #decd6e), to(#dbac59));
  background-image: linear-gradient(0deg, #dbac59, #e3bc33 20.797%, #dbac59 38.788%, #decd6e 66.666%, #dbac59);
}
#page.expert .mv-text span:last-child {
  margin-top: 1em;
}

@media screen and (max-width: 1000px) {
  #page.expert .mv-text {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page.expert .mv {
    padding-bottom: 75px;
  }
  #page.expert .mv::after {
    background-image: url(../img/expert/mv-bg-sp.png);
    height: 110px;
  }
  #page.expert .mv-wrap {
    padding: 30px 0;
  }
  #page.expert .mv-icon {
    max-width: 80px;
    margin-bottom: 15px;
  }
  #page.expert .mv-ttl {
    font-size: 18px;
    line-height: 1.2222222222;
  }
  #page.expert .mv-text {
    font-size: 14px;
    bottom: -115px;
    right: 15px;
  }
  #page.expert .mv-text span {
    padding: 10px 2px;
  }
}
#page.expert .about {
  padding: 60px 0 105px 0;
  position: relative;
  z-index: 1;
}
#page.expert .about-ttl {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 65px;
}
#page.expert .about-ttl::before, #page.expert .about-ttl::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 50px;
}
#page.expert .about-ttl::before {
  background-image: url(../img/schedule/page-ttl-left.png);
}
#page.expert .about-ttl::after {
  background-image: url(../img/schedule/page-ttl-right.png);
}
#page.expert .about-text {
  text-align: center;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
#page.expert .about-img {
  max-width: 356px;
  width: 100%;
  margin: 50px auto 70px auto;
  position: relative;
}
#page.expert .about-img::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 20%;
  background-color: rgba(51, 51, 51, 0.2);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
#page.expert .about-flow {
  margin: 60px 0;
}
#page.expert .about-flow-item {
  text-align: center;
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  padding: 20px;
}
#page.expert .about-flow-item::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: 100%;
  border-radius: 5px;
  bottom: -6px;
  left: -1px;
  z-index: -1;
}
#page.expert .about-flow-item:not(:last-child) {
  margin-bottom: 65px;
}
#page.expert .about-flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  background-image: url(../img/expert/arrow-down.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 42px;
  height: 22px;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
#page.expert .about-flow-item:nth-child(1) {
  border: 1px solid #013b70;
}
#page.expert .about-flow-item:nth-child(1) span {
  background-color: #013b70;
}
#page.expert .about-flow-item:nth-child(1)::after {
  background-color: #013b70;
}
#page.expert .about-flow-item:nth-child(2) {
  border: 1px solid #c0a355;
}
#page.expert .about-flow-item:nth-child(2) span {
  background-color: #c0a355;
}
#page.expert .about-flow-item:nth-child(2)::after {
  background-color: #c0a355;
}
#page.expert .about-flow-star {
  max-width: 82px;
  width: 100%;
  margin: 0 auto 5px auto;
}
#page.expert .about-flow-ttl {
  font-size: 24px;
  line-height: 1.5833333333;
  margin-bottom: 5px;
}
#page.expert .about-flow-text {
  font-size: 16px;
}
#page.expert .about-flow-text span {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  padding: 0 21px;
  margin-right: 15px;
}
#page.expert .about-flow-year {
  position: absolute;
  font-size: 16px;
  bottom: -50px;
  right: 70px;
}
#page.expert .about-link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
}
#page.expert .about-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  background-color: #fff;
  border: 1px solid #eeebe0;
  padding: 20px;
}
#page.expert .about-link-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.113%;
          flex: 0 0 33.113%;
}
#page.expert .about-link-text-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.887%;
          flex: 0 0 66.887%;
}
#page.expert .about-link-text {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3333333333;
  margin-bottom: 15px;
}
#page.expert .about-link-detail {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ceba91;
  border-radius: 50px;
  padding: 11px 0;
  position: relative;
}
#page.expert .about-link-detail::after {
  content: "";
  position: absolute;
  background-image: url(../img/expert/arrow-y.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #page.expert .about {
    padding: 45px 0 70px 0;
  }
  #page.expert .about-ttl {
    font-size: 17px;
    position: relative;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  #page.expert .about-ttl::before, #page.expert .about-ttl::after {
    position: absolute;
    width: 52px;
    height: 24px;
    bottom: -5px;
  }
  #page.expert .about-ttl::before {
    background-image: url(../img/schedule/page-ttl-left-sp.png);
    left: -12px;
  }
  #page.expert .about-ttl::after {
    background-image: url(../img/schedule/page-ttl-right-sp.png);
    right: -12px;
  }
  #page.expert .about-text {
    font-size: 15px;
    line-height: 2.2666666667;
    letter-spacing: 0;
  }
  #page.expert .about-img {
    margin: 30px auto 50px auto;
    max-width: 150px;
  }
  #page.expert .about-text-area-secand .about-text {
    text-align: left;
  }
  #page.expert .about-flow {
    margin: 40px 0 30px 0;
  }
  #page.expert .about-flow-item {
    padding: 15px;
  }
  #page.expert .about-flow-item:not(:last-child) {
    margin-bottom: 50px;
  }
  #page.expert .about-flow-item:not(:last-child)::before {
    width: 38px;
    height: 20px;
    bottom: -40px;
  }
  #page.expert .about-flow-star {
    max-width: 74px;
    width: 100%;
    margin-bottom: 3px;
  }
  #page.expert .about-flow-ttl {
    font-size: 17px;
    margin-bottom: 3px;
  }
  #page.expert .about-flow-text {
    font-size: 12px;
  }
  #page.expert .about-flow-text span {
    font-size: 11px;
    padding: 0 7px;
    margin-right: 2px;
  }
  #page.expert .about-flow-year {
    font-size: 14px;
    line-height: 1.1428571429;
    bottom: -45px;
    right: 20px;
  }
  #page.expert .about-link-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
    gap: 10px 0;
  }
  #page.expert .about-link {
    padding: 20px 18px;
  }
  #page.expert .about-link-text {
    font-size: 13px;
    line-height: 1.3846153846;
  }
  #page.expert .about-link-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.004%;
            flex: 0 0 33.004%;
  }
  #page.expert .about-link-text-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.996%;
            flex: 0 0 66.996%;
  }
  #page.expert .about-link-detail {
    max-width: 158px;
    font-size: 13px;
    padding: 8.5px 0;
  }
  #page.expert .about-link-detail::after {
    width: 6px;
    height: 10px;
  }
}
#page.expert .voice {
  padding: 90px 0 50px 0;
}
#page.expert .voice-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
#page.expert .voice-item {
  background-color: #eeebe0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  padding: 55px 80px 45px 80px;
  border-radius: 10px;
}
#page.expert .voice-prof {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.745%;
          flex: 0 0 25.745%;
}
#page.expert .voice-img {
  margin-bottom: 10px;
}
#page.expert .voice-name {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
#page.expert .voice-text-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64.894%;
          flex: 0 0 64.894%;
}
#page.expert .voice-text {
  font-size: 16px;
  line-height: 2.375;
}
#page.expert #voice-splide {
  padding-bottom: 60px;
}
#page.expert #voice-splide .splide__pagination li:not(:last-child) .splide__pagination__page {
  margin-right: 18px;
}
#page.expert #voice-splide .splide__pagination {
  bottom: 0;
}
#page.expert #voice-splide .splide__pagination__page {
  background-color: #e6e6e6;
  margin: 0;
  width: 11px;
  height: 11px;
}
#page.expert #voice-splide .splide__pagination__page.is-active {
  background-color: #ceba91;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 1100px) {
  #page.expert .voice-item {
    padding: 35px 30px 35px 30px;
  }
}
@media screen and (max-width: 767px) {
  #page.expert .voice {
    padding: 50px 15px 0 15px;
  }
  #page.expert .voice-ttl {
    font-size: 18px;
    margin-bottom: 35px;
  }
  #page.expert .voice-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px 40px 15px;
  }
  #page.expert .voice-prof {
    margin-bottom: 15px;
  }
  #page.expert .voice-img {
    max-width: 190px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #page.expert .voice-name {
    font-size: 18px;
    line-height: 1.4444444444;
  }
  #page.expert .voice-name span {
    font-size: 17px;
  }
  #page.expert .voice-text {
    font-size: 15px;
    line-height: 2.1333333333;
  }
  #page.expert #voice-splide {
    padding-bottom: 35px;
  }
}
/*# sourceMappingURL=master.css.map */