/* common============================================== */
.page-template-classroom #header h1.logo,
.page-template-classroom .menu-trigger,
.l-main__holding,
.l-main__scroll{
	opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.page-template-classroom #header h1.logo{
	left: 30px;
}
.l-main__holding,
.l-main__scroll{
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.page-template-classroom .menu-trigger span {
    background-color: #000;
	height: 3px;
	border-radius: 4px;
}
.page-template-classroom .menu-trigger.active span {
	background-color: #FFF;
}
.page-template-classroom .menu-trigger span:nth-of-type(2) {
    top: 8px;
}
.page-template-classroom #logo .st0 {
    fill: #000;
}
.scale-active {
    -webkit-transform: scale(1) translate(0,0)!important;
    transform: scale(1) translate(0,0)!important;
    opacity: 1!important;
    transition: opacity .5s ease-in,-webkit-transform 1s;
    transition: transform 1s,opacity .5s ease-in;
    transition: transform 1s,opacity .5s ease-in,-webkit-transform 1s;
}
.scale-active.js-scale {
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    transition-duration: .8s,.6s;
    transition-timing-function: cubic-bezier(.32,.43,.49,1.36),ease-in;
}
.js-scale,
.js-scrool__scale {
    -webkit-transform: scale(1.1) translate(0px,-30px);
    transform: scale(1.1) translate(0px,-30px);
}

.js-scale {
    -webkit-transform: scale(1.15) translate(-30px,0);
    transform: scale(1.15) translate(-30px,0);
    opacity: 0;
}
.js-scrool__scale {
    -webkit-transform: scale(1.02) translate(-8px,0);
    transform: scale(1.02) translate(-8px,0);
	opacity: 0;
}
.msk {
    display: block;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: hidden;
}
.msk-inner {
    display: block;
    -webkit-transform: translateY(108%);
    transform: translateY(108%);
    transition: transform 1s cubic-bezier(0.250, 0.82, 0.355, 1);
}
.js-scrool__anime.active .msk-inner {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: transform 1s cubic-bezier(0.250, 0.82, 0.355, 1);
}
.js-scrool__fade {
    transition: transform 1.6s ease 0s,opacity 1.6s ease 0s;
    opacity: 0;
    transform: translate3d(0, 25px, 0);
    transition-duration: 1.6s;
}
.js-scrool__fade.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/* classroom============================================== */

#classroom-body {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-color: #34fdb8;
}

#classroom-body .l-main__visual {
    width: 100%;
    position: relative;
}
#classroom-body .l-main__body {
    width: 100%;
    height: calc(100vh - 0px);
    position: relative;
}
#classroom-body .l-main__body:before {
    width: 100%;
    height: 190px;
    background: url(../images/classroom-bg.svg) repeat-x;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    z-index: 0;
	opacity:.6;
    position: absolute;
    content: '';
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-animation: classroom-bg 50s linear infinite;
    animation: classroom-bg 50s linear .2s infinite;
}
@-webkit-keyframes classroom-bg {
0% {
    background-position: 0 0;
}
100% {
    background-position: -2200px 0;
}
}
@keyframes classroom-bg {
0% {
    background-position: 0 0;
}
100% {
    background-position: -2200px 0;
}
}
#classroom-body .l-main__sitename{
	width: 32%;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
#classroom-body .l-main__sitename-image {
	width: 100%;
}
.l-main__holding{
	position: absolute;
    width: 15%;
    bottom: 40px;
    left: 50px;
}
.l-main__scroll {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 4px solid #000;
    position: relative;
	margin: auto;
	background-color:#34fdb8;
	position: absolute;
	right: 50px;
	margin: auto;
	bottom: 40px;
}
.scroll-arrow {
    width: 24px;
    height: auto;
    cursor: pointer;
    line-height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 5px;
    z-index: 100;
    -webkit-animation: scroll-arrow 1s ease-in-out infinite;
    -moz-animation: scroll-arrow 1s ease-in-out infinite;
    animation: scroll-arrow 1s ease-in-out infinite;
}
@-webkit-keyframes scroll-arrow {
  0%   { -webkit-transform:translate(0,-3px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,3px); opacity: 0; }
}
@keyframes scroll-arrow {
  0%   { transform:translate(0,-3px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,3px); opacity: 0; }
}


