@charset "utf-8";

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
}
.main_head {
	text-align: center;
}
.main_head .title {
	padding: 100px 0 50px;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
	.main_head .title {
		padding: 10% 0 10%;
		font-size: 2.4rem;
	}
}

/* section_lead
---------------------------- */
#section_lead {
	text-align: center;
	padding: 30px 0 80px;
}
#section_lead .text01 {
	font-size: 3rem;
	color: #fc7215;
}
#section_lead .text02 {
	font-size: 1.8rem;
	padding-top: 30px;
	line-height: 2;
}
@media screen and (max-width:767px) {
	#section_lead {
		padding: 0 0 10%;
	}
	#section_lead .text01 {
		font-size: 2rem;
		line-height: 1.6;
	}
	#section_lead .text02 {
		font-size: 1.4rem;
		padding-top: 5%;
		line-height: 1.6;
		text-align: left;
	}
	#section_lead .text02 br {
		display: none;
	}
}

/* section_school
---------------------------- */
#section_school {
	background-color: #fbf7e8;
	padding: 90px 0 100px;
}
#section_school .lead {
	text-align: center;
	position: relative;
	padding-bottom: 40px;
}
#section_school .lead::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 7em;
  height: 1px;
  background-color: #fc7215;
}
#section_school .lead h2 {
	font-size: 4rem;
	color: #fc7215;
}
#section_school .lead h2 span {
	font-size: 2.4rem;
	display: block;
}
#section_school .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
#section_school .box .img {
	width: 50%;
}
#section_school .box .text {
	width: 45%;
	font-size: 1.6rem;
	line-height: 2;
}
#section_school .box .text .btn {
  width: 18em;
  display: block;
  line-height: 50px;
  border: 1px solid #fc7215;
  color: #fc7215;
  text-align: center;
  border-radius: 25px;
  position: relative;
}
#section_school .box .text .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fc7215;
  border-right: 1px solid #fc7215;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_school .add_item {
	background-color: #fff;
  margin-top: 60px;
  padding: 30px 60px 60px;
}
#section_school .add_item .add_item_title {
	font-size: 3rem;
	color: #fc7215;
	text-align: center;
	border-bottom: 1px solid #fc7215;
}
#section_school .add_item .box {
  margin-top: 30px;
}
#section_school .add_item .box .img {
	width: 40%;
}
#section_school .add_item .box .text {
	width: 55%;
}
@media screen and (max-width:767px) {
	#section_school {
		padding: 10% 0 10%;
	}
	#section_school .lead {
		padding-bottom: 10%;
	}
	#section_school .lead::after {
	  width: 5em;
	  bottom: -2%;
	}
	#section_school .lead h2 {
		font-size: 2.4rem;
	}
	#section_school .lead h2 span {
		font-size: 1.6rem;
		display: block;
	}
	#section_school .box {
	  margin-top: 12%;
	}
	#section_school .box .img {
		width: 100%;
	}
	#section_school .box .text {
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.8;
	  margin-top: 5%;
	}
	#section_school .box .text .btn {
    width: 16em;
	  font-size: 1.4rem;
	  line-height: 40px;
	  border-radius: 20px;
	  margin: 0 auto;
	}
	#section_school .box .text .btn::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 7%;
	  margin: auto;
	  content: "";
	  width: 9px;
	  height: 9px;
	  border-top: 1px solid #fc7215;
	  border-right: 1px solid #fc7215;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	#section_school .add_item {
	  margin-top: 10%;
	  padding: 5% 5% 10%;
	}
	#section_school .add_item .add_item_title {
		font-size: 1.6rem;
	}
	#section_school .add_item .box {
	  margin-top: 5%;
	}
	#section_school .add_item .box .img {
		width: 100%;
	}
	#section_school .add_item .box .text {
		width: 100%;
	}
}

