@charset "UTF-8";

/**********************

// style.css

**********************/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese);


html{
  font-size : 62.5%;
}

@media screen and (max-width:750px){
  html{
    font-size : 2.5641vw;/* sp 390px design */
  }
}


body{
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: 'palt';
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing  : antialiased;
	-moz-osx-font-smoothing : grayscale;
  -webkit-text-size-adjust: 100%;
}

picture,
img{
  display : block;
  max-width : 100%;
}

a{
  display: block;
  transition: .2s;
}

a:hover,button:hover{
  filter: brightness(1.1);
}

sub{
  font-size:0.65em;
}

sup{
  font-size: 0.5em;
  vertical-align: super;
}

/*
// common style
*/

.onsp{
  display: none;
}

.commonBtn{
  align-items: center;
  border-radius: 1rem;
  display: flex;
  height: 8rem;
  justify-content: center;
  transition: .15s;
  z-index: 2;
}

.commonBtn:hover{
  box-shadow: 0 0 0 transparent;
  filter: brightness(1);
  transform: translate(0.1rem,0.5rem);
}



.commonSlider .slick-dots{
  bottom: -2rem !important;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translate(-50%,0);
}

.commonSlider .slick-dots li,
.commonSlider .slick-dots li button:before{
  height: 1rem !important;
  width: 1rem !important;
}

.commonSlider .slick-dots li{
  margin: 0 0.5rem;
}

.commonSlider .slick-dots li button {
  background-color: #b3b3b4 !important;
  border-radius: 100%;
  font-size:0;
  height: 1rem !important;
  margin: 0;
  padding: 0;
  width: 1rem !important;
}

.commonSlider .slick-dots li.slick-active button {
  background-color: #ffb400 !important;
}

.commonSlider .slick-dots li button:before{
  content:'' !important;
}

.commonSlider .slick-next,
.commonSlider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  height: 3.8rem !important;
  width: 3rem !important;
  z-index: 11;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  top:50%;
}
  
.commonSlider .slick-prev {
  left:0.8rem;
  transform: translate(0,0);
}

.commonSlider .slick-next{
  right: 0.8rem;
  transform: translate(0,0);
}

.commonSlider .slick-prev:before,
.commonSlider .slick-next:before{
  content:'';
  display: block;
  height: 3.8rem !important;
  width: 3rem !important;
}

.commonSlider .slick-prev:before {
  background: url("../images/sliderArrow--prev.png") no-repeat center center/100% auto;
}
  
.commonSlider .slick-next:before {
  background: url("../images/sliderArrow--next.png") no-repeat center center/100% auto;
}





.offer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  position: relative;
  width: 40rem;
}

.offer:before{
  background: url(../images/offer--bg_man--pc.png) no-repeat center center/100% auto;
  bottom:0;
  content:'';
  height: 14.3rem;
  left:-12.9rem;
  position: absolute;
  width: 6.4rem;
}

.offer:after{
  background: url(../images/offer--bg_woman--pc.png) no-repeat center center/100% auto;
  bottom:0;
  content:'';
  height: 12.5rem;
  right:-12.8rem;
  position: absolute;
  width: 5.9rem;
}

.offer__consultation{
  background: #ff711b;
  box-shadow: 0 0.5rem 0 #be4800;
  margin:  0 0 1.5rem;
  width: 40rem;
}

.offer__consultation img{
  margin: 0 0 0 4rem;
  width: 29.3rem;
}

.offer__seminar{
  background: #71c800;
  box-shadow: 0 0.5rem 0 #4f8c00;
  height: 6.4rem;
  margin: 0 0 1.5rem;
  position: relative;
  width: 40rem;
}

.mv__contents__offer .offer__seminar{
  margin: 0 0 0.7rem;
}

.offer__seminar img{
  margin: 0 0 0 4rem;
  width: 29.7rem;
}

.offer__contact{
  background: #fff;
  border:0.2rem solid #ffb400;
  box-shadow: 0 0.5rem 0 #e6a302;
  width: 19.2rem;
}

.offer__contact img{
  width: 14.2rem;
}

.offer__line{
  background: #06c755;
  box-shadow: 0 0.5rem 0 #008737;
  width: 19.2rem;
}

.offer__line img{
  width: 14.3rem;
}