/* p-top-about============================================== */

.p-top-about {
	width: 100%;
	position: relative;
	background-color: #5fffc6;
}
.p-top-about:before {
    content: '';
    position: absolute;
	background-color: #34fdb8;
    width: 100%;
    height: 450px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}
.p-top-about__body {
	width: 80.30%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 160px 0 0px 0;
}

.p-top-about__body h2 {
	width: 46.68%;
	margin: 0 auto;
}

.p-about__read{
     width: 92%;
    margin: 50px auto;
}

.p-about__text{
     width: 100%;
	 max-width: 880px;
    margin: 50px auto;
    border: solid 4px #000;
    padding: 60px 100px;
	border-radius: 20px;
	background-color: #5fffc6;
}

.about-text__cath {
	width: 90%;
	margin: 0 auto;
}

.about-text__details {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .1em;
	color: #000;
	margin-top: 25px;
}
.more-toggle {
	display: none;
}

/* p-top-overview============================================== */

.p-top-overview {
	width: 100%;
	position: relative;
	background-color: #34fdb8;
}
.p-top-overview__body {
	width: 80%;
    max-width: 880px;
	margin: 0 auto;
	position: relative;
	padding: 100px 0 80px 0;
}
.p-section__scroll {
    width: 30px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
	z-index: 4;
    transform: rotate(90deg) translateX(0);
    transition: opacity .4s ease-out,transform .4s ease-out;
    will-change: opacity,transform;
}
.p-section__scroll-inner{
	position:relative;
}
.p-section__scroll-inner::before {
    width: 50px;
    height: 4px;
    background-color: #101010;
    margin: -1px 0 0 40px;
    top: 50%;
    left: 100%;
	border-radius: 2px;
}
.p-section__scroll-inner::after {
    width: 16px;
    height: 16px;
    background-color: #34fdb8;
    border-radius: 50%;
    margin: -7px 0 0 48px;
    top: 50%;
    left: 100%;
    border: solid 4px #000;
}
.p-page-solution__declaration .p-section__scroll-inner::after{
	background-color: #967b0e;	
}
.p-section__scroll-inner::after,
.p-section__scroll-inner::before {
    content: "";
    display: block;
    position: absolute;
}
.p-section__scroll-inner::after {
    animation: scrolldown-circle 2s .2s infinite;
}
@keyframes scrolldown-circle{
	0%{
		opacity:0;transform:translateX( -10px)
	}
	60%,to{
		opacity:1;transform:translateX(35px)
	}
}
.p-top-overview__body h2 {
	width: 46.68%;
	margin: 0 auto;
}
.overview-table__label {
	width: 100%;
	padding: 40px 0;
}
.p-top-overview.vk-design .overview-table__label {
	width: 76%;
	padding: 90px 0 0 0;
}
.overview-table__label h2 {
    width: 100%;
	margin:0;
}
.p-top-overview.vk-design .overview-table__label h2 {
	margin-bottom: 45px;
}
.overview-table {
	width: 100%;
	margin: 0px auto 0;
}
.table-unit {
    width: 870px;
    margin: 0 auto;
}
.table-unit th,
.table-unit td {
    line-height: 2;
    padding: 24px 0 38px;
    text-align: left;
    vertical-align: top;
    font-size: 17px;
    border-top: solid 3px #222;
    font-weight: normal;
	color: #000;
	font-weight: bold;
}
.table-unit th {
    width: 225px;
    display: block;
}
.table-unit td {
    width: 600px;
}
.table-unit td a {
	color: #30a27b;
	text-decoration: underline;
	font-size: 17px;
	-webkit-transition: .3s cubic-bezier(.55, .085, .68, .53);
	transition: .3s cubic-bezier(.55, .085, .68, .53);
	cursor: pointer;
}
.table-unit td a:hover {
	color: #000;
	text-decoration-color: transparent;
}
.table-unit td a.form-label {
	color: #000;
	-webkit-transition: .3s cubic-bezier(.55, .085, .68, .53);
	transition: .3s cubic-bezier(.55, .085, .68, .53);
}
.table-unit td a.form-label:hover {
	opacity:.3;
}
.table-read {
 font-size: 17px;
}
.table-memo {
	font-size: 14px;
	margin-top: 10px;
}
.memo-strong {
	padding: 5px 12px;
    border: solid 2px #000;
    margin-top: 15px;
    display: inline-block;
}
.p-top-overview .p-section__scroll {
    bottom: 78px;
}

