@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　takarazuka-data
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/	


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* page-nav-area
-----------------------------------------------------------------*/
.page-nav-area{
	padding: 160px 0 80px;
}
.page-nav{
	justify-content: space-between;
	max-width: 765px;
  width: 100%;
	margin-inline: auto;
}
.page-nav li{
	max-width: 235px;
	width: calc((100% - 20px)/3);
}


/* sec01
-----------------------------------------------------------------*/
.sec01{
	padding: 160px 0;
	background: url(../img/outline/takarazuka-data/txt_data_of_campus.svg) no-repeat center bottom var(--beige);
	background-size: auto 110px;
}
.sec01 h2{
	margin-bottom: 60px;
}
.sec01 h2 + .txt{
	margin-bottom: 60px;
	text-align: center;
}
.sec01 .data-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec01 .data-list > li{
	max-width: 620px;
	width: calc(50% - 10px);
	padding: 35px 15px;
	background: var(--green);
	border-radius: 10px;
}
.sec01 .data-list > li:nth-child(3){
	max-width: none;
	width: 100%;
	margin-top: 60px;
	padding: 40px 15px;
}
.sec01 .data-list h3{
	max-width: 557px;
	margin:0 auto 35px;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	background: var(--light);
	font-size:min(1.04vw,1.6rem);
	line-height: 1;
}
.sec01 .data-list > li:nth-child(3) h3{
	max-width: 700px;
}
.sec01 .data-list .data-hd{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.sec01 .data-list .total{
	flex-shrink: 0;
	margin-right: 10px;
	line-height: 1;	
	text-align: center;
	font-size:min(1.04vw,1.6rem);
	
}
.sec01 .data-list .total .ttl{
	display: block;
	margin-bottom: 10px;	
}
.sec01 .data-list .total strong{
	display: block;
	font-weight: normal;
}
.sec01 .data-list .total strong .en{
	display: inline-block;
	margin-right: 8px;
	font-size: min(7.81vw,12rem);
	letter-spacing: -.05em;	
}
.sec01 .data-list .graph-list{
	max-width: 323px;
	width: 100%;
}
.sec01 .data-list .histgram{
	display: flex;
	align-items: center;
	width: 100%;
	margin-left: 10px;
	overflow: visible;
}
.sec01 .data-list .histgram .ico{
	flex-shrink: 0;
}
.sec01 .data-list .histgram .sex{
	flex-shrink: 0;
	margin: 0 10px 0 12px;
	writing-mode: vertical-rl;
	font-size:min(0.91vw,1.4rem);
}
.sec01 .data-list .histgram .bar-area{
	display: flex;
	align-items: center;
	width: 100%;
	height: 65px;
	border-left: 1px solid var(--dark);
}
.sec01 .data-list .histgram .bar{
	flex-shrink: 0;
	position: relative;
	width: 0;
	height: 20px;
	transition: 1s;
}
.sec01 .data-list .histgram .bar.mv{
	transform: scale(1,1);
}
.sec01 .data-list .histgram .bar01.mv{ width:77.0%; }
.sec01 .data-list .histgram .bar02.mv{ width:23.0%; }
.sec01 .data-list .histgram .bar03.mv{ width:46.4%; }
.sec01 .data-list .histgram .bar04.mv{ width:53.6%; }
.sec01 .data-list .histgram .bar05.mv{ width:58.6%; }
.sec01 .data-list .histgram .bar06.mv{ width:41.4%; }
.sec01 .data-list .histgram .bar span{
	display: block;
	width: 100%;
	height: 100%;
	background: var(--dark);	
}
.sec01 .data-list .histgram .num{
	margin-left: 5px;
	white-space: nowrap;
	font-family: "Gilda Display", serif; 
	font-size:min(1.5vw,2.3rem);
}
.sec01 .data-list .histgram .num strong{
	font-weight: normal;
	font-size:min(2.28vw,3.5rem);
}
.sec01 .data-list .histgram .num small{
	font-size:min(0.91vw,1.4rem);
}

.sec01 .data-list > li:nth-child(1) .data-hd{
	transform: translateX(-20px);
}
.sec01 .data-list > li:nth-child(3) .layout-box{
    max-width: 700px;
    margin-inline: auto;
    align-items: center;
}
/* .sec01 .data-list > li:nth-child(3) h3{
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 31.165%;
	margin: 0 10px 0 0;
} */
.sec01 .data-list > li:nth-child(3) .txt-area{
	display: flex;
	align-items: center;
	width: 65.5%;
}
.sec01 .data-list > li:nth-child(3) .graph-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 600px;
}
.sec01 .data-list > li:nth-child(3) .graph-list li:nth-child(1){
	width: 53%;
}
.sec01 .detail-list{
	max-width: 557px;
	margin: 35px auto 0;
}
.sec01 .data-list > li:nth-child(3) .detail-list {
	margin: 0 30px 0 0;
}
.sec01 .detail-list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-radius: 10px;
	background: rgba(255,255,255,.5);
	font-size:min(0.91vw,1.4rem);
	line-height: 1.2;
}
.sec01 .detail-list li:nth-child(n+2){
	margin-top: 8px;
}
.sec01 .data-list > li:nth-child(3) .detail-list li {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    font-size: min(0.91vw, 1.4rem);
    line-height: 1.2;
    width: 250px;
}
.sec01 .detail-list p{
	display: flex;
	align-items: center;
}
.sec01 .detail-list p:nth-child(1){
	margin-right: 10px;
}
.sec01 .detail-list p:nth-child(1)::before{
	display: inline-block;
	margin-right: 2px;
	content: "●";
	font-size: 1rem;
	transform: scale(.8);
}
.sec01 .detail-list .division{
	flex-shrink: 0;
	width: 8em;
}
.sec01 .data-list > li:nth-child(3) .detail-list li .division{
	flex-shrink: 0;
	width: auto;
}
.sec01 .detail-list .division small{
	display: block;
	font-size:min(0.78vw,1.2rem);
}
.sec01 .detail-list p:nth-child(2) > span{
	display: flex;
	align-items: center;
}
.sec01 .detail-list p:nth-child(2) .ico-boy,
.sec01 .detail-list p:nth-child(2) .ico-girl{
	margin-right: 5px;
}
.sec01 .detail-list p:nth-child(2) span + span{
	margin-left: 10px;
}
.sec01 .detail-list p:nth-child(2) small{
	font-size:min(0.78vw,1.2rem);
}
.sec01 .detail-list .num{
	flex-shrink: 0;
	width: 5em;
	font-size:min(0.78vw,1.2rem);
	text-align: right;
}
.sec01 .detail-list .num strong{
	font-size:min(1.04vw,1.6rem);
	font-weight: normal;
}


