@charset "UTF-8";
/*---------------------------------------------------------
ヘッダー（Gナビなし）
---------------------------------------------------------*/
.header-nog{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.head-area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.logo {
    background: rgba(0, 116, 64, 1);
    width: 100%;
    max-width: 200px;
    padding: 1.5rem 1rem;
    display: inline-block;
}
.logo-elementary-e{
    border-bottom: 6px solid #febf58;
padding: 2.5rem 1rem;
max-width: 250px;
}
.header-container {
    display: flex;
    align-items: center;
}
.head-btn-area {
    position: absolute;
    right: 20%;
}
.header-btn{
    text-align: center;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    max-width: 250px;
    border-radius: 4px;
    position: relative;
    margin-right:10px;
}

.btn-line{
    background:#06C755;
    color: #fff;
    border:2px solid #06C755;
}
.btn-line:hover{
background: #fff;
    color: #06C755;
}
.btn-siryo{
    background: linear-gradient(0deg, #ff6e01 0%, #f39412 100%);
    color: #fff;
    border:2px solid #ff6e01;
}
.btn-siryo:hover{
background: #fff;
    color: #f39412;
}
.btn-line:before {
    content: "";
    background-image: url(../img/header/LINE_Brand_icon.png);
    background-size: contain;
    background-repeat:no-repeat;
    display: block;
    width: 40px; 
height: 40px;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 0;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*
.header-btn:after{
    font-family: "Font Awesome 5 Free"!important;
    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-siryo:hover:after{
color: #f39412;
}
.btn-line:hover:after{
color: #06C755;
}
.footer-elementary-e{
    padding-bottom: 120px;
    background: #fff;
}
.logo-footer-elementary-e{
background: #007440;
    border-bottom: 6px solid #febf58;
    padding: 3vh 3vw 3vh;
    width:80%;
    max-width:400px;
}
.elementary-e-copyright{
    color:#333;
}
.header-btn-area-box{
display: flex;

}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
.head-btn-area {
    right: 10px;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.logo-elementary-e-box{
    background: rgba(0, 116, 64, 1);
    width: 100%;
    border-bottom: 6px solid #febf58;
    display: flex;
    align-items: center;
}
.logo-elementary-e{
border-bottom: transparent;
    padding: 1.5rem 1rem !important;
    max-width: 250px !important;
}
.header-ttl-name{
    font-size: 2rem;
}
.header-btn{
        width: 130px;
        height: 20px;
        margin-right: 5px;
}
.btn-line:before {
    width: 30px; 
    height: 30px;
}
.footer-elementary-e{
    padding-bottom: 90px;
}
}
/*---------------------------------------------------------
3つの理由
---------------------------------------------------------*/
.manzokudo-area-box{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 2vh;
    position: relative;
}
.manzokudo-area-box-contents{
    padding: 0 2vw 6vh;
}
.manzokudo-area-box-contents02{
    padding: 0 2vw 2vh;
}
.manzokudo-lavel-ttl-box{
    display: flex;
    align-items: center;
    margin: 0 0 4vh;
}
.manzokudo-lavel-ttl-box-txt{
    width:70%;
}
.manzokudo-lavel-ttl{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0;
    margin: 20px 0 0;
    width: 170px;
    background: #FB5C65;
}
.manzokudo-lavel-ttl:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 52px 20px 52px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.manzokudo-lavel-ttl:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
}
.manzokudo-lavel-ttl > p{
  border-top: solid 2px #DAAF08;
  border-bottom: solid 2px #DAAF08;
    padding: 2vh 0 2vh 1vw;
    display: flex;
    align-items: center;
}
.manzokudo-lavel-ttl > p > span{
    color:#fff;
    font-weight:700;
    line-height: 1;
}
.manzokudo-lavel-reason{
    font-size: clamp(1.8rem, 3.25vw, 2.75rem);
}
.manzokudo-lavel-number{
font-size: clamp(2.75rem, 7vw, 6rem);
    font-family: "Roboto", sans-serif;
}
.voice-contentsbox{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    padding:2vh 2vw;
    margin: 3%;
    border-radius: 1vh;
}
.voice-pct{
    position: relative;
}
.voice-mark{
position: absolute;
    right: 5%;
    bottom: 10px;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.manzokudo-lavel-ttl{
    margin: 0 0 0 5px;
    width: 60px;
}
.manzokudo-lavel-ttl:after {
  border-left: 20px solid #ff785b;
  border-right: 20px solid #ff785b;
  border-bottom: 10px solid transparent;
  border-top:transparent;
}

.manzokudo-lavel-ttl:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
}
.manzokudo-lavel-ttl > p{
  border-right: solid 2px #DAAF08;
  border-left: solid 2px #DAAF08;
      border-top: transparent;
    border-bottom: transparent;
          flex-direction: column;
}
}

/*---------------------------------------------------------
違いマーク,表
---------------------------------------------------------*/
.reason-ttl-box{
    display: flex;
    align-items: center;
}
.reason-ttl-iconbox{
  background: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-title-diff-bg--elementary.svg) center center no-repeat;
  background-size: contain;
    width: 94px;
    height: 94px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 1rem 0 0;
}
.reason-ttl-icon-ttl,.reason-ttl-icon-number{
    color: #ffff00;
    line-height: 1;
    font-weight:700;
}
.reason-ttl-icon-ttl{
    font-size: clamp(1.6rem, 2vw, 2.5rem);
}
.reason-ttl-icon-number{
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-family: "Roboto", sans-serif;
}
.table-reason-diff{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-reason-diff th, .table-reason-diff td {
  border: 2px solid #000;
}
.table-reason-diff thead th,.table-reason-diff thead td {
    font-size: clamp(1.6rem, 2vw, 2.5rem);
    font-weight: 700;
    text-align: center;
    padding: 5px 10px;
}
.table-reason-diff thead td {
    background: #E5E5E5;
}
.table-reason-diff thead th {
    background: #D5ECCE;
}
.table-reason-diff tbody th, .table-reason-diff tbody td {
    font-size: clamp(1.4rem, 1.8vw, 2rem);
    font-weight: normal;
    padding: 2vh 2vw;
    background-size: 90px 90px !important;
}
.table-reason-diff tbody td {
    background: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-diff-ng.svg) center center no-repeat;
}
.table-reason-diff tbody th {
    background: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-diff-ok.svg) center center no-repeat;
}
@media screen and (max-width: 640px) {
.reason-ttl-iconbox{
    width: 70px;
    height: 70px;
}
}

