@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 120px 0;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #ffffff;
  background-size: clamp(48px, 65%, 280px);
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #ecf4fd;
}

.com-gra-txt {
  display: inline-block;
  background: #0D70E5;
  background: linear-gradient(90deg, rgb(13, 112, 229) 0%, rgb(0, 163, 115) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.com-list-item {
  width: 100%;
  max-width: 340px;
  padding: 40px 18px 27px;
  background: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-list-num {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .com-list-num {
    font-size: 3rem;
  }
}
.com-list-num {
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  top: -28px;
  left: 15px;
}
.com-list-ttl {
  margin: 23px auto 0;
}
.com-list-ttl02 {
  display: flex;
  min-height: 80px;
  margin: auto;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-list-ttl02 {
    font-size: 1.5rem;
  }
}
.com-list-ttl02 {
  line-height: 1.5;
}
.com-list-txt {
  margin: 15px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-list-txt {
    font-size: 1.5rem;
  }
}
.com-list-txt {
  line-height: 1.38;
}

.com-voice {
  display: flex;
  margin: 60px auto 0;
  flex-wrap: wrap;
}
.com-voice-item {
  width: 100%;
  max-width: 340px;
  padding: 30px 20px 20px;
  background: #ecf4fd;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-voice-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-voice-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-voice-num {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .com-voice-num {
    font-size: 3rem;
  }
}
.com-voice-num {
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  left: 135px;
  top: -25px;
}
.com-voice-ttl {
  text-align: center;
}
.com-voice-ttl .name {
  display: inline-block;
  padding: 3px 10px;
  background: #00a373;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-voice-ttl .name {
    font-size: 1.5rem;
  }
}
.com-voice-ttl .name {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.2;
}
.com-voice-ttl .ttl {
  margin: 0 auto 0;
  border-bottom: 1px solid #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .com-voice-ttl .ttl {
    font-size: 1.5rem;
  }
}
.com-voice-ttl .ttl {
  letter-spacing: 0.04em;
  color: #0d70e5;
  line-height: 1.6;
}
.com-voice-txt {
  margin: 13px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-voice-txt {
    font-size: 1.5rem;
  }
}
.com-voice-txt {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.6;
}

.com-mail {
  display: flex;
  width: 260px;
  height: 80px;
  background: #00a373;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail {
  letter-spacing: 0.06em;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -4px;
  justify-content: center;
  align-items: center;
}
.com-mail::before {
  content: "";
  width: 17px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link {
  letter-spacing: 0.06em;
  color: #0d70e5;
  font-style: italic;
}
.com-tel-link .num {
  margin-left: 6px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link .num {
    font-size: 1.5rem;
  }
}
.com-tel-link .num {
  letter-spacing: 0.06em;
  color: #111111;
}
.com-tel-note {
  display: block;
  margin-top: 3px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.news-post {
  width: 100%;
  max-width: 680px;
}
.news-post-item {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .news-post-item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.news-post-link {
  display: block;
  padding-bottom: 20px;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 2px 5px 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 1px solid;
  font-size: 1.2rem;
  color: #00a373;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.news-post-time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.04em;
  color: #0d70e5;
  line-height: 1.5;
  flex-shrink: 0;
}
.news-post-ttl {
  margin-left: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #111111;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  width: 100%;
  margin: 60px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .com-tag > li:not(:nth-of-type(3n-2)) {
    margin-left: 15px;
  }
  .com-tag > li:nth-of-type(n+4) {
    margin-top: 23px;
  }
}
.com-tag-item {
  width: 100%;
  max-width: 350px;
}
.com-tag-link {
  max-width: 350px;
}
.com-tag-link span::after {
  width: 9px;
  height: 25px;
  background-image: url(../img/course/arw.png);
  right: 30px;
}

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

  main layout  all

========================================= */
/* top-news  PC
------------------------------------ */
#top-news .news-btn {
  margin-top: 50px;
}

/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-bg.png) no-repeat center top/cover;
}
#top-about .about-inner {
  position: relative;
}
#top-about .about-img {
  position: absolute;
  left: -360px;
  top: 130px;
}
#top-about .about-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-about .about-con {
    max-width: 600px;
    margin-left: auto;
  }
}
#top-about .about-ttl {
  text-align: left;
  position: relative;
}
#top-about .about-ttl .en {
  color: rgba(13, 112, 229, 0.08);
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #top-about .about-ttl .en {
    position: absolute;
    top: -100px;
    left: 0;
    font-size: 15rem;
    white-space: nowrap;
  }
}
#top-about .about-ttl .ja {
  letter-spacing: 0.06em;
}
#top-about .about-txt-box {
  margin-top: 46px;
}
#top-about .about-list {
  margin: 72px auto 0;
}
#top-about .about-list li {
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  #top-about .about-list li:nth-of-type(n+2) {
    margin-left: 15px;
  }
}
#top-about .about-list-btn {
  max-width: 100%;
}

