@charset "UTF-8";
/*
Theme Name: psta
-------------------------------------------------- */

/*  common
------------------------- */

/*  font  */
@font-face {
  font-family: "Bebas Neue W01 Regular";
  src: url("lib/fonts/1444649/3d9ec9a9-76a2-4cfe-b376-76e7340c3b50.eot?#iefix");
  src: url("lib/fonts/1444649/3d9ec9a9-76a2-4cfe-b376-76e7340c3b50.eot?#iefix")
      format("eot"),
    url("lib/fonts/1444649/e0d6f852-5401-4bbf-9672-47a50c5c87c6.woff2")
      format("woff2"),
    url("lib/fonts/1444649/7fedd582-6ae3-4850-be2f-4acae2e74fa5.woff")
      format("woff"),
    url("lib/fonts/1444649/d6e08ef3-40db-4ac3-82df-f062f55a72f5.ttf")
      format("truetype");
}

body,
html {
  display: block;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #434243;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.4s;
}

a:hover,
a:focus {
  color: #c4161e;
  text-decoration: none;
}

img {
  width: inherit;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  margin-bottom: 1em;
  line-height: 2.1;
}

ul {
}

ul li {
  position: relative;
}

ul.circle {
  list-style: none;
}

ul.circle li {
  padding-left: 18px;
  text-align: left;
}

ul.circle li::before {
  content: "●";
  position: absolute;
  left: 0;
}

ul.disc {
  list-style: none;
}

ul.disc li {
  padding-left: 18px;
  text-align: left;
}

ul.disc li::before {
  content: "・";
  position: absolute;
  left: 0;
}

table {
  width: 100%;
}

th,
td {
  display: block;
  position: relative;
  padding: 1em;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
  background: #f7f7f7;
}

td {
  padding: 1em;
}

dl {
  margin-bottom: 80px;
}

dl dt {
  position: relative;
  font-size: 16px;
  padding-left: 1.3em;
}

dl dt::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #000;
}

dl dd {
  margin-bottom: 48px;
}

h2,
.h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

small {
  display: inline-block;
  font-size: 13px;
  line-height: 1.84;
}

.more {
}

.more a {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  font-size: 12px;
  color: #fff100;
  border-radius: 3px;
  background: #c4161e;
  border: solid 1px #c4161e;
  cursor: pointer;
}

.more a::before,
.more a::after {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  background-color: #649f44;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.more a::before {
  background: #fff;
}

.more a:hover {
  background-color: #ffffff;
  color: #c4161e;
}

.more a:hover::after {
  width: 0;
  background-color: #649f44;
}

.has-image {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.has-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nullBox {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  padding: 16px;
  background: #f7f7f7;
}

.nullBox p {
  margin-bottom: 0;
}

.row-small-space {
  margin-right: -10px;
  margin-left: -10px;
}

.row-small-space .col {
  padding-right: 10px;
  padding-left: 10px;
}

.text-shadow {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
    0 0 5px #fff;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.font-bold {
  font-weight: bold;
}

.font-large {
  font-size: 16px !important;
}

.font-xlarge {
  font-size: 24px !important;
}

.font-xxlarge {
  font-size: 36px !important;
}

.font-xxxlarge {
  font-size: 54px !important;
}

.font-jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif !important;
}

.color-red {
  color: #e60012 !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 4.5rem !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.row-space-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-space-20 .col {
  padding-left: 20px;
  padding-right: 20px;
}

.border {
  border: solid 2.5px;
}

.borderc-bold {
  border: solid 4px;
}

.border-yellow {
  border-color: #fff100 !important;
}

.border-red {
  border-color: #e60012 !important;
}

/*  loader
------------------------- */
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: 10000;
}

.loader {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 0.7s cubic-bezier(0, 0.6, 0.2, 1), opacity 0.7s;
  transition: transform 0.7s cubic-bezier(0, 0.6, 0.2, 1), opacity 0.7s;
}

.loader-anime .loader {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  opacity: 1 !important;
}

.loader img {
  display: block;
  max-width: 200px;
}

/*  header
------------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 1000;
}

.header-inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 24px;
}

.logo {
  padding-top: 20px;
}

.logo h1 {
  float: left;
  font-size: 10px;
  margin: 0;
}

.logo h1 a {
  display: block;
}

.logo img {
  display: block;
  width: 350px;
  height: auto;
}

.sns-nav {
  margin-left: auto;
}

.sns-nav ul {
  display: flex;
  margin: 0 -8px;
}

.sns-nav ul li {
  padding: 0 8px;
}

.sns-nav ul li a {
  display: block;
}

.sns-nav ul li a img {
  width: 25px;
  height: 25px;
}

/*  mainmenu */
#main-nav {
  position: fixed;
  top: 55px;
  right: 0;
  width: 100%;
  height: calc(100% - 55px);
  background: rgba(255, 241, 0, 0.8);
  border-bottom: solid 1px #ccc;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

#main-nav .inner {
  padding: 15px;
}

#main-nav .inner ul {
}

#main-nav .inner ul li {
  position: relative;
  padding: 1rem 0;
}

#main-nav .inner ul li a {
  position: relative;
  display: block;
  height: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

#main-nav .inner ul li a span {
  position: absolute;
  left: 1rem;
  top: 100%;
  transition: all 0.4s 0.4s;
}

#main-nav .inner ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  transform-origin: left top;
  background: repeating-linear-gradient(
    -45deg,
    #ccc,
    #ccc 2px,
    #fff 0,
    #fff 4px
  );
  z-index: -1;
}

#main-nav .inner ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  transform-origin: right top;
  background: #fff;
  z-index: 0;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transform: scale(1, 1);
}

.js-mobile-nav-open {
}

.js-mobile-nav-open,
.js-mobile-nav-open span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.js-mobile-nav-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: #000;
}

.js-mobile-nav-open .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.js-mobile-nav-open span {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: auto;
  background-color: #ffffff;
  transition: transform 0.4s;
}

.js-mobile-nav-open span:nth-of-type(1) {
  top: 21.5px;
}

.js-mobile-nav-open span:nth-of-type(2) {
  top: 31.5px;
}

.js-mobile-nav-open.open span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}

.js-mobile-nav-open.open span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

#main-nav.open {
  visibility: visible;
  opacity: 1;
}

