.corporate_main {
  padding: 30px 0 50px;
}

.corporate_main_df {
  display: flex;
  align-items: flex-end;
}

.corporate_main_df {
  background: #2e2e2e;
  border-radius: 20px;
  padding: 60px 95px 50px;
}

.corporate_main_right {
  min-width: 570px;
  max-width: 570px;
  position: relative;
  margin-left: 15px;
}

.corporate_main_img {
  position: absolute;
  bottom: -125px;
  right: -50px;
  z-index: 1;
}
.corporate_main_img img {
  width: 750px;
}

.corporate_main_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}
.corporate_main_list .btn {
  height: 38px;
  background: #454545;
  margin-top: 8px;
  margin-right: 8px;
  padding: 0 30px;
}
.corporate_main_list .btn span {
  font-size: 14px;
  color: #ffffff;
}

.corporate_main_headline {
  position: relative;
  z-index: 3;
}

.corporate_main_button {
  padding-top: 32px;
}
.corporate_main_button .btn {
  height: 54px;
  border-radius: 5px;
  background: #d70e71;
  padding: 0 55px;
}
.corporate_main_button .btn span {
  color: #ffffff;
  font-family: "Century Gothic";
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
}
.corporate_main_button .btn:hover {
  background: #ec2e8b;
  cursor: pointer;
}

.corporate_main_headline .name {
  font-size: 40px;
  font-weight: 700;
  font-family: "Century Gothic";
  color: #ffffff;
}
.corporate_main_headline .name span {
  color: #f9e803;
  display: block;
}
.corporate_main_headline .val {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  padding-top: 28px;
}

.corporate_title {
  font-size: 40px;
  font-family: "Century Gothic";
  font-weight: 700;
  margin-bottom: 20px;
}
.corporate_title span {
  font-size: 30px;
  display: block;
}

.corporate_subtitle {
  font-size: 18px;
  margin-bottom: 35px;
}

.corporate_accompaniment {
  padding-bottom: 20px;
}

.corporate_accompaniment_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.corporate_accompaniment_item {
  display: flex;
  min-width: calc(50% - 24px);
  max-width: calc(50% - 24px);
  margin-bottom: 42px;
  padding: 40px 50px;
  background: #f5f5f5;
  border-radius: 8px;
  align-items: flex-start;
}