/* p-top-overview============================================== */

.p-top-overview.vk-design {
	background-color: #5fffc6;
}
.p-top-overview.vk-design .p-top-overview__body {
	padding: 30px 0 80px 0;
}

/* p-top-entry============================================== */

.p-top-entry {
	width: 100%;
	position: relative;
	background-color: #34fdb8;
}
.p-top-entry__body {
	width: 80.30%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 110px 0 80px 0;
}

.p-top-entry__body h2 {
	width: 22%;
	margin: 0 auto;
}
.entry-unit {
	width: 100%;
	display: -webkit-flex;
    display: flex;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-top: 40px;
}
.entry-index {
	font-size: 20px;
	color: #34fdb8;
	padding: 6px 16px;
	display: inline-block;
	background-color: #000;
	border-radius: 20px;
	margin-right: 20px;
}
.entry-lst {
	position:relative;
}
.entry-lst li {
	 width: 100%;
    font-size: 18px;
    margin: 6px 0;
    padding-left: 25px;
    list-style-type: none;
    position: relative;
	color: #000;
	font-weight:bold;
}
.entry-lst li:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
	border: solid 3px #000;
	background-color: #34fdb8;
    left: 0px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}
.entry-form {
    width: 880px;
    margin: 0 auto 50px;
}
.form-guide {
    width: 880px;
    margin: 0 auto 0;
    font-size: 13px;
    line-height: 1.5;
    border: solid 1px #30a27b;
    padding: 25px;
	border-radius: 8px;
}

.sp-br {
	display: none;
}

.pc-br {
	display: block;
}
.more-toggle + .more-contents {
    display: none;
}


/* classroom-Form============================================== */

