@charset "UTF-8";
body {
  width: 100%;
}

.wrapper {
  position: relative;
  width: 100vw;
  margin-inline: auto;
  overflow: hidden;
  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;
}

/* -------------------------------------------------------------------
        リンク
  ------------------------------------------------------------------- */
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  gap: 3.125vw;
}
@media screen and (max-width: 640px) {
  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.125vw;
  }
}

.btns1 {
  bottom: 5.0520833333vw;
}
@media screen and (max-width: 640px) {
  .btns1 {
    bottom: 8.4375vw;
  }
}

.btns2,
.btns3 {
  bottom: 3.8020833333vw;
}
@media screen and (max-width: 640px) {
  .btns2,
  .btns3 {
    bottom: 11.25vw;
  }
}

.btn {
  width: 36.4583333333vw;
  height: 7.2916666667vw;
  -webkit-transform: translate();
  transform: translate();
  border-radius: 3.6458333333vw;
  z-index: 10;
}
.btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .btn {
    width: 71.875vw;
    height: 12.5vw;
  }
}

/* -------------------------------------------------------------------
      First View
  ------------------------------------------------------------------- */
.fv {
  width: 100%;
  height: 109.8958333333vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fv {
    height: 217.65625vw;
  }
}

.fv-bg {
  position: absolute;
  top: -18.2291666667vw;
  right: 0;
  width: 107.3958333333vw;
  height: 83.9583333333vw;
  z-index: -1;
  background: url(../img/fv/fv-bg.jpeg) no-repeat top right/cover;
}
@media screen and (max-width: 640px) {
  .fv-bg {
    background: url(../img/fv/fv-bg.jpeg) no-repeat top center/cover;
    height: 150.3125vw;
    top: -0.9375vw;
    right: auto;
  }
}

.fv-character {
  position: absolute;
  top: -1.25vw;
  left: -3.75vw;
  width: 55.1041666667vw;
  height: 82.7083333333vw;
  background: url(../img/fv/fv-character.png) no-repeat center center/cover;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .fv-character {
    top: 16.40625vw;
    left: -16.71875vw;
    width: 78.125vw;
    height: 117.03125vw;
  }
}

.fv-title {
  position: absolute;
  top: 0;
  right: -1%;
  width: 59.21875vw;
  z-index: 20;
}
@media screen and (max-width: 640px) {
  .fv-title {
    width: 97.03125vw;
    right: -1.40625vw;
  }
}
.fv-title img {
  width: 100%;
}

.fv-bg_btm {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.fv-bg_btm--front {
  bottom: 1.875vw;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .fv-bg_btm--front {
    bottom: -3.28125vw;
    width: 100%;
  }
}
.fv-bg_btm--back {
  bottom: 0;
}

.fv_btm-image {
  position: absolute;
  bottom: 3.9583333333vw;
  right: 4.0625vw;
  z-index: 20;
  width: 40.1041666667vw;
}
@media screen and (max-width: 640px) {
  .fv_btm-image {
    width: 60.78125vw;
    bottom: 19.21875vw;
    right: -2.34375vw;
  }
}

.fv_btm-text {
  position: absolute;
  bottom: 1.875vw;
  left: 0;
  z-index: 20;
  width: 83.3333333333vw;
}
@media screen and (max-width: 640px) {
  .fv_btm-text {
    bottom: 3.59375vw;
    width: 78.28125vw;
  }
}
.fv_btm-text img {
  width: 100%;
}

/* -------------------------------------------------------------------
      Application Period
  ------------------------------------------------------------------- */
.application-period {
  width: 100%;
  height: 69.2708333333vw;
}
@media screen and (max-width: 640px) {
  .application-period {
    height: 187.5vw;
  }
}

.sec-app_title {
  width: 41.3541666667vw;
}
@media screen and (max-width: 640px) {
  .sec-app_title {
    width: 64.84375vw;
  }
}

.sec-app_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3.125vw 3.125vw 5.0520833333vw;
}
@media screen and (max-width: 640px) {
  .sec-app_inner {
    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;
    padding-inline: 4.6875vw;
  }
}

.app-schedule {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125vw;
  margin-top: 3.5416666667vw;
}
@media screen and (max-width: 640px) {
  .app-schedule {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5vw;
    margin-top: 5.46875vw;
  }
}

