@charset "UTF-8";
/*
サイズ用関数
$pixelsVw:フォントサイズ
$baseWidth:ベースとなる画面横幅
*/
/*
SAMPLE
font-size: vw(30,375);
*/
main {
  /*============================
  #kv
  ============================*/
  /*============================
  #project
  ============================*/
  /*============================
  #recommended
  ============================*/
  /*============================
  #service
  ============================*/
  /*============================
  #example
  ============================*/
  /*============================
  #flow
  ============================*/
  /*============================
  #choice
  ============================*/
  /*============================
  #learning
  ============================*/
  /*============================
  #chance
  ============================*/
  /*============================
  #company
  ============================*/
  /*============================
  #faq
  ============================*/
  /*============================
  #application
  ============================*/
}
main #kv {
  padding: 0;
}
main #kv h1.kv_img {
  position: relative;
}
main #kv h1.kv_img .kv_pc img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  main #kv h1.kv_img .kv_pc {
    display: none;
  }
}
main #kv h1.kv_img .kv_sp_box {
  display: none;
}
@media screen and (max-width: 1000px) {
  main #kv h1.kv_img .kv_sp_box {
    display: block;
  }
}
main #kv h1.kv_img .kv_sp_box img {
  width: 100%;
}
main #kv h1.kv_img a.kv_btn {
  position: absolute;
  top: 0.9rem;
  right: 1.2rem;
  width: 14rem;
  height: 3rem;
  background: #fff;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-left: 1.2rem;
}
main #kv h1.kv_img a.kv_btn span {
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  main #kv h1.kv_img a.kv_btn span {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main #kv h1.kv_img a.kv_btn {
    width: 34.6666666667vw;
    height: 8vw;
    padding-left: 3.4666666667vw;
  }
}
main #kv h1.kv_img a.kv_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 3px solid #fc6200;
  border-right: 3px solid #fc6200;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1000px) {
  main #kv h1.kv_img a.kv_btn::after {
    right: 2.4vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
main #kv h1.kv_img .btn_area {
  position: absolute;
  content: "";
  bottom: 3.8095238095vw;
  left: 10.7142857143vw;
}
@media screen and (max-width: 1000px) {
  main #kv h1.kv_img .btn_area {
    bottom: 8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
main #kv h1.kv_img .btn_area .btn_item {
  width: 28.0952380952vw;
  height: 4.5238095238vw;
}
@media screen and (max-width: 1000px) {
  main #kv h1.kv_img .btn_area .btn_item {
    width: 80.9333333333vw;
    height: 14.6666666667vw;
  }
}
main #kv h1.kv_img .btn_area .btn_item a.btn {
  position: relative;
  width: 100%;
  height: 5.119047619vw;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4285714286vw;
  font-weight: 700;
  color: #fff;
  background: #fc6200;
  -webkit-box-shadow: 0 10px 0 0 rgba(214, 83, 0, 0.9);
          box-shadow: 0 10px 0 0 rgba(214, 83, 0, 0.9);
  font-size: 1.4285714286vw;
}
@media screen and (max-width: 1000px) {
  main #kv h1.kv_img .btn_area .btn_item a.btn {
    font-size: 3.7333333333vw;
    height: 14.6666666667vw;
  }
}
main #kv h1.kv_img .btn_area .btn_item a.btn span {
  font-size: 0.9523809524vw;
}
@media screen and (max-width: 1000px) {
  main #kv h1.kv_img .btn_area .btn_item a.btn span {
    font-size: 2.9333333333vw;
  }
}
main #kv h1.kv_img .btn_area .btn_item a.btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.0119047619vw;
  width: 0.5357142857vw;
  height: 0.5357142857vw;
  border-top: 0.1785714286vw solid #fff;
  border-right: 0.1785714286vw solid #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1000px) {
  main #kv h1.kv_img .btn_area .btn_item a.btn::after {
    right: 5.6vw;
    width: 1.4666666667vw;
    height: 1.4666666667vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
  }
}
main #kv h1.kv_img .btn_area:hover.btn_area .btn_item a.btn {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 3px 0);
          transform: translate3d(0, 3px 0);
}
main #project.bg_main {
  padding: 7.8rem 0 7.3rem;
  background: url(../img/project_bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  main #project.bg_main {
    padding: 13.3333333333vw 0 16vw;
  }
}
main #project.bg_main .inner p.project_dd {
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.621;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  main #project.bg_main .inner p.project_dd {
    font-size: 3.7333333333vw;
  }
}
main #project.bg_main .inner p.project_dd .dd_title {
  display: block;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main #project.bg_main .inner p.project_dd .dd_title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
