@charset "UTF-8";


/*================================================
 * mainVisual
================================================*/
#mainVisual {
  padding-bottom: 0;
  overflow: hidden;
  /* font-size: 0.694444vw; */
  font-size: clamp(1px, 0.694444vw, 1000px);
}

#mainVisual video {
  display: block;
  width: 100%;
  height: auto;
  /* min-height: 500px; */
  overflow: hidden;
  object-fit: cover;
  object-position: center bottom;
}

#mainVisual video.sp {
  display: none;
}

.mv_catch {
  position: absolute;
  top: 15em;
  left: 21em;
}

.mv_catch h3 {
  font-size: 1.6em;

  color: var(--color-primary);
  background: var(--color-white);
  font-weight: 600;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv_catch h2 {
  width: 47em;
  margin: 2em 0 1.5em;
}

.mv_catch p {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--color-white);
}

.mv_catch .btnArea {
  margin-top: 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.mv_catch .btnArea p {
  margin-bottom: 1em;
  font-size: 1.2em;
}

.mv_catch .btnArea a {
  gap: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 5em 1.3em;
  background: var(--color-white);
  line-height: 1.2;
  border-radius: 10000px;
}

.mv_catch .btnArea a span {
  font-size: 1.6em;
}

.mv_catch .btnArea a span small {
  font-size: 0.625em;
}

.mv_ill {
  position: absolute;
  width: 26em;
  bottom: 0;
  right: 7em;
}

.mv_fuki {
  position: absolute;
  width: 18em;
  top: 20%;
  left: 53%;
  z-index: 1;
}

/* fadeup */
.fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

#mainVisual.started .fadeup {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width:767px) {
  #mainVisual {
    font-size: clamp(1px, 2.6666vw, 100px);
  }

  #mainVisual video.sp {
    display: block;
  }

  #mainVisual video.pc {
    display: none;
  }

  #mainVisual video {
    width: 100%;
    min-height: unset;
  }

  .mv_catch {
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }

  .mv_catch h2 {
    width: 100%;
  }


  .mv_catch h3 {
    font-size: 1.2em;
  }

  .mv_catch p {
    margin-top: 1.5em;
  }

  .mv_catch .btnArea {
    width: 100%;
    margin: 37rem auto 0;
  }

  .mv_ill-inner {
    width: 100%;
    min-width: unset;
  }

  .mv_ill {
    width: 15rem;
    bottom: auto;
    left: auto;
    right: -3vw;
    top: 48rem;
  }

  .mv_fuki {
    width: 15rem;
    top: 42%;
    left: 3%;
  }

  .mv_catch .btnArea a {
    margin-left: auto;
    margin-right: auto;
  }
}

/*================================================
 * intro
================================================*/
#intro {
  padding: 10rem 0;
}

#intro .narrow {
  position: relative;
}

#intro .intro_img {
  position: absolute;
  width: 42.3%;
  top: -7%;
  right: 4%;
  z-index: -1;
  display: block;
}

#intro h2 {
  margin-bottom: 8rem;
}

#intro p {
  margin-top: 4rem;
  font-size: var(--fs16);
  line-height: 2;
}

@media screen and (max-width:767px) {
  #intro .intro_img {
    position: static;
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
  }
}

/*================================================
 * 
================================================*/

#strengths .wrap {
  background: var(--color-grad);
  padding: 8rem 0;
  border-radius: 1rem;
  color: var(--color-white);
}

#strengths h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: -4%;
  text-align: right;
  line-height: 1.6;
}

#strengths h2 .en {
  color: var(--color-white);
}

.strengths_list {
  max-width: 110rem;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.strengths_item {
  width: 44%;
  min-width: 335px;
  margin-top: -10rem;
}

.strengths_item.item02 {
  margin-left: auto;
}

.strengths_item>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
}

.strengths_item>div .num {
  font-size: 2.6rem;
  font-family: var(--Josefin);
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  min-width: 6rem;
  aspect-ratio: 1/1;
  background: var(--color-white);
  border-radius: 10000px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  padding-top: 1rem;
}