.app-schedule_image {
  -webkit-box-shadow: 0 0 7px rgba(35, 24, 21, 0.4);
  box-shadow: 0 0 7px rgba(35, 24, 21, 0.4);
  width: 29.1666666667vw;
  height: 33.3333333333vw;
}
.app-schedule_image:nth-of-type(2) {
  margin-top: 2.8125vw;
}
.app-schedule_image:nth-of-type(3) {
  margin-top: 5.625vw;
}
.app-schedule_image img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  .app-schedule_image {
    width: 78.125vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .app-schedule_image:nth-of-type(2) {
    margin-top: 0;
    margin-left: 6.25vw;
  }
  .app-schedule_image:nth-of-type(3) {
    margin-top: 0;
    margin-left: 12.5vw;
  }
}

/* -------------------------------------------------------------------
      About Career Draft
  ------------------------------------------------------------------- */
.about-career-draft {
  width: 100%;
  height: 97.9166666667vw;
  background: url(../img/about_career_draft/acd_bg.png) no-repeat center
    center/cover;
}
@media screen and (max-width: 640px) {
  .about-career-draft {
    height: 215.625vw;
    background: url(../img/about_career_draft/sp/acd_bg-sp.png) no-repeat center
      center/cover;
  }
}

.acd_inner {
  padding: 6.4583333333vw 3.125vw 4.6875vw;
  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: 640px) {
  .acd_inner {
    padding: 10.3125vw 4.6875vw 13.75vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sec-acd_title {
  width: 43.3333333333vw;
}
@media screen and (max-width: 640px) {
  .sec-acd_title {
    width: 68.125vw;
  }
}

.acd_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 2.1875vw;
}
@media screen and (max-width: 640px) {
  .acd_contents {
    margin-top: 6.09375vw;
  }
}

.acd-content {
  width: 100%;
  position: relative;
}

.acd-content--top {
  width: 100%;
  height: 35.2083333333vw;
}
@media screen and (max-width: 640px) {
  .acd-content--top {
    height: 93.75vw;
  }
}
.acd-content--top .acd-text {
  width: 54.0625vw;
  height: 28.4375vw;
  padding-top: 2.3958333333vw;
  padding-left: 2.1875vw;
  padding-bottom: 2.9166666667vw;
}
.acd-content--top .acd-text img {
  width: 40.1041666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  .acd-content--top .acd-text img {
    width: 75.15625vw;
  }
}
@media screen and (max-width: 640px) {
  .acd-content--top .acd-text {
    width: 81.25vw;
    height: 56.09375vw;
  }
}

.acd-content--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 8.125vw;
}
@media screen and (max-width: 640px) {
  .acd-content--bottom {
    margin-top: 10.3125vw;
  }
}
.acd-content--bottom .acd-text {
  width: 60.9375vw;
  height: 28.4375vw;
  padding-top: 4.375vw;
  padding-right: 3.4375vw;
  padding-bottom: 4.2708333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.acd-content--bottom .acd-text img {
  width: 49.1666666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  .acd-content--bottom .acd-text img {
    width: 36.71875vw;
  }
}
@media screen and (max-width: 640px) {
  .acd-content--bottom .acd-text {
    width: 53.125vw;
    height: 68.59375vw;
  }
}

.acd-text {
  background-color: #fff;
}

.acd-image1 {
  width: 100%;
  height: 100%;
}

.acd-image1_pic {
  width: 47.9166666667vw;
  height: 27.0833333333vw;
  position: absolute;
}
.acd-image1_pic:nth-of-type(1) {
  bottom: 0;
  right: 0;
  background: url(../img/image-bg.png) no-repeat center center/cover;
}
.acd-image1_pic:nth-of-type(2) {
  bottom: 16px;
  right: 16px;
  background: url(../img/about_career_draft/acd-image1.png) no-repeat center
    center/cover;
}
@media screen and (max-width: 640px) {
  .acd-image1_pic {
    width: 71.875vw;
    height: 40.625vw;
  }
}

.acd-image2 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 39.1666666667vw;
}
.acd-image2 img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  .acd-image2 {
    width: 50.78125vw;
    height: 78.90625vw;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: -2.34375vw;
  }
}

/* -------------------------------------------------------------------
      For Students
  ------------------------------------------------------------------- */
.students {
  width: 100%;
  height: 167.0833333333vw;
  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;
}
@media screen and (max-width: 640px) {
  .students {
    height: 490.625vw;
  }
}
.students .students_inner {
  position: relative;
  width: 100%;
  padding: 6.6666666667vw 3.125vw 6.5625vw;
  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;
  background: url(../img/students/students_bg.png) no-repeat top center/contain;
}
@media screen and (max-width: 640px) {
  .students .students_inner {
    padding: 6.875vw 0 13.90625vw;
    background: url(../img/students/sp/students_bg-sp.png) no-repeat -4.375vw 3.125vw/102%
      100%;
  }
}