/* section_diversity
---------------------------- */
#section_diversity {
	padding: 90px 0 0;
}
#section_diversity .lead {
	text-align: center;
	position: relative;
	padding-bottom: 40px;
}
#section_diversity .lead::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 7em;
  height: 1px;
  background-color: #fc7215;
}
#section_diversity .lead h2 {
	font-size: 4rem;
	color: #fc7215;
}
#section_diversity .lead h2 span {
	font-size: 2.4rem;
	display: block;
}
#section_diversity .lead p {
	font-size: 2rem;
	padding-top: 25px;
	line-height: 2;
}
#section_diversity .box {
	overflow: hidden;
	padding: 60px 60px 0;
	background-color: #fff;
	border-top: 5px solid #f3b633;
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	margin-top: 40px;
}
#section_diversity .box > .img {
	width: 46%;
	float: right;
}
#section_diversity .box > .text {
	width: 50%;
	float: left;
	padding-bottom: 60px;
}
#section_diversity .box .text h3 {
	color: #fc7215;
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: bold;
}
#section_diversity .box .text h3 span {
	font-size: 2rem;
	font-weight: bold;
}
#section_diversity .box > .text p {
	padding-top: 30px;
	line-height: 2;
}
#section_diversity .box_white {
	clear: both;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 30px 30px 10px 30px;
}
#section_diversity .box_white h4 {
	font-weight: bold;
	font-size: 1.8rem;
}
#section_diversity .box_white h4 span {
	color: #fc7215;
}
#section_diversity .box_white p {
	padding-bottom: 30px;
}
#section_diversity .box_white p a {
	color: #fc7215;
	text-decoration: underline;
}
#section_diversity .box_white p a:hover {
	text-decoration: none;
}
#section_diversity .box_choice {
	padding-top: 50px;
	padding-bottom: 60px;
	overflow: hidden;
}
#section_diversity .box_choice > .img {
	width: 30%;
	float: left;
}
#section_diversity .box_choice > .text {
	width: 66%;
	float: right;
}
#section_diversity .text p a {
	color: #fc7215;
	text-decoration: underline;
}
#section_diversity .text p a:hover {
	text-decoration: none;
}
@media screen and (max-width:920px) {

}
@media screen and (max-width:767px) {
	#section_diversity {
		padding: 10% 0 5%;
	}
	#section_diversity .lead {
		padding-bottom: 10%;
	}
	#section_diversity .lead::after {
	  width: 5em;
	  bottom: -2%;
	}
	#section_diversity .lead h2 {
		font-size: 2.4rem;
	}
	#section_diversity .lead h2 span {
		font-size: 1.6rem;
		display: block;
	}
	#section_diversity .lead p {
		font-size: 1.6rem;
		padding-top: 5%;
		line-height: 1.8;
	}
	#section_diversity .lead p br {
		display: none;
	}
	#section_diversity .box {
		padding: 0;
		margin-top: 10%;
	}
	#section_diversity .box > .img {
		width: 100%;
		float: none;
	}
	#section_diversity .box > .text {
		width: 100%;
		float: none;
		padding-bottom: 10%;
	}
	#section_diversity .box .text h3 {
		font-size: 2.2rem;
		padding: 5%;
	}
	#section_diversity .box .text h3 span {
		font-size: 1.6rem;
	}
	#section_diversity .box > .text p {
		line-height: 1.8;
		font-size: 1.4rem;
		padding: 0 5%;
	}
	#section_diversity .box_white {
		border-radius: 7px;
		padding: 7% 5% 4%;
		margin: 0 5%;
		font-size: 1.4rem;
	}
	#section_diversity .box_white h4 {
		font-size: 1.6rem;
	}
	#section_diversity .box_white p {
		padding-bottom: 7%;
	}
	#section_diversity .box_choice {
		padding: 10% 5%;
		overflow: hidden;
	}
	#section_diversity .box_choice > .img {
		width: 100%;
		float: none;
	}
	#section_diversity .box_choice > .text {
		width: 100%;
		float: none;
		line-height: 1.8;
		font-size: 1.4rem;
		padding-top: 5%;
	}
}