.corporate_main_slogan {
  background: linear-gradient(to bottom, #f4e002, #edd402);
  padding: 25px 40px;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 2px rgba(244, 224, 2, 0.25);
}
.corporate_main_slogan .name {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.corporate_main_slogan .val {
  display: flex;
  height: 58px;
  align-items: center;
  padding: 0 25px;
  background: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 20px;
}

.corporate_accompaniment_img {
  min-width: 80px;
  max-width: 80px;
  margin-right: 40px;
  display: flex;
}
.corporate_accompaniment_img img {
  display: block;
  width: 100%;
}

.corporate_accompaniment_content .name {
  font-size: 22px;
  font-family: "Century Gothic";
  font-weight: 700;
  margin-bottom: 15px;
}
.corporate_accompaniment_content .val {
  font-size: 16px;
  line-height: 1.5;
}

.corporate_solution {
  padding-bottom: 80px;
}

.corporate_solution_list {
  display: flex;
  justify-content: space-between;
}

.corporate_solution_item {
  min-width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  position: relative;
  height: 284px;
  border-radius: 12px;
  border: 3px solid #f5f5f5;
  padding: 35px 40px;
}
.corporate_solution_item .name {
  font-size: 22px;
  font-family: "Century Gothic";
  font-weight: 700;
}
.corporate_solution_item .image {
  position: absolute;
  z-index: 1;
  bottom: -25px;
  left: 40px;
  right: 40px;
}
.corporate_solution_item .image img {
  display: block;
  width: 100%;
}

.corporate_work {
  background: #e01277;
  border-radius: 12px;
  padding: 40px 50px 55px;
  margin-bottom: 40px;
}
.corporate_work .corporate_title,
.corporate_work .corporate_subtitle {
  color: #ffffff;
  padding: 0 45px;
}

.corporate_work_list {
  display: flex;
  justify-content: space-between;
}

.corporate_work_item {
  min-width: calc(25% - 30px);
  max-width: calc(25% - 30px);
  position: relative;
  background: #ffffff;
  height: 250px;
  border-radius: 12px;
  padding: 30px 40px;
  padding-right: 30px;
}
.corporate_work_item:nth-child(even) {
  margin-top: 40px;
}
.corporate_work_item .number {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 30px;
  font-size: 132px;
  font-weight: 900;
  line-height: 0.7;
  color: #f9e8f1;
  overflow: hidden;
}
.corporate_work_item .name {
  color: #e01277;
  font-size: 21px;
  font-weight: 700;
  font-family: "Century Gothic";
}
.corporate_work_item .val {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

.corporate_form_title {
  text-align: center;
  font-weight: 700;
  font-family: "Century Gothic";
  font-size: 40px;
  color: #e01277;
  margin-bottom: 35px;
}
.corporate_form_title span {
  color: #2e2e2e;
  font-size: 33px;
  display: block;
}

.corporate_form {
  margin-bottom: 205px;
}

.corporate_form_wrap {
  border-radius: 12px;
  background: #f5f5f5;
  height: 490px;
  position: relative;
}

.corporate_form_box {
  position: absolute;
  top: 145px;
  left: 50px;
  right: 50px;
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 60px;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(34, 60, 80, 0.15);
  -moz-box-shadow: 0px 0px 16px 2px rgba(34, 60, 80, 0.15);
  box-shadow: 0px 0px 16px 2px rgba(34, 60, 80, 0.15);
}

.corporate_form_headline {
  display: flex;
  padding: 40px 95px 30px;
  align-items: flex-end;
}
.corporate_form_headline .name {
  min-width: 400px;
  max-width: 400px;
}
.corporate_form_headline .lab {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #d80e71;
  margin-bottom: 10px;
}
.corporate_form_headline .text {
  font-size: 36px;
  font-weight: 700;
  font-family: "Century Gothic";
}
.corporate_form_headline .val {
  font-size: 16px;
  line-height: 1.5;
}

.corporate_form_control {
  margin-bottom: 24px;
}
.corporate_form_control input,
.corporate_form_control textarea {
  width: 100%;
  height: 44px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  font-size: 16px;
  padding: 0 20px;
  line-height: 1.5;
  font-family: "Formular";
}
.corporate_form_control input:focus,
.corporate_form_control textarea:focus {
  border: 1px solid #b8859e;
}
.corporate_form_control textarea {
  padding: 15px 20px;
  height: 130px;
  box-sizing: border-box;
  font-family: "Formular";
  max-height: 190px;
  max-width: 110%;
}
.corporate_form_control .lab {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}
.corporate_form_control .lab span {
  display: inline-block;
  margin-left: 5px;
  color: #f672a3;
}

.corporate_form_top {
  display: flex;
  justify-content: space-between;
}
.corporate_form_top .corporate_form_control {
  min-width: calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.corporate_form_df {
  display: flex;
  justify-content: space-between;
}

.corporate_form_left {
  min-width: 690px;
  max-width: 690px;
  margin-right: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.corporate_form_left .corporate_form_control {
  flex-grow: 1;
}
.corporate_form_left .corporate_form_control:first-child {
  min-width: 230px;
  max-width: 230px;
  margin-right: 30px;
}

.corporate_form_info {
  min-width: 100%;
  max-width: 100%;
  font-size: 13px;
  color: #1e1e1e;
}
.corporate_form_info.mob {
  display: none;
}
.corporate_form_info span {
  display: inline-block;
  margin-right: 5px;
  color: #f672a3;
}

.corporate_form_agree {
  margin-bottom: 35px;
}
.corporate_form_agree .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}
.corporate_form_agree .checkbox + label {
  position: relative;
  padding: 0 0 0 28px;
  cursor: pointer;
  font-size: 12px;
  display: block;
}
.corporate_form_agree .checkbox + label a {
  color: #2e2e2e;
}
.corporate_form_agree .checkbox + label a:hover {
  color: #c90766;
  text-decoration: none !important;
}
.corporate_form_agree .checkbox + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-position: center center;
  transition: 0.2s;
}
.corporate_form_agree .checkbox:checked + label:after {
  background: #c90766 url("../images/select.svg") no-repeat center center/9px auto;
  border: 1px solid #c90766;
}

.corporate_form_recapcha {
  margin-bottom: 25px;
  overflow: hidden;
}

.corporate_form_right .corporate_main_button {
  padding-top: 0;
}
.corporate_form_right .corporate_main_button .btn {
  width: 100%;
  height: 58px;
}
.corporate_form_right .corporate_main_button .btn span {
  text-transform: uppercase;
}

.modal {
  position: fixed;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
  display: none;
}
.modal.active {
  display: flex;
}
.modal .close {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 26px;
  font-weight: 700;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.2s;
}
.modal .close:hover {
  color: #e01377;
}

.modal_dialog {
  width: 550px;
  max-width: 96%;
  margin-top: 120px;
  background-color: #ffffff;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 100px;
  position: relative;
  border-radius: 15px;
}

.modal_title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: "Century Gothic";
  margin-bottom: 20px;
}
.modal_title span {
  font-size: 28px;
  color: #e01377;
  display: block;
}

.modal_text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.modal_button {
  margin-bottom: 18px;
}
.modal_button .btn {
  font-size: 14px;
  font-weight: 700;
  font-family: "Century Gothic";
  color: #e01377;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  height: 50px;
  border: 1px solid #e01377;
  border-radius: 8px;
  align-items: center;
  background: #ffffff;
  cursor: pointer;
}
.modal_button .btn:hover {
  background: #e01377;
  color: #ffffff;
}

.modal_info {
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  color: #787878;
}
.modal_info span {
  display: block;
}

@media screen and (max-width: 1350px) {
  .corporate_form_left {
    min-width: 560px;
    max-width: 560px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .corporate_form {
    margin-bottom: 55px;
  }
  .corporate_main_right {
    min-width: 400px;
    max-width: 400px;
  }
  .corporate_solution_list {
    flex-wrap: wrap;
  }
  .corporate_solution_item {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .corporate_solution_item .image img {
    width: 250px;
  }
  .corporate_solution {
    padding-bottom: 40px;
  }
  .corporate_work_item {
    padding: 20px 25px;
    min-width: calc(25% - 16px);
    max-width: calc(25% - 16px);
  }
  .corporate_work {
    padding: 35px 35px 40px;
  }
  .corporate_form_df {
    display: block;
  }
  .corporate_form_box {
    position: static;
  }
  .corporate_form_wrap {
    height: auto;
  }
  .corporate_form_info {
    display: none;
  }
  .corporate_form_info.mob {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .corporate_main_df {
    padding: 25px;
    display: block;
  }
  .corporate_main_img img {
    width: 100%;
  }
  .corporate_main_img {
    right: -55px;
    left: -55px;
  }
  .corporate_main_list {
    padding-top: 35px;
  }
  .corporate_main_right {
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
    margin-top: 63px;
  }
  .corporate_main {
    padding-bottom: 100px;
  }
  .corporate_accompaniment_item {
    min-width: 100%;
    max-width: 100%;
  }
  .corporate_work_list {
    display: block;
  }
  .corporate_work_item {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin-bottom: 20px;
    height: auto;
    padding-bottom: 40px;
  }
  .corporate_work_item:nth-child(even) {
    margin-top: 0;
    margin-left: 20px;
  }
  .corporate_form_headline {
    display: block;
  }
  .corporate_form_headline .val {
    margin-top: 15px;
  }
  .corporate_form_headline {
    padding-left: 60px;
    padding-right: 60px;
  }
  .corporate_form_left {
    margin-right: 0;
  }
  .corporate_form_left {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .corporate_main {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .corporate_main_img {
    bottom: -75px;
  }
  .corporate_main_right {
    padding-bottom: 75px;
  }
  .corporate_main_headline .name {
    font-size: 22px;
  }
  .corporate_main_headline .val {
    padding-top: 16px;
    font-size: 12px;
  }
  .corporate_main_button {
    padding-top: 17px;
  }
  .corporate_main_button .btn {
    height: 46px;
    padding: 0 45px;
  }
  .corporate_main_button .btn span {
    font-size: 15px;
  }
  .corporate_main_list {
    padding-top: 12px;
  }
  .corporate_main_list .btn {
    padding: 0 15px;
    height: 28px;
    font-size: 10px;
    margin-top: 6px;
    margin-right: 6px;
  }
  .corporate_main_slogan {
    padding: 15px 20px 20px;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .corporate_main_slogan .name {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .corporate_main_slogan .val {
    padding: 10px 15px;
    font-size: 14px;
    height: auto;
  }
  .corporate_title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .corporate_title span {
    font-size: 16px;
  }
  .corporate_subtitle {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .corporate_accompaniment_item {
    padding: 20px 25px;
    margin-bottom: 16px;
  }
  .corporate_accompaniment_img {
    min-width: 56px;
    max-width: 56px;
    margin-right: 16px;
  }
  .corporate_accompaniment_content .name {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .corporate_accompaniment_content .val {
    font-size: 11px;
  }
  .corporate_solution_list {
    display: block;
  }
  .corporate_solution_item {
    min-width: calc(100% - 25px);
    max-width: calc(100% - 25px);
    margin-bottom: 25px;
    height: 90px;
    padding: 0;
    align-items: center;
    display: flex;
  }
  .corporate_solution_item .name {
    padding-right: 25px;
    padding-left: 25px;
  }
  .corporate_solution_item .image {
    right: -25px;
    top: -10px;
    bottom: -10px;
    left: initial;
  }
  .corporate_solution_item .image img {
    width: auto;
    height: 100%;
  }
  .corporate_solution_item .name {
    font-size: 16px;
  }
  .corporate_solution {
    padding-bottom: 20px;
  }
  .corporate_work {
    padding: 25px 10px 20px;
  }
  .corporate_work .corporate_title {
    padding: 0 15px;
  }
  .corporate_work_item .number {
    font-size: 100px;
  }
  .corporate_work_item .number {
    bottom: -2px;
  }
  .corporate_work_item .name {
    font-size: 16px;
  }
  .corporate_work_item .val {
    margin-top: 10px;
    font-size: 12px;
  }
  .corporate_work {
    margin-bottom: 30px;
  }
  .corporate_form_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .corporate_form_title span {
    font-size: 16px;
    padding-top: 5px;
  }
  .corporate_form_headline {
    padding: 25px 22px;
  }
  .corporate_form_headline .lab {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .corporate_form_headline .text {
    font-size: 26px;
  }
  .corporate_form_headline .val {
    font-size: 13px;
  }
  .corporate_form_box {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
  }
  .corporate_form_top {
    display: block;
  }
  .corporate_form_top .corporate_form_control {
    min-width: 100%;
    max-width: 100%;
  }
  .corporate_form_control .lab {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .corporate_form_control input {
    height: 40px;
  }
  .corporate_form_control input,
  .corporate_form_control textarea {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .corporate_form_left .corporate_form_control {
    min-width: 100%;
    max-width: 100%;
  }
  .corporate_form_agree {
    margin-bottom: 20px;
  }
  .corporate_form_agree .checkbox + label {
    font-size: 10px;
    padding-left: 22px;
  }
  .corporate_form_agree .checkbox + label:after {
    height: 11px;
    width: 11px;
    top: -1px;
    background-size: 8px auto !important;
  }
  .corporate_form_recapcha {
    margin-bottom: 20px;
  }
  .corporate_form_right .corporate_main_button .btn {
    height: 46px;
    font-size: 13px;
    text-transform: uppercase;
    max-width: 100%;
    width: 300px;
  }
  .corporate_form_right .corporate_main_button .btn span {
    padding-top: 2px;
  }
  .corporate_form_info {
    font-size: 11px;
  }
  .modal_dialog {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 450px) {
  .modal_dialog {
    padding: 25px 30px;
  }
  .modal_title span {
    font-size: 24px;
  }
  .modal_title {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .modal_text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .modal_info {
    font-size: 11px;
  }
  .modal .close {
    top: 10px;
    right: 15px;
  }
}