#main-nav.open .inner ul li a::before {
  transform: scale(0, 1);
}

#main-nav.open .inner ul li a span {
  top: 35%;
}

/*  footer
------------------------- */
footer {
  padding: 56px 0;
  background: #c5171f;
}

#footer-logo {
  margin-bottom: 32px;
}

#footer-logo a {
}

#footer-logo img {
  max-width: 400px;
}

#footer-menu {
  margin-bottom: 56px;
}

#footer-menu ul {
}

#footer-menu ul li {
  line-height: 2.1;
}

#footer-menu ul li a {
  color: #ffffff;
}

#footer-menu ul li a i {
  display: inline-block;
  padding-right: 8px;
}

#footer-menu ul li a span {
}

.foote-sns-nav {
  margin-bottom: 24px;
}

.foote-sns-nav ul {
}

.foote-sns-nav ul li {
}

.foote-sns-nav ul li a {
}

.foote-sns-nav ul li a img {
}

#footer-meta {
  color: #ffffff;
}

#footer-meta h2 {
  font-size: 21px;
}

#footer-meta p {
  margin-bottom: 0;
  line-height: 1.5;
}

#footer-meta address {
}

/*  pagetop
------------------------- */
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

#pagetop a {
  position: relative;
  width: 55px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 37px;
  color: #1a1a1a;
  background: #bfbfbf;
}

#pagetop a span {
  display: inline-block;
  height: 1px;
}

/*  sidebar
------------------------- */
aside {
}

aside .inner {
  padding: 24px 16px;
}

.aside-item {
}

.aside-item .aside-item-ttl {
  font-size: 35px;
  font-family: "Bebas Neue W01 Regular";
  color: #c5171f;
  text-align: left;
  line-height: 1;
  margin-bottom: 0.56em;
  padding-left: 0.56em;
  border-left: solid 1px #c5171f;
}

.aside-item ul {
}

.aside-item ul li {
  padding-left: 1.5em;
}

.aside-item ul li a {
  display: inline-block;
  padding-bottom: 5px;
}

/*  page-common
------------------------- */

/* layout */
.wrap {
  position: relative;
}

.wrap main {
  padding-right: 25%;
  padding-top: 50px !important;
}

.wrap aside {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  min-width: 320px;
  height: 100%;
  background: #fff;
}

/*  page-header */
body:not(.home) header {
  padding-bottom: 415px;
}

.main-visual img {
  width: 100%;
}

.main-visual.page-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 415px;
  overflow: hidden;
}

.main-visual.page-visual::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.main-visual.page-visual .page-ttl {
  position: relative;
  margin-top: -32px;
  font-family: "Bebas Neue W01 Regular";
  font-size: 80px;
  color: #fff;
  z-index: 20;
  line-height: 1;
}

.main-visual.page-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: -1px;
}

/*  main  */
main {
  margin-top: 8px;
}

body:not(.home) main {
  background: #fff100;
  padding-top: 40px;
  padding-bottom: 100px;
}

/*  section  */
section {
  padding: 4rem 0;
}

.page-content section {
  padding: 0;
}

section .container {
}

section .container .inner.bg-white {
  padding: 100px 75px 50px;
}

.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #f7f7f7;
}

section.mid-ttl {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-color: #ccc;
}

section#corporate.mid-ttl {
  background-image: url(https://psta.co.jp/wp-content/themes/psta/lib/images/about/about-mid-ttl.jpg);
}

section#lesson.mid-ttl {
  background-image: url(https://psta.co.jp/wp-content/themes/psta/lib/images/admissions/admissions-mid-ttl.jpg?2);
}

section#performance.mid-ttl {
  background-image: url(https://psta.co.jp/wp-content/themes/psta/lib/images/performance/performance-mid-ttl.jpg);
}

section.mid-ttl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

section.mid-ttl h2 {
  position: relative;
  font-family: "Bebas Neue W01 Regular";
  font-size: 80px;
  color: #fff;
  z-index: 20;
}

section.mid-ttl p {
  position: relative;
  font-size: 1.375rem;
  color: #fff;
  z-index: 20;
}

/*  ttl  */
h3.sectionn-ttl {
}

h4.sub-ttl01 {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 14px 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: #fff;
  background: #434243;
}

h4.sub-ttl01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 32px 0;
  border-color: transparent #ffffff transparent transparent;
}

h4.sub-ttl01 span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-left: auto;
  padding-right: 16px;
}

h4.sub-ttl01-red {
  background: #e60012;
}

h5.sub-ttl {
  margin-bottom: 1.56em;
  font-size: 18px;
  font-weight: bold;
  color: #e60110;
}

/*  media
------------------------- */

/* news-box */
.news-box01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
}

.news-box01 .news-img {
  width: 50%;
}

.news-box01 .news-img .has-image {
  padding-bottom: 100%;
}

.news-box01 .news-img img {
}

.news-box01 .news-txt {
  position: relative;
  width: 50%;
  padding: 16px 24px;
}

.news-box01 .news-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 20px 0;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.news-box01 .news-txt h3 {
  font-size: 16px;
  line-height: 1.56;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
  border-bottom: solid 1px #434243;
}

.news-box01 .news-txt p {
  line-height: 1.56;
}

.news-box01 .news-meta {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
}

.news-box01 .news-meta .cat {
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: solid 1px #434243;
  line-height: 1;
}

.news-box01 .news-meta .cat a {
  font-size: 12px;
}

.news-box01 .news-meta .date {
  line-height: 1;
}

.news-box01 .news-meta .date span {
  font-size: 12px;
}

.news-box01 .more {
  text-align: right;
}

.news-box01 .more a {
  font-size: 10px;
  padding: 6px 8px;
}

.news-box01:nth-child(3) .news-img,
.news-box01:nth-child(4) .news-img {
  order: 2;
}

.news-box01:nth-child(3) .news-txt,
.news-box01:nth-child(4) .news-txt {
  order: 1;
}

.news-box01:nth-child(3) .news-txt::before,
.news-box01:nth-child(4) .news-txt::before {
  left: auto;
  right: -30px;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #fff;
}

.news-box02 {
  width: 33.333%;
  padding: 0 16px;
  margin-bottom: 48px;
}

.news-box02 .inner {
  background: #fff;
}

.news-box02 .news-img {
}

.news-box02 .news-img .has-image {
}

