@charset "UTF-8";

.sp_floating{
display: none !important;
}
.fc-lyellow{
  color: #ffff00;
}
/*---------------------------------------------------------
吹き出し見出し（緑）
---------------------------------------------------------*/
.fukidashi-ttl-h2{
padding:2vh 1vw;
  background-color: #007440;
  text-align: center;
  position: relative;
  margin: 0 0 8vh;
}
.fukidashi-ttl-h2 h2{
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
}

.fukidashi-ttl-h2:before{
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -30px;
  left: 0;
  border-width: 30px 20px 0 20px;
  border-color: #007440 transparent transparent transparent;
  left: 50%;
  margin-left: -20px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.fukidashi-ttl-h2 {
    margin: 0 0 6vh;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
見出し（赤）
---------------------------------------------------------*/
.ttl-h2{
    background: repeating-linear-gradient( -45deg, #FC5959, #FC5959 10px, #FC4242 0, #FC4242 20px );
    padding: 3vh 0.25vw;
    font-weight:700;
    color:#fff;
    text-align: center;
    margin: 0 0 3vh;
}
.ttl-h2 h2{
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 1.3;
}
.ttl-h2-sub{
font-size: clamp(1.6rem, 2.5vw, 2.5rem);
}


/*---------------------------------------------------------
ボックス（赤）
---------------------------------------------------------*/
.red-box{
border: 2px solid #FC4242;
margin: 0 0 1vh;
}

.red-box-ttl{
background: #FC4242;
border-radius:12px 12px 0px 0px ;
    -webkit-border-radius:12px 12px 0px 0px ;
    -moz-border-radius:12px 12px 0px 0px ;
    padding: 2vh 1vw;
    text-align: center;
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    margin: 4vh 0 0;
}
.red-box-arrow-pc,.red-box-arrow-sp{
    color: #FC4242;
    font-size: clamp(3rem, 5vw, 5rem);
}

/*---------------------------------------------------------
メインビュー
---------------------------------------------------------*/
#TopMain img{
    width: 100%;
    max-width: 1920px;  
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*---------------------------------------------------------
メインビュー入試対策
---------------------------------------------------------*/
#entrance-examination-measures{
    background: #fdf4f6;
    padding: 5vh 0 2vh;
    border-bottom: 5px solid #007440;
}

#entrance-examination-measures h2 {
    display: flex;
    align-items: center;
    margin: 0 0 1vh;
}
#entrance-examination-measures h2:before,
#entrance-examination-measures h2:after {
border-top: 5px solid #2699cc;
content: "";
flex-grow: 1;
}
#entrance-examination-measures h2:before {
margin-right: 1rem;
}
#entrance-examination-measures h2:after {
margin-left: 1rem;
}
#entrance-examination-measures h2 span{
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(3.5rem, 4vw, 4rem);
    color: #2699cc;
    font-weight: 700;
    margin: 0 5px;
    border: 2px solid #2699cc;
}

.measures-univ{
    display: flex;
}
.measures-univ-txt{
    width: 65% !important;
}
.measures-univ-pct{
    width: 35% !important;
}
.measures-univ-h3{
    margin: 0 0 1vh;
}
.measures-univ-h3 span{
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    background: linear-gradient(transparent 70%, #feb635 0%);
    color: #007440;
}
.measures-univ-txt > p{
    line-height: 1.4;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */

}


/*---------------------------------------------------------
メインビューのボタン
---------------------------------------------------------*/
#cv-soudan{
    padding:3vh 0;
    background: #0B743F;
}
.cv-soudan-area{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.cv-soudan-area li{
    width: 30%;
    padding: 0 1%;
}

.cv-soudan-btn{
    display: block;
    background: #fff;
    color: #0B743F;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0B743F;
    font-size: clamp(1.5rem, 2vw, 2rem);
    padding: 1vh 1vw;
    border-radius: 1vw;
    width: 90%;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .15vw;
}
.cv-soudan-btn:hover{
    background: #0B743F;
    color: #fff;
    border: 1px solid #fff;
}

/*---------------------------------------------------------
各種ボタン
---------------------------------------------------------*/
.other-btn{
display: block;
    background: #fff;
    color: #007440;
    text-align: center;
    text-decoration: none;
    border: 1px solid #007440;
    font-size: clamp(1.5rem, 1.6vw, 1.8rem);
    padding: 2vh 1vw;
    border-radius: 50vh;
    width: 100%;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .5vw;
}
.other-btn:hover{
    background: #007440;
    color: #fff;
    border: 1px solid #007440;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.cv-soudan-area {
    display: flex;
    flex-wrap: wrap;
}
.cv-soudan-area li {
    width: 48%;
        padding: 1%;
}
.cv-soudan-btn{
width: 95%;
padding: 0.5vh 0.5vw;
}
}

/*---------------------------------------------------------
完全マンツーマン！中高一貫校生の
サポートはお任せください！
---------------------------------------------------------*/
#sv-message{
    padding: 6vh 0;
    background:#FFF3DE;
}

.sv-message-ttl{
    margin: 0 0 6vh;
    text-align: center;
}
.sv-message-ttl span {
    font-size: clamp(2.25rem, 4vw, 4.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    font-feature-settings: "palt";
    letter-spacing: .25rem;
    font-weight: 900;
}
.mark-o-line{
    background: linear-gradient(transparent 70%, #feb635 0%);
}
.sv-message-ttlbox {
    margin: 3vh 0 0;
    background: #fff;
    padding: 2vh 2vw;
    border: 2px solid #feb635;
}


@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
/*--webp対応ブラウザの場合--*/
#sv-message {
    background: url(../img/tearcher-bg-sp.webp),#FFF3DE;
    background-repeat: no-repeat;
    background-position: right 1% top;
    height: 100%;
    background-size: 150px auto;
    padding: 3vh 0;
}
/*--webp非対応ブラウザの場合--*/
.no-webp #sv-message{ 
    background: url(../img/tearcher-bg-pc.png),#FFF3DE;
}
.sv-message-ttl{
    margin: 0 0 3vh;
    text-align: left;
}
}

/*---------------------------------------------------------
経験豊富なプロ講師が
効率的に成績を上げます！
---------------------------------------------------------*/
#improve-grades{

}