main #project.bg_main .inner p.project_dd span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgb(253, 173, 102)));
  background: linear-gradient(transparent 60%, rgb(253, 173, 102) 40%);
}
main #project.bg_main .inner p.project_dd i {
  font-weight: 700;
}
main #project.bg_main .inner .project_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.7rem;
     -moz-column-gap: 2.7rem;
          column-gap: 2.7rem;
}
@media screen and (max-width: 1000px) {
  main #project.bg_main .inner .project_content {
    margin-top: 6.6666666667vw;
    -webkit-column-gap: 3.2vw;
       -moz-column-gap: 3.2vw;
            column-gap: 3.2vw;
  }
}
main #project.bg_main .inner .project_content .project_img {
  width: 27.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  main #project.bg_main .inner .project_content .project_img {
    width: 27.4666666667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
main #project.bg_main .inner .project_content .project_img img {
  width: 100%;
}
main #project.bg_main .inner .project_content p.sub_text {
  font-size: 2.2rem;
  color: #fff;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main #project.bg_main .inner .project_content p.sub_text {
    font-size: 2.9333333333vw;
    line-height: 1.375;
    letter-spacing: 0;
  }
}
main #project.bg_main .inner .project_content p.sub_text i {
  margin-right: 0.25em;
}
main #recommended {
  padding: 7rem 0 9rem;
}
@media screen and (max-width: 1000px) {
  main #recommended {
    padding: 8.8vw 0 12.2666666667vw;
  }
}
main #recommended .inner h2.section_ttl {
  font-size: 4.2rem;
  padding-bottom: 2rem;
  margin-bottom: 6rem;
  line-height: 1.75;
  color: #fc6200;
}
@media screen and (max-width: 1000px) {
  main #recommended .inner h2.section_ttl {
    font-size: 4.8vw;
    margin-bottom: 12vw;
    padding-bottom: 0;
    line-height: 1.5;
  }
}
main #recommended .inner h2.section_ttl span {
  font-size: 2.2rem;
  color: #000;
}
@media screen and (max-width: 1000px) {
  main #recommended .inner h2.section_ttl span {
    font-size: 3.4666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
main #recommended .inner h2.section_ttl i {
  font-size: 5rem;
}
@media screen and (max-width: 1000px) {
  main #recommended .inner h2.section_ttl i {
    font-size: 5.3333333333vw;
    letter-spacing: -0.0537em;
  }
}
main #recommended .inner h2.section_ttl i span {
  display: inline-block;
  font-size: 3.6rem;
}
@media screen and (max-width: 1000px) {
  main #recommended .inner h2.section_ttl i span {
    font-size: 4vw;
    padding-bottom: 0;
  }
}
main #recommended .inner h2.section_ttl::after {
  bottom: -1rem;
}
@media screen and (max-width: 1000px) {
  main #recommended .inner h2.section_ttl::after {
    bottom: -4.8vw;
  }
}
main #recommended .inner .recommended_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.8rem;
}
@media screen and (max-width: 1000px) {
  main #recommended .inner .recommended_items {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 8vw;
  }
}
main #recommended .inner .recommended_items .recommended_item {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  -webkit-box-shadow: 0 6px 10px rgba(4, 0, 0, 0.15);
          box-shadow: 0 6px 10px rgba(4, 0, 0, 0.15);
}
@media screen and (max-width: 1000px) {
  main #recommended .inner .recommended_items .recommended_item {
    min-height: 29.3333333333vw;
  }
}
main #recommended .inner .recommended_items .recommended_item .recommended_item_left {
  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: 10rem;
}
@media screen and (max-width: 1000px) {
  main #recommended .inner .recommended_items .recommended_item .recommended_item_left {
    width: 12.5333333333vw;
  }
}
main #recommended .inner .recommended_items .recommended_item .recommended_item_right {
  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;
  width: 100%;
  background: rgb(240, 240, 240);
  padding-left: 2.4rem;
  padding-right: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 1000px) {
  main #recommended .inner .recommended_items .recommended_item .recommended_item_right {
    padding: 0 2.4vw;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
main #recommended .inner .recommended_items .recommended_item .recommended_item_right p.recommended_text {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.181818;
}
@media screen and (max-width: 1000px) {
  main #recommended .inner .recommended_items .recommended_item .recommended_item_right p.recommended_text {
    font-size: 3.7333333333vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.3333;
    padding: 1rem 0;
  }
}
main #recommended .inner .recommended_items .recommended_item .recommended_item_right p.recommended_text span.orange {
  color: #fc6200;
}
main #recommended .inner .recommended_items .recommended_item .recommended_item_right .recommended_img {
  width: 7.2rem;
}
@media screen and (max-width: 1000px) {
  main #recommended .inner .recommended_items .recommended_item .recommended_item_right .recommended_img {
    width: 9.6vw;
  }
}
main #service.bg {
  padding: 7rem 0 8rem;
}
@media screen and (max-width: 1000px) {
  main #service.bg {
    padding: 8.1333333333vw 0 20vw;
  }
}
main #service.bg .service_inner {
  max-width: 132rem;
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  main #service.bg .service_inner {
    padding: 0 3.3rem;
  }
}
main #service.bg .service_inner h2.section_ttl {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  main #service.bg .service_inner h2.section_ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 1000px) {
  main #service.bg .service_inner h2.section_ttl span.ja {
    font-size: 6.4vw;
  }
}
main #service.bg .service_inner p.sub_text {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main #service.bg .service_inner p.sub_text {
    font-size: 4vw;
  }
}
main #service.bg .service_inner .service_contents {
  margin-inline: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  main #service.bg .service_inner .service_contents {
    margin-top: 3.7333333333vw;
  }
}
main #service.bg .service_inner .service_contents .service_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 1000px) {
  main #service.bg .service_inner .service_contents .service_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main #service.bg .service_inner .service_contents .service_items .service_item {
  width: 30rem;
  background: #fff;
  padding: 3rem 0.7rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  main #service.bg .service_inner .service_contents .service_items .service_item {
    width: 91.2vw;
    padding: 6vw 6.4vw 6.6666666667vw;
  }
}
main #service.bg .service_inner .service_contents .service_items .service_item .item_img {
  width: 12.5rem;
  height: 12.5rem;
}
@media screen and (max-width: 1000px) {
  main #service.bg .service_inner .service_contents .service_items .service_item .item_img {
    width: 28.9333333333vw;
    height: 28.9333333333vw;
  }
}
main #service.bg .service_inner .service_contents .service_items .service_item .item_img img {
  width: 100%;
}
main #service.bg .service_inner .service_contents .service_items .service_item .item_title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #fc6200;
  margin-top: 4.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1000px) {
  main #service.bg .service_inner .service_contents .service_items .service_item .item_title {
    font-size: 4.5333333333vw;
    text-align: left;
    margin-top: 2.4vw;
    margin-right: auto;
  }
}
main #service.bg .service_inner .service_contents .service_items .service_item .item_text {
  font-size: 1.6rem;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2rem;
  line-height: 1.625;
}
@media screen and (max-width: 1000px) {
  main #service.bg .service_inner .service_contents .service_items .service_item .item_text {
    font-size: 4vw;
    margin-top: 2.4vw;
    padding: 0;
    margin-right: auto;
  }
}
main #service.bg .service_inner .service_contents .service_items .service_item .item_text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fee0cc));
  background: linear-gradient(transparent 60%, #fee0cc 40%);
}
main #example {
  padding: 7rem 0 10rem;
}
@media screen and (max-width: 1000px) {
  main #example {
    padding: 9.3333333333vw 0 12vw;
  }
}
main #example .example_inner {
  width: 100rem;
  max-width: 100%;
  padding: 0 0.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  main #example .example_inner {
    padding: 0;
  }
}
main #example h2.section_ttl {
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  main #example h2.section_ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
main #example .example_sub_text {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 4.2rem;
  line-height: 1.3333;
}
@media screen and (max-width: 1000px) {
  main #example .example_sub_text {
    font-size: 4vw;
    margin-top: 3.2vw;
    line-height: 1.53333;
  }
}
main #example .btn_area {
  margin-top: 9rem;
}
@media screen and (max-width: 1000px) {
  main #example .btn_area {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main #example .btn_area .btn_item a.btn {
    height: 14.8vw;
    background: #fc6200;
  }
}
main #example .btn_area .btn_item a.btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.0119047619vw;
  width: 0.5357142857vw;
  height: 0.5357142857vw;
  border-top: 0.1785714286vw solid #fff;
  border-right: 0.1785714286vw solid #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1000px) {
  main #example .btn_area .btn_item a.btn::after {
    right: 5.6vw;
    width: 1.4666666667vw;
    height: 1.4666666667vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
  }
}
main #example .btn_area .example_btn {
  max-width: 65rem;
  margin: 0 auto;
  padding: 0 4rem;
}
main #flow.bg {
  padding: 9.1rem 0 9.2rem;
}
@media screen and (max-width: 1000px) {
  main #flow.bg {
    padding: 10.8vw 0 12.5333333333vw;
  }
}
main #flow.bg .inner h2.section_ttl {
  font-size: 2.2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  main #flow.bg .inner h2.section_ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 1000px) {
  main #flow.bg .inner h2.section_ttl span.ja {
    font-size: 5.6vw;
  }
}
main #flow.bg .inner .flow_img {
  position: relative;
  margin-top: 7.1rem;
}
@media screen and (max-width: 1000px) {
  main #flow.bg .inner .flow_img {
    margin-top: 1.3333333333vw;
  }
}
main #flow.bg .inner .flow_img a {
  font-size: 1.2rem;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 80%;
}
main #flow.bg .inner .flow_img a::after {
  position: absolute;
  content: "";
  width: 97%;
  height: 1px;
  bottom: -6px;
  right: 0;
  background-color: #3b3b3b;
}
@media screen and (max-width: 1000px) {
  main #flow.bg .inner .flow_img a {
    font-size: 3.2vw;
    top: 18.6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
main #flow.bg .inner .btn_area {
  margin-top: 5.8rem;
}
@media screen and (max-width: 1000px) {
  main #flow.bg .inner .btn_area .btn_item {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  main #flow.bg .inner .btn_area .btn_item a.btn {
    width: 80.9333333333vw;
    height: 14.8vw;
    background: #fc6200;
  }
}
main #choice {
  padding: 8.9rem 0 9rem;
}
@media screen and (max-width: 1000px) {
  main #choice {
    padding: 5.3333333333vw 0 8vw;
  }
}
main #choice .inner h2.section_ttl {
  color: #fc6200;
  font-size: 2.2rem;
}
@media screen and (max-width: 1000px) {
  main #choice .inner h2.section_ttl {
    font-size: 3.4666666667vw;
    margin-top: 8.1333333333vw;
  }
}
main #choice .inner h2.section_ttl::after {
  bottom: -2.9rem;
}
@media screen and (max-width: 1000px) {
  main #choice .inner h2.section_ttl::after {
    bottom: -3.8666666667vw;
  }
}
main #choice .inner h2.section_ttl .note {
  color: #000;
  position: relative;
  font-size: 2.2rem;
  margin-top: 3rem;
}
main #choice .inner h2.section_ttl .note::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 2.5rem;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/line.png) no-repeat center center/contain;
}
@media screen and (max-width: 1000px) {
  main #choice .inner h2.section_ttl .note::after {
    width: 48vw;
  }
}
@media screen and (max-width: 1000px) {
  main #choice .inner h2.section_ttl .note {
    margin-top: 3.8666666667vw;
    font-size: 2.9333333333vw;
  }
}
main #choice .inner h2.section_ttl span.ja {
  margin-top: 3.3rem;
  line-height: 1.5652;
}
@media screen and (max-width: 1000px) {
  main #choice .inner h2.section_ttl span.ja {
    font-size: 5.7333333333vw;
    margin-top: 7.0666666667vw;
  }
}
main #choice .inner p.sub_text {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 9rem;
}
@media screen and (max-width: 1000px) {
  main #choice .inner p.sub_text {
    font-size: 4vw;
    margin-top: 2.1333333333vw;
  }
}
main #choice .inner .table_container {
  margin-top: 4rem;
  margin-inline: auto;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 1000px) {
  main #choice .inner .table_container {
    margin-top: 5.3333333333vw;
    overflow-x: scroll;
  }
}
main #choice .inner .table_container table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 1000px) {
  main #choice .inner .table_container table {
    width: 240vw;
  }
}
main #choice .inner .table_container table tbody tr:nth-of-type(2), main #choice .inner .table_container table tbody tr:nth-of-type(4) {
  background-color: rgb(240, 240, 240);
}
main #choice .inner .table_container table tbody tr:nth-of-type(3) {
  background-color: rgba(254, 254, 254, 0.79);
  border-top: 2px solid #fff;
}
main #choice .inner .table_container table tbody tr:nth-of-type(3) td:first-of-type {
  background-color: rgb(215, 215, 215);
}
main #choice .inner .table_container table tbody tr:nth-of-type(4) {
  border-top: 2px solid #fff;
}
main #choice .inner .table_container table tbody tr th {
  color: #fff;
  background: #fc6200;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: middle;
  padding: 2.5rem 0;
}
@media screen and (max-width: 1000px) {
  main #choice .inner .table_container table tbody tr th {
    font-size: 4vw;
  }
}
main #choice .inner .table_container table tbody tr th:not(:last-of-type) {
  border-right: 2px solid #fff;
}
main #choice .inner .table_container table tbody tr td {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2rem 0.6rem;
}
@media screen and (max-width: 1000px) {
  main #choice .inner .table_container table tbody tr td {
    font-size: 3.7333333333vw;
  }
}
main #choice .inner .table_container table tbody tr td:first-of-type {
  background-color: rgb(197, 197, 197);
}
main #choice .inner .table_container table tbody tr td:not(:last-of-type) {
  border-right: 2px solid #fff;
}
main #choice .inner .table_container table tbody tr td.career {
  vertical-align: middle;
}
main #choice .inner .table_container table tbody tr td.curriculum {
  vertical-align: middle;
}
main #choice .inner .table_container table tbody tr td .gray {
  color: #6c6c6c;
  font-weight: 500;
  position: relative;
}
main #choice .inner .table_container table tbody tr td .orange {
  color: #fc6200;
}
main #choice .inner .table_container table tbody tr td .small {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  main #choice .inner .table_container table tbody tr td .small {
    font-size: 2.6666666667vw;
  }
}
main #choice .inner p.table_note {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 3.3rem;
  line-height: 1.625;
}
@media screen and (max-width: 1000px) {
  main #choice .inner p.table_note {
    font-size: 3.2vw;
    margin-top: 6.6666666667vw;
  }
}
main #learning {
  padding: 9.1rem 0 8rem;
}
@media screen and (max-width: 1000px) {
  main #learning {
    padding: 13.3333333333vw 0;
  }
}
main #learning .inner h2.section_ttl {
  margin-bottom: 0;
  padding-bottom: 0;
}
main #learning .inner h2.section_ttl::after {
  display: none;
}
@media screen and (max-width: 1000px) {
  main #learning .inner h2.section_ttl span.ja {
    line-height: 1.25;
  }
}
main #learning .inner p.sub_text {
  font-size: 1.8rem;
  margin-top: 3.1rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main #learning .inner p.sub_text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    line-height: 1.6429;
  }
}
main #learning .inner .learning_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1000px) {
  main #learning .inner .learning_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5.3333333333vw;
    margin-top: 3.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
