﻿@charset "utf-8";
.textBox {
  background-color: transparent;
  color: black;
  font-weight: bold;
  border: 0;
  position: absolute;
  top: 62%;
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  width: 500px;
  padding: 20px;
  height: 300px;
}
.intro {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center -60px;
  background-image: url(../img/intro2024.jpg);
  background-size: 100% auto;
  webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 0;
}
/*.news_iframeBox{
	width: 100%;
	height:300px;
	overflow:hidden;
	margin: 0 auto;
}
.news_iframeBox iframe{
  width: 100%;
  height: 100%;	
}*/
.iframeBox {
	position: relative;
	height: 280px;
	overflow: hidden;
	margin-top: 20px;
	border: 0;
}
	.iframeBox iframe {
		width: 100%;
		height: 100%;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		border: 0;
	}
.introBox {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.txtDeco {
	font-size: 19px;
	margin-bottom: 25px;
	text-align: left;
	text-align-last: left;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #1A171A;
	text-shadow: 2px 2px 2px #fff;
}
.news {
  transition: .8s;
  margin-bottom: 4em;
  margin-top: 2.5em;
}
.news h2 {
  text-align: center;
  margin-top: 1em;
}
.news_title {
  font-size: 2em;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-top: 0.6em;
  color: #333333;
}
.news span {
/*  color: #29ac6e;
*/  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.news_title_line {
  margin: 5px auto;
  border-bottom: 1px solid #cccccc;
  width: 78px;
}
.news_box {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 20px;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  padding: 0px 0px 0px 0px;
}
.results{
  font-size: 2em;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-top: 0.6em;
  color: #29ac6e;
  margin-left: auto;
  margin-right: auto;
  color: #009f5d;
  border-bottom: 4px solid #ffff00;	
}
.results_banner1 {
	width: 100%;
	margin-top: 2em;
  margin-bottom: 1.5em;
  transition: .8s;
}
.results_banner2 {
	width: 100%;
  margin-bottom: 4em;
  transition: .8s;
}
.results_banner1 img,
.results_banner2 img{
	width: 100%;
	height: auto;
}
.course {
  transition: .8s;
}
.course h2 {
  text-align: center;
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
}
.course span {
  width: 100%;
/*  color: #29ac6e;*/
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.course_title {
  font-size: 2em;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-top: 0.6em;
  margin-left: auto;
  margin-right: auto;
/*  color: #29ac6e;
*/  border-bottom: 4px solid #ffff00;
}
.courseBt{
	width: 100%;
	margin: 0 auto 60px;
	padding:1em 1em .8em 1em;
	background: green;
	border-radius: 2em;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color:white;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
}
.courseBt:hover{
	opacity: .8;
	cursor: pointer;
}
.top_banner {
  display: flex;
  flex-wrap: nowrap;
	margin-top: 2em;
  margin-bottom: 4em;
}
.top_banner a {
	text-decoration: none;
}
.top_banner_item1 {
  width: 60%;
  height: 180px;
  background-color: #B1D1D8;
  transition: .8s;
  background-repeat: no-repeat;
  background-image: url(../img/04.jpg);
  background-position: center center;
}
.top_banner_item1_b {
  width: 100%;
  bottom: 0;
  background-color: #000;
  color: white;
  text-align: center;
  font-weight: 600;
  opacity: 0.5;
  padding: 10px 0;
  margin-bottom: 15px;
  position: absolute;
  letter-spacing: 0.1em;
}
.top_banner_item1 img {
  position: absolute;
  left: 30px;
  top: 30px;
}
.top_banner_item2 {
  width: 40%;
  margin-left: 30px;
  height: 180px;
  background-color: #B1D8B6;
  transition: .8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/05.jpg);
  background-size: 100% auto;
}
.top_banner_item2 a {
	color: black;
}
.top_banner_item2 img {
  position: absolute;
  bottom: 0;
  right: -1px;
}
.top_banner_item2_title {
  position: absolute;
  left: 30px;
  top: 30px;
}
.top_banner_item2_title_t {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	padding-bottom: 0.5em;
	font-weight: 500;
	color: #000000;
}
.top_banner_item2_title_t2 {
  display: block;
  background-color: #0faf7a;
  color: white;
  font-weight: 600;
  padding-top: 12px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
.top_banner_item3 {
  width: 60%;
	margin: 0 auto;
  transition: .8s;
}
.top_banner_item3 img{
	width: 100%;
	height: auto
}
.info {
/*  background-color: #29ac6e;
*/  padding-top: 4em;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1em;
}
.info h2 {
  transition: .8s;
  color: white;
  text-align: center;
  margin-bottom: 3em;
}
.info span {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: white;
}
.info_title {
  font-size: 2.2em;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-top: 0.4em;
}
.info_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 2em;
}
.info_contents {
  width: 50%;
  transition: .8s;
}
.info_contents table {
  width: 100%;
  color: white;
  font-size: 1.1em;
}
.info_contents table th {
  font-weight: 500;
  letter-spacing: 0.2em;
  width: 120px;
  padding-bottom: 25px;
  text-align: left;
}
.info_contents table td {
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.1em;
	line-height: 1.5;
  padding-bottom: 25px;
}
.map {
  width: 50%;
  transition: .8s;
}
.news_more {
	width: 190px;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border: 1px solid #424141;
	text-align: center;
	display: block;
}
.news a {
	text-decoration: none;
	color: black;
}
.news_more::after {
  content: ">";
  font-weight: 500;
	margin-left: 8px;
}
.news_banner {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5em;
}
.news_banner img {
  margin-left: 15px;
}
.visible_s {
  display: block;/*←none*/
}
  .banner_s_bg {
    display: block;
    padding: 2em 0;
    background-color: #f2f2f2;
  }
  .banner_s {
    display: flex;
    justify-content: space-between;
    transition: .8s;
  }
  .banner_s a {
    text-decoration: none;
    color: black;
  }
  .banner_s_items {
    transition: .8s;
    background-color: #FFFFFF;
    width: 48%;
    padding: 1.5em 0 ;
    text-align: center;
    box-shadow: 2px 2px 4px gray;
  }
  .banner_s_t {
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    margin: 0.5em auto;
  }
  .banner_s_b {
    width: 285px;
    height: 37.5px;
    line-height: 41px;
    background-color: #0faf7a;
    color: white;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_s_b::after {
    content: " >";
    font-weight: 500;
  }
  .banner_s_b2 {
    width: 285px;
    height: 37.5px;
    line-height: 41px;
    background-color: #e9a53f;
    color: white;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_s_b2::after {
    content: " >";
    font-weight: 500;
  }
  .contact_s {
	  width: 80%;
	  margin: 0 auto;
    padding: 2.5em 0;
    text-align: center;
  }
  .contact_s h2 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin-bottom: 0.7em;
  }
  .contact_s .tel_img {
	width: 600px; 
	  margin: 30px auto 0;
	  display: block;
}
  .contact_s img{
	width: 100%;
	  height: auto;
}
  .contact_s .top_txt {
	width: 85%;
	  margin: 1.5em auto .5em;
	color: #1a1a1a;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
	transition: .8s;
  }
  .contact_s .bottom_txt {
	width: 65%;
	  margin: 1.5em auto .5em;
	color: #1a1a1a;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: left;
	transition: .8s;
  }
	.contact_Box{
		width: 320px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
    transition: .8s;

	}
	.contact_Box img{
		width: 100%;
		height: auto;
	}
	.contact_Box a{
		margin-bottom: 10px;
		display: block;
	}
	.contact_Box a:last-child{
		margin-bottom: 0;
	}
	.contact_s_b{
	width: 440px;
	height: 75px;
	color: white;
	font-weight: 600;
	display: flex;
	align-items: center;
	font-size: 1.6em;
	letter-spacing: 0.2em;
	background: linear-gradient(to top, #4f75ac, #30a0d2);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	justify-content: center;
	padding-top: 6px;
	}
	.contact_s_b::after{
		content: ">";
		font-weight: 600;
		margin-left: 7px;
	}
	.contact_s a{
		text-decoration: none;
	}
	.contact_s img{
		width: 80%;
		height: auto;
	}
@media screen and (max-width:1100px) {
  .txtDeco {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .info_contents {
    width: 48%;
  }
  .info_contents img {
    width: 90%;
    height: auto;
  }
	
}
@media screen and (max-width:1000px) {
  .visible_s {
    display: block;
  }
  .txtDeco {
    font-size: 18px;
    margin-bottom: 15px;

  }
  .intro {
    height: 580px;
    padding-top: 90px;
    background-position: center top;
  }
  .textBox {
    background-color: transparent; /* Fallback color */
    background-color: transparent; /* Black w/opacity/see-through */
    color: black;
    font-weight: bold;
    border: 0;
    position: absolute;
    top: 65%;
    left: 35%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    width: 500px;
    padding: 20px;
    height: 200px;
  }
  .info_contents table td {
    line-height: 1.4em;
  }
  .top_banner {
    margin-bottom: 2em;
  }
  .banner_s_bg {
    display: block;
    padding: 2em 0;
    background-color: #f2f2f2;
  }
  .banner_s {
    display: flex;
    justify-content: space-between;
    transition: .8s;
  }
  .banner_s a {
    text-decoration: none;
    color: black;
  }
  .banner_s_items {
    transition: .8s;
    background-color: #FFFFFF;
    width: 48%;
    padding: 1.5em 0 ;
    text-align: center;
    box-shadow: 2px 2px 4px gray;
  }
  .banner_s_t {
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    margin: 0.5em auto;
  }
  .banner_s_b {
    width: 285px;
    height: 37.5px;
    line-height: 41px;
    background-color: #0faf7a;
    color: white;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_s_b::after {
    content: " >";
    font-weight: 500;
  }
  .banner_s_b2 {
    width: 285px;
    height: 37.5px;
    line-height: 41px;
    background-color: #e9a53f;
    color: white;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_s_b2::after {
    content: " >";
    font-weight: 500;
  }
  .contact_s {
	  width: 80%;
	  margin: 0 auto;
    padding: 2.5em 0;
    text-align: center;
  }
  .contact_s h2 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin-bottom: 0.7em;
  }

  .contact_s .tel_img {
	width: 70%; 
	  margin: 30px auto 0;
	  display: block;
}
  .contact_s .top_txt {
	width: 85%;
	  margin: 1.5em auto .5em;
	color: #1a1a1a;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
	transition: .8s;
  }
  .contact_s .bottom_txt {
	width: 85%;
	  margin: 1.5em auto .5em;
	color: #1a1a1a;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: left;
	transition: .8s;
  }
	.contact_s_b{
	width: 440px;
	height: 75px;
	color: white;
	font-weight: 600;
	display: flex;
	align-items: center;
	font-size: 1.6em;
	letter-spacing: 0.2em;
	background: linear-gradient(to top, #4f75ac, #30a0d2);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	justify-content: center;
	padding-top: 6px;
	}
	.contact_s_b::after{
		content: ">";
		font-weight: 600;
		margin-left: 7px;
	}
	.contact_s a{
		text-decoration: none;
	}
	.contact_s img{
		width: 80%;
		height: auto;
	}
}
@media screen and (max-width:834px) {
	.contact_Box{
		width: 300px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
    transition: .8s;

	}
	.contact_Box img{
		width: 100%;
		height: auto;
	}
	.contact_Box a{
		margin-bottom: 10px;
		display: block;
	}
	.contact_Box a:last-child{
		margin-bottom: 0;
	}
.courseBt{
	width: 100%;
	margin: -20px auto 40px;
	padding:1em 1em .8em 1em;
	background: green;
	border-radius: 2em;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	color:white;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
}
}
@media screen and (max-width:768px) {
  .intro {
    height: 450px;
    padding-top: 160px;
    background-position: 0% 40px;
  }
  .textBox {
    background-color: transparent; /* Fallback color */
    background-color: transparent; /* Black w/opacity/see-through */
    color: black;
    font-weight: bold;
    border: 0;
    position: absolute;
    top: 70%;
    left: 33%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    width: 430px;
    padding: 0;
    height: 160px;
  }
  .txtDeco {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .news {
    margin-bottom: 3em;
    margin-top: 1.5em;
  }
  .news_title {
    font-size: 1.8em;
    margin-top: 0.4em;
  }
  .news span {
    font-size: 1.1em;
  }
  .news_more {
    margin-top: 0.5em;
  }
  .news_banner {
    margin-top: 1.5em;
  }
  .course_title {
    font-size: 1.8em;
  }
  .course span {
    font-size: 1.1em;
  }
 
  .top_banner {
    flex-wrap: wrap;
  }
  .top_banner_item1 {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .top_banner_item2 {
    width: 100%;
    margin-left: 0px;
  }

  .info h2 {
    margin-bottom: 1.5em;
  }
  .info {
    padding-top: 3em;
    padding-bottom: 0em;
  }
  .info span {
    font-size: 1.1em;
  }
  .info_title {
    font-size: 1.8em;
  }
  .info_box {
    flex-wrap: wrap;
    margin-bottom: 0em;
  }
  .info_contents {
    width: 100%;
  }
  .info_contents table th {
    padding-bottom: 15px;
    text-align: left;
  }
  .info_contents table td {
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
  }
  .info_contents img {
    width: 65%;
    height: auto;
  }
  .map {
    width: 100%;
    margin-top: 1.5em;
    height: 400px;
    padding-bottom: 3em;
  }

	.contact_Box{
		width: 45%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.contact_Box img{
		width: 100%;
		height: auto;
	}
	.contact_Box a{
		margin-bottom: 10px;
	}
	.contact_Box a:last-child{
		margin-bottom: 0;
	}
.top_banner_item3 {
  width: 100%;
	margin: 0 auto;
  transition: .8s;
}
}
@media screen and (max-width:580px) {
  .textBox {
    background-color: transparent; /* Fallback color */
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 70%;
    left: 35%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    width: 300px;
    padding: 0;
    height: 160px;
  }
  .txtDeco {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:480px) {
  .intro {
	height: 480px;
	background-position: -120px 66px;
	background-size: auto 100%;
  }
  .news {
    margin-bottom: 3em;
    margin-top: 1.5em;
  }
/*.news_iframeBox{
	width: 95%;
	height:200px;
	overflow:hidden;
	margin: 0 auto;
}*/
.iframeBox {
  height: 280px;
  overflow: hidden;
  margin-top: 0;
}
	.iframeBox iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
  .textBox {
    top: 74%;
    left: 50%;
    width: 410px;
    padding: 0 0 0 1em;
    height: auto;
  }
  .txtDeco {
    font-size: 16px;
    margin-bottom: 12px;
font-weight: bold;
  -webkit-text-stroke: .3px #FFF;
text-stroke: .4px #FFF;
	  color: black;
	text-shadow: 0 0 0 #fff;

  }
  .news_title {
    font-size: 1.6em;
    margin-top: 0.3em;
  }
  .news_more {
    width: 170px;
    margin-top: 1em;
    padding: 12px;
    font-size: 0.9em;
  }
  .news_banner {
    margin-top: 1.5em;
    justify-content: center;
  }
  .course_title {
    font-size: 1.6em;
    margin-top: 0.3em;
    border-bottom: 3px solid #ffff00;
  }
  .courseBt{
	width: 100%;
	margin: -35px auto 30px;
	padding:1.2em 1em 1em 1em;
	background: green;
	border-radius: 2em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color:white;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
}
  .info span {
    font-size: 1em;
  }
  .info_title {
    font-size: 1.6em;
  }
  .info_contents table {
    font-size: 0.9em;
  }
  .news_box {
    margin-top: 10px;
  }
  .banner_s_bg {
    padding-bottom: 1em;
  }
  .banner_s {
    flex-wrap: wrap;
  }
  .banner_s_items {
    width: 100%;
    padding: 1.5em 0;
    margin-bottom: 1.5em;
  }
  .contact_s {
	  width: 92%;
	  margin: 0 auto;
    padding: 2.5em 0;
    text-align: center;
  }
	.contact_s h2 {
	font-size: 1.4em;
  }
	.contact_s_b{
	width: 80%;
	height: 67px;
	font-size: 1.4em;
	}
  .contact_s .tel_img {
	width: 100%; 
	  margin: 20px auto 0;
	  display: block;
}

	.contact_Box{
		width: 75%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
.top_banner_item3 {
  width: 100%;
	margin: 0 auto;
  transition: .8s;
}
  .contact_s .top_txt {
	width: 100%;
	  margin: 1.5em auto .5em;
	color: #1a1a1a;
	font-size: .9em;
	letter-spacing: 0.2em;
	line-height: 1.6;
	text-align: left;
	transition: .8s;
  }
  .contact_s .bottom_txt {
	width: 95%;
	  margin: 1.5em auto .5em;
	color: #1a1a1a;
	font-size: .9em;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: left;
	transition: .8s;
  }
}
@media screen and (max-width:380px) {
  .intro {
	height: 520px;
	background-size: auto 90%;
	background-position: -165px bottom;
  }
  .textBox {
	background-color: transparent; /* Fallback color */
	background-color: transparent; /* Black w/opacity/see-through */
	color: black;
	font-weight: bold;
	border: 0;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
	width: 330px;
	padding: 0;
	height: 160px;
  }
  .txtDeco {
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 0em;
  }
  .news_title {
    font-size: 1.4em;
    margin-top: 0.5em;
    letter-spacing: 0.1em;
  }
  .news span {
    font-size: 0.9em;
  }
  .course_title {
    font-size: 1.4em;
    margin-top: 0.5em;
  }
  .course span {
    font-size: 0.9em;
  }
 
  .top_banner_item1 img {
    left: 20px;
    top: 30px;
    width: 55%;
    height: auto;
  }
  .top_banner_item2_title {
    left: 20px;
    top: 20px;
  }
  .info {
    padding-top: 2em;
  }
  .top_banner {
    margin-bottom: 2em;
  }
  .info_contents img {
    width: 85%;
  }
  .info span {
    font-size: 0.9em;
  }
  .info_title {
    font-size: 1.4em;
  }
  .info_contents table th {
    width: 90px;
  }
  .banner_s_b {
    width: 80%;
  }
  .banner_s_b2 {
    width: 80%;
  }
  .banner_s_t {
    font-weight: 500;
    font-size: 1.1em;
  }
	.contact_s h2 {
	font-size: 1.2em;
  }
	.contact_s p {
	letter-spacing: 0em;
  }
	.contact_s_b{
	width: 85%;
	height: 70px;
	font-size: 1.2em;
	border-radius: 10px;
	}
	/*.contact_s img {
		height: auto;
		width: 80%;
	}*/
}