.improve-grades-ttl-box{
    margin: 0 auto 6vh;
    width: 100%;
    background: #299DC4;
}
.improve-grades-ttl-box h2,.improve-grades-ttl-box h2 span{
    font-size: clamp(1.8rem, 4vw, 4rem);
        font-weight: 700;
}
.improve-grades-ttl-box h2 {
    position: relative;
    padding: 4vh 2vw 4vh;
    border-left: solid 100px #FEB635;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.3;
    color: #fff;
}
.improve-grades-ttl-box h2:before {
	position: absolute;
	font-family: "Font Awesome 5 pro";
	content: "\f0eb";
	font-weight: 900;
	color: #fff;
	padding: 0;
	left: -1.6em;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.improve-grades-ttl-box h2 {
    border-left: solid 40px #FEB635;
}
}

/* 個別指導WAM 姫路駅前校なら全て解決！ */
.kaiketsu-Box {
    border: 3px solid #e95779;
    border-radius: 0.5vw;
    padding: 2vw;
    position: relative;
    margin: 6vh auto 0;
    width: 95%;
    max-width: 700px;
    white-space: nowrap;
}
.kaiketsu-Box h3 span{
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 3px 10px;
    color: #e95779;
        font-weight: 700;
    top: -5px;
}

ol.kaiketsu-list {
  counter-reset:list;
  list-style-type:none;
    padding: 0;
}
ol.kaiketsu-list li {
    position: relative;
    padding: 5px 0 10px 27px;
    line-height: 25px;
    font-size: clamp(1.5rem, 2.25vw, 2.25rem);
    font-weight: 700;
}
ol.kaiketsu-list li:before {
  counter-increment: list;
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  font-weight: 900;
  font-size: 2rem;
  color: #ffc44f; /* アイコンの色 */
  display: block;
  position: absolute;
  left: 1px;
  top: 6px;
}


/* 指導する上で心がけていることはなんですか？ */
.sv-voicebox {
    background: #edf1f3;
    border: 2px solid #005064;
    margin: 6vh 0 0;
    padding: 8vh 2vw 4vh;
    position: relative;
    border-radius: 1vw;
}
.sv-voicebox-ttl{
    position: relative;
    white-space: nowrap;
}
.sv-voicebox-ttl span{
    background: #005064;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
        color: #fff;
    text-align: center;
    padding: 2vh 2vw;
}
.sv-voicebox-ttl span::before,
.sv-voicebox-ttl span::after {
border: none;
border-bottom: solid 15px transparent;
content: '';
position: absolute;
top: -30%;
}

.sv-voicebox-ttl span::before {
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 12px 10px;
border-color: transparent transparent #333333 transparent;
left: -10px;
}

.sv-voicebox-ttl span::after {
width: 0;
height: 0;
border-style: solid;
border-width: 12px 0 0 10px;
border-color: transparent transparent transparent #333333;
    right: -10px;
}
.sv-voicebox-ttl-area{
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sv-voicebox-ttl-area:before{

}
.sv-voicebox-ttl-area::after{

}
.sv-voice-name{
    display: block;
    text-align: center;
}
.sv-voice-txt-box-ttl{
    color: #005064;
    font-size: clamp(3rem, 3.5vw, 3.5rem);
    font-weight: 700;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.improve-grades-ttl-box {
    margin: 0 auto 4vh;
}
#improve-grades h2 {
    border-left: solid 40px #FEB635;
}
.class-pct{
    width: 60%;
}
.sv-voice-txt-box-ttl{
    text-align: center;
}
}

/*---------------------------------------------------------
無料受験相談のお申し込みボタン
---------------------------------------------------------*/
.cv-comment{
    position: relative;
    display: inline-block;
    font-size: min(2.25vw,2.25rem);
    margin: 0 0 1rem;
    font-weight: 700;
    color: #CD0917;
}
.cv-comment:before {
    position: absolute;
    left: -2rem;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #CD0917;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.cv-comment::after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 0;
    width: 3px;
    height: 100%;
    background: #CD0917;
    border-radius: 3px;
    transform: rotate(25deg);
}

.cv-btn{
    display: block;
    background: rgb(213,28,36);
    background: linear-gradient(0deg, rgba(213,28,36,1) 0%, rgba(255,123,127,1) 100%);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d51c24;
}

.soudan-subttl{
    position: relative;
    display: inline-block;
    font-size: clamp(1.4rem, 2.25vw, 2.25rem);
    margin: 1vh 0 0;
    font-weight: 700;
    color: #333;
    letter-spacing: 1rem;
}
.soudan-subttl:before {
    position: absolute;
    left: -2rem;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #F15A24;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.soudan-subttl::after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 0;
    width: 3px;
    height: 100%;
    background: #F15A24;
    border-radius: 3px;
    transform: rotate(25deg);
}
.soudan-catchttl {
    font-size: clamp(3rem, 4vw, 4rem);
    color: #F15A24;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .5rem;
}
.cv-btn:hover{
    background: #fff;
    color: #d51c24;
    text-shadow: 0px 1px 4px rgb(255 255 255 / 50%);
}
.cv-btn-body {
     padding: 1rem 1rem;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    text-shadow: 0px 1px 4px rgb(0 0 0 / 50%);
    line-height: 1.4;
    border-radius: 50vh;
}
.cv-btn-body span{
display: block;
font-size: clamp(1.4rem, 1.8vw, 2rem);
 font-weight: 500;
}
.cv-btn-body i{
    font-size: clamp(1.6rem, 3vw, 3rem);
    margin-left: 1rem;
}

/*---------------------------------------------------------
個別指導WAMの難関大受験戦略
---------------------------------------------------------*/
.senryaku-ttlBox {
    background: #88C23F;
    margin: 0 0 4vh;
    text-align: center;
}
.senryaku-number {
    display: block;
    background: #61A000;
    color: #fff;
    font-weight: 700;
}
.senryaku-ttl {
    padding: 2vw;
    color: #fff;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 700;
    line-height: 1.3;
}

/*---------------------------------------------------------
Wamで逆転合格を勝ち取った生徒さんの体験談
---------------------------------------------------------*/
.arrow-ttl{
    padding: 2rem 1rem;
    background-color: #006F4F;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    font-size: 3.2rem;
    position: relative;
    margin: 0 0 6rem;
}

.arrow-ttl:before{
    content: "";
    position: absolute;
    z-index: 2;
    border-style: solid;
    bottom: -30px;
    left: 0;
    border-width: 30px 20px 0 20px;
    border-color: #006F4F transparent transparent transparent;
    left: 50%;
    margin-left: -20px;
}

