@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#course,
#english,
#integrated,
#admissions,
#club,
#videos {
  scroll-margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  #strengths,
  #classes,
  #english,
  #events {
    scroll-margin-top: 80px;
  }
}
html body #wrapper {
  /*----------------------------------------------------
      HEADER STYLE
  ----------------------------------------------------*/
}
html body #wrapper > header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 1.5rem 1.5rem 1rem;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.3);
}
html body #wrapper > header .header_logo {
  width: 20%;
}
html body #wrapper > header .header_logo .logo_img img {
  width: 100%;
  height: auto;
  display: block;
}
html body #wrapper > header {
  /* ------------------------------
      PC NAV
  ------------------------------ */
}
html body #wrapper > header .nav_pc {
  display: none;
}
html body #wrapper > header {
  /* ------------------------------
      HAMBURGER NAV
  ------------------------------ */
}
html body #wrapper > header .nav_sp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}
html body #wrapper > header .nav_sp .ig,
html body #wrapper > header .nav_sp .hamburger {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
html body #wrapper > header .nav_sp .hamburger {
  position: relative;
  border: none;
  border-radius: 12px;
  background-color: #366BB4;
  cursor: pointer;
  padding: 0;
}
html body #wrapper > header .nav_sp .hamburger span {
  position: absolute;
  left: 50%;
  width: 28px;
  height: 3px;
  background-color: #fff;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: 0.3s;
}
html body #wrapper > header .nav_sp .hamburger span:nth-child(1) {
  top: 15px;
}
html body #wrapper > header .nav_sp .hamburger span:nth-child(2) {
  top: 24px;
}
html body #wrapper > header .nav_sp .hamburger span:nth-child(3) {
  top: 33px;
}
html body #wrapper > header .nav_sp .hamburger.active span:nth-child(1) {
  top: 24px;
  transform: translateX(-50%) rotate(45deg);
}
html body #wrapper > header .nav_sp .hamburger.active span:nth-child(2) {
  opacity: 0;
}
html body #wrapper > header .nav_sp .hamburger.active span:nth-child(3) {
  top: 24px;
  transform: translateX(-50%) rotate(-45deg);
}
html body #wrapper > header .nav_sp .ig a {
  display: block;
  width: 100%;
  height: 100%;
}
html body #wrapper > header .nav_sp .ig img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
html body #wrapper > header {
  /* ------------------------------
      SP NAV
  ------------------------------ */
}
html body #wrapper > header .sp_menu {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.3s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
html body #wrapper > header .sp_menu ul {
  padding: 1.5rem;
}
html body #wrapper > header .sp_menu li {
  border-bottom: 1px solid #eee;
}
html body #wrapper > header .sp_menu a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 0;
  color: #222;
  font-weight: 700;
  text-decoration: none;
}
html body #wrapper > header .sp_menu a img {
  width: 28px;
  height: auto;
  display: block;
  flex-shrink: 0;
}
html body #wrapper > header .sp_menu a span {
  display: block;
}
html body #wrapper > header .sp_menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
html body #wrapper > header {
  /* ------------------------------
      TABLET / SP
  ------------------------------ */
}
@media screen and (max-width: 1024px) {
  html body #wrapper > header {
    height: 80px;
    padding: 1rem;
  }
  html body #wrapper > header .header_logo {
    width: 40%;
  }
  html body #wrapper > header .sp_menu {
    top: 80px;
  }
}
html body #wrapper > header {
  /* ------------------------------
      SMALL SP
  ------------------------------ */
}
@media screen and (max-width: 480px) {
  html body #wrapper > header {
    height: 70px;
    padding: 0.75rem;
  }
  html body #wrapper > header .header_logo {
    width: 48%;
  }
  html body #wrapper > header .nav_sp {
    gap: 0.5rem;
  }
  html body #wrapper > header .nav_sp .download,
  html body #wrapper > header .nav_sp .ig,
  html body #wrapper > header .nav_sp .hamburger {
    width: 44px;
    height: 44px;
  }
  html body #wrapper > header .nav_sp .hamburger {
    border-radius: 10px;
  }
  html body #wrapper > header .nav_sp .hamburger span {
    width: 24px;
    height: 3px;
  }
  html body #wrapper > header .nav_sp .hamburger span:nth-child(1) {
    top: 13px;
  }
  html body #wrapper > header .nav_sp .hamburger span:nth-child(2) {
    top: 21px;
  }
  html body #wrapper > header .nav_sp .hamburger span:nth-child(3) {
    top: 29px;
  }
  html body #wrapper > header .nav_sp .hamburger.active span:nth-child(1),
  html body #wrapper > header .nav_sp .hamburger.active span:nth-child(3) {
    top: 21px;
  }
  html body #wrapper > header .sp_menu {
    top: 70px;
  }
}
html body #wrapper {
  /*----------------------------------------------------
      MAIN STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
      SLIDER STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .s1_slider,
html body #wrapper > main#contentsAll .s2_slider,
html body #wrapper > main#contentsAll .s6_slider {
  width: 100%;
  overflow: hidden;
}
html body #wrapper > main#contentsAll .s1_slider .slick-track,
html body #wrapper > main#contentsAll .s2_slider .slick-track,
html body #wrapper > main#contentsAll .s6_slider .slick-track {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
html body #wrapper > main#contentsAll .s1_slider .slick-slide,
html body #wrapper > main#contentsAll .s2_slider .slick-slide,
html body #wrapper > main#contentsAll .s6_slider .slick-slide {
  height: auto;
}
html body #wrapper > main#contentsAll .s1_slider .slick-slide > div,
html body #wrapper > main#contentsAll .s2_slider .slick-slide > div,
html body #wrapper > main#contentsAll .s6_slider .slick-slide > div {
  height: 100%;
}
html body #wrapper > main#contentsAll .s1_slider .slick-slide img,
html body #wrapper > main#contentsAll .s2_slider .slick-slide img,
html body #wrapper > main#contentsAll .s6_slider .slick-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
html body #wrapper > main#contentsAll .s1_slider .slides,
html body #wrapper > main#contentsAll .s2_slider .slides,
html body #wrapper > main#contentsAll .s6_slider .slides {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
  padding: 0 0.5rem;
}
html body #wrapper > main#contentsAll .s1_slider .slide_img,
html body #wrapper > main#contentsAll .s2_slider .slide_img,
html body #wrapper > main#contentsAll .s6_slider .slide_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
html body #wrapper > main#contentsAll .s1_slider {
  padding-top: 2rem;
  width: 100%;
  overflow: hidden;
}
html body #wrapper > main#contentsAll .s1_slider .slick-list {
  margin: 0 -0.5rem;
}
html body #wrapper > main#contentsAll .s1_slider .slick-track {
  display: flex;
  align-items: center;
}
html body #wrapper > main#contentsAll .s1_slider .slick-slide {
  height: auto;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
html body #wrapper > main#contentsAll .s1_slider .slick-slide > div {
  height: 100%;
}
html body #wrapper > main#contentsAll .s1_slider .s1_slide {
  width: 100%;
}
html body #wrapper > main#contentsAll .s1_slider .s1_slide img {
  display: block;
  width: 100%;
  height: auto;
}
html body #wrapper > main#contentsAll .s2_slider {
  overflow: visible !important;
  padding-bottom: 3rem;
}
html body #wrapper > main#contentsAll .s2_slider.slick-slider {
  position: relative;
}
html body #wrapper > main#contentsAll .s2_slider .slick-list {
  overflow: hidden;
}
html body #wrapper > main#contentsAll .s2_slider .slick-track {
  padding: 0;
}
html body #wrapper > main#contentsAll .s2_slider .slick-arrow {
  position: absolute;
  top: 35%;
  z-index: 20;
  width: 60px;
  height: 60px;
  border: 2px solid #F39A59;
  border-radius: 50%;
  background: #fff;
  color: #F39A59;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
html body #wrapper > main#contentsAll .s2_slider .slick-prev {
  left: 15%;
}
html body #wrapper > main#contentsAll .s2_slider .slick-prev::before {
  content: "‹";
  font-size: 2rem;
  line-height: 1;
  color: #F39A59;
}
html body #wrapper > main#contentsAll .s2_slider .slick-next {
  right: 15%;
}
html body #wrapper > main#contentsAll .s2_slider .slick-next::before {
  content: "›";
  font-size: 2rem;
  line-height: 1;
  color: #F39A59;
}
html body #wrapper > main#contentsAll .s2_slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  margin: 1.5rem 0 0;
  margin-top: 5rem;
  position: static;
}
html body #wrapper > main#contentsAll .s2_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
html body #wrapper > main#contentsAll .s2_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #d8d8d8;
  font-size: 0;
  cursor: pointer;
  display: block;
}
html body #wrapper > main#contentsAll .s2_slider .slick-dots li.slick-active button {
  background: #F39A59;
}
html body #wrapper > main#contentsAll .s5_slider {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
html body #wrapper > main#contentsAll .s5_slider .slick-list {
  overflow: visible;
}
html body #wrapper > main#contentsAll .s5_slider .slick-track {
  display: flex;
  align-items: center;
}
html body #wrapper > main#contentsAll .s5_slider .slick-slide {
  padding: 0 0.7rem;
  transform: scale(0.72);
  opacity: 0.75;
  transition: 0.4s;
}
html body #wrapper > main#contentsAll .s5_slider .slick-slide > div {
  height: 100%;
}
html body #wrapper > main#contentsAll .s5_slider .slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
html body #wrapper > main#contentsAll .s5_slider .slides {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
html body #wrapper > main#contentsAll .s5_slider .slide_img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
html body #wrapper > main#contentsAll .s5_slider .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 20;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background-color: #E95383;
  font-size: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
html body #wrapper > main#contentsAll .s5_slider .slick-prev {
  left: 25%;
}
html body #wrapper > main#contentsAll .s5_slider .slick-prev::before {
  content: "‹";
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}
html body #wrapper > main#contentsAll .s5_slider .slick-next {
  right: 25%;
}
html body #wrapper > main#contentsAll .s5_slider .slick-next::before {
  content: "›";
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}
html body #wrapper > main#contentsAll .s5_slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  position: static;
}
html body #wrapper > main#contentsAll .s5_slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
html body #wrapper > main#contentsAll .s5_slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #d8d8d8;
  font-size: 0;
  cursor: pointer;
  display: block;
}
html body #wrapper > main#contentsAll .s5_slider .slick-dots li.slick-active button {
  background-color: #E95383;
}
@media screen and (max-width: 767px) {
  html body #wrapper > main#contentsAll .s5_slider .slick-arrow {
    top: 35%;
  }
  html body #wrapper > main#contentsAll .s5_slider .slick-prev {
    left: 10%;
  }
  html body #wrapper > main#contentsAll .s5_slider .slick-next {
    right: 10%;
  }
  html body #wrapper > main#contentsAll .s5_slider {
    margin-top: 1.5rem;
  }
  html body #wrapper > main#contentsAll .s5_slider .slick-slide {
    padding: 0 0.4rem;
    transform: scale(0.86);
  }
  html body #wrapper > main#contentsAll .s5_slider .slick-center {
    transform: scale(1);
  }
}
html body #wrapper > main#contentsAll .s6_slider {
  width: 100%;
  overflow: hidden;
}
html body #wrapper > main#contentsAll .s6_slider .slick-list {
  margin: 0 -0.5rem;
}
html body #wrapper > main#contentsAll .s6_slider .slick-track {
  display: flex;
  align-items: center;
}
html body #wrapper > main#contentsAll .s6_slider .slick-slide {
  height: auto;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
html body #wrapper > main#contentsAll .s6_slider .slick-slide > div {
  height: 100%;
}
html body #wrapper > main#contentsAll .s6_slider .s6_slide {
  width: 100%;
}
html body #wrapper > main#contentsAll .s6_slider .s6_slide img {
  display: block;
  width: 100%;
  height: auto;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------
      MV
  ----------------------------------------*/
}
html body #wrapper > main#contentsAll .mv {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
html body #wrapper > main#contentsAll .mv_bg_pc {
  margin-top: 100px;
  width: 100%;
  height: auto;
  display: block;
}
html body #wrapper > main#contentsAll .mv_sp_bg {
  margin-top: 70px;
  width: 100%;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .mv_bg_pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  html body #wrapper > main#contentsAll .mv_sp_bg {
    display: none;
  }
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
  STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .section_ttl {
  text-align: center;
  margin: 1rem 0;
}
html body #wrapper > main#contentsAll .section_ttl h1 {
  padding: 10rem 0 6rem;
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
  color: black;
  text-shadow: #4694D1;
}
html body #wrapper > main#contentsAll .section_ttl h1 span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  html body #wrapper > main#contentsAll .section_ttl h1 span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  html body #wrapper > main#contentsAll .section_ttl h1 {
    padding: 3rem 0;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
