@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
         - index
									- course-learn
									- faq
									- staff
									- curriculum
         - future
									- exam
									- wn

--------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------*/
#banner {
  width: 100%;
  height: 827px;
  background: url(../image/top/banner.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

#banner .text {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#banner .text .title {
  font-size: 40px;
  color: #fff;
  padding: 15px 20px;
  background-color: #f0897e;
}

#banner .text .title p {
  margin-bottom: 10px;
		line-height: 1.4;
}

#banner .text .desc {
  margin-left: 15px;
  margin-top: 15px;
  line-height: 1.8;
		font-size: 20px;
		font-weight: 500;
		text-shadow: 
	 1px 1px 1px #FFF,
	 1px -1px 1px #FFF,
	 -1px 1px 1px #FFF,
	 -1px -1px 1px #FFF,
	 3px 3px 10px #FFF,
		-3px -3px 10px #FFF;
}

#banner .container {
  position: relative;
  height: 100%;
}

#banner .scroll {
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 75px;
  position: absolute;
  bottom: 369px;
  letter-spacing: 2px;
}

.scrollbtn {
	animation: scrollbtn 2s infinite alternate linear;
	-ms-animation: scrollbtn 2s infinite alternate linear;
	-webkit-animation: scrollbtn 2s infinite alternate linear;
	-moz-animation: scrollbtn 2s infinite alternate linear;
}
@-ms-keyframes scrollbtn {
 0% {
-webkit-transform:translate(0, 0);
}
 50% {
-webkit-transform:translate(0, -10px);
}
 100% {
-webkit-transform:translate(0, 0);
}
}
@-webkit-keyframes scrollbtn {
 0% {
-webkit-transform:translate(0, 0);
}
 50% {
-webkit-transform:translate(0, -10px);
}
 100% {
-webkit-transform:translate(0, 0);
}
}
@-moz-keyframes scrollbtn {
 0% {
-moz-transform:translate(0, 0);
}
 50% {
-moz-transform:translate(0, -10px);
}
 100% {
-moz-transform:translate(0, 0);
}
}

#banner .scroll::after {
  content: "";
  position: absolute;
  left: 27px;
  bottom: -20px;
  width: 1px;
  height: 63px;
  background-color: #000;
}

#banner .scroll span {
  transform: rotate(-90deg);
  display: block ;
}

#new-top {
  background: linear-gradient(to right, #eb6153 50%, #fff 50%);
}

#new-top .container {
  background-color: #fff;
  align-items: center;
  position: relative;
}

#new-top .container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 127px;
  height: 100%;
  background-color: #eb6153;
}

#new-top .title {
  width: 127px;
  color: #fff;
  font-size: 20px;
  margin-right: 35px;
  height: 100%;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
		font-family: 'Libre Baskerville', serif;
}

#new-top .list-new {
  margin: 34px 0;
  letter-spacing: 1px;
}

.list-new li {
  margin-bottom: 20px;
  line-height: 19px;
  letter-spacing: 1px;
}

.list-new li:last-child {
  margin-bottom: 0;
}

.list-new li span {
  display: inline-block;
}

.list-new .type {
  margin: 0 15px 4px 20px;
  border-radius: 19px;
  border: 1px solid #eb6153;
  color: #eb6153; 
  font-size: 11px;
  padding: 0 15px;
  letter-spacing: 0.5px;
}

.list-new .date {
  font-size: 12px;
  color: #323232;
}

.news-list p {
  font-size: 13px;
}

#content-top .about {
  padding: 212px 0 60px 0;
  position: relative;
}

#content-top .about .info {
  width: 440px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 57px 75px 57px 0;
}

#content-top .about .photo {
  position: absolute;
  right: 0;
  top: 70px;
  width: calc(50% + 230px);
  z-index: -1;
}

#content-top .about h3 {
  font-size: 28px;
  line-height: 1.6;
  color: #323232;
  margin-top: 25px;
  letter-spacing: 0.2px;
  font-weight: 500;
}

#content-top .about .desc {
  line-height: 1.8;
  margin: 20px 0 30px 0;
  letter-spacing: 1px;
}

#content-top .model-curriculum {
  padding: 80px 0 75px 0;
  background-color: #fbeae7;
}

#content-top .model-curriculum .btn-link {
  padding: 20px 65px 20px 50px;
}

#content-top .model-curriculum .btn-link::before {
  right: 50px;
}

#content-top .model-curriculum .intro {
  margin: 30px 0;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 1px;
}

#content-top .model-curriculum .list-title {
  margin-bottom: 30px;
}

#content-top .model-curriculum .list-title .title {
  min-width: 220px;
  border-radius: 10px;
  color: #fff;
  background-color: #eb6153;
  letter-spacing: 0.5;
  padding: 20px 0;
  text-align: center;
  margin-right: 50px;
  position: relative;
  display: inline-block;
}