.strengths_item>div h3 {
  font-size: 1.6rem;
  font-weight: 600;
}

.strengths_item>div h3 span {
  font-size: 3rem;
  position: relative;
  z-index: 1;
}

.strengths_item>div h3 span::before {
  position: absolute;
  content: "";
  background: #60ACDF;
  width: 100%;
  height: 0.5rem;
  bottom: 4px;
  left: 0;
  right: 0;
  z-index: -1;
}

.strengths_item img {
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}


@media screen and (max-width:767px) {
  #strengths h2 {
    margin-right: 0;
  }

  .strengths_list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .strengths_item {
    width: 100%;
    min-width: unset;
    margin-top: 4rem;
  }

  .strengths_item>div {
    justify-content: start;
    gap: 0 1rem;
  }


}

/*================================================
 * voice
================================================*/


#voice::before {
  position: absolute;
  content: "";
  background: var(--color-gray);
  top: -20rem;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#voice h2 .ja {
  font-size: var(--fs22);
  font-weight: 500;
  line-height: 1.65;
}

#voice h2 .ja span {
  color: var(--color-primary);
}

.voice_slideArea {
  position: relative;
  margin-top: 4rem;
  padding-bottom: 8rem;
}

.voice_swiper .swiper-wrapper {
  align-items: stretch;
  height: 100%;
}

.voice_swiper .swiper-slide {
  background: var(--color-white);
  border-radius: 1rem;
  padding: 4rem 2.8%;
  height: auto;
  margin: 0 2vw;
  width: 41vw;
  min-width: 500px;
  /* max-width: 600px; */
}

.voice_swiper .swiper-slide .label {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.voice_swiper .swiper-slide .label span {
  display: inline-block;
  background: var(--color-yellow);
  color: var(--color-white);
  font-weight: 700;
  padding: 0.2rem 1rem;
  border-radius: 0.3rem;
}

.voice_swiper .slide_ttl {
  display: flex;
  align-items: center;
  gap: 1.5rem 3rem;
  margin-top: 2rem;
}

.voice_swiper .slide_ttl img {
  width: 11rem;
}

.voice_swiper .slide_ttl>div {
  width: calc(100% - 14rem);
}

.voice_swiper .slide_ttl>div p {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-align: right;
}

.voice_swiper .swiper-slide h3 {
  color: var(--color-primary);
  font-weight: 600;
  font-size: var(--fs20);
}

.voice_swiper .swiper-slide h3 span {
  position: relative;
}

.voice_swiper .swiper-slide h3 span::before {
  position: absolute;
  content: "";
  background: #DDF1FF;
  width: 100%;
  height: 0.8rem;
  bottom: 4px;
  left: 0;
  right: 0;
  z-index: -1;
}

.voice_swiper .swiper-slide p {
  font-size: 1.2rem;
  margin-top: 1.5em;
}

.voice_swiper .swiper-slide .slide_circle {
  max-width: 31rem;
  margin: 2rem auto 0;
}

.voice_slideArea .swiper-button-prev,
.voice_slideArea .swiper-button-next {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 0rem;
  width: 4rem;
  height: 4rem;
}

.voice_slideArea .swiper-button-prev {
  transform: translateX(-17.5rem);
}

.voice_slideArea .swiper-button-next {
  transform: translateX(13.5rem);
}

.voice_slideArea .swiper-button-prev::after,
.voice_slideArea .swiper-button-next::after {
  content: none;
}

.voice_slideArea .swiper-button-prev::before,
.voice_slideArea .swiper-button-next::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/slide_arrow.png);
  width: 4rem;
  height: 4rem;
  top: 0;
  left: 0;
}

.voice_slideArea .swiper-button-prev::before {
  transform: rotate(180deg);
}

.voice_slideArea .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 1rem !important;
}