main #learning .inner .learning_banner .learning_img {
  width: 88rem;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  main #learning .inner .learning_banner .learning_img {
    width: 100%;
  }
}
main #learning .inner .learning_banner .learning_img picture img {
  width: 100%;
}
main #learning .inner .learning_banner p.learning_text {
  color: #fc6200;
  font-size: 2rem;
  margin-bottom: 2rem;
}
main #learning .inner .learning_banner p.learning_text span {
  position: relative;
}
@media screen and (max-width: 1000px) {
  main #learning .inner .learning_banner p.learning_text span {
    display: block;
  }
}
main #learning .inner .learning_banner p.learning_text span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -7rem;
  width: 4rem;
  height: 5rem;
  background: url(../img/bar_left.png) no-repeat center center/contain;
}
@media screen and (max-width: 1000px) {
  main #learning .inner .learning_banner p.learning_text span::before {
    left: -1.3333333333vw;
    width: 9.3333333333vw;
    height: 12vw;
  }
}
main #learning .inner .learning_banner p.learning_text span::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -5rem;
  width: 4rem;
  height: 5rem;
  background: url(../img/bar_right.png) no-repeat center center/contain;
}
@media screen and (max-width: 1000px) {
  main #learning .inner .learning_banner p.learning_text span::after {
    right: -1.3333333333vw;
    width: 9.3333333333vw;
    height: 12vw;
  }
}
@media screen and (max-width: 1000px) {
  main #learning .inner .learning_banner p.learning_text {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
    margin-bottom: 0;
  }
}
main #learning .inner h3.sub_title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 2.8rem;
  line-height: 1.3333;
}
@media screen and (max-width: 1000px) {
  main #learning .inner h3.sub_title {
    font-size: 5.3333333333vw;
    margin-top: 4.8vw;
  }
}
main #learning .inner .books_img {
  margin-top: 3rem;
}
@media screen and (max-width: 1000px) {
  main #learning .inner .books_img {
    margin-top: 4.2666666667vw;
  }
}
main #learning .inner p.learning_dd {
  text-align: left;
  margin-top: 3rem;
}
@media screen and (max-width: 1000px) {
  main #learning .inner p.learning_dd {
    margin-top: 4.6666666667vw;
    letter-spacing: 0.027em;
  }
}
main #chance.contents_part {
  padding: 9rem 0 9.4rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  main #chance.contents_part {
    padding: 12vw 0 18.6666666667vw;
  }
}
main #chance.contents_part::before {
  position: absolute;
  content: "";
  bottom: 5%;
  left: -10%;
  width: 50%;
  height: 100%;
  background: url(/assets/img/chance_bg_left.png) no-repeat center bottom/contain;
}
@media screen and (max-width: 1000px) {
  main #chance.contents_part::before {
    display: none;
  }
}
main #chance.contents_part::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 100%;
  background: url(/assets/img/chance_bg_right.png) no-repeat center center/contain;
}
@media screen and (max-width: ) {
  main #chance.contents_part::after {
    display: none;
  }
}
main #chance.contents_part .inner h2.section_ttl {
  color: #fff;
  font-size: 2.2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  main #chance.contents_part .inner h2.section_ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
