/*------------------------------*/
/* banner156 */
/*------------------------------*/
.banner156-banner li {
  padding: 50px 0;
  color: #fff;
}
.banner156-bl01 {
  background-color: rgba(255, 127, 102, 1);
  -webkit-transition: background-color 600ms;
  transition: background-color 600ms;
}
.banner156-banner li:hover.banner156-bl01 {
  background-color: rgba(12, 240, 224, 0.7);
  -webkit-transition: background-color 600ms;
  transition: background-color 600ms;
}
.banner156-bl02 {
  background-color: rgba(176, 242, 109, 1);
  -webkit-transition: background-color 600ms;
  transition: background-color 600ms;
}
.banner156-banner li:hover.banner156-bl02 {
  background-color: rgba(255, 64, 144, 0.7);
  -webkit-transition: background-color 600ms;
  transition: background-color 600ms;
}
.banner156-bl03 {
  background-color: rgba(255, 178, 102, 1);
  -webkit-transition: background-color 600ms;
  transition: background-color 600ms;
}
.banner156-banner li:hover.banner156-bl03 {
  background-color: rgba(92, 207, 230, 1);
  -webkit-transition: background-color 600ms;
  transition: background-color 600ms;
}
.banner156-circle {
  width: 220px;
  height: 220px;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 0;
  -webkit-transition: border-radius 600ms;
  transition: border-radius 600ms;
}
.banner156-banner li:hover .banner156-circle {
  border-radius: 8px;
  -webkit-transition: border-radius 600ms;
  transition: border-radius 600ms;
}
.banner156-title {
  font-size: 42px;
  line-height: .88235;
  letter-spacing: .04em;
  padding: 50px 0 0;
  display: inline-block;
  font-weight: bold;
}
.banner156-title::after {
  margin: 14px 0;
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  width: 100%;
}
.banner156-title span {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .04em;
}

.banner156-txt1 {
  font-size: 28px;
  line-height: 1.44444;
  letter-spacing: .1em;
  font-weight: bold;
}

.banner156-txt2 {
  display: block;
  padding: 0 10px;
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .1em;
  font-weight: bold;
}

@media (max-width: 1999px) {
  .banner156-circle {
    width: 186px;
    height: 186px;
  }

  .banner156-title {
    padding: 25px 0 0;
  }
}
@media (max-width: 991px) {
  .banner156-txt2 {
    display: none;
  }
  .banner156-circle {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    border: 2px solid #fff;
  }

  .banner156-title {
    display: inline-block;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: .04em;
  }
  .banner156-title::after {
    margin: 8px 0;
  }
  .banner156-title span {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: .04em;
  }

  .banner156-txt1 {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: bold;
  }
}


/* 見出しの番号 */
.advantage-number{
  width: 0;
  height: 0;
  border: 60px solid transparent;
      border-top-width: 60px;
      border-left-width: 60px;
      border-top-style: solid;
      border-left-style: solid;
      border-top-color: transparent;
      border-left-color: transparent;
  position: relative;
  z-index: 999;
  display: inline-block;
}
.advantage-number span {
  color:#fff;
    font-weight: 900;
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-size: 42px;
}

.advantage-number-01{
  border-top: 60px solid #ff7f66;
  border-left: 60px solid #ff7f66;
}
.advantage-number-02{
  border-top:60px solid #b0f26d;
  border-left: 60px solid #b0f26d;
}
.advantage-number-03{
  border-top: 60px solid #ffb266;
  border-left: 60px solid #ffb266;
}
.advantage-title{
  color: #71b3db;
  font-size: 38px;
  text-align: center;
  font-weight: 900;
  padding: 0 0 15px;
}
.advantage-list{
  margin: 100px 0;
}
.advantage-list li.advantage-box{
  margin: 0 0 100px;
  padding: 0 0 80px 0;
}
.advantage-list #Education{
  background: #ffece8;
}
.advantage-list #License{
  background: #f0ffe0;
}
.advantage-list #Future{
  background: #ffe6ce;
}
.advantage-detail li{
  background: #fff;
  padding: 20px;
  margin-bottom:30px;
}
.advantage-detail h4{
  font-size: 28px;
  font-weight: 900;
  position: relative;
  margin: 0 15px .5em;
  padding-bottom: 5px;
}
.advantage-detail h4::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 8px;
	width: 100%;

}
.advantage-detail h4 span{
  font-size: 22px;
}

#Education .advantage-detail h4{
  color:#ff7f66;
}
#Education .advantage-detail h4::after {
  background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 4px, #ff7f66 4px, #ff7f66 8px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, #ff7f66 4px, #ff7f66 8px);
}
#License .advantage-detail h4{
  color:#b0f26d;
}
#License .advantage-detail h4::after {
  background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 4px, #b0f26d 4px, #b0f26d 8px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, #b0f26d 4px, #b0f26d 8px);
}
#Future .advantage-detail h4{
  color:#ffb266;
}
#Future .advantage-detail h4::after {
  background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 4px, #ffb266 4px, #ffb266 8px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, #ffb266 4px, #ffb266 8px);
}

ul.careerup {
  margin: 30px 0;
}
ul.careerup li{
  margin: 0;
  padding: 0;
}
ul.careerup li p{
  color:#fff;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 20px 0;
}
ul.careerup li:first-child p{
  background: #ffb266;
  width: 40%;
}
ul.careerup li:nth-child(2) p{
  background: #b0f26d;
  width: 60%;
}
ul.careerup li:nth-child(3) p{
  background: #0cf0e0;
  width: 80%;
}
ul.careerup li:nth-child(4) p{
  background: #5ccfe6;
  width: 100%;
}
@media (max-width: 575px) {
  ul.careerup li:first-child p{
    width: 50.5%;
  }
  ul.careerup li:nth-child(2) p{
    width: 67%;
  }
  ul.careerup li:nth-child(3) p{
    width: 83.5%;
  }
  ul.careerup li:nth-child(4) p{
    width: 100%;
  }
}