<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* For all */
.start {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, #003e99,#006199);
    z-index: 9000;
    
}
.logo {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	display: none;
    z-index: 9999; 
    animation: fill 0.5s ease forwards 3.5s ; 
    
}
#logo2 {
    font-size: 20px;
}
.logo path:nth-child(1) {
    stroke-dasharray: 363;
    stroke-dashoffset: 363;
    animation: line-anim 2s ease forwards;
    
}
.logo path:nth-child(2) {
    stroke-dasharray: 525;
    stroke-dashoffset: 525;
    animation: line-anim 2s ease forwards 0.3s;
}
.logo path:nth-child(3) {
    stroke-dasharray: 480;
    stroke-dashoffset: 480;
    animation: line-anim 2s ease forwards 0.6s;
}
.logo path:nth-child(4) {
    stroke-dasharray: 544;
    stroke-dashoffset: 544;
    animation: line-anim 2s ease forwards 0.9s;
}
.logo path:nth-child(5) {
    stroke-dasharray: 605;
    stroke-dashoffset: 605;
    animation: line-anim 2s ease forwards 1.2s;
}
.logo path:nth-child(6) {
    stroke-dasharray: 527;
    stroke-dashoffset: 527;
    animation: line-anim 2s ease forwards 1.5s;
}
.logo path:nth-child(7) {
    stroke-dasharray: 334;
    stroke-dashoffset: 334;
    animation: line-anim 2s ease forwards 1.8s;
}
.logo path:nth-child(8) {
    stroke-dasharray: 495;
    stroke-dashoffset: 495;
    animation: line-anim 2s ease forwards 2.1s;
}

.logo path:nth-child(9) {
    stroke-dasharray: 482;
    stroke-dashoffset: 482;
    animation: line-anim 2s ease forwards 2.4s;
}
.logo path:nth-child(10) {
    stroke-dasharray: 495;
    stroke-dashoffset: 495;
    animation: line-anim 2s ease forwards 2.7s;
}
.logo path:nth-child(11) {
    stroke-dasharray: 605;
    stroke-dashoffset: 605;
    animation: line-anim 2s ease forwards 3s;
}
@keyframes line-anim{
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fill{
    from{
        fill: transparent;
    }
    to {
        fill: white;
    }
}

#intro{
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

	/* #section4,
	#section5,
	#section6{
		margin-bottom: 10em;
	} */

/* menu Start */
#top{
	position:fixed;
	top:2em;
	left:0;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	justify-content: space-around;
	display: flex;
}
#logo img{
    padding-top: 10%;
}

 #menu{
	text-align: right;	
 }

 #nav li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#nav li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#nav li a{
	text-decoration:none;
	color: #000;
}
#nav li.active a:hover{
	color: #000;
}
#nav li:hover{
	background: rgba(255,255,255, 0.8);
}
#nav li a,
#nav li.active a{
	padding: 9px 18px;
	display:block;
}
#nav li.active a{
	color: #fff;
}
/* menu Over */

/* HOME Start */
#section1 {
    background-image: url(../imgs/nagoya.jpg);
    /* background-size:cover; */
    background-size:contain;
	background-size: 100% 100vh;
}

.top-moji{ 
	background-color: #fff;
	font-size: 18px;
    margin-bottom: 1em;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -40%);
	position: absolute;
	width: 800px;
	height: 400px;
	background: rgba(255, 255, 255, 0.43);
	border-radius: 54px;	
 }

.top-moji p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	margin: 1em;
	font-size: 35px;
	color: #000000;	
}

.top-img img{
	width: 70%;
}

.top-moji2 p{
   font-size: 16px;
   color: black;
}
.top-moji2 { 
    top: 95%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -40%);
	position: absolute;	
 }

/* HOME Over */

/*  For Nagoya Start */
#section2{
    padding: 8% 0 0 0;
    background-color: #FFFFFF;
}
.tema{
    text-align: center;
    font-size: 22px;
}
.harita img {
    width: 52%;
}
.quxanqa{
    color: black;
    text-align: justify;
    font-size: 16px;
}
.quxanqa p{
    color: black;
} 