main #chance.contents_part .inner h2.section_ttl::after {
  background: #fc8c33;
}
main #chance.contents_part .inner h2.section_ttl span.ja {
  color: #fff;
  line-height: 1.5652;
}
@media screen and (max-width: 1000px) {
  main #chance.contents_part .inner h2.section_ttl span.ja {
    font-size: 6.1333333333vw;
    line-height: 1.3063;
  }
}
main #chance.contents_part .inner p.sub_text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  main #chance.contents_part .inner p.sub_text {
    font-size: 3.7333333333vw;
    line-height: 1.8571;
    letter-spacing: -0.08em;
    margin-top: 2.6666666667vw;
  }
}
main #chance.contents_part .inner p.sub_text span {
  font-size: 2.8rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgb(253, 173, 102)));
  background: linear-gradient(transparent 60%, rgb(253, 173, 102) 40%);
}
@media screen and (max-width: 1000px) {
  main #chance.contents_part .inner p.sub_text .chance_desc {
    font-size: 4.8vw;
  }
}
main #chance.contents_part .inner p.sub_text .chance_per {
  font-size: 2rem;
  background: none;
}
@media screen and (max-width: 1000px) {
  main #chance.contents_part .inner p.sub_text .chance_per {
    font-size: 4.5333333333vw;
  }
}
main #chance.contents_part .inner .img_box {
  margin-top: 7.1rem;
}
main #chance.contents_part .inner .btn_area {
  margin-top: 7rem;
}
@media screen and (max-width: 1000px) {
  main #chance.contents_part .inner .btn_area {
    margin-top: 7.7rem;
  }
}
@media screen and (max-width: 1000px) {
  main #chance.contents_part .inner .btn_area .btn_item a.btn.btn_cf {
    width: 81.2vw;
    height: 15.6vw;
    margin: 0 auto;
  }
}
main #company.bg.contents_part {
  padding: 9.2rem 0 10rem;
}
@media screen and (max-width: 1000px) {
  main #company.bg.contents_part {
    padding: 10.5333333333vw 0 13.3333333333vw;
  }
}
main #company.bg.contents_part .inner h2.section_ttl.ir_gular {
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  main #company.bg.contents_part .inner h2.section_ttl.ir_gular {
    font-size: 3.4666666667vw;
    line-height: 1.1113;
    margin-bottom: 4vw;
  }
}
main #company.bg.contents_part .inner .company_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.2rem;
     -moz-column-gap: 2.2rem;
          column-gap: 2.2rem;
  width: 100%;
  margin-top: 7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  main #company.bg.contents_part .inner .company_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4vw;
  }
}
main #company.bg.contents_part .inner .company_content .img_box {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  main #company.bg.contents_part .inner .company_content .img_box {
    width: 66.6666666667vw;
  }
}
main #company.bg.contents_part .inner .company_content .text_area {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  main #company.bg.contents_part .inner .company_content .text_area {
    text-align: center;
    margin-top: 4.5333333333vw;
  }
}
main #company.bg.contents_part .inner .company_content .text_area .company_name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main #company.bg.contents_part .inner .company_content .text_area .company_name {
    font-size: 4.8vw;
  }
}
main #company.bg.contents_part .inner .company_content .text_area p.company_text {
  font-size: 1.6rem;
  margin-top: 2.7rem;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  main #company.bg.contents_part .inner .company_content .text_area p.company_text {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
