@charset "utf-8";
.page_title_bg {
  height: 300px;
  width: 100%;
  background-image: url(../img/study_room.jpg);
  background-repeat: no-repeat;
  background-position: 0% center;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page_title {}
.page_title h2 {
  font-family: heisei-kaku-gothic-std, sans-serif;
/*  color: #009f5d;
*/  font-size: 2.2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  width: 100%;
  text-align: center;
}
.page_title span {
  letter-spacing: 0.1em;
/*  color: #009f5d;*/
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
}
.study_intro {
  display: flex;
  margin: 4em auto;
  justify-content: space-between;
transition: .8s;
}
.study_intro_t {
  width: 57%;
}
.study_intro h3 {
  font-size: 1.8em;
  letter-spacing: 0.1em;
/*  color: #009f5d;*/
  margin-bottom: 1em;
  font-weight: 600;
}
.study_intro_t p {
  letter-spacing: 0.1em;
  line-height: 2.5em;
  font-size: 1em;
}
.study_intro_figure {
  width: 39%;
}
.study_intro_figure img {
  width: 100%;
  height: auto;
}
.study {
	
}
.study h2 {
  height: 55px;
/*  background-color: #009f5d;*/
  color: white;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1.6em;
  line-height: 62px;
	margin-bottom: 2em;
}
.study_box{
	transition: .8s;
}
.study_titlebox{
	transition: .8s;
}
.study h3 {
  display: flex;
  justify-content: center;
}
.study_h3 {
  border-bottom: 4px solid #ffff00;
  letter-spacing: 0.1em;
  font-size: 1.7em;
  text-align: center;
/*  color: #009f5d;
*/	font-weight: 600;
	margin-bottom: 1em;
}
.study_figure{
	text-align: center;
	margin-bottom: 4em;
	transition: .8s;
}
.study_figure2{
	text-align: center;
	margin-bottom: 4em;
	transition: .8s;
}

@media screen and (max-width:1000px) {
  .page_title_bg {
    padding-top: 90px;
  }
  .page_title h2 {
    font-size: 2em;
  }
}
@media screen and (max-width:768px) {
  .page_title_bg {
    height: 280px;
  }
  .page_title h2 {
    font-size: 1.9em;
  }
	.study_intro {
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	flex-wrap: wrap;
}
.study_intro_t {
  width: 100%;
}
.study_intro h3 {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
.study_intro_t p {
  line-height: 2em;
}
.study_intro_figure {
  display: none;
}
.study h2 {
  height: 45px;
  font-size: 1.5em;
  line-height: 52px;
  margin-bottom: 1.5em;
}
	.study_h3 {
  border-bottom: 3px solid #ffff00;
  font-size: 1.6em;
	margin-bottom: 1em;
}
	.study_figure{
	margin-bottom: 1.5em;
}
	.study_figure img{
		height: auto;
		width: 85%;
	}
	.study_figure2 img{
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width:480px) {
  .page_title_bg {
    height: 220px;
  }
  .page_title h2 {
    font-size: 1.6em;
  }
  .page_title span {
    font-size: 1.1em;
  }
	.study_intro h3 {
  font-size: 1.4em;
}
	.study h2 {
  height: 40px;
  font-size: 1.3em;
  line-height: 45px;
  margin-bottom: 1.3em;
}
	.study_h3 {
  font-size: 1.4em;
}
	.study_figure img{
		width: 95%;
	}
	.study_figure2{
	margin-bottom: 2.5em;
}
}
@media screen and (max-width:380px) {
  .page_title_bg {
    height: 200px;
  }
  .page_title h2 {
    font-size: 1.4em;
  }
  .page_title span {
    font-size: 1em;
  }
	.study_intro {
	margin-top: 2em;
}
	.study_intro h3 {
  font-size: 1.3em;
}
	.study_intro_t p {
  line-height: 1.9em;
font-size: 0.9em;
}
	.study h2 {
  height: 35px;
  font-size: 1.1em;
  line-height: 38px;
  margin-bottom: 1em;
}
	.study_h3 {
  font-size: 1.2em;
}
	.study_figure img{
		width: 100%;
	}
}