html body #wrapper > main#contentsAll .section_ttl .ttl_eng {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body #wrapper > main#contentsAll .section_ttl .ttl_eng .dot {
  font-size: 1.2rem;
}
html body #wrapper > main#contentsAll .section_ttl .ttl_eng .eng {
  font-size: 0.8rem;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
  CONTENTS STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .s1 .s1_graph {
  margin: 0 6rem 4rem;
  padding: 5rem 3rem;
}
@media screen and (min-width: 1025px) {
  html body #wrapper > main#contentsAll .s1 .s1_graph_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .s1 .s1_graph {
    display: none;
  }
  html body #wrapper > main#contentsAll .s1 .s1_graph_sp {
    padding: 1rem 0.5rem;
  }
}
html body #wrapper > main#contentsAll .s2 .s2_slider_wrap {
  --s2-image-width: 52%;
  display: grid;
  grid-template-columns: var(--s2-image-width) minmax(0, 1fr);
  align-items: center;
  -moz-column-gap: clamp(3rem, 6vw, 7rem);
       column-gap: clamp(3rem, 6vw, 7rem);
  width: calc(100% - 10rem);
  max-width: 1460px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
html body #wrapper > main#contentsAll .s2 .s2_slider_area {
  width: 100%;
  min-width: 0;
}
html body #wrapper > main#contentsAll .s2 .s2_slider {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  overflow: visible !important;
}
html body #wrapper > main#contentsAll .s2 .s2_slider .slick-list {
  width: 100%;
  overflow: hidden;
}
html body #wrapper > main#contentsAll .s2 .s2_slider .slick-track {
  display: flex;
  align-items: stretch;
  padding: 0 !important;
}
html body #wrapper > main#contentsAll .s2 .s2_slider .slick-slide {
  height: auto;
}
html body #wrapper > main#contentsAll .s2 .s2_slider .slick-slide > div {
  height: 100%;
}
html body #wrapper > main#contentsAll .s2 .s2_slider .s2_slide_img {
  width: 100%;
}
html body #wrapper > main#contentsAll .s2 .s2_slider .s2_slide_img img {
  display: block;
  width: 100%;
  height: auto;
}
html body #wrapper > main#contentsAll .s2 .s2_slide_content {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}
html body #wrapper > main#contentsAll .s2 .s2_slide_content .s2_slide_ttl_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
html body #wrapper > main#contentsAll .s2 .s2_slide_content .s2_slide_ttl {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
html body #wrapper > main#contentsAll .s2 .s2_slide_content .s2_slide_ttl span {
  display: inline-block;
  padding: 0.25em 0.55em 0.3em;
  background-color: #366bb4;
  color: #fff;
  font-size: clamp(1.7rem, 2.15vw, 2.5rem);
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}
html body #wrapper > main#contentsAll .s2 .s2_slide_content p {
  margin: 2.4rem 0 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.7;
}
html body #wrapper > main#contentsAll .s2 .s2_dots {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0.8rem;
  padding: 0;
  box-sizing: border-box;
}
html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}
html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots li button {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #d9d9d9;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots li button::before {
  display: none !important;
  content: none !important;
}
html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots li.slick-active button {
  background-color: #366bb4;
}
@media screen and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .s2 .s2_slider_wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    width: calc(100% - 4rem);
  }
  html body #wrapper > main#contentsAll .s2 .s2_slide_content {
    order: 1;
    width: 100%;
  }
  html body #wrapper > main#contentsAll .s2 .s2_slide_content .s2_slide_ttl span {
    font-size: 2.45rem;
  }
  html body #wrapper > main#contentsAll .s2 .s2_slide_content p {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
  html body #wrapper > main#contentsAll .s2 .s2_slider_area {
    order: 2;
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots {
    gap: 0.4rem;
  }
  html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots li {
    width: 9px;
    height: 9px;
  }
  html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}