/*  For Nagoya Over */

/* Message Start */

#section3{
    padding: 8% 0 0 0;
	background: linear-gradient(353.76deg, #FFFFFF -17.85%, rgba(255, 255, 255, 0) 59.49%), #32C6E7; 
}
#section3 h1{
    color: #FFFFFF;
}

.message{
	display: flex;
	margin-top: 1em;
}
.message p{
	font-size: 14px;
}
.message h2{
	font-size: 22px;
}
.syacyou1{
	display: none;
}
.syacyou1 img{
	width: 100%;
    height: 100%;
}

.syacyou{
	width: 30%;
}
.mes{
	margin-top: 1em;
	width: 70%;
    text-align: justify;
}
.syacyou img{
    padding-top: 1em;
    /* width: 600px; */
}
 
.forenter{
	text-align: center;
}
.forenter a {
    display: inline-block;
    background: linear-gradient(to right, #003e99,#006199);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid #006199;
    transition: all 0.3s ease;
}
.forenter a:hover {
		color: #003e99;
		background: none;	
} 

/* Message Over */


/* Work Start */
#section4{
	background-color: #000; 
    padding: 8% 0 0 0;
    padding-bottom: 10em;
    height: 80vh;
    
}
#section4 .tema h1,p,h2,h3{
	color: #fff;
}
.text11 {
    margin-bottom: 24px;
    text-align: justify;
    font-size: 18px;
}

.serv-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.card,
.card2,
.card3,
.card4{
    width: calc(47% - 20px);
    background: #222;
    text-align: center;
    border-radius: 6px;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
	margin-top: 1em;
}
.card,
.card2{
	height: 570px;
}

.card:hover,
.card2:hover,
.card3:hover,
.card4:hover{
    background: linear-gradient(to right, #003e99,#006199);
}
.card .box,
.card2 .box,
.card3 .box,
.card4 .box{
    transition: all 0.3s ease;
}
.card:hover .box,
.card2:hover .box,
.card3:hover .box,
.card4:hover .box{
    transform: scale(1.05);
}
.card i,
.card2 i,
.card3 i,
.card4 i{
    font-size: 40px;
    color: #006199;
    transition: color 0.3s ease;
}
.card:hover i,
.card2:hover i,
.card3:hover i,
.card4:hover i{
    color: #fff;
}
.card .text,
.card2 .text,
.card3 .text,
.card4 .text{
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 7px 0;
    color: white;
}
.services .enter{
    margin: auto;
}

.text01{
    text-align: justify;
}

/* Work Over */



/* Training Start */

#section5{
	background-color: rgb(255, 255, 255); 
    padding: 8% 0 0 0;
    padding-bottom: 10em;
    height: 80vh; 
}

.illust1{
    margin-bottom: 100px;
}
.illust1 h1{
    font-size: 24px;
	text-align: left;
}

.illust1 img{
    width: 100%;
    display: block;
}
.illust2 img{
    width: 100%;
    display: none;
}
.setsumei p {
    margin-bottom: 2em;
    text-align: justify;
	font-size: 18px;
    color: black;
}
.tex-top h1 {
    font-size: 24px;
    text-align: left;
    color: unset;
	margin-left: 3em;
    padding-top: 1em;
}
.textul h3 {
    font-size: 18px;
    color: black;
    text-align: left;
	
}
.textul{
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding: 0;
    margin-top: 2em;
	padding-bottom: 2em;
	text-align: -webkit-center;
}

