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

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

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

/* 2つ目の要素に200msのdelayをかける */
#about03 ul li:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
/* 3つ目の要素に400msのdelayをかける */
#about03 ul li:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}
/* 4つ目の要素に400msのdelayをかける */
#about03 ul li:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}
/* 5つ目の要素に400msのdelayをかける */
#about03 ul li:nth-of-type(5) {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
}
/* 6つ目の要素に400msのdelayをかける */
#about03 ul li:nth-of-type(6) {
	-moz-transition-delay:1000ms;
	-webkit-transition-delay:1000ms;
	-o-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
}
/* 7つ目の要素に400msのdelayをかける */
#about03 ul li:nth-of-type(7) {
	-moz-transition-delay:1200ms;
	-webkit-transition-delay:1200ms;
	-o-transition-delay:1200ms;
	-ms-transition-delay:1200ms;
}
/* 8つ目の要素に400msのdelayをかける */
#about03 ul li:nth-of-type(8) {
	-moz-transition-delay:1400ms;
	-webkit-transition-delay:1400ms;
	-o-transition-delay:1400ms;
	-ms-transition-delay:1400ms;
}
/* 9つ目の要素に400msのdelayをかける */
#about03 ul li:nth-of-type(9) {
	-moz-transition-delay:1600ms;
	-webkit-transition-delay:1600ms;
	-o-transition-delay:1600ms;
	-ms-transition-delay:1600ms;
}

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

#about01{
    position: relative;
	margin-bottom: 230px;
}

#about01:before {
    content: "";
    background: #c6e8f0;
    height: 85%;
    width: 77%;
    position: absolute;
    display: block;
    left: 0;
    bottom: -100px;
    z-index: -1;
}
#about01:after {
	background-image: url("../images/bg_02.svg") no-repeat;
	background-position: left 50px bottom 50px;
	content: "";
	position: absolute;
	width: 100%;
	left: 20px;
	bottom: 20px;
	z-index: 2;
	
}

#about01 h2{
	margin-bottom: 70px;
	width: 75%;
}

#about01 h2 span{
	color: #fff;
	font-size: 50px;
	font-size: 5.0rem;
	line-height: 130%;
}

#about01 .txt{
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 70px; 
	max-width: 900px;
}

#about01 h3{
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 160%;
}

#about02{
	margin-bottom: 160px;
}

#about02 h2{ 
    max-width: 1200px;
    margin: 0 auto 60px;
    font-family: 'Montserrat', sans-serif;
    font-family: "Prompt", sans-serif;
    text-stroke: 1px #000;
    -webkit-text-stroke: 2px #4ec3d1;
    font-size: 150px;
    font-size: 15.0rem;
    display: block;
    color: #fff;
	text-shadow: 2px 2px 0 #4ec3d1, -2px -2px 0 #4ec3d1, -2px 2px 0 #4ec3d1, 2px -2px 0 #4ec3d1, 0px 2px 0 #4ec3d1, 0 -2px 0 #4ec3d1, -2px 0 0 #4ec3d1, 2px 0 0 #4ec3d1;
}

#about02 h3{
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 130%;
	margin-bottom: 40px;
} 

#about02 h3 span{
	color: #4ec3d1;
}

#about02 .txt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 120px;
}

#about02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#about02 ul li{
	margin-bottom: 50px;
	width: 48%;
}

#about02 ul li .imgWrap img{
	position: relative;
	width: 100%;
}

#about02 ul li .imgWrap .ttl{
	background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
	line-height: 120%;
    top: -35px;
    left: 0;
    padding: 10px;
	position: absolute;   
}

#about02 ul li .imgWrap .ttl span{
    font-family: "Prompt", sans-serif;
    text-stroke: 1px #000;
    -webkit-text-stroke: 2px #4ec3d1;
	margin: 0 10px 80px 0;
    color: #fff;
	text-shadow: 2px 2px 0 #4ec3d1, -2px -2px 0 #4ec3d1, -2px 2px 0 #4ec3d1, 2px -2px 0 #4ec3d1, 0px 2px 0 #4ec3d1, 0 -2px 0 #4ec3d1, -2px 0 0 #4ec3d1, 2px 0 0 #4ec3d1;
}

#about02 ul li .blue{
	background: #dcf0f5;
	padding: 8%;
}

#about02 ul li .blue h3{
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 150%;
	margin-bottom: 30px;
}

#about02 ul li .blue h3 span{
	color: #000;
	font-size: 24px;
	font-size: 2.4rem;	
}

#about02 ul li .blue .txt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 0;	
}

#about03{
	background: url("../images/bg_03.png") no-repeat;
	background-position: right 0 top 0;
	padding-top: 100px;
}

#about03 h3{
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 130%;
	margin-bottom: 10px;
}

#about03 .txt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 80px;
}

#about03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#about03 ul li{
	border: 10px solid #dcf0f5;
    margin-bottom: 50px;
    padding: 40px 20px;
	position: relative;
    width: 30.5%;
}

#about03 ul li h4{
	background: #000;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 10px;
	position: absolute;
	text-align: center;
	max-width: 250px;
	width: 100%;
	top: -28px;
	left: calc(50% - 125px)
}

#about03 ul li img{
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

#about03 ul li dt{
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 20px;
	text-align: center;
}

#about03 ul li dd{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 180%;
}



@media only screen and (max-width: 1300px){

#about01 {
    margin-bottom: 190px;
}	
	
#about01:before {
    height: 86%;	
}
	
#about02 h2 {
    font-size: 130px;
    font-size: 13.0rem;	
}
	
#about02 ul li .blue h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 130%;	
}
	
