@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

.nopc {
	display: none!important;	
}



/*tothetopfixed*/
div.tothetopfixed {
	position: fixed;
	bottom: 20px;
	z-index: 1500;right: 20px;
}	
div.tothetopfixed a  {display: block;float: right;background-color: #fff;}
div.tothetopfixed a:hover {
transition: opacity 0.2s ease-in-out;
opacity:1;
filter: alpha(opacity=100);
}
div.tothetopfixed a {
    display: block;
    color: #fff;
    border-radius: 5px;
	width: 40px;height: 40px;
	background-size: contain;
	transition: opacity 0.2s ease-in-out;
opacity:0.75;
filter: alpha(opacity=75);
background-color: rgba(200, 200, 200, .75);
display:flex;
justify-content:center;
align-items: center;
border-radius: 100%;
font-size: 3rem;
}

/*HEAD*/

.sec-head {
	position: fixed;
	background-color: #fff;
	width: 100%;
	top: 0;
	z-index: 10;
}

.head-head {
	width: calc(100% - 80px);
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	padding: 20px;
	position: relative;
	min-width: 1200px;
}

.headname {
	position: absolute;
	width: 400px;
}
.headname a {
	color: #333;
}
.headname a img {
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 10px;
}
.h1name {
	
}
.h1name i {
	display: block;
	color: #333;
	font-size: 1.25rem;
	position: relative;
	top: 5px;
}
.h1name b {
	display: block;
	color: #333;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	float: left;
	position: relative;
	top: 10px;
	margin-right: 0.25em;
}
.h1name span {
	display: block;
	color: #333;
	font-size: 2rem;
	position: relative;
	top: 20px;
}

.ul-mm {
	position: absolute;
	display:flex;
justify-content:right;
flex-wrap: wrap;
right: 160px;
top: 53px;
}
.li-mm {
	
}
.a-mm {
	color: #666;
	font-size: 1.5rem;
	transition: all 0.2s ease-in-out 0s;
	border-bottom: 2px solid #fff;
	margin-right: 1.5em;
}
.a-mm:hover {
	color: #005aa8;
	transition: all  0.2s ease-in-out 0s;
	border-bottom: 2px solid #005aa8;
}



.a-headcont {
	position: absolute;
	background-color: #67d0ed;
	display: block;
	color: #fff;
	right: 0;
	top: 35px;
	transition: all  0.2s ease-in-out 0s;
}
.a-headcont:hover {
	transition: all  0.2s ease-in-out 0s;
	opacity: 0.5;
}


.a-headcont span {
	border: 2px dashed #fff;
	margin: 5px;
	display: block;
	font-size: 1.75rem;
	padding: 10px;
}
.a-headcont span:before {
	content: '▶';
	color: #fff;
	font-size: 1rem;
	margin-right: 5px;
	position: relative;
	top: -3px;
}

.sec-topimg {

background: url(../img/bg_race_50.svg) center bottom repeat-x, linear-gradient(to bottom, #ffffff 0%, #78efb0 100%) 0 bottom no-repeat ;
background-size: auto 75px,auto 100%;
padding-bottom: 100px;
margin-bottom: 100px;
	margin-top: 120px;
}

.img-topimg {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.sec-topmenu {
	padding-bottom: 100px;
}

.art-topmenu {
display:flex;
justify-content:space-between;
flex-wrap: wrap;
width: 1200px;
margin-right: auto;
	margin-left: auto;
}
.div-topmenuunit {
	width: calc(100% / 3 - 20px);
}
.a-topmenuunit {
	width: 100%;
	display: block;
	transition: all 0.2s ease-in-out 0s;
}
.a-topmenuunit:hover {
	opacity: 0.5;
	transition: all 0.2s ease-in-out 0s;
}

.img-topmenu {
	width: 100%;
	height: auto;	
}
.spn-topmenubtn {
	background-color: #67d0ed;
	border: 5px solid #fff;
	display: block;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -50px;
}
.spn-topmenubtn b {
	border: 2px dashed #fff;
	margin: 10px;
	display: block;
	padding: 30px 40px;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	position: relative;
}
.img-tmicon {
height: auto;
width: 60px;
position: absolute;
top: -30px;
left: -30px;
}

.spn-topmenubtn b:before {
	content: '▶';
	margin-right: 5px;
	font-size: 1rem;
	display: inline-block;
	position: relative;
	top: -3px;
}

/*RECINFO*/
.sec-topinfo {
	width: 100%;
	padding-top: 150px;
	padding-bottom: 100px;
	position: relative;
	background: url(../img/bg_stripe02.svg) center center repeat;
	background-size: 50% auto;
	border-top: 3px solid #66d0ec;
	border-bottom: 3px solid #66d0ec;
}
.h2-topinfo {
	position: absolute;
	display: block;
  left: 50%;
  transform:  translateX(-50%);
  background-color: #6497e3;
  top: -40px;
  min-width: 600px;
  text-align: center;
}
.h2-topinfo span {
	border: 2px dashed #fff;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	margin: 10px;
  letter-spacing: 1em;
  font-size: 2.5rem;
}
.img-h2ti01 {
	position: absolute;
	width: 80px;
	height: auto;
	top: -30px;
	left: -30px;
}
.img-h2ti02 {
	position: absolute;
	width: 100px;
	height: auto;
	right: -30px;
	bottom: -30px;
}
.art-topinfo {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
justify-content:space-between;
flex-wrap: wrap;
}
.div-topinfounit {
	background-color: #67d0ed;
	width: 330px;
	display: block;
	position: relative;
	height: 100%;
}
.div-topinfounit span{
	margin: 10px;
	display: block;
	border: 2px dashed #fff;
	height: 100%;
	padding: 20px 10px 10px;
}
.div-topinfounit01 {
	
}
.div-topinfounit02 {
	
}
.h3-topinfo {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.5rem;
}
.ul-topinfo {
	background-color: #fff;
}
.ul-topinfo01 {
display:flex;
justify-content:left;
flex-wrap: wrap;	
	padding: 50px 20px;
}
.ul-topinfo01 li {
	margin-right: 30px;
	display: block;
}
.ul-topinfo02 {
	padding: 5px 20px;
}


.ul-topinfo02 li {
	margin-bottom: 15px;
	margin-top: 15px;
}
.a-topinfo {
	color: #6497e3;
	font-size: 1.75rem;
	transition: all	0.2s ease-in-out 0s;
}
.a-topinfo:hover {
	color: #67d0ed;
	transition: all	0.2s ease-in-out 0s;
	text-decoration: underline;
}



.a-topinfo:before {
	content: '▶';
	margin-right: 5px;
	font-size: 1rem;
	display: inline-block;
	position: relative;
	top: -3px;	
}
.img-tficon01 {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 120px;
	height: auto;
}
.img-tficon02 {
	position: absolute;
	width: 120px;
	height: auto;
	right: -25px;
	bottom: -25px;
}


/*FOOTER*/
.a-gotocont {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 50px;
	transition: opacity 0.2s ease-in-out 0s;
}



.img-gotocont {
	height: auto;
	width: 100%;
}
.a-gotocont:hover {
	opacity: 0.7;
	transition: opacity 0.2s ease-in-out 0s;;
}

.foot-foot {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
}

.headname2 {

	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.headname2 a {
	color: #333;
}
.headname2 a img {
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 10px;
}

.h1name2 {
	
}
.h1name2 i {
	display: block;
	color: #333;
	font-size: 1.25rem;
	position: relative;
	top: 5px;
}
.h1name2 b {
	display: block;
	color: #333;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	float: left;
	position: relative;
	top: 10px;
	margin-right: 0.25em;
}
.h1name2 span {
	display: block;
	color: #333;
	font-size: 2rem;
	position: relative;
	top: 20px;
}

.add-foot {
	clear: both;
	text-align: center;
	color: #666;
	font-size: 1.5rem;
	line-height: 1.5em;
	padding-top: 20px;
	margin-bottom: 25px;
}
.a-footmail {
	color: #666;
	font-size: 1.5rem;
}

.ul-foot {
display:flex;
justify-content:center;
flex-wrap: wrap;	
}

.li-foot {
	margin-right: 10px;
	margin-left: 10px;
}

.a-foot {
	color: #666;
	font-size: 1.5rem;
}
.a-foot:hover {
	text-decoration: underline;
}


/*NEXT*/

.sec-nexthead {
position: relative;
margin-top: 120px;
background: url(../img/bg_race_50-2.svg) center top repeat-x, url(../img/bg_stripe02.svg) center center repeat;
background-size: auto 75px, auto 50px;
padding-top: 120px;
margin-bottom: 140px;
padding-bottom: 50px;

}
.sec-nexthead .h2-topinfo {
	top: 125px;
}



.sec-nextbody {
	margin-bottom: 50px;
}

.hr-nextfoot {
	background: url(../img/bg_stripe02.svg) center center;
	height: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*PRIFILE*/

.art-greet,.art-plofile{

display:flex;
justify-content:space-between;
flex-wrap: wrap;
width: 960px;
margin-right: auto;
	margin-left: auto;
background: url(../img/bg_hr.svg) center bottom repeat-x;
background-size: auto 40px;
padding-bottom: 100px;
margin-bottom: 65px;
}



.art-jinzai{
width: 960px;
margin-right: auto;
	margin-left: auto;
background: url(../img/bg_hr.svg) center bottom repeat-x;
background-size: auto 40px;
padding-bottom: 100px;
margin-bottom: 65px;
}

.art-nextlast{

background: url(#);

}





.div-greetl {
	width: calc(47.5% - 20px);
}
.div-greetr {
	width: 47.5%;
}
.h3-h3next {
	color: #6497e3;
	font-size: 2.5rem;
	font-weight: bold;
	width: calc(100% - 50px);

	margin-bottom: 10px;
	background: url(../img/icon_rb01lt01.svg) left center no-repeat;
	background-size: 30px auto;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
}
.h3-h3next span {
	float: right;
	color: #666;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
}

.p-greet {
	color: #666;
	font-size: 1.5rem;
	line-height: 2em;
	width: 100%;
}
.img-greet {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

.art-plofile {
	
}
.ul-plofile {
	
}
.li-plofile {
	color: #666;
	font-size: 1.5rem;
	line-height: 2em;
}
.li-plofile:before {
	content: '●';
	color: #67d0ed;
	margin-right: 5px;
	margin-bottom: 1rem;
}

.p-plofile {
	color: #666;
	font-size: 1.5rem;
	line-height: 2em;
}
.p-plofile25 {
	color: #666;
	font-size: 1.5rem;
	line-height: 2em;
	width: 450px;
}

.div-ccc {
display:flex;
justify-content:left;
}
.img-ccc {
	
	width: 300px;
	height: auto;
	margin-left: 50px;
}
.img-ccc25 {
	
	width: 450px;
}
.dl-plofile {
	
}

.dt-plofile {
	color: #666;
	line-height: 2em;
	font-size: 1.75rem;
	font-weight: bold;
}

.dd-plofile {
	color: #666;
	font-size: 1.5rem;
	line-height: 2em;	
}


.dd-plofile:before {
	content: '●';
	color: #67d0ed;
	margin-right: 5px;
	margin-bottom: 1rem;
}


.dd-plofile.dd-nomal:before {
	content: '';
}

.a-plofile {
        background-color: #67d0ed;
        display: inline-block;
        color: #fff;
		margin-top: 20px;
}
.a-plofile span:before {
	content: '▶';
	color: #fff;
	font-size: 1rem;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.a-plofile span {
        border: 2px dashed #fff;
        margin: 5px;
        display: block;
        font-size: 1.75rem;
        padding: 10px 20px;	
}


/*EDUCATION*/	
.sec-nexteducation {
	
}
.div-edutit {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f7f9dc;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.h3-edutit	{
	font-size: 3.5rem;
	color: #6497e3;
	text-align: center;
	position: relative;
	top: -0.5em;
}
.p-edutit {
	color: #666;
	line-height: 2em;
	text-align: left;
	font-size: 1.75rem;
}	
.art-educolmn	{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
justify-content:space-between;
flex-wrap: wrap;
        background: url(../img/bg_hr.svg) center bottom repeat-x;
        background-size: auto 40px;
        padding-bottom: 50px;
        margin-bottom: 75px;
}
.div-educolmnl,.div-educolmnr {
	width: 460px;
}

.div-eduunit {

background-color: #edf6f5;
margin-bottom: 40px;
padding: 10px;
}

.dl-eduunit	{
	padding: 20px;
	border: 2px dashed #aac5ee;
}
.dt-eduunit {
	color: #6396e3;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 15px;
	        background: url(../img/icon_rb01lt01.svg) left center no-repeat;
        background-size: 30px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}	
.dd-eduunit {
	margin-bottom: 10px;
	color: #666;
	font-size: 1.6rem;
	line-height: 1.5em;
}
.dd-eduunit:before {
	content: '●';
	color: #67d0ed;
	margin-right: 5px;
}
.h4-edufig {
	color: #6497e3;
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 25px;
}	
.div-edufig	{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}
.h5-edufig	{
	color: #666;
	font-size: 2rem;
	line-height: 1.5em;
	margin-bottom: 15px;
	text-align: center;
}
.img-edufig	{
	width: 100%;
	height: auto;
aspect-ratio: 1 / 0.75;
}
.div-eduexp	{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #edf6f5;
	margin-bottom: 100px;
}
.div-eduexp span {
	padding: 20px;
	border: 2px dashed #aac5ee;
	display: block;
}
.p-eduexp01{
	color: #666;
	font-size: 1.75rem;
	line-height: 1.5em;
	text-align: center;
}
.p-eduexp01:after {
	content: '▼';
	color: #cddcf6;
transform: scale(3, 1);
display: block;
font-size: 3rem;
margin-top: 10px;
	margin-bottom: 10px;
}
.p-eduexp02	{
	color: #6396e3;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
}
	
/*LICENSE*/

.sec-nextlicense {
	
}
.art-license {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
justify-content:space-between;
flex-wrap: wrap;
padding: 30px;
margin-bottom: 150px;
position: relative;align-items: flex-start;
}

.art-license01,.art-license03 {
	background: url(../img/bg_stripe01.svg) center center repeat;	
}
.art-license02,.art-license04 {
	background: url(../img/bg_stripe02.svg) center center repeat;
}
.art-license03,.art-license04 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.div-licensel {
	padding: 20px;
	width: 250px;
	background-color: #fff;
	color: #666;
	line-height: 1.5em;
	text-align: center;
	font-size: 1.75rem;
}
.div-licensel i {
	color: #666;
	font-size: 1.5rem;
	text-align: center;
}

.div-licenser {
	background-color: #fff;
	padding: 20px;
	width: 630px;
}
.div-license0 {
	background-color: #fff;
	padding: 20px;
}
.img-license01 {
	margin-bottom: 20px;
}

.h3-license {
	color: #6396e3;
	text-align: left;
	font-size: 2.5rem;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.art-license01 {
display:flex;
  flex-direction: row-reverse;
flex-wrap: wrap;
}

.art-license02 {
display:flex;
  flex-direction: row;
flex-wrap: wrap;
}

.div-licensel {
}
.div-licenser {
	position: relative;
}
.img-license {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.p-license {
	color: #666;
	font-size: 1.5rem;
	line-height: 2em;
}

.p-license02 {
	color: #666;
	font-size: 1.5rem;
	line-height: 2em;/*
	position: absolute;
	bottom: -7em;*/
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
}

.img-iconlicense02 {
	position: absolute;
	width: 200px;
	height: auto;
	top: -60px;
	left: -60px;
}

.img-iconlicense01 {
	position: absolute;
	width: 200px;
	height: auto;
	right: -60px;
	bottom: -60px;
}


/*VOICE*/
.sec-nextlmessage {
	padding-top: 75px;
	padding-bottom: 50px;
}

.div-voicecolmn {
	position: relative;
	        background-color: #f7f9dc;
        margin-bottom: 5%;
	margin-right: auto;
	padding: 10px;
	display: block;
	width: 800px;
	margin-left: auto;
}
.div-voicecolmn span {
border: 2px dashed #b3d5c3;
display: block;
padding: 30px;
}
.div-voiceimg {

}

.div-voiceimg01 {
	position: absolute;
	top: -80px;
	right: -50px;
}
.div-voiceimg02{
	position: absolute;
	left: -50px;
	top: -80px;
}

.img-voice {
	width: 200px;
	height: auto;
	border-radius: 100%;
}
.img-voiceicon {
	width: 150px;
	height: auto;
	position: absolute;
	top: -35px;
	left: -35px;
}
.h3-voicecolmn {
	color: #2d8b86;
	text-align: left;
	font-size: 2.5rem;
	margin-bottom: 15px;
	line-height: 1.5em;	
}
.h3-voicecolmn02 {
	margin-left: 120px;
}
.p-voicecolmn {
	color: #666;
	font-size: 1.5rem;
	line-height: 1.75em;
}

.voice100 {
	height: 100px;
}

/*2025*/

.sec-edu2025 {
display:flex;
justify-content:space-between;
width: 960px;
margin-right: auto;
	margin-left: auto;
padding-top: 50px;
	padding-bottom: 50px;
}

.div-edu2025-l{
	width: 450px;
}
.div-edu2025-r{
	width: 450px;
	color: #666;
	font-size: 1.25rem;
}
.div-edu2025-r img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.div-cirmonth {
display:flex;
flex-wrap: wrap;
justify-content:left;
margin-bottom: 25px;
}

.spn-cirmonth1 {
	display: block;
	background-color: #fff681;

	width: 75px;
	height: 75px;
	border-radius: 100%;
	display:flex;
flex-wrap: wrap;
justify-content:center;
align-items: center;
}
.spn-cirmonth1 b {
	color: #666;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}




.spn-cirmonth0 {
	display:flex;
flex-wrap: wrap;
justify-content:center;
align-items: center;
	text-align: center;
	width: 50px;
	height: 75px;
}

.spn-cirmonth0 b {
	color: #666;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;

	display: block;
}

.spn-cirmonth0 b {


}

.dl-edu2025 {
	
}
.dt-edu2025 {
color: #6cafaa;
font-size: 1.5rem;
line-height: 2em;	
}
.dd-edu2025 {
color: #666;
font-size: 1.5rem;
line-height: 2em;	
}