.students_title {
  width: 44.5833333333vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  .students_title {
    width: 70vw;
  }
}

.students_contents {
  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;
  gap: 3.8541666667vw;
  margin-top: 2.7083333333vw;
}
@media screen and (max-width: 640px) {
  .students_contents {
    gap: 8.28125vw;
    margin-top: 7.03125vw;
  }
}

.students_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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%;
}
.students_content:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .students_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 26px;
  }
  .students_content:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 26px;
  }
}

.students_content--text {
  width: 42.0833333333vw;
}
@media screen and (max-width: 640px) {
  .students_content--text {
    width: 74.6875vw;
  }
}

.students_content--images {
  width: 49.5833333333vw;
  height: 28.75vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .students_content--images {
    width: 74.375vw;
    height: 43.125vw;
  }
}

.s_cont-image {
  width: 47.9166666667vw;
  height: 27.0833333333vw;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .s_cont-image {
    width: 71.875vw;
    height: 40.625vw;
  }
}

.s_cont-image--bg {
  bottom: 0;
  right: 0;
  background: url(../img/image-bg.png) no-repeat center center/cover;
}

.s_cont-image--pic {
  top: 0;
  left: 0;
}
.s_cont-image--pic.top {
  background: url(../img/students/students_image1.png) no-repeat center
    center/cover;
}
.s_cont-image--pic.middle {
  background: url(../img/students/students_image2.png) no-repeat center
    center/cover;
}
.s_cont-image--pic.bottom {
  background: url(../img/students/students_image3.png) no-repeat center
    center/cover;
}

.students_flow {
  width: 100%;
  height: 49.375vw;
  position: relative;
  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;
  padding-top: 4.0625vw;
  padding-bottom: 3.8541666667vw;
  background: url(../img/flow_bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 640px) {
  .students_flow {
    height: 193.75vw;
    background: url(../img/flow_bg-sp.png) no-repeat top center/cover;
    padding-top: 10.625vw;
  }
}

.students_flow--title {
  width: 28.6458333333vw;
}
@media screen and (max-width: 640px) {
  .students_flow--title {
    width: 48.28125vw;
  }
}

.students_flow--image {
  width: 87.2916666667vw;
  margin-top: 2.7604166667vw;
}
@media screen and (max-width: 640px) {
  .students_flow--image {
    width: 62.5vw;
    margin-top: 3.28125vw;
  }
}

.students_flow--text {
  width: 84.4791666667vw;
  margin-top: 1.5104166667vw;
}
@media screen and (max-width: 640px) {
  .students_flow--text {
    width: 71.71875vw;
    margin-top: 4.84375vw;
  }
}

/* -------------------------------------------------------------------
      For Companies
  ------------------------------------------------------------------- */
.companies {
  width: 100%;
  height: 205.625vw;
  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;
}
@media screen and (max-width: 640px) {
  .companies {
    height: 557.8125vw;
  }
}

.companies_inner {
  position: relative;
  width: 100%;
  padding: 6.6666666667vw 3.125vw 25.2083333333vw;
  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;
  background: url(../img/companies/companies_bg.png) no-repeat top
    center/contain;
}
@media screen and (max-width: 640px) {
  .companies_inner {
    padding: 9.6875vw 0 0;
    background: url(../img/companies/sp/companies_bg-sp.png) no-repeat 0
      3.90625vw/100vw 334.53125vw;
  }
}

.companies_title {
  width: 28.3333333333vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  .companies_title {
    width: 44.53125vw;
  }
}

.companies_contents {
  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;
  margin-top: 2.7083333333vw;
}
@media screen and (max-width: 640px) {
  .companies_contents {
    gap: 10.15625vw;
    margin-top: 7.03125vw;
  }
}

.companies_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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%;
}
.companies_content:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 4.7916666667vw;
}
.companies_content:nth-of-type(3) {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 640px) {
  .companies_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3.90625vw;
  }
  .companies_content:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .companies_content:nth-of-type(3) {
    margin-top: 0;
  }
  .companies_content:nth-of-type(3) .companies_content--text {
    margin-top: 37.8125vw;
  }
}

.companies_content--text {
  width: 42.0833333333vw;
}
@media screen and (max-width: 640px) {
  .companies_content--text {
    width: 74.21875vw;
  }
}