#content-top .model-curriculum .list-title .title:nth-child(3) {
	margin-right: 0;
}

#content-top .model-curriculum .list-title .title::after {
  content: "";
  position: absolute;
  right: -37px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url(../image/top/icon-model-curriculum.png) no-repeat;
}

#content-top .model-curriculum .list-title .title:last-child::after {
  position: static;
}

#content-top .model-curriculum .list-person {
  justify-content: space-between;
  margin-bottom: 30px;
}

#content-top .model-curriculum .list-person li {
  width: 22.3%;
  position: relative;
}

#content-top .model-curriculum .list-person li:nth-child(2n+0) {
  margin-top: 70px;
}

#content-top .model-curriculum .list-person li img {
  width: 100%;
}

#content-top .model-curriculum .list-person li .text {
  width: 125px;
  height: 125px;
  background-color: rgba(235, 97, 83, 0.65);
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  flex-direction: column;
  justify-content: center;
}

#content-top .model-curriculum .list-person li .text p {
	margin-bottom: 4px;
}

#content-top .model-curriculum .list-person .person1 .text {
  left: -25px;
  bottom: 28px;
}

#content-top .model-curriculum .list-person .person2 .text {
  top: -42px;
  left: 13px;
}

#content-top .model-curriculum .list-person .person3 .text {
  bottom: 28px;
  right: 15px;
}

#content-top .model-curriculum .list-person .person4 .text {
  top: -42px;
  right: -25px;
}

#content-top .faq {
  margin: 50px 3.13%;
  justify-content: space-between;
}

#content-top .faq a:hover img {
	opacity: .7;
}

#content-top .faq .item {
  width: calc(50% - 13px);
  position: relative;
}

#content-top .faq .item img {
  width: 100%;
}

#content-top .faq .item .text {
  width: 370px;
  background-color: #fff;
  padding: 45px 45px 15px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#content-top .faq .item .text .desc {
  line-height: 1.6;
  margin-top: 20px;
  font-size: 13px;
}

#new-page {
  background: linear-gradient(to right, #fbeae7 50%, #fff 50%);
  
}

#new-page .container {
  position: relative;
  justify-content: space-between;
  background-color: #fff;
}

#new-page .list-type {
  width: 205px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
		padding-left: 30px;
}

#new-page .list-type::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
  height: 100%;
  background-color: #fbeae7;
  z-index: -1;
}

#new-page .list-type ul {
  margin-top: 40px;
}

#new-page .list-type li {
  margin-bottom: 20px;
}

#new-page .list-type li a {
  font-size: 13px;
  position: relative;
  margin-left: 20px;
  padding-bottom: 5px;
  display: inline-block;
}


#new-page .list-type li a::before {
  left: -20px;
  top: 0;
}

#new-page .list-type li a:hover {
  color: #eb6153;
		text-decoration: underline;
}

#new-page .list-type li.active a {
  color: #eb6153;
		text-decoration: underline;
}

#new-page .list-type li a:hover::before {
  color: #eb6153;
}

#new-page .info {
  width: calc(100% - 280px);
  margin: 30px 0 30px 0;
}

#new-page .list-new {
  margin-bottom: 20px;
}

#new-page .list-new li {
  border-bottom: 1px dotted #eb6153;
  margin-bottom: 0!important;
}

#new-page .list-new li a {
	display: block;
 padding: 16px 25px;
}

#new-page .list-new li a:hover {
	background-color: #FDF2F0;
}

#new-page .list-new li:last-child {
  /*border-bottom: 1px solid #d2d2d2;*/
		border-bottom:1px dotted #eb6153;
}

#info-course {
  margin: 60px 0 120px 0;
}

#info-course .container {
  justify-content: space-between;
  padding: 0 50px;
}

#info-course .item {
  width: calc(50% - 12px);
  padding: 20px 20px 20px 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  justify-content: space-between;
  align-items: center;
}

#info-course .item img {
  width: 38.5%;
}

#info-course .item a {
	align-items: center;
}

#info-course .item a:hover img {
	opacity: .7;
}

#info-course .item .text {
  width: 55%;
		margin: 0 0 0 auto;
  position: relative;
}

#info-course .item .text::before {
  content: "\f105";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #eb6153;
}

#info-course .item .text h3 {
  font-size: 23px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  color: #eb6153;
  font-weight: 400;
}

#info-course .item .text .desc {
  color: #313131;
  line-height: 1.8;
  font-size: 13px;
  letter-spacing: 1px;
  padding-right: 20px;
}



/*--------------------------------------------------------------------------------------------
  screen on sp
--------------------------------------------------------------------------------------------*/

@media all and (max-width: 1150px) {
  #content-top .faq .item .text {
    padding: 20px 20px 10px 20px;
  }
		
  #banner .text {
			top: 60%;
			transform: none;
			right: -10px;    
  }
		
		#banner .text .title {
			font-size: 18px;
			padding: 10px;
		}
		#banner .text .desc {
			font-size: 14px;
		}
		#banner .text .title p {
			margin: 0;
		}


}

