@charset "UTF-8";
/* CSS Document */

.fadeInUp {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
}

.fadeInUp.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*横並びのリストとかで遅らせたいとき*/
	
section{
	scroll-margin-top: 120px;
}

@-webkit-keyframes passingBar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passingBar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passingTxt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passingTxt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}

.passing .passingBar {
	position: relative;
	display: inline-block;
	/*-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
	margin-bottom: 130px;
}
/*.passing .passingBar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #4ec3d1;
}*/
.passing .passingTxt {
	font-size: 21px;
    font-size: 2.1rem;
	/*opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
}

.passing .passingTxt span{
	font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    display: block;
    margin-bottom: 30px;
}

/*.passing.move .passingBar:before {
	-webkit-animation: passingBar 1s ease 0s 1 normal forwards;
	animation: passingBar 1s ease 0s 1 normal forwards;
}
.passing.move .passingTxt {
	-webkit-animation: passingTxt 0s ease .5s 1 normal forwards;
	animation:passingTxt 0s ease .5s 1 normal forwards;
}*/


.inner{
	margin: 0 auto 60px;
    max-width: 1200px;
    width: 90%;	
}

#phil .inner{
	background: url(../images/bg_01.svg) no-repeat;
	background-position: right 0 top 0;
	background-size: 460px;
}


#phil .wrap li{
	margin-bottom: 150px;
}

#phil .wrap li:last-child{
	margin-bottom: 0;
}

#phil .wrap li h3{
	color: #4ec3d1;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 15px;
}

#phil .wrap h4{
	font-size: 22px;
	font-size: 2.2rem;
	margin: 20px 0;
}

#phil .wrap li .txt{
	font-size: 21px;
	font-size: 2.1rem;
}

#phil .wrap li ol li{
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 170%;
	margin-bottom: 0;
	text-indent: -1em;
    padding-left: 1em;
}

#message{
    position: relative;
    margin-bottom: 180px;
}

#message:before{
    content: "";
    background: #f2f5f9;
    height: 105%;
    width: 77%;
    position: absolute;
    display: block;
    left: 0;
    top: 40px;
    z-index: -1;
}	

#message .ttl{
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 60px;
}

#message .txt{
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 170%;
    margin-bottom: 100px;
}

#message .right{
	margin-bottom: 0;
}

#message .right span{
	font-size: 30px;
	font-size: 3.0rem;
}


.tbl table{
	width: 100%;
}

.tbl table tr{
	border-top: 1px solid #c7c7c7;
}

.tbl table tr:last-child{
	border-bottom: 1px solid #c7c7c7;
}
	
.tbl table th,
.tbl table td{
	font-size: 21px;
	font-size: 2.1rem;
	padding: 30px 0;
	text-align: left;
	vertical-align: top;
}

.tbl table th{
	font-weight: bold;	
	width: 20%;
}

.tbl table td{
	font-weight: 400;
    line-height: 170%;
}	

@media only screen and (max-width: 1200px) {
.txt,	
#phil .wrap li ol li{
    font-size: 15px !important;
    font-size: 1.5rem !important;
}
.tbl table th, .tbl table td {
    font-size: 15px;
    font-size: 1.5rem;
}
}

@media only screen and (max-width: 900px) {
#phil .inner {
    background-size: 380px;
}
	
.passing .passingTxt{
    margin-bottom: 90px;	
}
	
#phil .wrap li {
    margin-bottom: 100px;
}	
}	

@media only screen and (max-width: 720px) {
.passing .passingTxt{
	margin-bottom: 80px;
}	
	
.passing .passingTxt span {
    font-size: 60px;
    font-size: 6.0rem;
    margin-bottom: 10px;
}

#message .ttl {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 25px;
}	
	
#message .txt {
    margin-bottom: 50px;
}	

#message .right span {
    font-size: 26px;
    font-size: 2.6rem;
}	
	
#phil .wrap li {
    margin-bottom: 60px;
}
	
.tbl table th {
    width: 36%;
}	
	
}

@media only screen and (max-width: 480px) {
.txt,	
#phil .wrap li ol li{
    font-size: 15px !important;
    font-size: 1.5rem !important;
}		

#phil .inner {
    background-size: 240px;
}	
	
#phil .wrap li {
    margin-bottom: 40px;
}	
	
#phil .wrap li h3 {
    font-size: 20px;
    font-size: 2.0rem;
}	
	
#phil .wrap li h4{
	font-size: 22px;
    font-size: 2.2rem;
	margin: 10px 0;
}	
	
#message .right span {
    font-size: 22px;
    font-size: 2.2rem;
}	

.passing .passingTxt {
    margin-bottom: 40px;
}	
	
.passingTxt span {
    font-size: 40px !important;
    font-size: 4.0rem !important;
}
	
.tbl table th, .tbl table td {
    display: block;
	font-size: 15px;
    font-size: 1.5rem;
	padding: 20px 0;    
    width: 100%;
}	
	
.tbl table th{
	border-bottom: 1px solid #c7c7c7;
	text-align: center;
}	
}

/* header調整 */
@media (max-width: 1500px) {
    #header {
        height: 96px;
    }
    #header .logo a img{
        width: 270px;
    }
    #gNav ul li a.normal {
        font-size: 1.2rem;
    }
    #gNav ul li:last-child {
        height: 96px;
    }
    #gNav ul li a.official {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 0 15px;
    }
    #gNav ul li a.entry {
        display: flex;
        height: 100%;
        padding: 0 25px;
        font-size: 1.3rem;
        justify-content: center;
        align-items: center;
    }
    #gNav ul li:nth-last-of-type(2){
        height: 96px;
    }
    #gNav ul li a.official span {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 1350px){
    #gNav ul li:last-child a, #gNav ul li a.entry {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1140px){
    #gNav ul li:last-child a, #gNav ul li a.entry {
        padding: 0 12px;
    }
    #gNav a.requirements {
        font-size: 1.2rem;
    }
}