.header,
.main,
.article,
.footer{
  margin: auto;
  min-width: 120rem;
  width: 100%;
}



/*
// contents
*/

.header--wrapper{
  background: #fff;
  left:0;
  position: fixed;
  top:0;
  width: 100%;
  z-index: 3;
}

.header{
  align-items: center;
  display: flex;
  height: 8.8rem;
  justify-content: space-between;
  margin: auto;
  padding: 0 4.1rem;
  transition: .2s;
  width: 120rem;
}

.header.scrolled{
  height: 6.4rem;
}

.header__logo{
  width: 11.6rem;
}

.header__nav{
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 2em 0 0;
  transition: .2s;
  width: 73.6rem;
}

.header.scrolled .header__nav{
  margin: 0;
}

.header__nav a{
  color:#000;
  font-size:1.4rem;
  font-weight: bold;
  text-decoration: none;
}

.header__nav a:hover{
  text-decoration: underline;
}


.header__btn{
  align-items: center;
  background: #ff711b;
  box-shadow: 0 0.3rem 0 #be4800;
  display: flex;
  height: 4.8rem;
  justify-content: center;
  width: 18.8rem;
}

.header__btn:hover{
  box-shadow: 0 0 0 transparent;
  filter: brightness(1);
  transform: translate(0.1rem,0.3rem);
}

.header__btn img{
  width: 14.8rem;
}



.main{
  padding:8.8rem 0 0;
}



