@charset "UTF-8";

/*-----------------------------------------
  下層　共通事項
-------------------------------------------*/

#nc_student {
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
}

#nc_student p {
  color: #444;
}

#nc_student img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
}

#nc_student .center {
  text-align: center;
}

#nc_student .dis_sptotab {
  display: block;
}

#nc_student .dis_pc {
  display: none;
}

#nc_student .dis_tab {
  display: none;
}

#nc_student .dis_tabOnly {
  display: none;
}

#nc_student .dis_sp {
  display: block;
}

#nc_student em {
  font-style: normal;
}

#nc_student .small {
  font-size: 85%;
}

#nc_student .hero {
  text-align: center;
}

#nc_student .hero img {
  width: 100%;
  max-width: 1366px;
  vertical-align: top;
}

#nc_student .headline {
  text-align: center;
  width: 100%;
  margin: 30px auto 20px;
}

#nc_student .headline img {
  width: 95%;
  height: auto;
}

#nc_student .content_box {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

#nc_student .benefit .benefit_ph {
  width: 100%;
  height: auto;
}

#nc_student .benefit .benefit_tit {
  display: flex;
  align-items: flex-start;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 10px auto;
}

#nc_student .benefit .benefit_tit img {
  flex: 0 0 10%;
  margin-right: 10px;
}

#nc_student .benefit p {
  margin-bottom: 30px;
}

#nc_student .plan .plan_detail {
  padding-bottom: 50px;
  margin-bottom: 30px;
  background: url(../images/line_sp.svg) center bottom/100% no-repeat;
}

#nc_student .plan .plan_tit {
  display: flex;
  align-items: flex-start;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 10px auto;
}

#nc_student .plan .plan_tit span {
  display: block;
  color: #00ABC3;
  font-size: 80%;
}

#nc_student .plan .plan_tit img {
  flex: 0 0 10%;
  margin-right: 10px;
}

#nc_student .plan .plan_benefit {
  background: #fffa99;
  margin: 15px 0;
  padding: 4% 4% 3%;
}

#nc_student .plan .plan_benefit h4 {
  color: #ff398a;
  font-weight: bold;
  padding-bottom: 5px;
}

#nc_student .plan .plan_benefit h4::before {
  content: "\f06b";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

#nc_student .plan .plan_benefit p {
  font-weight: bold;
  color: #00ABC3;
  line-height: 1.4;
}

#nc_student .plan .plan_txt {
  margin-bottom: 15px;
}

#nc_student .sold_out {
  background: #ccc;
  border-radius: 10px;
  width: 90%;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px 0;
  margin: 0 auto;
  color: #fff;
}

#nc_student .tour .tour_head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

#nc_student .tour .tour_head .img_area {
  flex: 0 0 30%;
  margin-right: 10px;
}

#nc_student .tour .tour_head .img_area .img_wrap {
  display: block;
  width: 100%;
  position: relative;
  padding: 75% 0 0;
  overflow: hidden;
  background: #ddd;
}

#nc_student .tour .tour_head .img_area .img_wrap img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#nc_student .tour .tour_head .tour_tit {
  font-weight: bold;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.5;
}

#nc_student .tour .tour_tab {
  display: flex;
  margin: 0;
  border-bottom: 1px solid #00ABC3;
}

#nc_student .tour .tour_tab li {
  flex-basis: 15%;
  padding: 10px 0 8px;
  font-size: 1.2rem;
  border-radius: 3px 3px 0 0;
  margin: 0 5px 0 0;
  background: #ccecf1;
  color: #00ABC3;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  line-height: 1;
  transition: .3s all;
}

#nc_student .tour .tour_tab li.active {
  background: #49B8BE;
  color: #fff;
}

#nc_student .tour .tour_tab li:last-child {
  margin-right: 0;
}

#nc_student .tour .tour_tab li:hover {
  cursor: pointer;
  background: #49B8BE;
  color: #fff;
}

#nc_student .tour .panel_cnt {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00ABC3;
  padding: 8px 0;
  display: none;
}

#nc_student .tour .panel_cnt.active {
  display: flex;
}

#nc_student .tour .panel_cnt .price_bl .price {
  color: #f65555;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: bold;
}

#nc_student .tour .panel_cnt .price_bl .price .max_price {
  font-size: 65%;
}

#nc_student .tour .panel_cnt .price_bl .price_info {
  font-size: 1.0rem;
  color: #666;
}

#nc_student .tour .panel_cnt .tour_btn {
  background: #f65555;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  flex: 0 0 43%;
}

#nc_student .tour .panel_cnt .tour_btn:hover {
  opacity: 0.75;
}

#nc_student .tour .tour_list_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 0;
}

#nc_student .tour .tour_list_link::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-right: 1px solid #00ABC3;
  border-bottom: 1px solid #00ABC3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 0 3px 3px;
}

#nc_student .tour .tour_list_link a {
  color: #00ABC3;
  text-decoration: underline;
}

#nc_student .tour .tour_list_link a:hover {
  opacity: 0.75;
}

#nc_student .search {
  margin-bottom: 30px;
}

#nc_student .search h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: #00ABC3;
  padding: 12px 0 10px;
  font-weight: bold;
}

