@charset "UTF-8";
/* CSS Document */

.corp-highschool article{
  background-color: #FEF6F3;
}
.bg-lgray-f5{
  background-color: #f5f5f5;
}
.txt-black{
  color: #2b2b2b;
}
.font-weight-normal{
  font-weight: normal !important;
}
.pd20{
  padding: 20px;
}
.pdb30{
  padding-bottom: 30px;
}
.sec-lpink {
  background: rgba(252, 224, 212, .3);
  padding: 0;
  margin: 0 auto;
}
.diagonal-bg {
	display:block;
	background:#E96468;
	clip-path:polygon(0 18%, 100% 0, 100% 100%, 0 90%);
  color: #fff;
}
.diagonal-bg.low-angle {
	clip-path:polygon(0 10%, 100% 0, 100% 100%, 0 92%);
}
.diagonal-bg.low-angle-step {
	clip-path:polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
.bg-img1{
  position: absolute;
  top: 20px;
  right: 0;
  width: 370px;
  z-index: -1;
}
.bg-img2{
  position: absolute;
  bottom: -110px;
  right: 13%;
  width: 420px;
  z-index: 10;
}
.bg-img3{
  position: absolute;
  bottom: 20px;
  right: -80px;
  width: 530px;
  z-index: 10;
}
.diagonal-bg .container{
  padding: 120px 10px;
}
.cta .btn-round.bg-gra-btn{
  background-image: linear-gradient(180deg, rgba(233, 100, 104, 1), rgba(239, 193, 18, 1)) !important;
}
.cta .btn-round.bg-gra-btn:hover{
  background-image: linear-gradient(180deg, rgba(233, 100, 104, .9), rgba(239, 193, 18, .9)) !important;;
}
.flex-box {
  display: flex;
  flex-direction: column;
  width: 33%;
  background-color: #fff;
}
/*見出し　グラデーション*/
.grd-btm-ttl {
  position: relative;
  display: inline-block; /* 文字の長さに合わせる */
  padding-bottom: 5px; /* 下線と文字の間隔 */
}
.grd-btm-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px; /* 下線の太さ */
  background: linear-gradient(to left, #FFDD5D, transparent); /* グラデーション */
  background-size: 100% 100%; /* グラデーションの範囲 */
  display: block;
}
/*見出し*/
.ellipse{
  background-image: url("../img/corp/ellipse.png");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: contain;
  padding: 10px 0;
}
.flex-box ul li{
  line-height: 1.5;
  font-size: 92%;
  margin-bottom: 5px;
}
ul.no-list-style{
  list-style: none;
  margin: 0;
}
ul.no-list-style li:not(:last-child) {
  margin-bottom: 5px;
}
.bdl-box{
  border-left: 10px solid;
  border-image: linear-gradient(to bottom, #E96468, #FFDD5D) 1;
}
.bdl-btn {
  border-left: 10px solid;
  border-image: linear-gradient(to bottom, #E96468, #FFDD5D) 1;
  padding: 20px 10px 20px 20px;
  font-size: 85%;
  color: #2b2b2b;
  background-color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 12;
}
a.bdl-btn:hover {
  color: #2b2b2b;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}
.news .bdl-btn {
  padding: 20px 40px !important;
}
.cta .btn-round{
  padding: 15px;
  font-size: 1.3rem;
  width: 420px;
}
.grd-steps{
  background: linear-gradient(to left, #FFDD5D, #FEF5ED); 
  border-radius: 50px;
  padding: 10px 10px 10px 30px;
}
.sankaku-small {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 10px solid #ebebeb;
  margin-left: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .bg-img2{
    right: 5%;
  }
  .bg-img3{
    right: -10px;
    width: 480px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-img2{
    width: 350px;
  }
  .bg-img3{
    width: 450px;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .mb-md-40{
    margin-bottom: 40px;
  }
  .bg-img2{
    right: 10px;
    width: 400px;
  }
  .diagonal-bg, .diagonal-bg.low-angle  {
    clip-path:polygon(0 12%, 100% 0, 100% 100%, 0 88%);
  }
  .bg-img3 {
    position: relative;               /* フロー内に残す */
    display: block;
    margin: 0 0 0 auto;            /* 右寄せ */
    width: min(100%, 420px);
    height: auto;
    transform: translateY(38px);  /* 見た目を38px下へ */
  }
  .pd20.bg_white {
    padding-bottom: 8px;         /* 親は8pxだけ伸ばす → 38-8=30px分はみ出す */
    /* 念のため：overflowで切っていないかチェック */
    overflow: visible;
  }
  .steps .h4{
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .pd20{
    padding: 10px;
  }
  .diagonal-bg {
    clip-path:polygon(0 7%, 100% 0, 100% 100%, 0 95%);
  }
  .diagonal-bg.low-angle {
    clip-path:polygon(0 5%, 100% 0, 100% 100%, 0 96%);
  }
  .diagonal-bg.low-angle-step {
    clip-path:polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
  .diagonal-bg.low-angle .container{
    padding: 120px 15px 100px;
  }
  .diagonal-bg .container{
    padding: 100px 15px 55px;
  }
  .bg-img1{
    top: 10px;
    width: 200px;
  }
  .bg-img2{
    width: 250px;
  }
  .diagonal-bg .d-flex{
    display: block;
  }
  .flex-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .flex-box ul li{
    font-size: 100%;
  }
  .mb-sm-0{
    margin-bottom: 0;
  }
  .mb-sm-20{
    margin-bottom: 20px;
  }
  .mb-sm-30{
    margin-bottom: 30px;
  }
  .mb-sm-50{
    margin-bottom: 50px;
  }
  .mb-sm-140{
    margin-bottom: 140px;
  }
  .mt-sm-80{
    margin-top: 80px;
  }
  img.w90{
    text-align: center;
    margin: 0 auto;
  }
  .cta .btn-round {
    width: 93%;
    padding: 12px;
    font-size: 1rem;
  }
  .bg-img3{
    width: min(90%, 350px); 
  }
  .bdl-btn {
    font-size: 100%;
  }
}
@media only screen and (max-width: 537px) {
  .bg-img1{
    top: 15px;
    width: 155px;
  }
  .txt-xs-left{
    text-align: left;
  }
}