@charset "UTF-8";

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.lead {
  padding: 60px 0;

}

.lead_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .lead_ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}


.lead_ttl span {
  background: #0057b8;
  padding: 0 8px 5px;
  color: #fff;
  border-radius: 12px;
}

.lead_text {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.6;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .lead_text {
    line-height: 2;
    font-size: 12px;
    padding-bottom: 90px;
  }
}


.lead_block {
  background-image: url("/wp/assets/img/agency/alliance/lead_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  position: relative;
}

.lead_block::before {
  content: "";
  display: block;
  width: 190px;
  height: 200px;
  position: absolute;
  top: -183px;
  left: 0;
  background-image: url("/wp/assets/img/agency/alliance/exp_men.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .lead_block::before {
    width: 90px;
    height: 100px;
    top: -85px;
  }
}

.lead_block::after {
  content: "";
  display: block;
  width: 270px;
  height: 184px;
  position: absolute;
  top: -183px;
  right: 0;
  background-image: url("/wp/assets/img/agency/alliance/elearning_trainee.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .lead_block::after {
    width: 125px;
    height: 85px;
    top: -85px;
  }
}

.lead_block_inner {
  padding: 60px 60px 0;
}

@media screen and (max-width: 768px) {
  .lead_block_inner {
    padding: 40px 20px 20px;
  }
}


.lead_block_inner ul {
  display: flex;
  gap: 0 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .lead_block_inner ul {
    display: block;
  }
}

.lead_block_list {
  width: calc(100% / 2 - 25px);
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .lead_block_list {
    width: 100%;
    margin-bottom: 30px;
  }
}

.lead_block_wrap {
  display: flex;
  width: 100%;
  gap: 0 30px;
}

@media screen and (max-width: 768px) {
  .lead_block_wrap {
    gap: 0 14px;
  }
}


.lead_block_list img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .lead_block_list figure {
    flex-shrink: 0;
  }

  .lead_block_list img {
    width: 45px;
    height: 45px;
  }
}

.lead_block_body_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .lead_block_body_ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.lead_block_body_text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .lead_block_body_text {
    font-size: 12px;
  }
}

.reco {
  margin-top: 60px;
  margin-bottom: 60px;
}

.reco_label {
  text-align: center;
}

.reco_label p {
  background: #0057b8;
  color: #fff;
  display: inline-block;
  padding: 6px 40px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .reco_label p {
    font-size: 15px;
    padding: 6px 20px;
  }
}

.reco_label p:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  border-top: 16px solid #0057b8;
  width: 0;
  height: 0;
  transform: translate(-50%, 0);
}

.reco_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .reco_ttl {
    font-size: 21px;
  }
}

.reco_ttl span {
  background: #0057b8;
  padding: 0 8px 5px;
  color: #fff;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .reco_ttl span {
    border-radius: 6px;
    padding: 4px 4px 6px;
  }
}

.reco_text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .reco_text {
    font-size: 13px;
    margin-bottom: 40px;
  }
}

.reco_body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 50px;
  max-width: 1050px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .reco_body {
    display: block;
  }
}

