@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	CSS Document
	file name : index.css
 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	PC
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.fat-nav li.nav02__tp{
	display: block;
}
.fat-nav li.nav02{
	display: none;
}
/*
	MV
*/
.mv-wrap{
	width: 100vw;
	margin:0;
	background: url("/opencampus2021/img/bg01.png") repeat center center;
	background-attachment: fixed;
}
.mv-wrap .mv-bg{
	position:relative;
	padding-left: 13vw;
	padding-bottom: 200px;
	height: auto;
	text-align: center;
}
.mv-wrap .mv-bg .mv-txt__eng{
	position: absolute;
	bottom: 240px;
	left: 47%;
	font-size: 8rem;
	color: #fff;
	text-align: left;
	line-height: 1;
	font-family: 'Cormorant Upright', serif;
	z-index: 100;
}
.mv-wrap .mv-bg .mv-txt__eng figure img{
	vertical-align: bottom;
}
.mv-wrap .mv-bg .moc{
	position: absolute;
	left: 0;
	top: 6vw;
	width: 100%;
}
.mv-wrap .mv-ph{
	height: 70vw;
	width: 60vw;
	max-width: 1080px;
	max-height: 1080px;
	background-size: cover !important;
	margin: 0 auto;
	position: relative;
	-webkit-animation: 5s 1 ease forwards;
  	animation: 5s 1 ease forwards;
	z-index:1;
	overflow: hidden;
}
.mv-wrap .mv-bg .swiper-slide-active .mv-ph{
	animation-name: fadezoom;
    animation-duration: 2s;
}
.mv-wrap .mv-ph:before{
	content:"";
	display:block;
	background: #fce9f2;
	z-index:1;
	width:130%;
	height:120%;
	left: -10%;
	top: 0;
	position: absolute;
	-webkit-transform: skewX(15deg);
		  transform: skewX(15deg);
	-webkit-animation: fadein1 4s 1 ease forwards;
  	animation: fadein1 4s 1 ease forwards;
}
.mv01 .mv-ph{
	background: url("/opencampus2021/img/mv01.jpg") no-repeat center center;
}
.mv02 .mv-ph{
	background: url("/opencampus2021/img/mv02.jpg") no-repeat center center;
}
.mv03 .mv-ph{
	background: url("/opencampus2021/img/mv03.jpg") no-repeat center center;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	.mv01 .mv-ph{
		background: url("/opencampus2021/img/mv01@2x.jpg") no-repeat center center;
	}
	.mv02 .mv-ph{
		background: url("/opencampus2021/img/mv02@2x.jpg") no-repeat center center;
	}
	.mv03 .mv-ph{
		background: url("/opencampus2021/img/mv03@2x.jpg") no-repeat center center;
	}
}
/*txt*/
.mv-wrap .mv-bg .mv-txt__jp{
	position:absolute;
	left:8vw;
	bottom:50%;
	margin-bottom: -5vw;
	font-size:1.9rem;
	letter-spacing: 0.5em;
	line-height: 2.6;
	text-align: left;
	z-index: 99;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.mv-wrap .mv-bg .mv-txt__jp span{
	background: #fff;
	padding: 10px;
	line-height: 1;
}
.mv-wrap .mv-bg .mv-txt__jp img{
	vertical-align: middle;
	padding: 0 15px;
	height: 28px;
}
.mv-wrap .mv-bg .swiper-slide-active .mv-txt__jp{
	animation-name: fadeleft;
    animation-duration: 2s;
}
@keyframes fadezoom {
	0% {
		opacity: 0;
		background-position: center 300px;
	}
	30% {
		opacity: 0.6;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		background-position: center center;
	}
}
@keyframes fadeleft {
	from {
		opacity: 0;
		 transform: translateX(150px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@media screen and (max-width: 1440px) {
	.mv-wrap .mv-bg{
		padding-left: 0;
	}
	.mv-wrap .mv-ph{
		margin: 0 0 0 auto;
		width: 75vw;
	}
}
@media screen and (max-width: 1300px) {
	.mv-wrap{
		background: url("/opencampus2021/img/bg01.png") repeat left center;
		background-attachment: fixed;
	}
}
@media screen and (max-width: 1140px) {
	.mv-wrap .mv-bg .mv-txt__eng{
		font-size: 7rem;
	}
}
@media screen and (max-width: 1024px) {
	.mv-wrap .mv-bg {
		padding-bottom: 100px;
	}
	.mv-wrap .mv-ph{
		width: 85vw;
		height: 720px;
		max-width: 100%;
		max-height: 100%;
	}
	.mv-wrap .mv-bg .mv-txt__eng {
		font-size: 6rem;
		right:25px;
		left: auto;
	}
	.mv-wrap .mv-bg .mv-txt__jp {
		bottom: 50%;
		left: 20px;
		margin-bottom: -130px;
		font-size: 1.1rem;
		letter-spacing: 0.2em;
		line-height: 3.6;
	}
	.mv-wrap .mv-bg .mv-txt__eng {
		position: absolute;
		bottom: 130px;
	}
}
@media screen and (max-width: 599px) {
	.mv-wrap .mv-bg {
		padding-bottom:60px;
	}
	.mv-wrap .mv-ph{
		height: 480px;
	}
	.mv-wrap .mv-bg .mv-txt__jp {
		font-size: 1rem;
	}
	.mv-wrap .mv-bg .mv-txt__jp span img{
		width: auto;
		height: 16px;
	}
	.mv-wrap .mv-bg .mv-txt__jp img {
		margin-bottom: 0;
		padding: 0 10px;
	}
	.mv-wrap .mv-bg .mv-txt__eng img{
		height: 30px;
		width: auto;
	}
	.mv-wrap .mv-bg .mv-txt__eng {
		font-size: 3.4rem;
		bottom: 90px;
		right: 20px;
	}
}


/*
	common
*/
section header{
	position: absolute;
	right: 30px;
	top: -40px;
	text-align: right;
	z-index: 99;
}
section:nth-last-child(even) header{
	right: auto;
	left: 30px;
	text-align: left;
}
section header p{
	margin-top: -15px;
}
section header h2{
	font-size: 6.7rem;
	line-height: 0.8;
	font-family: 'Cormorant Upright', serif;
	font-weight:500;
	letter-spacing: -0.01em;
}
#contents section {
	margin-bottom: 160px;
	position: relative;
}
@media screen and (max-width: 1200px) {
	section header h2{
		font-size: 7rem;
	}
}
@media screen and (max-width: 1024px) {
	section header{
		position: static;
		right: 0;
		top: 0;
		padding: 0 30px;
		margin-bottom: 0;
	}
	section header h2{
		font-size: 4.8rem;
	}
	section header p img{
		height: 90px;
		width: auto;
	}
	#contents section {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 599px) {
	section header img{
		height: 60px;
		width: auto;
	}
	section header h2{
		font-size: 4rem;
	}
	section header p img{
		height: 70px;
		width: auto;
	}
	#contents section{
		margin-bottom: 70px;
	}
}


/*
	tp-info
*/
.tp-info {
	position: relative;
	background-image: linear-gradient(90deg, #fee4ed, #f7f4ff);
	background-repeat: no-repeat;
	background-position: 0 200px;
	background-size: 100% 85%;
}
@media screen and (max-width: 599px) {
	.tp-info header {
		margin-bottom: 0;
	}
}


.tp-oc {
	background: url("/opencampus2021/img/oc_bg@2x.jpg") no-repeat center center;
	background-size: cover;
	padding: 180px 0 160px;
	margin-bottom: 100px;
}
.tp-oc .box{
	padding: 22px;
	position: relative;
	color: #fff;
}
.tp-oc a:first-of-type .box{
	background: #66c8e1;
	margin-bottom: 5px;
}
.tp-oc a:last-of-type .box{
	background: #e166a6;
}
.tp-oc a:first-of-type .box:before{
	width: 72px;
	height: 72px;
	content: "";
	position: absolute;
	background: url("/opencampus2021/img/oc_before.gif") no-repeat;
	left: 0;
	top: 0;
}
.tp-oc .box:after,
.tp-oc .box:before{
	width: 72px;
	height: 72px;
	content: "";
	position: absolute;
}
.tp-oc a:first-of-type .box:before{
	background: url("/opencampus2021/img/oc_before.gif") no-repeat;
	left: 0;
	top: 0;
}
.tp-oc a:first-of-type .box:after{
	background: url("/opencampus2021/img/oc_after.gif") no-repeat;
	right: 0;
	bottom: 0;
}
.tp-oc a:last-of-type .box:before{
	background: url("/opencampus2021/img/oc02_before.gif") no-repeat;
	left: 0;
	top: 0;
}
.tp-oc a:last-of-type .box:after{
	background: url("/opencampus2021/img/oc02_after.gif") no-repeat;
	right: 0;
	bottom: 0;
}
.tp-oc .box .inr{
	display: flex;
	border: 3px solid #fff;
	padding: 40px 30px;
	align-items: center;
}
.tp-oc .box article{
	width: 345px;
	margin-right: 30px;
}
.tp-oc .box h3{
	color: #fff;
	text-align: center;
	line-height: 1;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2.2rem;
	margin-bottom: 20px;
	font-weight: normal;
}
.tp-oc .box h3 span{
	display: block;
	font-size: 5rem;
}
.tp-oc .box h3 p{
	font-size: 1.3rem;
	padding: 7px 10px;
	margin-top: 10px;
	background: #fff;
	color: #111;
}
.tp-oc .box article .program{
	display: flex;
	justify-content: space-between;
}
.tp-oc .box article .date__wrap{
	width: 200px;
	text-align: center;
}
.tp-oc .box article .date{
	font-size: 6rem;
	font-family: 'PT Serif', serif;
	line-height: 1;
}
.tp-oc .box article .date span{
	font-size: 1.4rem;
	writing-mode:vertical-rl;
}
.tp-oc .box article .time{
	font-size: 1.1rem;
}
.tp-oc .box article .status li{
	margin-bottom: 7px;
	padding: 10px 0;
	text-align: center;
	line-height: 1;
	width: 140px;
	font-size: 1.3rem;
}
.tp-oc a:first-of-type .box article .status li{
	background: #1d98b8;
}
.tp-oc a:last-of-type .box article .status li{
	background: #ca3784;
}
.tp-oc .box .contents{
	width: 600px;
	text-align: center;
}
.tp-oc .box .contents h4{
	font-family: 'Homemade Apple', cursive;
	font-weight: bold;
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.tp-oc .box .contents li{
	font-size: 1.4rem;
	margin-bottom: 7px;
	border-radius: 30px;
	padding: 10px 5px;
}
.tp-oc a:first-of-type .box .contents li{
	background: #3bb6d5;
}
.tp-oc a:last-of-type .box .contents li{
	background: #d55698;
}
@media screen and (max-width: 1024px) {
	.tp-oc {
		padding: 60px 0 60px;
		margin-bottom: 70px;
		margin-top: -40px;
	}
	.tp-oc .box h3{
		font-weight: normal;
	}
	.tp-oc .person{
		display: none;
	}
	.tp-oc .box .contents {
		width: calc(100% - 380px);
	}
	.tp-oc .box .contents li {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 900px) {
	.tp-oc .box .contents{
		width: 100%;
		margin-top: 30px;
	}
	.tp-oc .box .inr {
		display: block;
	}
	.tp-oc .box article{
		width: 100%;
		margin-right: 0;
	}
	.tp-oc .box article .date__wrap{
		width: 100%;
	}
	.tp-oc .box article .program {
		width: 340px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 599px) {
	.tp-oc {
		margin-bottom: 50px;
	}
	.tp-oc .sec-inr{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.tp-oc .box h3{
		font-size: 1.4rem;
		font-weight: normal;
	}
	.tp-oc .box h3 span{
		font-size: 3.2rem;
	}
	.tp-oc .box article .date {
		font-size: 4.6rem;
	}
	.tp-oc .box article .program{
		display: block;
		width: 100%;
	}
	.tp-oc .box article .status{
		width: 100%;
		margin-top: 10px;
	}
	.tp-oc .box article .status li{
		width: 100%;
		font-size: 1rem;
	}
	.tp-oc .box .contents {
		position: relative;
		z-index: 99;
	}
	.tp-oc .box .contents h4 {
		font-size: 1.4rem;
	}
	.tp-oc .box .inr {
		display: block;
		padding: 40px 20px 20px;
	}
	.tp-oc .box article .status li{
		font-size: 1rem;
	}
	.tp-oc .box .contents li{
		font-size: 1.1rem;
	}
}


.tp-movie {
	position: relative;
}
.tp-movie .moc01{
	position: absolute;
	left: 50%;
	margin-left: -440px;
	top: 100px;
}
.tp-movie .moc02{
	position: absolute;
	right: 50%;
	margin-right: -440px;
	bottom: 100px;
}
.tp-movie .ph{
	text-align: center;
}
.tp-pamph,
.tp-movie{
	margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
}


.tp-pamph{
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.tp-pamph h3.md{
	margin-bottom: 80px;
}
.tp-pamph ul{
	display: flex;
	justify-content: space-between;
}
.tp-pamph ul li {
	position: relative;
	width: 45%;
}
.tp-pamph ul li:last-of-type {
	margin-top: 100px;
}
.tp-pamph ul li h4{
	position: absolute;
	color: #fff;
	font-size: 1.8rem;
	top: -20px;
	left: -20px;
	background:linear-gradient(#8fd5d6, #bfcbff);
	padding: 10px 20px;
	line-height: 1;
	z-index: 999;
}
.tp-pamph img{
	max-width: 100%;
}
@media screen and (max-width: 1024px) {
	.tp-pamph h3.md{
		margin-bottom: 40px;
	}
	.tp-pamph ul li h4{
		font-size: 1.3rem;
	}
	.tp-pamph{
		width: 100%;
		padding: 0 30px;
	}
}
@media screen and (max-width: 599px) {
	.tp-pamph{
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
	.tp-pamph ul li h4{
		font-size: 1.1rem;
		padding: 7px 10px;
	}
}




/*
	tp-corona
*/
.tp-corona .cap{
	text-align: center;
	margin-bottom: 100px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tp-message {
	margin-bottom: 100px;
}
.tp-message .box{
	display: flex;
	justify-content: space-between;
}
.tp-message .box h3.md{
	width: 300px;
	margin: 0;
	padding: 0;
}
.tp-message .box h3.md{
	background: none;
	text-align: left;
	line-height: 3.5;
}
.tp-message .box h3.md span{
	line-height: 1;
	background: -moz-linear-gradient(left, #ffa4ca, #bfcbff);
	background: -webkit-linear-gradient(left, #ffa4ca, #bfcbff);
	background: linear-gradient(to right, #ffa4ca, #bfcbff);
	color: #fff;
	padding: 12px 17px;
	border-radius: 3px;
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.tp-message .box .txt__wrap{
	width: calc(100% - 380px);
}
.tp-message .box .txt__wrap .name{
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.5rem;
	text-align: right;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1200px) {
	.tp-corona .cap {
		text-align: right;
		padding: 0 50px;
	}
}
@media screen and (max-width: 1024px) {
	.tp-corona .cap {
		padding: 0 30px;
	}
	.tp-message {
		margin-bottom: 70px;
	}
	.tp-corona .cap {
		margin-bottom: 30px;
	}
	.tp-message .box .txt__wrap{
		width: calc(100% - 350px);
	}
	.tp-message .box .txt__wrap .name{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 800px) {
	.tp-message .box{
		display: block;
	}
	.tp-message .box h3.md{
		width: 100%;
	}
	.tp-message .box .txt__wrap{
		width: 100%;
		margin-top: 30px;
	}
}
@media screen and (max-width: 599px) {
	.tp-corona .cap {
		padding: 0 20px;
	}
	.tp-message {
		margin-bottom: 50px;
	}
	.tp-corona .cap{
		margin-bottom: 40px;
	}
	.tp-message h3.md{
		padding: 0;
		margin-bottom: 20px;
	}
	.tp-message .box h3.md span{
		font-size: 1.3rem;
	}
	.tp-message .box .txt__wrap{
		margin-top: 20px;
	}
	.tp-message .box .txt__wrap p{
		font-size: 1.1rem;
	}
}


.tp-contents {
	background-image: linear-gradient(90deg, #fee4ed, #f7f4ff);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 70% 100%;
	padding: 100px 0;
}
.tp-contents .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.tp-contents .box:nth-child(even){
	flex-direction: row-reverse;
}
.tp-contents .box:last-of-type{
	margin-bottom: 0;
}
.tp-contents .box .txt__wrap{
	width: 43%;
}
.tp-contents .box .ph{
	width: 50%;
}
.tp-contents .box .ph img{
		max-width: 100%;
}
.tp-contents h4{
	background:linear-gradient(#f1c6e3, #dabfee);
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.8rem;
	padding: 10px 20px;
	line-height: 1;
	width: 200px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.tp-contents {
		padding:80px 0;
	}
	.tp-contents h4{
		font-size: 1.5rem;
	}
	.tp-contents {
		background-size: 100% 100%;
	}
	.tp-contents .box{
		flex-direction : column-reverse !important;
		margin-bottom: 60px;
	}
	.tp-contents .box .txt__wrap{
		width: 100%;
		margin-top: 30px;
	}
	.tp-contents .box .txt__wrap p{
		font-size: 1.2rem;
	}
	.tp-contents .box .ph{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 599px) {
	.tp-contents {
		padding:60px 0;
	}
	.tp-contents h4{
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	.tp-contents .box .txt__wrap p{
		font-size: 1.1rem;
	}
	.tp-contents .box{
		margin-bottom: 40px;
	}
	.tp-contents .box .txt__wrap{
		margin-top: 20px;
	}
}





/*
	tp-compass
*/
.tp-compass{
	text-align: center;
	margin-bottom: 120px;
}
.tp-compass .ph figure{
	margin: 30px 0;
}
.tp-compass .ph p{
	background:linear-gradient(to right, #aaaaaa, #c8ceea);
	padding: 12px 30px;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	line-height: 1.3;
}
.tp-compass .ph p i{
	margin-right: 5px;
}
.tp-compass .ph p i img{
	vertical-align: middle;
}
@media screen and (max-width: 599px) {
	.tp-compass {
		margin-bottom: 60px;
	}
	.tp-compass .ph figure{
		margin: 30px 0 15px;
	}
	.tp-compass .ph p{
		line-height: 1;
		font-size: 1rem;
	}
}


.tp-interview {
	margin-bottom: 100px;
}
.tp-interview ul{
	display: flex;
	justify-content: space-between;
}
.tp-interview ul li {
	position: relative;
	width: 30%;
}
.tp-interview ul li img{
	max-width: 100%;
}
.tp-interview ul li:nth-child(2) {
	margin-top: 100px;
}
.tp-interview ul li:last-of-type {
	margin-top: 200px;
}
.tp-interview ul li h4{
	position: absolute;
	color: #fff;
	font-size: 1.8rem;
	top: -20px;
	left: -20px;
	background:linear-gradient(#8fd5d6, #bfcbff);
	padding: 10px 20px;
	line-height: 1;
	z-index: 999;
}
@media screen and (max-width: 1024px) {
	.tp-interview ul li h4{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 599px) {
	.tp-method{
		margin-bottom: 90px;
	}
	.tp-interview {
		margin-bottom: 60px;
	}
	.tp-interview ul li:nth-child(2) {
		margin-top: 30px;
	}
	.tp-interview ul li:last-of-type {
		margin-top: 60px;
	}
	.tp-interview ul li h4{
		font-size: 1.1rem;
		position: static;
		text-align: center;
		padding: 7px 10px;
	}
}

.tp-exam{
	text-align: center;
	margin-bottom: 150px;
}
@media screen and (max-width: 599px) {
	.tp-exam{
		margin-bottom: 90px;
	}
}

.tp-number .slick-track {
	display: flex;
	justify-content: space-between;
}
.tp-number .slider .box{
	display: flex;
	align-items: center;
	width: 500px !important;
	height: 500px;
	margin: 0 auto;
	padding: 30px;
	position: relative;
}
.tp-number .slider .box:nth-child(2),
.tp-number .slider .box:nth-child(6){
	background: #cccde9;
}
.tp-number .slider .box:nth-child(3),
.tp-number .slider .box:nth-child(7){
	background: #a5d3e5;
}
.tp-number .slider .box:nth-child(4),
.tp-number .slider .box:nth-child(8){
	background: #e0c7e2;
}
.tp-number .slider .box:nth-child(5),
.tp-number .slider .box:nth-child(9){
	background: #f3cfc0;
}
.tp-number .slider .inr{
	border: 3px solid #fff;
	padding: 60px;
	height: 100%;
	text-align: center;
	color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tp-number .slider .box .num{
	position: absolute;
	left: -30px;
	top: -30px;
}
.tp-number .slider .box article h4{
	color: #fff;
	font-size: 2.4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tp-number .slider .box article .txt{
	color: #fff;
	font-size: 2.6rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 0.8;
	font-weight: bold;
}
.tp-number .slider .box article .ico{
	margin: 20px 0 10px;
}
.tp-number .slider .box article .ico img{
	margin: 0 auto;
}
.tp-number .slider .box article .txt span{
	font-size: 6.5rem;
	font-weight: normal;
	font-family: 'Cormorant Upright', serif;
	padding: 0 5px;
}
@media screen and (max-width: 1024px) {
	.tp-number .slider .inr{
		padding: 60px 20px;
	}
	.tp-number .slider .box{
		width: 380px;
		height: 380px;
	}
	.tp-number .slider .box article .ico img{
		height: 50px;
		width: auto;
	}
	.tp-number .slider .box article h4{
		font-size: 1.4rem;
	}
	.tp-number .slider .box article .txt{
		font-size: 1.6rem;
	}
	.tp-number .slider .box article .txt span{
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 599px) {
	.tp-number .slider .box{
		width: 330px;
		height: 300px;
	}
}


.tp-dormitory{
	background-image: linear-gradient(90deg, #fee4ed, #f7f4ff);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 55% 60%;
}
.tp-dminfo{
	position: relative;
}
.tp-dminfo .person01{
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -800px;
}
.tp-dminfo .person02{
	position: absolute;
	bottom: 60px;
	right: 50%;
	margin-right: -700px;
}
.tp-dminfo .sec-inr{
	background: #fff;
	padding: 140px 80px 110px;
}
.tp-dminfo .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tp-dminfo .sec-inr .ph{
	width: 530px;
}
.tp-dminfo .sec-inr .txt__wrap{
	width: calc(100% - 600px);
}
.tp-dminfo .sec-inr .txt__wrap li{
	margin-bottom: 30px;
	color: #000;
	position: relative;
	padding-left: 90px;
}
.tp-dminfo .sec-inr .txt__wrap li:after{
	content: "01";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	background: -moz-linear-gradient(left, #c3bef8, #dae1ff);
	background: -webkit-linear-gradient(left, #c3bef8, #dae1ff);
	background: linear-gradient(to right, #c3bef8, #dae1ff);
	color: #fff;
	padding: 10px 20px;
	border-radius: 2px;
}
.tp-dminfo .sec-inr .txt__wrap li:last-of-type{
	margin-bottom: 0;
}
.tp-dminfo .sec-inr .txt__wrap li:nth-child(2):after{
	content: "02";
}
.tp-dminfo .sec-inr .txt__wrap li:nth-child(3):after{
	content: "03";
}
.tp-dminfo .sec-inr .txt__wrap li p{
	border-bottom: 2px dashed #e3b8e3;
	display: inline-block;
}
.tp-dminfo .sec-inr .txt__wrap li p:first-of-type{
	margin-bottom: 10px;
}
.tp-dminfo .sec-inr .txt__wrap li span{
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	.tp-dormitory{
		padding-left: 30px;
		padding-right: 30px;
	}
	.tp-dminfo .sec-inr{
		background: #fff;
		padding: 50px 30px 100px;
	}
	.tp-dminfo .box{
		display: block;
	}
	.tp-dminfo .sec-inr .ph{
		width: 100%;
	}
	.tp-dminfo .sec-inr .ph img{
		width: 100%;
	}
	.tp-dminfo .sec-inr .txt__wrap{
		width: 100%;
		margin-top: 30px;
	}
	.tp-dminfo .sec-inr .txt__wrap br{
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.tp-dormitory{
		background-position: 0 40px;
	}
	.tp-dminfo .sec-inr .txt__wrap br{
		display: block;
	}
}


.tp-dmmovie{
	margin-top: -20px;
	position: relative;
	z-index: 90;
	text-align: center;
	margin-bottom: 90px;
}
.tp-dmmovie .ph{
	padding:0 !important;
}
@media screen and (max-width: 1024px) {
	.tp-dmmovie{
		margin-bottom: 60px;
	}
}

.tp-camera{
	text-align: center;
}
.tp-camera .sec-inr-s h4{
	background: -moz-linear-gradient(left, #ffa4ca, #bfcbff);
	background: -webkit-linear-gradient(left, #ffa4ca, #bfcbff);
	background: linear-gradient(to right, #ffa4ca, #bfcbff);
	padding: 13px;
	line-height: 1;
	border-radius: 3px;
	color: #fff;
	width: 220px;
	margin: 0 auto;
}
.tp-camera .sec-inr-s ul{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.tp-camera .sec-inr-s ul li{
	width:33%;
}

@media screen and (max-width: 1024px) {
	.tp-camera .sec-inr-s ul{
		margin-top: 30px;
	}
	.tp-camera .sec-inr-s{
		padding: 0;
	}
	.tp-camera .sec-inr-s ul li{
		width:27%;
	}
	.tp-camera .btn__wrap li {
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	.tp-camera .sec-inr-s h3 img{
		height: 50px;
		width: auto;
	}
}



/*
	tp-tour
*/
.tp-tour{
	position: relative;
	margin-bottom: 0 !important;
}
.tp-tour h3{
	z-index: 99;
}
.tp-tour h3 img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 599px) {
	.tp-tour h3 img{
		padding: 0 40px;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

    slider
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.slideFrame {
    position: relative;
    overflow: hidden;
    border: 0;
	z-index: -1;
}
#slide-00 .slideGuide {
    width: 150%;
    height: 400px;
}
#slide-00 .slideCell {
    display: block;
    float: left;
    color: #333;
    height: 400px;
	width:668px;
	overflow:hidden;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::トップ */
#slide-00 .cell {
    display: block;
    float: left;
    margin-right: 0;
    width: 668px;
    height: 100%;
    background: #FFF;
}


