/* CSS Document */

body {
	max-width: 1440px;
	min-width: 1280px;
	margin: auto;
}
.inner {
	width: 1200px;
	margin: auto;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


#header{
	position: relative;
	z-index: 99;
}
#header .language{
	position: absolute;
	right: 15px;
}
#header .language ul{
	display: flex;
	gap: 4px;
}
#header .language ul li{
}
#header .language ul li a{
	display: block;
	background: rgba(0,0,0,.1);
	text-decoration: none;
	width: 75px;
	text-align: center;
  color: #666;
	font-size: 90%;
  line-height: 1.4em;
	border-radius: 0 0 3px 3px;
	padding: 1px 2px 2px;
}
#header .language ul li.active a{
	background: rgba(10, 66, 137,.8);
	color: #fff;
}
#header .language ul li a:hover{
	opacity: .8;
}


#main {
	padding: 40px 10px;
}
#main h2 {
	font-family: 'M PLUS Rounded 1c';
	font-size: 300%;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	color: #174892;
	margin: 40px 0;
	position: relative;
}


#main #fv {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	line-height: 0;
}
#main #fv::before {
	content: '';
	border: 10px solid rgba(255,255,255,.5);
	box-sizing: border-box;
	border-radius: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main #fv .bg img{
	object-fit: cover;
	width: 100%;
	min-height: 800px;
}
#main #fv .logo {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50% , -50%);
	text-align: center;
	width: 760px;
}
#main #fv .logo span{
	position: absolute;
	top: -160px;
	left: -340px;
	width: 450px;
}


#main #lead {
	background: #E5EEF3;
	border-radius: 40px;
	margin: 20px auto;
	padding: 30px 15px;
}
#main #lead h2 span{
	position: relative;
}
#main #lead h2 span::after{
	content: url("../img/ill01.svg");
	width: 90px;
	position: absolute;
	top: -20px;
	right: -150px;
}
#main #lead dl{
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-bottom: 40px;
}
#main #lead dl dd{
	max-width: 550px;
	font-size: 110%;
	line-height: 2em;
}
#main #lead dl dd h3{
	font-size: 160%;
	margin: 40px 0 30px;
}
#main #lead dl dd h3 i{
	font-style: normal;
	padding: 10px 0;
	border-bottom: 5px dotted #999;
}



#main #map {
	background: #CCD6E8;
	border-radius: 40px;
	margin: 20px auto;
	padding: 30px 15px 80px;
}
#main #map .mapArea {
	display: flex;
	justify-content: center;
	position: relative;
}
#main #map .mapArea::before {
	content: url("../img/ill02.svg");
	width: 160px;
	line-height: 0;
	position: absolute;
	bottom: 100%;
	right: 100px;
}
#main #map .mapArea .map{
	width: 680px;
	background: #fff;
	padding: 5px;
	border-radius: 10px 0 0 10px;
	position: relative; 
}
#main #map .mapArea .map a{
	font-size: 120%;
	color: #fff;
	background: #174892;
	border: 3px solid #fff;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	cursor: pointer;
}
#main #map .mapArea .map #pin1{ top: 35%; left: 26%;}
#main #map .mapArea .map #pin2{ top: 60%; left: 78%;}
#main #map .mapArea .map #pin3{ top: 72%; left: 75%;}
#main #map .mapArea .map #pin4{ top: 43%; left: 29%;}
#main #map .mapArea .map #pin5{ top: 44%; left: 80%;}
#main #map .mapArea .map #pin6{ top: 45%; left: 44%;}
#main #map .mapArea .map #pin7{ top: 56%; left: 3%;}
#main #map .mapArea .map #pin8{ top: 55%; left: 86%;}
#main #map .mapArea .map #pin9{ top: 71%; left: 47%;}
#main #map .mapArea .infoBox{
	width: 400px;
	background: #fff;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
}
#main #map .mapArea .infoBox .box{
	line-height: 1.8em;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	transition: all .4s;
	position: absolute;
	top: 0;
	left: 100%;
}
#main #map .mapArea .infoBox .box:first-of-type{
	left: 0;
}
#main #map .mapArea .infoBox .titleSet{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}
#main #map .mapArea .infoBox .titleSet em{
	font-style: normal;
	font-size: 140%;
	color: #fff;
	background: #174892;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main #map .mapArea .infoBox .box .scrBox{
	line-height: 1.6em;
	width: 370px;
	/*height: 320px;*/
	height: 590px;
	overflow-y: scroll;
	/*margin: 15px 0;*/
	padding-right: 15px;
	box-sizing: border-box;
	scrollbar-width: thin;
}
#main #map .mapArea .infoBox .box .scrBox img{
	margin-bottom: 10px;
}
#main #map .mapArea .infoBox .box .scrBox::-webkit-scrollbar {
	width: 8px;
}
#main #map .mapArea .infoBox .box .scrBox::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
#main #map .mapArea .infoBox .box .scrBox::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .2);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
#main #map .mapArea .infoBox .box .titleSet h3{
	font-size: 160%;
	color: #174892;
	width: calc(100% - 50px);
}
#main #map .mapArea .infoBox .box .titleSet h3 span{
	font-size: 70%;
	margin-right: 5px;
}
#main #map .mapArea .infoBox .info{
	margin: 40px 0;
	position: relative;
	background: rgba(255,255,255,.5);
	border: 2px solid #076BA5;
	padding: 10px 20px;
}
#main #map .mapArea .infoBox .info h5{
	font-family: 'M PLUS Rounded 1c';
	font-weight: 500;
	line-height: 1.4em;
	color: #076BA5;
	background: #fff;
	padding: 0 10px;
	position: absolute;
	top: -12px;
	left: 10px;
}
#main #map .mapArea .infoBox .info dl{
	font-size: 95%;
	line-height: 1.2em;
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}
#main #map .mapArea .infoBox .info dl dt{
	width: 90px;
}
#main #map .mapArea .infoBox .info dl dd{
	width: calc(100% - 100px);
}
#main #map .infoTxt{
	font-size: 90%;
	max-width: 1080px;
	margin: auto;
}









