/*------------------------------
mv
------------------------------*/
#company .mv {
  margin-bottom: 10%;
}
@media (min-width: 768px) {
  #company .mv {
    min-height: 100svh;
    height: 62vw;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #company .mv {
    margin-bottom: 30%;
  }
}
#company .mv-inner {
  width: 100vw;
}
#company .mv-content {
  width: 100%;
}
#company .mv-content .mv-text {
  position: absolute;
  top: -21%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 41%;
}
@media (max-width: 767px) {
  #company .mv-content {
    width: 71%;
    max-width: 355px;
  }
  #company .mv-content .mv-text {
    top: -25%;
    width: 70%;
    display: none;
  }
}

/*------------------------------
about
------------------------------*/
.about {
  padding: 144px 0 40px;
}
.about p {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about {
    padding: 74px 0 40px;
  }
  .about p {
    font-size: 1.4rem;
  }
}

.about-title {
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 32px;
}
.about-title small {
  display: block;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .about-title {
    font-size: 3.2rem;
  }
  .about-title small {
    font-size: 1.6rem;
  }
}

.about-title_en {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  color: #0080FE;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .about-title_en {
    font-size: 2rem;
  }
}

.about-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  border: 3px solid #000;
  border-radius: 8px;
  background: #CFFB2B;
  font-size: 1.6rem;
  font-weight: 900;
  padding: 1.125em 1.5em;
}
.about-notice img {
  width: 40px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .about-notice {
    font-size: 1.4rem;
  }
}

/*------------------------------
flow
------------------------------*/
.flow {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .flow {
    padding-bottom: 80px;
  }
}

.flow-list {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
.flow-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 3.3% 1%;
  padding-left: 3%;
  min-height: 214px;
}
.flow-list li:nth-child(n+2) {
  margin-top: 52px;
  position: relative;
}
.flow-list li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 47px;
  aspect-ratio: 86/43;
  background: url(../images/icon_arrow2.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .flow-list {
    margin-top: 30px;
  }
  .flow-list li {
    display: block;
    padding: 24px;
    border-radius: 16px;
    position: relative;
    height: auto;
  }
  .flow-list li:nth-child(n+2) {
    margin-top: 100px;
  }
  .flow-list li:nth-child(n+2)::before {
    top: -70px;
  }
}

.flow-item_num {
  width: 23%;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  text-align: center;
  padding-right: 40px;
}
.flow-item_num span {
  display: block;
  font-size: 5.6rem;
  color: #0080FE;
  line-height: 1;
}
@media (max-width: 767px) {
  .flow-item_num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
    font-size: 1.6rem;
    padding-right: 0;
  }
  .flow-item_num span {
    font-size: 4rem;
  }
}

.flow-item_content {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.flow-item_content img {
  width: 16%;
  margin-right: 7.3%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .flow-item_content {
    border-left: none;
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .flow-item_content img {
    width: 77px;
    display: block;
    margin: 0 auto;
  }
}

.flow-item_text h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #0080FE;
  margin-bottom: 6px;
}
.flow-item_text h3 span {
  font-family: "Bungee", sans-serif;
}
.flow-item_text p {
  font-size: 1.2rem;
  font-weight: 500;
}
.flow-item_text .strong {
  font-weight: 700;
  margin-top: 8px;
}
.flow-item_text .c_btn {
  color: #000;
  background: #CFFB2B;
}
.flow-item_text a {
  width: 210px;
  font-size: 1.4rem;
  font-weight: 900;
  padding: 12px;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.flow-item_text a::after {
  background: #000;
}
.flow-item_text a.inactive {
  background: #ccc;
  pointer-events: none;
}
.flow-item_text a.inactive::after {
  background: transparent;
}
.flow-item_text .blue {
  color: #0080FE;
}
@media (max-width: 767px) {
  .flow-item_text {
    margin-top: 16px;
  }
  .flow-item_text h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
    text-align: center;
  }
  .flow-item_text p {
    font-size: 1.2rem;
  }
  .flow-item_text a {
    width: 100%;
    margin: 16px auto 0;
    display: block;
  }
}

/*------------------------------
seminar
------------------------------*/
@media (max-width: 767px) {
  .company-seminar {
    padding-top: 0;
  }
}

.company-seminar__bubble {
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  .company-seminar__bubble {
    top: -85px;
    width: 370px;
    max-width: 100vw;
  }
}

.join.join__company a:first-child {
  color: #fff;
  background-color: #000;
  font-weight: 900;
}
.join.join__company a:first-child::after {
  content: "";
  position: absolute;
  background: url(../images/icon_pdf.png) no-repeat center center/100%;
  aspect-ratio: 59/52;
  width: 2em;
  left: unset;
  right: 0%;
  top: 50%;
  -webkit-transform: translate(-22%, -50%);
          transform: translate(-22%, -50%);
  -webkit-mask-image: none;
          mask-image: none;
}
.join.join__company a:nth-child(2) {
  background: #CFFB2B;
  color: #000;
}
.join.join__company a:nth-child(2)::after {
  background: #000;
}
@media (max-width: 767px) {
  .join.join__company .join-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .join.join__company .join-btn a:first-child {
    margin-bottom: 0;
    margin-top: 24px;
  }
}

.student-seminar__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2916666667;
}
.student-seminar__heading strong {
  display: block;
  font-size: 4rem;
  word-break: break-all;
  font-family: "Bungee", sans-serif;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .student-seminar__heading {
    font-size: 20px;
    line-height: 1.5;
  }
  .student-seminar__heading strong {
    font-size: 3.2rem;
  }
}

.student-message__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .student-message__heading {
    font-size: 2rem;
  }
}

.student-message__images {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.student-message__images img {
  width: calc(33.3% - 16px);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .student-message__images {
    width: 88%;
  }
  .student-message__images img:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .student-message__images {
    display: block;
  }
  .student-message__images img {
    width: 100%;
  }
  .student-message__images img:nth-child(n+2) {
    margin-top: 16px;
  }
}

.coming_btn {
  background-color: #0080FE;
}

.coming_btn::after {
  display: none;
}