main #faq {
  padding: 8rem 0 9.6rem;
}
@media screen and (max-width: 1000px) {
  main #faq {
    padding: 10.1333333333vw 0 14.5333333333vw;
  }
}
main #faq .inner h2.section_ttl {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  main #faq .inner h2.section_ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main #faq .inner h2.section_ttl span.ja {
    font-size: 6.6666666667vw;
  }
}
main #faq .inner .faq_wrap {
  margin-top: 7.2rem;
}
@media screen and (max-width: 1000px) {
  main #faq .inner .faq_wrap {
    margin-top: 3.2vw;
  }
}
main #faq .inner .faq_wrap dl {
  text-align: left;
  background: #f0f0f0;
  position: relative;
}
main #faq .inner .faq_wrap dl:not(:first-of-type) {
  margin-top: 2rem;
}
main #faq .inner .faq_wrap dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding: 2rem 4rem 2rem 7rem;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  main #faq .inner .faq_wrap dl dt {
    font-size: 4vw;
    padding: 3.2vw 13.3333333333vw;
  }
}
main #faq .inner .faq_wrap dl dt span.icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  main #faq .inner .faq_wrap dl dt span.icon {
    width: 4.8vw;
    height: 4.8vw;
    right: 2.2666666667vw;
  }
}
main #faq .inner .faq_wrap dl dt span.icon::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #000;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  main #faq .inner .faq_wrap dl dt span.icon::before {
    width: 4.8vw;
    height: 0.4vw;
  }
}
main #faq .inner .faq_wrap dl dt span.icon::after {
  display: block;
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 0.2rem;
  background: #000;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  main #faq .inner .faq_wrap dl dt span.icon::after {
    width: 4.8vw;
    height: 0.4vw;
  }
}
main #faq .inner .faq_wrap dl dt span.icon.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
main #faq .inner .faq_wrap dl dt::before {
  position: absolute;
  content: "Q";
  background: #000;
  color: #fff;
  font-family: "Noto Suns Jp";
  font-size: 2rem;
  width: 5rem;
  height: 100%;
  top: 0;
  left: 0;
  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: 1000px) {
  main #faq .inner .faq_wrap dl dt::before {
    font-size: 4vw;
    width: 8vw;
  }
}
main #faq .inner .faq_wrap dl dd {
  display: none;
  font-size: 1.6rem;
  background: #f9f9f9;
  padding: 2rem 2rem 2rem 7rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  main #faq .inner .faq_wrap dl dd {
    font-size: 3.2vw;
    padding: 3.6vw 3.4666666667vw 3.4666666667vw 10.9333333333vw;
  }
}
main #faq .inner .faq_wrap dl dd a {
  border-bottom: 1px solid #000;
  position: relative;
}
main #faq .inner .faq_wrap dl dd a::after {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1.2rem;
  bottom: 15%;
  right: -2rem;
  background: url(../img/icon_link.png) no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  main #faq .inner .faq_wrap dl dd a::after {
    width: 3.2vw;
    height: 2.6666666667vw;
    right: -4.2666666667vw;
    bottom: 0.8vw;
  }
}
main #faq .inner .faq_wrap dl dd::before {
  position: absolute;
  content: "A";
  background: #000;
  color: #fff;
  font-family: "Noto Suns Jp";
  font-size: 2rem;
  font-weight: 700;
  width: 5rem;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
}
@media screen and (max-width: 1000px) {
  main #faq .inner .faq_wrap dl dd::before {
    font-size: 4vw;
    width: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  main #faq .inner .btn_area {
    display: none;
  }
}
main #faq .inner .btn_area .btn_item {
  margin-top: 6.7rem;
}
main #application .inner .section_ttl {
  margin-top: 6rem;
  color: #fc6200;
  font-size: 4.6rem;
}
@media screen and (max-width: 1000px) {
  main #application .inner .section_ttl {
    font-size: 6.6666666667vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
main #application .inner .section_ttl span {
  font-family: "Akshar", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1000px) {
  main #application .inner .section_ttl span {
    font-size: 3.4666666667vw;
  }
}
main #application .inner .section_ttl::after {
  bottom: -3rem;
}
@media screen and (max-width: 1000px) {
  main #application .inner .section_ttl::after {
    bottom: -3.3333333333vw;
  }
}
main #application .inner .item_wrap {
  padding-bottom: 8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1000px) {
  main #application .inner .item_wrap {
    padding-bottom: 10.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}