.textli{
    margin: 20px 0 0;
    padding: 15px 30px;
    border: solid 1px #8ca8d1;
    background-color: rgba(255,255,255,0.8);
    -moz-border-radius: 5px / 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px / 5px;
    text-align: justify;
	width: 80%;
	
}
.textli p{
    color: black;
}
.keriya {
    background: url(../imgs/bg-curriculum_sp.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.spyou {
    display: none;
}

.datas-text1{
    text-align: left;
	font-size: 22px;
    margin-bottom: 1em;
}
.datas-text1 h3{
    color: black;
}

/* Training Over */


/* Data Start */
#section6{
	background-color: rgb(255, 255, 255); 
    padding: 8% 0 0 0;
    padding-bottom: 10em;
    height: 80vh; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    
}
.table-list{
    width: 100%;
	color: black;
}
.table-list table {
    border-top: solid 1px #bfcee5;
    border-left: solid 1px #bfcee5;
    width: 100%;
}


.table-list table th {
    white-space: nowrap;
    background-color: #f2f5f9;
    width: 25%;
	color: #000;
}
.table-list table th, .table-list table td {
    border-right: solid 1px #bfcee5;
    border-bottom: solid 1px #bfcee5;
    vertical-align: top;
    padding: 20px;
    font-weight: normal;
    vertical-align: top;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
.b-map {
    display: inline-block;
    background: linear-gradient(to right, #003e99,#006199);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0 3px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid #006199;
    transition: all 0.3s ease;
    margin-left: 2em;
}

/* Data Over */


/*  Start */


/*  Over */
















.tex h1 {
    color: blue;
}


@media (max-width: 769px){

    #menu{
        display: none;
    }
    #intro{
        width: 90%;
    }
    .top-moji {
        width: 600px;
        height: 400px;
    }
    .quxanqa {
        font-size: 18px;
    }



    #section2 {
        padding: 18% 0 0 0;
        background-color: #FFFFFF;
    }
    .harita img {
        width: 100%;
        height: 100%;
    }
    #section3 {
        padding: 13% 0 0 0; 
    }
    .message {
        display: contents;
        margin-top: 1em;
    }
    .syacyou{
        display: none;
    }
    .syacyou1{
        display:block;
        width: 100%;
    }
    .mes {
        margin-top: 1em;
        width: 100%;
        text-align: justify;
    }
    #section3{
        padding-bottom: 2em;
        height: 87vh; 
    }

    .card, .card2, .card3, .card4 {
        width: 100%;
    }
    #section5,#section6 {
        padding: 13% 0 0 0; 
    }

}
@media (max-width: 600px){

    .logo {
        width: 350px;
        height: 350px;
    }

    .top-moji {
        width: 350px;
        height: 260px;
    }
    .top-moji p {
        margin: 1em;
        font-size: 24px;
        margin-top: 3em;
    }
    .tema {
        text-align: center;
        font-size: 14px;
    }
    #section2 {
        padding: 34% 0 0 0;
    }
    #section3 {
        padding: 30% 0 0 0;
        padding-bottom: 10em;
        height: 80vh;
    }
    .message h2 {
        font-size: 18px;
    }
    .message p {
        font-size: 11px;
    }

    .forenter a {
        font-size: 12px;
    }
    #section4 {
        padding: 30% 0 0 0;
        padding-bottom: 10em;
        height: 80vh;
    }
    .text11 {
        font-size: 12px;
    }

    .card .text, .card2 .text, .card3 .text, .card4 .text {
        font-size: 18px;
    }
    .text01 {
        text-align: justify;
        font-size: 12px;
    }
    .card, .card2 {
        height: 500px;
    }
    .card2 {
        height: 375px;
    }
    #section5, #section6 {
        padding: 32% 0 0 0;
    }
    .setsumei p {
        font-size: 14px;
    }
    .illust1 img {
        display: none;
    }
    .illust2 img {
        display: block;
        margin-top: -6em;
    }
    .spyou {
        display: block;
        width: 100%;
    }
    .keriya {
        background: none;
    }
    .illust1 h1 {
        font-size: 18px;
    }
    .tex-top h1 {
        font-size: 18px;
        text-align: left;
        color: unset;
        margin-left: 0em;
        padding-top: 0em;
    }
    .textul h3 {
        font-size: 14px;
        color: black;
        text-align: left;
    }
    .textli p {
        font-size: 12px;
    }
    .table-list table th, .table-list table td {
        padding: 10px;
        display: block;
    }
    .table-list table th {
        color: #003d99;
        width: auto;
    }
    #section5 ,#section6  {
        padding: 30% 0 0 0;
        padding-bottom: 10em;
        height: 80vh;
    }
}</pre></body></html>