@charset "UTF-8";

/*---------------------------------------------------------
追加分
---------------------------------------------------------*/
.ttl-box{
width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.h2-ttl-contents, .h2-ttl-contents span {
    font-size: clamp(2rem, 3vw, 3.5rem);
    font-weight: 700;
}
.h2-ttl-g,.h2-ttl-f {
  position: relative;
    display: inline-block;
}
.h2-ttl-g,.h2-ttl-f{
    font-size: clamp(2rem, 3vw, 3.6rem);
    font-weight: 700;
    text-align: center;
    padding: 1vh 2vw;
    margin: 0 0 1vh;
}
.h2-ttl{
    line-height: 1.3;
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 700;
    margin: 0 0 1vh;
}
.h2-ttl-g{
    color: #007440;
}
.h2-ttl-f {
    color: #fff;
}
.h2-ttl-g:before,
.h2-ttl-g:after, 
.h2-ttl-f:before,
.h2-ttl-f:after{
  position: absolute;
  content: '';
}

.h2-ttl-g:after,.h2-ttl-f:after {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.h2-ttl-g:after{
  border-top: 2px solid #007440;
  border-left: 2px solid #007440;
}
.h2-ttl-f:after{
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.h2-ttl-g:before,.h2-ttl-f:before {
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
}
.h2-ttl-g:before{
  border-right: 2px solid #007440;
  border-bottom: 2px solid #007440;
}
.h2-ttl-f:before{
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/*特進サポートpoint*/
.special-support-point-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4vh 0;
}
.special-support-point-box li{
    width: calc(29% - 60px / 3);
    padding: 1%;
    margin: 1%;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    font-size: clamp(1.6rem, 1.6vw, 1.6rem);
}

.special-support-point-box li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.special-support-point-box-number{
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 1;
    margin: 1vh 0 0;
    }
.special-support-point-box-ttl{
    font-size: clamp(1.8rem, 2vw, 1.9rem);
    font-weight: 700;
    margin: 0 0 20px;
}
.special-support-point-box-ttl::after{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0px;
    font-size: 2rem;
    font-weight: 900;
}
.special-support-point01{border: 2px solid #007AC5;}
.special-support-point01-bg{background: #007AC5;}
.special-support-point01-color{color: #007AC5;}
.special-support-point01-l-bg{background: #D3E8F5;}

.special-support-point02{border: 2px solid #00A17A;}
.special-support-point02-bg{background: #00A17A;}
.special-support-point02-color{color: #00A17A;}
.special-support-point02-l-bg{background: #D5F0E9;}

.special-support-point03{border: 2px solid #EB7600;}
.special-support-point03-bg{background: #EB7600;}
.special-support-point03-color{color: #EB7600;}
.special-support-point03-l-bg{background: #FBE1C8;}

.special-support-ttl-area{
    display: flex;
    align-items: center;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 600;
    line-height: 1.3;
}
.special-support-ttl-area02{
font-size: clamp(1.4rem, 2vw, 1.8rem) !important;
}
.special-support-ttl-number-box{
    color: #fff;
    border-radius: 100vh;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    position: relative;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.special-support-ttl-number-box02{
    width: 50px !important;
    height: 50px !important;
    border-radius: 15% !important;
}
.special-support-ttl-number-point{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Poppins';
    line-height: 1.3;
}
.special-support-ttl-number-point02{
font-size: clamp(1.2rem, 1.6vw, 1.2rem) !important;
}
.special-support-ttl-number-number{
    display: block;
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: 1;
}
.special-support-ttl-number-number02{
    display: block;
    font-size: clamp(2rem, 3vw, 2rem) !important;
    line-height: 1;
}
.bg-point-cycle{
    background: #F7F5EC;
}
.point-cycle-ttl{
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 2vh;
}

/*---------------------------------------------------------
WAM高等学院の大学合格実績
---------------------------------------------------------*/
 .gakuin-jisseki-area{
 	background:rgba(0,116,64,0.04);
 	padding:6vh 0 !important;
 }
.jisseki-box{
background: #fff;
    padding: 2vh 2vw;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    position: relative;
}
.jisseki-ttl-top{
    font-weight:700;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.jisseki-ttl-top > span{
font-size: clamp(2.25rem, 4vw, 3rem);
    background: #007440;
    padding: 1.5vh 1vw;
    line-height: 1;
    color: #fff;
    display: inline-block;
}
.jisseki-ttl-semi{
    font-size: clamp(1.6rem, 4vw, 2rem);
    font-weight:700;
    color: #007440;
    padding: 1vh 1vw;
    border-bottom: 3px double #007440;
    margin: 3vh 0 1vh;
}
.jisseki-box-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6vh 0;
}
.jisseki-box-main > li{
    display: flex;
    align-items: center;
        width: calc(100% / 3 - 20px);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight:700;
    font-family: 'Noto Serif JP',serif;
    border-bottom:solid 1px #ddd;
}
.jisseki-box-main > li::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('https://wam-gakuin.com/cms/wp-content/themes/wam-gakuin/img/jisseki/icon-gokaku.svg');
    background-position: center center;
        margin-right: 5px;
}
.column-3,.column-2{
    display: flex;
    flex-wrap: wrap;
}
.column-3 > div{
width: calc(97% / 3);
    margin: 0.5%;
}
.column-2 > div{
width: calc(48% / 2);
    margin: 0.5%;
}
.p-relative{position: relative;}
.point-check-box{
    position: absolute;
    bottom: 0%;
    width: 100%;
}
.point-check-box > li{
    /* transform: skewY(355deg); */
    color: #fff;
    margin: 5px 0;
    font-weight: 700;
    text-indent: -1em;
  padding-left: 2.5em;
    position: relative;
    line-height: 1.2;
    padding-top: 1vh;
    padding-bottom: 1vh;
        font-size: clamp(1rem, 1vw, 2rem);
}
.point-check-box > li:before{
font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.point-check-box01{
background: rgba(0, 122, 197, 0.9);
}
.point-check-box02{
background:rgba(0,161,122,0.9);
}
.point-check-box03{
background:rgba(235,118,0,0.9);
}
.voice-gyakuten-box{
    background: #fff;
    padding: 2vh 2vw;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom:2vh;
 }
 .voice-gyakuten-area .slick-prev, .slick-next{
 	width: 40px;
    height: 40px;
 }
  .voice-gyakuten-area .slick-prev:before, .slick-next:before{
    font-size: 40px;
  }
.voice-gyakuten{
display: flex;
}
.voice-gyakuten-text{

}
.voice-gyakuten-pct{
width:150px;
}
.voice-gyakuten-pct img{
    margin-left: 10px;
}
.fc-d-red{
    color: #a80909 !important;
}
.voice-gyakuten-text > h3,.voice-gyakuten-text > h3 > span{
    font-size: clamp(1.6rem, 3vw, 2rem);
        margin: 1vh 0 0;
}
.univ-name,.univ-name > span{
font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.2;
}
.voice-name-box-name{
font-size: clamp(1.3rem, 3vw, 1.8rem)!important;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.jisseki-box-main > li{
        width: calc(100% / 2 - 10px);
}
.jisseki-box-main > li::before {
    width: 35px;
    height: 35px;
}
.column-3 > div,.column-2 > div{
width: calc(100% / 1 - 10px);
}
.voice-gyakuten-pct img{
    margin-left: 0;
}
 .voice-gyakuten-area .slick-prev, .slick-next{
 	width: 20px;
    height: 20px;
 }
  .voice-gyakuten-area .slick-prev:before, .slick-next:before{
    font-size: 20px;
  }
.special-support-ttl-area02 {
font-size: 2rem !important;
}
.point-check-box > li {
    font-size: 1.4rem !important;
}
}