.news-box02 .news-img .has-image img {
}

.news-box02 .news-txt {
  padding: 16px;
}

.news-box02 .news-txt .date {
  line-height: 1;
  margin-bottom: 3px;
}

.news-box02 .news-txt .date span {
  font-size: 12px;
  color: #c5171f;
}

.news-box02 .news-txt h3 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.news-box02 .news-txt p {
  font-size: 14px;
  line-height: 1.56;
  margin-bottom: 2em;
}

.news-box02 .news-meta {
}

.news-box02 .news-meta .cat {
}

.news-box02 .news-meta .cat a {
}

.news-box02 .more {
  text-align: right;
}

/*  common-item
------------------------- */

/* item-box01 */
.item-box01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.item-box01 .box-img {
  width: 50%;
  margin-top: 88px;
  padding: 0 16px;
}

.item-box01 .box-img img {
  width: 100%;
}

.item-box01 .box-txt {
  width: 50%;
  padding: 0 15px;
}

.item-box01 .number {
  margin-left: -72px;
}

.item-box01 .number h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-family: "Bebas Neue W01 Regular";
}

.item-box01 .number img {
  max-height: 160px;
  padding-right: 5px;
}

.item-box01 .number span {
  margin-bottom: -24px;
  padding-right: 5px;
  font-family: "Bebas Neue W01 Regular";
  font-size: 200px;
  color: #e60012;
  line-height: 1;
}

.item-box01 .number small {
  font-family: "Bebas Neue W01 Regular";
  font-size: 40px;
  line-height: 1;
}

.item-box01 .box-ttl {
}

.item-box01 .box-ttl h3 {
  padding: 10px 0;
  text-align: center;
  border: solid 4px #231815;
}

.item-box01 p {
}

.item-box01.item-box01-rev {
}

.item-box01.item-box01-rev .box-img {
  order: 2;
}

.item-box01.item-box01-rev .box-txt {
  order: 1;
}

.item-box01.item-box01-rev .number {
  margin-left: 0;
}

/*  item-box02
------------------------- */
.item-box02 {
  border: solid 4px #434243;
  height: 100%;
}

.item-box02 h4 {
  margin: -4px -4px 0 -4px;
}

.item-box02 .box-txt {
  padding: 24px 16px;
}

.item-box02 .box-txt p {
  margin-bottom: 0;
}

.item-box02.item-box02-red {
  border: solid 4px #e60110;
}

/* gmap */
.gmap {
}

.gmap iframe {
  display: block;
  width: 100%;
}

/*  teacher-box
------------------------- */
.teacher-ttl.-main {
  position: relative;
  text-align: center;
}
.teacher-ttl.-main img {
  max-height: 58px;
}
.teacher-box {
}
.teacher-box img {
}
.teacher-box h3 {
}
.teacher-box h4 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 16px;
}
.teacher-box h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.teacher-box ul {
}
.teacher-box ul li {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 1.3em;
}
.teacher-box ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.teacher-box p {
  font-size: 16px;
  font-weight: bold;
}

.teacher-ttl.-sp {
  position: relative;
  text-align: center;
}
.teacher-ttl.-sp::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.teacher-ttl.-sp img {
  position: relative;
  max-height: 56px;
  padding: 0 40px;
  background: #ffffff;
}
.teacher-box.-sp {
  display: flex;
  align-items: center;
  height: 100%;
}
.teacher-box.-sp .teacher-box__inner {
}
.teacher-box.-sp img {
}
.teacher-box.-sp h3 {
}
.teacher-box.-sp h4 {
  font-size: 32px;
  text-align: left;
}
.teacher-box.-sp h5 {
}
.teacher-box.-sp ul {
}
.teacher-box.-sp ul li {
  margin-top: 10px;
}
.teacher-box.-sp ul li::before {
}
.teacher-box.-sp p {
}

.teacher-ttl.-movie {
  text-align: center;
}
.teacher-ttl.-movie img {
  max-height: 42px;
}
.teacher-box.-movie {
}
.teacher-box.-movie .teacher-box__inner {
  margin-top: 16px;
}
.teacher-box.-movie img {
}
.teacher-box.-movie h3 {
}
.teacher-box.-movie h4 {
  font-size: 32px;
  text-align: left;
}
.teacher-box.-movie h5 {
}
.teacher-box.-movie ul {
}
.teacher-box.-movie ul li {
  margin-top: 10px;
}
.teacher-box.-movie ul li::before {
}
.teacher-box.-movie p {
}
@media screen and (max-width: 992px) {
  .teacher-ttl.-main {
    margin-bottom: 40px !important;
    margin-top: 60px;
  }
  .teacher-ttl.-main img {
    max-height: 32px;
  }
  .teacher-row {
    margin-bottom: 0 !important;
  }
  .teacher-box {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .teacher-box h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .teacher-box h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .teacher-ttl.-sp {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  .teacher-ttl.-sp img {
    margin-bottom: 10px;
  }
  .teacher-box.-sp {
    margin-bottom: 0;
  }

  .teacher-ttl.-movie img {
    max-height: 32px;
  }
  .teacher-box.-movie {
    margin-bottom: 0;
  }
}

/*  pagination
------------------------- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a.page-numbers,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  padding-left: 3px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
}

.pagination a.page-numbers {
}

.pagination a.next,
.pagination a.prev {
  font-size: 14px;
  line-height: 1;
}

.pagination a.next i,
.pagination a.prev i {
  display: inline-block;
  font-size: 24px;
  line-height: 14px;
  vertical-align: middle;
  margin-top: 0px;
}

.pagination a.next i {
  padding-left: 1px;
}

.pagination a.prev i {
  padding-right: 1px;
}

.pagination span {
  font-weight: bold;
  color: #fff;
  background: #c5171f;
}

/*  page-flont
------------------------- */
.home main {
}

.item-title {
  text-align: center;
}

.item-title h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.item-title h3 small {
  display: block;
  font-weight: normal;
  color: #999;
}

#head-pickup {
  display: flex;
  margin-top: 8px;
  padding: 0 24px;
}

#head-pickup .inner {
  margin-left: auto;
}

#head-pickup a {
}

#head-pickup a img {
  max-width: 215px;
  box-shadow: 1px 1px 5px #000;
}

#head-pickup p {
  margin: 0;
  text-align: center;
  font-size: 1.428rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
}