/*============================
  .Swiper
  ============================*/
#privacy {
  font-size: 1.5rem;
  text-align: right;
  text-decoration: underline;
  padding-right: 2rem;
  padding-bottom: 2rem;
  background: #f0f0f0;
}
@media screen and (max-width: 1000px) {
  #privacy {
    font-size: 2.9333333333vw;
    padding-right: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}

/*============================
  .Swiper
  ============================*/
.swiper {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .swiper {
    padding: 0 6rem;
  }
}

.swiper_content {
  margin-top: 3.6rem;
}

.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-pagination {
  display: none;
}
@media screen and (max-width: 1000px) {
  .swiper-button-prev::after,
  .swiper-button-next::after,
  .swiper-pagination {
    display: block;
    color: #fc6200;
    font-size: 5.3333333333vw;
  }
}

.swiper-wrapper {
  width: 100%;
  margin: 0;
  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: 1000px) {
  .swiper-wrapper {
    width: 63rem;
  }
}

.swiper-slide {
  width: 30rem;
}
.swiper-slide img {
  border: 1px solid #eae8e8;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(4, 0, 0, 0.04);
          box-shadow: 0 0.6rem 1rem rgba(4, 0, 0, 0.04);
}

@media screen and (max-width: 1000px) {
  .swiper-pagination {
    position: relative !important;
    bottom: -5.3333333333vw;
  }
}

@media screen and (max-width: 1000px) {
  .swiper-pagination-bullet {
    background-color: rgb(149, 149, 149);
    opacity: 1;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 9px !important;
  }
}

@media screen and (max-width: 1000px) {
  .swiper-pagination-bullet-active {
    background-color: #fc6200;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.u-ib {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */