/* 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: #736357;
	margin: 40px 0;
	position: relative;
}
#main h3 {
	font-family: 'M PLUS Rounded 1c';
	color: #736357;
}


#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::after {
	content: url("../img/fv_ill.svg");
	width: 340px;
	position: absolute;
	bottom: 10px;
	left: 20px;
}
#main #fv .bg img{
	object-fit: cover;
	width: 100%;
	min-height: 800px;
}
#main #fv .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	text-align: center;
	width: 620px;
}
#main #fv .logo h1{
	font-family: 'M PLUS Rounded 1c';
	font-size: 320%;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: -3px;
	color: #fff;
}
#main #fv .logo h1 strong{
	font-size: 160%;
	font-weight: 500;
	letter-spacing: 5px;
}
#main #fv .logo h1 strong span{
	font-size: 70%;
}


#main #lead {
	background: #EDEDED;
	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: 60px;
	position: absolute;
	top: -30px;
	right: -100px;
}
#main #lead dl{
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-bottom: 40px;
}
#main #lead dl dt{
	margin-right: 120px;
	position: relative;
}
#main #lead dl dt div p{
	margin-left: 15%;
}
#main #lead dl dt div:nth-of-type(1) p{
	width: 180px;
}
#main #lead dl dt .sub{
	position: absolute;
	bottom: 20px;
	right: -120px;
}
#main #lead dl dd{
	max-width: 550px;
	font-size: 110%;
	line-height: 2em;
}
#main #lead dl dd h3{
	font-size: 200%;
	font-weight: 500;
	margin: 40px 0;
}
#main #lead dl dd h3 i{
	font-style: normal;
	padding: 5px 0;
	border-bottom: 5px dotted #999;
}



#main #map {
	background: #E2E2DA;
	border-radius: 40px;
	margin: 20px auto;
	padding: 30px 15px 60px;
	position: relative;
}
#main #map::after {
	content: url("../img/ill03.svg");
	width: 300px;
	line-height: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#main #map .mapArea {
	display: flex;
	justify-content: center;
	position: relative;
}
#main #map .mapArea::before {
	content: url("../img/ill02.svg");
	width: 120px;
	line-height: 0;
	position: absolute;
	bottom: 100%;
	right: 80px;
}
#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%;
	background: #FDFD00;
	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: 89%; left: 59%;}
#main #map .mapArea .map #pin2{ top: 54%; left: 40%;}
#main #map .mapArea .map #pin3{ top: 35%; left: 59%;}
#main #map .mapArea .map #pin4{ top: 29%; left: 39%;}
#main #map .mapArea .map #pin5{ top: 16%; left: 35%;}
#main #map .mapArea .map #pin6{ top: 6%; left: 53%;}
#main #map .mapArea .map #pin7{ top: 93%; left: 67%;}
#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%;
	background: #FDFD00;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main #map .mapArea .infoBox .box .scrBox{
	width: 370px;
	height: 580px;
	overflow-y: scroll;
	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%;
	width: calc(100% - 50px);
}
#main #map .mapArea .infoBox .box .titleSet h3 span{
	font-size: 70%;
	margin-right: 5px;
}
#main #map .mapArea .infoBox .atn{
	font-size: 96%;
	line-height: 1.5em;
	margin: 40px 0;
	background: #FFEDEF;
	padding: 15px 20px 15px 35px;
}
#main #map .mapArea .infoBox .atn a{
	color: #2aaf9c;
}
#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.4em;
	display: flex;
	margin: 8px 0;
}
#main #map .mapArea .infoBox .info dl dt{
	width: 90px;
}
#main #map .mapArea .infoBox .info dl dd{
	width: calc(100% - 90px);
}
#main #map .infoTxt{
	font-size: 90%;
	max-width: 1080px;
	margin: auto;
}
#main #map .btn{
	text-align: center;
	margin-top: 50px;
}
#main #map .btn a {
	display: inline-block;
	font-size: 160%;
	line-height: 1.4em;
	text-decoration: none;
	background: #2AAF9C;
	color: #fff;
	padding: 10px;
	width: 240px;
}


#main #modelCourse {
	background: #EBE9E9;
	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: 40px 60px;
	padding: 60px 60px 80px;
	position: relative;
}
#main #modelCourse .model.c2::after {
	content: url("../img/ill08.svg");
	width: 110px;
	position: absolute;
	bottom: 0;
	right: 40px;
}
#main #modelCourse .model h3{
	font-size: 200%;
	text-align: center;
	position: relative;
	padding-bottom: 60px;
}
#main #modelCourse .model h3::before,
#main #modelCourse .model h3::after{
	position: absolute;
	bottom: 0;
}
#main #modelCourse .model.c1 h3::before{
	content: url("../img/ill04.svg");
	width: 140px;
	left: 30px;
}
#main #modelCourse .model.c1 h3::after{
	content: url("../img/ill05.svg");
	width: 140px;
	right: 60px;
}
#main #modelCourse .model.c2 h3::before{
	content: url("../img/ill06.svg");
	width: 140px;
	left: 30px;
}
#main #modelCourse .model.c2 h3::after{
	content: url("../img/ill07.svg");
	width: 80px;
	right: 60px;
}
#main #modelCourse .model h3 i{
	font-style: normal;
	padding: 10px 0;
	border-bottom: 5px dotted #999;
}
#main #modelCourse .model .block{
	margin-bottom: 20px;
	position: relative;
}
#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: 94%;
	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%;
	white-space: nowrap;
	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: #2AAF9C;
	color: #fff;
	padding: 10px;
	width: 240px;
}



#main #contact {
	margin: 80px auto;
	padding: 40px 15px;
}
#main #contact h2{
	font-size: 200%;
}
#main #contact dl{
	display: flex;
	justify-content: center;
	gap: 50px;
}
#main #contact dl dt img{
	border-radius: 15px;
}
#main #contact dl dd{
	width: 400px;
}
#main #contact dl dd h3{
	font-size: 120%;
	margin: 20px 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: 5px solid rgba(255,255,255,.5);
		border-radius: 20px;
	}
	#main #fv::after {
		width: 120px;
		bottom: 5px;
		left: 10px;
	}
	#main #fv .bg img {
		min-height: 400px;
	}
	#main #fv .logo {
		width: 85%;
	}
	#main #fv .logo h1 {
		font-size: 210%;
		line-height: 1.2em;
		letter-spacing: 0;
	}
	#main #fv .logo h1 strong {
		font-size: 150%;
		line-height: 1em;
	}
	
	
	#main #lead {
		border-radius: 20px;
		margin: 20px auto;
		padding: 15px;
	}
	#main #lead h2 span::after {
		width: 30px;
		top: -15px;
		right: -50px;
	}
	#main #lead dl {
		gap: 0;
		flex-direction: column;
		margin-bottom: 20px;
	}
	#main #lead dl dd h3 {
		font-size: 160%;
		line-height: 2em;
		text-align: center;
		margin: 0 0 30px;
	}
	#main #lead dl dt {
		font-size: 80%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#main #lead dl dt .sub {
		position: static;
		width: 100%;
		text-align: center;
	}
	#main #lead dl dt div p {
		margin-left: 0;
		text-align: center;
	}
	#main #lead dl dt div:nth-of-type(1) p {
		width: auto;
	}
	#main #lead dl dd {
		font-size: 100%;
		line-height: 1.6em;
	}
	
	#main #map {
		border-radius: 20px;
		margin: 20px auto;
		padding: 15px;
	}
	#main #map::after {
		width: 180px;
	}
	#main #map .mapArea {
		flex-direction: column;
	}
	#main #map .mapArea::before {
		width: 60px;
		right: 10px;
	}
	#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: #FDFD00 !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%;
		line-height: 1.2em;
	}
	#main #map .mapArea .infoBox .box .titleSet h3 span{
		letter-spacing: 0;
	}
	#main #map .mapArea .infoBox .box .scrBox {
		line-height: 1.6em;
		width: auto;
		height: auto;
		padding-right: 0;
		margin-bottom: 20px;
	}
	#main #map .mapArea .infoBox .atn {
		margin: 20px 0 0;
	}
	#main #map .mapArea .infoBox .info {
		margin: 40px 2px 20px;
		padding: 5px 15px;
	}
	#main #map .btn {
		margin: 20px 0 30px;
		position: relative;
		z-index: 9;
	}
	
	
	
	#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;
	}
	#main #modelCourse .model::before {
		width: 90px;
		left: 10px;
	}
	#main #modelCourse .model::after {
		width: 240px;
		right: 10px;
	}
	#main #modelCourse .model.c2::after {
		display: none;
		width: 100px;
		bottom: 100px;
		right: 15px;
	}
	#main #modelCourse .model h3 {
		font-size: 160%;
		padding-bottom: 80px;
	}
	#main #modelCourse .model.c1 h3::before {
		width: 80px;
		left: 30px;
	}
	#main #modelCourse .model.c1 h3::after {
		width: 70px;
		right: 40px;
	}
	#main #modelCourse .model.c2 h3::before {
		width: 80px;
		left: 20px;
	}
	#main #modelCourse .model.c2 h3::after {
		width: 40px;
		right: 30px;
	}
	#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%;*/
		letter-spacing: 0;
		width: auto;
		padding: 10px 5px;
		margin: 5px 0;
	}
	#main #modelCourse .model .block ul li h5{
		font-size: 100%;
		white-space: nowrap;
	}
	#main #modelCourse .model .block ul li img {
		border-radius: 5px;
	}
	
	
	
	#main #contact {
		margin: 40px auto;
		padding: 20px 10px;
	}
	#main #contact h2 {
		font-size: 160%;
	}
	#main #contact dl {
		gap: 0;
		flex-direction: column;
	}
	#main #contact dl dd {
		width: auto;
	}
	#main #contact dl dd h3 {
		font-size: 110%;
		margin: 20px 0 5px;
	}
	
	
	
	
	
  #footer {
  }
  #footer small {
    font-size: 1rem;
  }


}