.voice_slideArea .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

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

  .voice_swiper .swiper-slide {
    padding: 4rem 1rem;
    margin: 0 2vw;
    width: 86vw;
    min-width: unset;
  }

  .voice_swiper .swiper-slide .label {
    justify-content: center;
  }

  .voice_swiper .slide_ttl {
    flex-wrap: wrap;
    justify-content: center;
  }

  .voice_swiper .slide_ttl>div {
    width: 100%;
  }

  .voice_swiper .swiper-slide h3 {
    text-align: center;
  }

  .voice_slideArea .swiper-button-prev {
    transform: translateX(-12rem);
  }

  .voice_slideArea .swiper-button-next {
    transform: translateX(8rem);
  }
}

/*================================================
 * middle
================================================*/
#middle {
  background: url(../images/middle_section.jpg) no-repeat center/cover;
  color: var(--color-white);
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

#middle .narrow {
  padding: 14rem 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
}

#middle .narrow .middle_bg {
  position: absolute;
  font-family: var(--Josefin);
  font-size: 4.6rem;
  opacity: .4;
  right: -5rem;
  bottom: -1rem;
  line-height: 1;
}

#middle .middle_ttl h2 {
  font-size: var(--fs24);
  font-weight: 600;
  margin-bottom: 1rem;
}

#middle .fadeTop-height {
  height: 7rem;
}

#middle .middle_arrow {
  display: block;
  margin-left: 9rem;
}

#middle .middle_arrow img {
  width: 4rem;
}

#middle .middle_ttl h3 {
  max-width: 34rem;
  min-width: 30rem;
  margin-top: -2rem;
}

#middle .middle_txt {
  font-size: var(--fs16);
  margin-left: 6%;
}

#middle .middle_txt p:not(:first-of-type) {
  margin-top: 1.5em;
}

@media screen and (max-width:767px) {
  #middle {
    background: url(../images/middle_section_sp.jpg) no-repeat center/cover;
  }

  #middle .narrow {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    padding-top: 10rem;
  }

  #middle .narrow .middle_bg {
    font-size: 4rem;
    right: 0rem;

    white-space: nowrap;
    text-align: right;
  }

  #middle .middle_ttl h2 {
    text-align: center;
  }

  #middle .middle_txt {
    margin-left: 0;
  }

  #middle .middle_arrow {
    max-width: 3.5rem;
  }
}


/*================================================
 * reasons
================================================*/
#reasons {
  background: var(--color-bg-blue);
}

.reasons_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.reasons_box:last-of-type {
  margin-bottom: 0;
}

.reasons_box.reverse {
  flex-direction: row-reverse;
}

.reasons_box img {
  width: 27%;
  border-radius: 0.5rem;
}

.reasons_txt {
  width: 69%;
}

.reasons_txt h3 {
  color: var(--color-primary);
  font-size: var(--fs22);
  font-weight: 500;
}

.reasons_txt p {
  margin-top: 1em;
  line-height: 2;
}

@media screen and (max-width:767px) {
  .reasons_box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .reasons_box img {
    width: 60%;
    min-width: 300px;
  }

  .reasons_txt {
    width: 100%;
  }
}

/*================================================
 * service
================================================*/
#service h3 {
  color: var(--color-primary);
  font-size: var(--fs18);
  font-weight: 500;
}

#service .skill {
  margin: 2rem 0;
}

#service .skill span {
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  color: var(--color-white);
  font-size: var(--fs16);
  background: #B80101;
  font-weight: 600;
}

#service .skill span.css {
  background: var(--color-primary);
}

#service .skill span.php {
  background: #5d60b5;
}

#service .skill span.js {
  background: var(--color-yellow);
}

.s_humanSkill {
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.9fr 5fr;
  align-items: center;
  margin: 4rem 0;
}

.s_humanSkill div p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.s_humanSkill div p span {
  color: var(--color-primary);
  font-weight: 500;
}

.s_skill {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(6, 1fr);
}



.s_skill img:nth-of-type(2) {
  transition-delay: 0.2s;
}

.s_skill img:nth-of-type(3) {
  transition-delay: 0.3s;
}

.s_skill img:nth-of-type(4) {
  transition-delay: 0.4s;
}

.s_skill img:nth-of-type(5) {
  transition-delay: 0.5s;
}

.s_skill img:nth-of-type(6) {
  transition-delay: 0.6s;
}



