.bg {
  padding-top: 150px;
  background-image: url(../img/bg.png);
}

.header-border {
  z-index: 0;
}

h2.page-title {
  display: block;
  width: fit-content;
  margin: 0 auto 100px;
  position: relative;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  line-height: normal;
}

h2.page-title:after {
  content: "";
  display: block;
  width: max(40px, 4.17vw);
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background-image: linear-gradient(100deg, #0350ff, #fe45be, #fcc745);
}

h4 {
  margin-bottom: 0.929em;
  font-size: max(2rem, 1.46vw);
  line-height: normal;
  color: #08b7ff;
}

@media (max-width: 450px) {
  .bg {
    padding-top: 100px;
    background-image: url(../img/bg_sp.jpg);
  }

  h2.page-title {
    margin: 0 auto 50px;
  }
}

/* company */
.company {
  margin-bottom: 150px;
}

.mvv_list {
  margin-top: 150px;
}

.mvv_list_item {
  align-items: flex-start;
  position: relative;
  padding: 8% 4% 10% 6%;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background: #fff;
  display: flex;
}

.mvv_list_item:not(:last-child) {
  margin-bottom: 150px;
}

.mvv_list_item_sp-title-area {
  position: absolute;
  top: 0;
  left: 6%;
  transform: translateY(-50%);
}

.mvv_list_item_sp-title-area h3 {
  font-family: "Poppins", sans-serif;
  font-size: max(5rem, 4.27vw);
  font-weight: 700;
}

.mvv_list_item h3 span {
  color: #fe45be;
}

.mvv_list_item_textarea {
  width: fit-content;
  max-width: 426px;
  width: 100%;
}

.mvv_list_item figure {
  width: 100%;
  max-width: 444px;
}

.message {
  margin-bottom: 150px;
}

.message-area {
  padding: 9%;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background: #fff;
}

.message-area p {
  font-weight: 500;
}

.message-area p:nth-of-type(1) {
  margin-bottom: 1em;
}

.message-area p:nth-of-type(2) {
  margin-bottom: 4.438em;
}

.signature {
  text-align: right;
  font-size: max(1.8rem, 1.15vw);
  font-weight: 600;
}

.signature span {
  font-size: max(1.2rem, 0.83vw);
  padding-right: 10px;
}

.overview {
  margin-bottom: 150px;
}

.overview-wrapper {
  width: 100%;
  padding: 9% 0;
  background-color: #fff;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
}

.overview_table {
  width: 65%;
  margin: 0 auto;
}

.overview_table tr {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 9%;
}

.overview_table th,
.overview_table td {
  padding: 1.25em 0;
  font-size: max(1.2rem, 0.83vw);
  line-height: normal;
}

.overview_table tr:last-child th,
.overview_table tr:last-child td {
  padding-bottom: 0;
}

.overview_table th {
  width: 20%;
  position: relative;
  font-weight: 700;
}

.overview_table th::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background-image: linear-gradient(100deg, #0350ff, #fe45be, #fcc745);
}

.overview_table td {
  flex: 1;
  border-top: 3px solid #cecece;
  font-weight: 500;
}

.overview_table tr:not(:last-child) td {
  min-height: 5.5745em;
}

.overview_table td dt,
.overview_table td dd,
.overview_table td dd address,
.overview_table td ul li {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
  line-height: normal;
}

.overview_table td dl:first-of-type {
  margin-bottom: 1em;
}

.overview_table td dt:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.1em;
  background-color: #08b7ff;
  vertical-align: baseline;
}

.access {
  margin-bottom: 75px;
}

.map-area {
  width: 80%;
  aspect-ratio: 88/43;
  overflow: hidden;
}