/*---------------------------------------------------------
先生の声スライダー02
---------------------------------------------------------*/
.summaries-instructor-slider-sm {
  display: flex;
  flex-wrap: wrap;
}
.summaries-instructor-slider-sm.slick-initialized li {
    padding: 0 10px;
}
.summary-instructor-slider-sm{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  margin: 0 10px 20px;
}
.summary-instructor-slider-sm .summary-header {
  padding: 2vh 1vw;
}
.summary-instructor-slider-sm .summary-title {
  font-weight: bold;
  color: #dc0401;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.4;
  min-height: 2.8em;
  margin: 0;
  padding: 0;
}
.summary-instructor-slider-sm .summary-img {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.summary-instructor-slider-sm .summary-img:after {
  content: " ";
  display: block;
  padding-top: 65%;
}
.summary-instructor-slider-sm .summary-img img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .summary-instructor-slider-sm .summary-img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.summary-instructor-slider-sm .summary-school {
  font-weight: bold;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  background: #eeffef;
  padding: 5px 20px;
}
.summary-instructor-slider-sm .summary-name {
  font-weight: bold;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  padding: 5px 20px 10px;
}
.slick-slider {
  width: 100%;
}
.slick-slider .slick-arrow {
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none !important;
  border: none;
  font-size: 0;
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 9;
  height: 60px;
  width: 60px;
}
.slick-slider .slick-arrow:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-left: 3px solid #000;
  border-top: 3px solid #000;
  position: absolute;
  top: 15px;
}
.slick-slider .slick-arrow.slick-next {
  right: 1.5%;
}
.slick-slider .slick-arrow.slick-next:after {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
}
.slick-slider .slick-arrow.slick-prev {
  left: 1.5%;
}
.slick-slider .slick-arrow.slick-prev:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 20px;
}
@media screen and (max-width: 767px) {
.summary-instructor-slider-sm {
    border-radius: 10px;
}
.summary-instructor-slider-sm .summary-name {
  padding: 5px 20px 10px;
}
}
/*---------------------------------------------------------
入会の流れ
---------------------------------------------------------*/
.flow-area-box{
    display: flex;
    flex-wrap: nowrap;
}
.flow-area-box > li{
    width: calc(100% / 4);
    margin: 0 2vw;
    position: relative;
}
.flow-area-box > li:after{
    content: " ";
    display: block;
    border-style: solid;
    border-width: 12px 0 12px 16px;
    border-color: transparent #007240 transparent;
    position: absolute;
    right: -15%;
    top: 50%;
    margin-top: -10px;
}
.flow-area-box > li:last-child:after{
  display: none;
}
.flow-area-step{
    background: #007440;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    display: block;
     padding: .5vh 0;
    margin: 0 0 1vh;
}
@media screen and (max-width: 768px) {
.flow-area-box {
    flex-direction: column;
}
.flow-area-box > li {
    width: calc(95% / 1);
    margin: 2vh 0;
}
.flow-area-box > li:after{
border-width: 6px 0 6px 8px;
        right: 50%;
        top: auto;
        bottom: -20px;
        margin-left: -6px;
        transform: rotate(90deg);
}
}
*---------------------------------------------------------
よくある質問
---------------------------------------------------------*/
.accordion > .accordion__item {
    margin: 0vh 0 2vh;
}
.accordion__item {
    cursor: pointer;
    margin: 0vh 0 2vh;
}
/* アコーディオンのタイトル */
.accordion__title {
    position: relative;
    cursor: pointer;
    border: 1px solid #007440;
    display: flex;
    align-items: center;
    padding-right: 25px;
    line-height: 1.2;
    background: #fff;
    color: #007440;
    font-weight: 700;
}
.q-number {
    height: 100%;
    min-height: 60px;
    background: #006f4f;
    color: #fff;
}
.q-number, .a-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 60px;
    margin-right: 10px;
    font-family: "din-2014", sans-serif;
    font-size: clamp(3rem, 3vw, 3rem);
}
/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #007440;
    width: 16px;
    height: 4px;
    transition: all 0.3s;
}
.accordion__title::after {
  transform: rotate(90deg);
}
.ans-ttl {
    color: #13a075;
    display: inline-block;
    font-weight: 700;
}
/* アコーディオンのコンテンツ */
.accordion__content {
    display: none;
    cursor: pointer;
    border-right: 1px solid #006f4f;
    border-left: 1px solid #006f4f;
    border-bottom: 1px solid #006f4f;
}
.faq-contents {
    display: flex;
    align-items: center;
    font-size: clamp(1.3rem, 1.6vw, 1.6rem);
    background: #fff;
}
.a-number {
    height: 100%;
    min-height: 60px;
    background: #fff;
    color: #006f4f;
}
.accordion__content.is-open {
  display: block;
}
.faq-contents-txt {
    padding: 1rem 1rem 1rem 0;
}
/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}
.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.q-number, .a-number {
    max-width: 50px;
}
}

