@charset "UTF-8";
/*----------------------------------------
  fv
------------------------------------------*/
.s-pc {
  display: none;
}
.s-sp {
  display: block;
}
.f-text, p {
  line-height: 1.8;
}
.js-scroll-content {
  margin: 0 -20px;
}
.text-center {
  text-align: center;
}
.f-bg02 {
  background-color: #f7f7f7 !important;
}
.mt-08 {
  display: inline-block;
  padding-top: 8px;
}
.mt-20 {
  padding-top: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
/*-- main-area --*/
.f-mv {
  height: auto;
}
.f-mv-message {
  padding: 0 0;
}
.f-mv::before {
  background-color: rgba(0, 0, 0, 0);
}
.f-mv-heading {
  margin-bottom: auto;
}
.f-mv-heading img {
  width: 100%;
}
/*-- 期間 --*/
.date {
  width: 100%;
  padding: 18px 0 15px;
  font-size: 3.7vw;
  text-align: center;
  background-color: #8c6914;
}
.date ul {
  width: 650px;
  margin: 0 auto;
}
.date li {
  text-align: left;
  color: #fff;
  padding: 0 10px 0;
  font-size: 16px;
  letter-spacing: .1em
}
.date li:not(:last-child) {
  margin-bottom: 12px;
}
.date li span {
  font-weight: bold;
}
.h1.f-heading, h2.f-heading {
  font-size: 22px;
}
/*-- entry-area --*/
#entry01 .f-section-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#entry01 {
  border-bottom: 32px solid #e5e5e5;
}
#entry01 .f-btn-block {
  margin: 76px auto;
}
#entry01 .f-btn-block .f-text {
  font-size: 20px;
}
.entry-text {
  font-size: 20px;
}
/*-- howto-area --*/
.howto-step-list {
  position: relative;
  margin-bottom: 40px;
}
.howto-step-list:last-child {
  margin-bottom: 0;
}
.bubble {
  position: absolute;
  width: 95px;
  top: -30px;
  right: -5px;
}
/*-- search area --*/
.search-section {
  padding-top: 20px;
}
/*-- pickup area --*/
.js-f-table-scroll::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 80%;
  width: 70px;
  height: 70px;
  background: url(/common/feature-common/1.0/assets/img/scroll.png);
  background-repeat: no-repeat;
  background-size: 70px;
  opacity: 0;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  z-index: 1;
}
.section-pickup .f-card {
  flex-wrap: nowrap;
  display: flex;
  gap: 20px;
  width: 200%;
}
.section-pickup .f-card-item {
  width: calc((100% - 195px) / 3);
  padding: 15px;
  border: 1px solid #BABABA;
  border-radius: 10px;
}
.section-pickup .place {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: 2px 10px 0;
  margin-bottom: 5px;
  background: #333;
  border-radius: 4px;
}
.section-pickup .f-card-content {
  padding: 10px 0 0 0;
}
.section-pickup .school-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 5px;
}
.f-card-text {
  font-size: 13px;
}
/*-- solution area --*/
.section-solution .step {
  display: flex;
  flex-wrap: wrap;
  gap: calc((15 / 375) * 100vw);
}
.section-solution .step-item {
  width: calc(50% - ((7.5 / 375) * 100vw));
}
.section-solution {
  background-color: #f8f5ee;
}
.solution-text {
  font-size: 19px;
  line-height: 1.3;
  margin-top: 20px
}
.section-solution .f-section-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: calc(50% - 56.5px);
  background: url(/doc/special/lesson-251225/assets/img/section-arrow01.png) no-repeat center;
  background-size: contain;
  width: 113px;
  height: 26px;
}
/*-- point area --*/
.section-point .f-section-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: calc(50% - 56.5px);
  background: url(/doc/special/lesson-251225/assets/img/section-arrow02.png) no-repeat center;
  background-size: contain;
  width: 113px;
  height: 26px;
}
/*-- colum-area --*/
.colum-area .f-card-content {
  padding: 5px 0 10px;
}
/*-----------------------------------------
  style PC
------------------------------------------*/
@media screen and (min-width: 768px) {
  .s-pc {
    display: inline-block;
  }
  .s-sp {
    display: none;
  }
  .h1.f-heading, h2.f-heading {
    font-size: 29px;
    line-height: 1.3
  }
  /*-- main-area --*/
  .f-mv {
    background: #f6f3ec url(/doc/special/lesson-251225/assets/img/bg-main-pc.jpg) no-repeat top center;
    background-size: cover;
    height: 480px;
    letter-spacing: 0;
  }
  .f-mv-heading {
    width: 750px;
    height: 360px;
  }
  /*-- howto-area --*/
  .howto-step {
    width: 800px;
    margin: 0 auto;
  }
  .howto-step-list {
    position: relative;
    margin-bottom: 50px;
  }
  .bubble {
    position: absolute;
    width: 130px;
    top: -25px;
    right: -10px;
  }
  .howto-step-list:last-child {
    margin-bottom: 0;
  }
  /*-- search-area --*/
  .search-area {
    width: 850px;
    margin: 0 auto;
  }
  /*-- pickup area --*/
  .js-f-table-scroll::before {
    background: none;
  }
  .js-f-table-scroll {
    overflow: visible;
  }
  .section-pickup .f-card-item {
    width: calc((100% - 195px) / 3);
    padding: 20px;
    border: 1px solid #BABABA;
    border-radius: 10px
  }
  .section-pickup .f-card {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    width: 100%;
  }
  .section-pickup .school-name {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  /*-- solution area --*/
  .section-solution .step {
    flex-wrap: nowrap;
    gap: calc(80px / 3);
  }
  .section-solution .step-item {
    width: calc(25% - calc(80px / 6));
  }
  .solution-text {
    margin-top: 30px;
    font-size: 25px;
    line-height: 1.3 !important;
  }
  .section-solution .f-section-inner::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: calc(50% - 120px);
    background: url(/doc/special/lesson-251225/assets/img/section-arrow01.png) no-repeat center;
    background-size: contain;
    width: 240px;
    height: 40px;
  }
  /*-- point area --*/
  .section-point .f-section-inner::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: calc(50% - 120px);
    background: url(/doc/special/lesson-251225/assets/img/section-arrow02.png) no-repeat center;
    background-size: contain;
    width: 240px;
    height: 40px;
  }
  /*-- colum-area --*/
  .colum-area .f-card-content {
    height: auto;
  }
  .colum-area .f-card-content {
    padding: 5px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #entry01 .f-btn-block {
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  .CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
    font-size: 26px;
    min-width: 21rem !important;
  }
}
/*----------------------------------------------------------------------------------
  エントリーボタン
----------------------------------------------------------------------------------*/
.CampaignEntryButton_campaignButton__n6hK5 {
  max-width: 500px;
  margin: 32px auto 20px !important;
}
.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh .CampaignEntryButton_rexButtonMessage__o1qbU {
  font-size: 18px !important;
  font-weight: 700;
}
.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh.CampaignEntryButton_wide__b6abC {
  max-width: 500px !important;
}
.CommonEnteredList {
  text-align: center;
}
.CommonEnteredList a {
  line-height: 1.25;
  color: #404040;
}
a#rex-ceb-01.EntryCustomNomove {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .CampaignEntryButton_campaignButton__n6hK5 {
    width: 100%;
  }
}
/*----------------------------------------------------------------------------------
  参加方法
----------------------------------------------------------------------------------*/
#howto .f-imagelink img {
  margin-bottom: 12px;
}
#howto .f-imagelink .f-annotation {
  font-size: 14px;
  line-height: 1.5;
}
#howto .s-sp .f-imagelink-item {
  margin: 8px auto;
}
#howto .s-sp .f-imagelink-item {
  text-align: center;
}
#howto .f-step {
  max-width: 790px;
  margin: 30px auto;
}
#howto .f-step-ic {
  position: absolute;
  top: -46px;
  right: -10px;
}
#howto .f-step-ic img {
  width: 64px;
  height: 97px;
  transform: rotate(15deg);
}
@media screen and (min-width: 768px) {
  #howto .f-imagelink.f-imagelink--3column .f-imagelink-item {
    text-align: center;
  }
  #howto .f-imagelink {
    gap: 0;
    justify-content: center;
    margin-top: 30px;
  }
  #howto .f-imagelink .f-annotation {
    font-size: 13px;
  }
  #howto .f-step-ic {
    position: absolute;
    top: -46px;
    right: -10px;
  }
  #howto .f-step-ic img {
    width: 74px;
    height: 112px;
    transform: rotate(15deg);
  }
}
@media screen and (min-width: 930px) {
  #howto .f-step-ic {
    position: absolute;
    top: -34px;
    left: -60px;
  }
  #howto .f-step-ic img {
    width: 74px;
    height: 112px;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 366px) {
  #howto .f-step-ic {
    position: absolute;
    top: -46px;
    right: -10px;
  }
  #howto .f-step-ic img {
    width: 64px;
    height: 97px;
    transform: rotate(15deg);
  }
}
/*----------------------------------------------------------------------------------
  レッスンサービス
----------------------------------------------------------------------------------*/
.point-area em {
  color: #e3514e;
}
.point-area .f-btn {
  background-color: #e3514e;
  border: 2px solid #222;
  color: #222;
}
.lesson-img {
  text-align: center;
  margin-bottom: 24px;
}
.point-area ol li div .number {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 3px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.4em !important;
  color: #dd3d3a;
}
.point-area ol li div .point-title {
  font-size: 1rem;
  line-height: 1.2;
}
.point-area ol {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.point-area ol li {
  height: auto;
  position: static;
  padding: 50px 10px 0;
}
.point-area ol li:first-child {
  height: auto;
  position: static;
  padding: 0 10px 0;
}
.point-area ol li div {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.point-area ol li img {
  width: 80%;
  height: auto;
  display: block;
  margin: 10px auto 0;
  position: static;
  bottom: 0;
}
#lesson-service .f-btn-block {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .point-area ol {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    letter-spacing: .1em
  }
  .point-area ol li {
    width: 290px;
    height: 309px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
  }
  .point-area ol li img {
    width: 290px;
    height: 309px;
    display: block;
    margin: 0 auto;
  }
}
/*----------------------------------------------------------------------------------
  レッスン施設を探す
----------------------------------------------------------------------------------*/
.searchArea .searchArea-title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin: 0
}
.searchArea .searchArea-major .city {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0 24px;
  max-width: 976px
}
.searchArea .city-link {
  text-decoration: none
}
.searchArea .searchArea-major .city-item {
  width: calc(50% - 8px)
}
.searchArea .searchArea-major .city-image {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.searchArea .searchArea-major .city-name {
  padding: 4px 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #adadad;
  border-radius: 4px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #333;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  line-height: 18px
}
.searchArea .region {
  margin-bottom: 20px
}
.searchArea .region-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-top: 0;
  margin-right: 12px;
  margin-bottom: 10px;
  display: block
}
.searchArea .region .city {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px
}
.searchArea .region .city-link {
  cursor: pointer;
  font-size: 14px;
  color: #1764d7;
  font-weight: 300;
  line-height: 20px
}
.searchArea-region .js-accordion-trigger {
  position: relative;
  background-color: #fff;
  z-index: 10;
  outline: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  color: #1764d7;
  font-weight: 700;
  text-align: right
}
.searchArea-region .js-accordion-trigger::before {
  content: 'その他のエリアを探す'
}
.searchArea-region .js-accordion-trigger::after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 11px;
  margin-left: 8px;
  background-image: url(/doc/cnt-lesson/assets/img/arrow01.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
.searchArea-region.is-active .js-accordion-trigger::before {
  content: '閉じる'
}
.searchArea-region.is-active .js-accordion-trigger::after {
  transform: rotate(180deg)
}
.searchArea-region .js-accordion-trigger {
  position: relative;
  background-color: #fff;
  z-index: 10;
  outline: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  color: #1764d7;
  font-weight: 700;
  text-align: right
}
.searchArea-region .js-accordion-trigger::before {
  content: 'その他のエリアを探す'
}
.searchArea-region .js-accordion-trigger::after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 11px;
  margin-left: 8px;
  background-image: url(/doc/cnt-lesson/assets/img/arrow01.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
.searchArea-region.is-active .js-accordion-trigger::before {
  content: '閉じる'
}
.searchArea-region.is-active .js-accordion-trigger::after {
  transform: rotate(180deg)
}
@media screen and (min-width: 768px) {
  .searchArea {
    padding-top: 30px;
    margin-bottom: -20px
  }
  .searchArea .searchArea-title {
    font-size: 20px;
    line-height: 33px;
    font-feature-settings: "palt";
    letter-spacing: .1em
  }
  .searchArea .searchArea-major .city {
    gap: 32px;
    margin: 16px 0 40px;
    max-width: 100%
  }
  .searchArea .city-link {
    text-decoration: none
  }
  .searchArea .searchArea-major .city-item {
    width: calc(25% - 24px)
  }
  .searchArea .searchArea-major .city-name {
    font-size: 16px;
    line-height: 21px
  }
  .searchArea .searchArea-wrap {
    display: flex;
    flex-wrap: wrap
  }
  .searchArea .region {
    width: 50%
  }
  .searchArea .region-title {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-top: 0;
    margin-right: 12px;
    margin-bottom: 10px;
    display: block
  }
  .searchArea .region .city {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px
  }
  .searchArea .region .city-link {
    cursor: pointer;
    font-size: 14px;
    color: #1764d7;
    font-weight: 300;
    line-height: 20px
  }
  .searchArea-region .js-accordion-content {
    height: auto !important
  }
  .searchArea-region .js-accordion-trigger {
    display: none
  }
  .searchArea-region .js-accordion-content {
    height: auto !important
  }
  .searchArea-region .js-accordion-trigger {
    display: none
  }
}
/*----------------------------------------------------------------------------------
  TP only
----------------------------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1024px) {
  .howto-step {
    width: 95%;
    margin: 0 auto;
  }
  .search-area {
    width: 100%;
    margin: 0 auto;
  }
}
/*----------------------------------------------------------------------------------
  SP only
----------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .f-section-header {
    margin-bottom: 20px;
  }
  .main-area {
    height: auto;
    position: relative;
    padding-top: 0;
  }
  /*-- 期間 --*/
  .date {
    padding: 10px 0 3px;
  }
  .date ul {
    width: 100%;
    margin: 0 auto;
  }
  .date li {
    text-align: center;
    margin-bottom: 8px;
    padding: 0 10px 0;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .date li span {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    padding: 3px 3px 2px;
    margin-top: 4px;
  }
  .date li:not(:last-child) {
    margin-bottom: 4px;
  }
}