@media all and (max-width: 959px) {
  #banner {
			height: 400px;
   background: url(../image/top/banner-sp.png) no-repeat left top;
			background-size: cover;
  }

  /*#banner .text .title {
    font-size: 36px;
    padding: 10px 14px;
  }

  #banner .text .desc {
    margin-left: 10px;
    margin-top: 10px;
    line-height: 1.6;
  }*/

  #new-top {
    background: #fff;
    padding: 50px 0 20px 0;
  }

#new-top .container::after {
  display: none;
}

  #new-top .title {
    width: 100%;
    font-size: 26px;
    color: #eb6153;
    text-align: center;
				z-index: -1;
				position: static;
  }

  #new-top .list-new {
    margin: 23px 0;
  }

  .list-new li {
    margin-bottom: 14px;
				border-bottom: 1px dotted #eb6153;
  }
		
		.list-new li a.flex {
			display: block;
			padding: 10px;
			width: 100%;
		}
  .list-new li p {
    line-height: 1.4;
    display: block;
  }

  .list-new .type {
    margin-bottom: 5px;
  }

  #content-top .about {
    padding: 0 0 63px 0;
  }

  #content-top .about .photo {
    position: static;
    width: 100%;
  }

  #content-top .about .info {
    width: 100%;
    padding: 40px 0 0 0;
  }

  #content-top .about h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 16px;
  }

  #content-top .about .desc {
    line-height: 1.6;
    margin: 14px 0 20px 0;
  }

  #content-top .model-curriculum {
    padding: 53px 0 50px 0;
  }

  #content-top .model-curriculum .intro {
    margin: 20px 0;
    line-height: 1.6;
  }

  #content-top .model-curriculum .list-title .title::after {
    position: static;
  }

  #content-top .model-curriculum .list-title .title {
    border-radius: 7px;
    padding: 14px 0;
    margin-bottom: 20px;
    margin-right: auto;
				min-width: inherit;
				width: 100%;
  }

  #content-top .model-curriculum .list-person {
    margin-bottom: 20px;
    text-align: center;
				display: flex;
				flex-wrap: wrap;
  }

  #content-top .model-curriculum .list-title {
    margin-bottom: 10px;
  }

  #content-top .model-curriculum .list-person li {
    width: 46%;
    text-align: center;
    margin: 30px 2% 70px !important;
    display: inline-block;
  }

  #content-top .model-curriculum .list-person li:last-child {
    margin-bottom: 40px!important;
  }

  #content-top .model-curriculum .list-person li img {
    max-width: 100%;
  }

  #content-top .model-curriculum .list-person li .text { 
    font-size: 14px;
    line-height: 1.6;
    padding-top: 25px;
  }

  #content-top .model-curriculum .list-person .person1 .text {
    left: -15px;
  }

  #content-top .model-curriculum .list-person .person4 .text {
    right: -15px;
				padding-top: 16px;
  }

  #content-top .model-curriculum .btn-link {
    padding: 14px 55px 14px 40px;
  }

  #content-top .model-curriculum .btn-link::before {
    right: 40px;
  }

  #content-top .faq {
    margin: 33px 5% 0 5%;
  }

  #content-top .faq .item {
    width: 100%;
  }

  #content-top .faq .item img {
    width: auto;
    max-width: 100%;
  }

  #content-top .faq .item .text {
    width: auto;
    position: relative;
    padding: 30px 0px;
  }

  #content-top .faq .item .text .desc {
    margin-top: 14px;
    font-size: 12px;
  }

  #new-page {
    background: #fbeae7;
    padding-bottom: 50px;
  }

  #new-page .list-type {
    width: auto;
    padding-top: 50px;
				padding-left: 0;
  }

  #new-page .list-type::after { 
    width: 100%;
  }

  #new-page .h2-page {
    text-align: center;
  }

  #new-page .list-type ul {
    margin-top: 26px;
  }

  #new-page .list-type li {
    margin-bottom: 16px;
  }

  #new-page .list-type li {
    display: inline-block;
    margin: 0 13px 16px 13px;
  }

  #new-page .info {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #new-page .list-new li {
    padding: 0;
				border-top: none;
  }

  #new-page .list-new {
    margin-bottom: 26px;
  }

  #info-course {
    margin: 50px 0;
  }

  #info-course .container {
    padding: 0;
    text-align: center;
  }
		
		#info-course .container.flex {
			display: flex;
		}

  #info-course .item {
    width: 48%;
    padding: 14px 0;
    text-align: center;
    display: inline-block;
    margin: 0 1% 20px;
  }

  #info-course .item:last-child {
    border-bottom: 1px solid #979797;
  }

  #info-course .item img {
    width: auto;
    max-width: 100%;
  }

  #info-course .item .text {
    width: 90%;
    position: relative;
    margin-top: 20px;
  }

  #info-course .item .text .desc {
    line-height: 1.6;
    font-size: 12px;
    padding-right: 20px;
    text-align: left;
  }

  #info-course .item .text h3 {
    font-size: 19px;
    margin-bottom: 8px;
				text-align: left;
  }

  #content-top .model-curriculum .list-title .title {
    /*margin-left: 15px;
    margin-right: 15px;*/
  }
		
		#content-top .model-curriculum .list-title .title:nth-child(3) {
			margin-right: 15px;
		}
		
		#info-course .item .text::before {
			top: 4px;
			right: 10px;
			transform: none;
		}
		


}