#nf-form-10-cont {
	width: 100%;
	margin: 40px auto;
}
#nf-form-10-cont h3 {
	display: none;
}
#nf-form-10-cont .nf-form-fields-required {
	font-size: 14px;
	font-weight: bold;
	display: none;
}
#nf-form-10-cont .nf-form-content {
    padding: 0px;
    max-width: 8800px;
    margin: 50px auto 0;
}
#nf-form-10-cont .nf-form-content input:not([type='button']),
#nf-form-10-cont .nf-form-content textarea,
#nf-form-10-cont .nf-form-content .list-select-wrap .nf-field-element > div {
    background: #FFF;
    border: 2px solid #000;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    transition: all .5s;
	font-weight: bold;
	border-radius: 8px;
	-webkit-appearance: none; 
}
#nf-form-10-cont .nf-error.field-wrap .nf-field-element::after {
    background: #000;
	border-radius: 0px 8px 8px 0px / 0px 8px 8px 0px;
    height: 57px;
	line-height: 57px;
}
#nf-form-10-cont .nf-form-content select.ninja-forms-field {
    color: #000;
	font-weight: bold;
}
#nf-form-10-cont .nf-field-element ul {
	display: -webkit-flex;
    display: flex;
	margin-top: 20px !important;
}
#nf-form-10-cont .nf-form-content input.ninja-forms-field,
#nf-form-10-cont .nf-form-content select.ninja-forms-field,
#nf-form-10-cont .nf-form-content .listselect-wrap .nf-field-element div {
    height: 60px !important;
	border-radius: 8px;
}
#nf-form-10-cont .nf-pass.field-wrap .nf-field-element::after {
    height: 60px;
    line-height: 60px;
}
#nf-form-10-cont .checkbox-wrap .nf-field-label label::before,
#nf-form-10-cont .checkbox-wrap .nf-field-element label::before,
#nf-form-10-cont .listcheckbox-wrap .nf-field-label label::before,
#nf-form-10-cont .listcheckbox-wrap .nf-field-element label::before {
    font-size: 17px;
}
#nf-form-10-cont .checkbox-wrap .nf-field-label label::after,
#nf-form-10-cont .checkbox-wrap .nf-field-element label::after,
#nf-form-10-cont .listcheckbox-wrap .nf-field-label label::after,
#nf-form-10-cont .listcheckbox-wrap .nf-field-element label::after {
    background: #FFF;
    border: solid 2px #000;
    transition: all .5s;
	width: 28px;
    height: 28px;
	cursor: pointer;
	left: -36px;
	border-radius: 4px;
}
#nf-form-10-cont .listcheckbox-wrap .nf-field-label label::before,
#nf-form-10-cont .listcheckbox-wrap .nf-field-label label::after {
	display: none;
}
#nf-form-10-cont .listcheckbox-container .nf-field-element label::before {
   left: -30px;
    top: 7px;
}
#nf-form-10-cont .listcheckbox-container .nf-field-element label {
    margin-left: 37px !important;
	padding-top: 5px;
	font-weight: bold;
}
#nf-form-10-cont .nf-form-content input[type="submit"],
#nf-form-10-cont .nf-form-content input[type="button"],
#nf-form-10-cont .nf-form-content button {
    background: #000;
    border: 0;
    color: #FFF;
    transition: all .5s;
	width: 230px;
    margin: 0 auto;
    display: block;
}
#nf-form-10-cont .nf-form-content input[type="button"]:hover {
	color: #34fdb8;
}
#nf-form-10-cont .nf-field-description span {
	font-family: inherit !important;
}
#nf-form-10-cont .nf-field-description .p1 {
	margin-bottom: 15px !important;
	font-weight: bold;
	font-family: inherit !important;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.nf-response-msg p {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	margin: 100px auto;
}


@media screen and (max-width: 768px) {
#classroom-body .l-main__body:before {
    width: 100%;
    height: 20%;
	background-size: cover;
}
#classroom-body .l-main__sitename {
    width: 48%;
}
.p-top-about__body {
    width: 100%;
    max-width: 100%;
    padding: 100px 50px 0;
}
.l-main__holding {
    width: 31%;
}
.p-about__text {
    width: 100%;
    margin: 50px auto;
    padding: 55px 60px;
}
.p-top-overview__body {
    width: 100%;
	padding: 100px 50px 60px;
}
.table-unit {
    width: 100%;
}
.table-unit td {
    width: 60%;
}
.p-top-overview.vk-design .p-top-overview__body {
    padding: 30px 50px 80px;
}
.p-top-entry__body {
    width: 100%;
    padding: 110px 50px 80px;
}
.entry-unit {
	display: block;
}
.entry-lst {
	margin-top: 14px;
}
.entry-form {
    width: 100%;
}
.form-guide {
    width: 100%;
}

}