.map-area iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.access-area {
  width: 31.3%;
  margin: 0 0 0 auto;
  padding: 5.5% 5%;
  transform: translateY(-50%);
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.access-area_text {
  position: relative;
  padding-left: 15px;
}

.access-area_text::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(#0350ff, #fe45be, #fcc745);
}

.access-area_text address,
.access-area_text a {
  font-size: max(1.4rem, 0.83vw);
  font-weight: 700;
  line-height: normal;
}

.access-area_text address {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .mvv_list_item {
    flex-direction: column;
  }

  .mvv_list_item_textarea {
    max-width: 100%;
  }

  .mvv_list_item figure {
    max-width: 500px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

@media (max-width: 450px) {
  .company {
    margin-bottom: 100px;
  }

  .mvv_list {
    margin-top: 90px;
  }

  .mvv_list_item {
    padding: 17% 2.7% 12%;
    margin-bottom: 80px;
  }

  .mvv_list_item_sp-title-area {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10%;
    width: 100%;
    left: 0;
  }

  .mvv_list_item:not(:last-child) {
    margin-bottom: 90px;
  }

  .message {
    margin-bottom: 80px;
  }

  .message-area {
    padding: 10% 2.7% 16%;
  }

  .message-area p {
    line-height: 2.667;
  }

  .message-area p:nth-of-type(1) {
    margin-bottom: 2em;
  }

  .message-area p:nth-of-type(2) {
    margin-bottom: 2.167em;
  }

  .overview {
    margin-bottom: 80px;
  }

  .overview-wrapper {
    padding: 7% 2.7% 16%;
  }

  .overview_table {
    width: 100%;
  }

  .overview_table tr {
    flex-direction: column;
    gap: 15px;
  }

  .overview_table th,
  .overview_table td {
    width: 100%;
    padding: 0;
  }

  .overview_table tr:not(:first-child) th {
    padding-top: 1.25em;
  }

  .overview_table th::before {
    display: none;
  }

  .overview_table td {
    padding-bottom: 1.25em;
    border-top: none;
  }

  .overview_table tr:not(:last-child) td {
    min-height: auto;
    border-bottom: 3px solid #cecece;
  }

  .access {
    margin-bottom: 70px;
  }

  .access_content {
    width: 100%;
  }

  .map-area {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
  }

  .access-area {
    width: 89.33%;
    margin: 0 auto;
    padding: 8%;
    transform: translateY(0);
  }

  .access-area_text {
    width: fit-content;
    margin: 0 auto;
  }
}

/* contact */
.form {
  position: relative;
  padding-bottom: 200px;
  z-index: 2;
}

.form-wrapper {
  padding: 9% 0;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.form-wrapper h4 {
  text-align: center;
  margin-bottom: 94px;
}

form {
  width: 78%;
  margin: 0 auto;
}

form>label,
form p {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

label.required {
  width: fit-content;
  position: relative;
  line-height: normal;
}

form label.required::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: -3px;
  transform: translateX(100%);
  border-radius: 50%;
  background-color: #fe45be;
}

form label,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  width: 100%;
}

.radio-area span,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  display: flex;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  padding: 2em 4.6%;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  background-color: #f6f6f6;
  font-size: max(1.2rem, 0.83vw);
}

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  margin-bottom: 50px;
}

::placeholder {
  font-size: 1.2rem;
  color: #b2b2b2;
}

.radio-area,
form>input,
form textarea {
  margin-bottom: 50px;
}

.radio-area {
  justify-content: flex-start;
  gap: 17px 5%;
}

input[type="radio"],
input[type="checkbox"] {
  width: 0;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.radio-area .wpcf7-form-control-wrap {
  width: 100%;
}

.radio-area .wpcf7-radio {
  width: 100%;
  gap: 25px 5%;
}

.wpcf7-list-item {
  margin: 0;
}

.radio-area label,
.check-area label {
  display: flex;
  align-items: center;
}

.radio-area label,
.check-area label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.radio-area label::before,
.radio-area label::after,
.check-area label::before,
.check-area label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radio-area label::before,
.check-area label::before {
  background-color: #fff;
  border: 1px solid #363636;
  height: 1em;
  width: 1em;
  left: 0;
}

.radio-area label::after,
.check-area label::after {
  background-color: #363636;
  opacity: 0;
  height: 0.5em;
  width: 0.5em;
  left: 0.33em;
}

.check-area label::before {
  border: 1px solid #08b7ff;
}

.check-area label::after {
  left: 0.3em;
  background-color: #08b7ff;
}

.radio-area label:has(input:checked)::after {
  opacity: 1;
}

.check-area label:has(input:checked)::after {
  opacity: 1;
}

.check-area {
  display: flex;
  width: fit-content;
  margin: 0 auto 100px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.check-area a {
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 700;
  color: #08b7ff;
}

form .action-btn {
  width: 68.6%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

form .previous-btn {
  display: block;
  width: 68.6%;
  margin: 0 auto 30px;
  border-radius: 5em;
  border: 3px solid #888888;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}

input[type="submit"],
input[type="button"] {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.96em 0;
  z-index: 2;
  border: none;
  background: none;
  font-size: max(1.6rem, 1.35vw);
  font-weight: 700;
}

input[type="submit"] {
  color: #fe45be;
  cursor: pointer;
}

.action-btn:hover input[type="submit"] {
  color: #fff;
}

input[type="button"] {
  color: #888888;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

.confirm-area {
  margin-bottom: 50px;
}

.radio-area .confirm-area {
  margin-bottom: 0;
}

.thanks-title {
  margin-bottom: 100px;
}

.thanks-p {
  margin-bottom: 100px;
  text-align: center;
  font-size: max(1.4rem, 0.94vw);
}

.action-btn.thanks {
  margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}

@media (max-width: 450px) {
  .form {
    padding-bottom: 80px;
  }

  .form-wrapper {
    padding: 15% 0 24%;
  }

  .form-wrapper h4 {
    margin-bottom: 50px;
  }

  form {
    width: 94%;
  }

  form label.required::after {
    width: 5px;
    height: 5px;
  }

  .radio-area .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
  }

  form>input,
  form textarea {
    margin-bottom: 20px;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form textarea {
    padding: 1.8em 3%;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="tel"] {
    margin-bottom: 20px;
  }

  form .action-btn,
  form .previous-btn {
    width: 100%;
  }

  form .action-btn::before {
    border: 2px solid transparent;
  }

  form .previous-btn {
    margin-top: 80px;
    border: 2px solid #888;
  }

  input[type="submit"],
  input[type="button"] {
    padding: 1.5em 0;
  }

  .confirm-area {
    margin-bottom: 20px;
  }

  .action-btn.thanks {
    width: 94%;
  }
}

/* privacy-policy */
.privacy-policy {
  position: relative;
  padding-bottom: 200px;
  z-index: 1;
}

.privacy-policy-wrapper {
  width: 100%;
  padding: 9% 11%;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.privacy_section:first-of-type {
  margin-bottom: 80px;
}

.privacy_section h3 {
  display: block;
  margin-bottom: 66px;
  position: relative;
  font-size: max(2rem, 2.17vw);
  line-height: normal;
}

.privacy_section h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -26px;
  left: 0;
  transform: translateY(-100%);
  background-image: linear-gradient(100deg, #0350ff, #fe45be, #fcc745);
}

.privacy_section p,
.privacy_section .policy_list>li,
.privacy_section dl {
  font-size: max(1.4rem, 0.83vw);
  font-weight: 600;
  margin-bottom: 2em;
}

@media (max-width: 450px) {
  .privacy-policy {
    padding-bottom: 80px;
  }

  .privacy-policy-wrapper {
    padding: 15% 3%;
  }

  .privacy_section:first-of-type {
    margin-bottom: 50px;
  }

  .privacy_section h3 {
    margin-bottom: 45px;
  }
}

/* service */
.page-header {
  justify-content: center;
  width: 100%;
  height: 600px;
  margin-top: -150px;
  margin-bottom: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header.page-service {
  background-image: url(../img/page-header_service.jpg);
}

.page-header.page-career {
  background-image: url(../img/page-header_career.jpg);
}

.page-header .page-title {
  margin: 0 auto;
  color: #fff;
}

.service {
  padding-bottom: 150px;
}

.service_list_item:nth-child(1) .service_list_item_wrap {
  flex-direction: row-reverse;
}

.service_list_item:not(:last-child) {
  margin-bottom: 100px;
}

.service_list_item figure {
  width: 63.6%;
  aspect-ratio: 71 / 53;
  border-radius: max(15px, 1.56vw);
}

.service_list_item_textarea {
  width: 50%;
  padding: 6% 5%;
  position: relative;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.service_list_item:nth-child(1) .service_list_item_textarea {
  margin-right: -15%;
}

.service_list_item:nth-child(2) .service_list_item_textarea {
  margin-left: -15%;
}

.service_list_item_textarea h3 {
  margin-bottom: 40px;
  font-size: max(3rem, 2.08vw);
  line-height: normal;
  color: #08b7ff;
}

.service_list_item:nth-child(2) .service_list_item_textarea h3 {
  letter-spacing: -0.1em;
}

.service_list_body_textarea {
  padding: 20px;
  background-color: #fff;
}

.service_list_body_text {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
}

.service_list_body_text + .service_list_body_text {
  margin-top: 10px;
}

.service_list_button {
  margin-top: 20px;
  text-align: center;
}

.service_list_button a {
  display: inline-block;
}

@media (max-width: 450px) {
  .service {
    padding-bottom: 80px;
  }

  .page-header {
    height: 230px;
    margin-top: -100px;
    margin-bottom: 50px;
    background-image: url(../img/page-header_service_sp.jpg);
  }

  .service_list_item_wrap {
    width: 100%;
    flex-direction: column;
    border-radius: max(15px, 1.56vw);
    overflow: hidden;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  }

  .service_list_item:not(:last-child) {
    margin-bottom: 50px;
  }

  .service_list_item figure {
    width: 100%;
    border-radius: 0;
    aspect-ratio: 67 / 34;
  }

  .service_list_item_textarea {
    width: 100%;
    border-radius: 0;
  }

  .service_list_item:nth-child(1) .service_list_item_textarea {
    margin: 0;
  }

  .service_list_item:nth-child(2) .service_list_item_textarea {
    margin: 0;
  }

  .service_list_item_textarea h3 {
    margin-bottom: 20px;
  }

  .service_list_item:nth-child(2) .service_list_item_textarea h3 {
    letter-spacing: normal;
  }
}

/* career */
.career {
  position: relative;
  z-index: 2;
}

.career_textarea,
.career_list_item {
  margin-bottom: 100px;
  padding: 6% 9%;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.career_list {
  margin-bottom: 150px;
}

.career_list_item:last-child {
  margin-bottom: 0;
}


/* プログラミング講習 */
.career_list_content {
  padding: 20px;
  background-color: #e4feff;
  border-radius: 16px;
}

.career_list_text-tags {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.career_list_text-wrap {
  width: 55%;
}

.career_list_program-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.career_list_program-text {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
}

.career_list_tags {
  width: 45%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
  row-gap: 5px;
}

.career_list_tag {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: #f7c44f;
  border-radius: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}

.career_list_color_items {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.career_list_color_items::before {
  content: "";
  position: absolute;
  width: 79px;
  height: 27px;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 45%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .career_list_color_items::before {
    width: 7.8vw;
    height: 17px;
    right: 44%;
  }
}

@media (max-width: 800px) {
  .career_list_color_items::before {
    width: 80px;
    height: 20px;
    right: 50%;
    top: 55%;
    transform: rotate(90deg) translate(-50%, -210%);
  }
}

.career_list_color_item {
  max-width: 370px;
  width: 45%;
  position: relative;
}

.color_item {
  padding: 15px;
  background-color: #0769ff;
  color: #fff;
  border-radius: 10px;
}

.career_list_color_item:nth-child(2).color_item {
  background-color: #ff49c2;

}

.career_list_color_item:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow-up.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 100px;
}

.career_list_color_item:nth-child(2)::after {
  content: "STEP UP";
  position: absolute;
  font-size: 20px;
  color: #ff49c2;
  top: -70px;
  right: calc(50% - min(10rem, 12vw));


}

.color_item_title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-align: center;

}

.color_item_subtitle {
  margin-top: 8px;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
}

.color_item_text {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}


/* ゲームクリエイター講習 */
.career_list_content.career_list_content--creator {
  position: relative;
}

.career_list_creator_text {
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.career_list_creator_steps {
  padding-left: clamp(-5rem, -8.571rem + 12.44vw, 5.125rem);
  position: relative;
}

.career_list_creator_steps::before {
  content: "";
  position: absolute;
  width: 307px;
  height: 340px;
  background-image: url(../img/arrow-right-up.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0;
  right: calc(50% - min(42vw, 34rem));
}

.career_list_creator_steps::after {
  content: "STEP UP";
  position: absolute;
  font-size: 22px;
  color: #ff49c2;
  top: 297px;
  right: calc(50% - min(28vw, 22rem));
  font-weight: 700;
  transform: rotate(-46deg);
}

.career_list_creator_step {
  background-color: #0330ff;

}

.career_list_creator_step:nth-child(1) {
  margin-left: calc(70px * 4);
  background-color: #f9c057;
}

.career_list_creator_step:nth-child(2) {
  margin-left: calc(70px * 3);
  background-color: #ff49c2;

}

.career_list_creator_step:nth-child(3) {
  margin-left: calc(70px * 2);
  background-color: #0a99ff;

}

.career_list_creator_step:nth-child(4) {
  margin-left: 70px;
  background-color: #0769ff;

}

.career_list_creator_step.creator_item {
  padding: 11px;
  color: #fff;
  max-width: 30rem;
  width: 100%;
  border-radius: 10px;
}

.creator_item_title {
  line-height: 1;
  font-size: max(2rem, 0.9vw);
}

.creator_item_text {
  margin-top: 10px;
  line-height: 1.5;
  /* font-size: max(1rem, 0.63vw); */
}

.career_list_content-download {
  margin-top: 20px;
  padding: 20px 50px 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.career_list_content-download::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  min-height: 123px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 10px;
}

.career_list_content-img {
  max-width: 180px;
  position: relative;
  width: 47%;
}

.career_list_content-img img {
  aspect-ratio: 254 / 254;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career_list_content-flex-wrap {
  max-width: 416px;
  width: 100%;
  position: relative;
}

.career_list_content-flex-text {
  text-align: center;
  font-size: max(1.5rem, 1.3vw);
}

.career_list_content-flex {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.career_list_content-item {
  max-width: 198px;
}






.career h2,
.career h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: max(2.4rem, 2.08vw);
  line-height: normal;
  color: #08b7ff;
}

.career_list_content-text {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
}

.career_list_content-text + .career_list_content-text {
  margin-top: 16px;
}

.career_list_content-title {
  font-size: max(1.8rem, 1.8vw);
  text-align: center;
}

.career_list_content-title span {
  font-size: max(1rem, 1vw);
}

.career_list_game-img {
  margin-top: 20px;
  border-radius: 20px;

}

.career_list_game-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 400 / 200;
  border-radius: 20px;

}

.career_list_system-img {
  border-radius: 20px;

}

.career_list_system-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 400 / 200;
  border-radius: 20px;
}

.career_list_content-text {
  margin-top: 20px;
}

.career_list_content-button {
  margin-top: 30px;
  text-align: center;
}

.career_list_content-button a {
  display: inline-block;
  text-align: center;
  background-image: linear-gradient(90deg, #1d2d44 0, #385176 50%, #1d2d44 100%);
    background-position: center right;
    background-size: 200% auto;
    box-shadow: 0 1.5625vw 2.08333vw rgba(78, 102, 136, .2);
    transition: background-position .35s;
  max-width: 300px;
  width: 100%;
  padding: 20px;
  border-radius: 1vw;
  color: #fff;
}

.career_list_content-button a:hover {
  background-position: center left;
  opacity: 1;
}

.career_list_content-next-title {
  margin-top: 80px;
  font-size: max(1.8rem, 1.8vw);
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.career_list_content-next-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #08b7ff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.career_list_content-next-content {
  margin-top: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(3rem, 3vw);
  text-transform: uppercase;
  position: relative;
}

.career_list_content-next-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 46px;
  z-index: 2;
}

.career_list_content-next-logo img {
  aspect-ratio: 40 / 46;
  object-fit: contain;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.career_list_content-next-content video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 829 / 200;
  object-fit: cover;
}

.career_list_content-next-text {
  position: relative;
  font-size: max(3rem, 3vw);
}


@media (max-width: 450px) {

  .career_textarea,
  .career_list_item {
    margin-bottom: 50px;
    padding: 9% 3%;
  }

  .career_list_item {
    padding: 9% 3% 15%;
  }

  .career h2,
  .career h3 {
    margin-bottom: 30px;
  }

  

  .creator_item {
  
  }
  
  .creator_item_title {
  
  }
  
  .creator_item_text {
  
  }
  
  


}

@media (max-width: 800px) {
  .career_list_content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .career_list_text-tags {
    display: contents;
  }
  
  .career_list_text-wrap {
    width: 100%;
  }
  
  .career_list_program-title {
    font-size: 18px;
  }
  
  .career_list_program-text {
    font-size: 15px;
  }
  
  .career_list_tags {
    margin-top: 100px;
    order: 2;
    width: 100%;
  }
  
  .career_list_color_items {
    flex-direction: column;
    align-items: center;
  }

  .career_list_color_item {
    width: 100%;
  }
  
  .career_list_color_item+.career_list_color_item {
    margin-top: 100px;
  }
  
  .career_list_color_item:first-child::before {
    transform: rotate(90deg) translate(-50%, 200%);
    top: auto;
    bottom: -120px;
    left: 50%;
    right: auto;
    width: 100px;
    height: 26px;
  }
  
  .career_list_color_item:nth-child(2)::before {
    top: auto;
    bottom: -108px;
    left: 42%;
    transform: rotate(180deg) translateX(-59%);
  }
  
  .career_list_color_item:nth-child(2)::after {
    top: auto;
    bottom: -69px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e4feff;
  }
  
  .color_item_title {
    font-size: 18px;
  }
  
  .color_item_subtitle {
    font-size: 13px;
  }
  
  .color_item_text {
    font-size: 13px;
  }
  
  
  .career_list_content.career_list_content--creator {
    overflow: hidden;
  }
  
  .career_list_creator_text {
    position: static;
    font-size: 19px;
  }
  
  .career_list_creator_steps {
    margin-top: 10px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 41px;
  }
  
  .career_list_creator_steps::before {
    transform: rotate(-43deg);
    height: 308px;
    bottom: 63px;
    right: -134px;
  }
  
  .career_list_creator_steps::after {
    top: 45%;
    right: -61px;
    transform: rotate(-90deg) translateY(-50%);
  }
  
  .career_list_creator_step:nth-child(1),
  .career_list_creator_step:nth-child(2),
  .career_list_creator_step:nth-child(3),
  .career_list_creator_step:nth-child(4) {
    margin-left: 0;
  }
  
  .career_list_creator_step + .career_list_creator_step {
    margin-top: 5px;
  }
  
  .career_list_creator_step.creator_item {
    max-width: 300px;
  }

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

  .career_list_content-img {
    margin-left: auto;
    margin-right: auto;
  }
  
  .career_list_content-flex-wrap {
    max-width: 100%;
  }
}



.service-achievement {
  margin-top: 100px;
  margin-bottom: 100px;
}

.service-achievement .section-title {
  display: block;
  width: fit-content;
  position: relative;
  margin: 0 auto 100px;
  text-align: center;
}

.service-achievement .section-title::after {
  content: "";
  display: block;
  width: 38%;
  height: 7.5%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(100deg, #0350ff, #fe45be, #fcc745);
}

.service-achievement_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.service-achievement_item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 430 / 215;
  border-radius: max(15px, 1.56vw);
  object-fit: cover;
}

.service-achievement_item-text {
  padding: 20px 0;
  background-color: #fff;
}

@media (max-width: 450px) {
  .service-achievement_items {
    grid-template-columns: 1fr;
  }
}