#main #experience {
	background: #EAE9E7;
	border-radius: 40px;
	margin: 20px auto;
	padding: 30px 15px;
}
#main #experience .model{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
	margin: 60px 0 100px;
}
#main #experience .model:nth-of-type(even){
	flex-direction: row-reverse;
}
#main #experience .model .box{
	max-width: 530px;
}
#main #experience .model .box .titleSet{
	color: #174892;
	border-bottom: 5px dotted #ccc;
	padding: 10px 0;
	margin-bottom: 10px;
}
#main #experience .model .box .titleSet h3{
	font-size: 180%;
	line-height: 1.4em;
}
#main #experience .model .box .titleSet h3 span{
	font-size: 70%;
	font-weight: 500;
	line-height: 1.4em;
}
#main #experience .model .box .titleSet h4{
	font-size: 120%;
	font-weight: 500;
	line-height: 1.6em;
}
#main #experience .model .box .info{
	margin: 40px 0 20px;
	position: relative;
	background: rgba(255,255,255,.5);
	border: 2px solid #076BA5;
	padding: 15px 25px;
}
#main #experience .model .box .info h5{
	font-family: 'M PLUS Rounded 1c';
	font-weight: 500;
	line-height: 1.4em;
	background: #076BA5;
	color: #fff;
	padding: 0 10px;
	position: absolute;
	top: -12px;
	left: 15px;
}
#main #experience .model .box .info dl{
	font-size: 95%;
	line-height: 1.4em;
	display: flex;
	margin: 8px 0;
}
#main #experience .model .box .info dl dt{
	width: 100px;
}
#main #experience .model .box .info dl dd{
	width: calc(100% - 100px);
}
#main #experience .model .box .btn{
	text-align: center;
	margin-top: 30px;
}
#main #experience .model .box .btn a {
	display: inline-block;
	font-size: 140%;
	line-height: 1.4em;
	text-decoration: none;
	background: #808EB8;
	color: #fff;
	border-radius: 10px;
	padding: 8px;
	width: 180px;
}


#main #modelCourse {
	background: #E9EEE9;
	border-radius: 40px;
	margin: 20px auto;
	padding: 30px 15px;
}
#main #modelCourse .fv{
	text-align: center;
}
#main #modelCourse .lead{
	margin: 20px 80px;
}
#main #modelCourse .model {
	background: #fff;
	border: 4px solid #ccc;
	border-radius: 30px;
	margin: 60px;
	padding: 60px 60px 120px;
	position: relative;
}
#main #modelCourse .model::before {
	content: url("../img/ill06.svg");
	width: 160px;
	position: absolute;
	bottom: 30px;
	left: 120px;
}
#main #modelCourse .model::after {
	content: url("../img/ill07.svg");
	width: 480px;
	position: absolute;
	bottom: 5px;
	right: 30px;
}
#main #modelCourse .model h3{
	font-family: 'M PLUS Rounded 1c';
	font-size: 200%;
	color: #726356;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