@media screen and (max-width:767px) {
  .s_humanSkill {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    align-items: center;
    margin: 4rem 0;
  }

  .s_humanSkill img {
    width: 50%;
    margin: 0 auto;
  }

  .s_skill {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .s_skill img:nth-of-type(2) {
    transition-delay: 0.2s;
  }

  .s_skill img:nth-of-type(3) {
    transition-delay: 0s;
  }

  .s_skill img:nth-of-type(4) {
    transition-delay: 0.2s;
  }

  .s_skill img:nth-of-type(5) {
    transition-delay: 0s;
  }

  .s_skill img:nth-of-type(6) {
    transition-delay: 0.2s;
  }
}

/*================================================
 * instructor
================================================*/
#instructor {
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

#instructor .wrap {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: var(--color-white);
  color: var(--color-white);
  background: var(--color-grad);
  border-radius: 1rem;
}

.instructor_box {
  display: flex;
  justify-content: space-between;
  max-width: 92rem;
  margin: 0 auto;
}

.instructor_item {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.instructor_item h3 {
  text-align: center;
  font-size: var(--fs18);
  font-weight: 500;
  line-height: 1.8;
  flex-grow: 1;
}

.instructor_item h4 {
  text-align: center;
  font-size: var(--fs16);
  font-weight: 500;
}

.instructor_item h4 span {
  display: block;
  font-size: 1.2rem;
}

.instructor_item img {
  max-width: 23rem;
  margin: 2rem auto 1rem;
  display: block;
}

.instructor_pr {
  padding: 1.5rem 2rem;
  border: 2px dotted rgb(255 255 255 / 60%);
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.instructor_pr h5 {
  font-family: var(--Josefin);
}

.instructor_pr p {
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (max-width:767px) {
  .instructor_box {
    flex-wrap: wrap;
    gap: 6rem;
  }

  .instructor_item {
    width: 100%;
  }

}

/*================================================
 * flow
================================================*/
#flow::before {
  position: absolute;
  content: "";
  background: var(--color-bg-blue);
  top: -20rem;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#flow p {
  font-size: var(--fs16);
}

#flow p.ar-spal {
  text-align: right;
  font-size: 1.2rem;
  margin: 1rem 0 2rem;
}


#flow h3 {
  color: var(--color-primary);
  font-size: var(--fs16);
  margin-bottom: 1rem;
  font-weight: 500;
}


@media screen and (max-width:767px) {
  #flow p.ar-spal {
    text-align: left;
  }

}

/*================================================
 * 
================================================*/



@media screen and (max-width:767px) {
  #price .wrap {
    padding-right: 0;
  }

  #price .sp_scroll {
    padding-bottom: 2rem;
    overflow-x: scroll;
  }

  #price .sp_scroll img {
    min-width: 880px;
  }
}

/*================================================
 * qa
================================================*/
#qa {
  background: var(--color-bg-blue);
}

#qa .narrow {
  max-width: 91rem;
}

#qa h2 {
  line-height: 1.2;
  width: 100%;
  margin: 0;
}

#qa h2 .ja {
  font-size: 2.6rem;
  font-weight: 500;
}

.qa_read {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 2rem 1rem;
}

.qa_read img {
  width: 15rem;
  min-width: 15rem;
}

.qa_read p {
  width: calc(100% - 16rem);
  font-size: var(--fs18);
}

#accordion li {
  margin-top: 2rem;
}

#accordion .label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
}

#accordion .label h3 {
  cursor: pointer;
  background: var(--color-white);
  font-size: var(--fs16);
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  border-radius: 0.5rem;
  width: calc(100% - 8rem);
  position: relative;
  line-height: 1.4;
}

#accordion .label h3::before,
#accordion .label h3::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2px;
  border-radius: 1000px;
  background: #c6c6c6;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  transition: .4s;
}

#accordion .label h3::after {
  transform: rotate(90deg);
}

#accordion .label.open h3::before {
  background: var(--color-black);
}

#accordion .label.open h3::after {
  opacity: 0;
}

#accordion .label img {
  width: 7rem;
}

#accordion .detail {
  display: none;
}