#about02 ul li .blue h3 span {
    font-size: 22px;
    font-size: 2.2rem;
}
}	

@media only screen and (max-width: 1200px) {
#about01:before {
    height: 88%;	
}

#about02 {
    margin-bottom: 80px;
}	
	
#about03 ul li h4 {
    font-size: 21px;
    font-size: 2.1rem;
    max-width: 214px;
    top: -25px;
    left: calc(50% - 107px);
}	

#about03 ul li dt {
    font-size: 22px;
    font-size: 2.2rem;	
}
	
}	

@media only screen and (max-width: 1065px) {
#about01:before {
    height: 90%;
}
	
#about01 h2 span {
    font-size: 40px;
    font-size: 4.0rem;
}

#about01 .txt {
    margin-bottom: 50px;	
}	
	
#about01 h3 {
    font-size: 32px;
    font-size: 3.2rem;
}

#about02 h2 {
    font-size: 100px;
    font-size: 10.0rem;
}	

#about02 .txt {
    margin-bottom: 90px;
}	
	
#about02 ul li .imgWrap .ttl {
    font-size: 38px;
    font-size: 3.8rem;
}

#about02 ul li .blue {
    padding: 6%;
}	
	
#about02 ul li .blue h3 {
    font-size: 24px;
    font-size: 2.4rem;
	margin-bottom: 15px;
}
	
#about02 ul li .blue h3 span {
    font-size: 18px;
    font-size: 1.8rem;
}	
	
#about03 h3 {
    font-size: 36px;
    font-size: 3.6rem;	
}
}	

@media only screen and (max-width: 950px) {
#about01:before {
    bottom: -87px;
	height: 92%;
}
	
#about01 h2 {
    margin-bottom: 60px;
    width: 80%;
}
	
#about02 h2 {
    font-size: 10px;
    font-size: 10.0rem;
}	
	
#about02 h3 {
    font-size: 26px;
    font-size: 2.6rem;	
}
	
#about02 .txt {
    margin-bottom: 70px;
}	

#about03 {
    padding-top: 70px;
}
	
#about03 h3 {
    font-size: 26px;
    font-size: 2.6rem;
}	

#about03 .txt {
    margin-bottom: 40px;
}	
	
#about03 ul li dt {
    font-size: 20px;
    font-size: 2.0rem;
}
	
#about03 ul li dd {
    font-size: 16px;
    font-size: 1.6rem;	
}		
}	

@media only screen and (max-width: 900px){
#about01 h3 {
    font-size: 26px;
    font-size: 2.6rem;
}	
	
#about02 ul li .imgWrap .ttl {
    font-size: 30px;
    font-size: 3.0rem;
    top: -22px;
    padding: 5px 10px;
}
	
#about03 ul li {
    width: 48%;
}	
}

@media only screen and (max-width: 820px) {
#about01 {
    margin-bottom: 140px;
}	
	
#about01 h2 span {
    font-size: 32px;
    font-size: 3.2rem;
}	
	
#about02 {
    margin-bottom: 0px;
}	
	
#about02 h2 {
    font-size: 80px;
    font-size: 8.0rem;
    margin-bottom: 30px;
}
	
#about02 ul li {
    margin-bottom: 50px;
    width: 100%;
}	
	
#about02 ul li .blue h3 {
    font-size: 22px;
    font-size: 2.2rem;		
}
	
#about03 {
    background-size: 60%;
}	
}	

@media only screen and (max-width: 650px) {
#about01 {
    margin-bottom: 90px;
}
	
#about01:before {
    height: 92%;
    bottom: -45px;
    width: 90%;
}
	
#about02 h2 {
    font-size: 60px;
    font-size: 6.0rem;	
}
	
#about01 h2 span {
    font-size: 32px;
    font-size: 2.8rem;
}	
	
#about03 ul li {
    width: 100%;
}			
}

@media only screen and (max-width: 480px) {
section {
    margin-bottom: 0;
}
	
.inner {
    margin: 0 auto 0;	
}
	
#about01:before {
    height: 90.5%;
    bottom: 18px;
    width: 95%;
}
	
#about01 h2 {
	margin-bottom: 30px;
    width: 100%;
}	
	
#about01 h2 span {
    font-size: 24px;
    font-size: 2.4rem;
}	
	
#about01 .txt {
    font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 30px;
}
	
#about01 h3 {
    font-size: 22px;
    font-size: 2.2rem;
}
	
#about02 h2 {
    font-size: 50px;
    font-size: 5.0rem;
	margin-bottom: 20px;
}	
	
#about02 h3 {
    font-size: 22px;
    font-size: 2.2rem;
}	
	
#about02 .txt {
    font-size: 15px;
    font-size: 1.5rem;
}

#about02 ul li .blue h3 {
    font-size: 21px;
    font-size: 2.1rem;
}	
	
#about02 ul li .blue .txt {
    font-size: 15px;
    font-size: 1.5rem;	
}

#about03 {
    padding-top: 20px;
}	
	
#about03 h3 {
    font-size: 22px;
    font-size: 2.2rem;
}	
	
#about03 .txt {
    font-size: 15px;
    font-size: 1.5rem;
}

#about03 ul li {
    width: 49%;
    padding: 2%;
    border: 5px solid #dcf0f5;
}	
	
#about03 ul li h4 {
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 130px;
    top: -25px;
    left: calc(50% - 65px);
}	
	
#about03 ul li dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}	
	
#about03 ul li dd {
    font-size: 14px;
    font-size: 1.4rem;
}	
	
}
	
@-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; }
}

/* 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;
    }
}