.arrow-ttl h2{
    font-size: clamp(1.6rem, 4vw, 4rem);
}
.big-text{
    font-size: clamp(2rem, 5vw, 5rem);
}
.arrow-subttl{
    font-size: clamp(1.4rem, 2.5vw, 2.5rem);
}
.voice-box {
    border: 1px solid #006f4f;
}
.reason-univArea{
    margin: 0 0 8rem;
}
.reason-univArea h2 {
display: flex;
align-items: center;
margin: 0 0 3rem;
}
.reason-univArea h2:before,
.reason-univArea h2:after {
border-top: 2px solid #006f4f;
content: "";
flex-grow: 1;
}
.reason-univArea h2:before {
margin-right: 1rem;
}
.reason-univArea h2:after {
margin-left: 1rem;
}
.reason-univArea h2 span{
    position: relative;
    width: 60px;
    height: 60px;
    background: #006f4f;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
}
.reason-univArea h3{
    text-align: center;
    margin: 0 0 2rem;
}
.reason-univArea h3 span{
    font-size: 3.5rem;
}

#voice_s_univ{
padding: 0 0 4rem;
    background: repeating-linear-gradient( -45deg, #ffe6e6, #ffe6e6 10px, #ffeaea 0, #ffeaea 20px );
}
.voice_s_univ-inner{
margin: 4rem 0;
}
.box2-culum{
    background: #fff;
    padding: 1rem !important;
    margin: 1%;
}
.voice_s_univ-box{
display: flex;
flex-direction: column
}
.voice_s_univ-box li{
padding:1%;
}
.voice_s_univ-box > li > h3{
text-align: center;
}
.voice_s_univ-box h3 span{
color: #006f4f;
    font-size: clamp(1.8rem, 1.8vw, 1.8rem);
    font-weight: 700;
    background: linear-gradient(transparent 70%, #ffef92 0%);
}
.voice_s_univ-box > li > img{
display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.voice_s_univ-bg{
background: url(../img/voice_s_univ/voice_s_univ-Bg.png) no-repeat center center;
height: 75px;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: 700;
    background-size: contain;
    line-height: 1.1;
}
.voice_s_univ-name{
font-size: 2.25rem;
    font-weight: 700;
}

.swiper-container02 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#voice_s_univ {
    padding: 0 0 1rem;
}

.voice_s_univ-inner{
margin: 2rem 0;
}

.text-box2-culum {
    margin: 1% auto;
    width: 95%;
}
.voice_s_univ-box li {
    padding: 1% 0;
}
.voice_s_univ-bg{
padding: 1rem;
}
.voice_s_univ-box h3 span {
    font-size: 1.75rem;
}

}

/*---------------------------------------------------------
偏差値40からでも志望校に逆転合格できる理由とは？
---------------------------------------------------------*/
#reason-reversal{
    padding: 0 0 4rem;
    background: repeating-linear-gradient( -45deg, #daedf7, #daedf7 10px, #e2f0f7 0, #e2f0f7 20px );
}
.ex-keio{
    background: #badff3 url(../img/reason-reversal/reason-reversal-pct03.png);
    background-repeat: no-repeat;
    height: 130px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    background-size: 250px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.keio-univBox{
    margin: 3rem 0;
    border: 2px solid #001e5c;
    background: #fffaeb;
}
.keio-univ-h3{
    background: #001e5c;
    padding: 1rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 5px solid #d81f18;
}

.keio-univ-h3 span{
    color: #ffcf00;
    font-size: 2.75rem;
}
.keio-univBox-contents{
padding:2rem 2rem;
}
.Lavel-tasaku{
    display: inline-block;
    background: #fff;
    padding: 0.25rem 1.5rem;
    border: 1px solid #007440;
    color: #007440;
    border-radius: 50vh;
    margin: 0 0 1rem;
    font-size: 1.25rem;
}
dl.infoBox{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
.infoBox dt{
  background: #001e5c;
  width: 25%;
  padding: .5rem;
  box-sizing: border-box;
  border-top: 1px solid #ccc; 
  font-size: 1.4rem;
    color: #fff;
}
.infoBox dd{
  padding: .5rem;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; 
  width: 75%;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.univ-h4{
    font-size: 2.25rem;
    font-weight: 700;
    margin: 1rem 0.5rem;
    color: #d81f18;
}

@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.ex-keio{
height: 110px;
font-size: 2.5rem;
background-size: 230px auto;
justify-content: flex-end;
padding: 0 1rem 0 1rem;
}
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.keio-univBox {
    margin: 2rem 0;
}
.ex-keio{
background-image: none;
    font-size: 2rem;
    height: auto;
    padding: 1rem;
}
.keio-univ-h3{
font-size: 1.6rem;
}
.keio-univ-h3 span {
    font-size: 2.25rem;
}
.keio-univBox-contents {
    padding: 1rem;
}
.univ-h4 {
    font-size: 1.75rem;
    line-height: 1.5;
}
}

/*---------------------------------------------------------
オンライン家庭教師WAMでは
志望大学・学部に特化した指導をします！
---------------------------------------------------------*/
#onl-specialize{
    padding: 0 0 8rem;
    background: repeating-linear-gradient( -45deg, #e6e4ed, #e6e4ed 10px, #ebebed 0, #ebebed 20px );
}

@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */

}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#onl-specialize{
    padding: 0 0 3rem;
}
}

/* 塾・予備校とWamの比較 */
.ComparisonBox{
    padding: 6rem 0 0;
}
.ComparisonBox h3{
    background: #006f4f;
    padding: 2rem 0;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    margin: 0;
}

.ComparisonContents {
    background: #fff;
    padding: 4rem 2rem;
    border-radius: 0px 0px 12px 12px;
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    text-align: center;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
}
.Contents-shadowBox{
   margin: 4rem 0 0;
    background: #fff;
    padding: 2rem 4rem;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
    border-radius: 12px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#onl-specialize{
    padding: 0 0 3rem;
}
.ComparisonBox{
    padding: 3rem 0 0;
}
.ComparisonBox h3 {
    padding: 1rem 0;
    font-size: 2rem;
}
}
/*---------------------------------------------------------
生徒さんに合わせた苦手・弱点への指導
---------------------------------------------------------*/
.jakuten-sido-ttl {
    margin: 6vh 0 0;
    background: #959595;
    padding: 2vw;
    text-align: center;
    color: #fff;
    font-size: clamp(1.5rem, 2vw, 2.25rem);
    font-weight: 700;
    line-height: 1.4;
}