/* top-course  PC
------------------------------------ */
#top-course {
  position: relative;
}
#top-course .course-bg {
  background: url(../img/top/course-bg-img.png) no-repeat calc(50% - 335px) top;
}
@media screen and (min-width: 768px) {
  #top-course .course-bg {
    background-size: 1250px;
  }
}
@media screen and (min-width: 1921px) {
  #top-course .course-bg {
    background-position: left top;
    background-size: 65.1%;
  }
}
#top-course .course-img {
  position: absolute;
  top: 0;
  right: calc(50% - 960px);
}
#top-course .course-txt {
  margin-top: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-course .course-txt {
    font-size: 1.5rem;
  }
}
#top-course .course-txt {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 2.22;
}
#top-course .course-btn {
  margin-top: 30px;
}

/* top-voice  PC
------------------------------------ */
#top-voice .voice-btn {
  margin: 90px auto 0;
}
#top-voice .com-voice-item {
  position: relative;
}
#top-voice .com-voice-item::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/top/voice-aro.png) no-repeat center/contain;
  position: absolute;
  left: 30px;
  bottom: -30px;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list-item {
  width: 33.33%;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  position: relative;
}
#top-bnr .bnr-list-item:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 93.3%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#top-bnr .bnr-list-link {
  display: flex;
  width: 100%;
  height: 450px;
  justify-content: center;
  align-items: center;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 28px) center, url(../img/top/bnr01.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 28px) center, url(../img/top/bnr02.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link03 {
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 28px) center, url(../img/top/bnr03.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-ttl {
  text-align: center;
  color: #fff;
  line-height: 1;
}
#top-bnr .bnr-list-ttl .en {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .en {
    font-size: 3rem;
  }
}
#top-bnr .bnr-list-ttl .en {
  letter-spacing: 0.04em;
}
#top-bnr .bnr-list-ttl .ja {
  margin-top: 22px;
  padding-top: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .ja {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-ttl .ja {
  letter-spacing: 0.06em;
  position: relative;
}
#top-bnr .bnr-list-ttl .ja::before {
  content: "";
  width: 50px;
  height: 1px;
  margin: auto;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

/* top-virus  PC
------------------------------------ */
#top-virus {
  background: url(../img/top/virus-bg.png) no-repeat center top/cover;
}
#top-virus .virus-txt {
  margin: 35px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-virus .virus-txt {
    font-size: 1.5rem;
  }
}
#top-virus .virus-txt {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 2.22;
}
#top-virus .virus-list {
  margin: 48px auto 0;
}

/* top-ayaka  PC
------------------------------------ */
#top-ayaka {
  position: relative;
  z-index: 0;
}
#top-ayaka::before {
  content: "";
  display: block;
  width: 1600px;
  height: 100%;
  background: #02b5ef;
  clip-path: polygon(204px 0%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: calc(50% - 960px);
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-ayaka::before {
    width: 83.3%;
    right: 0;
  }
}
#top-ayaka .ayaka-inner {
  position: relative;
}
#top-ayaka .ayaka-img {
  position: absolute;
  left: -360px;
  top: 128px;
}
#top-ayaka .ayaka-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-ayaka .ayaka-con {
    max-width: 580px;
    margin-left: auto;
  }
}
#top-ayaka .ayaka-txt {
  color: #fff;
}
#top-ayaka .ayaka-txt-box {
  margin-top: 30px;
}
#top-ayaka .ayaka-btn {
  margin-top: 50px;
}