/* オンライン受講について (囲み枠)*/
.point-box {
    position: relative;
    margin: 2vh 0 1vh;
    padding: 1.5vh 1.5vw;
    border: solid 2px #007440;
    border-radius: 4px;
    background:rgba(255,255,255,0.2);
}
.point-box .point-box-ttl {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-family: 'Poppins';
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    background: #fff;
    color: #007440;
    font-weight: 700;
}
.point-box > p {
    margin: 2vh 0;
    padding: 0;
    font-size: clamp(1.4rem, 1.6vw, 1.5rem);
    line-height: 1.4;
}
.point-box-li{
    display: flex;
    align-items: center;
    border: 2px dotted #007440;
}
.point-box-li > li p{
    padding: 10px 5px;
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
    line-height: 1.4;
}
.point-box-li li{
    color: #007440;
    font-weight: 700;
    padding: 0;
}
.point-box-li li:last-child{
    border-left: 2px dotted #007440;
}

.gtranslate_wrapper, .gt_container--rvaygv{
    text-align: right;
}
.gtranslate_wrapper img, .gt_container--rvaygv img{
    width: 24px !important;
}

/*---------------------------------------------------------
キャンペーン情報
---------------------------------------------------------*/
.hp-campaignArea{
    background: #F9F9F3;
    padding: 6vh 0;
}
.hp-campaign-ttl{
    margin: 0 0 3vh;
    background: transparent !important;
}
.hp-campaign-ttl span{
    color: #007440;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0 0.1vh;
    border-bottom: 3px solid #fac54c;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}
.hp-campaign-list{
    display: flex;
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    align-items: center;
    justify-content: center;
}
.hp-campaign-list li{
    padding: 0 1%;
}
.hp-campaign-list li img{
    width: 100%;
    max-width: 550px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.hp-campaignArea{
    padding: 4vh 0;
}
.hp-campaign-list{
    flex-direction: column;
}
.hp-campaign-list li{
    padding: 1% 0;
}
}

/*---------------------------------------------------------
満足度バッチ
---------------------------------------------------------*/
.culum-3-none,.culum-4-none{
    display: flex;
}
.culum-4-none > p{
    width: 25%;
}
.culum-3-none > *,
.culum-4-none > *{
    padding:1%;
}
.pr-pct img{
    position: absolute;
    /*right: -40%;*/
        bottom: 0;
    height: 420px;
}
.semi-ttl{
font-size: clamp(1.8rem, 4vw, 3rem);
}
.top-ttl{
font-size: clamp(2.2rem, 4vw, 5rem);
}
.t-c{text-align: center;}
.fw{font-weight: 700;
    line-height: 1.3;}
.mt-2{margin-top: 2vh;}
.mb-2{margin-bottom: 2vh;}
.fc-red{color: #d63031;}
@media screen and (max-width: 1024px) {
.pr-pct img {
    right: -5%;
    height: 350px;
}
}
@media screen and (max-width: 830px) {
.pr-pct img {
    right: -5%;
    height: 300px;
}
}
@media screen and (max-width: 480px) {
.txt{margin: 0 0 2vh;}
}
@media screen and (max-width: 350px) {
.pr-pct-sp img {
    height: 110px;
    right: 0px;
    top: -25px;
}
}