/*---------------------------------------------------------
Wam独自の5つの理由をご紹介します！
---------------------------------------------------------*/
#reason-univ{
    padding: 0 0 1rem;
    background: repeating-linear-gradient( -45deg, #fff7e2, #fff7e2 10px, #fffaec 0, #fffaec 20px );
}
.arrow-ttl{
    padding: 2rem 1rem;
    background-color: #006F4F;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    font-size: 3.2rem;
    position: relative;
    margin: 0 0 6rem;
}

.arrow-ttl:before{
    content: "";
    position: absolute;
    z-index: 2;
    border-style: solid;
    bottom: -30px;
    left: 0;
    border-width: 30px 20px 0 20px;
    border-color: #006F4F transparent transparent transparent;
    left: 50%;
    margin-left: -20px;
}

.arrow-ttl h2{
    font-size: 4rem;
}
.big-text{
    font-size: 5rem;
}
.arrow-subttl{
    font-size: 2.5rem;
}
.voice-box {
    border: 1px solid #006f4f;
}
.reason-univArea{
    margin: 0 0 8rem;
}
.reason-univArea h2 {
display: flex;
align-items: center;
margin: 0 0 3rem;
}
.reason-univArea h2:before,
.reason-univArea h2:after {
border-top: 2px solid #006f4f;
content: "";
flex-grow: 1;
}
.reason-univArea h2:before {
margin-right: 1rem;
}
.reason-univArea h2:after {
margin-left: 1rem;
}
.reason-univArea h2 span{
    position: relative;
    width: 60px;
    height: 60px;
    background: #006f4f;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
}
.reason-univArea h3{
    text-align: center;
    margin: 0 0 2rem;
}
.reason-univArea h3 span{
    font-size: 3.5rem;
}

/* 塾・予備校とWamの比較 */
.ComparisonBox{
    padding: 6rem 0 0;
}
.ComparisonBox h3{
    background: #006f4f;
    padding: 2rem 0;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    margin: 0;
}

.ComparisonContents {
    background: #fff;
    padding: 4rem 2rem;
    border-radius: 0px 0px 12px 12px;
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    text-align: center;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
}
.Contents-shadowBox{
   margin: 4rem 0 0;
    background: #fff;
    padding: 2rem 4rem;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
    border-radius: 12px;
}

/* 吹き出し */
.arrow-left,.arrow-right{
    position:relative;
    background:#EEFFF4;
    padding:2rem;
    color: #006f4f;
    text-align:center;
    border:2px solid #006F4F;
    font-size:1.8rem;
    font-weight:700;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow-left:after,.arrow-left:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:50%;
}
.arrow-left:after{
    border-color: rgba(238, 255, 244, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:21px;
    border-right-width:21px;
    margin-top: -20px;
    border-right-color: #006f4f;
    right:100%;
}
.arrow-left:before{
    border-color: rgba(0, 111, 79, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -22px;
    margin-right: 2px;
    border-right-color:#006F4F;
    right:100%;
}
.arrow-right:after,.arrow-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow-right:after{
    border-color: rgba(238, 255, 244, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:21px;
    border-right-width:21px;
    margin-top: -20px;
    border-left-color:#006F4F;
}
.arrow-right:before{
    border-color: rgba(0, 111, 79, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -22px;
    margin-left: 2px;
    border-left-color:#006F4F;
}

.Cycle-ttl{
    background: #006f4f;
    padding: 1.5rem 1rem;
    color: #ffff00;
    font-size: 2rem;
    border-radius: 12px;
    margin: 2rem 2rem 3rem;
    font-weight: 700;
}
dl.Cycle-box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
    margin: 4rem 2rem;
}
.Cycle-box dt {
    background: #dfdfdf;
    width: 15%;
    padding: 1rem;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    color: #006f4f;
    font-weight: 700;
}
.Cycle-box dd {
    padding: 10px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 85%;
    background: #fff;
    box-sizing: border-box;
    font-weight: 700;
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.big-text {
    font-size: 4rem;
}
.reason-univArea h3 span {
    font-size: 3rem;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#reason-univ{
    padding: 0 0 1rem;
}
.arrow-ttl {
    margin: 0 0 4rem;
}
.arrow-subttl {
    font-size: 1.5rem;
}
.arrow-ttl h2 {
    font-size: 1.8rem;
}
.big-text {
    font-size: 2rem;
}
.reason-univArea{
    margin: 0 0 3rem;
}
.reason-univArea h2 {
    margin: 0 0 1rem;
}
.reason-univArea h2 span {
    width: 40px;
    height: 40px;
    font-size: 2.5rem;
    margin: 0 4px;
}
.reason-univArea h3 {
    margin: 0 0 1rem;
}
.reason-univArea h3 span {
    font-size: 2rem;
    line-height: 1.5;
}
.ComparisonBox {
    padding: 2rem 0 0;
}
.ComparisonBox h3 {
    padding: 1rem 0;
    text-align: center;
    font-size: 1.5rem;
    margin: 0;
}
.ComparisonContents {
    padding: 2rem 1rem;
}
.Contents-shadowBox {
    margin: 2rem 0 0;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
}
.arrow-left, .arrow-right {
    padding: .5rem;
    font-size: 1.5rem;
    margin: 1rem 0 2rem;
}
.arrow-left:after,.arrow-left:before,.arrow-right:after,.arrow-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
    right: 0%;
    top: -21px;
}
.arrow-left:before,.arrow-right:after{
    border-color: rgba(238, 255, 244, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:21px;
    border-right-width:21px;
    margin-left: -21px;
    border-bottom-color:#006F4F;
}
.arrow-left:before,.arrow-right:before{
    border-color: rgba(0, 111, 79, 0);
    border-top-width:21px;
    border-bottom-width:21px;
    border-left-width:23px;
    border-right-width:23px;
    margin-left: -21px;
    margin-bottom: 2px;
    border-bottom-color:#006F4F;
}
.Cycle-ttl {
    padding: 1rem 0.5rem;
    font-size: 1.6rem;
    margin: 0 0 2rem !important;
    line-height: 1.3;
}
dl.Cycle-box {
    margin: 2rem 1rem 0.5rem;
}
.Cycle-box dt {
    width: 25%;
    font-size: 1.4rem;
}
.Cycle-box dd {
    width: 75%;
    font-size: 1.4rem;
}
}

/*---------------------------------------------------------
四谷三丁目駅前校の指導ポイント
---------------------------------------------------------*/
#guidance-point {
    background: #ECF3F5;
    padding: 6vh 0;
}
#binderArea {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 4vh auto;
    background: #324450;
    border-radius: 1vh;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
    padding: 1vh 1vw;
}

.binderBox{
    background: url(../assets/img/bg-hogan.png) repeat;
    background-color: rgba(255,255,255,1);
    padding: 4vh 4vw;
}
.binder-clip{
    position: absolute;
    top: -20px;
    width: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.binderBox-subttl{
    font-weight:900;
    color:#006f4f;
    margin: 1rem 0 .5rem;
    text-align: center;
}
.binderBox-subttl > .under-mark{
    font-size: 2.25rem;
}

.guidance-point-ttl {
    text-align: center;
    margin: 1rem 0 3vh;
}
.guidance-point-ttl span {
    font-weight: 700;
    font-size: clamp(2rem, 3.25vw, 3.25rem);
    color: #324450;
}
.mark-y-line{
    background: linear-gradient(transparent 70%, #F5FF00 0%);
}
.binderBox-list li,.pointBox-list li {
    position: relative;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    font-weight: 700;
    margin-bottom: 0.25rem;
    padding-left: 32px;
    padding-bottom: 0% !important;
    padding-top: 0% !important;
}

.binderBox-list li:before, .pointBox-list li:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0.5rem;
    left: 0rem;
}

.binderBox-list li:before{
    background: 100% / 100% url(../assets/img/cv/0801.svg) no-repeat;
}
.pointBox-list li:before{
    background: 100% / 100% url(../assets/img/cv/pointcheck.svg) no-repeat;
}

.binderBox-p{
    background: #ffff4d;
    padding: 1rem 0.5rem;
    font-weight: 700;
    line-height: 1.6;
    font-size: 2rem;
    color: #006f4f;
    text-align: center;
    margin: 2rem 0;
}
.binderBox-check{
    border: 2px solid #d51c24;
    border-radius: 12px;
    margin: 2rem 0 0;
    padding: 1rem 3rem;
    list-style: none;
}
.binderBox-check li{
  text-indent: -1em;
  padding-left: 1em;
  color:#d51c24;
  font-weight:700;
}
.binderBox-check li:before {
  content: ""; /* 空の要素作成 */
  width: 8px; /* 幅指定 */
  height: 8px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #d51c24; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.select-no1-ttl {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    background: #9b852e;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 12px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#guidance-point {
    padding: 4vh 0;
}
#binderArea{
width: 90%;
}
.binder-clip {
    width: 40%;
}
#binderArea h2 {
    margin: 0 0 3vh;
}
.binderBox {
    padding: 4vh 2vw;
}
.binderBox-list li, .pointBox-list li {
    padding-left: 23px;
}
.binderBox-list li:before, .pointBox-list li:before {
    width: 15px;
    height: 15px;
    top: 0.6rem;
}
.measures-area {
    margin: 0 0 4vh;
}
}