html body #wrapper > main#contentsAll .s2 {
  /*----------------------------------------
      SP
  ----------------------------------------*/
}
@media screen and (max-width: 767px) {
  html body #wrapper > main#contentsAll .s2 .s2_slider_wrap {
    gap: 1.5rem;
    width: calc(100% - 2rem);
  }
  html body #wrapper > main#contentsAll .s2 .s2_slide_content .s2_slide_ttl_list {
    gap: 0.4rem;
  }
  html body #wrapper > main#contentsAll .s2 .s2_slide_content .s2_slide_ttl span {
    font-size: 1.25rem;
    white-space: normal;
  }
  html body #wrapper > main#contentsAll .s2 .s2_slide_content p {
    margin-top: 1.2rem;
    font-size: 0.8rem;
  }
  html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots {
    gap: 0.35rem;
  }
  html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots li {
    width: 7px;
    height: 7px;
  }
  html body #wrapper > main#contentsAll .s2 .s2_dots .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}
html body #wrapper > main#contentsAll .s2 .point {
  background-color: #DDF4FF;
  padding: 1rem;
  margin: 4rem 5rem;
  max-width: 1460px;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 1.5rem 3.5rem;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_content {
  width: 50%;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_content .point_ttl_list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_content .point_ttl_list .point_pop {
  width: 15%;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_content .point_ttl_list .point_ttl {
  font-size: 1.4rem;
  line-height: 2rem;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_content .bg_beige {
  padding: 1rem 0;
  margin-top: 0.5rem;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_content .point_txt {
  font-size: 1.2rem;
  padding: 1.5rem 0;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_content .result_list {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 1.5rem;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_content .result_list .result {
  width: 30%;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_content .text-right {
  font-size: 0.9rem;
  font-weight: 400;
  padding-top: 0.5rem;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_img {
  width: 50%;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_img img {
  display: block;
}
html body #wrapper > main#contentsAll .s2 .point .bg_white .point_img .point_img_txt {
  background-color: #366BB4;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem 0;
}
html body #wrapper > main#contentsAll .s2 .point_sp {
  margin: 0 1rem;
}
@media only screen and (min-width: 1025px) {
  html body #wrapper > main#contentsAll .s2 .point_sp {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .s2 .point {
    display: none;
  }
}
html body #wrapper > main#contentsAll .s3 {
  padding-bottom: 5rem;
}
html body #wrapper > main#contentsAll .s3 .s3_subttl {
  background-color: #366BB4;
  font-size: 3rem;
  margin: 0 auto 2rem;
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  html body #wrapper > main#contentsAll .s3 .s3_subttl {
    font-size: 1.5rem;
  }
}
html body #wrapper > main#contentsAll .s3 .s3_img_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: calc(100% - 4rem);
  max-width: 1100px;
  margin: 0 auto;
}
html body #wrapper > main#contentsAll .s3 .s3_img_list .s3_img {
  width: 100%;
}
html body #wrapper > main#contentsAll .s3 .s3_img_list .s3_img img {
  display: block;
  width: 100%;
  height: auto;
}
html body #wrapper > main#contentsAll .s4 {
  background-image: url(../img/s4_bg.svg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 4rem 8rem;
}
html body #wrapper > main#contentsAll .s4 .s4_list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
  align-items: stretch;
  gap: 2.5rem;
  max-width: 1440px;
  margin: 0 auto;
}
html body #wrapper > main#contentsAll .s4 .s4_column {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  row-gap: 1.8rem;
  min-width: 0;
}
html body #wrapper > main#contentsAll .s4 .s4_column_ttl {
  width: 160px;
  margin: 0 auto;
}
html body #wrapper > main#contentsAll .s4 .s4_column_ttl img {
  display: block;
  width: 100%;
  height: auto;
}
html body #wrapper > main#contentsAll .s4 .s4_jhs_list {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  height: 100%;
}
html body #wrapper > main#contentsAll .s4 .s4_jhs_card {
  display: grid;
  grid-template-columns: 43% minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  min-height: 0;
  padding: 1rem;
  background-color: #e2eefe;
  border-radius: 0 20px 0 20px;
  box-sizing: border-box;
}
html body #wrapper > main#contentsAll .s4 .s4_jhs_card .s4_jhs_heading {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 0.6rem;
  border-right: 1px solid #366bb4;
}
html body #wrapper > main#contentsAll .s4 .s4_jhs_card .s4_jhs_heading img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  html body #wrapper > main#contentsAll .s4 .s4_jhs_card .s4_jhs_heading {
    height: 50%;
  }
}
html body #wrapper > main#contentsAll .s4 .s4_jhs_card p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.65;
}
html body #wrapper > main#contentsAll .s4 .s4_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
}
html body #wrapper > main#contentsAll .s4 .s4_arrow img {
  display: block;
  width: 42px;
  height: auto;
}
html body #wrapper > main#contentsAll .s4 .s4_high_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 0;
  padding: 2.5rem 2rem;
  background-color: #e2eefe;
  border-radius: 0 20px 0 20px;
  box-sizing: border-box;
}
html body #wrapper > main#contentsAll .s4 .s4_high_card .s4_high_heading {
  width: 72%;
  margin: 0 auto 2rem;
}
html body #wrapper > main#contentsAll .s4 .s4_high_card .s4_high_heading img {
  display: block;
  width: 100%;
  height: auto;
}
html body #wrapper > main#contentsAll .s4 .s4_high_card hr {
  width: 100%;
  margin: 0 0 2rem;
  border: 0;
  border-top: 1px solid #366bb4;
}
html body #wrapper > main#contentsAll .s4 .s4_high_card p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .s4 {
    padding: 3rem 1rem;
  }
  html body #wrapper > main#contentsAll .s4 .s4_list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  html body #wrapper > main#contentsAll .s4 .s4_column {
    display: block;
  }
  html body #wrapper > main#contentsAll .s4 .s4_column_ttl {
    width: 180px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  html body #wrapper > main#contentsAll .s4 .s4_column_ttl {
    width: 140px;
  }
}
@media screen and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .s4 .s4_jhs_list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: auto;
  }
  html body #wrapper > main#contentsAll .s4 .s4_jhs_card {
    grid-template-columns: 40% minmax(0, 1fr);
    min-height: 125px;
  }
  html body #wrapper > main#contentsAll .s4 .s4_jhs_card p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  html body #wrapper > main#contentsAll .s4 .s4_jhs_card p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .s4 .s4_arrow {
    padding: 0;
    transform: rotate(90deg);
  }
  html body #wrapper > main#contentsAll .s4 .s4_arrow img {
    width: 46px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  html body #wrapper > main#contentsAll .s4 .s4_arrow img {
    width: 30px;
  }
}
@media screen and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .s4 .s4_high_card {
    height: auto;
    min-height: 300px;
    padding: 2rem 1.25rem;
  }
  html body #wrapper > main#contentsAll .s4 .s4_high_card .s4_high_heading {
    width: 85%;
  }
  html body #wrapper > main#contentsAll .s4 .s4_high_card p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  html body #wrapper > main#contentsAll .s4 .s4_high_card p {
    font-size: 0.75rem;
  }
}
html body #wrapper > main#contentsAll .s5 {
  /*----------------------------------------
      合格実績カード
  ----------------------------------------*/
}
html body #wrapper > main#contentsAll .s5 .s5_card_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 8rem;
}
html body #wrapper > main#contentsAll .s5 .s5_card_list .s5_card {
  width: 100%;
}
html body #wrapper > main#contentsAll .s5 .s5_card_list .s5_card img {
  display: block;
  width: 100%;
  height: auto;
}
html body #wrapper > main#contentsAll .s5 {
  /*----------------------------------------
      指定校推薦大学一覧
  ----------------------------------------*/
}
html body #wrapper > main#contentsAll .s5 .admissions {
  margin: 5rem 8rem 0;
  padding: 2rem 2.5rem;
  background-color: #f7f7f7;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.15rem 1.5rem;
  background-color: #366bb4;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_ttl p {
  margin: 0;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_ttl .admissions_main_ttl {
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.4;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_ttl .admissions_sub_ttl {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_content {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 0.95fr) minmax(0, 1.8fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1.4rem 1.5rem 0.5rem;
  background-color: #fff;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_column {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_column_right {
  gap: 0.9rem;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_item {
  margin: 0;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head img {
  width: 16px;
  height: 16px;
  margin-top: 0.28em;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head p {
  margin: 0;
  color: #221b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head p strong {
  font-size: 1.1em;
  font-weight: 900;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head p .other {
  margin-left: 0.35rem;
  font-size: 0.9em;
  font-weight: 600;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_note {
  margin: 0.15rem 0 0 1.4rem;
  color: #988979;
  font-size: 0.8rem;
  line-height: 1.45;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: #f79646;
  color: #fff;
  white-space: nowrap;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate .admissions_rate_txt {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate .admissions_rate_number {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate .admissions_rate_number span {
  font-size: 1.4rem;
  font-weight: 800;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate .admissions_rate_number strong {
  font-size: 4rem;
  font-weight: 800;
  line-height: 0.9;
}
html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate_note {
  margin: -0.35rem 0 0;
  font-size: 0.8rem;
  line-height: 1.3;
  text-align: right;
}
html body #wrapper > main#contentsAll .s5 {
  /*----------------------------------------
      1200px以下
  ----------------------------------------*/
}
@media screen and (max-width: 1200px) {
  html body #wrapper > main#contentsAll .s5 .admissions {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head p {
    white-space: normal;
  }
}
html body #wrapper > main#contentsAll .s5 {
  /*----------------------------------------
      タブレット
  ----------------------------------------*/
}
@media screen and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .s5 .s5_card_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 3rem;
  }
  html body #wrapper > main#contentsAll .s5 .admissions {
    padding: 1.5rem;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_ttl .admissions_main_ttl {
    font-size: 1.25rem;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_ttl .admissions_sub_ttl {
    font-size: 0.8rem;
  }
}
html body #wrapper > main#contentsAll .s5 {
  /*----------------------------------------
      SP
  ----------------------------------------*/
}
@media screen and (max-width: 767px) {
  html body #wrapper > main#contentsAll .s5 .s5_card_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    padding: 0 1rem;
  }
  html body #wrapper > main#contentsAll .s5 .admissions {
    margin: 3rem 0.75rem 0;
    padding: 0.65rem;
    background-color: #f7f7f7;
    /* 青い見出し */
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    padding: 0.9rem 0.8rem;
    background-color: #366bb4;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_ttl .admissions_main_ttl {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_ttl .admissions_sub_ttl {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }
  html body #wrapper > main#contentsAll .s5 .admissions {
    /* 大学一覧 */
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.7rem;
    padding: 1rem 0.8rem 7rem;
    background-color: transparent;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_column {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: 0;
  }
  html body #wrapper > main#contentsAll .s5 .admissions {
    /* 左上 */
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_column:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  html body #wrapper > main#contentsAll .s5 .admissions {
    /* 右上 */
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_column:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  html body #wrapper > main#contentsAll .s5 .admissions {
    /* 左下 */
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_column:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  html body #wrapper > main#contentsAll .s5 .admissions {
    /* 右下 */
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_column:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head img {
    width: 11px;
    height: 11px;
    margin-top: 0.22em;
    -o-object-fit: contain;
       object-fit: contain;
    flex-shrink: 0;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head p {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.35;
    white-space: normal;
    word-break: normal;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head p strong {
    font-size: 1em;
    font-weight: 900;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_item_head p .other {
    display: block;
    margin-left: 0;
    font-size: 0.95em;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_note {
    margin: 0.1rem 0 0 1rem;
    color: #988979;
    font-size: 0.65rem;
    line-height: 1.4;
  }
  html body #wrapper > main#contentsAll .s5 .admissions {
    /* オレンジの進学率エリア */
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate {
    position: absolute;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 68px;
    margin: 0;
    padding: 0.7rem 0.4rem;
    background-color: #f79646;
    color: #fff;
    white-space: nowrap;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate .admissions_rate_txt {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate .admissions_rate_number {
    display: flex;
    align-items: baseline;
    line-height: 1;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate .admissions_rate_number span {
    font-size: 2rem;
    font-weight: 1000;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate .admissions_rate_number strong {
    font-size: 4rem;
    font-weight: 1000;
    line-height: 0.9;
  }
  html body #wrapper > main#contentsAll .s5 .admissions .admissions_rate_note {
    position: absolute;
    right: 0.8rem;
    bottom: 0.2rem;
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.3;
    text-align: right;
  }
}
html body #wrapper > main#contentsAll .s6 .movie_slider {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-list {
  overflow: visible;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-track {
  display: flex;
  align-items: center;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-slide {
  height: auto;
  padding: 0 0.65rem;
  box-sizing: border-box;
  transform: scale(0.82);
  opacity: 0.55;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-slide > div {
  height: 100%;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-center {
  position: relative;
  z-index: 3;
  transform: scale(1);
  opacity: 1;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slides {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slides a {
  display: block;
  width: 100%;
  text-decoration: none;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slides img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 720/1279;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
html body #wrapper > main#contentsAll .s6 .movie_slider {
  /* 矢印 */
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-arrow::before {
  display: none;
  content: none;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-prev {
  left: 34%;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-next {
  right: 34%;
}
html body #wrapper > main#contentsAll .s6 .movie_slider {
  /* ドット */
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #d8d8d8;
  font-size: 0;
  cursor: pointer;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-dots li button::before {
  display: none;
  content: none;
}
html body #wrapper > main#contentsAll .s6 .movie_slider .slick-dots li.slick-active button {
  background-color: #366bb4;
}
html body #wrapper > main#contentsAll .s6 .movie_slider {
  /* タブレット */
}
@media screen and (max-width: 1024px) {
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-slide {
    padding: 0 0.5rem;
    transform: scale(0.84);
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-center {
    transform: scale(1);
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-prev {
    left: 20%;
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-next {
    right: 20%;
  }
}
html body #wrapper > main#contentsAll .s6 .movie_slider {
  /* SP */
}
@media screen and (max-width: 767px) {
  html body #wrapper > main#contentsAll .s6 .movie_slider {
    margin-top: 1.5rem;
    padding-bottom: 2rem;
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-slide {
    padding: 0 0.35rem;
    transform: scale(0.88);
    opacity: 0.6;
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-center {
    transform: scale(1);
    opacity: 1;
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-arrow {
    top: 48%;
    width: 30px;
    height: 30px;
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-prev {
    left: 5%;
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-next {
    right: 5%;
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-dots {
    gap: 0.35rem;
    margin-top: 1rem;
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-dots li {
    width: 7px;
    height: 7px;
  }
  html body #wrapper > main#contentsAll .s6 .movie_slider .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  html body #wrapper > main#contentsAll .s6 .s5_slider .slick-arrow {
    top: 35%;
    width: 40px;
    height: 40px;
  }
  html body #wrapper > main#contentsAll .s6 .s5_slider .slick-prev {
    left: 10%;
  }
  html body #wrapper > main#contentsAll .s6 .s5_slider .slick-next {
    right: 10%;
  }
  html body #wrapper > main#contentsAll .s6 .s5_slider {
    margin-top: 1.5rem;
  }
  html body #wrapper > main#contentsAll .s6 .s5_slider .slick-slide {
    padding: 0 0.4rem;
    transform: scale(0.86);
  }
  html body #wrapper > main#contentsAll .s6 .s5_slider .slick-center {
    transform: scale(1);
  }
}
html body #wrapper > main#contentsAll .s7 {
  padding-bottom: 4rem;
}
html body #wrapper > main#contentsAll .s7 .s7_btn_list {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
html body #wrapper > main#contentsAll .s7 .s7_btn_list .s7_btn {
  max-width: 40%;
}
html body #wrapper > main#contentsAll footer {
  background-color: #366BB4;
  text-align: center;
  padding: 2rem 0;
}
html body #wrapper > main#contentsAll footer .copy {
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  html body #wrapper > main#contentsAll footer .copy {
    font-size: 0.6rem;
  }
}/*# sourceMappingURL=style.css.map */