@charset "UTF-8";
/** start top-php  **/
.c-button[data-type="tertiary"] {
  background-color: #fff;
  border: 1px solid #1978b1;
  color: #1978b1;
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

.c-button[data-type="tertiary"]:hover {
  background-color: #1978b1 !important;
  color: #fff !important;
}

.c-button[data-type="red"] {
  background-color: #d14271;
  color: #fff;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.c-button[data-type="red"]:hover {
  opacity: 0.8;
}

.c-button[data-type="deep-blue"] {
  background-color: #1884C4;
  color: #fff;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.c-button[data-type="deep-blue"]:hover {
  opacity: 0.8;
}

.is-sp {
  display: none;
}

#reason-1 .teachers-lists {
  margin-bottom: 40px;
}

#reason-1 .redir-button {
  display: block;
  height: 50px;
  margin-bottom: 20px;
}

#reason-1 .redir-button .c-button {
  float: right;
}

#reason-1 .redir-button .c-button i {
  top: 0;
  right: 210px;
}

.header .header__nav .header__lists li {
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}

.is-pc-inline {
  display: inline-block;
}

.is-pc-narrow {
  display: none;
}

@media screen and (max-width: 1085px) {
  .is-pc-narrow, .is-pc-inline {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
}

img {
  width: 100%;
}

.yellow {
  color: #ffed56;
  font-weight: 500;
}

.under-line {
  display: inline-block;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(0%, #ffed56));
  background: linear-gradient(transparent 53%, #ffed56 0%);
}

.inner {
  padding-right: 13.51351vw;
  padding-left: 13.51351vw;
}

@media screen and (max-width: 959px) {
  .inner {
    padding-right: 8vw;
    padding-left: 8vw;
  }
}

figure {
  margin: 0;
}

.l-main {
  overflow: hidden;
}

.p-top-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 13%;
}

@media screen and (max-width: 959px) {
  .p-top-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.2rem;
  }
}

.p-top-banner img,
.p-top-banner a:nth-child(1) img {
  width: 100%;
}

.p-top-banner a:nth-child(1) {
  margin-bottom: 0;
}

.mini-banner .p-top-banner__link {
  margin: 0 5px;
}

@media screen and (max-width: 959px) {
  .p-top-banner a:nth-child(1) {
    margin-bottom: 10px;
  }
}

.p-top-banner__link {
  width: 48%;
}

@media screen and (max-width: 959px) {
  .p-top-banner__link {
    width: 100%;
    margin: 0;
  }
}

.btn_free-lesson {
  position: fixed;
  bottom: 0.8%;
  z-index: 2;
  right: 2%;
  max-width: 250px;
  width: 10%;
}

@media screen and (max-width: 1024px) {
  .btn_free-lesson {
    bottom: 1.5%;
  }
}

@media screen and (max-width: 959px) {
  .btn_free-lesson {
    width: 20%;
    position: fixed;
    top: auto;
    z-index: 2;
  }
}

@media screen and (max-width: 599px) {
  .btn_free-lesson {
    max-width: 112px;
    width: 100%;
    bottom: 25px;
  }
}

.main-box {
  color: #26455c;
  background-color: #fff;
  line-height: 1.5;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 959px) {
  .main-box {
    margin-bottom: 40px;
  }
}

.main-box .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
}

@media screen and (max-width: 959px) {
  .main-box .deco {
    width: 40%;
  }
}

.main-box .reasons .inner {
  padding-bottom: 65px;
  padding-top: 120px;
}

@media screen and (max-width: 959px) {
  .main-box .reasons .inner {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}

.main-box .section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 695px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .main-box .section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 959px) {
  .main-box .section__header .txt-area {
    text-align: center;
  }
}

.main-box .header-ttl {
  font-size: 4rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .main-box .header-ttl {
    font-size: 3rem;
  }
}