/*---------------------------------------------------------
各対策
---------------------------------------------------------*/
.measures-area {
    background: #fff;
    padding: 4vh 2vw;
    margin: 0 0 8vh;
}
.measures-area-ttl {
    background: #299DC4;
    padding: 2vh 1.5vw;
    text-align: center;
    color: #fff;
    font-size: clamp(2rem, 3.25vw, 3.25rem);
    font-weight: 700;
    margin: 0 0 4vh;
}
.measures-area-sub-ttl {
    color: #324450;
    font-weight: 700;
    font-size: clamp(1.6rem, 2vw, 2rem);
}
.measures-list-box{
    position: relative;
    margin: 2rem 0 0;
    padding: 1.25rem 1rem;
    border: solid 1px #324450;
    border-radius: 2px;
}
.box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
    background: #fff;
    color: #324450;
    font-weight: 500;
    font-family: 'Poppins';
}
.icon-school{
    font-size: clamp(5rem, 8vw, 8rem);
    text-align: center;
    line-height: 1;
}
.support-sch{
  display:flex;
  flex-wrap: wrap;
}
.support-sch dt,.support-sch dd{
padding:1vh 1vw;
}
.support-sch dt{
  width: 20%;
}
.support-sch dt span{
background: #324450;
    color: #fff;
    padding: 0.5vh 0.75vw;
    display: block;
    text-align: center;
}
.support-sch dd{
 width: 75%;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.support-sch dt {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
.support-sch dd {
    width: 100%;
}
}


/*---------------------------------------------------------
志望校に合格しました！
---------------------------------------------------------*/
#voice-highschool{
    padding: 4vh 0;
}
/*--webp対応ブラウザの場合--*/
#voice-highschool{ 
background: url(../img/voice-highschool-bg.webp) no-repeat center center;
background-size: cover;
 }
/*--webp非対応ブラウザの場合--*/
.no-webp #voice-highschool{ 
background: url(../img/voice-highschool-bg.jpg) no-repeat center center; 
background-size: cover;
}

.voice-highschool-subttl{
    font-size: clamp(1.4rem, 2.5vw, 2.5rem);
    font-weight: 700;
}
   [class*="voice-highschool-subttl"] {
  --x: 0 0 var(--text-outline--width, 4px) 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 */;
}
.fc-gold,.fc-w-green{
    font-size: clamp(1.8rem, 3.5vw, 3.5rem);
}
.fc-gold{
    color: #9D801A;
}
.fc-w-green{
    color: #007440;
}
.voice-highschool-ttl{
     font-size: clamp(2.5rem, 6vw, 6rem);
    color: #FC4242;
    font-weight: 700;
    margin: 0 0 3vh;
}
   [class*="voice-highschool-ttl"] {
  --x: 0 0 var(--text-outline--width, 4px) 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 */;
}