/* sec02
-----------------------------------------------------------------*/
.sec02{
	padding: 160px 0;
}
.sec02 h2{
	margin-bottom: 20px;
}
.sec02 h2 + .note{
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.sec02 h2 + .note + .txt{
	position: relative;
	text-align: center;
}
.sec02 .map-area{
	position: relative;
	width: fit-content;
	margin-inline: auto;
}
.sec02 .map-area .num{
	position: absolute;
	font-size:  min(8.28vw,10rem);
	line-height: 1;
	letter-spacing: -.05em;
	font-weight: normal;
	font-family: "Gilda Display", serif;
	text-align: right;
}
.sec02 .map-area .area01{
	right: 11.8%;
	top: 16%;
}
.sec02 .map-area .area02{
	right: 48.6%;
	top: 19.9%;
}
.sec02 .map-area .area03{
	right: 19.5%;
	top: 43%;
}
.sec02 .map-area .area04{
	left: 32.2%;
	top: 30.8%;
}
.sec02 .map-area .area05{
	right: 26.57%;
	top: 56.8%;
}
.sec02 .map-area .area06{
	left: 42.8%;
	top: 64.7%;
}
.sec02 .map-area .area07{
	left: 13.2%;
	top: 42.8%;
}
.sec02 .map-area .area08{
	left: 7.2%;
	top: 62%;
}
.sec02 .map-area .area09{
	right: 2.7%;
	top: 62.1%;
}
.sec02 .map-area .area10{
	right: 2.8%;
	top: 70.8%;
}
.sec02 .btn-view-more{
	margin: -90px 0 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


/* sec03
-----------------------------------------------------------------*/
.sec03{
	padding: 160px 0;
	background:  var(--beige);
}
.sec03 h2{
	margin-bottom: 60px;
}
.sec03 h2 + .txt{
	margin-bottom: 100px;
	text-align: center;
}
.sec03 .license-list > div:nth-child(n+2){
	margin-top: 110px;
}
.sec03 .license-list dt{
	display: flex;
	line-height: 1;
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.sec03 .license-list dt .num{
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #ccc;
	font-size:min(2.41vw,3.7rem);
	color: var(--green);
}
.sec03 .license-list dt .ttl{
	font-size:min(2.28vw,3.5rem);	
}
.sec03 .license-list dd > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec03 .license-list dd > ul > li{
	max-width: 620px;
	width: calc(50% - 10px);
	padding: 40px 3.8%;
	background: var(--light);
	border-radius: 10px;
}
.sec03 .license-list dd > ul > li:nth-child(n+3){
	margin-top: 60px;
}
.sec03 .license-list dd > ul h3{
	margin-bottom: 20px;
	padding: 15px;
	background: var(--beige);
	border-radius: 10px;
	text-align: center;
	font-size:min(1.3vw,2rem);
	line-height: 1;
}
.sec03 .license-list dd > ul .pic-graph{
	width: fit-content;
	margin: 0 auto 30px;
}
.sec03 .license-list dd > ul .pic-graph .note{
	display: block;
	margin-top: 12px;
	font-size:min(0.78vw,1.2rem);
	text-align: right;
}
.sec03 .license-list > div:nth-child(2) dd > ul .pic-graph .note{
	text-align: center;
}
.sec03 .license-list .obtainable{
	padding: 20px 5% 25px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.sec03 .license-list .obtainable h4{
	margin-bottom: 15px;
	line-height: 1.4;
	font-size:min(1.04vw,1.6rem);
}
.sec03 .license-list .obtainable .dot-list{
	font-size:min(0.91vw,1.4rem);
}
.sec03 .license-list .obtainable .dot-list li:nth-child(n+2){
	margin-top: 4px;
}
.sec03 .license-list .obtainable .dot-list li::before{
	transform: scale(.8);
}
.sec03 .license-list .obtainable .dot-list.cat01 li::before{ color: var(--cat01); }
.sec03 .license-list .obtainable .dot-list.cat02 li::before{ color: var(--cat02); }
.sec03 .license-list .obtainable .dot-list.cat03 li::before{ color: var(--cat03); }
.sec03 .license-list .obtainable .dot-list.cat04 li::before{ color: var(--cat05); }
.sec03 .license-list .obtainable .dot-list.cat05 li::before{ color: var(--cat06); }
.sec03 .license-list .obtainable .note{
	margin-top: 10px;
}


/* modal
-----------------------------------------------------------------*/
.modal{
	display: none;
}
.modal-cont{
	max-width: 1300px;
	margin-inline: auto;
	padding: 80px 7%;
	background:  var(--beige);
	border-radius: 10px;
}
.modal-cont h2{
	margin-bottom: 50px;
	font-size:min(2.28vw,3.5rem);
	line-height: 1.5;
	text-align: center;
}
.modal-cont .cont-area{
	height: 500px;
	overflow-y: scroll;
}
.modal-cont .cont-area::-webkit-scrollbar {
	width: 8px;
	border-radius: 100vmax;
  background: #ccc;
}
.modal-cont .cont-area::-webkit-scrollbar-thumb {
	height: 100px;
  background-color: var(--dark);
	border-radius: 100vmax;
}
.modal-cont .list-box{
	width: 48%;
}
.modal-cont .list-box + .list-box .highschool-list{
	padding-bottom: 150px;
}
.highschool-list{
	position: relative;
}
.modal-cont .ttl-dot{
	position: sticky;
	left: 0;
	top: 0;
	background:  var(--beige);
	margin-bottom: 20px;
}
.modal-cont .ttl-dot::before{
	color: var(--green);
}
.btn-modal-close{
	position: fixed;
	z-index: 20000;
	right: 20px;
	top: 5px;
	cursor: pointer;
}
.modaal-overlay{
	opacity: .3 !important;
}





















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/* page-nav-area
-----------------------------------------------------------------*/
  .page-nav-area{
    padding: 20px 0 60px;
  }
  .page-nav{
    flex-wrap: wrap;
  }
  .page-nav li{
    max-width: none;
    width: calc(50% - 10px);
  }
	.page-nav li:nth-child(2) a{
		padding: .9em 0;
	}
  .page-nav li:nth-child(n+3){
    margin-top: 20px; 
  }


/* sec01
-----------------------------------------------------------------*/
	.sec01{
		padding: 110px 0;
		background: url(../img/outline/takarazuka-data/txt_data.svg) no-repeat center bottom var(--beige);
		background-size: 100% auto;
	}
	.sec01 h2{
		margin-bottom: 35px;
	}
	.sec01 h2 + .txt{
		margin-bottom: 40px;
		text-align: justify;
		font-size: 1.4rem;
	}
	.sec01 .data-list{
		display: block;
	}
	.sec01 .data-list > li{
		max-width: none;
		width: 100%;
		padding: 20px;
	}
	.sec01 .data-list > li:nth-child(n+2){
		margin-top: 30px;
	}
	.sec01 .data-list > li:nth-child(3){
		margin-top: 30px;
		padding: 20px;
	}
	.sec01 .data-list h3{
		max-width: none;
		margin:0 auto 15px;
		padding: 8px 10px;
		font-size: 1.4rem;
	}
	.sec01 .data-list .data-hd{
		display: block;
	}
	.sec01 .data-list .total{
		margin: 0 0 10px;
		font-size: 1.2rem;
	}
	.sec01 .data-list .total strong .en{
		display: inline-block;
		margin-right: 5px;
		font-size: 8.3rem;
	}
	.sec01 .data-list .graph-list{
		max-width: none;
		width: 80%;
	}
	.sec01 .data-list .histgram{
		margin-left: 0;
	}
	.sec01 .data-list .histgram .ico{
		width: 30px;
	}
	.sec01 .data-list .histgram .sex{
		margin: 0 5px 0;
		font-size: 1.2rem;
	}
	.sec01 .data-list .histgram .bar-area{
		height: 40px;
	}
	.sec01 .data-list .histgram .bar {
		height: 15px;
	}
	.sec01 .data-list .histgram .num{
		margin-left: 5px;
		font-size: 1.4rem;
	}
	.sec01 .data-list .histgram .num strong{
		font-weight: normal;
		font-size: 2.5rem;
	}
	.sec01 .data-list .histgram .num small{
		font-size: 1.2rem;
	}
	
	.sec01 .data-list > li:nth-child(1) .data-hd{
		transform: none;
	}
	.sec01 .data-list > li:nth-child(3) .layout-box{
		display: block;
		max-width: none;
	}
	.sec01 .data-list > li:nth-child(3) h3{
		display: block;
		width: 100%;
		margin: 0 auto 15px;
	}
	.sec01 .data-list > li:nth-child(3) .txt-area{
		display: block;
		width: 100%;
	}
	.sec01 .data-list > li:nth-child(3) .graph-list{
		display: block;
		width: 80%;
	}
	.sec01 .data-list > li:nth-child(3) .graph-list li:nth-child(1){
		width: 100%;
	}
	.sec01 .detail-list{
		max-width: none;
		margin: 15px auto 0;
	}
	.sec01 .data-list > li:nth-child(3) .detail-list {
		margin: 0 0 20px;
	}
	.sec01 .detail-list li{
		display: block;
		padding: 10px;
		font-size: 1.2rem;
	}
	.sec01 .detail-list li:nth-child(n+2){
		margin-top: 5px;
	}
	.sec01 .data-list > li:nth-child(3) .detail-list li {
		display: block;
		padding: 10px;
		font-size: 1.2rem;
		width: 100%;
	}
	.sec01 .detail-list p:nth-child(1){
		margin: 0 0 5px;
	}
	.sec01 .detail-list p:nth-child(1)::before{
		transform: scale(.6);
	}
	.sec01 .data-list > li:nth-child(3) .detail-list li p {
		margin: 0;
	}
	.sec01 .detail-list .division{
		flex-shrink: 0;
		width: 8em;
	}
	.sec01 .detail-list .division small{
		display: inline-block;
		font-size: 1rem;
	}
	.sec01 .detail-list p:nth-child(2) .ico-boy,
	.sec01 .detail-list p:nth-child(2) .ico-girl{
		width: 15px;
		margin-right: 5px;
	}
	.sec01 .detail-list p:nth-child(2) span + span{
		margin-left: 20px;
	}
	.sec01 .detail-list p:nth-child(2) small{
		font-size: 1rem;
	}
	.sec01 .detail-list .num{
		transform: translateY(2px);
		width: 4.5em;
		font-size: 1rem;
	}
	.sec01 .detail-list .num strong{
		font-size: 1.2rem;
	}
	.sec01 .data-list > li:nth-child(2) .detail-list li:nth-child(1) .division,
	.sec01 .data-list > li:nth-child(2) .detail-list li:nth-child(2) .division{
		width: auto;
		margin-right: 5px;
	}


/* sec02
-----------------------------------------------------------------*/
	.sec02{
		padding: 110px 0;
	}
	.sec02 h2{
		margin-bottom: 10px;
	}
	.sec02 h2 + .note{
		margin-bottom: 25px;
	}
	.sec02 h2 + .note + .txt{
		font-size: 1.4rem;
		text-align: justify;
	}
	.sec02 .map-scroll-box{	
		overflow: scroll;
		width: 100vw;
  	margin-inline: calc(50% - 50vw);
		padding: 0 20px 15px;
	}
	.map-wrapper{
		position: relative;
	}
	.map-wrapper::before{
		position: absolute;
		left: 50%;
		top: 30%;
		z-index: 50;
		transform: translate(-50%, -50%);
		display: block;
		width: 64px;
		height: 64px;
		content: "";
		background: rgba(51, 51, 51, .6);
		border-radius: 100vmax;
		pointer-events: none;
		transition: .5s;	
	}
	.map-wrapper::after{
		position: absolute;
		left: 50%;
		top: 30%;
		z-index: 50;
		transform: translate(-50%, -50%);
		display: block;
		width: 26px;
		height: 27px;
		content: "";
		background: url(../img/common/ico_swipe.svg) no-repeat;
		background-size: 100% auto;
		pointer-events: none;
		animation: swipemove 1.2s ease 0s infinite normal none running;		
	}
	.map-wrapper.swipe::before,
	.map-wrapper.swipe::after{
		opacity: 0;
	}
	.sec02 .map-area{
		width: 700px;
	}
	.sec02 .map-area .num{
		font-size:  5rem;
	}
	.sec02 .btn-view-more{
		width: 100%;
		margin: 20px 0 0;
		padding-bottom: 5px;
	}
	.sec02 .btn-view-more a{
		justify-content: space-between;
		width: 100%;
		font-size: 1.4rem;
	}


/* sec03
-----------------------------------------------------------------*/
	.sec03{
		padding: 110px 0;
		background: url(../img/outline/takarazuka-data/txt_license.svg) repeat-y right top var(--beige);
		background-size: 98px auto;
		font-size: 1.4rem;
	}
	.sec03 h2{
		margin-bottom: 40px;
	}
	.sec03 h2 + .txt{
		margin-bottom: 60px;
		text-align: justify;
	}
	.sec03 .license-list > div:nth-child(n+2){
		margin-top: 70px;
	}
	.sec03 .license-list dt{
		align-items: center;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.sec03 .license-list dt .num{
		padding-right: 15px;
		margin-right: 15px;
		font-size: 3rem;
	}
	.sec03 .license-list dt .ttl{
		font-size: 2rem;	
	}
	.sec03 .license-list dd > ul{
		display: block;
	}
	.sec03 .license-list dd > ul > li{
		max-width: none;
		width: 100%;
		padding: 25px 20px;
	}
	.sec03 .license-list dd > ul > li:nth-child(n+2){
		margin-top: 20px;
	}
	.sec03 .license-list dd > ul h3{
		margin-bottom: 15px;
		padding: 10px;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.sec03 .license-list dd > ul .pic-graph{
		margin: 0 auto 15px;
	}
	.sec03 .license-list dd > ul .pic-graph .note{
		margin-top: 12px;
		font-size: 1.2rem;
	}
	.sec03 .license-list .obtainable{
		padding: 15px 20px;
	}
	.sec03 .license-list .obtainable h4{
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
	.sec03 .license-list .obtainable .dot-list{
		font-size: 1.2rem;
	}
	.sec03 .license-list .obtainable .dot-list li::before{
		margin-right: 2px;
		transform: scale(.7);
	}
	.sec03 .license-list .obtainable .note{
		margin-top: 5px;
	}


/* modal
-----------------------------------------------------------------*/
	.modal-cont{
		padding: 40px 10px 40px 20px;
	}
	.modal-cont h2{
		margin-bottom: 30px;
		font-size: 2.3rem;
	}
	.modal-cont .cont-area{
		height: 70vh;
	}
	.modal-cont .list-box{
	width: 49%;
	}
	.modal-cont .list-box + .list-box .highschool-list{
		padding-bottom: 100px;
	}
	.highschool-list > div{
		font-size: 1.2rem;
	}
	.modal-cont .ttl-dot{
		margin-bottom: 15px;
		font-size: 1.4rem;
        margin-top: 0;
		/* background: var(--beige); */
		background: #F8F6F0;
	}
	.modal-cont .ttl-dot::before{
		transform: translateY(3px) scale(.7);
	}
	.btn-modal-close{
		right: 5px;
		width: 50px;
	}


}