.reco_block {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .reco_block {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
}

.reco_block figure {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .reco_block figure {
    margin-bottom: 16px;
  } 
}

.reco_block_label {
  font-size: 20px;
  font-weight: bold;
  margin: 0 14px;
  margin-bottom: 24px;
  background: #1ecd88;
  color: #fff;
  padding: 4px 8px;
  text-align: center;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .reco_block_label {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 16px;
    font-size: 16px;
  }
}

.reco_block_text {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .reco_block_text {
    width: 300px;
    margin: auto;
    font-size: 13px;
  }
}

.l-cta {
  background: #f5f3f3;
}

.l-cta_inner {
  max-width: 130rem;
  padding: 40px 6rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-cta_inner  {
    padding: 30px 2rem;
  }
}

.l-cta_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .l-cta_ttl {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.l-cta_btns {
  display: flex;
  align-items: center;
  gap: 0 40px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-cta_btns {
    display: block;
  }
}

.l-cta_btns_block {
  width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 768px) {
  .l-cta_btns_block {
    width: 100%;
    margin-bottom: 30px;
  }

  .l-cta_btns_block img {
    width: 32px;
  }
}


.l-cta_btns_link {
  padding: 24px 60px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background: #1ecd88;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
}

@media screen and (max-width: 768px) {
  .l-cta_btns_link {
    font-size: 24px;
    padding: 16px 30px;
    gap: 0 12px;
  }
}


.l-cta_btns_block02 .l-cta_btns_link {
  background: #0057b8;
}



.support {
  background-image: url("/wp/assets/img/agency/alliance/support_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0 60px;
}

@media screen and (max-width: 768px) {
  .support {
    padding: 50px 0;
  }
}

.support .lead_block_inner {
  background: #fff;
}

.support .lead_block_body_ttl,
.support .lead_block_body_text {
  color: #000;
}

.support .lead_block::before {
  background-image: url("/wp/assets/img/agency/alliance/iis__support_illust01.png");
  height: 200px;
  width: 158px;
  top: -201px;
}

@media screen and (max-width: 768px) {
  .support .lead_block::before {
    width: 80px;
    height: 100px;
    top: -100px;
  }
}

.support .lead_block::after {
  background-image: url("/wp/assets/img/agency/alliance/icon_human.png");
  width: 220px;
  height: 210px;
  top: -210px;
}

@media screen and (max-width: 768px) {
  .support .lead_block::after {
    width: 105px;
    height: 100px;
    top: -100px;
  }
}

.supoprt_ttl {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .supoprt_ttl  {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.l-cta02 {
  background: #f7f7f7;
}



/* 0731 */

.contact-form {
  margin: 60px 0 120px;
}

.contact-form__gray-box {
  padding: 7rem 8rem;
  border-radius: 1rem;
  background: #efefef;
}

@media screen and (max-width: 768px) {
  .contact-form__gray-box {
    padding: 3rem 2rem;
    background: #efefef;
    border-radius: 0.5rem;
  }
}


.contact-form__table {
  width: 100%;
}

.contact-form__table th, .contact-form__table td {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .contact-form__table th, .contact-form__table td {
    display: block;
    width: 100%;
  }
}

.contact-form__table th {
  position: relative;
  padding: 1rem 5rem 0 0;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
  width: 26rem;
  padding: 1.3rem 3rem 1.3rem 0;
  font-size: 16px;
  font-size: 1.6rem; 
}

@media screen and (max-width: 768px) {
  .contact-form__table th {
    position: relative;
    padding: 1rem 5rem 0 0;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}

.contact-form__table td {
  width: calc(100% - 21.8rem);
  padding: 1.3rem 0 1.3rem 2.5rem;
}

@media screen and (max-width: 768px) {
  .contact-form__table td {
    padding: 0.85rem 0;
    width: 100%;
  }
}


.contact-form__table th .required, .contact-form__table th .optional {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 0;
  width: 3.2rem;
  height: 1.8rem;
  margin-top: -0.8em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .contact-form__table th .required, .contact-form__table th .optional {
    top: 1.1rem;
    width: 3rem;
    height: 1.6rem;
    font-weight: 700;
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0;
  }
}

.contact-form__table th .required {
  background: #0057b8;
}

.contact-form__table th .optional {
  background: #666;
}

input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%;
  padding: 1.15rem 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", source-han-sans-japanese, -apple-system, blinkmacsystemfont, roboto, "Segoe UI", "Helvetica Neue", helveticaneue, verdana, meiryo, sans-serif;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0.3rem;
  transition: all 0.4s ease;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2.125rem 3rem;
  border-radius: 0.6rem;
}

@media screen and (max-width: 768px) {
  input[type=text], input[type=email], input[type=tel], textarea {
    padding: 1.15rem 1.5rem;

  }
}

.radio-btns, .checkbox {
  margin: 1.375rem -2.5rem 1.375rem 0;
}

@media screen and (max-width: 768px) {
  .radio-btns, .checkbox {
    margin: 0;
  }
}

.checkbox label {
  display: inline-block;
  margin: 0.75rem 0;
}

.checkbox .checkbox__item + span {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", source-han-sans-japanese, -apple-system, blinkmacsystemfont, roboto, "Segoe UI", "Helvetica Neue", helveticaneue, verdana, meiryo, sans-serif;
  letter-spacing: 0;
  font-size: 1.6rem;
}

.checkbox .checkbox__item + span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  content: "";
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0.5rem;
}

.checkbox input[type=checkbox].checkbox__item {
  display: none;
}

.checkbox .checkbox__item + span::after {
  position: absolute;
  top: 0.65rem;
  left: 1rem;
  display: block;
  width: 0.6rem;
  height: 0.95rem;
  content: "";
  border-right: 0.2rem solid #0057b8;
  border-bottom: 0.2rem solid #0057b8;
  opacity: 0;
  transform: rotate(45deg);
}

.checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}

.contact-form__submitwrap {
  margin-top: 4rem;
  text-align: center;
}

.c-btn.--arw {
  padding: 0.5rem 6rem 0.5rem 2.5rem;
  background: #0057b8;
  border: solid 1px #0057b8;
}

.c-btn:hover.--red {
  color: #0057b8;
}

.contact-form__submitwrap .c-btn.--red.--arw .btn-arw::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='none' stroke='%23fff' stroke-miterlimit='10' cx='16' cy='16' r='15'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='M17,13l3,3l-3,3 M12,16H20'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: filter 0.3s ease;
}

.contact-form__submitwrap .c-btn:hover.--red.--arw .btn-arw::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(89%) saturate(1488%) hue-rotate(193deg) brightness(92%) contrast(111%);
}

@media screen and (max-width: 768px) {
  .contact-form__submitwrap .c-btn.--red {
    width: 15rem;
  }
}


.mw_wp_form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px 0 15px;
}