/* top-service  PC
------------------------------------ */
#top-service .service-ttl .en {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-ttl .en {
    font-size: 4rem;
  }
}
#top-service .service-ttl .en {
  letter-spacing: 0.04em;
  color: #0d70e5;
  line-height: 1;
}
#top-service .service-ttl .ja {
  margin-top: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-ttl .ja {
    font-size: 2rem;
  }
}
#top-service .service-ttl .ja {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #top-service .service-list {
    max-width: 660px;
  }
  #top-service .service-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #top-service .service-list-item:nth-of-type(n+4) {
    margin-top: 26px;
  }
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  padding-bottom: 130px;
  position: relative;
}
.com-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 69.2%;
  background: url(../img/ptn/pat01.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.com-contact .contact-box {
  padding: 84px 0 100px;
  border: 1px solid #cccccc;
  background-color: #fff;
  box-shadow: 3.214px 3.83px 32px 8px rgba(17, 17, 17, 0.04);
}
.com-contact .contact-ttl .en {
  opacity: 0.2;
}
.com-contact .contact-list {
  margin: 47px auto 0;
}
.com-contact .contact-list li:nth-of-type(n+2) {
  margin-left: 40px;
}
.com-contact .contact-list-tel {
  padding: 33px 15px 33px 33px;
  background: #ecf4fd;
  text-align: center;
}
.com-contact .contact-list-tel-link {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-tel-link {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-tel-link .num {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-tel-link .num {
    font-size: 2.3rem;
  }
}
.com-contact .contact-list-tel-note {
  margin-top: 15px;
  text-align: left;
  font-size: 1.4rem;
}
.com-contact .contact-mail {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-mail {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-contact .contact-mail {
    width: 520px;
    height: 182px;
  }
}
.com-contact .contact-mail::before {
  width: 28px;
  height: 20px;
  margin-right: 25px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}

/* com-sns  PC
------------------------------------ */
.com-sns .sns-ttl {
  display: flex;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .com-sns .sns-ttl {
    font-size: 3rem;
  }
}
.com-sns .sns-ttl {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1;
  align-items: center;
}
.com-sns .sns-ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin-left: 25px;
  background: #111111;
}
.com-sns .sns-list {
  margin-left: 32px;
}
.com-sns .sns-list-item:nth-of-type(n+2) {
  margin-left: 40px;
}

/* com-app  PC
------------------------------------ */
.com-app .app-box {
  display: block;
  width: 100%;
  padding-top: 78px;
  background: url(../img/top/app-bg.jpg) no-repeat center top/cover;
  text-align: center;
  position: relative;
}
.com-app .app-box::before {
  content: "";
  display: block;
  width: 48px;
  height: 80px;
  background: url(../img/top/app-arw.png) no-repeat center/contain;
  position: absolute;
  right: 52px;
  bottom: 0;
}
.com-app .app-ttl {
  display: inline-block;
  padding: 5px 11px;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-app .app-ttl {
    font-size: 1.5rem;
  }
}
.com-app .app-ttl {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1;
}
.com-app .app-ttl-wrap .en {
  margin: auto;
  opacity: 0.1;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
}
.com-app .app-ttl-sub {
  display: inline-block;
  margin: 26px auto 0;
  border-bottom: 1px solid #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-app .app-ttl-sub {
    font-size: 1.5rem;
  }
}
.com-app .app-ttl-sub {
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
}
.com-app .app-flx {
  margin: 41px auto 0;
}
.com-app .app-list-item {
  display: inline-block;
  position: relative;
}
.com-app .app-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
.com-app .app-list-item::before {
  content: "";
  width: 20px;
  height: 22px;
  background: url(../img/top/app-check.png) no-repeat center/contain;
  position: absolute;
  left: 9px;
  top: -8px;
  z-index: 10;
}
.com-app .app-list-item p {
  padding: 10px 30px;
  background: #0D70E5;
  background: linear-gradient(90deg, rgb(13, 112, 229) 0%, rgb(0, 163, 115) 100%);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-app .app-list-item p {
    font-size: 1.5rem;
  }
}
.com-app .app-list-item p {
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 15px 100%);
}
.com-app .app-phone {
  margin-left: 23px;
}
.com-app .app-cta {
  width: 91.2%;
  height: 80px;
  padding-left: 90px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(50% + 170px) center #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-app .app-cta {
    font-size: 1.5rem;
  }
}
.com-app .app-cta {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 80px;
  clip-path: polygon(calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%, 0 0);
}

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

  sub layout  all

