@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dt, dd, p, td, th {
  margin: 0;
  padding: 0;
}
html, body, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dt, dd, p, td, th, span, a, input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-width: medium;
}
html {
  font-size: 62.5%;
  line-height: 1;
  height: 100%;
  width: 100%;
}
body {
  color: #231F20;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  background-color: #fff;
  font-weight: 500;
  background-image: url(../images/main_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
a {
  color: #fff;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #D0F0F7;
}
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
  border-bottom-left-radius: 0px;
}
figure {
  padding: 0;
  margin: 0;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sp_block {
  display: none;
}
.pc_block {
  display: block;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.fadeInTrigger, .fadeInUpTrigger {
  opacity: 0;
}
.change-time1 {
  animation-delay: 0.2s;
}
.change-time2 {
  animation-delay: 0.4s;
}
.change-time3 {
  animation-delay: 0.6s;
}
.change-time4 {
  animation-delay: 0.8s;
}
.change-time5 {
  animation-delay: 1s;
}
.openbtn {
  display: none;
}
.site-content {
  position: relative;
  z-index: 1;
  color: #000;
}
/* ----------------------------------
  LAYOUT
---------------------------------- */
.layout-wrap {
  display: flex;
  min-height: 100vh;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  background-image: url(../images/main_side_bg.png), url(../images/main_side_bg.png);
  background-repeat: no-repeat;
  background-position: left 0%, right 0%;
  background-size: 14px 100vh;
  background-attachment: fixed;
	padding: 0 17px;
}
/* 左サイド */
.side-left, .side-right {
  width: 20%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  
  margin: 0 auto;
  position: relative;
}
.side-left {
	max-width: 250px;
}

.side-right {
    max-width: 280px;
}
.side-left .side-wrap {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 250px;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 1000;
	padding-top: 30px;
	align-content: center;
}
.side-left .site-logo {
  max-width: 250px;
  margin-bottom: 20px;
}
.side-left .site-copy {
  margin-bottom: 20px;
}
.sp-menu {
  display: none;
}
.info-block p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.side-left .link-block {
  width: 100%;
}
.side-left .link-block ul {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}
.side-left .link-block li {
  width: 50px;
}
.side-left .link-block li:last-child {
  width: 96px;
  margin-left: -17px;
}
.side-left .link-block li a {
  display: block;
  text-align: center;
}
.side-left .link-block li img {
  display: block;
  width: 100%;
  height: auto;
}
.side-left .link-block li a, .nav-contents li a {
  display: block;
}
.side-left .link-block li a img, .nav-contents li a img {
  position: relative;
  transition: left 0.3s ease-in-out;
  left: 0;
}
/* メインコンテンツ中央 */
.main {
  position: relative;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  max-width: 800px;
  width: 45%;
  margin: 30px 0 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 3px hsla(0, 0%, 0%, 0.40);
  box-shadow: 0px 0px 3px hsla(0, 0%, 0%, 0.40);
}
.inner {
  width: 90%;
  margin: 0 auto;
}
#top {
  background: #fff;
  padding-bottom: 30px;
}
#top .main-visual {
  margin-bottom: 30px;
}
#top h2 {
  margin-bottom: 30px;
}
#movie {
  padding: 80px 0;
  background-color: #fff;
}
.movie_title {
  margin: 0 0 40px;
  text-align: center;
  position: relative;
}
.movie_title::before {
  content: "";
  width: 33%;
  background-image: url(../images/movie_title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 15px;
  left: 0px;
  height: 10px;
}
.movie_title::after {
  content: "";
  width: 33%;
  background-image: url(../images/movie_title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 15px;
  right: 0px;
  height: 10px;
}
.movieList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.movieItem img {
  display: block;
  width: 100%;
  aspect-ratio: 295 / 465;
  object-fit: cover;
}
.fancybox-navigation .fancybox-button{
	top: 40vh;
}
.fancybox-content {
    height: 800px !important;
    width: 399px !important;
    max-width: 80vw;
    max-height: 76vh;
}
.deptTabs {
	background: #fff;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 4px;
	list-style: none;
	padding: 20px 5%;
	margin: 0 auto;
}
.deptTabs_item {
  color: #000;
  position: relative;
  border: 2px solid #333;
  border-radius: 8px 8px 0 0;
  border-bottom: 8px solid var(--color);
  padding: 16px 4px 12px;
  text-align: center;
  line-height: 1.35;
  background: #fff;
  font-size: clamp(12px, 0.7vw, 16px);
}
.deptTabs_item.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 23px 14px 0 14px;
  border-color: var(--color) transparent transparent transparent;
}
.deptTabs_item:hover {
  opacity: 0.7;
  cursor: pointer;
}
.deptTabs_item button {
  all: unset;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.deptPanel {
  display: none;
}
.deptPanel.is-active {
  display: block;
}
#taiiku {
  background: #00AB9A;
  color: #fff;
  padding-bottom: 30px;
}
#department .title_wrap {
  padding: 40px 0 0;
  margin-bottom: 40px;
}
#department h4 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
#department h4:before, #department h4:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #FFF;
}
#department h4:before {
  margin-right: 1rem;
}
#department h4:after {
  margin-left: 1rem;
}
#department .title_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
#department .title_wrap .txt {
  width: 65%;
}
#department .title_wrap .txt h3 {
  margin-bottom: 20px;
}
#department .title_wrap .txt p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
#department .title_wrap figure {
  width: 30%;
}
#kenko {
  background: #5FBB46;
  color: #fff;
  padding-bottom: 30px;
}
.kenkoBlocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 50px;
  margin-top: -30px;
}
.kenkoBlock {
  display: block;
}
.kenkoBlock-wide {
  grid-column: 1 / -1;
}
.kenkoBlock img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.2));
}
#eiyo {
  background: #F37021;
  color: #fff;
  padding-bottom: 30px;
}
#media {
  background: #00B4C5;
  color: #fff;
  padding-bottom: 30px;
}
#budo {
  background: #8E459A;
  color: #fff;
  padding-bottom: 30px;
}
#kids {
  background: #F1627C;
  color: #fff;
  padding-bottom: 30px;
}
#about {
  background: #FFDE17;
  padding: 30px 0;
}
#about h2 {
  margin: 30px auto 30px 10%;
  width: 70%;
}
.about_wrap {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 20px;
}
.aboutCard {
  position: relative;
  background: #fff;
  border-radius: 32px;
  padding: 30px 20px;
  -webkit-box-shadow: 2px 2px hsla(228, 2%, 53%, 0.60);
  box-shadow: 2px 2px hsla(228, 2%, 53%, 0.60);
}
.aboutCard_num {
  position: absolute;
  top: -14px;
  left: -14px;
  max-width: 65px;
  width: 23%;
}
.aboutCard_label {
  margin: 0 auto 20px;
}
.aboutCard:nth-child(1) .aboutCard_label {
  width: 90%;
}
.aboutCard:nth-child(2) .aboutCard_label {
  width: 70%;
}
.aboutRow .aboutCard:nth-child(1) .aboutCard_label {
  width: 70%;
}
.aboutRow .aboutCard:nth-child(2) .aboutCard_label {
  width: 90%;
}
.aboutRow .aboutCard:nth-child(3) .aboutCard_label {
  width: 80%;
}
.aboutRow .aboutCard:nth-child(4) .aboutCard_label {
  width: 45%;
}
.aboutRow .aboutCard:nth-child(5) .aboutCard_label {
  width: 80%;
}
.aboutRow .aboutCard:nth-child(6) .aboutCard_label {
  width: 65%;
}
.aboutRow .aboutCard:nth-child(7) .aboutCard_label {
  width: 70%;
}
.aboutRow .aboutCard:nth-child(8) .aboutCard_label {
  width: 80%;
}
.aboutCard_note {
  font-size: 1.2rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  margin-top: 20px;
}
.aboutCard:nth-child(n + 3) {
  grid-column: auto;
}
.aboutCard:nth-child(n + 3) {
  width: 100%;
}
.aboutCard_box {}
/* 下段用 */
.aboutRow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#career, #careerData, #tuition {
  background: #F0F9F4;
  padding: 50px 0 0;
}
#tuition {
  padding: 50px 0;
}
#careerData h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
#careerData h3 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 30px;
}
.career_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}
.careerList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 10px;
}
.careerCard {
  padding: 20px 10px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 16px;
}
.careerCard_title {
  margin: 0 0 24px;
  padding: 12px 16px;
  background: var(--color);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.careerCard_image img {
  display: block;
  width: 100%;
  height: auto;
}
.career_note {
  text-align: right;
  font-size: 1.1rem;
}
.sectionHeading {
  text-align: center;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
  margin: 50px 0 20px;
}
#career .sectionHeading {}
.sectionHeading_en {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
.sectionHeading_ja {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
}
.career_lead {
  margin: 0 0 24px;
  text-align: center;
  font-weight: 700;
}
.careerTags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.careerTags li {
  /* [disabled]min-height: 48px; */
  padding: 8px;
  border: 2px solid #333;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.careerTags li:empty {
  visibility: hidden;
}
.career_note {
  margin: 12px 0 0;
  text-align: right;
}
.tuitionTable {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.tuitionTable th, .tuitionTable td {
  border: 1px solid #333;
  padding: 14px 24px;
}
.tuitionTable thead th {
  background: #5a5a5a;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.tuitionTable tbody th {
  width: 34%;
  text-align: left;
  font-weight: 400;
  background: #e5e5e5;
}
.tuitionTable tbody td {
  text-align: right;
}
.tuitionTable tbody tr:nth-child(odd) td {
  background: #f0f0f0;
}
.tuition_note {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
.fancybox-content {
	width: 100% !important;
	max-height: 64vh;
}
  .career_inner, .tuition_inner {
    padding: 56px 20px;
  }
  .sectionHeading_ja {
    font-size: 28px;
  }
  .careerTags {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .careerTags li:empty {
    display: none;
  }
  .careerTags li {
    font-size: 1.3rem;
  }
  .tuitionTable {
    font-size: 15px;
  }
  .tuitionTable th, .tuitionTable td {
    padding: 10px 8px;
  }
}
/* ナビゲーション */
.side-right .side_copy {
  margin-bottom: 20px;
}
.nav-wrap {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 280px;
  height: 100vh;
}
.nav-contents h2 {
  margin: 0 auto 40px;
  max-width: 170px;
}
.nav-contents ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.nav-contents li {
  text-align: center;
}
.nav-contents a {
  position: relative;
  color: #231F20;
  text-align: left;
  padding: 10px 5px 10px 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
.nav-contents a:hover {
  opacity: 0.7;
}
.nav-contents .department {
  background-image: url(../images/icon_course.png);
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 35px auto;
}
.nav-contents .about {
  background-image: url("../images/icon_point.png");
  background-repeat: no-repeat;
  background-position: 7px 6px;
  background-size: 32px auto;
}
.nav-contents .career {
  background-image: url(../images/icon_career.png);
  background-repeat: no-repeat;
  background-position: 7px 6px;
  background-size: 32px auto;
}
.nav-contents .voice {
  background-image: url(../images/icon_graduate.png);
  background-repeat: no-repeat;
  background-position: 7px 6px;
  background-size: 32px auto;
}
.nav-contents .tuition {
  background-image: url("../images/icon_tuition.png");
  background-repeat: no-repeat;
  background-position: 7px 6px;
  background-size: 32px auto;
}
.childNav li {
  margin-bottom: 10px;
  display: block;
  -webkit-box-shadow: 0px 0px 0px 1px hsla(0, 0%, 0%, 1.00);
  box-shadow: 0px 0px 0px 1px hsla(0, 0%, 0%, 1.00);
}
.childNav li button {
  text-align: center;
  background: #fff;
  padding: 5px;
  margin: 0;
  border: 0;
  font-size: 1.4rem;
  width: 100%;
}
.sideNav button {
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.childNav .taiiku {
  border-right: 10px solid #00AB9A;
  border-left: 10px solid #00AB9A;
}
.childNav .kenko {
  border-right: 10px solid #5FBB46;
  border-left: 10px solid #5FBB46;
}
.childNav .eiyo {
  border-right: 10px solid #F37021;
  border-left: 10px solid #F37021;
}
.childNav .media {
  border-right: 10px solid #00B4C5;
  border-left: 10px solid #00B4C5;
}
.childNav .budo {
  border-right: 10px solid #8E459A;
  border-left: 10px solid #8E459A;
}
.childNav .kids {
  border-right: 10px solid #F1627C;
  border-left: 10px solid #F1627C;
}
.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #231F20;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.pagetop {
  color: #231F20;
  display: none;
  max-width: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 10;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.1;
}
/* ----------------------------------
  RESPONSIVE (SP)
---------------------------------- */
@media (max-width: 1300px) {
  .nav-wrap {
    max-width: 210px;
  }
  .side-left .side-wrap {
    max-width: 220px;
  }
  .deptTabs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
  }
  .deptTabs_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 5px 10px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    background: #fff;
    border: 2px solid #333;
    border-radius: 16px;
    border-bottom: 10px solid var(--color);
    box-sizing: border-box;
    font-size: 1.3rem;
  }
  /* アクティブ */
  .deptTabs_item.is-active {
    background: var(--color);
    color: #fff;
    border: 2px solid #333;
  }
  /* アクティブ時は下線も白 */
  .deptTabs_item.is-active::after {
    display: none
  }
}
@media (max-width: 1000px) {
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .openbtn {
    position: fixed;
    background-color: hsla(0, 0%, 100%, 0.80);
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: block;
    right: 10px;
    top: 10px;
    z-index: 99;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 5px;
    background-color: #231F20;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 17px;
  }
  .openbtn span:nth-of-type(2) {
    top: 24px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .sp-menu {
    display: block;
    margin-bottom: 30px;
  }
  .layout-wrap {
    flex-direction: column;
	  padding: 0;
  }
  .side-right {
    display: none;
  }
  .side-left {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    transition: left 0.4s ease;
    z-index: 99;
    background-color:
      hsla(0, 0%, 100%, 0.90);
  }
  .side-left.panel-open {
    left: 0;
  }
  .side-left .side-wrap {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 30px 10px;
    height: auto;
    overflow-y: auto;
    position: relative;
  }
  .site-logo, .site-copy {
    display: none;
  }
  .main {
    width: 100%;
    margin: 30px auto 0;
    min-height: 100vh;
  }
}
@media (max-width: 768px) {
  .main {
    border-radius: 0;
    margin: 0 auto;
  }
  #department .title_wrap {
    display: block;
  }
  #department .title_wrap .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  #department .title_wrap figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  #movie {
    padding: 40px 0;
  }
  .movie_title::before {
    width: 25%;
  }
  .movie_title::after {
    width: 25%;
  }
  .movieList {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #department .voice_wrap {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px;
  }
  #department .voice_wrap .voice_title {
    font-weight: 700;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  #department .voice_wrap .txt {
    font-size: 1.4rem;
  }
  #department .voice_wrap .name {
    font-size: 1.6rem;
    text-align: right;
    margin: 30px 0 0;
  }
  #department .voice_wrap .name span {
    font-size: 1.3rem;
  }
  .kenkoBlocks {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .kenkoBlock-wide {
    grid-column: auto;
    display: none;
  }
  .about_wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .aboutRow {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .career_inner {
    padding: 56px 20px;
  }
  .careerList {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .careerCard {
    padding: 18px;
  }
  .aboutCard:nth-child(1) .aboutCard_label {
    width: 70%;
  }
}