@media all and (max-width: 560px) {
  #banner {
    height: 414px;
  }

}


/*--------------------------------------------------------------------------------------------
  Sceen on pc 
--------------------------------------------------------------------------------------------*/
.banner-course-learn {
  background: url(../image/courselearn/banner.jpg) no-repeat center center;
  background-size: cover;
}

#intro {
  padding: 75px 0;
}

#intro .container {
  padding: 0 70px;
  justify-content: space-between;
}

#intro .title {
  width: 46.7%;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 28px;
  color: #232323;
  line-height: 1.6;
}

#intro .desc {
  width: 45.7%;
  color: #36383a;
  letter-spacing: 0.5px;
  line-height: 2;
}

#list-point {
  margin-top: 138px;
  position: relative;
  padding: 205px 0 54px 0;
		background: radial-gradient(
    circle farthest-corner at 200px 200px,
    #FCEDD5 0%,
    #fbeae7 30%,
    #fbeae7 100%
  );
}

#list-point .photo {
  position: absolute;
  top: -138px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

#list-point .list-info {
  margin-top: 50px;
}

#list-point .list-info li {
  border: 2px solid #eb6153;
  margin-bottom: 44px;
  background-color: #fff;
  padding: 55px 50px 50px 60px;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}

#list-point .list-info li img {
  max-height: 100%;
  object-fit: contain;
}

#list-point .list-info li .point {
  position: absolute;
  left: -10px;
  top: -10px;
  padding: 6px 35px;
  background-color: #eb6153;
  color: #fff;
  font-size: 15px;
  font-family: 'Libre Baskerville', serif;
}

#list-point .list-info li .point .number {
  font-size: 25px;
  margin-left: 5px;
}

#list-point .list-info li .text {
  width: 53.7%;
}

#list-point .list-info li .text h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
}

#list-point .list-info li .text .desc {
  margin-top: 10px;
  line-height: 2;
  color: #36383a;
}

#list-point .list-info li img {
  width: 38.6%;
}

#area-field {
  padding: 90px 0;
}

#area-field .list-info {
  margin-top: 50px;
  justify-content: space-between;
}

#area-field .list-info li,
#area-field .list-desc li {
  width: calc(33.33333% - 19px);
		display: flex;
  flex-direction: column;
}

#area-field .list-info li .title {
  padding: 12px 0;
  background-color: #eb6153;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

#area-field .list-info li .list-item .item {
  padding: 10px 30px;
  margin-bottom: 10px;
  border: 1px solid #323232;
  font-size: 16px;
  color: #36383a;
}

#area-field .list-info li ul {
	width: 100%;
	margin-bottom: 10px;
}

#area-field .list-info li li {
 	width: 100%;
  padding: 8px 30px;
  margin: 0 0 10px;
  border: 1px solid #323232;
  font-size: 16px;
  color: #36383a;
}

#area-field .list-info li .flex {
	flex-grow: 1;
}

#area-field .list-desc {
  justify-content: space-between;
}

#area-field .list-desc li .desc {
  margin-top: 10px;
  line-height: 2;
  margin-bottom: 40px;
}

#flow {
  padding: 80px 0 90px 0;
		background: radial-gradient(
    circle farthest-corner at 200px 200px,
    #fbeae7 0%,
    #fbeae7 70%,
    #FCEDD5 100%
  );
}

#flow .container {
  position: relative;
}

#flow .list-info {
  margin-top: 50px;
}

#flow .list-info li {
  width: calc(100% - 57px);
  padding: 40px 40px 38px 95px;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  margin-left: 57px;
}

#flow .list-info li .number {
  width: 115px;
  height: 115px;
  background-color: #7d7d7d;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  font-size: 18px;
  position: absolute;
  left: -57px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  letter-spacing: 0.5px;
		line-height: 1;
}

#flow .list-info li h3 {
  font-size: 27px;
  color: #eb6153;
  margin-bottom: 25px;
  font-weight: 500;
}

#flow .list-info li .desc {
  line-height: 2;
  letter-spacing: 0.5px;
  color: #36383a;
}