========================================= */
#about .breadcrumb li, #about .breadcrumb a, #about .breadcrumb li::after, #trainer .breadcrumb li, #trainer .breadcrumb a, #trainer .breadcrumb li::after, #flow .breadcrumb li, #flow .breadcrumb a, #flow .breadcrumb li::after, #qa .breadcrumb li, #qa .breadcrumb a, #qa .breadcrumb li::after {
  color: #fff;
}

/* about  PC
------------------------------------ */
#about .feature {
  background: url(../img/about/feature-bg.png) no-repeat center top/cover;
}
#about .feature-list {
  margin: 65px auto 0;
}
@media screen and (min-width: 768px) {
  #about .feature-list-item:nth-of-type(n+4) {
    margin-top: 62px;
  }
}
#about .feature-list-img {
  margin: 20px auto 0;
}
#about .feature-list-txt {
  text-align: left;
  line-height: 1.5;
}
#about .add {
  background: rgba(13, 112, 229, 0.1);
  background: linear-gradient(90deg, rgba(13, 112, 229, 0.1) 0%, rgba(0, 163, 115, 0.1) 100%);
}
#about .add .en {
  color: rgba(13, 112, 229, 0.08);
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  #about .add .en {
    font-size: 5rem;
  }
}
#about .add .ac01 {
  margin-left: 33px;
}
#about .add-img {
  margin: 60px auto 0;
}
#about .add-ttl {
  margin: 60px auto 0;
}
#about .add-txt {
  margin: 25px auto 0;
}
#about .training-ttl {
  text-align: center;
}
#about .training-ttl .en {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #about .training-ttl .en {
    font-size: 1.5rem;
  }
}
#about .training-ttl .en {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
}
#about .training-ttl .ja {
  margin: 23px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #about .training-ttl .ja {
    font-size: 2.5rem;
  }
}
#about .training-ttl .ja {
  letter-spacing: 0.06em;
  line-height: 1;
  color: #111111;
}
#about .training-list {
  margin: 70px auto 0;
}
#about .training-list-item {
  padding: 40px;
  background-color: #e7f1fc;
}
#about .training-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#about .training-list-ttl {
  display: inline-block;
  padding: 0 10px;
  background: #0d70e5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #about .training-list-ttl {
    font-size: 1.5rem;
  }
}
#about .training-list-ttl {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.5;
}
#about .training-list-txt {
  margin: 17px auto 0;
}
#about .training-list-detail {
  display: flex;
  margin: 30px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .training-list-detail-item {
  padding: 20px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about .training-list-detail-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#about .training-list-detail-txt {
  margin: 14px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #about .training-list-detail-txt {
    font-size: 1.5rem;
  }
}
#about .training-list-detail-txt {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#about .ex {
  background-size: auto auto;
  background-color: rgb(229, 246, 241);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 17px, rgb(224, 244, 238) 17px, rgb(224, 244, 238) 34px);
}
#about .ex-ttl .en {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  #about .ex-ttl .en {
    font-size: 4rem;
  }
}
#about .ex-ttl .en {
  color: rgba(13, 112, 229, 0.13);
}
#about .ex-ttl .ja {
  margin-top: -37px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #about .ex-ttl .ja {
    font-size: 2.5rem;
  }
}
#about .ex-ttl .ja {
  line-height: 1.4;
}
#about .ex-ttl .ja .ac {
  color: #0d70e5;
}
#about .ex-list {
  justify-content: center;
}
#about .ex-list-item {
  padding-top: 45px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  #about .ex-list-item:nth-of-type(n+4) {
    margin-top: 45px;
  }
}
#about .ex-list-ttl {
  padding-bottom: 12px;
  border-bottom: 1px solid #111111;
}
#about .ex-list-ttl .ttl {
  color: #111111;
  border: none;
}
#about .machine-list {
  margin: 65px auto 0;
}
#about .machine-list-item {
  width: 100%;
  max-width: 520px;
  background: #e7f1fc;
}
@media screen and (min-width: 768px) {
  #about .machine-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#about .machine-list-ttl {
  display: flex;
  min-height: 90px;
  padding: 15px 20px;
  background: #0d70e5;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #about .machine-list-ttl {
    font-size: 1.5rem;
  }
}
#about .machine-list-ttl {
  letter-spacing: 0.06em;
  line-height: 1.25;
  color: #fff;
  align-items: center;
  justify-content: center;
}
#about .machine-list-flx {
  padding: 20px;
}
#about .machine-list-img {
  width: 200px;
  height: 0;
  padding-top: 200px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .machine-list-img {
    margin-right: 38px;
    flex-shrink: 0;
  }
}
#about .machine-list-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #about .machine-list-txt {
    font-size: 1.5rem;
  }
}
#about .machine-list-txt {
  letter-spacing: 0.06em;
  color: #111111;
  white-space: pre-line;
  line-height: 1.4;
}