#main #modelCourse .model h3::before{
	content: url("../img/ill03.svg");
	width: 70px;
	position: absolute;
	top: -10px;
	left: 30px;
}
#main #modelCourse .model h3::after{
	content: url("../img/ill04.svg");
	width: 110px;
	position: absolute;
	top: -10px;
	right: 30px;
}
#main #modelCourse .model h3 i{
	font-style: normal;
	padding: 10px 0;
	border-bottom: 5px dotted #999;
}
#main #modelCourse .model .block{
	margin: 20px 0;
	position: relative;
}
#main #modelCourse .model .block:nth-of-type(2)::after{
	content: url("../img/ill05.svg");
	width: 110px;
	position: absolute;
	bottom: 0;
	right: 10px;
}
#main #modelCourse .model .block h4{
	font-family: 'M PLUS Rounded 1c';
	font-size: 120%;
	color: #726356;
	background: #E7DB33;
	padding: 3px 20px;
	margin-right: 25px;
	position: relative;
}
#main #modelCourse .model .block h4::after{
	content: '';
	border-left: 30px solid #E7DB33;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
}
#main #modelCourse .model .block ul{
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
}
#main #modelCourse .model .block ul li{
	font-size: 95%;
	line-height: 1.4em;
	text-align: center;
	width: 25%;
	padding: 10px;
	margin: 20px 0;
	box-sizing: border-box;
	position: relative;
}
#main #modelCourse .model .block ul li img{
	border-radius: 10px;
	margin-bottom: 5px;
}
#main #modelCourse .model .block ul li h5{
	font-family: 'M PLUS Rounded 1c';
	font-size: 105%;
	color: #726356;
	border: 2px solid #fff;
	background: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}
#main #modelCourse .model .block ul li h5::before {
	content: '';
	width: 100%;
	height: 100%;
	border: 2px solid #ccc;
	border-radius: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
#main #modelCourse .model .btn {
	text-align: center;
}
#main #modelCourse .model .btn a {
	display: inline-block;
	font-size: 160%;
	line-height: 1.4em;
	text-decoration: none;
	background: #808EB8;
	color: #fff;
	padding: 10px;
	width: 240px;
}



#main #contact {
	/*background: #E7EDF7;*/
	background: #DBEDF4;
	border-radius: 40px;
	margin: 20px auto;
	padding: 30px 15px 80px;
}
#main #contact h2{
	font-size: 200%;
}
#main #contact dl{
	display: flex;
	justify-content: center;
	gap: 50px;
}
#main #contact dl dt{
	width: 250px;
}
#main #contact dl dt img{
	border-radius: 15px;
}
#main #contact dl dd{
	width: 400px;
}
#main #contact dl dd h3{
	font-size: 120%;
	color: #174892;
	margin: 20px 0;
}
#main #contact dl dd .atn{
	font-size: 90%;
	letter-spacing: 0;
}




#footer {
  position: relative;
  padding: 10px;
}

#footer small {
  display: block;
  text-align: center;
  font-size: 90%;
}