#flow .list-info li::after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: -30px;
  width: 55px;
  line-height: 30px;
  background-color: #eb6153;
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  font-weight: 600;
  padding-top: 0;
  color: #f5b0a9;
  font-size: 30px;
  box-sizing: border-box;
  height: 30px;
}

#flow .list-info li:last-child::after {
  position: static;
  width: 0;
  height: 0;
  content: "";
}

/*--------------------------------------------------------------------------------------------
  screen on sp
--------------------------------------------------------------------------------------------*/

@media all and (max-width: 959px) {
  .banner-page {
    height: 160px;
  }

  .banner-page h1 {
    padding: 10px 20px 10px 18px;
    font-size: 24px;
    margin-top: 60px;
  }  

  .breadcumb {
    line-height: 1.6;
    margin: 20px 0;
  }

  #intro {
    padding: 20px 0 50px 0;
  }

  #intro .container {
    padding: 0;
  }

  #intro .title {
    width: 100%;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  #intro .desc {
    width: 100%;
  }

  #list-point {
    margin-top: 0;
    padding: 50px 0 20px 0;
  }

  #list-point .photo {
    position: static;
    margin: 0 auto 30px auto;
  }

  #list-point .photo img {
    max-width: 100%;
  }

  #list-point .list-info {
    margin-top: 33px;
    text-align: left;
  }

  #list-point .list-info li .point {
    padding: 4px 23px;
    font-size: 14px;
  }

  #list-point .list-info li .point .number {
    font-size: 22px;
  }

  #list-point .list-info li {
    border: 1px solid #eb6153;
    margin-bottom: 30px;
    padding: 37px 20px 37px 20px;
    text-align: center;
  }

  #list-point .list-info li .text {
    width: 100%;
    text-align: left;
  }

  #list-point .list-info li .text h3 {
    font-size: 23px;
  }

  #list-point .list-info li img {
    width: auto;
    max-width: 100%;
    margin-top: 20px;
  }

  #area-field {
    padding: 50px 0;
  }

  #area-field .list-info {
    margin: 30px 0 0;
				padding: 0;
    text-align: center;
  }

  #area-field .list-info li, #area-field .list-desc li {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }

  #area-field .list-info li .title {
    padding: 10px 0;
    font-size: 20px;
    margin-bottom: 14px;
  }

  #area-field .list-info li .list-item .item {
    padding: 7px 20px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  #area-field .list-desc {
    display: none!important;
  }

  #area-field li .desc {
    margin-top: 7px;
    line-height: 1.8;
    margin-bottom: 26px;
  }

  #flow {
    padding: 50px 0 60px 0;
  }

  #flow .list-info {
    margin-top: 33px;
  }

  #flow .list-info li {
    width: 95%;
    padding: 26px 10px 24px 75px;
    margin-left: 5%;
  }

  #flow .list-info li h3 {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.4;
  }

  #flow .list-info li .number {
    width: 80px;
    height: 80px;
    padding-top: 33px;
    font-size: 16px;
    left: -5%;
				top: 20px;
				transform: none;
  }
}

/*--------------------------------------------------------------------------------------------
  faq
--------------------------------------------------------------------------------------------*/
.banner-faq {
  background: url(../image/banner_faq.jpg) no-repeat center center;
  background-size: cover;
}

.faq .container {
	padding: 0 100px 60px;
}

.faqList {
	margin: 0 0 40px;
}

.faqList h3 {
	position: relative;
	background-color: #FBDFDD;
	padding: 6px 32px 6px 48px;
	cursor: pointer;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
}

.faqList h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Ｑ";
	background-color: #eb6153;
	color: #FFF;
	font-weight: 500;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.faqList h3 i {
	position: absolute;
	color: #FFF;
	top: 12px;
	right: 12px;
}

.faqList .detail {
	position: relative;
	padding: 20px 30px;
	display: none;
}

.faqList .detail:before {
	position: absolute;
	content: "";
	bottom: 40px;
	right: 0;
	background-color: #CCC;
	width: 1px;
	height: 40px;
}

.faqList .detail:after {
	position: absolute;
	content: "";
	bottom: 40px;
	right: 0;
	background-color: #CCC;
	width: 40px;
	height: 1px;
}