@media screen and (max-width: 420px) {
#classroom-body .l-main__sitename {
    width: 64%;
}
#classroom-body .l-main__body:before {
    width: 100%;
    height: 36%;
    background: url(../images/classroom-bg-sp.svg) repeat-x;
	background-size: cover;
}
.l-main__holding {
    width: 45%;
    left: 15px;
    bottom: 20px;
}
.l-main__scroll {
    height: 30px;
    width: 30px;
    border: 3px solid #000;
    right: 20px;
    margin: auto;
    bottom: 18px;
}
.scroll-arrow {
    width: 18px;
    line-height: 20px;
    margin-left: -9px;
    bottom: 4px;
}
.p-top-about__body {
    padding: 70px 30px 50px;
}
.p-top-about__body h2 {
    width: 70%;
}
.p-about__read {
    width: 88%;
    margin: 23px auto 0;
}
.p-about__text {
    width: 100%;
    margin: 25px auto;
    padding: 35px 0px;
}
.about-text__cath {
    width: 100%;
    margin: 0 auto;
	padding: 0 14px;
}
.about-text__details {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: .05em;
    padding: 0 30px;
}
.p-section__scroll-inner::before {
    width: 30px;
	height: 3px;
}
@keyframes scrolldown-circle{
	0%{
		opacity:0;transform:translateX( -10px)
	}
	60%,to{
		opacity:1;transform:translateX(20px)
	}
}
.p-section__scroll-inner::after {
    width: 12px;
    height: 12px;
    margin: -5.6px 0 0 48px;
	border: solid 3px #000;
}
.p-top-overview__body {
    width: 100%;
    padding: 55px 30px 40px;
}
.p-section__scroll {
    bottom: 68px;
}
.p-top-about:before {
    height: 80px;
	display: none;
}
.overview-table__label {
    padding: 20px 0 25px 0;
}
.table-unit th {
    width: 75%;
    display: block;
	word-break:break-all;
}
.table-unit td {
    width: 70%;
}
.table-unit th,
.table-unit td {
    padding: 24px 0 28px;
    font-size: 13px;
    border-top: solid 2px #222;
	line-height: 1.6;
}
.sp-br {
	display: block;
}
.pc-br {
	display: none;
}
.table-unit td a {
    font-size: 11px;
}
.table-read {
    font-size: 13px;
}
.table-unit td a.form-label {
	font-size: 13px;
}
.table-memo {
    font-size: 11px;
	line-height: 1.6;
    margin-top: 0px;
}
.p-top-overview.vk-design .p-top-overview__body {
    padding: 25px 30px 30px;
}
.p-top-overview .p-section__scroll {
    bottom: 71px;
}
.p-top-overview.vk-design .overview-table__label {
    width: 100%;
    padding: 40px 0 0 0;
}
.overview-table__label {
    width: 100%;
    padding: 20px 0 32px 0;
}
.p-top-overview.vk-design .overview-table__label h2 {
    margin-bottom: 30px;
}
.p-top-entry__body {
    width: 100%;
    padding: 60px 30px 60px;
}
.p-top-entry__body h2 {
    width: 32%;
}
.entry-unit {
	margin-top: 24px;
}
.entry-index {
	 width: 126px;
    font-size: 13px;
    padding: 6px 0px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.entry-lst li:before {
    width: 10px;
    height: 10px;
    border: solid 2px #000;
}
.entry-lst li {
    width: 100%;
    font-size: 13px;
    margin: 3px 0;
    padding-left: 19px;
	line-height: 1.4;
}
.more-toggle {
    width: 80%;
    border: 3px solid #000;
    line-height: 1;
    padding: 22px 0;
    margin: 15px auto 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}
.more-toggle + .more-contents {
    margin-top: 1em;
    display: none;
}
.more-pc {
	display: none;
}
#nf-form-10-cont .nf-field-element #nf-field-53 {
    font-size: 13px;
}
.form-guide {
	font-size: 12px;
	padding: 18px;
}
#nf-form-10-cont .nf-field-container .nf-field-label {
    margin-bottom: 5px !important;
}
#nf-form-10-cont .nf-form-content label {
    font-size: 14px!important;
}
#nf-form-10-cont .nf-field-element ul {
    flex-wrap: wrap;
}
#nf-form-10-cont .nf-form-content .listcheckbox-wrap li {
    margin-bottom: 28px !important;
}
#nf-form-10-cont .nf-form-content .listcheckbox-wrap li:nth-child(n + 4) {
	margin-bottom:15px !important;
}
.page-template-classroom #header h1.logo {
    width: 170px;
    left: 15px;
}
#nf-form-10-cont {
    width: 100%;
    margin: 20px auto;
}
#nf-form-10-cont .nf-form-content {
    margin: 0px auto 0;
}
#nf-form-10-cont .listcheckbox-container .nf-field-element label {
    padding-top: 9px;
}
.tell-label {
	color: #000;
}
	
}