@charset "UTF-8";

/* 新コース */
body.newcourse .sticky-container,
body.newcourse .bottom-menu {
  display: none !important;
}
body.newcourse .contents {
  font-size: 1.6rem;
  line-height: 1.8;
}
body.newcourse .elem_fadeup {
  opacity: 0;
  transform: translateY(3rem);
}
body.newcourse .elem_fadeup.is-active {
  transition: all 1s;
  transform: translateY(0);
  opacity: 1;
}

.newcourse-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  min-width: 2rem;
  height: 5rem;
  padding: 0.5rem 5rem;
  border: 1px solid #4c4948;
  color: #4c4948;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768.98px) {
  .newcourse-btn {
    width: 100%;
    min-width: 28rem;
  }
}
@media (min-width: 769px) {
  .newcourse-btn {
    min-width: 35rem;
  }
}
.newcourse-btn::after {
  transition: inherit;
  content: "\f105";
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #167265;
  border-radius: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
}
.newcourse-btn:hover {
  opacity: 1;
  text-decoration: none;
  border-color: #167265;
  background-color: #167265;
  color: #fff;
}
.newcourse-btn:hover::after {
  background-color: #fff;
  color: #167265;
}
@media (max-width: 768.98px) {
  .newcourse-scrollable {
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .newcourse-scrollable_inner {
    width: 100rem;
  }
}
.newcourse-sticky {
  position: fixed;
  z-index: 30;
}
@media (max-width: 768.98px) {
  .newcourse-sticky {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .newcourse-sticky {
    right: 0;
    top: 140px;
    bottom: auto;
    width: 4.8rem;
  }
}
.newcourse-sticky_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768.98px) {
  .newcourse-sticky_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.newcourse-sticky_link {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  background-color: #fff;
  border: 2px solid #167265;
  color: #167265;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768.98px) {
  .newcourse-sticky_link {
    height: 4.6rem;
    padding: 0.2rem 0 0;
    border-radius: 1rem 1rem 0 0;
  }
}
@media (min-width: 769px) {
  .newcourse-sticky_link {
    padding: 1.6rem 0 1rem;
    border-right: none;
    border-radius: 1rem 0 0 1rem;
    font-feature-settings: initial;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
  }
}
.-jh .newcourse-sticky_link {
  border-color: #871c3d;
  color: #871c3d;
}
.-h .newcourse-sticky_link {
  border-color: #1c5287;
  color: #1c5287;
}
.newcourse-sticky_link i {
  font-size: 2.4rem;
}
.newcourse-sticky_link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.newcourse-mv {
  padding: 6rem 0 2.5rem;
  text-align: center;
}
@media (max-width: 768.98px) {
  .newcourse-mv {
    padding: 5rem 0 1rem;
  }
}
.-jh .newcourse-mv {
  background: url(/tondabayashi/newcourse_jh/img/mv_bg_jh.jpg) no-repeat center center/cover;
}
@media (max-width: 768.98px) {
  .-jh .newcourse-mv {
    background-image: url(/tondabayashi/newcourse_jh/img/mv_bg_jh-sp.jpg);
  }
}
.-h .newcourse-mv {
  background: url(/tondabayashi/newcourse_jh/img/mv_bg_h.jpg) no-repeat center center/cover;
}
@media (max-width: 768.98px) {
  .-h .newcourse-mv {
    background-image: url(/tondabayashi/newcourse_jh/img/mv_bg_h-sp.jpg);
  }
}
.newcourse-mv_copy {
  width: 30rem;
  margin: 0 auto 4rem;
  text-align: center;
}
@media (max-width: 768.98px) {
  .newcourse-mv_copy {
    width: 53.4vw;
    margin: 0 auto 3rem;
  }
}
.newcourse-mv_ttl {
  margin-bottom: 8rem;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .newcourse-mv_ttl {
    margin-bottom: 4rem;
    font-size: 5.87vw;
  }
}
.newcourse-mv_ttl strong {
  display: inline-flex;
  align-items: center;
  gap: 0 2.5rem;
  font-size: 10rem;
}
@media (max-width: 768.98px) {
  .newcourse-mv_ttl strong {
    gap: 0 1rem;
    font-size: 8.53vw;
  }
}
.newcourse-mv_ttl .-line1 {
  font-size: 5.2rem;
}
@media (max-width: 768.98px) {
  .newcourse-mv_ttl .-line1 {
    font-size: 5.87vw;
  }
}
.newcourse-mv_ttl .-line2 {
  display: inline-flex;
  align-items: end;
  gap: 0 2rem;
  margin-top: 2rem;
}
@media (max-width: 768.98px) {
  .newcourse-mv_ttl .-line2 {
    gap: 0 0.8rem;
    margin-top: 0.5rem;
  }
}
.newcourse-mv_ttl .-icon {
  width: 12rem;
}
@media (max-width: 768.98px) {
  .newcourse-mv_ttl .-icon {
    width: 11.2vw;
  }
}
.newcourse-mv_scroll {
  position: relative;
  padding-bottom: 7rem;
  color: #167265;
  font-family: Syncopate;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .newcourse-mv_scroll {
    padding-bottom: 5rem;
    font-size: 1rem;
  }
}
.newcourse-mv_scroll::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 6rem;
  margin: auto;
  background-color: #167265;
  animation: scroll-bar 2s ease-in-out infinite;
}
@media (max-width: 768.98px) {
  .newcourse-mv_scroll::after {
    height: 4rem;
  }
}
@keyframes scroll-bar {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.newcourse-lead {
  padding: 6rem 0;
  background: #167265;
  color: #fff;
  text-align: center;
}
@media (max-width: 768.98px) {
  .newcourse-lead {
    padding: 6rem 2rem;
  }
}
.newcourse-lead_ttl {
  max-width: 80rem;
  margin: 0 auto 3rem;
  padding: 0.7rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 25%, #fff 50%, #fff 75%, rgba(255, 255, 255, 0));
  color: #167265;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768.98px) {
  .newcourse-lead_ttl {
    max-width: 40rem;
    margin: 0 auto 2rem;
    padding: 1rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 15%, #fff 50%, #fff 85%, rgba(255, 255, 255, 0));
    font-size: 2.4rem;
  }
}
.newcourse-lead_txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 768.98px) {
  .newcourse-lead_txt {
    text-align: left;
  }
}
.newcourse-step {
  padding: 8rem 0;
  background-color: #f2f2f2;
}
@media (max-width: 768.98px) {
  .newcourse-step {
    padding: 6rem 0;
  }
}
.newcourse-step_outer {
  padding: 6rem 10rem 2rem;
  border-radius: 6rem;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768.98px) {
  .newcourse-step_outer {
    padding: 6rem 2rem 3rem;
  }
}
.newcourse-step_sec {
  padding: 4rem 0;
}
@media (max-width: 768.98px) {
  .newcourse-step_sec {
    padding: 3rem 0;
  }
}
.newcourse-step_ttl {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  gap: 0 0.8rem;
  margin-bottom: 2rem;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .newcourse-step_ttl {
    margin-bottom: 1rem;
    font-size: clamp(3rem, 10vw, 3.6rem);
  }
}
.newcourse-step_ttl .-head {
  grid-area: 1/1/2/3;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0.6rem 1.5rem;
  background-color: #167265;
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 768.98px) {
  .newcourse-step_ttl .-head {
    padding: 0.6rem 1rem;
    font-size: clamp(1.4rem, 4.27vw, 1.6rem);
  }
}
.newcourse-step_ttl .-head::after {
  content: "";
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  translate: -50% 100%;
  border-style: solid;
  border-width: 2.5rem 2rem 0 2rem;
  border-color: #167265 transparent transparent;
  translate: -50% 100%;
}
.newcourse-step_ttl .-num {
  grid-area: 2/1/3/2;
  font-size: 8.8rem;
  font-family: Syncopate;
  text-align: right;
}
@media (max-width: 768.98px) {
  .newcourse-step_ttl .-num {
    font-size: clamp(5rem, 16vw, 6rem);
  }
}
.newcourse-step_ttl .-main {
  grid-area: 2/2/3/3;
  text-align: left;
}
.newcourse-step_subttl {
  display: grid;
  grid-template-columns: 7.8rem 1fr;
  align-items: start;
  margin-bottom: 2rem;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768.98px) {
  .newcourse-step_subttl {
    grid-template-columns: 6.3rem 1fr;
    gap: 0 0.5rem;
    font-size: clamp(2.4rem, 7.5vw, 2.8rem);
  }
}
.newcourse-step_subttl .-num {
  position: relative;
  translate: 0 -0.2rem;
  display: grid;
  color: #167265;
  font-size: 1.4rem;
  font-family: Syncopate;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .newcourse-step_subttl .-num {
    translate: 0 0.5rem;
    font-size: 1.2rem;
  }
}
.newcourse-step_subttl .-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.2em;
  display: block;
  width: 5px;
  height: 96%;
  background-color: #167265;
}
.newcourse-step_subttl .-num strong {
  font-size: 4rem;
}
@media (max-width: 768.98px) {
  .newcourse-step_subttl .-num strong {
    font-size: 3.2rem;
  }
}
.newcourse-step_img {
  margin: 2rem 0 0;
  text-align: center;
}
.newcourse-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2rem;
  margin: 3rem 0;
}
.newcourse-detail_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem 0;
}
.newcourse-detail_ttl {
  display: grid;
  align-content: center;
  height: 4.8rem;
  margin: 0 0 1rem;
  padding: 0 1.5rem 0 0;
  clip-path: polygon(0% 0%, calc(100% - 2rem) 0%, 100% 50%, calc(100% - 2rem) 100%, 0% 100%);
  font-size: 2.4rem;
  font-weight: bold;
  background: #167265;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.newcourse-detail_ttl.-step1 {
  background-color: #4eae7e;
}
.newcourse-detail_ttl.-step2 {
  background-color: #0d8f4e;
}
.newcourse-detail_catch {
  align-content: center;
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.36;
  text-align: center;
}
.newcourse-detail_catch strong {
  font-weight: bold;
}
.newcourse-detail_txt {
  margin: 0;
}
.newcourse-find {
  display: grid;
  align-items: start;
  gap: 1rem 3rem;
  margin: 3rem 0 0;
}
@media (min-width: 769px) {
  .newcourse-find {
    grid-template-columns: 29rem 1fr;
  }
}
.newcourse-find_tabs {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768.98px) {
  .newcourse-find_tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 0.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.newcourse-find_tab {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
  width: 100%;
  height: 5.4rem;
  padding: 0 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  clip-path: polygon(0% 0%, calc(100% - 2.5rem) 0%, 100% 50%, calc(100% - 2.5rem) 100%, 0% 100%);
  background: #f2f2f2;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .newcourse-find_tab {
    justify-content: center;
    gap: 0 0.5rem;
    height: 4.8rem;
    padding: 0 0 0.6rem;
    clip-path: polygon(100% 0, 100% calc(100% - 1rem), 50% 100%, 0 calc(100% - 1rem), 0 0);
    font-size: clamp(1.4rem, 4.27vw, 1.6rem);
    text-align: center;
  }
}
.newcourse-find_tab .-inner {
  display: grid;
  align-content: center;
}
.newcourse-find_tab small {
  font-size: 70%;
  font-weight: inherit;
}
.newcourse-find_tab::after {
  content: "\f061";
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #167265;
  border-radius: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768.98px) {
  .newcourse-find_tab::after {
    content: "\f063";
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.2rem;
  }
}
.-jh .newcourse-find_tab::after {
  background-color: #871c3d;
}
.-h .newcourse-find_tab::after {
  background-color: #1c5287;
}
.newcourse-find_tab.is-active {
  background: #167265;
  color: #fff;
}
.-jh .newcourse-find_tab.is-active {
  background-color: #871c3d;
}
.-h .newcourse-find_tab.is-active {
  background-color: #1c5287;
}
.newcourse-find_tab.is-active::after {
  background-color: #fff;
  color: #167265;
}
.-jh .newcourse-find_tab.is-active::after {
  color: #871c3d;
}
.-h .newcourse-find_tab.is-active::after {
  color: #1c5287;
}
.newcourse-find_panel {
  display: none;
  padding: 3rem;
  background: #f2f2f2;
}
@media (max-width: 768.98px) {
  .newcourse-find_panel {
    padding: 2rem 2rem 3rem;
  }
}
.-jh .newcourse-find_panel {
  background-image: linear-gradient(128deg, #f2f2f2 0%, #ffecf2);
}
.-h .newcourse-find_panel {
  background-image: linear-gradient(128deg, #f2f2f2 0%, #e4f1ff);
}
.newcourse-find_panel.is-active {
  display: block;
  animation: panel-show 0.2s linear forwards;
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.newcourse-find_box:not(:last-child) {
  margin-bottom: 3rem;
}
.newcourse-find_ttl {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #167265;
  color: #167265;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.-jh .newcourse-find_ttl {
  color: #871c3d;
  border-color: #871c3d;
}
.-h .newcourse-find_ttl {
  color: #1c5287;
  border-color: #1c5287;
}
.newcourse-find_ttl i {
  font-size: 4rem;
}
@media (max-width: 768.98px) {
  .newcourse-find_ttl i {
    font-size: 3.6rem;
  }
}
.newcourse-find_txt {
  margin: 0;
}
.newcourse-links {
  padding: 6rem 0;
}
@media (max-width: 768.98px) {
  .newcourse-links {
    padding: 6rem 2rem 8rem;
  }
}
.newcourse-links_ttl {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.newcourse-links_list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 2rem 8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768.98px) {
  .newcourse-links_list {
    grid-template-columns: 1fr;
  }
}