.mv--wrapper{
  background: linear-gradient(transparent 71.672%,#ffe100 71.672%),
    url("../images/mv--bg--pc.png") no-repeat top -2vw right/120rem auto;
  height: 58.6rem;
  padding: 4rem 0 0;
  width: 100%;
}

@media screen and ( min-width:1200px){
  .mv--wrapper{
    background: linear-gradient(transparent 71.672%,#ffe100 71.672%),
      url("../images/mv--bg--pc.png") no-repeat top -2vw center/cover;
  }
}

.mv{
  margin: 0 auto 0;
  width: 99.2rem;
}

.mv__subHeading{
  margin: 0;
  width: 29.1rem;
}

.mv__heading{
  margin: 0 0 6.5rem -3.2rem;
  width: 47.7rem;
}

.mv__contents{
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mv__contents__list{
  align-items: center;
  display: flex;
  justify-content: space-between;
  order: 1;
  width: 50rem;
}

.mv__contents__list li{
  background: #fff;
  border:0.3rem solid #ffe100;
  border-radius: 100%;  
  height: 15.6rem;
  justify-content: center;
  padding: 1.5rem 0 0;
  text-align: center;
  width: 15.6rem;
}

.mv__contents__list img{
  margin: 0 auto 0.5rem;
  width: 12.1rem;
}

.mv__contents__list li div{
  font-size:1.792rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.35;
}

.mv__contents__offer{
  margin: 0;
}

.mv__contents__offer:before,
.mv__contents__offer:after{
  content:none;
}



.about--wrapper{
  background: url("../images/bg--diagonal-line.png") repeat-x left top/2.9rem auto,
    url("../images/bg--diagonal-line.png") repeat-x left bottom/2.9rem auto;
  background-color: #f0f0e6;
  padding: 6rem 0 7.2rem;
}

.about{
  margin: auto;
  width: 94rem;
}

.about__heading{
  margin: 0 auto 4rem;
  width: 54rem;
}

.about__list--wrapper{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 2.2rem;
}

.about__list{
  background: #fff;
  border:0.1rem solid #111111;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
  margin: 0 0 3rem;
  padding: 2.8rem 2.4rem;
  position:relative;
  width: 45.2rem;
}

.about__list__icon{
  left:-1.4rem;
  position: absolute;
  top:-1.4rem;
  width: 4rem;
}

.about__list__heading{
  font-size:2.4rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
  text-align: center;
}

.about__list__heading__text_small{
  font-size:2.2rem;
  font-weight: bold;
}

.about__list__image--wrapper{
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.about__list__image{
  width: 19.6rem;
}

.about__list__description{
  font-size:1.6rem;
  letter-spacing: 0;
  text-align: justify;
  width: 19.5rem;
}

.about__description{
  margin: auto;
  width: 71.7rem;
}



.nayami--wrapper{
  background: #23b6bc;
  margin: 0 0 4.5rem;
  padding: 3.2rem 0 4.3rem;
  position: relative;
}

.nayami--wrapper:after{
  bottom:-10.8rem;
  border-bottom:5.4rem solid transparent;
  border-left:10rem solid transparent;
  border-right:10rem solid transparent;
  border-top:5.4rem solid #23b6bc;
  content:'';
  height:5.4rem;
  left:50%;
  position: absolute;
  transform: translateX(-50%);
  width: 20rem;
}

.nayami{
  margin: auto;
  width: 100rem;
}

.nayami__heading{
  margin: 0 auto;
  width:47.4rem;
}

.nayami__image{
  margin: 0 auto;
  width: 100%;
}



.industry{
  padding: 2.5rem 0 0
}

.industry__heading{
  margin: auto;
  width: 80rem;
}

.industry__list--wrapper{
  background: #f0f0e6;
  padding: 4.8rem 0;
}

.industry__list{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 97.8rem;
}

.industry__list__image{
  width: 30.2rem;
}



.reason--wrapper{
  background: #ffe100;
  padding: 3rem 0 8rem;
}

.reason{
  margin: auto;
  width: 73.2rem;
}

.reason__heading{
  margin: 0 auto 4.3rem;
  width: 45.4rem;
}

.reason__list--wrapper{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 4.5rem;
  width: 100%;
}

.reason__list{
  background: #fff;
  border:0.1rem solid #010101;
  margin: 0 0 3rem;
  padding: 0 0 2rem;
  width:35rem; 
}

.reason__list__heading{
  margin: 0 0 1.5rem;
  width: 100%;
}

.reason__list__image{
  margin: 0 auto 1.2rem;
  width: 29.6rem;
}

.reason__list__description{
  font-size:1.4rem;
  margin: auto;
  width: 29.6rem;
}

.reason__description{
  margin: 0 auto 4.5rem;
  width: 62.7rem;
}

.reason__offer{
  
}



.uservoice{
  padding: 5rem 0 7.5rem;
}

.uservoice__heading{
  margin: 0 auto 3.5rem;
  width: 49.6rem;
}

.uservoice__list--wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 104rem;
}

.uservoice__list{
  border:0.1rem solid #111111;
  border-radius: 1rem;
  height: 52rem;
  padding:0 0 2rem;
  width: 32.2rem;
}

.uservoice__list__heading{
  background: #ffe100;
  border-top-left-radius:0.9rem;
  border-top-right-radius:0.9rem;
  font-size:1.6rem;
  letter-spacing: 0;
  text-align: center;
  padding: 0.8em 0;
}

.uservoice__list__heading__text_small{
  font-size:1.5rem;
}

.uservoice__list__image{
  margin: 2.5rem auto 2rem;
  width: 15.1rem;
}

.uservoice__list__description{
  font-size:1.3rem;
  margin: auto;
  width: 27.6rem;
}



.course{
  background: #f0f0e6;
  padding: 0 0 9rem;
}

.course__heading--wrapper{
  background: linear-gradient(#01093d 0% ,#01093d 53%, transparent 53%);
  margin: 0 0 5.5rem;
}

.course__heading{
  margin: 0 auto 5.8rem;
  width:120rem;
}

.course__detail--wrapper{
  margin: auto;
  width:89rem;
}

.course__detailTab{
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 83.4rem;
}

.course__detailTab__btn{
  align-items: center;
  background: #b3b3b4;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  color:#000;
  display: flex;
  height: 9.6rem;
  justify-content: center;
  padding: 0 2.4rem;
  width: 40rem;
}

.course__detailTab__btn--online{
  justify-content: flex-start;
}

.course__detailTab__btn.active{
  background: #23b6bc;
  color:#fff;
}

.course__detailTab__btn__icon{
  align-items: center;
  background: #ffe100;
  border-radius: 100%;
  color:#000;
  display: flex;
  font-size:1.617rem;
  font-weight: bold;
  height: 7rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin: 0 1rem 0 0;
  padding: 0 0 0 1em;
  text-indent: -0.5em;
  width: 7rem;
} 

.course__detailTab__btn__text{
  letter-spacing: 0.1em;
  width: 25.6rem;
}

.course__detailTab__btn--online .course__detailTab__btn__text{
  width: 25.6rem;
}

.course__detailTab__btn--subscription .course__detailTab__btn__text{
  width: 31.2rem;
}

.course__detailTab__btn__text dt{
  border-bottom:0.1rem solid #000;
  font-size:2.3rem;
  margin: 0 0 0.2em;
  padding: 0 0 0.2em;
  text-align: center;
}

.course__detailTab__btn__text dt h3{
  font-weight: bold;
}

.course__detailTab__btn.active .course__detailTab__btn__text dt{
  border-bottom:0.1rem solid #fff;
}

.course__detailTab__btn__text dd{
  font-size:1.6rem;
  text-align: center;
}


.course__detail{
  background: #fff;
  border:0.5rem solid #23b6bc;
  border-top:1rem solid #23b6bc;
  padding: 3.5rem 6rem 5.5rem;
}

.course__detail--subscription{
  display: none;
}

.course__detail__description{
  font-size:1.4rem;
  line-height: 2;
  margin: 0 0 5rem;
}

.course__detail__figure--wrapper{
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: auto;
}

.course__detail__figure{
  margin:0 7.8rem 0 0;
}

.course__detail__figure dt,
.course__detail__fee dt{
  align-items: center;
  background: #ffed66;
  border-radius: 100%;
  display: flex;
  font-size:1.5rem;
  height: 4.4rem;
  justify-content: center;
  margin:0 auto 2.8rem; 
  width: 24.4rem;
}

.course__detail--subscription .course__detail__figure dt{
  margin:0 auto 3.3rem; 
}

.course__detail__figure dd{
  width: 33.6rem;
}

.course__detail__fee{}

.course__detail__fee dt{
  margin:0 auto 5rem; 
}

.course__detail--subscription .course__detail__fee dt{
  margin:0 auto 3.8rem; 
}

.course__detail__fee dd{
  width: 27.8rem;
}

.course__detail__link{
  background: #ffe100;
  box-shadow: 0 0.5rem 0 #e6a302;
  height: 7rem;
  margin: 6.3rem auto 0;
  width: 29rem;
}

.course__detail__link img{
  width: 22rem;
}



.flow{
  background: #ffe100;
  padding: 3.5rem 0 7.5rem
}

.flow__heading{
  margin: 0 auto 3.4rem;
  width: 26.3rem;
}

.flow__list--wrapper{
  background: #fff;
  margin: 0 auto 7rem;
  padding: 5.4rem 0 5.2rem;
}

.flow__list{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 97rem;
}

.flow__list li{
  width: 33rem;
}

.flow__list li:last-child{
  width: 30rem;
}

.flow__description{
  margin: 0 auto 4.5rem;
  width: 58.7rem;
}



.instructor{
  padding: 5.2rem 0 6.6rem;
}

.instructor__heading{
  margin: 0 auto 5.2rem;
  width: 32.8rem;
}

.instructor__list--wrapper{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 73.8rem;
}

.instructor__list{
  border:0.1rem solid #111111;
  border-radius: 1rem; 
  height: 48rem;
  line-height: 1.35;
  margin: 0 0 2.5rem;
  padding: 2.2rem 2.4rem 0;
  width: 35.7rem;
}

.instructor__list:nth-child(3),
.instructor__list:nth-child(4){
  height: 50rem;
}

.instructor__list__image{
  margin: 0 auto 2rem;
  width: 13rem;
}

.instructor__list__subHeading{
  font-size:1.4rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.instructor__list__heading{
  align-items: center;
  background: #ffe100;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  font-size:1.8rem;
  font-weight: bold;
  justify-content: center;
  height: 5.2rem;
  line-height: 1;
  margin: 0 auto 1.5rem;
  text-align: center;
  width: 18.4rem;
}

.instructor__list__heading__EN{
  font-size:1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0.5rem auto 0;
}

.instructor__list__position{
  font-size: 1.2rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.instructor__list__description{
  font-size:1.3rem;
  letter-spacing: 0.04em;
}


.faq--wrapper{
  padding: 0 0 7.5rem;
}

.faq__heading--wrapper{
  background: #ffe100;
  margin: 0 0 7rem;
  padding: 4.8rem 0 4.6rem;
}

.faq__heading{
  margin: auto;
  width: 20.6rem;
}

.faq__list--wrapper{
  margin: auto;
  width: 79.6rem;
}

.faq__list{
  background: #ffe100;
  border:0.2rem solid #646464;
  border-radius: 1.2rem;
  font-size:1.6rem;
  line-height: 1.5;
  margin: 0 0 1.5rem;
  width: 100%;
}

.faq__list dt{
  align-items: center;
  background: #646464;
  border-radius: 1.2rem;
  box-shadow: 0 0.5rem 0 #242424;
  color:#fff;
  display: flex;
  font-weight: bold;
  height: 7rem;
  justify-content: flex-start;
  padding: 0 9rem 0 2.8rem;
  position: relative;
  margin: -0.6rem 0 0;
  width: 100%;
}

.faq__list dt:hover{
  cursor: pointer;
  transform: translate(0,0.5rem);
  filter: brightness(1.1);
}

.faq__list dt:after{
  background: url("../images/faq__list--accordion-icon.png") no-repeat center center/100% auto;
  content:'';
  height: 2rem;
  position: absolute;
  right:3rem;
  top:50%;
  transform: translateY(-50%);
  transition: .2s;
  width:2rem;
}

.faq__list dt.active:after{
  transform: translateY(-50%) rotate(-180deg);
}

.faq__list dt span{
  display: block;
  margin: 0 0 0 1.2em;
  text-indent: -1.2em;
}

.faq__list dd{
  display: none;
  padding: 2.3rem 2.8rem;
  width: 100%;
}



.requirements--wrapper{
  background: #ffe100;
  padding: 4.5rem 0 7.5rem;
}

.requirements__heading{
  margin: 0 auto 4.5rem;
  width: 15.3rem;
}

.requirements__list--wrapper{
  background: #fff;
  margin: 0 0 6.5rem;
  padding: 5rem 0 7.2rem;
}

.requirements__list--wrapper--inner{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 80.6rem;
}

.requirements__list{
  width: 36.2rem;
}

.requirements__list dt{
  font-size:1.8rem;
  font-weight: bold;
}

.requirements__list dd{
  font-size: 1.6rem;
  margin:0.7em 0 3rem 1.2em;
}

.requirements__list dd > ul > li{
  margin: 0 0 0 1em;
  text-indent: -1em;
}

.requirements__list__footnote{
  font-size:1.4rem;
  margin: -3rem 0 3rem 2em !important;
  text-indent: -1em;
}

.requirements__description{
  margin: 0 auto 4.5rem;
  width: 58.8rem;
}



.footer{
  padding: 0 0 3.5rem;
}
.footer__link{
  align-items: center;
  background: #01093d;
  display: flex;
  justify-content: center;
  height: 5.6rem;
  margin: 0 0 1.5rem;
}

.footer__link li{
  margin: 0 3.8rem;
}

.footer__link li a{
  color:#fff;
  font-size:1.4rem;
  text-decoration: none;
}

.footer__link li a:hover{
  text-decoration: underline;
}

.footer__company{
  font-size:1.3rem;
  text-align: center;
}

.footer__copyright{
  display: block;
  font-size:1rem;
  text-align: center;
}




/*
// sp style
*/

@media screen and ( max-width:750px){

/*
// common style
*/

.onsp{
  display: block;
}
  
.onpc{
  display: none;
}
  
.commonBtn{
  border-radius: 1rem;
  height: auto;
}
  
.section__descriptionImage{
  margin: 2rem auto 0;
  width: 32.8rem;
}

.offer{
  margin: auto;
  position: relative;
  width: 36.4rem;
}

.offer:before{
  content:none;
}

.offer:after{
  content:none;
}
  
.offer__consultation{
  height: 9.2rem;
  margin: 0 0 2rem;
  width: 100%;
}

.offer__consultation img{
  margin: 0 0 0 2.4rem;
  width: 28.9rem;
}

.offer__seminar{
  height: 7.3rem;
  margin: 0 0 2rem;
  width: 100%;
}

.offer__seminar img{
  margin: 0 0 0 2.4rem;
  width: 28.6rem;
}

.offer__contact{
  border:0.2rem solid #ffb400;
  height: 6.8rem;
  margin: 0 0 2rem;
  width: 17.5rem;
}

.offer__contact img{
  width: 13.2rem;
}

.offer__line{
  height: 6.8rem;
  width: 17.5rem;
}

.offer__line img{
  width: 14.2rem;
}


.header,
.main,
.article,
.footer{
  min-width: 32rem;
}



/*
// contents
*/

.header--wrapper{
  left:auto;
  position: static;
  top:auto;
}

.header{
  height: 6.4rem;
  justify-content: center;
  padding: 0;
  transition: 0;
  width: 100%;
}

.header.scrolled{
  height: 6.4rem;
}

.header__logo{
  width: 10.5rem;
}

.header__nav{
  display: none;
}

.header__btn{
  display: none;
}


  
.main{
  padding:0;
}



.mv--wrapper{
  background: linear-gradient(transparent 61.7%,#ffe100 61.7%),
    url("../images/mv--bg--sp.png") no-repeat top center/100% auto;
  height: 88.2rem;
  padding: 2rem 0 0;
  width: 100%;
}


.mv{
  width: 100%;
}

.mv__subHeading{
  margin: 0 auto 2rem;
  width: 33.2rem;
}

.mv__heading{
  margin: 0 auto 29.2rem;
  width: 36.4rem;
}

.mv__contents{
  display: block;
  width: 100%;
}

.mv__contents__list{
  margin: 0 auto 2.8rem;
  width: 38.2rem;
}

.mv__contents__list li{
  border:0.3rem solid #ffe100; 
  height: 12.6rem;
  padding: 1.2rem 0 0;
  width: 12.6rem;
}

.mv__contents__list img{
  margin: 0 auto 0.5rem;
  width: 10rem;
}

.mv__contents__list li div{
  font-size:1.457rem;
  line-height: 1.3;
}

.mv__contents__offer{
  margin: auto;
}

.mv__contents__offer:before,
.mv__contents__offer:after{
  content:none;
}
  
  
  
.about--wrapper{
  padding: 5.4rem 0 6.1rem;
}

.about{
  margin: auto;
  width: 100%;
}
  
.about__heading{
  margin: 0 auto 6rem;
  width: 35.6rem;
}

.about__list--wrapper{
  margin: 0 auto;
  width: 36.6rem;
}

.about__list{
  margin: 0 0 3.8rem;
  padding: 2.8rem 1.6rem;
  width: 17.6rem;
}

.about__list__icon{
  left:50%;
  top:-2.3rem;
  transform: translateX(-50%);
  width: 3.8rem;
}

.about__list__heading{
  font-size:1.8rem;
  line-height: 1.5;
  margin: 0 0 1.2rem;
}

.about__list__heading__text_small{
  font-size:1.6rem;
}

.about__list__image--wrapper{
  display: block;
}

.about__list__image{
  margin: 0 0 1.2rem;
  width: 100%;
}

.about__list__description{
  font-size:1.2rem;
  width: 100%;
}

.about__description{
  width: 29rem;
}



.nayami--wrapper{
  margin: 0 0 4.2rem;
  padding: 2.8rem 0 4.2rem;
}

.nayami--wrapper:after{
  bottom:-7.6rem;
  border-bottom:4rem solid transparent;
  border-left:7.7rem solid transparent;
  border-right:7.7rem solid transparent;
  border-top:4rem solid #23b6bc;
  height:4rem;
  width: 15.4rem;
}

.nayami{
  margin: auto;
  width: 100%;
}

.nayami__heading{
  margin: 0 auto 1rem;
  width:32.5rem;
}

.nayami__image{
  margin: 0 auto;
  width: 35.6rem;
}



.industry{
  padding: 2.5rem 0 0
}

.industry__heading{
  margin: auto;
  width: 36.7rem;
}

.industry__list--wrapper{
  padding: 0;
}

.industry__list{
  display: block;
  width: 100%;
}

.industry__list__image{
  padding: 0 0 4.2rem;
  width: 100%;
}



.reason--wrapper{
  background: #ffe100;
  padding: 1.7rem 0 4rem;
}

.reason{
  margin: auto;
  width: 100%;
}

.reason__heading{
  margin: 0 auto 3.2rem;
  width: 34rem;
}

.reason__list--wrapper{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 35rem;
}

.reason__list{
  margin: 0 0 2.5rem;
  padding: 0 0 2rem;
  width: 100%;
}

.reason__list__heading{
  margin: 0 0 1.4rem;
  width: 100%;
}

.reason__list__image{
  margin: 0 auto 1.8rem;
  width: 29.6rem;
}

.reason__list__description{
  font-size:1.4rem;
  margin: auto;
  width: 29.6rem;
}

.reason__description{
  margin: 0 auto 2rem;
  width: 36rem;
}

.reason__offer{
  
}



.uservoice{
  padding: 2.8rem 0 7.5rem;
}

.uservoice__heading{
  margin: 0 auto 3.5rem;
  width: 26.2rem;
}

.uservoice__list--wrapper{
  margin: auto;
  width: 100%;
}

.uservoice__list{
  margin: 0 2rem;
  height: 55rem;
  padding:0 0 2rem;
  width: 34.2rem;
}

.uservoice__list__heading{
  font-size:1.8rem;
  text-align: center;
  padding: 0.8em 0;
}

.uservoice__list__heading__text_small{
  font-size:1.6rem;
}

.uservoice__list__image{  
}

.uservoice__list__description{
  font-size:1.4rem;
  margin: auto;
  width: 29.8rem;
}

  
  
.course{
  padding: 0 0 3rem;
}

.course__heading--wrapper{
  background: none;
  margin: 0 0 3.4rem;
}

.course__heading{
  margin: 0 auto;
  width:100%;
}

.course__detail--wrapper{
  margin: auto;
  width:36.6rem;
}

.course__detailTab{
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 36rem;
}

.course__detailTab__btn{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  display: block;
  height: 11.1rem;
  padding: 2rem 1.2rem 0;
  position: relative;
  text-align: center;
  width: 17.4rem;
}

.course__detailTab__btn__icon{
  border-radius: 1.4rem;
  font-size:1.417rem;
  height: 2.8rem;
  justify-content: center;
  left:50%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: 0;
  top: -1.4rem;
  transform: translateX(-50%);
  width: 12rem;
} 

.course__detailTab__btn__text{
  width: 100%;
}

.course__detailTab__btn--online .course__detailTab__btn__text{
  width: 100%;
}

.course__detailTab__btn--subscription .course__detailTab__btn__text{
  width: 100%;
}

.course__detailTab__btn__text dt{
  font-size:1.7rem;
  letter-spacing: 0;
  margin: 0 0 0.4em;
  padding: 0 0 0.4em;
}

.course__detailTab__btn__text dd{
  font-size:1.2rem;
  line-height: 1.5;
}


.course__detail{
  padding: 1.6rem 1.6rem 3.5rem;
}

.course__detail__description{
  font-size:1.4rem;
  line-height: 2;
  margin: 0 0 3.5rem;
}

.course__detail__figure--wrapper{
  display: block;
  margin: auto;
}

.course__detail__figure{
  margin:0;
}

.course__detail__figure dt,
.course__detail__fee dt{
  font-size:1.6rem;
  margin:0 auto 1.5rem; 
}

.course__detail--subscription .course__detail__figure dt{
  margin:0 auto 1.5rem; 
}

.course__detail__figure dd{
  margin: 0 auto 4rem;
  width: 32rem;
}

.course__detail__fee{}

.course__detail__fee dt{
  margin:0 auto 2.5rem; 
}

.course__detail--subscription .course__detail__fee dt{
  margin:0 auto 2.5rem;  
}

.course__detail__fee dd{
  margin: 0 auto 3.3rem;
  width: 29.8rem;
}

.course__detail__link{
  height: 8rem;
  margin: 0 auto;
  width: 33rem;
}

.course__detail__link img{
  width: 27.5rem;
}
  
  

.flow{
  padding: 3rem 0 3.5rem
}

.flow__heading{
  margin: 0 auto 2.5rem;
  width: 26.5rem;
}

.flow__list--wrapper{
  margin: 0 auto 2.8rem;
  padding: 3rem 0 3.5rem;
}

.flow__list{
  display: block;
  width: 36.5rem;
}

.flow__list li{
  margin: -1rem 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
  
.flow__list li:first-child{
  margin: 0;
  z-index: 2;
}
  
.flow__list li:last-child{
  z-index: 0;
  width: 100%;
}

.flow__description{
  margin: 0 auto 2rem;
  width: 32.3rem;
}



.instructor{
  padding: 3.2rem 0 7.4rem;
}

.instructor__heading{
  margin: 0 auto 1.5rem;
  width: 32.8rem;
}

.instructor__list--wrapper{
  margin: auto;
  width: 100%;
}

.instructor__list{
  height: 52rem;
  margin: 0 2.4rem;
  padding: 2.2rem;
  width: 34.2rem;
}
  
.instructor__list:nth-child(3),
.instructor__list:nth-child(4){
  height: 52rem;
}

.instructor__list__image{
  width: 15.5rem;
}


.faq--wrapper{
  padding: 0 0 7.5rem;
}

.faq__heading--wrapper{
  margin: 0 0 2.8rem;
  padding: 3rem 0;
}

.faq__heading{
  margin: auto;
  width: 18.6rem;
}

.faq__list--wrapper{
  margin: auto;
  width: 36.4rem;
}

.faq__list{
  font-size:1.6rem;
  margin: 0 0 2rem;
  width: 100%;
}

.faq__list dt{
  display: block;
  height: auto;
  letter-spacing: 0;
  padding: 2rem 5rem 2rem 2rem;
  margin: -0.6rem 0 0;
  width: 100%;
}

.faq__list dt:after{
  right:2.3rem;
}

.faq__list dd{
  padding: 1.6rem 2rem;
  width: 100%;
}



.requirements--wrapper{
  padding: 3rem 0 4rem;
}

.requirements__heading{
  margin: 0 auto 3rem;
  width: 14rem;
}

.requirements__list--wrapper{
  margin: 0 0 3.5rem;
  padding: 3.8rem 0 4.5rem;
}

.requirements__list--wrapper--inner{
  display: block;
  margin: auto;
  width: 29.4rem;
}

.requirements__list{
  width: 29.4rem;
}

.requirements__description{
  margin: 0 auto 2rem;
  width: 36.2rem;
}



.footer{
  padding: 0 0 1.5rem;
}
  
.footer__link{
  display: block;
  height: auto;
  margin: 0 0 1rem;
  padding: 5rem 0;
  text-align: center;
}

.footer__link li{
  margin: 0 0 2.5rem;
}
  
.footer__link li:last-child{
  margin: 0;
}

.footer__link li a{
  font-size:1.6rem;
}

.footer__company{
  font-size:1.5rem;
}

.footer__copyright{
  font-size:1.2rem;
}

}





/*
// privacy-policy
*/

.privacy-policy .section{
  margin: auto;
  max-width: 80rem;
  padding: 6rem 3rem;
}

.privacy-policy h1{
  font-size:2.5em;
  font-weight: bold;
  margin: 0 0 1em;
}

.privacy-policy h2{
  font-size:2em;
  font-weight: bold;
  margin: 1.5em 0 1em;
}

.privacy-policy p{
  margin: 0 0 1em;
}

.privacy-policy ul{
  padding: 0 0 1em 2em;
}

.privacy-policy ul > li{
  margin: 0 0 0 2em;
  text-indent: -2em;
}

@media screen and ( max-width:750px){
  
  .privacy-policy h1{
    font-size:2em;
  }

  .privacy-policy h2{
    font-size:1.5em;
  }
}



/*
// law
*/

.law .section{
  margin: auto;
  max-width: 80rem;
  padding: 6rem 3rem;
}

.law h1{
  font-size:2.5em;
  font-weight: bold;
  margin: 0 0 1em;
}

.law dl{
  align-items: flex-start;
  border-bottom:1px solid #ccc;
  display: flex;
  width: 100%;
}

.law dl:last-child{
  border-bottom:none;
}

.law dt{
  color:#666;
  font-weight: bold;
  padding: 2rem 0;
  width: 20rem;
}

.law dd{
  padding: 2rem;
  width: 54rem;
}

.law dd a{
  color:#333;
  display: inline;
  text-decoration: underline;
}

@media screen and ( max-width:750px){
  .law h1{
    font-size:1.6em;
  }
  
  .law dl{
    display: block;
    width: 100%;
  }

  .law dt{
    padding: 2rem 0 0;
    width: 100%;
  }

  .law dd{
    padding: 1rem 0 2rem;
    width: 100%;
  }
  
}