/* news */
#news {
  padding: 56px 0;
  background: #fff100;
}

.news-cover {
  display: flex;
  flex-wrap: wrap;
  padding: 48px;
  background: #fff;
}

/* nojima */
#nojima {
  position: relative;
  padding: 72px 0 0;
}

#nojima::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(https://psta.co.jp/wp-content/themes/psta/lib/images/front/nojima_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#nojima .nojima-img {
  position: relative;
  width: 800px;
  height: 800px;
  margin: 0 auto 56px;
}

#nojima .nojima-img .inner {
}

#nojima .nojima-img img {
}

#nojima .nojima-img img.nojima-img01 {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  padding-left: 6%;
}

#nojima .nojima-img img.nojima-img02 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 800px;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#nojima .nojima-img h3 {
  position: absolute;
  bottom: 0;
  left: 136px;
  margin-bottom: 0;
  font-size: 1.714rem;
  text-align: left;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#nojima .nojima-img h3 span {
  font-size: 1.428rem;
}

#nojima .nojima-txt {
  margin-bottom: 5rem;
}

#nojima .nojima-txt h4 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

#nojima .nojima-txt p {
  width: 800px;
  margin: 0 auto 2em;
}

#nojima #add-txt {
  display: none;
}

#nojima .add-txt.active {
}

#nojima .nojima-perf {
  padding: 4rem 0;
}

#nojima .nojima-perf-row {
  display: flex;
  margin: 0 -1rem;
  margin-bottom: 2rem;
}

#nojima .nojima-perf-row .perf-box {
  padding: 0 1rem;
}

#nojima .nojima-perf-row .perf-box img {
  padding: 0.5rem;
  background: #fff;
}

#nojima .nojima-perf-row .perf-box h5 {
  font-size: 1rem;
  font-weight: bold;
  padding-top: 0.25rem;
  text-align: left;
}

/* 20250704 niiyama */
#nojima #add-txt2 {
  display: none;
}

/* media */
.media-cover {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.media-cover .media-box {
  width: 25%;
  padding: 0 1rem;
}

.media-cover .media-box:first-child {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 3rem;
}

.media-cover .media-box img {
  width: 100%;
}

/* insta */
#insta {
  position: relative;
  padding-bottom: 36px;
  background: url(https://psta.co.jp/wp-content/themes/psta/lib/images/front/insta_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#insta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.41);
}

#insta > .container {
  position: relative;
  z-index: 1;
}

.insta-cover {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.insta-cover img {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.insta-ttl {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.insta-ttl img {
  width: 270px;
  margin-bottom: 20px;
}

/* sns */
.sns-ttl {
  text-align: center;
  margin-bottom: 16px;
}

.sns-ttl img {
  max-height: 27px;
}

.sns-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.sns-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sns-fb .sns-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns-fb .sns-ttl p {
  margin: 0;
  padding-right: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.sns-twitter .sns-content {
  overflow: scroll;
  border: solid 1px #ccc;
}

/*  page-about
------------------------- */
.concept {
  margin-bottom: 96px;
  text-align: center;
}

.concept-v1 {
  padding-bottom: 40px;
}

.concept img {
  max-height: 56px;
}

.concept img.svg-2row {
  max-height: 127px;
}

#map {
  margin-bottom: -100px;
  margin-top: 100px;
}

/*  page-admissions
------------------------- */
h3.step-ttl {
  position: relative;
  margin-bottom: 80px;
  font-family: "Bebas Neue W01 Regular";
  text-align: center;
  color: #898989;
  line-height: 1;
}

h3.step-ttl::before {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dotted 1px #000;
}

h3.step-ttl small {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0 30px;
  background: #fff;
}

.step-arrow {
  position: relative;
  border-bottom: dotted 1px #231815;
}

.step-arrow::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: #fff;
  transform: rotate(-45deg);
  border-bottom: dotted 1px #231815;
  border-left: dotted 1px #231815;
}

/*  page-course
------------------------- */
.course-box {
  position: relative;
}

.course-box .box-img {
}

.course-box .box-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 242, 31);
  background: -moz-linear-gradient(
    left,
    rgba(255, 242, 31, 0.68) 0%,
    rgba(252, 205, 0, 0.68) 28%,
    rgba(241, 148, 46, 0.68) 67%,
    rgba(234, 101, 45, 0.68) 88%,
    rgba(229, 53, 43, 0.68) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 242, 31, 0.68) 0%,
    rgba(252, 205, 0, 0.68) 28%,
    rgba(241, 148, 46, 0.68) 67%,
    rgba(234, 101, 45, 0.68) 88%,
    rgba(229, 53, 43, 0.68) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 242, 31, 0.68) 0%,
    rgba(252, 205, 0, 0.68) 28%,
    rgba(241, 148, 46, 0.68) 67%,
    rgba(234, 101, 45, 0.68) 88%,
    rgba(229, 53, 43, 0.68) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff21f', endColorstr='#e5352b', GradientType=1);
}

.course-box .box-img img {
  width: 100%;
}

.course-box .box-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.course-box .box-txt h4 {
  width: 50%;
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1;
}

.course-box .box-txt h4 span {
  display: block;
  padding-top: 5px;
  font-family: "Bebas Neue W01 Regular";
  font-size: 50px;
}