#topBtn {
  position: fixed;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  font-size: 11px;
  box-sizing: border-box;
  margin: 10px;
  bottom: 10px;
  right: 10px;
}
#topBtn:before {
  content: 'Top';
  position: absolute;
  text-align: center;
  width: 100%;
  top: 15px;
  left: 0;
}
#topBtn:hover {
  opacity: 0.7;
  cursor: pointer;
}




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

  body { min-width: initial; line-height: 1.6em;}
  img { max-width: 100%;}
  #wrapper { min-width: 0;}
  .inner { width: auto;}


  #header {
  }
  #header h1 {
	}
	

	
	
  #main {
  }
	#main h2 {
		font-size: 180%;
		margin: 20px 0;
	}
	
	
	#main #fv {
		border-radius: 20px;
	}
	#main #fv::before {
		border-radius: 20px;
	}
	#main #fv .logo {
		top: 30%;
		left: 50%;
		width: 80%;
	}
	#main #fv .logo span{
		top: 115%;
		left: 10%;
		width: 80%;
	}
	#main #fv .bg img {
		min-height: 460px;
	}
	
	
	#main #lead {
		border-radius: 20px;
		margin: 20px auto;
		padding: 15px;
	}
	#main #lead h2 span::after {
		width: 50px;
		right: -50px;
	}
	#main #lead dl {
		gap: 0;
		flex-direction: column;
		margin-bottom: 20px;
	}
	#main #lead dl dd h3 {
		font-size: 120%;
		margin: 20px 0 30px;
		text-align: center;
	}
	#main #lead dl dd {
		font-size: 100%;
		line-height: 1.8em;
	}
	
	
	#main #map {
		border-radius: 20px;
		margin: 20px auto;
		padding: 15px;
	}
	#main #map .mapArea {
		flex-direction: column;
	}
	#main #map .mapArea::before {
		width: 80px;
		right: 0;
	}
	#main #map .mapArea .map {
		width: auto;
		border-radius: 10px;
	}
	#main #map .mapArea .map a {
		font-size: 100%;
		border: 2px solid #fff;
		width: 20px;
		height: 20px;
		background: #174892 !important;
	}
	#main #map .mapArea .infoBox {
		width: auto;
		border-radius: 10px;
		overflow: unset;
		margin: 10px 0;
		background: unset;
	}
	#main #map .mapArea .infoBox .box {
		position: relative;
		left: 0 !important;
		padding: 10px 15px;
		margin: 10px 0;
		background: #fff;
		border-radius: 10px;
	}
	#main #map .mapArea .infoBox .titleSet em {
		font-size: 120%;
		width: 30px;
		height: 30px;
	}
	#main #map .mapArea .infoBox .box .titleSet h3 {
		font-size: 130%;
	}
	#main #map .mapArea .infoBox .box .scrBox {
		width: auto;
		height: auto;
		padding-right: 0;
	}
	#main #map .mapArea .infoBox .info {
		margin: 40px 2px 20px;
		padding: 5px 15px;
	}
	#main #map .mapArea .infoBox .info dl {
		flex-direction: column;
		gap: 5px;
	}
	#main #map .mapArea .infoBox .info dl dt {
		width: auto;
		color: #076BA5;
		background: #fafafa;
		padding: 2px 5px;
	}
	#main #map .mapArea .infoBox .info dl dd {
		width: auto;
		padding: 5px;
	}
	
	#main #experience {
		border-radius: 20px;
		margin: 20px auto;
		padding: 15px;
	}
	#main #experience .model {
		gap: 0;
		margin: 30px 0 80px;
		flex-direction: column !important;
	}
	#main #experience .model:last-of-type {
		margin: 30px 0 40px;
	}
	#main #experience .model .box .titleSet h3 {
		font-size: 130%;
	}
	#main #experience .model .box .titleSet h4 {
		font-size: 90%;
	}
	#main #experience .model .box .info {
		margin: 30px 0 20px;
		padding: 10px 15px;
	}
	
	
	#main #modelCourse {
		border-radius: 20px;
		margin: 20px auto;
		padding: 15px;
	}
	#main #modelCourse .lead {
		margin: 10px;
	}
	#main #modelCourse .model {
		border: 3px solid #ccc;
		border-radius: 10px;
		margin: 40px 0;
		padding: 40px 10px 120px;
	}
	#main #modelCourse .model::before {
		width: 90px;
		left: 10px;
	}
	#main #modelCourse .model::after {
		width: 240px;
		right: 10px;
	}
	#main #modelCourse .model h3 {
		font-size: 160%;
		margin-bottom: 50px;
	}
	#main #modelCourse .model h3::before {
		width: 40px;
		top: -5px;
		left: 10px;
	}
	#main #modelCourse .model h3::after {
		width: 50px;
		top: -5px;
		right: 0;
	}
	#main #modelCourse .model .block:nth-of-type(2)::after {
		width: 70px;
		display: none;
	}
	#main #modelCourse .model .block h4 {
		padding: 3px 10px;
		/*margin-right: 20px;*/
		margin-right: 0;
	}
	#main #modelCourse .model .block h4::after {
		border-left: 25px solid #E7DB33;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		right: -20px;
		display: none;
	}
	#main #modelCourse .model .block ul {
		margin: 20px 10px;
		flex-direction: column;
	}
	#main #modelCourse .model .block ul li {
		/*font-size: 80%;*/
		width: auto;
		padding: 10px 5px;
		margin: 5px 0;
	}
	#main #modelCourse .model .block ul li img {
		border-radius: 5px;
	}
	
	
	
	#main #contact {
		border-radius: 20px;
		margin: 20px auto;
		padding: 15px 15px 30px;
	}
	#main #contact h2 {
		font-size: 160%;
	}
	#main #contact dl {
		gap: 0;
		flex-direction: column;
	}
	#main #contact dl dt{
		width: 200px;
		margin: auto;
	}

	#main #contact dl dd {
		width: auto;
	}
	#main #contact dl dd h3 {
		font-size: 110%;
		margin: 20px 0 5px;
	}
	
	
	
	
	
  #footer {
  }
  #footer small {
    font-size: 1rem;
  }


}