/* 合格者の声 */
.voice-highschool-box{
    background: #fff;
    padding: 2rem;
    margin: 0 2%;
    border: 1px solid #eee;
}
.voice-highschool-box h3{
    color: #2D98DA;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1.5vh;
}
.voice-highschool-box{
      position: relative;
}
.voice-highschool-box::before{
  content: "";
  width: 62px;
  height: 64px;
  background: url(../assets/img/voice-h-exam/ic_medal.png) no-repeat;
  background-size: contain;
  position: absolute;
    bottom: 70px;
    right: 10px;
}
.voice-highschool-box img{
      width: 100%;
      height: 150px;
      object-fit: cover;
}
.voice-highschool-name{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.voice-highschool-name li{
    font-size: clamp(1.2rem, 1.3vw, 1.3rem);
    width: 50%;
    text-align: center;
}
.voice-highschool-name li:first-child{
    border-right: 1px solid #ccc;
}

/*---------------------------------------------------------
時間がないなら個別指導！
WAMと集団塾との違い
家庭学習の管理や勉強のやり方まで指導します！
---------------------------------------------------------*/
#exam-performance,#difference-box-high-exam,#teach,#teach-again{
padding: 0 0 4vh;
}

/*---------------------------------------------------------
家庭学習の管理や勉強のやり方まで指導します！
---------------------------------------------------------*/
.study-schedule-ttl{
    background: #FC4242;
    margin: 4vh 0 2vh;
    padding: 2vh 0;
    border-radius: 50vh;
    text-align: center;
    color: #fff;
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    font-weight: 700;
}
.study-schedule-plan-txt{
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    line-height: 1.5;
}

/*---------------------------------------------------------
無料受験相談で雰囲気を感じ取ってください！
---------------------------------------------------------*/
.consultation{
    background: #F7EAF1;
    padding: 6vh 0;
}
.conference-area{
    width: 90%;
    margin: 0 auto;
}
.conference-box{
width: 48%;
}
.conference-ttl{
border-top: 3px solid #006F4F;
    border-bottom: 3px solid #006F4F;
    padding: 2vh 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    color: #006F4F;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.conference-area{
    width: 100%;
}
.conference-box{
width: 100%;
}
}

/*---------------------------------------------------------
成績が上がる6つの理由！
---------------------------------------------------------*/
#reason-report01{
background: #F9F9F3;
}

.reason-report-small-txt{
    display: block;
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
}
.reason-report-big-txt,.text-dot{
font-size: clamp(2.75rem, 4vw, 4rem);
}
.reason-report-big-txt{
display: block;
    line-height: 1;
}
.text-dot{
position: relative;
}
.text-dot:before {
    content: "・";
    position: absolute;
    top: -1em;
    left: 0;
    color: #ffff00;
}
.reason-report-subttl{
    display: flex;
    justify-content: center;
    align-items: center;
        font-size: clamp(1.6rem, 2vw, 2rem);
    text-align: center;
    color: #ffff00;
    line-height: 1;
    margin: 0 0 1vh;
}

.reason-report-subttl::before,
.reason-report-subttl::after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #ffff00;
}

.reason-report-subttl::before {
	margin-right: 20px;
}
.reason-report-subttl::after {
	margin-left: 20px;
}
.reason-ttl-h2{
    text-align: center;
    padding: 2vw 1vh;
    border: 2px solid #007440;
    margin: 0 0 2vh;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    color: #007440;
    border-radius: 8px;
}
.reason-read-txt{
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    margin: 0 0 2vh;
}

/* 理由ボックス */
.reason-box {
    padding: 4vh 2vw;
    margin: 4vh 0;
    border-radius: 8px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}