.line-01 {
	font-weight: 500;
	font-size: 18px;
	background:linear-gradient(transparent 60%, #EEF5AC 60%);
}

@media all and (max-width: 1160px) {

.faq .container {
	padding: 0;
}

.faqList h3 {
	padding: 8px 32px 8px 48px;
}
}


/*--------------------------------------------------------------------------------------------
  staff
--------------------------------------------------------------------------------------------*/
.banner-staff {
  background: url(../image/banner_staff.jpg) no-repeat center center;
  background-size: cover;
}

#second.staff h2 {
	margin: 0 0 30px;
	padding: 8px;
	font-weight: 500;
	background-image: linear-gradient(to right, #FCEDD5 0%, #fbeae7 100%);
}

.staffHalf .staffList {
	width: 300px;
	margin: 0 auto 0 20px;
}

.staffList {
	width: 1120px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.staffList li {
	width: 240px;
	margin: 0 20px 30px;
	padding: 0;
}

.staffList li a {
	text-decoration: none !important;
	color: #151d22 !important;
}

.staffList li a:hover img {
	opacity: 0.8;
}

.staffList li figure {
	margin: 0 0 8px;
}

.staffList li figure img {
	max-width: 100%;
}

.staffList li dl {
	margin: 0 0 6px;
	padding: 0 0 4px;
	border-bottom: 1px dotted #CCC;
}

.staffList li dl dt {
	padding: 4px 0 0 20px;
	line-height: 1.3;
	position: relative;
}

.staffList li dl dd {
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: 500;
}

.staffList li dl dt {
	display: block;
	font-size: 14px;
}

.staffList li dl dt:before {
	position: absolute;
	top: -16px;
	left: 8px;
	transform: rotate(16deg);
	content: "";
	border-left: 4px solid #eb6153;
	height: 100%;
}

.staffList li dl dt:after {
	position: absolute;
	top: -14px;
	left: 6px;
	transform: rotate(16deg);
	content: "";
	border-left: 2px solid #EBAE52;
	height: 34%;
}

.staffDetail .info {
	width: 90%;
	padding: 30px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	background: radial-gradient(
    circle farthest-corner at 200px 200px,
    #FCEDD5 0%,
    #fbeae7 30%,
    #fbeae7 100%
  );
	border-radius: 16px 0 16px 0;
}

.staffDetail .info figure {
	width: 30%;
}

.staffDetail .info figure img {
	max-width: 100%;
	height: auto;
	border: 2px solid #FFF;
}

#second .staffDetail .info .text {
	width: 60%;
}

#second .staffDetail .info .text .kai {
	margin: 0;
	letter-spacing: 0.1em;
}
	
#second .staffDetail .info .text h2 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 0 0 30px;
}

#second .staffDetail .info .text h2 span.en {
	font-size: 20px;
	margin-left: 20px;
}

#second .staffDetail .info .text dl {
	margin: 0 0 30px;
}

#second .staffDetail .info .text dt {
	color: #eb6153;
	font-weight: 600;
	padding: 2px 0 2px 28px;
}

#second .staffDetail .info .text dt.syozoku {
	background: url(../image/icon-01.png) no-repeat 0 2px;
	background-size: 20px;
}

#second .staffDetail .info .text dt.bunya {
	background: url(../image/icon-02.png) no-repeat 0 2px;
	background-size: 20px;
}

#second .staffDetail .info .text dd {
	margin: 0 0 10px;
	padding: 0 0 8px;
	border-bottom: 1px dotted #CCC;
}

#second .staffDetail .info .text ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

#second .staffDetail .info .text ul li {
	margin: 0 10px 0 0;
	padding: 0;
}

#second .staffDetail .info .text ul li a {
	padding: 4px 10px;
	text-decoration: none;
}

#second .staffDetail .info .text ul li a i {
	margin-left: 4px;
}

#second .staffDetail .info .text ul li.home a {
	background-color: #528FEB;
	color: #FFF
}

#second .staffDetail .info .text ul li.ous a {
	background-color: #7CCC47;
	color: #FFF;
}

.staffDetail .staffCont {
	width: 80%;
	margin: 0 auto 80px;
	line-height: 2;
}

.staffDetail .staffCont h3 {
	font-size: 27px;
	color: #eb6153;
	margin: 0 0 16px;
	font-weight: 400;
	position: relative;
}

.staffDetail .staffCont h3:before {
	position: absolute;
	top: -3px;
	left: -14px;
	transform: rotate(16deg);
	content: "";
	border-left: 4px solid #eb6153;
	height: 100%;
}

.staffDetail .staffCont h3:after {
	position: absolute;
	top: -3px;
	left: -16px;
	transform: rotate(16deg);
	content: "";
	border-left: 2px solid #EBAE52;
	height: 34%;
}

.staffDetail .staffCont .photos {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.staffDetail .staffCont .photos li {
	width: 42%;
	margin: 0 4% 30px;
	position: relative;
}


/*.staffDetail .staffCont .photos li:before {
	position: absolute;
	content: "";
	background-color: #E8EDF4;
	z-index: -1;
}

.staffDetail .staffCont .photos li:nth-of-type(2n-1):before {
	width: 20%;
	height: 40%;
	bottom: -20px;
	left: -20px;
	transform: rotate(-5deg);
}

.staffDetail .staffCont .photos li:nth-of-type(2n):before {
	width: 20%;
	height: 50%;
	top: -20px;
	right: -20px;
	transform: rotate(3deg);
}
*/

.staffDetail .staffCont .photos li img {
	display: block;
	max-width: 100%;
	height: auto;
}

.staffHalf {
	width: 50%;
}

@media all and (min-width: 1120px) and (max-width: 1279px) {
.staffList {
	width: 80%;
}

.staffList li {
	width: 240px;
	margin: 0 auto 30px;
	padding: 0;
}

.staffDetail .info {
	display: block;
	width: 100%;
}

.staffDetail .info figure {
	width: 100%;
	margin: 0;
	text-align: center;
}

#second .staffDetail .info .text {
	width: 100%;
	margin: 0 0 40px;
}

#second .staffDetail .info .text h2 {
	font-size: 22px;
	position: relative;
	margin-bottom: 40px;
}