.course-box .box-txt p {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 50%;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

/*  page-performance
------------------------- */
.pref-box01 {
  position: relative;
}

.pref-box01 .box-img {
  position: absolute;
  width: calc(50% + 24px);
}

.pref-box01 .box-img .has-image {
  padding-bottom: 109%;
}

.pref-box01 .box-img .has-image img {
  border: solid 15px #fff100;
}

.pref-box01 .box-img .name {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 104px;
  top: 31px;
  left: 31px;
  z-index: 1;
}

.pref-box01 .box-img .name span {
  display: block;
  width: 104px;
  height: 104px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: #333;
  background-size: 100%;
}

.production-batch {
  background-image: url("https://psta.co.jp/wp-content/themes/psta/lib/images/performance/perf_icon_202404.png");
}

/* .production-batch.production-irving {
  background-image: url("https://psta.co.jp/wp-content/themes/psta/lib/images/performance/perf_icon_irving.png");
}

.production-batch.production-incent {
  background-image: url("https://psta.co.jp/wp-content/themes/psta/lib/images/performance/perf_icon_incent.png");
}

.production-batch.production-flamme {
  background-image: url("https://psta.co.jp/wp-content/themes/psta/lib/images/performance/perf_icon_flamme.png");
}

.production-batch.production-oscar {
  background-image: url("https://psta.co.jp/wp-content/themes/psta/lib/images/performance/perf_icon_oscar.png");
}

.production-batch.production-kakuto {
  background-image: url("https://psta.co.jp/wp-content/themes/psta/lib/images/performance/perf_icon_kakuto.png");
}

.production-batch.production-dnext {
  background-image: url("https://psta.co.jp/wp-content/themes/psta/lib/images/performance/perf_icon_dnext.png");
} */

.pref-box01 .box-img .name h4 {
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  text-shadow: 1px 1px 10px #333;
  display: block;
}

.pref-box01 .box-txt {
  position: relative;
  width: calc(50% + 24px);
  margin-left: auto;
  padding-top: 100px;
  text-align: center;
}

.pref-box01 .box-txt .inner {
  padding: 32px 40px 32px 80px;
  border: solid 4px #fff100;
}

.pref-box01 .box-txt img.production-logo {
  max-width: 200px;
  margin-bottom: 1rem;
}

.pref-box01 .box-txt img.belongs {
  width: 100%;
  margin-bottom: 1rem;
}

.pref-box01 .box-txt p {
  font-size: 1.125rem;
}

.line-dotted {
  display: block;
  border-bottom: dotted 1px #434243;
}

.pref-box02-cover {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.pref-box02 {
  width: 25%;
  padding: 0 8px;
  overflow: hidden;
}

.pref-box02 .box-img {
  border: solid 2px #434243;
}

.pref-box02 .box-img .has-image {
}

.pref-box02 .box-img .has-image img {
}

.pref-box02 .box-txt {
  padding: 16px 16px;
  background: #434243;
  height: 100%;
}

.pref-box02 .box-txt .inner {
  color: #fff;
}

.pref-box02 .box-txt .date {
  margin-bottom: 3px;
  line-height: 1;
  font-size: 12px;
}

.pref-box02 .box-txt h5 {
  margin-bottom: 8px;
  font-weight: bold;
}

.pref-box02 .box-txt p {
  font-size: 13px;
  line-height: 1.56;
  margin-bottom: 0;
}

.pref-box02 .box-txt p span {
  display: block;
}

/*  page-teacher
------------------------- */
.teacher-cover {
  padding-bottom: 40px;
  background: #000 url(./lib/images/teacher/teacher01_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.teacher-cover .inner {
  padding: 0 75px;
  padding-top: 6.5%;
}

.teacher-cover .inner img {
  display: block;
  margin-left: auto;
}

.teacher-cover .inner p {
  color: #fff;
  margin-bottom: 0;
  padding-top: 48px;
  font-size: 1.125rem;
}

.special-cover {
  position: relative;
  padding: 50px 0;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-color: #ccc;
  background-image: url(https://psta.co.jp/wp-content/themes/psta/lib/images/about/about-mid-ttl.jpg);
}

.special-cover::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.special-cover .inner h2 {
  position: relative;
  font-family: "Bebas Neue W01 Regular";
  font-size: 80px;
  color: #fff;
  z-index: 20;
}

.special-cover .inner p {
  position: relative;
  font-size: 1.375rem;
  color: #fff;
  z-index: 20;
}

/*  page-qa
------------------------- */
.qa-box {
}

.qa-box dl {
  margin-bottom: 0;
  border: solid 5px #434243;
}

.qa-box dl dt,
.qa-box dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 16px 32px 16px 88px;
}

.qa-box dl dt {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: #434243;
}

.qa-box dl dt::before {
  content: none;
}

.qa-box dl dt::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 32px 0;
  border-color: transparent #ffffff transparent transparent;
}

.qa-box dl dd {
  margin-bottom: 0;
  padding: 24px 32px 24px 88px;
  font-size: 1.125rem;
}

.qa-box dl dt span,
.qa-box dl dd span {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 32px;
  margin-right: 1rem;
  font-family: "Bebas Neue W01 Regular";
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
}

.qa-box dl dt span {
}

.qa-box dl dd span {
  top: 19px;
}

/*  contact-news
------------------------- */
#news.page-news {
  padding-top: 0;
}

#news.page-news .inner {
}

#news.page-news .news-cover {
  background: none;
  margin: 0 -16px;
  padding: 0 32px;
}

/*  contact-form
------------------------- */
.mw_wp_form {
  margin-top: -100px;
  padding-top: 100px;
}

.form-info {
  display: none;
  padding: 8px 16px 0;
  margin-bottom: 1em !important;
  font-weight: bold;
}

.mw_wp_form_input .form-input,
.mw_wp_form_confirm .form-confirmation,
.mw_wp_form_input.mw_wp_form_error .form-error {
  display: block;
}

.mw_wp_form_input.mw_wp_form_error .form-input {
  display: none;
}

/* form-box */
.form-box {
  padding: 16px;
}

/* form-item */
.form-item {
  position: relative;
  margin-bottom: 50px;
}

.item-ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px !important;
}

.required {
  padding-left: 10px;
  color: #e60012;
  font-size: 10px;
  font-weight: normal;
}

.form-item .input.input-small input,
.input-radio .input.input-small,
.input-select .input-small {
  width: 50%;
  margin-right: 8px;
}

.form-item .input.input-xsmall input,
.input-radio .input.input-xsmall,
.input-select .input-xsmall {
  width: 33%;
  margin-right: 8px;
}

/* input[text,textarea] */
.input-text input,
.input-text textarea {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #eee;
}

.input-text input.readonly {
  background: #eee;
}

.input-text input::placeholder {
  color: #ccc;
}

.input-text input:-ms-input-placeholder {
  color: #ccc;
}

.input-text input::-ms-input-placeholder {
  color: #ccc;
}

/* input[radio] */
input[type="radio"] {
  display: none;
}

.input-radio .input {
  display: flex;
  padding: 8px 16px;
  background: #fff;
  border: solid 1px #eee;
}

.input-radio span {
  margin: 0;
}

.input-radio label {
  width: auto;
  display: inline-block;
}

.input-radio input + span {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 16px 8px 40px;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  font-size: 14px;
  border-radius: 5px;
}