/* course  PC
------------------------------------ */
#course .personal-list {
  margin: 150px auto 0;
}
#course .personal-list-item:nth-of-type(n+2) {
  margin: 120px auto 0;
}
#course .personal-list-tag {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #course .personal-list-tag {
    font-size: 2.5rem;
  }
}
#course .personal-list-tag {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.2;
}
#course .list {
  margin: 35px auto 0;
}
#course .list-item {
  padding: 40px;
  background: #ecf4fd;
}
#course .list-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#course .list > li:nth-of-type(n+2) {
  margin: 67px auto 0;
}
#course .list-con {
  width: 100%;
  max-width: 620px;
}
#course .list-ttl {
  padding: 18px;
  background: #0d70e5;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #course .list-ttl {
    font-size: 1.5rem;
  }
}
#course .list-ttl {
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #fff;
}
#course .list-txt {
  margin: 30px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #course .list-txt {
    font-size: 1.5rem;
  }
}
#course .list-txt {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.5;
  white-space: pre-line;
}
#course .list-img {
  width: 400px;
  height: 0;
  padding-top: 250px;
  position: relative;
}
#course .list-btn {
  display: flex;
  margin: 30px auto 0;
  padding: 17px;
  background: #060817;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #course .list-btn {
    font-size: 1.5rem;
  }
}
#course .list-btn {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.5;
}
#course .list-btn::after {
  content: "";
  width: 24px;
  height: 8px;
  margin-left: 35px;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
}
#course .detail-box {
  padding: 60px 0;
  background: #ecf4fd;
}
#course .detail-box-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#course .detail-thumb {
  width: 100%;
  height: 0;
  margin: 40px auto 0;
  padding-top: 55.5%;
  position: relative;
}
#course .detail-list {
  margin: 30px auto 0;
}
#course .detail-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#course .detail-list-txt {
  margin: 10px auto 0;
  line-height: 1.66;
}
#course .detail-list-img {
  display: flex;
  margin: 20px auto 0;
}
#course .detail-list-img li {
  width: 100%;
  max-width: 340px;
}
#course .detail-list-img li:nth-of-type(n+2) {
  margin-left: 30px;
}
#course .detail-list-img-frame {
  width: 100%;
  height: 0;
  padding-top: 132.3%;
  position: relative;
}
#course .detail-list-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #course .detail-list-txt {
    font-size: 1.5rem;
  }
}
#course .detail-list-txt {
  letter-spacing: 0.06em;
  line-height: 1.55;
  white-space: pre-line;
}
#course .detail-list-txt a {
  color: #0d70e5;
  text-decoration: underline;
}
#course .detail-time {
  margin: 10px auto 0;
}
#course .detail-time li {
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #course .detail-time li {
    font-size: 1.5rem;
  }
}
#course .detail-time li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.5;
}
#course .detail-table {
  width: 100%;
  margin: 20px auto 0;
  background: #fff;
}
#course .detail-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
#course .detail-table tr:nth-of-type(n+2) td {
  border-top: 1px solid #cccccc;
}
#course .detail-table th, #course .detail-table td {
  padding: 8px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #course .detail-table th, #course .detail-table td {
    font-size: 1.5rem;
  }
}
#course .detail-table th, #course .detail-table td {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#course .detail-table th {
  width: 150px;
  background: #0042ff;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #course .detail-table th {
    white-space: nowrap;
  }
}
#course .detail-price {
  margin: 20px auto 0;
}
#course .detail-price li:nth-of-type(n+2) {
  margin: 5px 0 0;
}
#course .detail-price p {
  display: inline-block;
  padding: 2px 5px;
  background: rgba(6, 8, 23, 0.8);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #course .detail-price p {
    font-size: 1.5rem;
  }
}
#course .detail-price p {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.5;
  white-space: pre-line;
}