#second .staffDetail .info .text h2:after {
	position: absolute;
	width: 30px;
	height: 2px;
	content: "";
	bottom: -12px;
	left: 0;
	background-color: #eb6153;
}

#second .staffDetail .info .text h2 span.en {
	display: block;
	font-size: 16px;
	margin-left: 0;
}

.staffDetail .staffCont {
	width: 90%;
}

}

@media all and (min-width: 960px) and (max-width: 1119px) {
.staffList {
	width: 100%;
}

.staffList li {
	width: 30%;
	margin: 0 0 30px;
	padding: 0;
}

.staffList li:nth-child(3n-1) {
	margin: 0 5% 30px;
}

.staffDetail .info {
	display: block;
	width: 100%;
}

.staffDetail .info figure {
	width: 100%;
	margin: 0;
	text-align: center;
}

#second .staffDetail .info .text {
	width: 100%;
	margin: 0 0 40px;
}

#second .staffDetail .info .text h2 {
	font-size: 22px;
	position: relative;
	margin-bottom: 40px;
}

#second .staffDetail .info .text h2:after {
	position: absolute;
	width: 30px;
	height: 2px;
	content: "";
	bottom: -12px;
	left: 0;
	background-color: #eb6153;
}

#second .staffDetail .info .text h2 span.en {
	display: block;
	font-size: 16px;
	margin-left: 0;
}

.staffDetail .staffCont {
	width: 90%;
}

}

@media all and (max-width: 959px) {
.staffList {
	width: 100%;
}

.staffList li {
	width: 44%;
	margin: 0 3% 30px;
	padding: 0;
}

.staffDetail .info {
	display: block;
	width: 100%;
}

.staffDetail .info figure {
	width: 100%;
	margin: 0;
	text-align: center;
}

#second .staffDetail .info .text {
	width: 100%;
	margin: 0 0 40px;
}

#second .staffDetail .info .text h2 {
	font-size: 22px;
	position: relative;
	margin-bottom: 40px;
}

#second .staffDetail .info .text h2:after {
	position: absolute;
	width: 30px;
	height: 2px;
	content: "";
	bottom: -12px;
	left: 0;
	background-color: #eb6153;
}

#second .staffDetail .info .text h2 span.en {
	display: block;
	font-size: 16px;
	margin-left: 0;
}

.staffDetail .staffCont {
	width: 90%;
}

.staffDetail .staffCont .photos {
	display: block;
}

.staffDetail .staffCont .photos li {
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
}

.staffDetail .staffCont .photos li img {
	display: inline-block;
}

}

/*--------------------------------------------------------------------------------------------
  curriculum
--------------------------------------------------------------------------------------------*/
.banner-curriculum {
  background: url(../image/banner_curriculum.jpg) no-repeat center center;
  background-size: cover;
}

.curriculumModel {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
	padding: 30px 60px;
	position: relative;
}

.curriculumModel:before {
	position: absolute;
	top: 90px;
	left: 0;
	background-color: #fbeae7;
	content: "";
	width: calc(100% - 120px);
	height: calc(100% - 90px);
	z-index: -1;
}

.curriculumModel .text {
	width: 50%;
	padding: 30px;
	background-color: #FFF;
	position: relative;
}

.curriculumModel .text:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 1px;
	content: "";
	background-color: #eb6153;
}

.curriculumModel .text:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 40px;
	content: "";
	background-color: #eb6153;
}

.curriculumModel .text h2 {
	font-size: 27px;
	margin-bottom: 16px;
 border-bottom: 4px solid #eb6153;
 border-image: linear-gradient(to right, #eb6153 0%, #EB528F 100%);
 border-image-slice: 1;
}

.curriculumModel .text h2 span.mezasu {
	font-size: 18px;
	margin-left: 4px;
}

.curriculumModel .text p {
	margin-bottom: 0 !important;
}

.curriculumModel .btn {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}

.curriculumModel .photo {
	width: 50%;
	text-align: right;
}

.curriculumModel .photo p {
	margin-bottom: 0 !important;
}

.curriculumModel .photo img {
	max-width: 100%;
	height: auto;
}

@media all and (max-width: 1160px) {

.curriculumModel {
	display: block;
	justify-content: normal;
	margin: 0 0 60px;
	padding: 20px;
	position: relative;
}

.curriculumModel:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fbeae7;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
}

.curriculumModel .text {
	width: 100%;
	padding: 20px;
}


.curriculumModel .photo {
	width: 100%;
}

.curriculumModel .text h2 {
	font-size: 20px;
}

.curriculumModel .text h2 span.mezasu {
	font-size: 14px;
}


}