.input-radio input + span:hover {
  background-color: rgba(193, 15, 35, 0.2);
}

.input-radio input + span:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 13px;
  display: block;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 2px solid #c10f23;
  border-radius: 6px;
  content: "";
}

.input-radio input + span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -10px;
  width: 9px;
  height: 14px;
  border-right: 3px solid #c10f23;
  border-bottom: 3px solid #c10f23;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-radio input[type="radio"]:checked + span:before {
  opacity: 1;
}

.input-radio input + span.error,
.input-radio input + span.error {
}

.input-radio input + span.error:before,
.input-radio input + span.error:after {
  content: none;
}

/* input[select] */
.input-select .input {
  position: relative;
  background: #fff;
}

.input-select .input::before {
  font-family: FontAwesome;
  content: "\f107";
  display: block;
  position: absolute;
  top: 18px;
  right: 16px;
  margin: auto;
  font-size: 21px;
  line-height: 1;
}

.input-select select {
  position: relative;
  width: 100%;
  padding: 16px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  font-size: 16px;
}

/* input[submit] */
.input-submit {
}

.input-submit {
  margin-top: 15px;
  padding: 0;
}

.input-submit br {
  display: none;
}

.input-submit .submit-btn input {
  padding: 16px 48px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #c20e22;
  cursor: pointer;
}

.input-submit .back-btn input {
  padding: 16px 48px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #999;
  cursor: pointer;
  margin-right: 16px;
}

/* form-confirm */
.mw_wp_form .error {
  position: absolute;
  bottom: -26px;
  left: 0;
  font-size: 12px !important;
  margin: 0;
  padding: 0;
  padding-left: 2px;
}

/* form-confirm */
.mw_wp_form_confirm .input {
  padding: 16px;
  background: #fff;
  border: solid 1px #eee;
}

.mw_wp_form_confirm .input-submit .input {
  padding: 16px 0;
  background: none;
  border: none;
}

.mw_wp_form_confirm .input.input-small {
  width: 50%;
}

.mw_wp_form_confirm .input.input-xsmall {
  width: 50%;
}

.mw_wp_form_confirm .input-radio .input {
  padding: 16px;
}

.mw_wp_form_confirm .input-select .input::before {
  content: none;
}

/*  single
------------------------- */
#news.single-news {
  padding: 0;
  padding-top: 160px;
}

#news.single-news .inner {
  padding: 1px 100px;
}

#news.single-news .thumbnail {
  margin-top: -160px;
  margin-bottom: 1.56em;
}

#news.single-news .thumbnail .has-image {
}

#news.single-news .thumbnail .has-image img {
}

#news.single-news .date {
}

#news.single-news .date span {
  color: #c5171f;
}

#news.single-news .single-ttl {
  font-size: 2rem;
}

#news.single-news .more {
  padding-bottom: 32px;
  text-align: center;
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 992px) {
  /*  common
    ------------------------- */
  table {
  }

  th,
  td {
    display: table-cell;
    padding-left: 0;
    padding-right: 3em;
  }

  th {
    background: none;
  }

  td {
  }

  /*  header
    ------------------------- */
  header {
    transition: all 0.4s;
  }

  .logo {
    padding: 16px 0;
  }

  .logo img {
    transition: all 0.4s;
  }

  .header-inner {
  }

  #main-nav {
    position: absolute;
    top: auto;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
    border: none;
  }

  #main-nav .inner {
    padding: 0;
  }

  #main-nav .inner ul {
    display: flex;
    justify-content: space-around;
  }

  #main-nav .inner ul li {
    padding: 24px 0;
  }

  #main-nav .inner ul li a {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    width: 100%;
    height: auto;
    padding: 0px 20px;
    text-align: center;
    border-left: dotted 1px #000;
  }

  #main-nav .inner ul li:last-child a {
    border-right: dotted 1px #000;
  }

  #main-nav .inner ul li a::before,
  #main-nav .inner ul li a::after {
    content: none;
  }

  .js-mobile-nav-open {
    display: none;
  }

  #main-nav .inner ul li a span {
    position: relative;
    top: auto;
    left: auto;
    transition: none;
  }

  /*
    header.smalled {height: 55px;}
    header.smalled .logo img {}
    header.smalled #main-nav .inner ul li a {font-size: 0.8rem;}
    */

  /*  mainnav  */
  .js-mobile-nav-open {
    display: none;
  }

  /*  footer
    ------------------------- */
}

@media screen and (min-width: 1400px) {
}

@media screen and (min-width: 1600px) {
  .main-visual.page-visual img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 1075px) {
}

