:root {
  --base-width-sp: 750;
  --font-gothic: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
}

.page-page .block-page-block--frame {
  margin-bottom: 100px;
}

@media (max-width: 741px) {

  .page-page .block-page-block--frame {
    margin-bottom: 60px;
  }
}

.page-page h1 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 0;
}

.pane-main .block-page-caption {
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  position: relative;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-family: var(--font-gothic);
}

@media (max-width: 741px) {

  .pane-main .block-page-caption {
    padding: 0;
    margin: 0 calc(20 * (100vw / 750));
    margin: 0 calc(20 * (100vw / var(--base-width-sp)));
    border: none;
    text-align: center;
  }

  .pane-main .block-page-caption h1 {
    font-size: calc(42 * (100vw / 750)) !important;
    font-size: calc(42 * (100vw / var(--base-width-sp))) !important;
    letter-spacing: -0.05em;
  }
}

.pane-main .block-page-caption::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #aaa;
  position: absolute;
  bottom: 0;
}

.page-page .block-page-freespace--top {
  margin-bottom: 60px;
}

.page-page .block-page-freespace--top .lead-hdg {
  font-size: 28px;
  font-weight: bold;
  margin: 40px 0 0;
}

.page-page .block-page-freespace--top .lead-txt {
  margin: 30px auto 0;
  font-size: 18px;
  text-align: left;
}

@media (max-width: 741px) {
  .page-page .block-page-freespace--top .lead-hdg {
    font-size: calc(42 * (100vw / 750)) !important;
    font-size: calc(42 * (100vw / var(--base-width-sp))) !important;
    letter-spacing: -0.05em;
    padding: unset;
    margin-block: 20px 10px;
  }
  .page-page .block-page-freespace--top .lead-txt {
    margin-top: 0;
    font-size: 1em;
  }
}

.page-page .block-page-freespace--top .block-page-freespace--caption {
  margin: 0;
  text-align: left;
}

.block-page-freepage--top *,
.block-page-block *,
.block-page-freepage--bottom *,
.block-page-freepage--top *::before,
.block-page-block *::before,
.block-page-freepage--bottom *::before,
.block-page-freepage--top *::after,
.block-page-block *::after,
.block-page-freepage--bottom *::after {
  box-sizing: border-box !important;
}

.genre-block-recommend--heading {
  background-image: url('/img/page/school007_heading_01.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  min-height: 141px;
}
@media (max-width: 741px) {
  .genre-block-recommend--heading {
    font-size: 18px;
    padding: unset;
    min-height: 60px;
  }
}

.block-page-block {
  width: 930px;
  margin: 0 auto 0 0;
}

@media (max-width: 741px) {

  .block-page-block {
    width: calc(100% - 20px);
  }
}

.genre-block-recommend--slide-item {
  display: block;
}

.genre-block-recommend--item-box {
  margin: 50px auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 741px) {

  .genre-block-recommend--item-box {
    width: calc(100% - 60px);
    display: block;
  }
}

.genre-block-recommend--item-slider {
  width: 400px;
}

@media (max-width: 741px) {

  .genre-block-recommend--item-slider {
    width: 100%;
  }
}

.genre-block-recommend--item-desc {
  width: 370px;
  margin-left: 50px;
}

@media (max-width: 741px) {

  .genre-block-recommend--item-desc {
    width: 100%;
    margin: 50px auto 0;
  }
}

.genre-block-recommend--item-desc-ttl {
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 741px) {

  .genre-block-recommend--item-desc-ttl {
    font-size: 16px;
  }
}

.genre-block-recommend--item-desc-price {
  margin-top: 15px;
  font-size: 14px;
}

@media (max-width: 741px) {

  .genre-block-recommend--item-desc-price {
    font-size: 12px;
  }
}

.genre-block-recommend--item-desc-price>span {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 741px) {

  .genre-block-recommend--item-desc-price>span {
    font-size: 14px;
  }
}

.genre-block-recommend--item-desc-txt {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.47;
}

@media (max-width: 741px) {

  .genre-block-recommend--item-desc-txt {
    font-size: 14px;
  }
}

.genre-block-recommend--item-desc-btn {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}

.genre-block-recommend--item-desc-btn>a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.genre-block-recommend--item-desc-btn>a>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background: #3db270;
  position: relative;
}

.genre-block-recommend--item-desc-btn>a>span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
}

.genre-block-recommend--item-fig {
  width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 741px) {

  .genre-block-recommend--item-fig {
    width: calc(670 * (100vw / 750));
    width: calc(670 * (100vw / var(--base-width-sp)));
    height: calc(670 * (100vw / 750));
    height: calc(670 * (100vw / var(--base-width-sp)));
  }
}

.genre-block-recommend--item-fig-body {
  width: calc(100% - 30px);

  background: #fff;
  position: relative;
  z-index: 2;
}

@media (max-width: 741px) {

  .genre-block-recommend--item-fig-body {
    width: calc(640 * (100vw / 750));
    width: calc(640 * (100vw / var(--base-width-sp)));
  }
}

.genre-block-recommend--item-fig-link:hover {
  opacity: .6;
}

.genre-block-recommend--item-slider .slick-dots {
  margin-top: 15px;
  display: flex !important;
  justify-content: center;
}

.genre-block-recommend--item-slider .slick-dots>li {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
  background: #eeeeee;
}

.genre-block-recommend--item-slider .slick-dots>li.slick-active {
  background: #3db270;
}

.genre-block-recommend--item-slider .slick-dots>li:nth-of-type(n+2) {
  margin-left: 15px;
}

.genre-block-recommend--item-slider .slick-dots>li>button {
  background: none;
  padding: 0 !important;
  border: none;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  text-indent: 150%;

}

.page-page .block-page-freespace--bottom>p {
  font-size: 18px;
  /* text-align: center; */
  text-align: left;
}

@media (max-width: 741px) {

  .page-page .block-page-freespace--bottom>p {
    font-size: 14px;
  }
}

.page-page .block-page-freespace--bottom .more_arrow_btn {
  width: 540px;
  margin: 50px auto 0;
  background: #111;
}

@media (max-width: 741px) {

  .page-page .block-page-freespace--bottom .more_arrow_btn {
    width: calc(100% - 30px);
    margin-top: 25px;
  }
}

.page-page .block-page-freespace--bottom .more_arrow_btn a {
  border: none;
  border-radius: 0;
  background: none;
  max-width: 100%;
}

.page-page .block-page-freespace--bottom .more_arrow_btn a::before {
  display: none;
}

.page-page .block-page-freespace--bottom .more_arrow_btn a::after {
  margin: 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
}
.page-page .block-page-freespace--bottom .link_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.page-page .block-page-freespace--bottom .link_btn {
  background-color: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  width: calc((100% - 40px) / 3);
  padding: 13px 0;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 741px) {
  .page-page .block-page-freespace--bottom .link_btn_wrap {
    flex-direction: column;
    gap: 10px;
  }
  .page-page .block-page-freespace--bottom .link_btn {
    width: 100%;
  }
}