/*--------------------------------------------------------------------------------------------
  future
--------------------------------------------------------------------------------------------*/
.banner-future {
  background: url(../image/banner_future.jpg) no-repeat center center;
  background-size: cover;
}



/*--------------------------------------------------------------------------------------------
  exam
--------------------------------------------------------------------------------------------*/
.banner-exam {
  background: url(../image/banner_exam.jpg) no-repeat center center;
  background-size: cover;
}



/*--------------------------------------------------------------------------------------------
  wn
--------------------------------------------------------------------------------------------*/
.banner-wn {
  background: url(../image/banner_wn.jpg) no-repeat center center;
  background-size: cover;
}

.newsList {
	width: 80%;
	margin: 0 auto 80px;
}

.newsList li {
  border-bottom: 1px dotted #eb6153;
  margin-bottom: 0!important;
}

.newsList li a {
	display: block !important;
 padding: 22px 25px;
	text-decoration: none !important;
	color: #151d22 !important;
}

.newsList li a:hover {
	background-color: #FDF2F0;
}

.newsList li:last-child {
		border-bottom:1px dotted #eb6153;
}

.newsList li span {
  display: inline-block;
}

.newsList .type {
  margin: 0 15px 4px 20px;
  border-radius: 19px;
  border: 1px solid #eb6153;
  color: #eb6153; 
  font-size: 11px;
  padding: 0 15px;
  letter-spacing: 0.5px;
}

.newsList .date {
  font-size: 12px;
  color: #323232;
}

.newsList p {
	margin-bottom: 0 !important;
}

.newsCatList {
	width: 80%;
	margin: 0 auto 20px;
	padding: 0 0 0 6px;
	list-style: none;
	border-bottom: 4px solid #eb6153;
	display: flex;
}

.newsCatList li {
	margin: 0 6px -4px 0;
	padding: 0;
	border: 2px solid #eb6153;
	border-radius: 4px;
	cursor: pointer;
	color: #eb6153;
}

.newsCatList li.now,
.newsCatList li:hover {
	background-color: #eb6153;
	border: 2px solid #eb6153;
	color: #FFF;
}

.newsCatList li a {
	padding: 6px 20px;
	display: block;
	text-decoration: none !important;
}

.newsCatList li a.now {
 background-color: #eb6153;
 color: #FFF !important;
}

.newsCatList li a:hover {
color: #FFF !important;
}

.pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
	margin: 0 0 80px;
}

.pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #eb6153;
	text-indent: 0;
}

.pager_wrap ul.pager li a {
	display: block !important;
	padding: 10px 15px;
	text-decoration: none !important;
	border: none;
	color: #151d22 !important;
}

.pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}

.pager_wrap ul.pager li.active {
	background-color: #FDF2F0;
	display: block;
	padding: 10px 15px;
}

.pager_wrap ul.pager li.active a:link, .pager_wrap ul.pager li.active a:visited,
.pager_wrap ul.pager li.active a:hover, .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

.pager_wrap ul.pager li a:hover {
	color: #000;
	background-color: #FDF2F0;
}

.newsDetail {
	padding: 70px 0;
}

.newsDetail h2 {
	position: relative;
	margin: 0 0 10px;
}

.newsDetail h2:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 80px;
	top: -30px;
	left: -20px;
	background-color: #FCECE9;
	z-index: -1;
}

.newsDetail .date {
	text-align: right;
	font-size: 16px;
}

.newsDetail .date i {
	margin-right: 4px;
}

.newsDetail .detail {
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	box-shadow: 0 0 6px #CCC;
	line-height: 1.8;
}

.newsDetail .detail p:last-of-type {
	margin-bottom: 0 !important;
}

.newsDetail .detail img {
max-width: 100%;
height: auto;
margin-bottom: 10px;
}

.youtubeBox {
  width: 800px;
		margin: 0 auto;
		}
		
.youtubeBox h2{
	margin-bottom: 20px;
}

.youtube {
  position: relative;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1160px) {

.youtubeBox {
  width: 90%;
		margin: 0 auto;
		}
}

@media all and (max-width: 959px) {

.newsList {
	width: 100%;
	margin: 0 auto 80px;
}

.newsCatList {
	width: 100%;
	flex-wrap: wrap;
	border-bottom: none;
}

.newsCatList li {
width: 48%;
margin: 0 1% 10px;
}

.newsCatList li a {
display: block !important;
}


}
