.wrapper{
	position: relative;
}
.inner{
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 28px;
}
@media all and (max-width: 767px){
	.inner{
		padding: 0 2.6%;
	}
}

/*
========================================================================
 header
========================================================================
*/

.header{
	position: relative;
	/* z-index: 10000; */
	background-color: #fff;
	padding-top: 19px;
	padding-bottom: 17px;
	border-bottom: 2px solid #2852B5;
}
.header .inner{

}
.header-logo{
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
	display: flex;
	align-items: center;
}
.header-logo .text-group {
	display: inline-block;
}
.header-logo-label {
	
}
.header-logo-img {
	margin-right: 16px;
}

@media all and (max-width: 940px){
	.header{
	}
	.header .inner{
	}
	.header-logo{

	}
}

@media all and (max-width: 767px){
	.header-logo{
		font-size: 18px;
	}
}

@media all and (max-width: 480px){
	.header-logo{
		font-size: 15px;
	}
}

/* landscape 992 is for iphone MX */
@media (max-width: 575.98px), (orientation: landscape) and (max-width: 991.98px) {

	.header.header {
		padding: 12px 0;
	}
	.header-logo{

	}

}

@media (max-width: 479.98px), (orientation: landscape) and (max-width: 639.98px)  {

	.header.header {
		padding: 10px 0;
	}
	.header-logo{

	}
}

@media (max-width: 374.98px) {


}


/*
========================================================================
 footer
========================================================================
*/

.footer{
	text-align: center;
	padding: 20px 0;
}
.footer-copy{
	font-size: 1.2rem;
}

@media all and (max-width: 940px){
	.footer{

	}
	.footer-copy{
		font-size: 1rem;
	}
}

@media all and (max-width: 767px){

}

@media all and (max-width: 480px){
	.footer{
		padding: 12px 0;
	}
	.footer-copy{

	}
}

/*
========================================================================
 login page
========================================================================
*/

.login{
	position: relative;
	overflow: hidden;
}
.login-map{
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.login-map-belt{
	background-color: #fff;
	width: calc(100% - 574px);
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	padding: 104px 5%;
	border: 3px solid #2852B5;
	border-left: none;
	border-right: none;
	text-align: center;
}
.login-map-logo{
	text-align: center;
	margin-top: 24px;
}
.login-map-belt-logo{
	display: block;
	max-width: 50%;
	height: auto;
	margin: 0 auto;
}
.login-map-belt-mizuhiki{
	position: absolute;
	left: 50%;
	top: 95%;
	transform: translate(-50%,-50%);
}
.login-map-belt-mizuhiki img{
	width: 2694px;
	max-width: none;
}
.login-map-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
}
.login-map-title .text-group {
	display: inline-block;
}

.login-map-text {
	margin-top: .6em;
}

/*-------------------- form --------------------*/