.checkbox .checkbox__item + span > a {
  text-decoration: underline;
}





/*hubspot*/
.hbspt-form{
  width: 100% !important;
  margin: 0 auto;
  position: relative !important;
}

.hbspt-form fieldset{
  width: 100% !important;
  max-width: 100% !important;
}

.hbspt-form .form-columns-1 .hs-form-field{
  width: 100% !important;
  max-width: 100% !important;
  padding: 24px 0 !important;
  border-block: 1px solid #e3e3e3 !important;
  margin-bottom: -1px;
}

.hbspt-form .form-columns-2 .hs-form-field{
  padding: 24px 0 !important;
  width: 100% !important;
  float: none !important;
}

.hbspt-form .form-columns-2 .hs-form-field:last-child{
  padding: 0 0 24px !important;
}

.hbspt-form strong,.hs-form-checkbox,.hs-form-radio-display{
  font-size: 15px !important;
}

input[type=text], input[type=email], input[type=tel] {
  padding: 0 1rem !important;
  height: 53px !important;
}

.grecaptcha-badge{
  width: 300px !important; /* v3の展開時の最大幅を決め打ち */
  height: 60px;
  margin: 0 auto;
  display: block;
  transition: right 0.3s;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  box-shadow: gray 0px 0px 5px;
  border-radius: 2px;
  overflow: visible !important;
  background-color: #f9f9f9 !important;
}

.grecaptcha-badge iframe{
  width: auto !important;
  -webkit-box-shadow:none !important;
}

.hbspt-form .input{
  width: 100% !important;
  display: contents;
  margin: 0;
}

.hs-fieldtype-text input,
.hs_phone input,
.hbspt-form textarea{
  background-color: #f8f8f8;
  width: 100% !important;
}

.hbspt-form textarea{
  height: 120px;
  padding: 1rem;
}

.hbspt-form .form-columns-1 .field label{
  width: 254px;
}

.hbspt-form .form-columns-2 .field label{
  width: 100px !important;
}

.form-columns-2 select{
  width: 100% !important;
}

.hbspt-form .multi-container{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}

.hs-form-checkbox-display,.hs-form-radio-display{
  display: flex;
  gap: 10px;
  width: auto !important;
  align-items: center;
}

.hbspt-form input[type=checkbox],.hbspt-form input[type=radio]{
  width: 26px !important;
  height: 26px !important;
  accent-color: #eb5b5b;
}

.hs-error-msg,.hs_error_rollup{
  color: #cb1414;
  font-size: 13px !important;
}

.hs-form-required{
    display: inline-block;
    position: relative;
    vertical-align: inherit;
    padding: 4px 9px;
    margin-left: 15px;
    background: #eb5b5b;
    color: #fff;
    border-radius: 0 !important;
    font-size: 0;
    font-weight: 400;
    -webkit-border-radius: 0.6rem;
    line-height: 1;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.hs-form-required::before{
  content: '必須';
  display: block;
  font-size: 13px;
}
.hs_submit{
  margin: 40px auto;
  text-align: center;
}
.hs_submit input{
  position: relative;
  display: inline-flex;
  padding: 14px 64px 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #cb1414;
  border-radius: 36px;
}

.svelte-select{
  height: 55px !important;
}

.hbspt-form select{
  height: 55px;
}

.hs-field-desc a{
  text-decoration:underline;
}

.document-detail-cont__form .hbspt-form{
  background-color: #fff;
  padding: 3rem 1.5rem 10rem;
}


@media screen and (min-width: 768px) {

/*hubspot*/
.hbspt-form{
  max-width: 924px !important;
}

.hbspt-form strong,.hs-form-checkbox,.hs-form-radio-display{
  font-size: 1.6rem !important;
}

.hbspt-form .form-columns-1 .hs-form-field{
  font-size: 1.3rem !important;
}

.hs-form-required::before{
  font-size: 1.3rem;
}

.svelte-select{
  height: 53px !important;
}

.hbspt-form select{
  height: 53px;
  padding: 0 1.5rem;
}

.hs_submit{
  margin: 40px auto;
  text-align: center;
}
.hs_submit input{
  position: relative;
  display: inline-flex;
  padding: 14px 84px 18px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  background: #cb1414;
  border-radius: 36px;
}

.hbspt-form .form-columns-2{
  display: flex;
  gap: 40px;
}

.hbspt-form .form-columns-2 .hs-form-field:last-child{
  padding: 24px 0 !important;
}
}