#accordion .detail .inner {
  display: flex;
  align-items: start;
  gap: 1rem;
  margin-top: 2rem;
}

#accordion .detail .inner img {
  width: 10rem;
}

.detail_txt {
  width: calc(100% - 11rem);
  color: var(--color-white);
  font-size: var(--fs16);
  background: var(--color-primary);
  border-radius: 0.5rem;
  padding: 1.5rem;
}

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

  #qa h2 .ja {
    font-size: 2rem;
  }

  #qa h2 .ja span {
    display: inline-block;
  }

  .qa_read {
    gap: 4rem 1rem;
    margin-bottom: 4rem;
  }

  #qa .qa_read h2 {
    order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .qa_read h2.hd .en {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .qa_read img {
    order: 1;
  }

  .qa_read p {
    order: 3;
    width: 100%;
  }



  #accordion .label h3 {
    padding: 1.5rem 3.5rem 1.5rem 1rem;
    width: calc(100% - 7rem);
  }

  #accordion .label h3::before,
  #accordion .label h3::after {
    width: 1.6rem;
    right: 1rem;
  }

  #accordion .label img {
    width: 6rem;
  }

  #accordion .detail .inner img {
    width: 8rem;
  }

  .detail_txt {
    width: calc(100% - 9rem);
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
}

/*================================================
 * message
================================================*/
#message {
  background: var(--color-bg-blue);
}

#message .wrap {
  background: var(--color-white);
  padding: 6rem 5rem;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}

.message_box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.message_img {
  width: 30%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.message_img p {
  font-size: var(--fs16);
  margin-top: 1rem;
}

.message_txt {
  width: 64%;
}


.message_txt h3 {
  font-size: 1.8rem;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 4rem;
}

.message_txt p {
  margin-top: 1.5rem;
  font-size: var(--fs16);
}

.message_txt p span {
  color: var(--color-primary);
}

@media screen and (max-width:767px) {
  #message .wrap {
    padding: 10rem 1.5rem;
  }

  .message_box {
    flex-wrap: wrap;
  }

  .message_img {
    width: 100%;
    margin-top: 2rem;
  }

  .message_txt {
    width: 100%;
  }
}

/*================================================
 * cta
================================================*/
#cta {
  padding-bottom: 12rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#cta::before {
  position: absolute;
  content: "";
  background: url(../images/cta_bg.jpg) no-repeat center top/cover;
  height: calc(100% + 30rem);
  top: -30rem;
  left: 0;
  bottom: 0;
  right: 0;
}

#cta .inner {
  display: flex;
  align-items: end;
  justify-content: center;
  color: var(--color-white);
  position: relative;
  z-index: 1;
}

.cta_txt p {
  font-size: var(--fs16);
}

#cta .inner .btnArea {
  margin-left: 5.6%;
  min-width: 310px;
}

#cta .inner .btnArea p {
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (max-width:767px) {
  #cta::before {
    background: url(../images/middle_section_sp.jpg) no-repeat center top/cover;
  }

  #cta .inner {
    flex-wrap: wrap;
  }

  .cta_txt {
    width: 100%;
  }

  #cta .inner .btnArea {
    width: 100%;
    margin: 4rem 0 0;
  }

  #cta .inner .btnArea a {
    margin: 0 auto;
  }
}


/*================================================
 * 
================================================*/
/* fadeLeft-width */
.fadeTop-height span {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.8s ease;
  transition-delay: .3s;
}

.fadeTop-height.started span {
  height: 100%;
}

.fadeTop-height span img {
  display: block;
  width: 100%;
  height: auto;
}


/* fadeup */
.fadeup,
.fadeup_end {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fadeup.started {
  opacity: 1;
  transform: translateY(0px);
}

.fadeup_end.ended {
  opacity: 1;
  transform: translateY(0px);
}

.delay02 {
  transition-delay: 0.2s;
}

.delay03 {
  transition-delay: 0.3s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay05 {
  transition-delay: 0.5s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay08 {
  transition-delay: 0.8s;
}

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


/*================================================
 * 
================================================*/


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

/*================================================
 * 
================================================*/


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


/*================================================
 * 
================================================*/


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