<!---->@charset "utf-8";
.list-mv07 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}
.mv07 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
header {
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #BDBDBD;
}
header a {
  text-decoration: none;
}
.header_inner {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
}
.logo_tb {
  margin-left: 10px;
  margin-top: 8px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.logo_t0 {
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin-bottom: 0.4em;
	color: #000000;
}
.logo_t1 {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: 600;
/*  color: #009f5d;*/
  margin-bottom: 0.3em;
}
.logo_t2 {
  font-size: 1.8em;
  letter-spacing: 0.05em;
/*  color: #009f5d;
*/  font-weight: 600;
}
.logo_t2 span{
	margin-left: .5em;
  font-weight: 600;
}
.header-right {
  text-align: right;
  display: flex;
}
.tel {
	margin-top: 10px;
}
.tel img{
	width: 100%;
	height: auto;
}
.contact_bt{
	width: 150px;
	padding:.6em 0 .3em;
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
	align-content:space-around;
}
.contact_bt a{
	
}
.contact_bt img{
	width: 100%;
	height: auto;
}

nav {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2px;
	padding: 12px 0;
}
nav a {
  text-decoration: none;
  color: black;
  font-weight: 400;
}
nav a:hover {
  border-bottom: 3px solid #BCDB8E;
  padding-bottom: 0.1em;
  margin-top: 0.1em;
  margin-bottom: -0.1em;
}
nav li {
  letter-spacing: 0.1em;
  font-size: 1.15em;
  font-weight: 400;
  margin-right: 50px;
  margin-top: 5px;
}
nav li:last-child {
  margin-right: 0px;
}
.nav_on {
	border-bottom: 3px solid #BCDB8E;
	padding-bottom: 0.1em;
	margin-top: 0.3em;
	margin-bottom: -0.1em;
}

.wrapper {
  width: 1160px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
footer {
  padding: 1.5em 15px;
  background-color: white;
/*  color: #009f5d;
*/}
.footer_inner {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.footer-left {
	width: 55%;
  display: flex;
  justify-content:flex-start;
}
.footer_logo {
  display: flex;
  align-items:center;
	justify-content:flex-start;
margin-right: 5%;
}
.footer_logo img {
  width: 17%;
  height: auto;
}
.footer_logo_tb {
  margin-left: 10px;
}
.footer_logo_t1 {
  font-size: .9em;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.5em;
  color: #000;
}
.footer_logo_t2 {
  font-size: 1.1em;
/*  color: #009f5d;
*/  font-weight: 600;
}
.footer_logo_t2 span{
	font-size: .9em;
	margin-right: .5em;
  font-weight: 600;
}
.ad {
  margin-left: -30px;
  font-size: 0.9em;
  font-weight: 400;
}
.ad img {
	width: 100%;
	height: auto;
  margin-bottom: 5px;
}
.footer_bt{
	width: 45%;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.footer_nav {
	width: 80%;
  display: flex;
  align-items: center;
	justify-content: space-around;
}
.footer_nav a {
  text-decoration: none;
/*  color: #009f5d;
*/  font-weight: 500;
}
.footer_nav li {
/*  margin-right: 20px;
*/  font-weight: 500;
  margin-top: 5px;
  font-size: 0.9em;
}
.footer_contactBT{
	width: 125px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin-left: 5px;
}
.footer_contactBT a:hover{
	opacity: .6;
}
.footer_contactBT img{
	width: 100%;
	height: auto;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: -5px;
  right: 0px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
#myBtn:hover {}
#topbt {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  cursor: pointer;
}
.newsbox {
    position: relative;
    margin: 1em 0;
    overflow: hidden;
    border: 0;
}
    .newsbox iframe {
        position: relative;
        border: 0;
    }
.course_box {
  margin-top: 2em;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2.5em;
  display: flex;
  justify-content: space-between;
}
.course_box_items {
  width: 31%;
  transition: .8s;
}
.course_box_b1 {
  border: 1px solid #ecad00;
}
.course_box_b2 {
  border: 1px solid #079c42;
}
.course_box_b3 {
  border: 1px solid #5065a3;
}
.course_box_items_img {
  height: 250px;
}
.course_box_items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course_box_title {
  padding-top: 12px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 8px;
  text-align: center;
}
.course_t1 {
  background: linear-gradient(-90deg, #d75836, #f1aa3d);
}
.course_t2 {
  background: linear-gradient(-90deg, #008075, #29ac6e);
}
.course_t3 {
  background: linear-gradient(-90deg, #093683, #30a0d2);
}
.course_box_title img {
  width: auto;
  height: auto;
}

@media screen and (max-width:1300px) {
  .logo_t1 {
    font-size: 1.1em;
    letter-spacing: 0em;
  }
  .logo_t2 {
    font-size: 1.6em;
    letter-spacing: 0.05em;
  }
  footer {
    flex-wrap: wrap;
  }
  .footer-left {
    width: 100%;
    justify-content: center;
  }
  .footer_bt {
    display: none;
  }
}
@media screen and (max-width:1160px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tel img {
    height: auto;
  }
  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  nav li {
    letter-spacing: 0em;
    margin-right: 40px;
    /*font-size: 1em;*/
  }
}
@media screen and (max-width:1000px) {
  header {
    border-bottom: 1px solid #C5C0C1;
    padding-top: 6px;
    padding-bottom: 6px;
    position: fixed;
    z-index: 10000;
    background-color: #fafcf1;
  }
  .header-right {
    display: none;
  }
  .logo {
    margin-top: 0em;
    margin-bottom: 4px;
  }
  .logo img {
    width: 20%;
    height: auto;
  }
  .logo_t1 {
    font-size: 1em;
    letter-spacing: 0em;
    margin-bottom: 0.4em;
  }
  .logo_t2 {
    font-size: 1.3em;
    letter-spacing: 0em;
  }
  nav {
    display: none;
  }
}

@media screen and (max-width:768px) {
	 .course_box {
    flex-wrap: wrap;
    margin-top: 2em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
  }
  .course_box_items {
    width: 46%;
    transition: .8s;
    margin-bottom: 1.5em;
    margin-left: 2%;
    margin-right: 2%;
  }
  .course_box_items_img {
    height: 160px;
  }
  .course_box_title img {
    width: auto;
  }

}

@media screen and (max-width:480px) {
  header {
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
  }
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

.logo_t0 {
	font-size: .85em;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin-bottom: 0.3em;
}
  .logo_t1 {
    font-size: 0.9em;
	margin-bottom: 0.3em;
  }
  .logo_t2 {
    font-size: 1.1em;
  }
.footer_logo {
    margin-left: 40px;
  }
.footer_logo_t1 {
  font-size: .9em;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.5em;
  color: #000;
}
.footer_logo_t2 {
  font-size: 1.1em;
/*  color: #009f5d;
*/  font-weight: 600;
}
.footer_logo_t2 span{
	font-size: .9em;
	margin-right: .5em;
  font-weight: 600;
}
  .logo img {
    width: 22%;
  }
  .ad {
    display: none;
  }
	.course_box {
    margin-top: 1em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2em;
    flex-wrap: wrap;
  }
  .course_box_items {
    width: 100%;
    margin-bottom: 1.5em;
    margin-left: 0%;
    margin-right: 0%;
  }
  .course_box_title img {
    width: 43%;
  }

}
@media screen and (max-width:380px) {
  header {
    padding-left: 5px;
  }
  .logo img {
    width: 20%;
  }
  .logo_tb {
    margin-left: 5px;
    margin-top: 5px;
  }

  .footer_logo {
    margin-left: 35px;
  }
	 .course_box_title img {
    width: 50%;
  }
}