.companies_content--images {
  width: 49.5833333333vw;
  height: 28.75vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .companies_content--images {
    width: 74.375vw;
    height: 43.125vw;
  }
}

.c_cont-image {
  width: 47.9166666667vw;
  height: 27.0833333333vw;
  position: absolute;
}
.c_cont-image--tiny {
  width: 29.7916666667vw;
  height: 16.7708333333vw;
}
@media screen and (max-width: 640px) {
  .c_cont-image--tiny {
    width: 44.84375vw;
    height: 25.3125vw;
  }
}
@media screen and (max-width: 640px) {
  .c_cont-image {
    width: 71.875vw;
    height: 40.625vw;
  }
}

.c_cont-image--bg {
  bottom: 0;
  right: 0;
  background: url(../img/image-bg.png) no-repeat center center/cover;
}
.c_cont-image--bg--tiny {
  position: absolute;
  background: url(../img/image-bg-tiny.png) no-repeat center center/cover;
}
.c_cont-image--bg--tiny.top {
  top: 1.6666666667vw;
  left: 1.6666666667vw;
}
.c_cont-image--bg--tiny.bottom {
  bottom: 0;
  right: 0;
}

.c_cont-image--pic {
  top: 0;
  left: 0;
}
.c_cont-image--pic.top {
  background: url(../img/companies/companies_image1.png) no-repeat center
    center/cover;
}
.c_cont-image--pic.middle {
  background: url(../img/companies/companies_image2.png) no-repeat center
    center/cover;
}
.c_cont-image--pic.bottom {
  background: url(../img/companies/companies_image3.png) no-repeat center
    center/cover;
}
.c_cont-image--pic--tiny {
  position: absolute;
}
.c_cont-image--pic--tiny.top {
  top: 0;
  left: 0;
  background: url(../img/companies/companies_image-tiny1.png) no-repeat center
    center/cover;
}
.c_cont-image--pic--tiny.bottom {
  bottom: 1.6666666667vw;
  right: 1.6666666667vw;
  background: url(../img/companies/companies_image-tiny2.png) no-repeat center
    center/cover;
}

.companies_content--tiny-box {
  width: 60.1041666667vw;
  height: 31.9791666667vw;
  position: absolute;
  top: 24.5833333333vw;
  left: -23.8541666667vw;
}
@media screen and (max-width: 640px) {
  .companies_content--tiny-box {
    width: 90.625vw;
    height: 44.53125vw;
    top: 35.625vw;
    left: -8.125vw;
  }
}

.companies_content--tiny-box_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.companies_content--tiny-box_inner {
  position: relative;
}

.companies_flow {
  width: 100%;
  height: 49.375vw;
  position: relative;
  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;
  padding-top: 4.0625vw;
  padding-bottom: 3.8541666667vw;
  background: url(../img/flow_bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 640px) {
  .companies_flow {
    height: 176.5625vw;
    padding-top: 11.40625vw;
    background: url(../img/flow_bg-sp.png) no-repeat top center/cover;
  }
}

.companies_flow--title {
  width: 28.6458333333vw;
}
@media screen and (max-width: 640px) {
  .companies_flow--title {
    width: 48.28125vw;
  }
}

.companies_flow--image {
  width: 87.2916666667vw;
  margin-top: 2.7604166667vw;
}
@media screen and (max-width: 640px) {
  .companies_flow--image {
    width: 62.5vw;
    margin-top: 3.28125vw;
  }
}

.companies_flow--text {
  width: 84.4791666667vw;
  margin-top: 1.5104166667vw;
}
@media screen and (max-width: 640px) {
  .companies_flow--text {
    width: 71.71875vw;
    margin-top: 5.625vw;
  }
}

/* sponsor */

.sponsor {
  background-color: #fff;
  padding-bottom: 60px;
}

.sponsor-inner {
  width: 100%;
  padding-inline: 40px;
  margin-inline: auto;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .sponsor-inner {
    padding-inline: 10px;
  }
}
.sponsor_head {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sponsor_head {
    font-size: 28px;
  }
}
.sponsor_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.sponsor_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  place-items: center;
}

@media screen and (max-width: 640px) {
  .sponsor_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
.sponsor_card {
  max-width: 250px;
  width: 100%;
  max-height: 100px;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .sponsor_card {
    width: calc(250px / 1280px * 100%);
  }
}
@media screen and (max-width: 640px) {
  .sponsor_card {
    max-width: 250px;
    width: 100%;
    max-height: 100px;
    height: 100%;
  }

  .sponsor_card__blank {
    display: none;
  }
}

.sponsor_card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