.form-wrapper{
	text-align: center;
	width: 574px;
	height: 100vh;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.form-inner{
	height: 100%;
	position: relative;
}
.form-contents{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
}
.form-title{
	font-size: 4.7rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 32px;
}
.form-text{
	margin-bottom: 26px;
}
.input-box{
	color: #333;
	font-size: 1.6rem;
	line-height: 1;
	width: 371px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: #f4f4f4;
	border-radius: 4px;
	border: 1px solid #fff;
	padding: 19px 24px 16px;
	cursor: pointer;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input-box:focus{
	border: 1px solid #00cbbf;
	outline: 0;
}
.input-box::placeholder {
	color: #969696;
}
.input-box:-ms-input-placeholder {
	color: #969696;
}
.input-box::-ms-input-placeholder {
	color: #969696;
}
.input-box_id{
	margin-bottom: 16px;
}
.input-box_password{
	margin-bottom: 46px;
}
.input-submit{
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	width: 293px;
	background-color: #2852B5;
	border-radius: 26px;
	border: none;
	padding-top: 18px;
	padding-bottom: 18px;
	box-shadow: 4px 4px 21px -10px rgba(0,0,0,0.3);
	cursor: pointer;
	transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
.input-submit:hover,
.input-submit:focus{
	opacity: 0.6;
}
.input-submit:focus {
	outline: none;
}
.form-contents .error {
	color: #b7232d;
	margin-bottom: 1em;
}
.form-note {
	font-size: .8em;
	margin-top: 2em;
}
.form-note a {
	text-decoration: underline;
}
.form-note a:hover {
	text-decoration: none;
}
@media all and (max-width: 1690px){
	.login-map{
	}
}
@media all and (max-width: 1330px){
	.login-map-belt{
		width: calc(100% - (574 / 1330 * 100vw));
		padding-top: 7%;
		padding-bottom: 7%;
	}
	.form-wrapper{
		width: calc(574 / 1330 * 100vw);
	}
}
@media all and (max-width: 768px){
	.login{
	}
	.login-map{
		height: calc(360 / 768 * 100vw);
	}
	.login-map-belt{
		width:100%;
		left: 50%;
		transform: translate(-50%,-50%);
		padding-top: calc(80 / 768 * 100vw);
		padding-bottom: calc(80 / 768 * 100vw);
	}
	.login-map-belt-logo{
		width: calc(301 / 768 * 100vw);
		max-width: none;
	}
	.login-map-belt-mizuhiki{
	}
	.login-map-belt-mizuhiki img{
		width: calc(1697 / 768 * 100vw);
	}

	.form-wrapper{
		width: 100%;
		height: auto;
		position: static;
		padding-top: 53px;
		padding-bottom: 53px;
	}
	.form-inner{
	}
	.form-contents{
		position: static;
		transform: translate(0,0);
		width: auto;
		max-width: none;
	}
	.form{

	}
	.form-title{
		font-size: 4.2rem;
		margin-bottom: 23px;
	}
	.form-text{
		margin-bottom: 24px;
	}
	.form{

	}
	.form-inner{
		padding: 0 4%;
	}
	.input-box{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 345px;
	}
	.input-box_id{
		margin-bottom: 17px;
	}
	.input-box_password{
		margin-bottom: 38px;
	}
	.input-submit{
		font-size: 1.5rem;
	}
	.input-submit:hover{
	}
}
@media all and (max-width: 620px){
	.login{
	}
	.login-map{
		height: calc(291 / 375 * 100vw);
	}
	.login-map-belt{
	}
	.login-map-belt-logo{
		width: calc(370 / 768 * 100vw);
	}
	.login-map-title {
		font-size: 21px;
	}
	.login-map-belt-mizuhiki{
	}
	.login-map-belt-mizuhiki img{
	}

	.form-wrapper{
		height: auto;
		position: static;
	}
	.form-inner{
	}
	.form-contents{

	}
	.form{

	}
	.form-title{
		font-size: 3.7rem;
		margin-bottom: 18px;
	}
	.form-text{
		margin-bottom: 21px;
	}
	.form{

	}
	.form-inner{
	}
	.input-box{
	}
	.input-box_id{
	}
	.input-box_password{
	}
	.input-submit{
	}
}
@media all and (max-width: 480px){
		.login{
	}
	.login-map{
		background-size: 500px 313px;
		height: calc(212 / 375 * 100vw);
	}
	.login-map-belt{

	}
	.login-map-belt-logo{
		width: calc(238 / 375 * 100vw);
	}
	.login-map-title {
		font-size: 17px;
	}
	.login-map-belt-mizuhiki{
	}
	.login-map-belt-mizuhiki img{
		width: calc(1167 / 375 * 100vw);
	}

	.form-wrapper{
		height: auto;
		position: static;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.form-inner{
	}
	.form-contents{

	}
	.form{

	}
	.form-title{
		font-size: 3.2rem;
		margin-bottom: 14px;
	}
	.form-text{
		margin-bottom: 14px;
	}
	.form{

	}
	.form-inner{
	}
	.input-box{
		width: 100%;
	}
	.input-box_id{
		margin-bottom: 16px;
	}
	.input-box_password{
		margin-bottom: 30px;
	}
	.input-submit{
		font-size: 1.4rem;
		width: 283px;
	}
	.input-submit:hover{
	}
}

/*
========================================================================

========================================================================
*/

.modaal-close {
	box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

.spring .modaal-close {
	right: 20px;
    top: 20px;
}

.movie-contents {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2vw;
	padding: max(2vw, 15px) 2vw;
}

.movie-contents--align_top {
	align-items: flex-start;
}

.movie-contents__inner {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.movie-contents__inner {
	margin-bottom: 96px;
}

.movie-contents__heading{
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 24px;
}

.movie-contents__lead {
	display: block;
	font-size: .6em;
	margin: .4em 0 0;
	font-weight: normal;
}
.movie-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	width: 1160px;
	max-width: 100%;
}

.movie-list__row {
	margin: 0 -10px -48px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.movie-list__row--vertical {
	
}

.movie-list__row + .movie-list__row {
	margin-top: 48px;
}

.movie-list__item {
	box-sizing: border-box;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 48px;
}

.movie-list__row--vertical .movie-list__item {
	width: 100%;
	margin-bottom: min(48px, 6%);
}

.movie-wrapper {
	position: relative;
	overflow: hidden;
}

.movie-wrapper--small {
	width: 480px;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
}

.movie-wrapper:before {
	content: '';
	display: block;
	padding: calc( 9 / 16 * 100% ) 0 0;
}

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

.movie-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-link img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
	z-index: 1;
	object-fit: contain;
}

.movie-link::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/btn_play.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	filter: drop-shadow( 0px 3px 10px rgba(0, 0, 0, 0.25) );
}

.movie-link::after {
	content: '';
	display: block;
	background: #000;
	opacity: .15;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: opacity .2s ease-in-out;
}

.movie-link:hover::after {
	opacity: .1;
}

.movie-caption {
	margin: 16px auto 0;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

.movie-caption--small {
	width: 480px;
	max-width: 100%;
}

.movie-caption--align-left {
	text-align: left;
}

.movie-caption p {
	font-size: 18px;
	font-weight: normal;
	margin: .6em 0;
}

.movie-caption .movie-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 1.6em;
}

.movie-caption .movie-desc {

}

.movie-caption .movie-desc small {
	font-weight: normal;
	font-size: .8em;
}



@media all and (max-width: 768px){

	.movie-contents__heading {
		font-size: 1.8rem;
		margin-bottom: 16px;
	}

	.movie-list {

	}

	.movie-list__row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.movie-list__item {
		padding-left: 5px;
		padding-right: 5px;
	}

	.movie-caption {
		font-size: 18px;
	}

	.movie-caption p {
		font-size: 15px;
	}

	.movie-caption .movie-title {
		font-size: 18px;
	}

}

@media all and (max-width: 620px){

	.modaal-video-wrap {
		margin: auto;
	}

	.spring .main {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.movie-list {
		margin: 0 auto;
	}

	.movie-list__row {
		display: block;
		margin: 0;
	}

	.movie-list__row + .movie-list__row {
		margin-top: calc( 20 / 375 * 100vw);
	}

	.movie-list__item {
		width: 100%;
		padding: 0;
	}

	.movie-list__item {
		margin-top: calc( 20 / 375 * 100vw);
	}

	.movie-list__item:last-child {
		margin-bottom: 0;
	}

	.movie-caption {
		margin-top: calc( 10 / 375 * 100vw);
		font-size: 14px;
		font-weight: normal;
		text-align: left;
	}

	.movie-caption p {
		font-size: 14px;
	}

	.movie-caption .movie-title {
		font-size: 16px;
	}

}

@media (max-width: 575.98px) {



}

/*
========================================================================

========================================================================
*/

.movie-single {
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
}

.movie-single__video-container {
	position: relative;
}

.movie-single__video-container::before {
	content: '';
	display: block;
	padding: calc(360 / 640 * 100%) 0 0;
}

.movie-single__video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-single__bottom {
	margin-top: 32px;
	background: #efefef;
	padding: 24px;
}

.movie-program__heading {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: .6em;
	padding: 0 8px;
}

.movie-program__item {
	font-size: 1.5rem;
	padding: .15em 8px;
}

.movie-program__item-time {
	display: inline-block;
	margin-right: .8em;
}
/*
========================================================================
  追加
========================================================================
*/
div.movie-list > p {
    margin-top: 30px;
}
.movie-contents__heading_02{
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 64px;
	background: #7F7F7F;
	padding: 10px 20px;
	color: white;
}
.movie-list__row__start {
	margin: 0 -10px -48px;
	display: flex;
	flex-direction: row;
  justify-content: start;
	flex-wrap: wrap;
	align-items: center;
}
.movie-list__row__start .movie-list__item{
	margin-bottom: 72px;
}
.movie-list__item.three_column {
    width: calc(100% / 3);
}
.movie-button{
	font-size: 1.8rem;
	background: #93A299;
  border-radius: 25px;
  width: 85%;
  height: 50px;
  text-align: center;
  color: white;
  line-height: 50px;
	margin: 0 auto;
}
.movie-button:hover{
	opacity:.7;
}

.movie-contents__inner:nth-child(6) .movie-list .movie-contents__heading_02, .movie-contents__inner:nth-child(7) .movie-list .movie-contents__heading_02 {
    margin-bottom: 0px;
}
.check-test{
	margin-bottom: 26px;
}
.inquiry__PDF {
    font-size: 18px;
}
.sp_br{
	display:none;
}
@media all and (max-width: 620px){
	div.movie-list > p {
    margin-top: 10px;
	}
	.movie-contents__inner{
		  margin: 10px auto 0;
	}
	.movie-contents__inner:nth-child(1) {
    margin: 10px auto 24px;
	}
	.movie-contents__heading_02 {
	    margin-bottom: 24px;
	}
	.movie-contents__inner:nth-child(1) .movie-list .movie-contents__heading_02 {
    margin-bottom: 0px;
	}
	.movie-list__row__start {
    margin: 0 0 -48px;
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
	}
	.movie-list__item.three_column {
    width: 100%;
		margin: 0;
	}
	.movie-list__row__start .movie-list__item {
	    margin-bottom: 24px;
	}
	.movie-contents__inner:nth-child(1) .movie-list__item.three_column {
    margin-bottom: 12px;
	}
.movie-contents__inner:nth-child(1) .text-center, .movie-contents__inner:nth-child(2) .text-center {
    text-align: left;
	}
	.check-test {
		line-height: 2;
	}
	.sp_br{
		display:block;
	}

}

@media (max-width: 575.98px) {



}