.main-box .header-sub-ttl {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .main-box .header-sub-ttl {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

.main-box .bigger-blue {
  color: #1978b1;
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (max-width: 959px) {
  .main-box .bigger-blue {
    font-size: 2rem;
  }
}

.main-box .image-area {
  width: 200px;
  margin-left: 15px;
}

@media screen and (max-width: 959px) {
  .main-box .image-area {
    width: 140px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.main-box .box-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .main-box .box-lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 599px) {
  .main-box .box-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-box .list-item {
  width: 25%;
  background-color: #3d98cd;
  border-right: 1px solid #fff;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

@media screen and (max-width: 959px) {
  .main-box .list-item {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 599px) {
  .main-box .list-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}

.main-box .list-item.sec {
  background-color: #1884c4;
}

.main-box .list-item.third {
  background-color: #1470a7;
}

.main-box .list-item.forth {
  background-color: #075989;
}

.main-box .list-item a {
  display: block;
  padding: 24px 24px 16px 24px;
}

@media screen and (max-width: 599px) {
  .main-box .list-item a {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.main-box .list-item__ttl {
  font-weight: 500;
  font-size: 2.1vw;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 28px;
}

@media screen and (min-width: 1090px) {
  .main-box .list-item__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 959px) {
  .main-box .list-item__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  .main-box .list-item__ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

.main-box .list-item__ttl .smaller {
  font-size: 1.5rem;
  vertical-align: top;
}

@media screen and (max-width: 599px) {
  .main-box .list-item__ttl .smaller {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 599px) {
  .main-box .list-item .txt-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
  }
}

.main-box .list-item .arrow {
  width: 15px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .main-box .list-item .arrow {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.main-box .list-item .arrow img {
  vertical-align: bottom;
}

.main-box .list-item:hover {
  opacity: 0.8;
}

.main-box .upper-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .main-box .upper-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    width: 70px;
  }
}

.main-box .upper-area__number {
  font-weight: 500;
  font-size: 3.2rem;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .main-box .upper-area__number {
    font-size: 2rem;
  }
}

.main-box .upper-area__number span {
  width: 1px;
  height: 66px;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 45px;
  z-index: 1;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

@media screen and (max-width: 599px) {
  .main-box .upper-area__number span {
    top: 7px;
    height: 40px;
    left: 28px;
  }
}

.main-box .upper-area__image {
  max-width: 132px;
}

.main-box .txt-lists {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 40px;
  height: 175px;
}

@media screen and (max-width: 1090px) {
  .main-box .txt-lists {
    height: 210px;
  }
}

@media screen and (max-width: 959px) {
  .main-box .txt-lists {
    height: 160px;
  }
}

@media screen and (max-width: 599px) {
  .main-box .txt-lists {
    margin-bottom: 0;
    padding: 10px;
    height: auto;
  }
}

.main-box .txt-lists .lists-item {
  line-height: 1.3;
  font-family: "Noto Sans JP";
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 16px;
  color: #1470a7;
  padding-left: 1.6em;
  background: url("../images/pages/top/common/check__blue.svg") left 0px top 0.3em no-repeat;
  background-size: 0.8em auto;
}

@media screen and (max-width: 599px) {
  .main-box .txt-lists .lists-item {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.main-box .txt-lists .lists-item:last-child {
  margin-bottom: 0;
}

.main-box .c-button {
  max-width: 630px;
  width: auto;
  margin: 0 auto;
  font-size: 2rem;
  border-radius: 3em;
}

@media screen and (max-width: 599px) {
  .main-box .c-button {
    font-size: 1.4rem;
    max-width: 100%;
  }
}

.main-box .c-button__inner {
  height: 5em;
}

.companies .inner {
  padding: 120px 7vw;
}

@media screen and (max-width: 959px) {
  .companies .inner {
    margin-bottom: 30px;
    padding: 80px 7vw;
  }
}

.companies__wrap {
  margin-bottom: 40px;
}

.companies-ttl {
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 959px) {
  .companies-ttl {
    font-size: 24px;
  }
}

.swiper-container {
  margin-bottom: 100px;
}

@media screen and (max-width: 959px) {
  .swiper-container {
    margin-bottom: 0px;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper-slide img {
  width: auto;
}

.swiper-slide {
  margin: 0 20px;
}

@media screen and (max-width: 599px) {
  .swiper-slide {
    margin: 0 5px;
  }
}

.main-ttl {
  font-size: 2.5vw;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1440px) {
  .main-ttl {
    font-size: 36px;
  }
}

@media screen and (max-width: 959px) {
  .main-ttl {
    font-size: 3rem;
    line-height: 1.6;
  }
}

.reason-lists__items {
  width: calc(100% - 24px);
  max-width: 1280px;
  margin: 0 auto;

}

.reason-lists__items:not(:first-child) {
  margin-top: 40px;
}

.reason-lists__items:last-child {
  margin-bottom: 80px;
}

@media screen and (max-width: 959px) {
  .reason-lists__items:last-child {
    margin-bottom: 40px;
  }
}

.box-contents {
  margin-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .box-contents {
    margin-bottom: 80px;
  }
}

.box-contents__ttl {
  top: 0;
  left: 0;
  position: absolute;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .box-contents__ttl {
    margin-bottom: 30px;
  }
}

.box-contents .contents-ttl {
  line-height: 1.1;
  font-size: 2.8rem;
  margin-bottom: 2.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-contents .contents-ttl figure {
  margin-right: 15px;
  margin-top: 5px;
}

@media screen and (max-width: 959px) {
  .box-contents .contents-ttl figure {
    margin-top: 3px;
  }
}

.box-contents .contents-ttl h4 {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (min-width: 1440px) {
  .box-contents .contents-ttl {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 959px) {
  .box-contents .contents-ttl {
    font-size: 2rem;
  }
}

.box-contents .contents-main-txt {
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 2.5;
}

#reason-2 .box-contents .contents-main-txt {
  padding-right: 25px;
  margin-right: 86px;
}

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

  .box-contents .contents-main-txt {
    font-size: 1.5rem;
  }

  #reason-2 .box-contents .contents-main-txt {
    padding-right: unset;
    margin-right: unset;
  }
}

.box-contents .check {
  width: 32px;
}

@media screen and (max-width: 959px) {
  .box-contents .check {
    width: 24px;
  }
}

.box-contents .contents-main-txt {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  .box-contents .contents-main-txt {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}

.reason-box {
  padding-bottom: 120px;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .reason-box {
    padding-bottom: 50px;
  }
}

.reason-box .box-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.reason-box .box-ttl .deco {
  position: absolute;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  top: 0;
  right: 0;
  width: 19vw;
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl .deco {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .reason-box .box-ttl .deco {
    width: 275px;
  }
}

.reason-box .box-ttl__pict {
  margin-right: 3%;
  position: relative;
  background-color: #3d98cd;
  color: #fff;
  width: 245px;
  padding: 3.3vw 1.25vw 3.3vw 3.3vw;
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl__pict {
    width: 100%;
    margin-right: 0;
    padding: 16px 24px;
  }
}

@media screen and (min-width: 1440px) {
  .reason-box .box-ttl__pict {
    padding: 48px 18px 48px 48px;
  }
}

.reason-box .box-ttl__pict .pict {
  position: absolute;
  right: 18px;
  top: 9.7vw;
  width: 100px;
}

@media screen and (min-width: 1440px) {
  .reason-box .box-ttl__pict .pict {
    top: 140px;
  }
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl__pict .pict {
    width: 82px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.reason-box .box-ttl .pict-txt {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl .pict-txt {
    font-size: 1.2rem;
  }
}

.reason-box .box-ttl .pict-txt .slash {
  width: 1px;
  height: 18vw;
  background: #fff;
  position: absolute;
  top: 0.7vw;
  left: 137px;
  z-index: 1;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

@media screen and (min-width: 1250px) {
  .reason-box .box-ttl .pict-txt .slash {
    top: 10px;
    height: 223px;
  }
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl .pict-txt .slash {
    top: -5px;
    height: 100px;
    left: 110px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}

.reason-box .box-ttl .pict-number {
  display: block;
  font-size: 6rem;
  margin-top: 15px;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl .pict-number {
    font-size: 4rem;
    margin-top: 5px;
  }
}

.reason-box .box-ttl__txt {
  padding-top: 67px;
  padding-right: 10vw;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl__txt {
    padding: 24px 7% 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl__txt .main-ttl {
    text-align: center;
    font-weight: bold;
  }
}

.reason-box .box-ttl__txt .pict {
  width: 12.5vw;
  margin-right: 2vw;
}

@media screen and (min-width: 1440px) {
  .reason-box .box-ttl__txt .pict {
    width: 180px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl__txt .pict {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.reason-box .box-ttl__txt .pict_beginner {
  display: inline-block;
  width: 27px;
  margin-top: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 959px) {
  .reason-box .box-ttl__txt .pict_beginner {
    width: 18px;
    margin: 0;
  }
  .reason-box .box-ttl__txt .pict_beginner img {
    vertical-align: middle;
  }
}

.reason-box .c-button[data-type="strong"] {
  max-width: 630px;
  width: auto;
  margin: 0 auto;
  font-size: 2rem;
  border-radius: 3em;
}

@media screen and (max-width: 959px) {
  .reason-box .c-button[data-type="strong"] {
    font-size: 1.4rem;
    max-width: 95%;
  }
}

.reason-box .c-button[data-type="strong"] .c-button__inner {
  height: 5em;
}

.reason-box.first .box-ttl {
  margin-bottom: 0;
}

.reason-box.sec .box-ttl__pict {
  background-color: #1884C4;
}

.reason-box.third .box-ttl__pict {
  background-color: #1470a7;
}

.reason-box.forth .box-ttl__pict {
  background-color: #075989;
}

.box-contents-inner {
  padding-left: 7.8%;
  padding-right: 7.8%;
}

@media screen and (max-width: 959px) {
  .box-contents-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.reason-box.first .box-contents.trainer {
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  .reason-box.first .box-contents.trainer {
    margin-bottom: 40px;
  }
}

.reason-box.first .trainer .box-contents__ttl {
  padding-top: 5.5vw;
}

@media screen and (min-width: 1440px) {
  .reason-box.first .trainer .box-contents__ttl {
    padding-top: 80px;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.first .trainer .box-contents__ttl {
    padding: 0;
    margin-bottom: 30px;
  }
}

.reason-box.first .box-contents__image {
  margin-top: -13.8vw;
  display: block;
}

@media screen and (min-width: 1440px) {
  .reason-box.first .box-contents__image {
    margin-top: -200px;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.first .box-contents__image {
    margin-top: 0px;
  }
}

.teachers-lists {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .teachers-lists {
    padding: 0 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  #reason-1 .teachers-lists {
    margin-bottom: 20px;
  }
}

.teachers-lists .lists-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
}

@media screen and (max-width: 959px) {
  .teachers-lists .lists-item {
    line-height: 1.6;
    width: 100%;
    margin-bottom: 40px;
  }
}

.teachers-lists .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 959px) {
  .teachers-lists .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
  }
}

.teachers-lists .comment {
  font-family: "Noto Sans JP";
  background-color: #f1f8fc;
  margin-bottom: 35px;
  padding: 24px;
  border-radius: 5px;
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.teachers-lists .comment.is-sp {
  display:none;
}

@media screen and (max-width: 959px) {
  .teachers-lists .comment {
    font-size: 1.3rem;
    height: auto;
  }

  .teachers-lists .comment.is-sp {
    display:inline-block;
  }

}

.teachers-lists .comment:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 20px solid #f1f8fc;
}

.teachers-lists .teacher-image {
  margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .teachers-lists .teacher-image {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .teachers-lists .left {
    width: 45%;
  }
}

.teachers-lists .right {
  margin-top: auto;
}

@media screen and (max-width: 959px) {
  .teachers-lists .right {
    width: 50%;
    margin-top: 0;
  }
}

.teachers-lists .tag-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}

@media screen and (max-width: 959px) {
  .teachers-lists .tag-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.teachers-lists .tag {
  font-family: "Noto Sans JP";
  margin-right: 5px;
  border-radius: 2px;
  font-size: 1.3rem;
  text-align: center;
  width: 100px;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .teachers-lists .tag {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 5px 0;
  }
}

.teachers-lists .for-advance {
  background-color: #26455c;
  color: #fff;
}

.teachers-lists .for-advance p {
  padding: 5px 10px;
}

@media screen and (max-width: 959px) {
  .teachers-lists .for-advance p {
    padding: 2px 10px;
  }
}

.teachers-lists .for-beginner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #26455c;
}

.teachers-lists .for-beginner figure {
  width: 11px;
  display: inline-block;
  padding-top: 8px;
  margin-right: 5px;
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
  .teachers-lists .for-beginner figure {
    padding-top: 2px;
  }
}

.teachers-lists .lists-item__box {
  padding-top: 8px;
  padding-bottom: 20px;
  border-top: 1px solid #deeef7;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
}

@media screen and (max-width: 959px) {
  .teachers-lists .lists-item__box {
    width: 100%;
    margin-bottom: 0px;
    font-size: 1.1rem;
  }
}

.teachers-lists .name {
  font-size: 1.8rem;
  font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
}

@media screen and (max-width: 959px) {
  .teachers-lists .name {
    line-height: 1.2;
  }
}

.teachers-lists .yomi {
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .teachers-lists .yomi {
    font-size: 1.2rem;
  }
}

.btn-audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 50px;
  padding: 15px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1883c3;
  color: #fff;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  outline: none;
  font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: auto;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.btn-audio:hover {
  opacity: 0.8;
}

.btn-audio span {
  margin-right: 7px;
}

@media screen and (max-width: 959px) {
  .btn-audio {
    width: 80%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}

.search-banner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .search-banner .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.search-banner__image-area {
  width: 330px;
}

@media screen and (max-width: 959px) {
  .search-banner__image-area {
    width: 100%;
  }
}

.search-banner__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 6%;
  color: #fff;
  background-color: #26455c;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1290px) {
  .search-banner__text-area {
    padding: 60px 4%;
    font-size: 16px;
  }
}

@media screen and (max-width: 959px) {
  .search-banner__text-area {
    padding: 8% 6%;
  }
}

.search-banner__text-area .main-txt {
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .search-banner__text-area .main-txt {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1290px) {
  .search-banner__text-area .main-txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 959px) {
  .search-banner .c-button[data-type="tertiary"] {
    width: 80%;
    margin: 0 auto;
  }
}

.recruitment .p-processList__item {
  font-size: 20px;
  height: 250px;
}

@media screen and (max-width: 959px) {
  .recruitment .p-processList__item {
    height: 260px;
  }
}

@media screen and (max-width: 599px) {
  .recruitment .p-processList__item {
    height: 180px;
    font-size: 14px;
  }

  #reason-1 .teachers-lists {
    margin-bottom: 0;
  }
}

.recruitment .p-processList__item i {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 599px) {
  .recruitment .p-processList__item i {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
}

.recruitment .p-processList > li {
  padding-top: 35px;
  height: 313px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 599px) {
  .recruitment .p-processList > li {
    height: 222px;
    padding-top: 3.2rem;
  }
}

.recruitment .p-processList > li:after {
  background-image: none;
}

@media screen and (max-width: 599px) {
  .recruitment .p-processList > li[data-recruit] {
    width: 18%;
  }
}

.recruitment .p-processList > li[data-recruit] .p-processList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}

.recruitment .p-processList > li[data-recruit] .recruitment-icon {
  margin-top: 30px;
  width: 72px;
}

@media screen and (max-width: 599px) {
  .recruitment .p-processList > li[data-recruit] .recruitment-icon {
    width: 9vw;
  }
}

@media screen and (max-width: 599px) {
  .recruitment .p-processList > li[data-recruit] .recruitment-icon {
    width: 13vw;
  }
}

.recruitment .p-processList {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .recruitment .p-processList {
    width: 100%;
  }
}

.recruitment .p-processList > li:not(:first-child) {
  padding-left: 0;
}

.recruitment .p-processList > li:not(:first-child)::before {
  left: 0;
}

.recruitment .p-processList > li::before {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 959px) {
  .recruitment .p-processList > li::before {
    top: -1em;
  }
}

@media screen and (max-width: 599px) {
  .recruitment .p-processList > li::before {
    width: 28px;
    height: 28px;
    top: -0.75em;
  }
}

.recruitment .process-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .recruitment .process-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
}

.recruitment .process-list-wrap .pict-box {
  font-family: "Noto Sans JP";
  width: 120px;
  margin-top: 20px;
  margin-left: 15px;
}

@media screen and (max-width: 959px) {
  .recruitment .process-list-wrap .pict-box {
    width: auto;
    margin-left: auto;
    position: relative;
    margin-top: 25px;
    background: rgba(255, 237, 86, 0.6);
    color: #1883c3;
    padding: 14px 20px 18px 35px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 959px) {
  .recruitment .process-list-wrap .pict-box:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 40px;
    margin-left: -15px;
    border: 10px solid transparent;
    border-bottom: 20px solid rgba(255, 237, 86, 0.6);
  }
}

@media screen and (max-width: 599px) {
  .recruitment .process-list-wrap .pict-box:before {
    right: 13px;
  }
}

.recruitment .process-list-wrap .pict-box > .pict {
  margin-bottom: 10px;
}

.recruitment .process-list-wrap .pict-box li {
  list-style-type: disc;
}

.reason-box.sec .main-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .main-ttl-wrap {
    display: none;
  }
}

.reason-box.sec .level-up .box-contents__image {
  margin-top: 60px;
  padding: 23px;
  border: 1px solid #deeef7;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .level-up .box-contents__image {
    margin-top: 40px;
  }
}

.reason-box.sec .level-up .ttl-area {
  margin-bottom: 25px;
}

.reason-box.sec .level-up .image-sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .level-up .image-sub-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reason-box.sec .level-up .image-sub-ttl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reason-box.sec .level-up .logo {
  width: 140px;
  margin: 0 7px;
  margin-bottom: 3px;
}

.reason-box.sec .level-up .logo img {
  vertical-align: middle;
}

.reason-box.sec .level-up .image-main-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: #26455c;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .level-up .image-main-ttl {
    font-size: 1.8rem;
  }
}

.reason-box.sec .level-up .graph {
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .level-up .graph {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .reason-box.sec .level-up .graph {
    width: 100%;
  }
}

.reason-box.sec .level-up .c-button {
  width: 290px;
  margin-left: auto;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .level-up .c-button {
    width: 100%;
  }
}

.reason-box.sec .graduate {
  margin-bottom: 0;
}

.reason-box.sec .graduate .box-contents__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 65px;
}

#reason-2 .reason-box.sec .graduate .box-contents__ttl {
  justify-content: flex-start;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .graduate .box-contents__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    display: block;
  }
}

.reason-box.sec .graduate .box-contents__image {
  background-color: #f1f8fc;
  padding: 40px 40px 60px;
  margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .graduate .box-contents__image {
    padding: 24px 22px 40px;
  }
}

.reason-box.sec .graduate .wrap {
  width: 70%;
}

#reason-2 .reason-box.sec .graduate .wrap {
  /* adjusted for 50% image (Beginner Half image in top page) */
  width: unset;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .graduate .wrap {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.sec .graduate .contents-ttl {
    margin-right: 0;
  }
}

.reason-box.sec .graduate .image__graph {
  width: 220px;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .graduate .image__graph {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 520px) {
  .reason-box.sec .graduate .image__graph {
    width: 50%;
  }
}

.reason-box.sec .graduate .image-main-ttl {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .graduate .image-main-ttl {
    font-size: 1.8rem;
  }
}

.reason-box.sec .flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .reason-box.sec .flow-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reason-box.sec .flow-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .reason-box.sec .flow-box .box {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .reason-box.sec .flow-box .box:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.reason-box.sec .flow-box .box-lists {
  width: 100%;
}

.reason-box.sec .flow-box .lists-image {
  background-color: #fff;
  padding: 5%;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.reason-box.sec .flow-box .arrow {
  width: 20%;
  min-width: 60px;
  margin: 0 5px;
  margin-top: 20%;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .flow-box .arrow {
    margin-top: 22%;
    min-width: 40px;
  }
}

.reason-box.sec .flow-box .lists-caption {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .flow-box .lists-caption {
    font-size: 12px;
  }
}

.reason-box.sec .starter__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .starter__document {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reason-box.sec .starter .document-image {
  width: 65%;
  margin-right: 3%;
}

@media screen and (max-width: 1024px) {
  .reason-box.sec .starter .document-image {
    width: 50%;
  }
}

.reason-box.sec .starter .document-image.is-sp {
  width: 100%;
  margin-bottom: 10px;
}

.reason-box.sec .starter .document-txt {
  margin-top: 5%;
}

@media screen and (max-width: 1024px) {
  .reason-box.sec .starter .document-txt {
    margin-top: 0;
  }
}

.reason-box.sec .starter .txt-ttl {
  font-size: 28px;
  margin-bottom: 5%;
}

@media screen and (max-width: 1024px) {
  .reason-box.sec .starter .txt-ttl {
    margin-bottom: 2%;
  }
}

.reason-box.sec .starter .txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 20%;
}

@media screen and (max-width: 1024px) {
  .reason-box.sec .starter .txt {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.sec .starter .txt {
    font-size: 15px;
  }
}

.reason-box.sec .starter .c-button {
  width: 100%;
}

.reason-box.sec .voice-box {
  padding: 32px 58px;
  border: 1px solid #deeef7;
  margin-bottom: 82px;
  margin-top: 100px;
}

@media screen and (max-width: 959px) {
  .reason-box.sec .voice-box {
    padding: 12px;
    margin-bottom: 65px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.sec .voice-box .c-button__label {
    padding-left: 0;
  }
}

.reason-box.third .lessons .lessons-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .reason-box.third .lessons .lessons-lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 55px;
  }
}

.reason-box.third .lessons .lists-item {
  width: 24%;
  padding-bottom: 20px;
  border-bottom: 2px solid #1287cd;
}

@media screen and (max-width: 1024px) {
  .reason-box.third .lessons .lists-item {
    width: 47%;
    margin-bottom: 25px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.third .lessons .lists-item {
    padding: 0;
  }
}

.reason-box.third .lessons .lists-item__image {
  margin-bottom: 5px;
}

.reason-box.third .lessons .lists-item .caption {
  font-size: 17px;
  text-align: center;
  margin-bottom: 17px;
  line-height: 1.3;
  color: #1287CD;
}

@media screen and (max-width: 959px) {
  .reason-box.third .lessons .lists-item .caption {
    margin-bottom: 5px;
    font-size: 10px;
  }
}

.reason-box.third .lessons .lists-item__logo img {
  height: 28px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .lessons .lists-item__logo img {
    height: 16px;
  }
}

.reason-box.third .lessons .lists-item.other {
  border-bottom: 2px solid #d14271;
}

.reason-box.third .lessons .lists-item.other .caption {
  color: #d14271;
}

.reason-box.third .lessons .lists-item.assist {
  border-bottom: 2px solid #54ae3f;
}

.reason-box.third .lessons .lists-item.assist .caption {
  color: #54ae3f;
}

.reason-box.third .lessons .lists-item.assist .lists-item__logo {
  width: 170px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .reason-box.third .lessons .lists-item.assist .lists-item__logo {
    width: 95px;
  }
}

.reason-box.third .lessons .lists-item.discovery {
  border-bottom: 2px solid #ff9000;
}

.reason-box.third .lessons .lists-item.discovery .caption {
  color: #ff9000;
}

.reason-box.third .details .contents-ttl {
  padding-bottom: 40px;
  border-bottom: 2px solid #1287cd;
  margin-bottom: 25px;
}

.reason-box.third .details .about-lesson {
  margin-bottom: 40px;
}

.reason-box.third .details .about-lesson .logo {
  width: 250px;
  margin-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .details .about-lesson .logo {
    width: 200px;
    margin-bottom: 0;
  }
}

.reason-box.third .details .about-lesson .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .reason-box.third .details .about-lesson .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
  }
}

.reason-box.third .details .about-lesson .image {
  margin-right: 24px;
  max-width: 250px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .details .about-lesson .image {
    margin-right: 16px;
    max-width: auto;
    width: 40%;
  }
}

.reason-box.third .details .about-lesson .txt {
  font-family: "Noto Sans JP";
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 959px) {
  .reason-box.third .details .about-lesson .txt {
    font-size: 15px;
  }
}

.reason-box.third .details .about-lesson .caution {
  font-size: 14px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .details .about-lesson .caution {
    font-size: 12px;
  }
}

.reason-box.third .details .btn-area {
  text-align: right;
}

@media screen and (max-width: 959px) {
  .reason-box.third .details .btn-area {
    text-align: center;
  }
}

.reason-box.third .details .btn-area a {
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .reason-box.third .details .btn-area a {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
  }
}

.reason-box.third .details .caution {
  margin-top: 30px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .details .caution {
    margin-top: 10px;
  }
}

.reason-box.third .details.other .contents-ttl {
  border-bottom: 2px solid #d14271;
}

.reason-box.third .details.assist .contents-ttl {
  border-bottom: 2px solid #54ae3f;
}

.reason-box.third .details.discovery .contents-ttl {
  border-bottom: 2px solid #ff9000;
}

.reason-box.third .p-program__button {
  font-family: "Noto Sans JP";
  border-radius: 26px;
  width: 190px;
  font-size: 14px;
  height: 52px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .p-program__button {
    font-size: 13px;
    height: 45px;
    width: 170px;
  }
}

.reason-box.third .p-program__button:before {
  right: 22px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .p-program__button:before {
    width: 15px;
    height: 15px;
  }
}

.reason-box.third .bizmates .samples {
  border: 1px solid #deeef7;
  padding: 32px;
  margin-bottom: 25px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples {
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
}

.reason-box.third .bizmates .samples .level-lists {
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .level-lists {
    border-collapse: collapse;
  }
}

.reason-box.third .bizmates .samples .level-lists .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .level-lists .wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5%;
  }
}

.reason-box.third .bizmates .samples .lists-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .lists-item {
    border: 1px solid #339999;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .lists-item.zero {
    border: 1px solid #1784c4;
  }
}

.reason-box.third .bizmates .samples .lists-item.zero .item-ttl {
  background-color: #1784c4;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .lists-item.sec {
    border: 1px solid #cccc00;
  }
}

.reason-box.third .bizmates .samples .lists-item.sec .item-ttl {
  background-color: #cccc00;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .lists-item.third {
    border: 1px solid #db8336;
  }
}

.reason-box.third .bizmates .samples .lists-item.third .item-ttl {
  background-color: #db8336;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .lists-item.forth {
    border: 1px solid #e56a62;
  }
}

.reason-box.third .bizmates .samples .lists-item.forth .item-ttl {
  background-color: #e56a62;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .lists-item.fifth {
    border: 1px solid #996699;
    margin-bottom: 40px;
  }
}

.reason-box.third .bizmates .samples .lists-item.fifth .item-ttl {
  background-color: #996699;
}

.reason-box.third .bizmates .samples .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  background-color: #339999;
  color: #fff;
  padding: 12px 0;
  line-height: 1;
  width: 220px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .item-ttl {
    width: 25%;
    font-size: 19px;
  }
}

.reason-box.third .bizmates .samples .rank {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .rank {
    font-size: 10px;
  }
}

.reason-box.third .bizmates .samples .item-level-marker-container {
  position: absolute;
  margin-left: 161px;
}

.reason-box.third .bizmates .samples .item-level-marker {
  background: url("../images/pages/top/202107-banners/header/Beginner.svg") center no-repeat;
  width: 25px;
  display: inline-block;
}

.reason-box.third .bizmates .samples .item-level-marker.squeeze {
  position: relative;
  left: -17px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .item-level-marker-container {
    margin-left: 17px;
    margin-top: -80px;
  }

  .reason-box.third .bizmates .samples .item-level-marker {
    height: 29px;
    width: 31px;
  }
}

.reason-box.third .bizmates .samples .lists-item.one .item-level-marker-container {
  margin-left: 142px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .lists-item.one .item-level-marker-container {
    margin-left: -6px;
  }
}

.reason-box.third .bizmates .samples .item-description {
  font-family: "Noto Sans JP";
  font-size: 16px;
  padding: 0 2.5%;
}

@media screen and (max-width: 959px) {
  .reason-box.third .bizmates .samples .item-description {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
    padding: 0;
  }
}

.reason-box.third .bizmates .samples .bold {
  font-weight: 600;
}

.reason-box.third .other .lists-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}

@media screen and (max-width: 1024px) {
  .reason-box.third .other .lists-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.reason-box.third .other .lists-item.sec .item-ttl {
  background-color: #dc7496;
}

.reason-box.third .other .lists-item.third .item-ttl {
  background-color: #d55780;
}

.reason-box.third .other .lists-item.forth {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .reason-box.third .other .lists-item.forth {
    margin-bottom: 0;
  }
}

.reason-box.third .other .lists-item.forth .item-ttl {
  background-color: #b13961;
}

.reason-box.third .other .lists-item.forth .btn__view-more {
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .reason-box.third .other .lists-item.forth .btn__view-more {
    display: none;
  }
}

.reason-box.third .other .item-ttl {
  font-size: 24px;
  background-color: #e396af;
  color: #fff;
  padding: 12px 0;
  width: 250px;
  text-align: center;
  margin-right: 2.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  .reason-box.third .other .item-ttl {
    width: 24%;
  }
}

@media screen and (max-width: 1024px) {
  .reason-box.third .other .item-ttl {
    margin-right: 0;
    font-size: 20px;
    width: 100%;
    margin-bottom: 3%;
    height: 52px;
  }
}

.reason-box.third .other .lessons {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 2.3%;
  padding-bottom: 2.3%;
  margin-right: 2.3%;
}

@media screen and (max-width: 1024px) {
  .reason-box.third .other .lessons {
    margin-right: 0;
    padding: 0;
    margin-bottom: 15px;
  }
}

.reason-box.third .other .lessons-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.reason-box.third .other .lessons-box:last-child {
  margin-bottom: 0;
}

.reason-box.third .other .lessons-name {
  margin-right: 2.3%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 14px 5px;
  text-align: center;
  border: 1px solid #d1d4d7;
}

@media screen and (max-width: 1024px) {
  .reason-box.third .other .lessons-name {
    padding: 12px 0 10px;
  }
}

.reason-box.third .other .en-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .reason-box.third .other .en-name {
    font-size: 15px;
  }
}

.reason-box.third .other .ja-name {
  font-family: "Noto Sans JP";
  font-size: 12px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .other .ja-name {
    font-size: 10px;
  }
}

.reason-box.third .other .btn__view-more {
  padding-right: 2.3%;
  padding-bottom: 3.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .reason-box.third .other .btn__view-more {
    margin: 16px auto 0;
    padding: 0;
  }
}

.reason-box.third .other .c-button {
  width: 180px;
  border-radius: 3rem;
}

.reason-box.third .other .c-button__inner {
  height: 48px;
}

.reason-box.third .other .p-program__button {
  color: #d14271;
}

@media screen and (max-width: 959px) {
  .reason-box.third .other .p-program__button {
    font-size: 12px;
    width: 128px;
  }
}

.reason-box.third .other .p-program__button:before {
  background: url("../images/common/plus_circle_red.svg") no-repeat;
}

@media screen and (max-width: 959px) {
  .reason-box.third .other .p-program__button:before {
    right: 13px;
    top: 4px;
  }
}

.reason-box.third .other .contact-box {
  margin: 2.3% 2.3% 2.3% 0;
  text-align: center;
  border: 1px solid #d1d4d7;
  padding: 14px 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .reason-box.third .other .contact-box {
    margin: 0;
  }
}

.reason-box.third .other .caution {
  margin-top: 15px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .other .caution {
    font-size: 11px;
    margin-top: 10px;
  }
}

.reason-box.third .other .link-to-contact {
  display: block;
}

@media screen and (max-width: 959px) {
  .reason-box.third .other .link-to-contact {
    font-size: 11px;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.third .assist .about-lesson .logo {
    width: 160px;
  }
}

.reason-box.third .assist .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .reason-box.third .assist .example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reason-box.third .assist .example-ttl {
  height: 155px;
  font-size: 20px;
  background-color: #54ae3f;
  color: #fff;
  padding: 12px 0;
  line-height: 1.5;
  width: 250px;
  text-align: center;
  margin-right: 2.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .reason-box.third .assist .example-ttl {
    margin-right: 0;
    font-size: 20px;
    height: 82px;
    width: 100%;
    margin-bottom: 4.6%;
  }
}

.reason-box.third .assist .example-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 959px) {
  .reason-box.third .assist .example-lists {
    width: 100%;
  }
}

.reason-box.third .assist .lists-item {
  width: 48.5%;
  margin-bottom: 2.3%;
  padding: 24px;
  border: 1px solid #d1d4d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reason-box.third .assist .lists-item:nth-child(n + 3) {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .reason-box.third .assist .lists-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 48%;
    margin-bottom: 4.6%;
    padding: 10px 5px 15px;
  }
}

.reason-box.third .assist .list-ttl {
  font-family: "Noto Sans JP";
  font-size: 16px;
  margin-right: 10px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .assist .list-ttl {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    margin-right: 0;
  }
}

.reason-box.third .assist .list-image {
  width: 50%;
}

@media screen and (max-width: 959px) {
  .reason-box.third .assist .list-image {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.third .discovery .about-lesson .logo {
    width: 120px;
  }
}

.reason-box.third .discovery .samples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .reason-box.third .discovery .samples {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reason-box.third .discovery .samples .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 959px) {
  .reason-box.third .discovery .samples .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reason-box.third .discovery .samples-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  background-color: #ff9000;
  color: #fff;
  padding: 12px 0;
  line-height: 1.5;
  width: 250px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .reason-box.third .discovery .samples-ttl {
    width: 100%;
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.reason-box.third .discovery .samples-lists {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2.5%;
}

@media screen and (max-width: 959px) {
  .reason-box.third .discovery .samples-lists {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
}

.reason-box.third .discovery .lists-item {
  border: 1px solid #d1d4d7;
  padding: 7px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .discovery .lists-item {
    font-size: 16px;
  }
}

.reason-box.third .discovery .lists-item:last-child {
  margin-bottom: 0;
}

.reason-box.third .discovery .p-program__button {
  color: #ff9000;
}

.reason-box.third .discovery .p-program__button:before {
  background: url("../images/common/plus_circle_orange.svg") no-repeat;
}

.reason-box.third .taiken_movie {
  border: 1px solid #deeef7;
  padding: 32px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .taiken_movie {
    padding: 12px;
  }
}

.reason-box.third .taiken_movie-ttl {
  font-size: 28px;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .reason-box.third .taiken_movie-ttl {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.reason-box.third .taiken_movie_description {
  padding: 5% 0 0 12%;
}

@media screen and (max-width: 1024px) {
  .reason-box.third .taiken_movie_description {
    padding-top: 0;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.third .taiken_movie_description {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.reason-box.third .taiken_movie .description-ttl {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 3%;
}

@media screen and (max-width: 959px) {
  .reason-box.third .taiken_movie .description-ttl {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.reason-box.third .taiken_movie .description-txt {
  margin-bottom: 4%;
  line-height: 2;
}

@media screen and (max-width: 959px) {
  .reason-box.third .taiken_movie .description-txt {
    margin-bottom: 25px;
    margin: 0 auto;
    max-width: 330px;
    margin-bottom: 24px;
    font-size: 13px;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.third .taiken_movie .description-txt p {
    display: inline-block;
  }
}

.reason-box.third .taiken_movie .c-button {
  max-width: 290px;
  margin: 0;
  margin-right: auto;
}

@media screen and (max-width: 959px) {
  .reason-box.third .taiken_movie .c-button {
    margin: 0 auto;
  }
}

.reason-box.third .taiken_movie .c-button__inner {
  height: 3em;
}

.reason-box.third .taiken_movie .c-button__label {
  font-size: 14px;
  padding-right: 0;
}

@media screen and (max-width: 959px) {
  .reason-box.third .box-contents.details.bizmates {
    margin-bottom: 40px;
  }
}

.reason-box.third .box-contents.details.other .logo {
  width: 220px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .box-contents.details.other .logo {
    width: 180px;
  }
}

.reason-box.third .box-contents.details.assist .logo {
  width: 195px;
}

@media screen and (max-width: 959px) {
  .reason-box.third .box-contents.details.assist .logo {
    width: 155px;
  }
}

.reason-box.third .box-contents.details.discovery {
  margin-bottom: 0;
}

.reason-box.third .box-contents.details.discovery .logo {
  width: 115px;
}

.reason-box.forth .box-contents.txt-box {
  margin-bottom: 80px;
}

.reason-box.forth .box-contents.table-area {
  max-width: 845px;
  margin-right: auto;
  margin-left: auto;
}

.reason-box.forth .box-contents .table-ttl {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #1978b1;
  background-color: #f1f8fc;
  padding: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .box-contents .table-ttl {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

.reason-box.forth .box-contents:last-child {
  margin-bottom: 0;
}

.reason-box.forth .box-contents .main__txt {
  font-family: "Noto Sans JP";
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .box-contents .main__txt {
    font-size: 15px;
    text-align: left;
  }
}

.reason-box.forth .box-contents .main__txt .turn-red {
  font-size: 24px;
  font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
  color: #ef5093;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .box-contents .main__txt .turn-red {
    font-size: 20px;
  }
}

.reason-box.forth .box-contents .main__txt .smaller {
  font-size: 15px;
  vertical-align: top;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .box-contents .main__txt .smaller {
    font-size: 12px;
  }
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table-area .wrapper {
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    padding: 8px 0 20px;
  }
}

.reason-box.forth .table-area .box-contents-inner {
  padding-left: 12px;
  padding-right: 12px;
}

.reason-box.forth .table {
  text-align: center;
  font-family: "Noto Sans JP";
  width: 100%;
  font-weight: 300;
  min-width: 525px;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table {
    max-width: 599px;
  }
}

.reason-box.forth .table .table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason-box.forth .table .c-link {
  color: #fff;
}

.reason-box.forth .table .column.terms {
  width: 20%;
  font-weight: 500;
  font-size: 14px;
}

.reason-box.forth .table .column.bizmates {
  position: relative;
  width: 30%;
  margin-top: -15px;
  -webkit-box-shadow: 1px 1px 6px rgba(38, 69, 92, 0.4);
  box-shadow: 1px 1px 6px rgba(38, 69, 92, 0.4);
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column.bizmates {
    margin-top: -8px;
  }
}

.reason-box.forth .table .column.bizmates .box {
  border-right: none;
  border-left: none;
  background-color: #3d98cd;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column.bizmates .box {
    height: 65px;
  }
}

.reason-box.forth .table .column.bizmates .box.company-name {
  font-size: 28px;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column.bizmates .box.company-name {
    font-size: 15px;
  }
}

.reason-box.forth .table .column.bizmates .box.long {
  height: 89px;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column.bizmates .box.long {
    height: 65px;
  }
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column.bizmates .box.m-long-sp {
    height: 72px;
  }
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column.bizmates .box.long-sp {
    height: 87px;
  }
}

.reason-box.forth .table .column.bizmates .box:last-child {
  border-bottom: none;
}

.reason-box.forth .table .column.other-company {
  width: 25%;
}

.reason-box.forth .table .column .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 82px;
  padding: 0 8px;
  border: 1px solid #fff;
  border-top: none;
  background-color: #f2f4f5;
  font-size: 11px;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column .box {
    font-size: 10px;
    height: 62px;
  }
}

.reason-box.forth .table .column .box.terms-name {
  color: #1883c3;
  background-color: #f1f8fc;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column .box.terms-name {
    font-size: 10px;
  }
}

.reason-box.forth .table .column .box.terms-name.nonvisual {
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column .box.m-long-sp {
    height: 72px;
  }
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column .box.long-sp {
    height: 87px;
  }
}

.reason-box.forth .table .column .box.company-name {
  background-color: #ebebeb;
  font-weight: 500;
  font-size: 13px;
  border-top: none;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .column .box.company-name {
    font-size: 10px;
  }
}

.reason-box.forth .table .column .box.strong {
  background-color: #1470a7;
  color: #ffed56;
}

.reason-box.forth .table .price {
  font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .price {
    font-size: 16px;
  }
}

.reason-box.forth .table .small {
  font-size: 10px;
}

.reason-box.forth .table .answer-txt {
  color: #26455c;
}

.reason-box.forth .table .answer-txt.yellow {
  color: #ffed56;
  font-weight: 300;
}

.reason-box.forth .table .answer-txt.white {
  color: #fff;
}

.reason-box.forth .table .answer-txt .caution {
  font-size: 10px;
}

.reason-box.forth .table .view-detail {
  color: #fff;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .table .view-detail {
    color: #FFED56;
  }
}

.reason-box.forth .table .view-detail:hover {
  color: #26455C;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .table .view-detail:hover {
    color: #FFED56;
    text-decoration: underline;
  }
}

.reason-box.forth .table .pict {
  margin: 0 auto;
  margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .pict {
    margin-bottom: 2px;
  }
}

.reason-box.forth .table .pict.yellow {
  width: 24px;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .pict.yellow {
    width: 20px;
  }
}

.reason-box.forth .table .pict.white {
  width: 20px;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .pict.white {
    width: 17px;
  }
}

.reason-box.forth .table .pict.blue {
  width: 18px;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .table .pict.blue {
    width: 16px;
  }
}

.reason-box.forth .lessons-card {
  max-width: 1075px;
  margin: 0 auto;
}

.reason-box.forth .lessons-card .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .lessons-card .card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reason-box.forth .lessons-card .card-list .list-item {
  width: 49%;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .lessons-card .card-list .list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.reason-box.forth .lessons-card .card-list .list-item:last-child {
  margin-bottom: 0;
}

.reason-box.forth .lessons-card .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.8% 7%;
  border: 18px solid #1883c3;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .lessons-card .wrap {
    border: 7px solid #1883c3;
  }
}

@media screen and (max-width: 599px) {
  .reason-box.forth .lessons-card .wrap {
    padding: 10px 15px 15px 10px;
  }
}

.reason-box.forth .lessons-card .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8.7vw;
  height: 8.7vw;
  border-radius: 63px;
  font-family: "Noto Sans JP";
  line-height: 1.2;
  text-align: center;
  background: rgba(255, 237, 86, 0.6);
  margin-right: 5%;
  font-size: 1.25vw;
}

@media screen and (min-width: 1440px) {
  .reason-box.forth .lessons-card .circle {
    width: 126px;
    height: 126px;
    font-size: 18px;
  }
}

@media screen and (max-width: 959px) {
  .reason-box.forth .lessons-card .circle {
    width: 12vw;
    height: 12vw;
  }
}

@media screen and (max-width: 599px) {
  .reason-box.forth .lessons-card .circle {
    width: 95px;
    height: 95px;
    font-size: 12px;
    margin-right: 6%;
  }
}

.reason-box.forth .lessons-card .txt-area {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .reason-box.forth .lessons-card .txt-area {
    text-align: left;
  }
}

.reason-box.forth .lessons-card .txt-area__ttl {
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 25px;
  display: inline-block;
  text-align: left;
  color: #26455c;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .lessons-card .txt-area__ttl {
    font-size: 17px;
  }
}

@media screen and (max-width: 599px) {
  .reason-box.forth .lessons-card .txt-area__contents {
    display: inline-block;
  }
}

.reason-box.forth .lessons-card .txt-area .number {
  font-size: 30px;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .lessons-card .txt-area .number {
    font-size: 22px;
  }
}

.reason-box.forth .lessons-card .txt-area .price {
  margin-bottom: 5px;
  font-size: 24px;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .lessons-card .txt-area .price {
    font-size: 16px;
  }
}

.reason-box.forth .lessons-card .txt-area .turn-red {
  color: #ef5093;
}

.reason-box.forth .lessons-card .txt-area .bigger {
  font-size: 56px;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .lessons-card .txt-area .bigger {
    font-size: 37px;
  }
}

.reason-box.forth .lessons-card .txt-area .tax {
  font-size: 16px;
  color: #26455c;
  margin-bottom: 20px;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .lessons-card .txt-area .tax {
    font-size: 12px;
  }
}

.reason-box.forth .lessons-card .txt-area .per-lesson {
  font-size: 18px;
  color: #26455c;
  margin-bottom: 5px;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .lessons-card .txt-area .per-lesson {
    font-size: 14px;
  }
}

.reason-box.forth .lessons-card .txt-area .per-lesson .turn-red {
  font-size: 27px;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .lessons-card .txt-area .per-lesson .turn-red {
    font-size: 20px;
  }
}

.reason-box.forth .btn-area {
  text-align: right;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .btn-area {
    text-align: center;
  }
}

.reason-box.forth .btn-area a {
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .reason-box.forth .btn-area a {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
  }
}

.banner {
  /* padding: 0 80px; */
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .banner {
    /* padding: 0 12px; */
  }
}

.banner .coaching {
  height: initial;
  padding: 0;
  margin-bottom: 10px;
}

.banner.foot {
  margin: 0px auto;
}

.banner.foot.top-page {
  width: calc(100% - 24px);
  max-width: 1280px;
}

.notice {
  padding: 0 80px;
  margin: 10px 0 0;
  font-size: 10px;
}

@media screen and (max-width: 959px) {
  .notice {
    padding: 0 12px;
  }
  .banner.foot {
    margin-top: 40px;
  }
}

/** end top-php  **/
/** start top-header **/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  background-color: #fff;
  z-index: 11;
  border-top: 2px solid #0087d2;
  width: 100%;
  top: 0;
  height: 75px;
}

@media screen and (max-width: 1280px) {
  .header {
    height: 65px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    height: 50px;
  }
}

@media screen and (max-width: 959px) {
  .header {
    display: none;
  }
}

.header__logo {
  padding: 0 30px;
  width: 175px;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}

.header__logo:hover {
  opacity: 0.5;
}

.header__logo img {
  height: 25px;
}

@media screen and (max-width: 1280px) {
  .header__logo {
    width: 150px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo {
    width: 120px;
    padding: 0 10px;
  }
}

.header__nav {
  position: relative;
  height: 100%;
}

.header__lists {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__item--trial, .header__item--company {
  height: 100%;
}

.header__link {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #26455c;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  .header__link {
    font-size: 13px;
    padding: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .header__link {
    font-size: 12px;
    padding: 10px;
  }
}

.header__link--coaching {
  padding: 22px 24px;
}

@media screen and (max-width: 1280px) {
  .header__link--coaching {
    padding: 16px 18px;
  }
}

@media screen and (max-width: 1024px) {
  .header__link--coaching {
    padding: 8px 10px;
  }
}

.header__link--reason-1:hover {
  background-color: #3d98cd;
  color: #fff;
}

.header__link--reason-1.is-show {
  background-color: #3d98cd;
  color: #fff;
}

.header__link--reason-2:hover {
  background-color: #1884c4;
  color: #fff;
}

.header__link--reason-2.is-show {
  background-color: #1884c4;
  color: #fff;
}

.header__link--reason-3:hover {
  background-color: #1470a7;
  color: #fff;
}

.header__link--reason-3.is-show {
  background-color: #1470a7;
  color: #fff;
}

.header__link--reason-4:hover {
  background-color: #075989;
  color: #fff;
}

.header__link--reason-4.is-show {
  background-color: #075989;
  color: #fff;
}

.header__link--coaching {
  border: 2px solid transparent;
}

.header__link--coaching:hover {
  color: #1978b1;
  border: 2px solid #1978b1;
}

.header__link--trial {
  background-color: #ffed56;
  padding: 0;
  width: 200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .header__link--trial {
    font-size: 13px;
    width: 180px;
  }
}

@media screen and (max-width: 1024px) {
  .header__link--trial {
    font-size: 12px;
    width: 150px;
  }
}

.header__link--trial:hover {
  background-color: #ffea89;
}

.header__link--company {
  padding: 0;
  font-size: 14px;
  background-color: #1883c3;
  color: #fff;
  width: 140px;
  height: 100%;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .header__link--company {
    font-size: 13px;
    width: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .header__link--company {
    font-size: 11px;
    width: 100px;
    height: 50px;
  }
}

.header__link--company:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header__login {
  position: absolute;
  top: 73px;
  right: 0;
  width: 140px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f1f8fc;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #1978b1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.15;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 1280px) {
  .header__login {
    font-size: 12px;
    width: 120px;
    top: 63px;
    height: 63px;
  }
}

@media screen and (max-width: 1024px) {
  .header__login {
    font-size: 11px;
    width: 100px;
    top: 48px;
    height: 48px;
  }
}

.header__login:hover {
  color: rgba(25, 120, 177, 0.5);
}

.header__login.hide {
  opacity: 0;
  visibility: hidden;
}

.header__login .icon-login {
  margin-right: 8px;
}

.header__login .icon-login:before {
  font-size: 20px;
}

@media screen and (max-width: 959px) {
  .l-spHeader {
    border-top: 2px solid #1883c3;
    height: 5rem;
  }
  .l-spNavigation__content {
    padding: 40px 15px 0;
  }
  .l-spNavigation__category:not(:last-child) {
    padding-bottom: 23px;
    margin-bottom: 50px;
  }
  .l-spNavigation__category:first-of-type {
    border-bottom: 1px solid #deeef7;
    margin-bottom: 25px;
  }
  .l-spNavigation__category > dt {
    border-left: initial;
    padding: 0;
    position: relative;
  }
  .l-spNavigation__category > dt:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: -16px;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #1883c3;
  }
  .l-spNavigation__category > dd {
    padding: 0;
  }
  .l-spNavigation__category:not(:last-child)::before {
    display: none;
  }
  .l-spNavigation__category .page-link-lists__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 64px;
    padding: 0 12px;
  }
  .l-spNavigation__category .page-link-lists__item:not(:first-of-type) {
    margin-top: 1px;
  }
  .l-spNavigation__category .page-link-lists__item:first-of-type {
    background-color: #3d98cd;
  }
  .l-spNavigation__category .page-link-lists__item:nth-of-type(2) {
    background-color: #1884c4;
  }
  .l-spNavigation__category .page-link-lists__item:nth-of-type(3) {
    background-color: #1470a7;
  }
  .l-spNavigation__category .page-link-lists__item:nth-of-type(4) {
    background-color: #075989;
  }
  .l-spNavigation__category .page-link-lists .page-link-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .l-spNavigation__category .page-link-lists .page-link-item__icon {
    width: 48px;
    margin-right: 12px;
  }
  .l-spNavigation__category .page-link-lists .page-link-item__txt {
    font-size: 16px;
    color: #fff;
  }
  .l-spNavigation__category .page-link-lists .page-link-item__arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: auto;
  }
  .l-spNavigation__category .c-page__title {
    font-size: 18px;
    line-height: 1.6;
  }
  .l-spNavigation__category .c-page__media {
    width: 78px;
    min-height: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    margin-right: 16px;
  }
}

.l-body[data-page="top"] {
  padding-top: 75px;
}

@media screen and (max-width: 1280px) {
  .l-body[data-page="top"] {
    padding-top: 65px;
  }
}

@media screen and (max-width: 1024px) {
  .l-body[data-page="top"] {
    padding-top: 50px;
  }
}

@media screen and (max-width: 959px) {
  .js-sp-header img {
    height: 22px;
  }
}

/** end top-header **/
.p-mv {
  position: relative;
  height: calc(100vh - 70px - 11.5vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  min-height: 650px;
  flex-direction: row-reverse;
}


@media screen and (max-width: 959px) {
  .p-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* margin-top: -24px; */
  }
}

.p-mv__triangle-deco {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5.5%;
  max-width: 80px;
  height: 50%;
  bottom: -1px;
  position: absolute;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #1883c3)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #1883c3 50.5%) no-repeat top left/100% 100%;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .p-mv__triangle-deco {
    max-width: 275px;
    width: 275px;
    height: 33px;
  }
}

.p-mv__left-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* margin-top: 25px; */
  text-align: center;
  padding-top: 125px;
}

@media screen and (max-width: 1360px) {
  .p-mv__left-cont {
    /* margin-left: 10%; */
  }
}

@media screen and (max-width: 1280px) {
  .p-mv__left-cont {
    /* margin-left: 6%; */
  }
}

@media screen and (max-width: 959px) {
  .p-mv__left-cont {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 40px 10px;
    margin-top: 0;
  }
}

.p-mv__ttl {
  font-size: 64px;
  color: #1978b1;
  line-height: 1.3;
  font-weight: normal;
}

@media screen and (max-width: 959px) {
  .p-mv__ttl {
    font-size: 30px;
    line-height: 1.26;
    text-align: center;
  }
}

.p-mv__txt {
  margin-top: 10px;
  font-size: 22px;
  color: #26455c;
}

@media screen and (max-width: 959px) {
  .p-mv__txt {
    margin-top: 7px;
    font-size: 14px;
    text-align: center;
  }
}

.p-mv__badge {
  max-width: 400px;
  max-height: 190px;
  /* margin-top: 14px; */
  /* display: inline-block; */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-mv__badge:hover {
  opacity: 0.5;
}

.top-badge-container {
  position: relative;
  max-width: 864px;
  max-height: 190px;
  /* p-mv__badge max-height + 35px bottom allowance margin  */
  bottom: calc(190px + 35px);
  display: flex;
  justify-content: center;

}


@media screen and (max-width: 959px) {
  .p-mv__badge {
    max-width: 450px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .p-mv__badge {
    max-width: 273px;
  }
}

.p-mv__badge img {
  width: 100%;
}

.p-mv .p-mainvisual__button {
  margin: 52px auto 0px;
}

@media screen and (max-width: 959px) {
  .p-mv .p-mainvisual__button {
    margin-top: 25px;
    padding: 0 1.2rem;
  }
}

.p-mv__right-cont--pc {
  width: 50%;
  max-width: 864px;

}

.p-mv__right-cont--pc img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .p-mv__right-cont--pc {
    display: none;
  }
}

.p-mv__right-cont {
  display: none;
}

@media screen and (max-width: 959px) {
  .p-mv__right-cont {
    height: 50vh;
    min-height: 170px;
    position: relative;
    max-width: 960px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .p-mv__right-cont {
    height: 25vh;
    max-width: 420px;
    margin: unset;
  }
}

@media screen and (max-width: 959px) {
  .p-mv__right-cont:before {
    content: "";
    width: 100%;
    height: 46px;
    bottom: -1px;
    position: absolute;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
    z-index: 2;
  }
}

.p-mv .mv-right-cont__img1, .p-mv .mv-right-cont__img2 {
  width: 25vw;
  height: 100%;
  min-width: 360px;
}

@media screen and (max-width: 1280px) {
  .p-mv .mv-right-cont__img1, .p-mv .mv-right-cont__img2 {
    min-width: initial;
  }
}

@media screen and (max-width: 959px) {
  .p-mv .mv-right-cont__img1, .p-mv .mv-right-cont__img2 {
    width: 50vw;
  }
}

@media screen and (max-width: 1280px) {
  .p-mv .mv-right-cont__img1 img, .p-mv .mv-right-cont__img2 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}

.p-mv .mv-right-cont__img1 {
  display: inline-block;
  -webkit-transform: skewX(13deg);
  transform: skewX(13deg);
  overflow: hidden;
  z-index: 1;
  position: relative;
  left: 10px;
}

@media screen and (max-width: 959px) {
  .p-mv .mv-right-cont__img1 {
    left: 0;
    -webkit-transform: initial;
    transform: initial;
  }
}

.p-mv .mv-right-cont__img1 img {
  width: 100%;
  -webkit-transform: skewX(-13deg) scale(1.5);
  transform: skewX(-13deg) scale(1.5);
}

@media screen and (max-width: 959px) {
  .p-mv .mv-right-cont__img1 img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center -30px;
    object-position: center -30px;
  }
}

@media screen and (max-width: 959px) {
  .p-mv .mv-right-cont__img2 {
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 959px) {
  .p-mv .mv-right-cont__img2:before {
    content: "";
    width: 100%;
    height: 22px;
    bottom: -1px;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #1883c3)) no-repeat top left/100% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #1883c3 50.5%) no-repeat top left/100% 100%;
    z-index: 2;
  }
}

.p-mv .mv-right-cont__img2 img {
  width: 100%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

@media screen and (max-width: 959px) {
  .p-mv .mv-right-cont__img2 img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center -30px;
    object-position: center -30px;
  }
}

/** end top-mv **/
/*# sourceMappingURL=top-styles.css.map */

.sub-title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
}

.reason-2-levels {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* .reason-2-levels::before {
    content: attr(data-number);
    font: normal normal medium 100px/44px YuMincho;
    color: #1883C3;
    opacity: 0.15;
    font-size: 82px;
    position: absolute;
    top: -28%;
    margin-right: 24px;
} */



.reason-2-sub-title {
  text-align: left !important;
  font-size: 28px !important;
  line-height: 40px;
  padding: 0px 0px 32px;
  color: #26455C;
  font-weight: 500;
}

.reason-2b-sub-title {
  text-align: left !important;
  font-size: 28px !important;
  line-height: 40px;
  padding: 70px 35px;
  color: #26455C;
  font-weight: 500;
}

.reason-2-title-number {
  text-align: center;
  font: normal normal medium 100px/44px YuMincho;
  letter-spacing: 0px;
  color: #1883C3;
  opacity: 0.15;
  font-size: 100px;
  position: absolute;
  top: -6%;
}

.reason-2b-title-number {
  top: -12%;
}

.reason-2-section-2-container {
  margin-left: 24px;
  width: 894px;
}

.reason-2-number-container {
  width: 82px;
  height: 82px;
  display: flex;
  justify-content: center;
}

.reason-2-section-2__subtext__container{
  background-color: #FFFFFF;
  padding: 3px 9px;
  font-size: 16px;
  display: inline-block;

  font-family: "Noto Sans JP";
}

.reason-2-section-2__subtext .reason-2-section-2__subtext__container:not(:last-child) {
  margin-bottom: 10px;
}

.reason-2-section-2__subtext .reason-2-section-2__subtext__container:last-child {
  margin-bottom: 32px;
}

.reason-2-section-2__subtext--yellow {
  background-color: #ffed56 !important;
  padding: 3px !important;
}

.reason-2-section-2-contents, .reason-2-section-2b-contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.reason-2-section-2-contents__left  {
  display: flex;
  flex-direction: column;
  width: 315px;
  margin-right: 80px;
}
.reason-2-section-2b-contents__left {
  margin-right: 32px;
}

.reason-2-section-2b-contents__right {
  width: 400px;
}

.reason-2-section-2-contents__image--left {
  width: 315px;
}


.reason-2-section-2-contents__image--right {
  max-width: 500px;
}

.reason-2-section-2b-contents__image--right {
  width: 390px;
}

.reason-2-section-2-contents__right .btn-sample{
  float: right;
  margin: 20px 0px 0px;
}
.reason-2-section-2-contents__right .p-program__button {
  font-family: "Noto Sans JP";
  border-radius: 26px;
  width: 274px;
  font-size: 14px;
  height: 52px;
}
.reason-2-section-2-contents__right .p-program__button::before {
  right: 30px;
}

.section2_btn {
  width: 38.57143em !important;
}
.section2_btn .c-button__label{
  padding: 0 1.28571em !important;
}

.cta-bezel .c-button__label{
  font-weight: bold;
}

.section2b_btn {
  width: 352px !important;
  margin-top: -100px;
}

.reason-2-section-2b-contents__title--24px {
  font-size: 24px;
  color: #26455C;
}

.campaign-off-btn-container {
  margin-top: 10px;
  margin-bottom: 20px;
}

.campaign-off-btn {
  height: 40px !important;
}

.price-campaign-banner {
  width: 700px;
  margin: 0 auto;
  border: 1px solid #D1D4D7;
}

.price-campaign-banner-container {
  text-align: center;
  margin-top: 120px;
}

.top-banner-container__link {
  margin-right: 10px;
}

.top-banner-container {
  height: 290px;
  width: 320px;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 0px 12px #00000026;
}

.top-banner--header {
  height: 66px;
  padding: 10px 17px;
  font-family: "Noto Sans JP";
}

.top-banner--header .sub-info {
  font-size: 11px;
  font-weight: bold;
}

.top-banner--header .sub-info span {
  margin: -2px 0;
}

.top-banner__title {
  color: #1883C3;
  font-size: 22px;
  margin-bottom: 10px;
}

.top-banner__title--subscript {
  font-size: 12px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-clear {
  clear:both;
}

.sub-info--red {
  color: #D14271;
}

.sub-info--gray {
  color: #999999;
}

.sub-info--black {
  color: #26455C;
}

.sub-info--orange {
  color: #FF9000;
}

.sub-info--linethrough {
  text-decoration: line-through;
}

.top-banner--footer {
  font-family: "Noto Sans JP";
  padding: 10px 17px;
  color: #26455C;
  line-height: 19px;
  font-size: 11px;
}


.p-links {
  margin-top: 80px;
}

.p-links .p-links__button {
  height: 235px;
  align-items: baseline;
}

.p-links__label i {
  margin: 40px auto calc(60px - 3.2rem);
}
.p-links__label {
  padding: 100px 0 0;
}

.p-link__label__normal-text  {
  margin-top: 24px;
  font-size: 14px;
  margin-bottom: 48px;
}

.p-link__label__normal-text > li {
  position: relative;
  line-height: 1.6;
}

.p-link__label__normal-text > li::before {
  content: "・";
}

.p-links__text {
  padding-left: 25px;
}


.p-breadcrumb {
  background: transparent;
  font-family: "Noto Sans JP";
  color: #26455C;
}

.p-breadcrumb__list {
  letter-spacing: 0.3px;
}



.p-breadcrumb__list .link-active {
  font-weight: 500;
  opacity: 1;
}

/* .p-breadcrumb li:not(:first-child):not(:last-child) {
  text-decoration: underline;
} */

.p-breadcrumb__list>li:not(:last-child)::after {
  content: " > ";
  padding: 0 0.25em;
}

.page-footer_containers {
  padding: 0 80px;
}

.flex-direction-column {
  flex-direction: column;
}

.beginner-accdg-purpose .box-contents__ttl {
  margin-bottom: unset !important;
}

.beginner-accdg-purpose .box-contents__ttl .contents-main-txt {
  margin-bottom: 25px !important;
}

.beginner-accdg-purpose .card-container {
  justify-content: center !important;
  margin-bottom: 24px !important;
}

.beginner-accdg-purpose .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
}

.beginner-accdg-purpose .card-wrapper .card-box {
  width: 359px;
  height: 427px;
  border-left: solid #D1D4D7 1px;
  text-align: center;
  padding-top: 39px;
  padding-bottom: 36px;
}

.beginner-accdg-purpose .card-wrapper .card-box:not(:first-child) {
  /* margin-left: 9px; */
}

.beginner-accdg-purpose .card-wrapper .card-box .card-ttl {
  margin-bottom: 24px;
}

.beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__small{
  font-size: 18px;
  font-weight: 400;
}

.beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__big{
  font-size: 24px;
  font-weight: 600;
}

.beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__big--image{
  width: 144px;
  height: 20px;
  margin-top: 15px;
}

.beginner-accdg-purpose .card-wrapper .card-box .card-img{
  box-shadow: 0 2px 4px #00000029;
  margin-bottom: 24px;
}

.beginner-accdg-purpose .card-wrapper .card-box[data-type="level-0"] .card-img{
  width: 185px;
  height: 200px;
}

.beginner-accdg-purpose .card-wrapper .card-box[data-type="bizmates-starter"] .card-img{
  width: 142px;
  height: 200px;
}

.beginner-accdg-purpose .card-wrapper .card-box[data-type="assist-lesson"] .card-img{
  width: 263px;
  height: 165px;
  /* 224px - height(165px) */
  margin-bottom: 59px;
}

.beginner-accdg-purpose .card-wrapper .card-box .program-button {
  font-family: "Noto Sans JP";
  border-radius: 26px;
  width: 190px;
  font-size: 14px;
  height: 52px;
  margin: 0 auto;
}

.beginner-accdg-purpose .card-wrapper .card-box .program-button[data-color="other"] {
  color: #D14271;
}

.beginner-accdg-purpose .card-wrapper .card-box .program-button[data-color="assist"] {
  color: #54AE3F;
}


.beginner-accdg-purpose .card-wrapper .card-box .program-button.p-program__button::before {
  right: 20px;
}

.beginner-accdg-purpose .card-wrapper .card-box .program-button[data-color="other"].p-program__button::before {
  background: url("../images/common/plus_circle_red.svg") no-repeat;
}
.beginner-accdg-purpose .card-wrapper .card-box .program-button[data-color="assist"].p-program__button::before {
  background: url("../images/common/plus_circle_green.svg") no-repeat;
}

.beginner-accdg-purpose .lesson-beginners-button .c-button[data-type="deep-blue"] {
  margin: 0 auto;
  width: 32em;
  font-family: "游明朝体","游明朝","Yu Mincho",YuMincho,serif;
}

.beginner-accdg-purpose .lesson-beginners-button {
  margin-bottom: 64px;
}

.beginner-accdg-purpose .lesson-beginners-button:last-child {
  margin-bottom: 80px;
}

.beginner-accdg-purpose .faq .faq-box {
  width: 100%;
  /* height: 763px; */
  border: 1px solid #D1D4D7 ;
  margin: 0 auto 64px;
  padding: 40px 93px 62px;
}

.beginner-accdg-purpose .faq-box-cust-fb-title {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.beginner-accdg-purpose .faq .faq-box .faq-box-content {
  display: flex;
}

.beginner-accdg-purpose .faq .faq-box .faq-box-content {
  /* margin-bottom: 30px; */
}

.beginner-accdg-purpose .faq .faq-box .faq-box-content.blue-triangle {
  margin-bottom: 40px;
}

.beginner-accdg-purpose .faq .faq-box .faq-box-content--icons {
  position: relative;
}

.beginner-accdg-purpose .faq .faq-box .faq-box-content.blue-triangle .faq-box-content--icons::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background: url("../images/pages/top/common/ArrowBlue_height.svg") no-repeat;
  height: 86.56px;
  width: 50px;
}

.beginner-accdg-purpose .faq .faq-box .faq-box-content--icons .icon {
  height: 60px;
  width: 60px;
  margin-left: 90px;
  margin-right: 14px;
  border: 1px solid #1883C3;
  border-radius: 100%;
}

.beginner-accdg-purpose .faq .faq-box .faq-box-content--text {
  font-weight: 600;
  text-align: left;
  /* line-height: 26px; */
}

.beginner-accdg-purpose .faq .faq-box .faq-box-content--text .contents-title {
  font-size: 14px;
}

.beginner-accdg-purpose .faq .faq-box .faq-box-content--text .contents-body {
  font-size: 22px;
}

.font-noto {
  font-family: "Noto Sans JP";
}

.under-line--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(0%, #D5EAF5));
  background: linear-gradient(transparent 53%, #D5EAF5 0%);
}

.faq-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.beginner-accdg-purpose .faq .faq-box .faq-btn:last-child{
  margin-bottom: unset;
}

.beginner-accdg-purpose .faq .c-button[data-type="tertiary"],
.beginner-accdg-purpose .cust-fb .c-button[data-type="tertiary"] {
  font-size: 12px;
  text-align: center;
  width: 250px;
  /* padding: 3px 0px; */
  font-weight:600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 52px;
}
.beginner-accdg-purpose .cust-fb .c-button[data-type="tertiary"] {
  height: 36px;
  width: 218px;
}
.beginner-accdg-purpose .faq .c-button[data-type="tertiary"]:hover,
.beginner-accdg-purpose .cust-fb .c-button[data-type="tertiary"]:hover
{
  opacity:0.8;
  background-color: #fff;
  color: #1978b1;
}

.beginner-accdg-purpose .faq .c-button[data-type="tertiary"] .c-button__label,
.beginner-accdg-purpose .cust-fb .c-button[data-type="tertiary"] .c-button__label {
  padding: 0 15px;
  line-height: 16px;
}

.beginner-accdg-purpose .faq .c-button[data-type="tertiary"] .c-button__label i,
.beginner-accdg-purpose .cust-fb .c-button[data-type="tertiary"] .c-button__label i {
  font-size:10px;
  height: 8px;
  width: 8px;
}

.beginner-accdg-purpose .cust-voice-wrapper {
  display: flex;
  width: 100%;
}

.beginner-accdg-purpose .cust-fb .cust-fb-box {
  width: 100%;
  /* height: 382px; */
  border: 1px solid #D1D4D7 ;
  margin: 0 auto 64px;
  padding: 40px 93px 62px;
}

.beginner-accdg-purpose .cust-fb .cust-fb-box .cust-voice-image{
  margin-right: 75px;
}

.beginner-accdg-purpose .cust-fb .cust-fb-box .cust-voice-image .program-voice{
  height: 150px;
  width: 150px;
  border-radius: 100%;
}

.beginner-accdg-purpose .cust-fb .cust-fb-box .cust-voice-image .img-text {
  font-size: 14px;
  text-align: center;
  margin-top:16px;
  font-weight: 800;
}

.beginner-accdg-purpose .cust-fb .cust-fb-box .cust-voice-text{
  font-weight: 400;
  width: 100%;
}

.beginner-accdg-purpose .cust-fb .cust-fb-box .cust-voice-text .cust-voice-title{
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 24px;
}

.beginner-accdg-purpose .cust-fb .cust-fb-box .cust-voice-text .cust-voice-content{
  font-size: 16px;
  margin-bottom: 11px;
}

.beginner-accdg-purpose .cust-fb .cust-fb-box .cust-voice-text .faq-btn{
  margin-bottom: unset;
}

.color-pink {
  color: #EF5093;
}

.mini-banner-campaign-container {
  position: absolute;
  width: 73%;
  /* bottom: 100px; */
  text-align: center;
  /* margin-bottom: -75px; */
  margin-top: 20px;
}

.mini-banner-campaign-container img {
  width: 1080px;
  height: 80px;
  box-shadow: 0px 2px 6px #00000026;
}

.top-carousel-container .slider {
  width: 1000px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  box-shadow: 0px 0px 6px #00000026;
}

.top-carousel-container .slides, .top-carousel-container .slider a div{
  width: 1000px;
  height: 100%;
}

.top-carousel-container .slider a {
  margin-bottom: 0px;
}

.top-carousel-container .carousel-dots {
  text-align: center;
}

.top-carousel-container .carousel-dots > .dot{
  background-color: #D1D4D7;
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  width: 10px;
  cursor: pointer;
}
.top-carousel-container .carousel-dots > .dot:not(:first-child) {
  margin-left: 5px;
}
.top-carousel-container .carousel-dots > .dot.active{
  background-color: #1883C3;
}

.mid-banner {
  margin: 40px auto;
  width: calc(100% - 24px);
  max-width: 1280px;
}
 
 .small-text-notice {
   font-size:10px;
   font-weight: 300;
   text-align: left;
   margin-top:10px;
   padding: 0 12px;
 }

 .small-text-notice.top-page {
   text-align: left;
 }

 .CoachingBanner.banner.coaching {
   padding: 0px 0px;
   margin-bottom: 0px;
 }
 
 @media screen and (max-width: 1650px) {
  .mini-banner-campaign-container  {
    width: 85%;
  }
}
.small-text-notice {
  font-size: 10px;
  font-weight: 300;
  text-align: left;
  margin-top: 10px;
  padding: 0 12px;
}
 .small-text-notice.top-page {
  text-align: left;
 }


.reason-lists .small-text-notice {
  padding: 0 12px;
  width: calc(100% - 24px);
  max-width: 1280px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.small-text-10 {
  font-size: 10px;
}

.small-text-6 {
  font-size: 6px;
}

.small-text-title {
  font-size: 50%;
}

.p-0 {
  padding: 0px !important;
}

@media screen and (max-width: 1441px) {
  .beginner-accdg-purpose .faq .faq-box,
  .beginner-accdg-purpose .cust-fb .cust-fb-box {
    width: 1080px;
  }

  .mini-banner-campaign-container  {
    width: 80%;
  }
}

@media screen and (max-width: 1439px) {
  .reason-2-levels {
    flex-direction: column;
    width: 100%;
  }

  .reason-2-section-2-container {
    width: 100%;
    margin-top: 24px;
  }

  .reason-2-title-number {
    top: -5%;
  }

  .reason-2b-title-number {
    top: -8%;
  }

  .under-line {
    display: unset;
  }

  .beginner-accdg-purpose .card-wrapper .card-box[data-type="level-0"] .card-img {
    width: 140px;
    height: 170px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box[data-type="bizmates-starter"] .card-img {
    width: 128px;
    height: 170px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box[data-type="assist-lesson"] .card-img {
    width: 175px;
    height: 130px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__small {
    font-size: 14px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__big {
    font-size: 20x;
  }

  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__big--image {
    height: 17px;
  }
  .beginner-accdg-purpose .card-wrapper .card-box {
    width: 290px;
    height: 400px;
  }
}

@media screen and (max-width: 1240px) {
  .reason-2-section-2-contents__image--left,
  .reason-2-section-2-contents__left {
    width: 290px;
  }

  .reason-2-section-2b-contents__image--right {
    width: 310px;
  }

  .mini-banner-campaign-container img {
    width: 900px;
  }
}

@media screen and (max-width: 1200px) {
  .page-footer_containers {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1190px) {
  .beginner-accdg-purpose .card-wrapper .card-box {
    width: 240px;
    height: 385px;
  }
  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__small {
    font-size: 12px;
  }

}

@media screen and (max-width: 1100px) {
  .reason-2-levels {
    flex-direction: column;
  }
  .reason-2-section-2-contents {
    justify-content: left;
  }

  .reason-2-section-2-contents__image--left,
  .reason-2-section-2-contents__left {
    width: 245px;
  }

  .reason-2-section-2b-contents__image--right {
    width:275px;
  }

  .section2b_btn {
    margin-top: -60px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box[data-type="level-0"] .card-img {
    width: 140px;
    height: 170px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box[data-type="bizmates-starter"] .card-img {
    width: 128px;
    height: 170px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box[data-type="assist-lesson"] .card-img {
    width: 175px;
    height: 130px;
  }



  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__big {
    font-size: 18px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__big--image {
    height: 17px;
  }
  .mini-banner-campaign-container img {
    width: 700px;
    height: 55px;
  }

  .mini-banner-campaign-container {
    width: 90%;
  }

}

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

  .beginner-accdg-purpose .faq .faq-box,
  .beginner-accdg-purpose .cust-fb .cust-fb-box {
    width: 100%;
  }

  .beginner-accdg-purpose .faq .faq-box .faq-box-content--text .contents-body {
    font-size: 20px;
  }

  .beginner-accdg-purpose .cust-fb .c-button[data-type="tertiary"] {
    height: 52px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__small {
    font-weight: 500;
    font-size: 13px;
  }

  .beginner-accdg-purpose .faq .faq-box .faq-box-content--text .contents-title {
    font-size: 16px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box {
    /* border-left: 0; */
    border-bottom: 0;
  }

  .beginner-accdg-purpose .lesson-beginners-button .c-button[data-type="deep-blue"] {
    width: auto;
    display: flex;
    padding-left: 27px;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    height: 65px;
    border-radius: 100px;
    align-items: center;
  }

  .under-line {
    display: unset;
  }

  .p-program__button::before {
    height: 12px;
    width: 12px;
  }

  .reason-2-sub-title, .reason-2b-sub-title {
    font-size: 20px !important;
    line-height: 30px;
    padding: 0px 0px 32px;
    text-align: center !important;
  }

  .reason-2-levels, .reason-2-section-2b-contents {
    flex-direction: column;
  }

  .reason-2-number-container {
    width: 100%;
    height: 64px;
  }

  .reason-2-title-number {
    font-size: 60px;
    /* margin-bottom: -20px; */
    top: -2%;
  }

  .reason-2-section-2-container {
    /* padding: 20px 0px; */
    margin-left: unset;
  }

  .reason-2-section-2-contents {
    flex-direction: column-reverse;
  }

  .reason-2-section-2-contents__left {
    margin: 32px 0px 0px;
  }

  .reason-2-section-2-contents__left, .reason-2-section-2b-contents__right {
    width: 100%;
  }

  .reason-2-section-2-contents__image--left, .reason-2-section-2b-contents__image--right {
    width: 100%;
  }

  .reason-2-section-2-contents__right {
    text-align: center;
  }

  .section2_btn, .section2b_btn {
    width: 100% !important;
    border-radius: 5.2rem;
    margin-top: 50px;

  }
  .reason-2-section-2-contents__right .btn-sample {
    float: unset;
  }

  .reason-2-section-2-contents__right .p-program__button {
    width: 100%;
  }

  .section2_btn .c-button__inner, .section2b_btn .c-button__inner {
    height: 90px !important;
    text-align: center;
  }

  .price-campaign-banner {
    width: 100%;
  }

  .top-banner-container {
    width: 100%;
    height: 157px;
  }

  .top-banner--body {
    float: right;
    width: 25%;
    height: 100%;
  }

  .top-banner--header {
    float: left;
    width: 55%;
    line-height: 35px;
  }
  .top-banner--footer {
    /* float: left; */
    /* width: 60%; */
    clear: both;
    font-size: 11px;
    margin-top: 20px;
    position: relative;
    top: -47%;

  }

  .top-banner--footer span {
    background-color: #F2F4F5;
  }

  .top-banner__title {
    font-size: 22px;
    line-height: 23px;
  }

  .top-banner--body .p-top-banner__image {
    height: 100%;
  }

  .price-campaign-banner-container {
    margin-top: 40px;
  }

  .p-links{
    margin-top: 60px;
  }

  .p-links__text {
    padding-left: 0px;
    text-align: center;
  }

  .p-links__text ul{
    /* padding-left: 40px; */
    text-align: left;
  }

  .p-links .p-links__button {
    height: 120px;
  }

  .p-links__label i {
    margin: 28px auto calc(36px - 2rem);
  }

  .p-links__label {
    padding: 64px 0 0;
    font-size: 14px;
  }

  .p-link__label__normal-text {
    margin-top: 3px;
    margin-bottom: unset;
    font-size: 11px;
  }
  .p-link__label__normal-text > li {
    display: inline-block;
  }

  .p-breadcrumb__list {
    font-size: 10px;
  }

  .p-breadcrumb li:last-child{
    opacity: 0.6;
    color: #26455C;
  }

  .page-footer_containers {
    padding: 0 12px;
  }

  .beginner-accdg-purpose .faq .faq-box,
  .beginner-accdg-purpose .cust-fb .cust-fb-box {
    width: 100%;
  }

  .mini-banner-campaign-container {
    width: 100%;
    bottom: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
    position: static;
  }

  .top-carousel-container .slider {
    width: 600px;
    margin: 0 auto;
  }

  .top-carousel-container .slides, .top-carousel-container .slider a div{
    width: 600px;
    height: 100%;
  }

  .reason-lists .small-text-notice {
    padding: 0 12px;
  }

  .small-text-notice.top-page {
    text-align: left;
  }

}

@media screen and (max-width: 768px) {
  .beginner-accdg-purpose .card-wrapper .card-box {
    border-bottom: solid #D1D4D7 1px;
    padding: 15px 0;
    width: 100%;
    border-left: 0;
    height: 427px;
  }

  .beginner-accdg-purpose .cust-fb .cust-fb-box .cust-voice-image{
    margin-right: 0;
  }

  .beginner-accdg-purpose .cust-fb .cust-fb-box {
    padding: 10px;
  }

  .beginner-accdg-purpose .cust-voice-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .beginner-accdg-purpose .faq .c-button[data-type="tertiary"] {
    width: 100%;
    padding: 0px 10px;
  }

  .faq-btn {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }

  .beginner-accdg-purpose .faq .faq-box .faq-box-content--text {
    margin-top: 15px;
  }

  .beginner-accdg-purpose .faq .faq-box .faq-box-content--icons .icon {
    margin-left: 0;
    margin-top: 25px;
  }

  .beginner-accdg-purpose .faq .faq-box .faq-box-content--icons {
    position: initial;
  }

  .beginner-accdg-purpose .faq .faq-box .faq-box-content.blue-triangle {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .beginner-accdg-purpose .faq .faq-box .faq-box-content {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }

  .c-button[data-type="tertiary"] {
    width: 90%;
    margin: 20px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box[data-type="assist-lesson"] .card-img{
    width: 263px;
    height: 200px;
    margin-bottom: 25px;
  }

  .beginner-accdg-purpose .card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__small {
    font-size: 18px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__big {
    font-size: 24px;
  }

  .beginner-accdg-purpose .card-wrapper .card-box[data-type="level-0"] .card-img {
    width: 185px;
    height: 200px;
  }
  .beginner-accdg-purpose .card-wrapper .card-box[data-type="bizmates-starter"] .card-img {
    width: 142px;
    height: 200px;
  }
  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__big--image {
    height: 20px;
  }

  .small-text-notice {
    text-align: left;
  }

  .mini-banner-campaign-container img {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .top-carousel-container .slider {
    width: 500px;
  }

  .top-carousel-container .slides, .top-carousel-container .slider a div{
    width: 500px;
  }
}

@media screen and (max-width: 520px) {
  .mini-banner-campaign-container img {
    width: 336px;
    height: 104px;
  }

  .top-carousel-container .slider {
    width: 351px;
    height: 320px;
  }

  .top-carousel-container .slides, .top-carousel-container .slider a div{
    width: 351px;
  }
}

@media screen and (max-width: 413px) {
  .top-carousel-container .slider {
    width: 275px;
    height: auto;
  }

  .top-carousel-container .slides, .top-carousel-container .slider a div{
    width: 275px;
    height: auto;
  }
}

@media screen and (max-width: 380px) {
  /* .top-banner-container {
    height: 180px;
  } */
  .top-banner--body {
    width: 45% !important;
  }
  .top-banner--header {
    width: 55% !important;
  }
}

@media screen and (max-width: 321px) {
  .top-banner-container {
    height: 200px;
  }

  .top-banner--body {
    width: 50% !important;
  }
  .top-banner--header {
    width: 50% !important;
  }

  .reason-2-section-2-contents__right .p-program__button {
    font-size: 12px;
  }

  .c-button {
    font-size: 1.2rem;
  }

  .top-carousel-container .slider {
    width: 265px;
  }

  .top-carousel-container .slides, .top-carousel-container .slider a div{
    width: 265px;
  }

}

.p-banner.botchan_bg[data-type="1"] {
  background-image: url("../images/banner/pc/bnr_free1.jpg")
}

@media screen and (max-width: 959px) {
  .p-banner.botchan_bg[data-type="1"] {
    background-image: url("../images/banner/sp/bnr_free1.webp")
  }
}

@media screen and (max-width: 550px) {
  .beginner-accdg-purpose .card-wrapper .card-box .card-ttl .card-ttl__small{
    font-size: 15px;
  }

  .beginner-accdg-purpose .faq-box-cust-fb-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .beginner-accdg-purpose .faq .faq-box {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top-banner--body {
    width: 40%;
  }
}

.circle_botchan {
  animation: fadeIn 0.5s;
}

.circle_botchan.hide {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.PageSection__unit {
  /* max-width: 1080px; */
  margin: 80px auto 0px;
}

.PageSection__heading {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.7;
}

/** CoachingBanner **/
.CoachingBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  height: 286px;
}

.CoachingBanner .c-button__label i {
  top: 0.3rem;
  font-size: 8px;
}

.CoachingBanner__image {
  width: 360px;
  height: 286px;
  border: #D1D4D7 solid 1px;
}

.CoachingBanner__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.CoachingBanner__logo img {
  width: auto;
  max-width: 100%;
}

.CoachingBanner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 6%;
  color: #fff;
  background-color: #26455c;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.CoachingBanner__btn {
  margin-top: 32px;
}

.CoachingBanner__btn.c-button[data-type="tertiary"] {
  background-color: #fff;
  color: #1978b1;
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
  width: auto;
  height: auto;
  max-width: 390px;
  border-radius: 100px;
}

.CoachingBanner__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #ffffff;
  margin-top: 16px;
}

#reason-2 .PageSection__unit .PageSection__heading {
  font-weight: 400;
}

@media screen and (max-width: 1440px) {
  .CoachingBanner {
    height: 100%;
  }

  .CoachingBanner__image {
    height: auto;
  }
}

@media screen and (max-width: 1100px) {
  .CoachingBanner__btn.c-button[data-type="tertiary"] {
    font-size: 12px;
  }
}

@media screen and (max-width: 959px) {
  .PageSection__unit {
    margin: 64px auto 0px;
  }

  .PageSection__heading {
    font-size: 2.4rem;
  }

  #reason-2 .PageSection__unit .PageSection__heading {
    font-size: 18px;
  }

  .CoachingBanner__image {
    width: 360px;
  }

  .CoachingBanner__box {
    text-align: center;
    padding: 24px;
  }

  .CoachingBanner__btn.c-button[data-type="tertiary"] {
    margin: 32px auto 0px;
  }

  .CoachingBanner__text {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .CoachingBanner {
    display: block;
  }

  .CoachingBanner__image {
    width: 100%;
    max-width: none;
  }
}

.l-content[data-page="corp"] img {
  width: initial;
}

.p-modal__section.-vertical {
  max-width: 800px;
}

/* FAQ Section */

.reason-box.page-section-container {
  padding: 40px 40px 120px;
}

.PageSection__header .PageSection__main {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  color: #DEEEF7;
}

.PageSection__header .PageSection__info {
  font-weight: 400;
  display: block;
  font-size: 20px;
  color: #26455C;
  margin-top: 16px;
}

.PageSection__header::after {
  content: "";
  display: block;
  background-color: #1884C4;
  height: 2px;
  width: 40px;
  margin-top: 34px;
}

.FaqArea {
  max-width: 1080px;
  margin: 80px auto 0px;
}

.FaqArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: -32px 0px 0px -24px;
}

.FaqArea__item {
  width: 100%;
  border-left: none;
  border-bottom: #D1D4D7 solid 1px;
  margin: 32px 0px 0px 24px;
}

.FaqArea__heading {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
  padding: 0px 56px 32px 0px;
}

.FaqArea__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: url("../images/pages/top/common/accordion_plus.svg") no-repeat;
  background-size: 15px;
  background-position: center;
  pointer-events: none;
}

.FaqArea__heading.-active::after {
  background: url("../images/pages/top/common/accordion_minus.svg") no-repeat;
  background-position: center;
}

.FaqArea__body {
  display: none;
  padding-bottom: 32px;
  max-width: 1080px;
  font-family: "Noto Sans JP", sans-serif;
  transition: 1s ease;
}

.FaqArea__body.-active {
  display: block;
}

.CommonText.-small {
  font-size: 14px;
  line-height: 1.85714;
}

@media screen and (max-width: 959px) {
  .reason-box.page-section-container {
    padding: 40px 12px 50px;
  }

  .PageSection__header .PageSection__main {
    font-size: 45px;
  }

  .PageSection__header .PageSection__info {
    font-size: 16px;
  }

  .PageSection__header::after {
    margin-top: 26px;
  }
}
/* End FAQ Section */

.companies .cta-btn-wrapper {
  display: flex;
  column-gap: 30px;
}

.companies .cta-btn-wrapper .c-button {
  width: 100%;

}

.companies .cta-btn-wrapper .c-button[data-type="deep-blue"] {
  box-shadow: 0px 4px 0px #0b4368;
}
