@charset "UTF-8";
/*---------------------------------------------------------
中学受験TOP
---------------------------------------------------------*/
.elementary-e-FVArea,.elementary-e-FVArea-follow{
    background-image: url(../img/elementary-e/fv-pc3-bg.webp);
    width:100%;
    max-width:1200px;
    margin:0 auto;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}
.elementary-e-FV-innner{
        width:100%;
    margin:0 auto;
        display: flex;
    align-items: center;
    justify-content: center;
}
.elementary-e-FVMain{
    padding: 2vh 0 5vh 3vw;
    width: 50%;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.naname {
    font-style: oblique 90deg;
}
.pt-section{
    padding-top:5vh;
}
.pb-section{
    padding-bottom:5vh;
}
.all-link-box{
	position: relative;
	z-index: 1;
}
.bg-l-pink{
background: #F9F4F4;
}
.bg-lattice-wamgreen{
width:100%;
background-size: 16px 16px;
background-position: 50% 50%;
background-image: repeating-linear-gradient( 90deg, rgba(239,239,239,0.9) , rgba(239,239,239,0.9) 1px, transparent 1px, transparent 16px),repeating-linear-gradient( 0deg, rgba(239,239,239,0.9) , rgba(239,239,239,0.9) 1px, #fff 1px, #fff 16px);
}
.bg-lattice-gray{
width:100%;
background-size: 16px 16px;
background-position: 50% 50%;
background-image: repeating-linear-gradient( 90deg, rgba(0,0,0,0.1) , rgba(0,0,0,0.1) 1px, transparent 1px, transparent 16px),repeating-linear-gradient( 0deg, rgba(0,0,0,0.1) , rgba(0,0,0,0.1) 1px, #fff 1px, #fff 16px);
}
.bg-lattice-blue{
width:100%;
background-size: 16px 16px;
background-position: 50% 50%;
background-image: repeating-linear-gradient( 90deg, rgba(0,134,191,0.1) , rgba(0,134,191,0.1) 1px, transparent 1px, transparent 16px),repeating-linear-gradient( 0deg, rgba(0,134,191,0.1) , rgba(0,134,191,0.1) 1px, #fff 1px, #fff 16px);
}
.bg-lattice-pink{
width:100%;
background-size: 16px 16px;
background-position: 50% 50%;
background-image: repeating-linear-gradient( 90deg, rgba(251,92,101,0.1) , rgba(251,92,101,0.1) 1px, transparent 1px, transparent 16px),repeating-linear-gradient( 0deg, rgba(251,92,101,0.1) , rgba(251,92,101,0.1) 1px, #fff 1px, #fff 16px);
}
.elementary-e-FVMain > h1{
margin: 0 0 2vh;
}
.elementary-e-FVMain > h1 > span{
    background: #fff;
    padding: .25vh 1.5vw;
    font-weight: 700;
    transform: skewX(-15deg);
    margin: 0 0 1vh;
    display: inline-block;
    font-size: clamp(1.3rem, 2.9vw, 3rem);
}
.elementary-e-FV-ttl01,.elementary-e-FV-ttl02{
font-weight:900;
--x: 0 0 var(--text-outline--width, 6px) var(--text-outline--color, #fff);
  --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x) /* 6 */;
  text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y) /* 6 * 6 = 36 */;
      line-height: 1;
}
.elementary-e-FV-ttl01{
font-size: clamp(1.9rem, 5vw, 6rem);
}
.elementary-e-FV-ttl02{
font-size: clamp(2.5rem, 7vw, 8rem);
}
.elementary-e-FVPct{
}
.elementary-e-FVPct img{
    width: 90%;
    max-width: 600px;
    padding: 3vh 0 0;
    overflow:hidden;
    object-fit: cover;
}

@media screen and (max-width: 1040px) {
.elementary-e-FVMain{
    width: 70%;
}
}
@media screen and (max-width: 480px) {
.elementary-e-FVArea{
    background-image: url(../img/elementary-e/fv-sp3-bg.webp);
    height: 350px;
}
.elementary-e-FVArea-follow{
    background-image: url(../img/elementary-e/follow/elementary-e-followfv-sp.webp);
    height: 350px;
        position: relative;
        background-color: rgba(255, 255, 255, 0);
        background-blend-mode: lighten;
}
.pr-pct-sp{
position: absolute;
        height: 120px;
        bottom: 0;
        right: -10px;
}
.elementary-e-FV-innner {
    justify-content: flex-start;
}
.elementary-e-FVMain {
        width: 80%;
        align-items: flex-start;
}
.elementary-e-FVMain > h1 > span{
    font-size: 1.8rem;
}
.elementary-e-FV-ttl01,.elementary-e-FV-ttl02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.elementary-e-FV-ttl01 {
    font-size: 2.25rem;
}
.elementary-e-FV-ttl02 {
font-size: 6rem;
    padding: 1vh 0;
}
}
.pr_pct03{
    position: absolute;
    height: 160px;
    bottom: 0;
    right: 0;
}
/*中学受験TOPALL
---------------------------------------------------------*/
.p-1{
padding:1vh 1vw;
}
.ttl-p-1{
padding:.5vh 1vw;
}
.elementary-e-color{
    color: #a80909 !important;
}
.elementary-e-color02{
    color: #AB5A61 !important;
}
.fc-white{color: #fff;}
.elementary-e-bg{
    background: #a80909;
}
.elementary-e-bg02{
    background: #AB5A61;
}
.elementary-e-light-bg{
    background:rgba(244,233,233,0.5);
}
.elementary-e-lightGray-bg{
    background: #F5F5F5;
}
.plan-area-box-pct-follow{
    height: auto !important;
}
.header[data-cat="elementary-e"] .gnav {
    background: #800000;
}
.header[data-cat="elementary-e"] .gnav > ul > li > a {
    color: #fff;
}
.header[data-cat="elementary-e"] .gnav > ul > li > a:hover {
    color: #800000;
}
body[data-cat="elementary-e"] p{
    font-size: clamp(1.4rem, 2vw, 1.8rem);
}
body[data-cat="elementary-e"] .top-ttl,.top-ttl02,.semi-ttl{
font-weight: 700;
    line-height: 1.3;
}
body[data-cat="elementary-e"] .section-cv-area{
    background: #F6E9EA;
}
body[data-cat="elementary-e"] .top-ttl {
font-size: clamp(2.2rem, 4vw, 5rem);
}
body[data-cat="elementary-e"] .top-ttl02 {
font-size: clamp(2rem, 4vw, 4rem);
}
body[data-cat="elementary-e"] .semi-ttl ,.title-main{
font-size: clamp(1.8rem, 4vw, 3rem);
}
.txt-nowrap{
white-space: nowrap;
}
.elementary-eArea01,.elementary-eArea02{
    position: relative;
}
.elementary-eArea01{
    padding:6vh 0;
}
.elementary-eArea02{
    padding:6vh 0 0;
}
.elementary-eArea03{
    padding:0 0 6vh;
}
.elementary-eArea04{
    padding:0 0 1vh;
}
.pt-4{
padding-top: 4vh;
}
.pt-2{
padding-top: 2vh;
}
.pb-2{
padding-bottom: 2vh;
}
.mt-4{
margin: 4vh 0 0;
}
.mb-6{
margin: 0 0 6vh;
}
.mb-4{
margin: 0 0 4vh;
}
.w-1400,.w-1200,.w-1000{
    width:95%;
    margin:0 auto;
}
.w-1400{
    max-width:1400px;
}
.w-1200{
    max-width:1200px;
}
.w-1000{
    max-width:1000px;
}
.fuchi-6-w{
--x: 0 0 var(--text-outline--width, 6px) var(--text-outline--color, #fff);
  --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x) /* 6 */;
  text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y) /* 6 * 6 = 36 */;
      line-height: 1;
}
.mincho{
    font-family: 'Noto Serif JP', sans-serif;
}
.fc-gold{coloor:#a08200;}
.border-r1{border-radius:1vh;}
.border-r-top1{border-radius:1vh 1vh 0 0;}
.border-r-bottom1{border-radius:0 0 1vh 1vh;}
@media screen and (max-width: 480px) {
.fuchi-6-w{
--x: 0 0 var(--text-outline--width, 3px) var(--text-outline--color, #fff);
  --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x) /* 6 */;
  text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y) /* 6 * 6 = 36 */;
      line-height: 1;
}
}
/*中学受験SV
---------------------------------------------------------*/
.jisseki-box{
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 2vh 2vw;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.jisseki-box img{
    width: 100%;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sv-h2{
    padding: 6vh 0 0;
}
.pt-6{
    padding-top: 6vh;
}
@media screen and (max-width: 480px) {
.jisseki-box{
    top: 40px;
}
}
/*中学受験-志望校に逆転合格！
---------------------------------------------------------*/
.elementary-e-follow-area{
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)),url(../img/elementary-e/follow-bg.webp);
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: 40%;
    position: relative;
}
.elementary-e-follow-areaBox{
    width: 80%;
    margin-left: 20%;
}
.elementary-e-follow-areaTextBox{
    background:rgba(255,255,255,0.8);
    padding:2vh 2vw;
}
.follow-coachingBox{
    background: #F9F4F4;
    padding: 6vh 2vw 2vh;
    position: relative;
    margin: 6vh 0 0;
}
.follow-coachingBox > h3{
    background: #9D2A31;
    padding: 1.5vh 1vw;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.follow-coachingContents{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.follow-coachingContents > li{
    width: calc(33.3333% - 30px);
    overflow: hidden;
    background: #fff;
    margin: 0 15px 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
     position: relative;
     display: flex;
    align-items: center;
    border-radius: 10px;
}
.f-box-bnr{
    display: flex;
}
.f-box-bnr > li{
    padding: 2%;
}

.follow-linkbox{
display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 1vh 1vw;
}
.follow-linkbox img{
    margin-top: 2vh;
    margin-bottom:40px
}
.follow-coachingContents > li::before{
content: "対策コース";
    font-size: clamp(1.2rem, 2vw, 2rem);
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.follow-coachingContents > li::after{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
    font-weight:700;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color:#a80909;
}
.img-w70{
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-shadow{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.lh-13{line-height: 1.3;}
@media screen and (max-width: 480px) {
.elementary-e-follow-area {
    background: none;
}
.elementary-e-follow-areaBox {
    width: 100%;
    margin-left: 0;
}
.follow-coachingBox > h3 {
    top: -20px;
}
.follow-coachingContents > li {
    width: calc(50% - 20px);
    margin: 0 10px 10px;
}
.follow-linkbox img {
    margin-bottom: 30px;
}
.f-box-bnr{
    flex-direction: column;
}
}
/*中学受験TOP教科別対策
---------------------------------------------------------*/
.elementary-e-planBox{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0 0 6vh;
}
.elementary-e-planBoxContents{
    padding:4vh 2vw 3vw;
}
.check-list > li {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight:700;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
    margin: 0 0 2vh;
}
.check-list > li::before{
content: " ";
    background: url(../img/high/plan-check.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.plan-area-box-pct,.reason-area-box-pct{
    float: right;
    margin-left: 2vw;
    margin-bottom: 3vh;
}
.plan-area-box-pct img{
    object-fit: cover;
     width: 100%;
     height: 300px;
}
.reason-area-box-pct img{
    object-fit: cover;
     height: 300px;
}
.cb {
    clear: both;
}
@media screen and (max-width: 820px) {
.plan-area-box-pct img,.reason-area-box-pct img {
    height: 220px;
}
}
@media screen and (max-width: 480px) {

.plan-area-box-pct,.reason-area-box-pct,.reason-area-box-pct img {
        width: 100%;
        float: unset;
        margin-left: 0;
        order: 2;
}
.plan-area-box-pct img {
    height: 180px;
}
.check-list > li {
    padding-left: 25px;
}
.check-list > li::before {
    width: 20px;
    height: 20px;
}
}
/*中学受験TOP合格者の声
---------------------------------------------------------*/
.elementary-eVoiceBox{
    background: #F5F5F5;
    padding: 2vh 2vw;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 0 2rem;
}
.elementary-eVoiceBox > h4{
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 700;
    margin: 0 0 2vh;
}
.elementary-eVoiceBoxContents-top,.elementary-eVoiceBoxContents{
    display: flex;
}
.elementary-eVoiceBoxContents{
    flex-direction: column;
}
.elementary-e-voice > li{
    margin:0 2%;
}
body[data-cat="elementary-e"] .elementary-e-voice .slick-slide{
margin: 10px;
}
.elementary-eVoiceBoxContents-pct img{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.elementary-eVoiceBoxContents-pct-left{
    width: 20%;
}
.elementary-eVoiceBoxContents-txt p,.elementary-eVoiceBoxContents-txt-right p{
    font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
}
.elementary-eVoiceBoxContents-txt-right{
    width: 80%;
    padding-left: 2vw;
}
.elementary-eVoiceBoxContents-name{
    font-size: clamp(1.2rem, 2vw, 1.4rem) !important;
    margin: 0 0 2vh;
}
@media screen and (max-width: 480px) {
.elementary-eVoiceBox > h4 {
    text-align: center;
}
.elementary-eVoiceBoxContents-top {
    flex-direction: column;
}
.elementary-eVoiceBoxContents-pct-left,.elementary-eVoiceBoxContents-txt-right {
    width: 100%;
}
.elementary-eVoiceBoxContents-name {
    text-align: center;
}
.elementary-eVoiceBoxContents-pct-left img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}
/*中学受験TOP合格できる10の理由
---------------------------------------------------------*/
.fs-number10{
    font-size: clamp(5rem, 9vw, 10rem);
    line-height: 1;
    font-family: "Roboto", sans-serif;
}
.reason-ttlBox{
display: flex;
    align-items: center;
    justify-content: center;
}
.reason-ttlBox img{
    width: 100%;
    max-width: 180px;
    padding-right: 20px;
}
.reason-areaBox{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        background: #fff;
    margin: 0 0 6vh;
}
.reason-areaBoxTtl{
display: flex;
    align-items: center;
    padding: 6vh 0 0;
}
.reason-areaBoxNumber{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 2vw 0 0;
    padding: 1%;
        font-weight: 700;
}
.reason-areaBoxNumber > span{
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 1;
    font-family: "Roboto", sans-serif;
}
.reason-areaBoxContents{
    padding: 4vh 4vw 3vw;
}
.voice-junior-highschool-box-ttl{
    font-size:1.4rem !important;
}
.reason-06-img{
    height: 350px !important;
}
.voice-box{
background: #fff;
    padding: 2vh 2vw;
    border-radius: 1vh;
    border: 3px solid #a80909;
}
.voice-box > h4{
    font-size: clamp(1.8rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #a80909;
    margin: 0 0 2vh;
}
@media screen and (max-width: 480px) {
.reason-ttlBox{
    flex-direction: column;
}
.reason-ttlBox img{
    max-width: 100px;
    padding-right: 0;
}
.reason-areaBoxNumber{
    width: 60px;
    height: 60px;
}
body[data-cat="elementary-e"] .summaries-instructor-slider-sm.slick-initialized{
width: 95%;
    margin: 0 auto;
}
}

*---------------------------------------------------------
私立中学受験対策/公立中高一貫中学受験対策
---------------------------------------------------------*/
.w-600{
width: 95%;
    max-width: 650px;
    margin: 0 auto;
}
.allow-re-big{

}
.elementary-e-FVArea-usually-bg{
    background: #FAF8FA;
}
.elementary-e-FV-innner > .elementary-e-FVMain > h1{
    font-size: clamp(2rem, 3vw, 4rem);
    font-weight: 700;
}
.elementary-e-FVPct-usually img{
    width: 100%;
    max-width: 500px;
    padding: 0;
    overflow:hidden;
    object-fit: cover;
}
.elementary-e-usually-border{
    border:2px solid #9D2A31;
}
.elementary-e-usually-bg{
   background: #F4E9E9;
}
.elementary-e-usually-box{
padding:2vh 2vw;
}
.elementary-e-usually-list li {
    position: relative;
    padding: 0 1rem 0 0;
    font-weight: 700;
    font-size: clamp(1.6rem, 2vw, 2rem);
}
.elementary-e-usually-list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f14a';
    color: #9D2A31;
    margin: 0 5px 0 0;
}
.p-relative{
    position: relative;
}
.elementary-e-usually-svarea{
padding:6vh 0;
}
.elementary-e-usually-svarea-pct{
    position: absolute;
    width: 25%;
    max-width: 200px;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 480px) {
.elementary-e-FVPct-usually img {
    width: 100%;
    max-width: 300px;
    object-position: 40px;
}
}

.section-overseas-01 {
  background: #e8f2ee;
}
.section-overseas-01 .list-item {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
@media screen and (max-width: 480px) {
  .section-overseas-01 .list-item {
    display: block;
    margin: 0;
  }
}
.section-overseas-01 .list-item .item {
  width: 48%;
  margin: 0 1% 60px;
  padding: 20px;
  border: 4px solid #1c7240;
}
@media screen and (max-width: 480px) {
  .section-overseas-01 .list-item .item {
    width: auto;
    margin: 0 0 20px;
    padding: 10px;
  }
}
.section-overseas-01 .list-item .item .title {
  min-height: 2.8em;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .section-overseas-01 .list-item .item .title {
    font-size: 20px;
  }
}
.section-overseas-01 .list-item .item .img {
  position: relative;
  padding-top: 65%;
  margin-bottom: 20px;
}
.section-overseas-01 .list-item .item .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
*---------------------------------------------------------
合格実績スライダー
---------------------------------------------------------*/
.goukaku-slider-elementary-e-area{
            overflow-x: hidden;
            margin-top:min( 100vw / 750 * 100 , 100px);
            margin-bottom: min( 100vw / 750 * 40 , 40px);
}
.goukaku-slider-elementary-e-area .goukaku-slider{
            height:auto;
}

.goukaku-slider-box{
    margin:.5vh 10px;
    background: #efefef;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 1vh;
}
.goukaku-slider-ttl,.goukaku-slider-schoolname,.heiyo-lavel-box{
    background: #fff;
}
.goukaku-slider-ttl{
    font-size: clamp(1.3rem, 2vw, 2rem) !important;
    color: #a80909;
    font-weight: 700;
    border-radius: 1vh 1vh 0px 0px;
    padding: 1vh 1vw 0;
    line-height: 1.3;
}

.goukaku-slider-schoolname{
    font-size: clamp(1.8rem, 4vw, 2.5rem) !important;
    font-weight:700;
    padding: 1vh .5vw 1vh;
    line-height: 1.3;
        text-align: center;
}
.heiyo-lavel-box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 1vh;
    height: 30px;
}
.heiyo-lavel{
    background: #333333;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    padding: .75vh 1vw;
}
.heiyo-name{
    margin-left: .5rem;
    font-size: 1.4rem;
    font-weight: 700;
}
.goukaku-student-pct-area{
    padding: 1vh 1vw;
    position:relative;
        width: 20vw;
        height: 20vw;
        max-width: 180px;
    max-height: 180px;
        margin: 0 auto;
}
.goukaku-student-pct-area img{
    object-fit: cover;
        width: 100%;
    height: 100%;
    object-position: 50% 20%;
}
.goukaku-student-pct-area::after{
    content: url('../img/elementary-e/icon-gokaku.svg');
    position: absolute;
    right: 5px;
    bottom: 30px;
    display: block;
    width: 30%;
    height: 30%;
}
.goukaku-student-pct{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.icon-lavel{

}
.mark-underline {
    background: linear-gradient(transparent 50%, #ffff00 50%);
}

@media screen and (max-width: 480px) {
.goukaku-student-pct-area{
        width: 40vw;
        height: 40vw;
}
}

*---------------------------------------------------------
ボタン
---------------------------------------------------------*/
.btn-contents_elementary-e {
    background: #800000;
    border: 1px solid #800000;
    color: #fff;
}
.btn-contents_elementary-e:hover{
    color: #800000;
}
.btn-style::after{
font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
    right: 10px;
    bottom: 0;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn-elementary-e-contents:hover {

}
.btn-style{
    background: #800000;
    border: 1px solid #800000;
    color: #fff !important;
        text-decoration: none !important;
    position: relative;
    padding: 1.5vh 3.5vw 1.5vh 2vw;
    border-radius: 50vh;
    font-size: clamp(1.6rem, 3vw, 2rem);
    width: 80%;
    max-width: 400px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}
.btn-style:hover{
    background: #fff;
    color: #800000 !important;
}
/*---------------------------------------------------------
中学受験合格
---------------------------------------------------------*/
.elementary-e-gokakutaiken-area{
    padding: 4vh 0 6vh;
  background:url(../img/elementary-e/elementary-e-gokakutaiken-area-bg.png) no-repeat top center, -webkit-linear-gradient(top, #6eb3ff 0%, #d6f0fe 100%);
  background-size: 100% auto;
}
.elementary-e-gokakutaiken-areabox{
    background: rgba(255, 255, 255, .6);
    padding: 2vh 2vw;
    border-radius: 1vh;
}
/*.elementary-e-gokakutaiken-bg{
background:url(../img/elementary-e/elementary-e-gokakutaiken-areabox-pct.png) no-repeat right bottom;
}*/

/*---------------------------------------------------------
大手塾フォロー-声
---------------------------------------------------------*/
.elementary-e-voicebox1Area{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 1vh;
        position: relative;
}
.elementary-e-voicebox1-contents-box{
    display:flex;
    margin: 4vh 0;
}
.elementary-e-voicebox1-contents-box02{
    display:flex;
    margin: 0 0 4vh;
}
.elementary-e-voicebox1-contents-txt{
    padding: 1vh 1vw;
    width: 70%;
    background: rgba(194, 98, 99, .05);
}
.elementary-e-voicebox1-contents-pct{
    width: 30%;
     position: relative;
}
.elementary-e-voicebox1-content-ttl{
    display: inline-block;
    position: relative;
    padding: .5vh 1vw;
    margin: 0 0 1.5vh;
    font-weight:700;
    color:#fff;
    
}
.elementary-e-voicebox1-content-ttl:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
.bg-blue{
    background: #2c6ab5;
}
.bg-blue::after{
  border-top: 15px solid #2c6ab5;
}
.bg-pink{
    background: #9D2A31;
}
.bg-pink::after{
  border-top: 15px solid #9D2A31;
}
.voicebox1-contents-pct01{
    border-top-right-radius: 1vh;
    border-bottom-right-radius: 1vh;
    object-fit: cover;
}
.voicebox1-contents-pct-name{
    background: rgb(194, 98, 99);
    line-height: 1.1;
    padding: 1vh .5vw;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-bottom-right-radius: 1vh;
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 480px) {
.elementary-e-voicebox1-content-ttl:after {
    left: 20px;
    border: 10px solid transparent;
}
.bg-blue::after{
  border-top: 10px solid #2c6ab5;
}
.bg-pink::after {
    border-top: 10px solid #9D2A31;
}
.voicebox1-contents-pct01,.elementary-e-voicebox1-contents-pct img{
height: 195px;
    object-fit: cover;
}
}
/*---------------------------------------------------------
リボン
---------------------------------------------------------*/
.ribbon-content-right {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
      z-index: 1;
  }

.ribbon-blue-right{
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  line-height: 16px;
  background: linear-gradient(to right, #4298fa 0%,#8fcdff 100%);
  color: #fff;
  text-shadow: 0 2px 2px #56a1f3;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon-blue-right:before, .ribbon-blue-right:after {
  position: absolute;
  content: "";
  border-top: 4px solid #3672b6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon-blue-right:before {
  left: 14px;
}

.ribbon-blue-right:after {
  right: 18px;
}

@media screen and (max-width: 480px) {
.ribbon-content-right {
    position: absolute;
    width: 79px;
    height: 81px;
}
.ribbon-blue-right {
    left: -18px;
    top: 17px;
    width: 150px;
}
}
/*---------------------------------------------------------
中学受験の教科別対策-追加
---------------------------------------------------------*/
.elementary-e-kyoukataisaku-area{
    background: linear-gradient(rgba(249,244,244, 0), rgba(249,244,244, 1)),url(../img/elementary-e/kyoukataisaku-bg.webp);
    background-repeat: no-repeat !important;
    background-position: right top !important;
    background-size: 40%;
    position: relative;
}
.plan-gakushu-kyoukataisaku {
    display: flex;
    flex-wrap: wrap;
}
.plan-gakushu-kyoukataisaku > li{
padding: 1%;
    margin: 1%;
    width: 46%;
    border-radius: 0.5vh 0.5vw;
    text-align: center;
    font-size: min(100vw / 375* 16, 18px* 2 - 16px);
    font-weight: 700;
    color: #a80909;
    border: 2px solid;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}
/*---------------------------------------------------------
合格体験記
---------------------------------------------------------*/
.elementary-e-taiken-area{
    background: rgb(255, 239, 235);
}
.elementary-e-taiken-contets{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.taiken-contents-area{
    display:flex;
    flex-wrap: wrap;
}
.taiken-contents-area-innner{
    width: 50%;
    padding: 1%;
}
.taiken-contents-area-box{
    padding:1vh 1vw;
    display:flex;
}
.taiken-contents-area-box > li{
position: relative;
}
.taiken-contents-area-box > li > h3{
    font-size: clamp(2.1rem, 3vw, 2.5rem) !important;
}
.taiken-contents-area-box-txt{
    width: 70%;
}
.taiken-contents-area-box-txt02{
    width: 80%;
}
.taiken-contents-area-box-pct{
    width: 30%;
}
.taiken-contents-area-box-pct-img{
    object-fit: cover;
    width: 137px;
    height: 137px;
    object-position: 50% 20%;
}
.square-container {
  width: 27vw;
    height: 27vw;
    max-width: 248.5px;
    max-height: 248.5px;
    overflow: hidden;
}

.square-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    object-position: 50% 20%;
}

.taiken-contents-area-box-pct02{
    width: 20%;
}
.elementary-e-pass-ttl{
font-size: clamp(1.8rem, 2vw, 3rem);
}
.heiyo-lavel-box02{
    display: flex;
    align-items: center;
    padding: 1vh 0 1vh;
    height: 30px;
}
.btn-elementary-e-taiken-contents{
font-size: 1.1rem;
    text-decoration: none !important;
    border: 1px solid #800000;
    color: #800000 !important;
    padding: 1vh 1vw;
    border-radius: 50vh;
    display: block;
    text-align: center;
    margin: 1vh 0;
}
.mb-3-i{margin-bottom: 3vh !important;}
.heiyo-name02{font-size: clamp(1.4rem, 4vw, 2rem);}

.contents-voice-box{
    display: flex;
    margin: 3vh 1vw;
}
.contents-voice-box-ttl{
    width: 30%;
    border-right: 1px solid #ccc;
    background: rgb(255, 239, 235, .6);
    padding: 1%;
}
.contents-voice-box > li > h3{
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 700;
    color: #222;
}
.contents-voice-box-txt{
    padding-left: 1%;
    width: 70%;
}

.voice-question {
  position: relative;
  display: inline-block;
  margin-bottom: 2vh;
  padding: 1.5vh 1vw;
  border-radius: 1vh;
    background: rgba(194, 98, 99, 1);
  text-align: left;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
      width: 100%;
}

.voice-question::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: rgba(194, 98, 99, 1) transparent transparent;
  translate: -50% 100%;
}
.voice-answer{margin: 1.5vh 0;}

@media screen and (max-width: 480px) {
.taiken-contents-area {
    display: flex;
    flex-direction: column;
}
.box-txt {
    width: 60%;
}
.taiken-contents-area-box-pct {
    width: 40%;
}
.taiken-contents-area-innner {
    width: 100%;
    padding: 1%;
}
.contents-voice-box {
    flex-direction: column;
}
.contents-voice-box-ttl {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.contents-voice-box-txt{
    padding-top: 1%;
    width: 100%;
}
.square-container {
  width: 35vw;
    height: 35vw;
}
}