.reason-number-box{
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.reason-area{
padding: 2vh 0;
}
.reason-ttlBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.reason-ttlBox li{
    padding: 1%;
}
.Indexcircle{
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #007440;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff00;
}
.Indexcircle span {
  position: absolute;
  display: inline-block;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :90px;
  text-align:center;
    font-weight: 700;
line-height: 1;
}
.reason-mini{
    font-size: clamp(1.2rem, 2vw, 2rem)!important;
    top: 20%;
}
.big_number{
    font-size: clamp(3rem, 5vw, 5rem);
    font-family: 'Poppins';
    top: 65%;
}
.reason-ttlBox h3{
    text-align: center;
    margin: 4vh 0 4vh;
}
.reason-ttlBox h3 span{
    font-size: clamp(2rem, 2.8vw, 3rem);
    font-weight: 700;
    color: #007440;
    line-height: 1.4;
}
.mark-lo-line {
    background: linear-gradient(transparent 70%, #FFE1AD 20%);
}

.reason-ttl-h4{
    font-size: clamp(1.8rem, 2.25vw, 2.25rem);
    line-height: 1.5;
    font-weight: 700;
    color: #007440;
    border-left: solid 10px;
    padding: 0 1rem;
    margin: 0 0 2rem;
}
.reason-ttl-h4-voice{
    text-align: center;
    margin: 2vh 0;
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    font-weight: 700;
    color: #007440;
    line-height: 1.4;
}
.border-green {
    border: 1px solid #006F4F;
}
.plan-ttl {
    font-size: min(2.4vw,2.4rem);
    text-align: center;
    background: #e5ebd5;
    border-radius: 50vh;
    padding: 1vw;
    color: #006f4f;
    font-weight: 700;
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.reason-ttlBox {
    margin: 0 0 1vh;
}
.reason-ttlBox h3 {
    letter-spacing: -.3rem;
}
.Indexcircle {
    width: 60px;
    height: 60px;
}
.Indexcircle span {
    width: 60px;
}
.reason-mini {
    top: 25%;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
かんたん動画でわかる個別指導WAMの授業
---------------------------------------------------------*/
#movie-wam{
    margin: 0 0 4vh;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
    margin: 0 1% 0 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.point-3-ttl{
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    text-align: center;
    background: #cd2626;
    border-radius: 50vh;
    color: #fff;
    margin: 0 0 2vh;
}

ol.point-3-contents-box{
  counter-reset:list;
  list-style-type:none;
  padding: 0px;
}
  
ol.point-3-contents-box li{
    position: relative;
    margin: 0.5rem 0 0.5rem 4rem;
    padding-left: 15px;
    font-weight: 700;
    line-height: 1.2;
}
  
ol.point-3-contents-box li:before{
  counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -35px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #cd2626;
    text-align: center;
    color: #cd2626;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 40px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.point-3-contents-box li:before {
    left: -25px;
    width: 30px;
    height: 30px;
    line-height: 35px;
}
}

/*---------------------------------------------------------
頑張った
生徒さん達が成績アップ
---------------------------------------------------------*/
#yotsuya-s-voice{
background-size: 16px 16px;
background-position: 50% 50%;
background-image: repeating-linear-gradient( 90deg, rgba(0,111,79,0.1) , rgba(0,111,79,0.1) 1px, transparent 1px, transparent 16px),repeating-linear-gradient( 0deg, rgba(0,111,79,0.1) , rgba(0,111,79,0.1) 1px, #fff 1px, #fff 16px);
padding:6vh 0;
}
.voice-ttlBox{
    position: relative;
    display: inline-block;
    font-size: clamp(2rem, 2.8vw, 3rem);
    margin: 0 0 2rem;
    font-weight: 700;
    color: #062F8D;
}
.voice-ttlBox:before {
    position: absolute;
    left: -2rem;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #062F8D;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.voice-ttlBox::after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 0;
    width: 3px;
    height: 100%;
    background: #062F8D;
    border-radius: 3px;
    transform: rotate(25deg);
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#yotsuya-s-voice{
    padding: 6vh 0 4vh;
}
}


/*---------------------------------------------------------
小学生・中学生・高校生
---------------------------------------------------------*/
.k-wam-voice-primary,.k-wam-voice-junior,.k-wam-voice-high, .more-voice a{
    margin: 6rem 0 0;
    padding: 2rem 1rem;
    border-radius: 12px;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 700;
}
.v-ttl p{
  color: #0e9bd5;
  /*font-size: 1.15rem;*/
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.5;
}
.k-wam-voice-primary{
    background: #e47889;
    margin: 4rem 0 0;
}
.k-wam-voice-junior{
    background: #45b035;
}
.k-wam-voice-high{
    background: #df801e;
}
.voice-primary-ttl{
    color: #e47889 !important;
}
.voice-junior-ttl{
    color: #45b035 !important;
}
.voice-high-ttl{
    color: #df801e !important;
}
.more-voice a{
    display: block;
    text-decoration: none;
    background: #fff;
    color: #0ba48f;
    font-size: 2.5rem;
}
.more-voice a:hover{
    background: #0ba48f;
    color: #fff;
}
.lavel-primary,.lavel-junior,.lavel-high{
    color: #fff;
    padding: 0.5rem !important;
    display: inline !important;
    position: absolute;
    top: 10px;
    border-radius: 0 0 4px 4px;
}
.lavel-primary{background: #e47889;}
.lavel-junior{background: #45b035;}
.lavel-high{background: #df801e;}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.k-wam-voice-primary, .k-wam-voice-junior, .k-wam-voice-high, .more-voice a {
 font-size: 2.5rem;
}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.k-wam-voice-primary,.k-wam-voice-junior,.k-wam-voice-high{
    margin: 2rem 0 1rem;
    padding: 1rem .5rem;
    border-radius: 8px;
    font-size: 2rem;
}
.more-voice a{
    font-size: 1.5rem;
    margin: 2rem 0 0;
}
}


@media screen and (max-width: 1600px) {
/* 1600pxまでの幅の場合に適応される */
.k-wam-ttl-pct01{left: 3%;}
.k-wam-ttl-pct02{right: 3%;}
}
@media screen and (max-width: 1200px) {
/* 1200pxまでの幅の場合に適応される */
.k-wam-ttl-pct01{left: 3%;}
.k-wam-ttl-pct02{right: 3%;}
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.k-wam-ttl-pct01{left: 0%; display: none;}
.k-wam-ttl-pct02{right: 0%; display: none;}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#k-wam-voice {
    padding: 5rem 0 3rem;
}
.k-wam-voice-primary, .k-wam-voice-junior, .k-wam-voice-high, .more-voice a {
    margin: 2rem 0 0;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#k-wam-voice{
    padding: 3rem 0 1rem;
}
.k-wam-voice-h2 {
    font-size: 1.9rem;
     padding: 0 0 2rem;
}
.k-wam-voiceBox, .k-wam-pvoiceBox {
    margin: 2rem 0;
}
.k-wam-voiceBox {
    margin: 3rem 0;
    padding: 0 0 2rem;
}
.k-wam-voiceBox h2,.k-wam-voiceBox h2 {
    font-size: 2rem;
    padding: 1rem 1rem;
}
.pvoice-ttl {
    text-align: center;
}
.k-wam-voiceBox-contents {
    padding: 2rem 1rem 0;
}
.number-box h3,.pvoice-ttl {
    font-size: 2rem;
}
.s-year{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
}
.s-name{
    font-size: 2rem;
    text-align: center;
}
.number_area{
    margin-right: 0.5rem;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}
/*---------------------------------------------------------
個別指導WAM 四谷三丁目駅前校
---------------------------------------------------------*/
#address{
    padding: 0 0 4vh;
}
.lavel-ttl{
font-size: clamp(1.2rem, 1.5vw, 1.5rem);
background: #fff;
    padding: 0.2vw 0.5vw;
color: #007440;
}
.map {
  width: 100%;
  position: relative;
}

.map iframe {
  width: 100%;
}
.address-box{
display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
}
.address-box dt,.address-box dd{
padding:1vh 1vw;
    border: 1px solid #D9D9D9;
}

.address-box dt{
    background: #F8F8F8;
}

.address-box dd{
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.address-box dt,.address-box dd{
width: 100%;
}
}
/*---------------------------------------------------------
FAQ
---------------------------------------------------------*/
#faq{
    background: #F9F9F3;
    padding: 0 0 4vh;
}
.faq-area{
    padding: 2vw;
}
.cp_actab-FAQ {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding:3px 0;
}
.cp_actab-FAQ input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab-FAQ label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 2em 0 0;
	cursor: pointer;
	margin: 0 0 0px 0;
	background:#fff;
	border: 1px solid #007440;
}
.cp_actab-FAQ .cp_actab-content-FAQ {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background:#fff;
}
.cp_actab-FAQ .cp_actab-content-FAQ p {
	margin: 1em;
}
/* :checked */
.cp_actab-FAQ input:checked ~ .cp_actab-content-FAQ {
	max-height: 1000em;
	background:#fff;
    position: relative;
}
/* Icon */
.cp_actab-FAQ label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	font-size: 2rem;
}
.cp_actab-FAQ input[type=checkbox] + label::after {
	content: '+';
	color: #007440;
}
.cp_actab-FAQ input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