/* trainer  PC
------------------------------------ */
#trainer .trainer {
  margin-bottom: 130px;
  background: url(../img/trainer/trainer-bg.png) no-repeat center top/cover;
}
#trainer .trainer-ttl {
  margin: 55px auto 0;
}
#trainer .trainer-img {
  margin: 40px auto 0;
  text-align: center;
}
#trainer .trainer-txt {
  color: #fff;
}
#trainer .trainer-txt-box {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #trainer .trainer-txt-box {
    text-align: center;
  }
}
#trainer .trainer-list {
  margin: 67px auto 0;
  padding: 40px;
  background: #fff;
}
#trainer .trainer-list-item {
  display: flex;
}
#trainer .trainer-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#trainer .trainer-list-ttl {
  display: flex;
  width: 160px;
  background: #00a373;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #trainer .trainer-list-ttl {
    font-size: 1.5rem;
  }
}
#trainer .trainer-list-ttl {
  letter-spacing: 0.06em;
  color: #fff;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
#trainer .trainer-list-txt {
  margin-left: 19px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #trainer .trainer-list-txt {
    font-size: 1.5rem;
  }
}
#trainer .trainer-list-txt {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.66;
}

/* flow  PC
------------------------------------ */
#flow .flow {
  background: #0D70E5;
  background: linear-gradient(90deg, rgb(13, 112, 229) 0%, rgb(0, 163, 115) 100%);
}
#flow .flow-ttl .en {
  color: rgba(255, 255, 255, 0.1);
}
#flow .flow-list {
  margin: 60px auto 0;
}
#flow .flow-list-item {
  display: flex;
  padding: 30px;
  background: #fff;
  justify-content: space-between;
}
#flow .flow-list-item:nth-of-type(n+2) {
  margin: 120px auto 0;
  position: relative;
}
#flow .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 40px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}
#flow .flow-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #flow .flow-list-con {
    max-width: 600px;
  }
}
#flow .flow-list-ttl {
  display: flex;
  padding-bottom: 10px;
  align-items: center;
  border-bottom: 1px solid #111111;
}
#flow .flow-list-ttl .step {
  width: 120px;
  height: 50px;
  background: #00a373;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-ttl .step {
    font-size: 1.5rem;
  }
}
#flow .flow-list-ttl .step {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 50px;
}
#flow .flow-list-ttl .ja {
  margin-left: 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-ttl .ja {
    font-size: 1.5rem;
  }
}
#flow .flow-list-ttl .ja {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.5;
}
#flow .flow-list-txt {
  margin: 18px auto 0;
}
#flow .items-box {
  margin: 60px auto 0;
  padding: 30px;
  background: #ecf4fd;
}
#flow .items-box-ttl {
  padding: 15px;
  background: #0d70e5;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #flow .items-box-ttl {
    font-size: 1.5rem;
  }
}
#flow .items-box-ttl {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.5;
}
#flow .items-box-list {
  margin: 20px auto 0;
}
#flow .items-box-list li {
  padding-left: 27px;
  background: url(../img/flow/check.png) no-repeat left 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #flow .items-box-list li {
    font-size: 1.5rem;
  }
}
#flow .items-box-list li {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.6;
}
#flow .items-box-list li:nth-of-type(n+2) {
  margin-top: 10px;
}