@media screen and (max-width: 992px) {
  .sp-none {
    display: none !important;
  }

  .pc-none {
    display: block !important;
  }

  h3.step-ttl {
    margin-bottom: 40px;
  }

  .wrap aside {
    position: relative;
    width: 100%;
    min-width: 180px;
  }

  .wrap main {
    padding-right: 0%;
    padding-top: 50px !important;
  }

  .news-box02 {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 48px;
  }

  .teacher-cover .inner img {
    display: block;
    margin-left: auto;
    width: 17%;
  }

  .inner .sns-nav ul li {
    padding-right: 20px !important;
  }

  #main-nav .inner ul li {
    padding: 0.7rem 0;
  }

  .js-mobile-nav-open {
    position: fixed;
  }

  section {
    padding: 2rem 0;
  }

  #main-nav {
    top: 0px;
    height: calc(100%);
  }

  .news-box01 .news-txt::before {
    content: none;
  }

  .news-box01 .news-txt p {
    line-height: 1.56;
    font-size: 12px;
  }

  .main-visual.page-visual .page-ttl {
    font-size: 100px;
  }

  .news-cover {
    padding: 48px 20px;
  }

  .news-box01 {
    width: 100%;
  }

  .news-box01 .news-img {
    width: 100%;
  }

  .news-box01 {
    width: 100%;
    flex-direction: column;
  }

  .news-box01:nth-child(3) {
    flex-direction: column-reverse;
  }

  .news-box01:nth-child(4) {
    flex-direction: column-reverse;
  }

  .news-box01 .news-txt {
    width: 100%;
    padding: 16px 0px;
    padding-bottom: 33px;
  }

  #nojima .nojima-img {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0 auto 56px;
  }

  #nojima .nojima-img h3 {
    right: 1px;
  }

  #nojima .nojima-txt p {
    width: 100%;
  }

  section .container .inner.bg-white {
    padding: 100px 15px;
    padding-bottom: 15px;
  }

  .pref-box01 .box-img .name {
    width: 56px;
    top: 24px;
    left: 24px;
  }
  .pref-box01 .box-img .name span {
    width: 56px;
    height: 56px;
  }
  .pref-box01 .box-img .name h4 {
    font-size: 27px;
  }

  .pref-box01 .box-img {
    position: relative;
    width: 100%;
  }

  .pref-box01 .box-txt {
    position: relative;
    width: 100%;
    margin-left: auto;
    padding-top: 40px;
    text-align: center;
  }

  .pref-box01 .box-txt .inner {
    padding: 32px 5px 22px 5px;
    border: solid 4px #fff100;
  }

  .pref-box02 {
    width: 50%;
  }

  .pref-box01 .box-txt p {
    font-size: 14px;
    line-height: 1.7;
  }

  h4,
  .h4 {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
  }

  .font-xlarge {
    font-size: 18px !important;
  }

  .font-xlarge {
    font-size: 18px !important;
  }

  .font-xxxlarge {
    font-size: 34px !important;
  }

  .item-box01 .number {
    margin-left: unset;
  }

  .concept {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 46px;
    text-align: center;
  }

  .form-item .input.input-small input,
  .input-radio .input.input-small,
  .input-select .input-small {
    width: 56%;
    margin-right: 8px;
  }

  #head-pickup .inner {
    margin-left: unset;
    width: fit-content;
    margin: 0 auto;
    padding-top: 10px;
  }

  #head-pickup p {
    margin: 0;
    text-align: left;
    font-size: 0.5rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
  }

  #head-pickup a img {
    width: 100%;
  }

  #news {
    padding: 16px 0;
    background: #fff100;
  }

  .insta-ttl img {
    width: 180px;
  }

  .insta-cover {
  }

  .insta-cover img {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .item-box01 .number span {
    font-size: 150px;
  }

  .pb3 {
    padding-bottom: 30px;
  }

  .col-lg-6 {
    flex: 0 0 65% !important;
    max-width: 65%;
  }

  #nojima::before {
    height: 150px;
  }

  #insta .container .inner .row .col-12 {
    max-width: 100%;
    flex: 0 0 100% !important;
  }

  #facebook ._2p3a {
    width: 100% !important;
  }

  .news-box01 .news-img .has-image {
    padding-bottom: 56.25%;
  }

  .media-cover .media-box {
    width: 50%;
  }

  .media-cover .media-box:nth-child(2) {
    padding-bottom: 35px;
  }

  .media-cover .media-box:nth-child(3) {
    padding-bottom: 35px;
  }

  .main-visual.page-visual {
    height: 240px;
  }
  .width-100 {
    width: 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #news.single-news .single-ttl {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  .post-content h3 {
    font-size: 18px !important;
  }

  .post-content p {
    font-size: 14px !important;
  }

  #news.single-news .inner {
    padding: 1px 20px;
  }

  .news-box02 {
    width: 100%;
  }

  .item-box01 .box-img {
    width: 100%;
    padding: 0 16px;
    margin-top: 8px;
    margin-bottom: 15px;
  }

  .item-box01 .box-txt {
    width: 100%;
    padding: 0 15px;
  }

  .item-box01 .number h4 {
    flex-wrap: unset;
    padding-bottom: 10px;
  }

  section .container .inner.bg-white {
    padding: 40px 15px;
  }

  h3,
  .h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 1.5em;
  }

  .mb-10 {
    margin-bottom: 40px !important;
  }

  h4.sub-ttl01 {
    font-size: 17px;
  }

  .qa-box dl dd {
    margin-bottom: 0;
    padding: 24px 32px 24px 88px;
    font-size: 0.9rem;
  }

  .qa-box dl dt {
    font-size: 1rem;
  }

  .form-item .input.input-small input,
  .input-radio .input.input-small,
  .input-select .input-small {
    width: 100%;
    margin-right: 8px;
  }

  .item-title h3 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 1.5em;
  }

  dl {
    margin-bottom: 40px;
  }

  .flex-sp {
    display: flex;
    flex-direction: column;
  }

  .course-box .box-txt h4 {
    font-size: 1rem;
    padding-bottom: 20px;
  }

  .course-box .box-txt h4 span {
    font-size: 25px;
  }

  .flex-sp p {
  }

  .course-box .box-txt p {
    position: unset;
    font-size: 0.7rem;
    width: 65%;
  }

  .concept-v2 {
    padding-bottom: 35px;
  }

  .teacher-cover .inner img {
    width: 17%;
    padding-top: 20px;
  }

  .teacher-cover .inner {
    padding: 0 30px;
  }

  .special-cover .inner h2 {
    font-size: 50px;
  }

  #nojima .nojima-perf-row {
    margin-bottom: unset;
    flex-wrap: wrap;
  }

  #nojima .nojima-perf-row .perf-box {
    padding: 0 1rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  #nojima .nojima-perf {
    padding: 1.5rem 0;
  }

  #sns .container .inner .row .col-12 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  h3.step-ttl small {
    margin-top: 1rem;
  }

  .js-mobile-nav-open {
    position: fixed;
  }

  #main-nav {
    position: fixed;
    top: 0px;
    height: calc(100% - 0px);
  }

  #main-nav .inner ul li {
    padding-bottom: 0.5rem;
  }

  #main-nav .inner ul li a {
    font-size: 18px;
  }

  #main-nav .inner {
    padding-top: 40px;
  }

  .pref-box02 {
    width: 80%;
    margin: 0 auto;
  }

  #footer-logo img {
    max-width: 340px;
  }

  .item-box01 .number h4 {
    flex-wrap: wrap;
    justify-content: center;
  }

  section.mid-ttl h2 {
    position: relative;
    font-family: "Bebas Neue W01 Regular";
    font-size: 60px;
    color: #fff;
    z-index: 20;
  }

  .mb-4,
  .my-4 {
    margin-bottom: 1rem !important;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 2rem !important;
  }

  h4.sub-ttl01 {
    font-size: 15px;
    padding: 14px 10px;
    margin-bottom: 1rem !important;
  }

  .course-box .box-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

  .course-box .box-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .course-box .box-img::before {
    z-index: 1;
  }

  .course-box .box-txt {
    padding: 16px;
    z-index: 1;
  }

  .course-box .box-txt h4 span {
    font-size: 20px;
  }

  .course-box .box-txt h4 {
    font-size: 1.5rem;
    width: 100%;
    padding-bottom: 16px;
    text-shadow: 1px 1px 5px #666;
  }
  .course-box .box-txt p {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.7;
    text-shadow: 1px 1px 5px #666;
  }

  .main-visual.page-visual .page-ttl {
    font-size: 50px;
  }

  section .container .inner.bg-white {
    padding: 40px 15px;
    padding-bottom: 20px;
  }

  .logo img {
    display: block;
    width: 165px;
    height: auto;
  }

  .form-item .input.input-small input,
  .input-radio .input.input-small,
  .input-select .input-small {
    width: 100%;
    flex-wrap: wrap;
  }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important;
  }

  .form-item .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: unset;
    max-width: unset;
    width: 100%;
  }

  section.mid-ttl p {
    position: relative;
    font-size: 1rem;
    color: #fff;
    z-index: 20;
  }

  .teacher-cover .inner {
    padding: 0 20px;
  }

  .special-cover .inner h2 {
    font-size: 35px;
  }

  .special-cover .inner p {
    font-size: 1rem;
  }
  .teacher-cover .inner p {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
}