.qus, .ans{
    width: 100%;
	max-width:40px;
    text-align: center;
	color:#fff;
    font-size: 3rem;
    font-weight: 700;
    margin-right: 0.5rem;
    font-family: din-condensed,sans-serif;
}
.qus{
    background: #007440;
    display: inline-block;
    font-family: din-condensed,sans-serif;
}
.ans{
    background: #fff;
    color: #007440;
}
.ans-ttl{
color: #1A2653;
display: block;
font-weight: 700;
}
.ansBox{
border-right:1px solid #007440;
border-left:1px solid #007440;
border-bottom:1px solid #007440;
}
.ansBox, .qusBox{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.ansBox li, .qusBox li{
padding:.5rem;
}

.qus-txt{
font-weight: 700;
line-height: 1.7;
color: #007440;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#faq{padding: 6rem 0;}
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#faq {
    padding: 3rem 0 1rem;
}
.faq-area {
    margin: 1rem 0 2rem;
}
.qus, .ans {
    max-width: 20px;
    padding: 1rem !important;
    font-size: 2rem !important;
}
.qusBox li {
    padding: 0rem;
    font-size:1.35rem;
}

.qus-txt {
    line-height: 1.6;
    padding: 0.5rem 2.5rem 1rem .5rem !important;
}
.ansBox li{
    padding: 1rem;
}
.cp_actab-FAQ label::after {
width: 2em;
height: 1em;
font-size: 1.5rem;
}
.cp_actab-FAQ input:checked ~ .cp_actab-content-FAQ {
    display: flex;
    align-items: center;
}
}

/*---------------------------------------------------------
個別指導WAMについて
---------------------------------------------------------*/
.dgreen-bg{
    background: rgba(0,116,64,1);
}
.about-box-ttl{
color: #fff;
}
.about-box{
    background: #fff;
    padding: 2vh 3vw;
}
.about-box-h3{
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: -.01rem;
}
.about-list {
    background: #f6f6f1;
    padding: 2vw;
    box-shadow: 8px 9px 10px -10px rgb(0 0 0 / 80%);
    list-style: none;
    margin: 2vw;
}
.about-list li{
    text-indent: -1em;
    margin-left: 0.5em;
    color: #000;
    font-size: clamp(1.4rem, 2vw, 2rem);
    padding: 0 0 0 1vh;
    font-weight: 700;
}
.about-list li:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #dc1c24;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

/*---------------------------------------------------------
CV
---------------------------------------------------------*/
.contact-area{
    padding: 4vh 0;
}
.contact-area h2{
    font-size: clamp(2rem, 4.4vw, 4.4rem);
    font-weight: 700;
    margin: 0 0 3vh;
    text-align: center;
}
.contact-area img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 800px;
}
.guarantee-box {
    border: 5px solid #8d8034;
    outline: 2px solid #8d8034;
    outline-offset: -12px;
    padding: 4vh 5vw;
    margin: 2vh 0 1vh;
    background: #fff;
}
.guarantee-box h3{
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 700;
    text-align: center;
    margin: 0 0 2rem;
    color: #8d8034;
    border-left: transparent;
}

/*---------------------------------------------------------
CVスタートキャンペーン-背景グリーン
---------------------------------------------------------*/
.contact-area-green{
    padding: 5rem 0 8rem;
    background: #f1ffea;
    border-top: 10px solid #007440;
    border-bottom: 10px solid #007440;
}

/*---------------------------------------------------------
お問い合わせ
---------------------------------------------------------*/
#main-cv{
    padding: 6vh 0;
    background: #F9F9F3;
}
.main-cv{
    padding: 2vh 4vw;
    background: #fff;
}
.main-cv h2{
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    text-align: center;
    font-weight: 700;
    margin: 0 0 2vh;
    line-height: 1.5;
    color: #d71c24;
}

.main-cv h3{
    font-size: clamp(2.5rem, 4.4vw,4.4rem);
    text-align: center;
    font-weight: 700;
    margin: 6rem 0 2rem;
}

.main-cv-list li {
    position: relative;
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    font-weight: 700;
    margin-bottom: 0.25vh;
    padding-bottom: 0% !important;
    padding-top: 0% !important;
    background: #fff;
    padding: 0.5rem 0.5rem 0.5rem 3.2rem;
}

.main-cv-list li:before {
    position: absolute;
    content: "";
    background: 100% / 100% url(../assets/img/cv/0801.svg) no-repeat;
    width: 22px;
    height: 20px;
    top: 0.8rem;
    left: 0.5rem;
}

.main-cv-listbox{
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    align-items: center;
}

.cv-listBox-bg{
    background: #fff;
    border-radius: 12px;
}
.annotation-box {
    margin: 4vh 0 4vh;
    padding: 2vh 4vw;
    border: 1px solid #333;
    background:rgba(255,255,255,0.5);
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
padding: 6vh 0 2vh;
}


/*---------------------------------------------------------
お近くの教室をチェック！,個別指導Wamの授業の3つのPoint
---------------------------------------------------------*/
#point-3{
    padding:0 0 8rem;
}

.area-check-comment{
  color: #E9546B;
  padding: .5rem 0;
  border-top: 1px solid #E9546B;
  border-bottom: 1px solid #E9546B;
}

/*---------------------------------------------------------
無料体験で雰囲気を感じ取ってください！
---------------------------------------------------------*/
#consultation-flow{
    padding: 0 0 8rem;
}

.consultation-flow-area{
    background: #EDF8F4;
    max-width: 1000px;
    margin: 0 auto 4rem;
    padding: 6rem 5rem;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
}
.consultation-flow-area > h3{
    color: #fff;
    text-align: center;
    font-size: min(3vw,3rem);
    font-weight: 700;
    background: #006F4F;
    padding: 2rem 1rem;
    border: 3px solid #006F4F;
    border-radius: 8px;
}
.consultation-flow-area > h4{
    margin: 5rem 0 2rem;
    color: #006F4F;
}
.consultation-flow-area > h4{
    font-size: min(2.5vw,2.5rem);
    font-weight: 700;
}
.consultation-flow-area > h4 span{
    font-size: min(2vw,2rem);
    font-weight: 700;
}
.consultation-flow-area > h4 span{
    background: #006F4F;
    padding: 1rem 2rem;
    border-radius: 50vh;
    color: #fff;
    margin-right: 1.5rem;
}