#nc_student .search .search_box,
#nc_student .search .search_box.is_open .search_box_inner {
  max-width: 950px;
}

#nc_student .search .search_box_inner {
  background: #f5f5f5;
}

#nc_student .bnr {
  text-align: center;
  margin: 0 auto 30px;
}

#nc_student .bnr img {
  max-width: 90%;
}

#nc_student .contact {
  border: 1px solid #ccc;
  padding: 20px;
  width: 90%;
  max-width: 950px;
  margin: 0 auto 30px;
  overflow: hidden;
}

#nc_student .contact h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px;
}

#nc_student .contact p {
  padding-bottom: 10px;
  text-align: center;
  color: #666;
  font-size: 1.3rem;
}

#nc_student .contact .tel_num {
  background: #f65555;
  border-radius: 8px;
  color: #fff;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 3.0rem;
  padding: 0 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

#nc_student .contact .tel_num::before {
  content: "\f095";
  display: inline-block;
  padding-left: 10px;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  font-size: 2.4rem;
}

#nc_student .contact .freeorder_btn {
  background: #00ABC3;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

#nc_student .contact .freeorder_btn::before {
  content: "\f0e0";
  display: inline-block;
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
}

@media screen and (min-width: 641px) {
  #nc_student {
    font-size: 1.5rem;
  }

  #nc_student .dis_tab {
    display: block;
  }

  #nc_student .dis_tabOnly {
    display: block;
  }

  #nc_student .dis_sp {
    display: none;
  }

  #nc_student .hero {
    background: url(../images/hero_bg.jpg) center bottom/100% no-repeat;
  }

  #nc_student .benefit .headline img {
    height: 133px;
    width: auto;
  }

  #nc_student .benefit ul {
    display: flex;
    justify-content: space-between;
  }

  #nc_student .benefit ul li {
    width: 48%;
  }

  #nc_student .benefit .benefit_tit {
    font-size: 2.4rem;
  }

  #nc_student .plan .headline img {
    height: 210px;
    width: auto;
  }

  #nc_student .plan .plan_detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 70px;
    margin-bottom: 50px;
    background: url(../images/line_pc.svg) center bottom/100% no-repeat;
  }

  #nc_student .plan .plan_detail img.dis_pc {
    display: inline;
  }

  #nc_student .plan .plan_detail img.dis_pc,
  #nc_student .plan .plan_detail .right_bl {
    width: 48%;
  }

  #nc_student .contact {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 auto 50px;
  }

  #nc_student .contact h2 {
    font-size: 2.4rem;
    padding-bottom: 0;
    flex: 0 0 100%;
  }

  #nc_student .contact p {
    flex: 0 1 47%;
    text-align: left;
    padding-top: 20px;
    font-size: 1.4rem;
  }

  #nc_student .contact .numlink {
    flex: 0 0 40%;
    text-align: left;
  }

  #nc_student .contact .tel_num {
    background: none;
    color: #f65555;
    pointer-events: none;
    height: auto;
    margin-bottom: 5px;
    line-height: 1;
  }
}

@media screen and (min-width: 1024px) {
  #nc_student .tour .panel_cnt .price_bl .price {
    font-size: 2.8rem;
  }

  #nc_student .contact .tel_num {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 1025px) {
  #nc_student p {
    font-size: 1.6rem;
  }

  #nc_student .dis_sptotab {
    display: none;
  }

  #nc_student .dis_pc {
    display: block;
  }

  #nc_student .dis_tabOnly {
    display: none;
  }

  #nc_student .headline {
    margin: 70px auto 50px;
  }

  #nc_student .plan .plan_benefit {
    padding: 15px 15px 10px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  #nc_student .plan .plan_benefit h4 {
    font-size: 1.8rem;
  }

  #nc_student .plan .plan_benefit p {
    font-size: 1.8rem;
  }

  #nc_student .plan .plan_txt {
    margin-bottom: 20px;
  }

  #nc_student .sold_out {
    font-size: 2.0rem;
  }

  #nc_student .tour .tour_head {
    margin-bottom: 15px;
  }

  #nc_student .tour .tour_head .tour_tit {
    -webkit-line-clamp: 5;
  }

  #nc_student .tour .tour_tab li {
    font-size: 1.5rem;
    border-radius: 5px 5px 0 0;
    padding: 12px 0 8px;
  }

  #nc_student .tour .panel_cnt {
    padding: 15px 0;
  }

  #nc_student .tour .panel_cnt .price_bl .price {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  #nc_student .tour .panel_cnt .price_bl .price_info {
    font-size: 1.2rem;
  }

  #nc_student .tour .panel_cnt .tour_btn {
    font-size: 1.8rem;
  }

  #nc_student .search {
    background: #ccecf1;
    padding: 50px 0;
    margin-bottom: 50px;
  }

  #nc_student .bnr {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1367px) {
  #nc_student .plan .plan_tit {
    font-size: 2.2rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1920px) {
  #nc_student .hero {
    background: url(../images/hero_bg2.jpg) center bottom/100% no-repeat;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 1140px !important;
    width: 100%;
    position: relative !important;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