/* add 20240422 takahashi */
.box-perf {
  /* fix 20250704 niiyama */
  margin-top: 220px;
  .box-perf-inner {
    display: flex;
    column-gap: 16px;
	  text-align: center;
    .box-perf-unit {
      width: calc(25% - 8px);
      display: flex;
      flex-direction: column;
      .box-perf-thumbnail {
        aspect-ratio: 393 / 260;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f7f7f7;
      }
      .box-perf-contents {
        padding: 8px 10px;
        color: #ffffff;
        background: #444444;
        h5 {
          font-size: 12px;
          font-weight: bold;
        }
        p {
          font-size: 13px;
          font-weight: bold;
          margin-bottom: 0;
        }
      }
    }
  }
}
.box-perf-other,box-perf {
  margin: 32px auto 0;
  width: 100%;
  max-width: 700px;
  .box-perf-other-heading {
    position: relative;
    margin-bottom: 32px;
    z-index: 0;
    &::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      height: 1px;
      background-color: #000;
      z-index: -5;
    }
    span {
      display: block;
      width: fit-content;
      font-size: 20px;
      font-weight: 900;
      margin: 0 auto;
      padding: 0 16px;
      background-color: #fff;
    }
  }
  .box-perf-other-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    li {
      font-size: 16px;
      font-weight: bold;
      width: calc(50% - 12px);
      text-align: center;
      padding: 10px;
      border: solid 4px #fff100;
    }
  }
}

@media screen and (max-width: 992px) {
  .box-perf {
    /* fix 20250704 niiyama */
    margin-top: 40px;
    .box-perf-inner {
      flex-wrap: wrap;
      gap: 16px;
      .box-perf-unit {
        width: 72%;
        margin-left: auto;
        margin-right: auto;
        .box-perf-thumbnail {
          aspect-ratio: auto;
          img {
          }
        }
        .box-perf-contents {
          h5 {
            font-size: 12px;
            line-height: 1.3;
          }
          p {
            font-size: 11px;
          }
        }
      }
    }
  }
  .box-perf-other {
    .box-perf-other-heading {
      &::before {
      }
      span {
      }
    }
    .box-perf-other-list {
      justify-content: center;
      li {
        font-size: 12px;
        width: 80%;
        border: solid 3px #fff100;
      }
    }
  }
}


.box-perf2 {
  margin-top: 130px;
  .box-perf-inner {
    display: flex;
    column-gap: 16px;
	  text-align: center;
    .box-perf-unit {
      width: calc(25% - 8px);
      display: flex;
      flex-direction: column;
      .box-perf-thumbnail {
        aspect-ratio: 393 / 260;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f7f7f7;
      }
      .box-perf-contents {
        padding: 8px 10px;
        color: #ffffff;
        background: #444444;
        h5 {
          font-size: 12px;
          font-weight: bold;
        }
        p {
          font-size: 13px;
          font-weight: bold;
          margin-bottom: 0;
        }
      }
    }
  }
}
.box-perf-other,box-perf2 {
  margin: 32px auto 0;
  width: 100%;
  max-width: 700px;
  .box-perf-other-heading {
    position: relative;
    margin-bottom: 32px;
    z-index: 0;
    &::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      height: 1px;
      background-color: #000;
      z-index: -5;
    }
    span {
      display: block;
      width: fit-content;
      font-size: 20px;
      font-weight: 900;
      margin: 0 auto;
      padding: 0 16px;
      background-color: #fff;
    }
  }
  .box-perf-other-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    li {
      font-size: 16px;
      font-weight: bold;
      width: calc(50% - 12px);
      text-align: center;
      padding: 10px;
      border: solid 4px #fff100;
    }
  }
}

@media screen and (max-width: 992px) {
  .box-perf2 {
    /* fix 20250704 niiyama */
    margin-top: 40px;
    .box-perf-inner {
      flex-wrap: wrap;
      gap: 16px;
      .box-perf-unit {
        width: 72%;
        margin-left: auto;
        margin-right: auto;
        .box-perf-thumbnail {
          aspect-ratio: auto;
          img {
          }
        }
        .box-perf-contents {
          h5 {
            font-size: 12px;
            line-height: 1.3;
          }
          p {
            font-size: 11px;
          }
        }
      }
    }
  }
  .box-perf-other {
    .box-perf-other-heading {
      &::before {
      }
      span {
      }
    }
    .box-perf-other-list {
      justify-content: center;
      li {
        font-size: 12px;
        width: 80%;
        border: solid 3px #fff100;
      }
    }
  }
}

.pd-300 {
  padding-bottom: 300px;
}
@media screen and (max-width: 992px) {
  .pd-300 {
    padding-bottom: 0;
  }
}

.sp_block hr{
	display:none;
}

@media screen and (max-width: 768px) {
.sp_block hr{
    margin: 20px 0 50px;
    border: dashed #ccc 1px;
	display:block;
}
}