/* qa  PC
------------------------------------ */
#qa .qa {
  background: #0d70e5;
}
#qa .qa-ttl .en {
  color: rgba(255, 255, 255, 0.1);
}
#qa .qa-list {
  margin: 60px auto 0;
}
#qa .qa-list-item {
  padding: 30px;
  background: #fff;
}
#qa .qa-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#qa .qa-list-ttl {
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #qa .qa-list-ttl {
    font-size: 1.5rem;
  }
}
#qa .qa-list-ttl {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.7;
  align-items: flex-start;
}
#qa .qa-list-ttl::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: #00a373;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #qa .qa-list-ttl::before {
    font-size: 1.5rem;
  }
}
#qa .qa-list-ttl::before {
  letter-spacing: 0.06em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 50%;
  line-height: 37px;
  flex-shrink: 0;
}
#qa .qa-list-txt {
  margin: 20px auto 0;
  padding: 25px 55px;
  background: #ecf4fd;
  line-height: 1.6;
  white-space: pre-line;
  position: relative;
}
#qa .qa-list-txt::before {
  content: "A";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #qa .qa-list-txt::before {
    font-size: 1.5rem;
  }
}
#qa .qa-list-txt::before {
  letter-spacing: 0.06em;
  color: #0d70e5;
  line-height: 1;
  position: absolute;
  left: 25px;
  top: 25px;
}

/* voice  PC
------------------------------------ */
#voice .voice-list {
  margin: 60px auto 0;
}
#voice .voice-list-item {
  padding: 30px;
  background: #ecf4fd;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#voice .voice-list-ttl {
  display: flex;
  align-items: center;
}
#voice .voice-list-ttl .ttl {
  margin: 0 0 0 14px;
  border: none;
}
#voice .voice-list-txt {
  margin: 20px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-txt {
    font-size: 1.5rem;
  }
}
#voice .voice-list-txt {
  letter-spacing: 0.06em;
  line-height: 1.6;
  white-space: pre-line;
}

/* info  PC
------------------------------------ */
#info .shop-flx {
  margin: 68px auto 0;
}
@media screen and (min-width: 768px) {
  #info .shop-img {
    margin-left: 15px;
    flex-shrink: 0;
  }
}
#info .ayaka {
  background: #02b5ef;
}
#info .ayaka-ttl {
  text-align: center;
}
#info .ayaka-flx {
  margin: 60px auto 0;
}
#info .ayaka-txt {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.2;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #info .ayaka-txt {
    font-size: 1.5rem;
  }
}
#info .ayaka-txt {
  letter-spacing: 0.06em;
}
#info .ayaka-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #info .ayaka-txt-box {
    max-width: 620px;
  }
}
#info .ayaka-list {
  display: flex;
  margin: 40px auto 0;
  justify-content: center;
}
#info .ayaka-list-item {
  width: 100%;
  max-width: 310px;
}
#info .ayaka-list-item:nth-of-type(n+2) {
  margin-left: 50px;
}
#info .ayaka-list-link02 span {
  background-image: url(../img/top/com-btn-arw.png), url(../img/ptn/ptn03.png);
}
#info .access {
  background: #0D70E5;
  background: linear-gradient(90deg, rgb(13, 112, 229) 0%, rgb(0, 163, 115) 100%);
}
#info .access-ttl .en {
  color: rgba(255, 255, 255, 0.1);
}
#info .access-list {
  margin: 60px auto 0;
}
#info .access-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#info .access-list-ttl {
  padding: 15px;
  background: #fff;
  color: #0d70e5;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #info .access-list-ttl {
    font-size: 1.5rem;
  }
}
#info .access-list-address {
  margin: 22px auto 0;
  text-align: center;
  color: #fff;
}
#info .access-list-ggmap {
  margin: 30px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-news-link {
  padding: 40px;
}
#news .com-news-ttl {
  margin: 0;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  margin: 50px auto 0;
  border: 1px solid #cccccc;
}
#contact .contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
#contact .contact-form-table tr:nth-of-type(n+2) td {
  border-top: 1px solid #cccccc;
}
#contact .contact-form-table th {
  background: #0d70e5;
  color: #fff;
}/*# sourceMappingURL=all.css.map */